

/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/style.css?16338571486887*/
.img_hidden_alt_plus { 
display: none;
}
.text_opi h2 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 26px;
}
.text_opi ul {
    margin-top: 10px;
}
.text_opi ol {
    margin-top: 10px;
}
.catalog_filter_left {
	float:left;
	width:18.7%;
}
.wrap_section {
	width:80%;
	float:right;
	clear:right;
}
.top_plash {
	background:#f1f2f5;
	border:1px solid #ebebec;
	border-radius:5px;
	overflow:hidden;
	height:40px;
	margin-bottom:15px;
}
.top_plash .title_text {	
	font-size:12px;
	color:#444648;
	text-shadow:1px 1px 1px #fff;
	line-height: 40px;
}
.top_plash .value_sort {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:7px;
	margin-left:29px;
}
.top_plash .value_sort li {
	float:left;
}
.top_plash .value_sort li.active {
	background:#444648;
	border-radius:3px;
}
.top_plash .value_sort li.active .arrow_down {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
}
.top_plash .value_sort li.active .arrow_up {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
	margin-right:5px;
}
.top_plash .value_sort li a {
	display:block;
	color: #444648;
	text-shadow: 1px 1px 1px #fff;
	font-size:12px;
	padding: 5px 10px 5px 24px;
	text-decoration:none;
	position:relative;
}
.top_plash .value_sort li.active a {
	color:#fff;
	text-shadow:none;
	
}

.top_plash .sort_plash {
	padding-left:13px;
	margin-right: 20%;
}
.view_catalog {
	overflow:hidden;
	margin-right:18px;
}
.view_catalog a {
	float:left;
	width:20px;
	height:18px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/images/sprite_sort.png) no-repeat;
	display:block;
	margin-right:12px;
	margin-top:12px;
}
.view_catalog  .title_text {
	margin-right:18px;
}
.view_catalog a.table {
	background-position:-20px 0;	
}
.view_catalog a.table_active {
	background-position:-20px -18px;
}
.view_catalog a.pic_list {
	background-position:0 0;
}
.view_catalog a.pic_list_active {
	background-position:0 -18px;
}
.view_catalog a.cells {
	background-position:-40px 0;
}
.view_catalog a.cells_active {
	background-position:-40px -18px;
}
@media (max-width:959px){
	.catalog_filter_left {
		display:none;
	}
	.wrap_section {
		width:100%;
		float:none;
	}
}
.full_size {
	width:100%;
}
.catalog_filter_top {
	width:100%;
	background:#eee;
	color:#5a5a5a;
	font-family:Arial,sans-serif;
	text-transform:uppercase;
	font-size:14px;
	height:35px;
	margin-bottom:20px;
	position:relative;
	z-index:20;
}
.wrap_section .search_model {
	float:left;
	padding-left:16px;
	margin-top:10px;
	
}
.wrap_section .sort {
	float:left;
	margin-top: 5px;
	padding-left:15%;
}
.wrap_section .view_catalog {
	float:left;
	margin-left:25%;
	margin-top:10px;
}
.wrap_section .view_catalog a{
	display:inline-block;
	width:17px;
	height:15px;
	background-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/images/sprite_sort.png);
}
.wrap_section .view_catalog a.cells {
	background-position:top right;
}
.wrap_section .view_catalog a.cells_active {
	background-position:bottom right;
}
.wrap_section .view_catalog a.list {
	background-position:top left;
}
.wrap_section .view_catalog a.list_active {
	background-position:bottom left;
}
.wrap_section .view_catalog .line_view{
	display:inline-block;
	height:15px;
	background:#b1b1b1;
	margin:0 7px 0 8px;
	width:1px;
}
.wrap_section .sort .sort_dropdown {
	border-radius:0 0 3px 3px;
	display: none;
	position: absolute;
	width: 163px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-top: 0;	
	top:25px;	
}
.wrap_section .sort .sort_dropdown li {
	padding-left:15px;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wrap_section .sort .sort_dropdown li:last-child {
	border-bottom:0;
}
.wrap_section .sort .sort_dropdown a {
	color:#5a5a5a;
	text-decoration:none;
}
.wrap_section .sort .sort_dropdown li:hover a{
	text-decoration:underline;
	color:#cf9f33;
}
.wrap_section .sort .active_sort {
	position:relative;
	cursor:pointer;
	display:inline-block;
	margin-left:9px;
	height:24px;
	width:148px;	
}
.wrap_section .sort .active_sort_bg {	
	position:relative;
	border:1px solid #d5d5d5;
	z-index:10;
	height:24px;
	width:148px;
	line-height: 25px;
	border-radius:3px;	
	padding-left:15px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.wrap_section .sort .active_sort span.arrow_sort{
	width: 9px;
	position: absolute;
	right: 9px;
	height: 24px;
	background: url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/images/arrow_sort.png) no-repeat;
	display: inline-block;
}
.wrap_section .sort .active_sort:hover .sort_dropdown{
	display:block;
}
.catalog_filter_top .count_filter {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.catalog_filter_top .count_filter span.title {
	padding-right:5px;
}
.catalog_filter_top .count_filter a {
	text-decoration:none;
	color:#5a5a5a;
	padding:5px;
}
.catalog_filter_top .count_filter a.active, .catalog_filter_top .count_filter a:hover{
	text-decoration:underline;
}
@media all and (max-width:1230px){
	.title_text {
		display:none;
	}
	.top_plash .value_sort {
		margin-left:5px;
	}
	.top_plash .sort_plash {
		margin-right: 7%;
		padding-left:0;
	}
}
@media all and (max-width:900px){
	.top_plash .sort_plash {
		margin-right: 2%;
		padding-left:0;
	}
}
@media all and (max-width:645px){
	.top_plash .sort_plash {
		margin-right: 0%;
		padding-left:0;
	}
}
/*bitrix*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}	
}
@media (max-width:768px){
	#ajax_compare {
		display:none;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
}

/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/style.css?175066049950554*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
.block_indo_PD {
  max-width: 100%;
  margin: 50px auto;
  width: 1520px;
}

.SERT_IMG_ID_block {
  display: flex;
  justify-content: center;
  align-items: center;
  /*! flex-flow: row wrap; */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
}
.SERT_IMG_ID_block a {
  display: block;
  max-width: 400px;
}
.SERT_IMG_ID_block img {
  max-width: 100%;
  height: auto;
}
.item_block_indo_PD {
  background: rgba(231, 236, 241, 0.5);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
  height: 121px;
  box-sizing: border-box;
}
.textitem_block_indo_PD span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #14212C;
  padding-left: 73px;
  font-family: 'InterRegular';
}
.btnRecalltextitem_block_indo_PD.show_popup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 9px;
  gap: 10px;
  margin: 0 auto;
  width: 289px;
  height: 41px;
  background: #0B4882;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-family: 'InterRegular';
}
.textitem_block_indo_PD {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.item_item_block_indo_PD {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 22px 32px 44px;
  width: 368px;
  height: 130px;
  background: rgba(231, 236, 241, 0.5);
  border-radius: 5px;
}
.item_block_indo_PD2 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
  margin-top: 16px;
}
.text_1block_indo_PD {
  height: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: block;
  align-items: center;
  text-align: center;
  color: #000000;
  font-family: 'InterRegular';
}
.text_2block_indo_PD {
  height: 34px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  display: block;
  align-items: center;
  text-align: center;
  color: #0B4882;
  margin-top: 8px;
  font-family: 'InterRegular';
}
.text_2block_indo_PD a {
  height: 34px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  display: block;
  align-items: center;
  text-align: center;
  color: #0B4882;
  text-decoration: none;
  font-family: 'InterRegular';
}
/* item_detail_v2 */
.bx_rb #tabs .dopListTab li.active {
    border-radius:3px 3px 3px 3px;
    color:#fff;
    background:#3390da;
    background:-moz-linear-gradient(top, #3390da 0%, #06559c 99%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3390da), color-stop(99%, #06559c));
    background:-webkit-linear-gradient(top, #3390da 0%, #06559c 99%);
    background:-o-linear-gradient(top, #3390da 0%, #06559c 99%);
    background:-ms-linear-gradient(top, #3390da 0%, #06559c 99%);
    background:linear-gradient(to bottom, #3390da 0%, #06559c 99%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3390da', endColorstr='#06559c', GradientType=0);
}
#DOP_USLUGA_block.avtice_DOP_USLUGA_block .btn.btn-info.btn_green {
	background-color: #00ce84;
	color: #fff;
}
#DOP_USLUGA_block .btn.btn-info.btn_green {
	font-size: 13px;
	padding: 6px 10px;
	line-height: 13px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 12px;
	background-color: #fff;
	border: 1px solid #00ce84;
	color: #00ce84;
	min-height: 25px;
}
#new_blocl_priceKLIK {
}
#new_blocl_priceKLIK {
}
.bx_rb #tabs .dopListTab li.active a, .bx_rb #tabs .dopListTab li.active a:hover {
    color:#fff;
    border-bottom:0;
    outline:0;
}

.bx_item_detail .bx_item_title {
	padding-bottom:14px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:16px;
	min-height:24px
}

.bx_item_detail .bx_item_title h1 {
	font-size:24px;
	border-bottom:0 none transparent;
	margin-bottom:0;
	padding-bottom:0;
}

.bx_item_detail h1 span {
	color:#000
}

.bx_item_detail .bx_item_container {
	position:relative;
}

.item_buttons.vam {
	position:absolute;
	width:15%;
	padding:15px;
	top:0;
	right:0;
	border:1px solid #dfdfdf;
	border-radius:5px;
	background:#fff;
	box-shadow:inset 0 0 6px;
}

.bx_item_detail .bx_item_container .bx_lt {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:24.4%;
}

.bx_item_detail .bx_item_container .bx_rt {
	float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:0%;
	width:74%;
}

.bx_item_detail .bx_item_container .bx_rt_min {
	width:75%;
	position:relative;
}

.bx_item_detail .bx_item_container .bx_md {
	clear:both
}

.bx_item_detail .bx_item_container .bx_lb {
	float:left;
	margin-right:2%;
	width:48%;
}

.bx_item_detail .bx_item_container .bx_rb {
	margin-left:0;
	width:100%;
}

.bx_item_detail .bx_optionblock {
	float:right;
	margin-left:10px;
	width:120px;
}

/* Item info */
.bx_item_detail .item_price {
	margin-bottom:20px
}

.bx_item_detail .item_name {
	margin:0;
	padding:0;
}

.bx_item_detail .item_name a {
	color:#000;
	text-decoration:none;
	font-size:23px;
}

.bx_item_detail .item_old_price {
	padding:0 10px;
	color:#444648;
	text-decoration:line-through;
	font-weight:normal;
	font-size:13px;
	top:-7px;
	position:relative;
}

.bx_item_detail .item_current_price {
	display:inline-block;
	margin-top:2px;
	padding:0 10px;
	color:#444648;
	font-weight:bold;
	font-size:24px;
	line-height:33px;
}

.bx_item_detail .item_economy_price {
	display:inline-block;
	padding:0 0 0 10px;
	color:#b8b8b8;
	font-weight:bold;
	font-size:14px;
	line-height:33px;
	display:none !important;
}

.bx_item_detail .item_info_section .props_top {
	max-width:325px;
	color:#444648;
	font-size:12px;
}

.bx_item_detail .item_info_section .props_top a.all_props {
	color:#7a7a7a;
	display:block;
	font-size:12px;
	text-decoration:underline;
	margin-top:5px;
}

.bx_item_detail .item_info_section .props_top a.all_props:hover {
	color:#1d6eb1;
}

.bx_item_detail .item_info_section {
	margin:0 0 20px 0;
	padding:0 0 0 10px;
	font-size:13px;
	line-height:19px;
}

.bx_item_detail .item_section_name_gray {
	color:#9e9e9e;
	font-size:13px;
}

.bx_item_detail .item_info_section dl {
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}

.bx_item_detail .item_info_section dl dt {
	clear:both;
	float:left;
	font-weight:bold;
}

.bx_item_detail .item_info_section dl dd {
	float:left;
	margin:0 5px;
}

.bx_item_detail .item_buttons_counter_block {
	margin:0 auto;
	vertical-align:baseline;
	color:#3f3f3f;
	font-size:13px;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px dotted #d6d6d6;
}

.bx_item_detail .item_buttons_counter_block a {
	vertical-align:baseline;
}

.bx_item_detail .bx_cnt_desc {
	vertical-align:baseline;
}

.item_buttons_counter_block .one_click_buy {
	display:block;
	width:100%;
	text-align:center;
	color:#444648;
	text-decoration:none;
}

.item_buttons_counter_block .one_click_buy span {
	border-bottom:1px dotted #444648;
}

.item_buttons_counter_block .one_click_buy span:hover {
	color:#1363a8;
	border-bottom:1px dotted #1363a8;
}

/* Item SET */

.bx_item_detail .transparent_input {
	border:1px solid #e0e0e0;
	background:none;
	color:#444648;
	font-weight:normal;
	font-size:14px;
	display:inline-block;
	width:29%;
	text-align:center;
	border-radius:4px;
	line-height:29px;
	height:29px;
}


/*tab-section-container*/
.bx_item_detail .tab-section-container {
	position:relative;
}

.bx_item_detail .tab-list {
	padding:0;
	border-bottom:1px solid #d9e1e3;
	vertical-align:bottom;
	text-align:left;
}

.bx_item_detail .tab-list li {
	display:inline-block;
	border:1px solid #d9e1e3;
	border-bottom:none;
	border-radius:3px 3px 0 0;
	background:#f7f7f7;
	box-shadow:inset 0 -10px 5px -10px rgba(0, 0, 0, .12);
	vertical-align:bottom;

}

.bx_item_detail .tab-list li a {
	display:block;
	padding:0 10px;
	height:30px;
	box-shadow:none;
	color:#999;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active {
	background:#fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a {
	position:relative;
	bottom:-2px;
	height:35px;
	background:#fff;
	color:#3f3f3f;
	line-height:35px;
}

.bx_item_detail .tab-boby-container .container > div.tab-off {
	display:none;
}

.bx_item_detail .tab-boby-container .container > div {

}

.bx_item_detail .item_comments {
	display:block;
	padding-left:10px;
}

.bx_item_detail .item_comments li {
	display:block;
	padding-bottom:10px;
}

.bx_item_detail .item_comments_username {
	display:inline-block;
	color:#5d90bd;
	font-size:14px;
}

.bx_item_detail .item_comments_date {
	display:inline-block;
	margin-left:10px;
	color:#b8b8b8;
	font-size:14px;
}

.bx_item_detail .item_comments_container p {
	margin-top:5px;
	color:#3f3f3f;
	font-size:14px;
}


.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2 {
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}

.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2 {
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, .2)
}

.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active {
	box-shadow:none
}

.bx_item_detail .bx_bt_button {
	background:#8dc119; /* Old browsers */
	background:-moz-linear-gradient(top, #8dc119 0%, #5db643 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dc119), color-stop(100%, #5db643)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #8dc119 0%, #5db643 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #8dc119 0%, #5db643 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #8dc119 0%, #5db643 100%); /* IE10+ */
	background:linear-gradient(to bottom, #8dc119 0%, #5db643 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc119', endColorstr='#5db643', GradientType=0); /* IE6-9 */
	border-top:1px solid #a1dd1d;
	border-right:1px solid #6fa21d;
	border-bottom:1px solid #488a32;
	border-left:1px solid #8bcb25;
	color:#fff;
	font-size:17px;
	font-weight:normal;
}

.bx_item_detail .bx_bt_button:hover {
	background:#8dc119; /* Old browsers */
	background:-moz-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dc119), color-stop(100%, #59c94a)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* IE10+ */
	background:linear-gradient(to bottom, #8dc119 0%, #59c94a 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc119', endColorstr='#59c94a', GradientType=0); /* IE6-9 */
}

.bx_item_detail .bx_bt_button:active {
	background:#8dc119; /* Old browsers */
	background:-moz-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dc119), color-stop(100%, #59c94a)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* IE10+ */
	background:linear-gradient(to bottom, #8dc119 0%, #59c94a 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc119', endColorstr='#59c94a', GradientType=0); /* IE6-9 */

	box-shadow:inset 0 3px 5px 0 rgba(0, 0, 0, .21);
}

.bx_item_detail .bx_bt_button.added {
	background:#8dc119; /* Old browsers */
	background:-moz-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dc119), color-stop(100%, #59c94a)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #8dc119 0%, #59c94a 100%); /* IE10+ */
	background:linear-gradient(to bottom, #8dc119 0%, #59c94a 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc119', endColorstr='#59c94a', GradientType=0); /* IE6-9 */
	box-shadow:2px 2px 2px #5AA251 inset;
}

.bx_item_detail .bx_bt_button_type_2 {
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
	background:-moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
	background:-ms-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
	background:-o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
	background:linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1', GradientType=0);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}

.bx_item_detail .bx_bt_button_type_2:hover {
	background:#fff;
}

.bx_item_detail .bx_bt_button_type_2:active {
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
	background:-moz-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
	background:-ms-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
	background:-o-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
	background:linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fcfcfc', GradientType=0);
	box-shadow:inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2 {
	display:inline-block;
	min-width:20px;
	line-height:27px;
}

.bx_item_detail .bx_small.bx_bt_button {
}

.bx_item_detail .bx_small.bx_bt_button:hover {
}

.bx_item_detail .bx_small.bx_bt_button:active {
}

.bx_item_detail .bx_small.bx_bt_button_type_2 {
}

.bx_item_detail .bx_small.bx_bt_button_type_2:hover {
}

.bx_item_detail .bx_small.bx_bt_button_type_2:active {
}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2 {
	padding:0 13px;
	height:38px;
	line-height:25px;
	width:84%;
}

.bx_item_detail .bx_medium.bx_bt_button {
	height:27px;
	line-height:27px;
}

.bx_item_detail .bx_medium.bx_bt_button:hover {
}

.bx_item_detail .bx_medium.bx_bt_button:active {
}

.bx_item_detail .bx_medium.bx_bt_button_type_2 {
	font-weight:bold
}

.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {
}

.bx_item_detail .bx_medium.bx_bt_button_type_2:active {
}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2 {
	padding:0 13px;
	height:34px;
	font-weight:normal;
	line-height:34px;
}

.bx_item_detail .bx_big.bx_bt_button {
	height:36px;
	line-height:36px;
	width:100%;
	padding:0;
}

.bx_item_detail .bx_big.bx_bt_button:hover {
}

.bx_item_detail .bx_big.bx_bt_button:active {
}

.bx_item_detail .bx_big.bx_bt_button_type_2 {
}

.bx_item_detail .bx_big.bx_bt_button_type_2:hover {
}

.bx_item_detail .bx_big.bx_bt_button_type_2:active {
}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span {
	/*position:relative;
	display:inline-block;
	margin:0 10px 0 0;
	width:0;
	height:0;*/
	/*background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/bt_cart.png) no-repeat center;*/
}

.bx_item_detail .bx_fwb {
	font-weight:normal;
}

#new_blocl_priceKLIK .productItem__price {
	background-color: #fff;
	color: #0B4882;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
/*@media (min-width:981px){}
@media (max-width:740px){
  .bx_item_detail .bx_optionblock{display:none}
  .bx_item_detail .item_buttons_counter_block{margin-bottom:10px}
  .bx_item_detail .bx_item_container .bx_lb,
  .bx_item_detail .bx_item_container .bx_rb{width:48%}
}
@media (min-width:640px) and (max-width:980px){}
@media (min-width:480px) and (max-width:639px){}
@media (max-width:480px) {
  .bx-touch .bx_item_detail .bx_item_container .bx_lt,
  .bx-touch .bx_item_detail .bx_item_container .bx_rt,
  .bx-touch .bx_item_detail .bx_item_container .bx_md,
  .bx-touch .bx_item_detail .bx_item_container .bx_lb,
  .bx-touch .bx_item_detail .bx_item_container .bx_rb{
    float:none;
    margin:0;
    padding:0;
    width:100%;
  }
  .bx-touch .bx_item_detail .item_info_section{padding-left:0}

}
@media (max-width:319px){}*/

/* item_detail_slider */
.bx_item_detail .bx_item_slider {
	position:relative;
	margin-bottom:10px;
}

.bx_item_detail .bx_item_slider .bx_bigimages {
	position:relative;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	max-width:440px;
	border:1px solid #dfdfdf;
	border-radius:2px;
	background:#fff;
	text-align:center;
	height:0;
	width:100%;
	padding-top:78.5%;
	border-radius:2px;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
	text-align:center;
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner {
	position:relative;
	padding-top:4px;
	margin-bottom:10px;
	max-width:100%;
	width:100%;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
	position:relative;
	margin-left:0;
	padding:5% 5% 0;
	width:90%;
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container {
	position:relative
}

.bx_item_detail .bx_item_slider .bx_slide {
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide {
	overflow-x:auto
}

.bx_item_detail .bx_item_slider .bx_slide ul {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul {
	margin-left:0 !important
}

.bx_item_detail .bx_item_slider .bx_slide ul li {
	position:relative;
	display:block;
	float:left;
	height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
	position:absolute;
	top:0;
	right:2px;
	bottom:4px;
	left:2px;
	display:block;
	overflow:hidden;
	border:1px solid #dfdfdf;
	background:#fff;
	border-radius:2px;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
	border:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt {
	border:1px solid #006cc0
}

.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt {
	padding:3px;
	border:1px solid #006cc0;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt {
	border:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item {
	position:absolute;
	top:6%;
	right:6%;
	bottom:6%;
	left:6%;
	background-size:contain;
	background-repeat:no-repeat;
	background-posion:center;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img {
	width:auto;
	height:25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
	opacity:0.8
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover {
	opacity:1.0
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right {
	position:absolute;
	top:0;
	bottom:4px;
	width:5%;
	max-width:11px;
	cursor:pointer;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
	left:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_left.png) no-repeat left center;
	background-size:100% auto
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
	right:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {
	left:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_left.png) repeat-y left center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right {
	right:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;
	background-size:100% auto
}

/*----*/
.bx_item_detail .bx_item_slider .bx_stick {
	position:absolute;
	top:20px;
	left:-2px;
	width:123px;
	height:35px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/stick.png) left center no-repeat;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:18px;
	line-height:35px;
}

.bx_item_detail .bx_item_slider .bx_stick_disc {
	position:absolute;
	right:5px;
	bottom:5px;
	width:72px;
	height:74px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:26px;
	line-height:74px;
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size {
	position:relative;
	margin-bottom:10px;
	padding:0;
	width:40%;
}

.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
	position:relative;
	margin-left:-5%;
	padding:0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray {
	color:#444648;
	vertical-align:top;
	font-size:15px;
	line-height:35px;
	font-weight:bold;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container {
	position:relative
}

.bx_item_detail .bx_item_detail_size .bx_size {
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
}

.bx_item_detail .bx_item_detail_size ul {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap;
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_size {
	overflow-x:auto;
}

.bx_item_detail .bx_item_detail_size ul {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap;
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_size ul {
	margin-left:0 !important;
}

.bx_item_detail .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:32px;
}

.bx_item_detail .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 #ebebec;
	background:#f1f2f5;
	border-radius:3px;

	color:#282828;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
}

.bx-touch .bx_item_detail .bx_item_detail_size ul li .cnt {
	border:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size ul li:hover .cnt {
	border:1px solid #006cc0
}

.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt {
	background:#2072b4;
	color:#fff;
}

.bx-touch .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt {
	border:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
	border:1px solid #c0cfda !important
}

.bx_item_detail .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/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
	opacity:0.8
}

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

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .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_item_detail .bx_item_detail_size .bx_slide_left {
	left:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_left.png) no-repeat left center;
	background-size:100% auto
}

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
	right:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
	left:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_left.png) repeat-y left center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
	right:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;
	background-size:100% auto
}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu {
	position:relative;
	margin-bottom:10px;
	padding:0;
	max-width:100%;
	width:100%;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
	position:relative;
	margin-left:-5%;
	padding:0 5%
}

/*----*/

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

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container {
	position:relative
}

.bx_item_detail .bx_item_detail_scu .bx_scu {
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu {
	overflow-x:auto
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu ul {
	margin-left:0 !important
}

.bx_item_detail .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_item_detail .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-touch .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt {
	border:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt {
	border:1px solid #006cc0
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
	padding:3px;
	border:2px solid #006cc0;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
	border:1px solid #c0cfda !important
}

.bx_item_detail .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/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_detail .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/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .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_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
	width:auto;
	height:25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
	opacity:0.8
}

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

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .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_item_detail .bx_item_detail_scu .bx_slide_left {
	left:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_left.png) no-repeat left center;
	background-size:100% auto
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
	right:-5%;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/arr_right.png) no-repeat right center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
	left:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_left.png) repeat-y left center;
	background-size:100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
	right:0;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/fade_right.png) repeat-y right center;
	background-size:100% auto
}

/* item_detail_description */
.bx_item_detail .bx_item_description p {
	font-size:13px;
}

.bx_item_detail .bx_item_description .bx_item_section_name_gray {
	color:#9e9e9e;
	font-size:13px;
}

.bx_item_detail .bx_item_description .bx_specifications_table {
	margin-top:10px;
	width:100%;
	border-collapse:collapse;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd) {
	background:#f2f2f2;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even) {
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td {
	padding:3px 10px;
	font-size:12px;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child {
	font-weight:bold;
}

.bx_rb .header_grey {
	font-size:21px;
	color:#444648;
	font-weight:normal;
	margin-bottom:15px;
}

.bx_rb .item_description .bx_item_description {
	font-size:12px;
	color:#444648;
	margin-bottom:30px;
}

.left_aside {
	width:77%;
	float:left;
}

.right_aside {
	float:right;
	width:18%;
}

.left_prop {
	float:left;
	width:266px;
	border-bottom:1px solid #ececec;
}

.left_prop span {
	border-bottom:1px solid #fff;
	display:inline-block;
	top:1px;
	padding-bottom:1px;
	position:relative;
}

.left_value {
	/* float:left;  */
	border-bottom:1px solid #fff;
}

.one_prop:after {
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	height:1px;
}

/*stock*/
.stock_board {
	width:98%;
	margin-bottom:15px;
	font-size:13px;
	padding:6px;
	position:relative;
}

.stock_board .name {
	line-height:19px;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	width:120px;
	font-size:21px;
	color:#b80e0a;
}

.stock_board .txt div.inner {
	position:relative;
	background:#fff;
	border:1px solid #dfdfdf;
	padding:15px;
	border-radius:5px;
}

.stock_board .txt div.inner:after, .stock_board .txt div.inner:before {
	right:100%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}

.stock_board .txt div.inner:before {
	border-color:rgba(223, 223, 223, 0);
	border-right-color:#dfdfdf;
	border-width:17px;
	top:50%;
	margin-top:-17px;
}

.stock_board .txt div.inner:after {
	border-color:rgba(255, 255, 255, 0);
	border-right-color:#fff;
	border-width:15px;
	top:50%;
	margin-top:-15px;
}

.item_info table tbody td {
	font-size:14px;
	color:#636363;
	padding-bottom:0px;
	border-bottom:1px solid #f1f2f5;
	padding-top:0px;
	padding-left:15px;
}

.stock_board a.read_more {
	float:right;
	font-size:11px;
	display:block;
	font-weight:normal;
	position:absolute;
	right:6px;
	bottom:-20px;
	color:#444648;
	font-style:italic;
}

.stock_board a.read_more:hover {
	color:#1d6eb1;
}

.bx_item_container .avalible {
	padding:0 10px;
	color:#59ab0f;
	font-size:12px;
}

.min_rt {
	position:relative;
	width:75%;
}

/*compare*/
.compare_block {
	position:absolute;
	top:0;
	right:1%;
}

.under_compare {
	float:left;
	width:220px;
	box-sizing:border-box;
	margin-top:0;
	height:26px;
	border:1px solid #ebebec;
	border-radius:3px;
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f1f2f5 99%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(99%, #f1f2f5));
	background:-webkit-linear-gradient(top, #ffffff 0%, #f1f2f5 99%);
	background:-o-linear-gradient(top, #ffffff 0%, #f1f2f5 99%);
	background:-ms-linear-gradient(top, #ffffff 0%, #f1f2f5 99%);
	background:linear-gradient(to bottom, #ffffff 0%, #f1f2f5 99%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f2f5', GradientType=0);
}

.under_compare .like {
	border-left:1px solid #ebebec;
	height:100%;
	width:50%;
	box-sizing:border-box;
	float:left;
}

.under_compare .compare {
	width:50%;
	border-left:1px solid #ffffff;
	height:100%;
	width:50%;
	box-sizing:border-box;
	float:right;
}

.under_compare .like .text,
.under_compare .like .text1 {
	font-size:12px;
	color:#1d6eb1;
	cursor:pointer;
	padding-left:22px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/sprite_like.png) top left no-repeat;
	margin-top:5px;
	width:57px;
	margin:5px auto;
}

.under_compare .like .text1,
.under_compare .like .text:hover {
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/sprite_like.png) 0 -17px no-repeat;
	color:#62b73f;
}

.under_compare .compare .text,
.under_compare .compare .text1 {
	font-size:12px;
	color:#1d6eb1;
	cursor:pointer;
	padding-left:22px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/catalog_compare.png) top left no-repeat;
	margin-top:5px;
	width:57px;
	margin:5px auto;
}

.under_compare .compare .text1,
.under_compare .compare .text:hover {
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/catalog_compare.png) 0 -18px no-repeat;
	color:#62b73f;
}

#ajax_compare {
	float:left;
	margin-left:5px;
}

#ajax_compare .compare_link {
	margin-top:0;
}

#ajax_compare .compare_link .compare_button {
	height:26px;
	line-height:26px;
}

.avalible_green {
	color:#62b73f;
	margin-left:11px;
}

@media (max-width:1000px) {
	.compare_block {
		left:0;
	}

	.min_rt {
		padding-top:30px;
	}

	.under_compare {
		width:200px;
	}

	.bx_item_detail .bx_item_detail_size {
		width:50%;
	}

}

@media (max-width:800px) {
	.compare_block {
		display:none;
	}

	.min_rt {
		padding-top:0;
	}

	.bx_item_detail .item_info_section .props_top {
		max-width:278px;
	}

	.right_aside {
		display:none;
	}

	.left_aside {
		width:100%;
	}

	.bx_item_detail .bx_item_container .bx_rb {
		width:100%;
	}

	.bx_item_detail .bx_item_detail_size {
		width:80%;
	}
}

@media (max-width:768px) {
	.bx_item_detail .bx_item_container .bx_lt {
		width:45%;
	}

	.bx_item_detail .bx_item_container .bx_rt {
		width:50%;
		padding-top:160px;
	}

	.item_buttons.vam {
		left:53%;
		width:25%;
	}

	.bx_item_detail .item_info_section .props_top {
		width:100%;
	}

	.min_rt {
		width:100%;
	}

	.item_buttons_counter_block + .bx_big {
		padding-bottom:0;
		border-bottom:0;
	}

	.bx_item_detail .one_click_buy {
		display:none;
	}

	.bx_item_detail .bx_item_detail_size {
		width:100%;
	}

	.bx_item_detail .item_info_section {
		padding-right:18px !important;
	}
}

@media (max-width:480px) {
	.bx_item_detail .bx_item_container .bx_lt {
		width:100%;
	}

	.bx_item_detail .bx_item_container .bx_rt {
		width:100%;
		padding-top:0;
	}

	.item_buttons.vam {
		position:relative;
		left:0;
	}

	.min_rt {
		width:54%;
		float:left;
	}

	.item_buttons.vam {
		position:relative;
		left:0;
		float:right;
		width:100%;
		margin-top:0;
		padding:0;
		border:0;
	}

	.item_buttons.vam .couter {
		display:none;
	}

	.bx_item_detail .item_buttons_counter_block {
		width:100%;
		border-bottom:0;
	}

	.stock_board .name {
		display:none;
	}

	.bx_item_detail .bx_item_detail_size {
		width:100%;
	}
}

/*end_stock*/
div.view-list {
	width:100%;
}

div.view-header {
	height:20px;
	text-align:center;
	margin-bottom:10px;
}

div.view-item {
	text-align:center;
	margin-bottom:10px;
}

.view-list .img_see {
	width:58px;
	float:left;
	text-align:center;
}

.view-list .right_see {
	float:right;
	width:60%;
}

.view-list .one_see {
	margin-bottom:15px;
}

.view-list .header_grey {
	margin-bottom:15px;
}

.view-list .price_see {
	font-size:14px;
	font-weight:bold;
}

.view-list .name_see {
	height:36px;
	overflow:hidden;
}

.bx_rb #tabs .ui-tabs-nav {
	width:100%;
	list-style:none;
	padding:0;
	margin-bottom:20px;
}

.bx_rb #tabs .ui-tabs-nav:before,
.bx_rb #tabs .ui-tabs-nav:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.bx_rb #tabs .ui-tabs-nav li {
	float:left;
	padding:8px 12px;
	outline:0;
}

.bx_rb #tabs .ui-tabs-nav li.ui-tabs-active {
	border-radius:3px 3px 3px 3px;
	color:#fff;
	background:#3390da;
	background:-moz-linear-gradient(top, #3390da 0%, #06559c 99%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3390da), color-stop(99%, #06559c));
	background:-webkit-linear-gradient(top, #3390da 0%, #06559c 99%);
	background:-o-linear-gradient(top, #3390da 0%, #06559c 99%);
	background:-ms-linear-gradient(top, #3390da 0%, #06559c 99%);
	background:linear-gradient(to bottom, #3390da 0%, #06559c 99%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3390da', endColorstr='#06559c', GradientType=0);
}

.bx_rb #tabs .ui-tabs-nav li.ui-tabs-active a,
.bx_rb #tabs .ui-tabs-nav li.ui-tabs-active a:hover {
	color:#fff;
	border-bottom:0;
	outline:0;
}

.bx_rb #tabs .ui-tabs-nav li a {
	color:#444648;
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dotted #444648;
}

.bx_rb #tabs .ui-tabs-nav li a:hover {
	color:#1d6eb1;
}

.left_prop {
	width:300px
}

.one_prop {
	height:auto
}

.under_the_order {
	position:absolute;
	right:3px;
	top:20px;
	background:linear-gradient(to bottom, #19a2c1 0%, #4386b6 100%);
	border:none;
	color:white;
	border-radius:3px;
	height:36px;
	font-size:17px;
	width:170px;
	outline:none;
}

.under_the_order:hover {
	background:linear-gradient(to bottom, #4386b6 0%, #19a2c1 100%);
}
/*forumedia*/
.bx_item_detail .bx_item_container .bx_rt,
.bx_item_detail .bx_item_container .bx_lt {
	width:50%;
}
.item_buttons.vam {
    position:static;
    width:auto;
    border:none;
    border-radius:0;
	box-shadow:none;
	padding:25px 0 0;
	border-top:1px solid #f2f2f2;
}
.bx_item_detail .item_info_section {
	padding-left:0;
}
.under_the_order {
	position:static;
}
.one_click_buy {
	position:static !important;
}
.to_more_info {
	color:#6cb936 !important;
	position:relative;
	padding-right:15px;
	text-decoration:none;
}
.to_more_info:before {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent;
    content:'';
    width:7px;
    height:6px;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #6cb936;
    border-left:1px solid #6cb936;
    background-color:transparent;
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:absolute;
	top:4px;
	right:0;
}
.bx_item_detail .item_old_price {
    padding:0 10px 0 0;
    color:#a9a7a7;
    font-size:20px;
    position:static;
    display:inline-block;
}
.bx_item_detail .item_current_price {
	padding:0 10px 0 0;
}
.under_compare {
    float:none;
    width:100%;
    box-sizing:border-box;
    margin-top:0;
    height:26px;
    border:none;
    border-radius:0;
	background:none;
}
.under_compare .compare,
.under_compare .like {
    border-left:none;
    height:100%;
    width:auto;
    box-sizing:border-box;
    float:none;
	display:inline-block;
}
.under_compare .like .text,
.under_compare .like .text1,
.under_compare .compare .text,
.under_compare .compare .text1 {
	width:auto;
	margin-right:20px;
	color:#5a5a5a;
	font-size:15px;
	padding-left:30px;
}
.under_compare .compare .text1, .under_compare .compare .text:hover {
    background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/catalog_compare.png) 0 -28px no-repeat;
    color:#62b73f;
}
.under_compare .like .text1, .under_compare .like .text:hover {
    background:url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/sprite_like.png) 0 -25px no-repeat;
    color:#62b73f;
}
.new_fm_button {
    border-bottom:none !important;
   /* width:auto !important;*/
    display:inline-block;
    margin-right:15px !important;
    padding-bottom:0 !important;
}
.bx_item_detail .item_buttons_counter_block {
    border-bottom:none;
}
.bx_item_detail .bx_bt_button.buy,
.bx_item_detail .bx_bt_button.added,
.under_the_order {
	/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#82be22+0,72ba31+40,63b73e+100 */
	background:rgb(130,190,34); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(130,190,34,1) 0%, rgba(114,186,49,1) 40%, rgba(99,183,62,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82be22', endColorstr='#63b73e',GradientType=0 ); /* IE6-9 */
	border:none;
	box-shadow:none;
	padding-left:25px;
	padding-right:25px;
	font-weight:bold;
	font-size:16px;
}
.item_buttons_counter_block.new_fm_button  .one_click_buy span {
	box-shadow:none;
	padding-left:25px;
	padding-right:25px;
	font-weight:bold;
	font-size:16px;
	color:#62b73f;
	border:1px solid #62b73f;
	border-radius:3px;
	display:inline-block;
	height:36px;
	padding-top:8px;
}
.item_buttons_counter_block.new_fm_button  .one_click_buy:hover span {
	background:rgb(130,190,34); /* Old browsers */
	background:-moz-linear-gradient(top, rgba(130,190,34,1) 0%, rgba(114,186,49,1) 40%, rgba(99,183,62,1) 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82be22', endColorstr='#63b73e',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.item_buttons_counter_block.couter.new_fm_button {
	background-color:#f3f3f5;
	height:36px;
	padding-top:3px;
}
.bx_item_detail .transparent_input {
	width:45px;
}
.bx_item_detail .transparent_input,
.bx_item_detail .bx_bt_button_type_2 {
	background:transparent !important;
	border:none  !important;
	box-shadow:none  !important;
	padding-right:15px;
	padding-left:15px;
	line-height:24px  !important;
}
.bx_item_detail .bx_bt_button_type_2 {
	font-size:25px;
}
.dubl_h1 {
	font-size:29px;
	color:#000;
	font-weight:bold;
}
.workarea_wrap h1 {
	/*height:0;
	overflow:hidden;*/
	margin:0;
	padding:0;
	font-size:29px;
	color:#000;
	font-weight:bold;
}
.right_aside {
    padding-top:50px;
}
/*новый слайдер*/
.slick-prev, 
.slick-next {
	background:transparent url(/bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/images/new_slider_arrow.png) center top no-repeat;
	width:100%;
	height:35px;
	opacity:0.75;
	display:block !important;
}
a {
	outline:none !important;
}
.slick-prev:focus, 
.slick-next:focus,
.slick-prev:hover, 
.slick-next:hover {
	opacity:1;
}
.slick-next {
	background-position:center bottom;
}
.new_slider {
	position:relative;
}
.new_slider .slider-for {
	max-height:600px;
	padding:0 20px;
}
.special_border {
	border:1px solid #ebebeb;
	margin:70px 0 30px 135px;
	padding:10px 20px 30px 0;
}
.special_border:after {
	content:"";
	display:table;
	clear:both;
}
.new_slider .slider-for .slider_item {
	width:100%;
	height:600px;
}
.new_slider .slider-for .slider_item .bx_bigimages_aligner {
	display:block;
	height:100%;
	width:100%;
}
.new_slider .slider-for .slider_item img{
	max-width:80%;
	max-height:80%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	margin:0 auto;
}
.new_slider .slider-nav {
	position:absolute;
	top:0;
	left:-135px;
	width:120px;
}
.new_slider .slider-nav .slider_item {
	border:2px solid #ebebeb;
	width:115px;
	height:115px;
	position:relative;
	text-align:center;
	margin:2px 2px 8px;
}
.new_slider .slider-nav .slider_item:hover{
	border:1px solid #009ae3;
}
.new_slider .slider-nav .slider_item img{
	max-width:80%;
	max-height:80%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	margin:0 auto;
}
.bx_item_detail .ui-tabs-panel .bx_item_description p {
    font-size:16px;
}

@media (max-width:768px) {
.bx_item_detail .bx_item_container .bx_rt, .bx_item_detail .bx_item_container .bx_lt {
	width:100%;
}
.bx_item_detail .bx_item_container .bx_rt {
    padding-top:0;
}
.special_border {
    margin:40px 0 25px;
    padding:20px 10px;
}
.new_slider {
    margin-left:105px;
}
.new_slider .slider-nav .slider_item {
    width:90px;
	height:90px;
}
.new_slider .slider-for .slider_item {
	max-height:485px;
}
.new_slider .slider-nav {
    left:-105px;
    width:90px;
}
}
.item_buttons_counter_block.new_fm_button.toHowZakaz span {
    box-shadow:none;
    padding-left:25px;
    padding-right:25px;
    font-weight:bold;
    font-size:16px;
    color:#62b73f;
    border:1px solid #62b73f;
    border-radius:3px;
    display:inline-block;
    height:36px;
    padding-top:8px;
	margin-top:15px;
}
.item_buttons_counter_block.new_fm_button.toHowZakaz:hover span {
    background:rgb(130,190,34);
    background:-moz-linear-gradient(top, rgba(130,190,34,1) 0%, rgba(114,186,49,1) 40%, rgba(99,183,62,1) 100%);
    background:-webkit-linear-gradient(top, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%);
    background:linear-gradient(to bottom, rgba(130,190,34,1) 0%,rgba(114,186,49,1) 40%,rgba(99,183,62,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82be22', endColorstr='#63b73e',GradientType=0 );
    color:#fff;
}
@media (max-width:1400px) {
	.item_block_indo_PD {
	padding: 40px 10px;
}
}
@media (max-width:1350px) {
.textitem_block_indo_PD span {
	font-size: 27px;
}
.text_2block_indo_PD a {
	font-size: 22px;
}
.text_2block_indo_PD {
	font-size: 22px;
}
.block_indo_PD {
	max-width: 98%;
}
}
@media (max-width:1150px) {
	.item_item_block_indo_PD {
	padding: 22px 0px 44px;
}
}
@media (max-width:768px) {

	.text_1block_indo_PD {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}
.text_2block_indo_PD a {
	font-size: 17px;
}
.text_2block_indo_PD {
	font-size: 17px;
}
}
@media (max-width:600px) {
	.textitem_block_indo_PD {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-flow: column wrap; */
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
	gap: 5px;
}
.textitem_block_indo_PD span {
	padding: 0;
}
.item_block_indo_PD {
	height: auto;
}
.item_item_block_indo_PD {
	width: 48%;
}
.item_block_indo_PD2 {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-flow: row wrap; */
	flex-direction: row;
	flex-wrap: wrap;
}
}

@media (max-width:480px) {
	.item_item_block_indo_PD {
	width: 100%;
}
}
@media (max-width:400px) {
	.item_item_block_indo_PD {
	width: 100%;
}
}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/breadcrumb/elegante_bread/style.css?1633509613484*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:0;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
	font-size:11px;
	color:#444648;
	margin-right:4px;
}

ul.breadcrumb-navigation a {
	font-size:11px;
	color:#444648;
	text-decoration:underline;
	line-height:14px;
}
ul.breadcrumb-navigation a:hover{
	color:#0e5ea3;
}
ul.breadcrumb-navigation li:last-child a{
	text-decoration:none;
}
ul.breadcrumb-navigation span
{
	font-size:11px;
	color:#444648;
}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/iblock.vote/stars/style.min.css?1633509614832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/redisignNew/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/system.pagenavigation/visual_mini/style.css?16335096141246*/
.pagination-mini {
	background-color: #f4f4f4;
	margin: 30px auto 15px;
	padding: 0 !important;
	position: relative;
	text-align: center;
	display: inline-block;
}
.pagination-mini li {
    display: inline-block;
    margin: 0 auto !important;
    padding: 0 10px;
}
.pagination-mini li.prev {
    background: #dddddd url("/bitrix/templates/redisign/images/icons/arrow3.svg") no-repeat scroll right center;
    height: 38px;
    left: -30px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 30px;
	padding: 0;
}
.pagination-mini li.next {
    height: 38px;
    right: -30px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 30px;
    background: #dddddd url("/bitrix/templates/redisign/images/icons/arrow4.svg") no-repeat scroll left center;
	padding: 0;
}
.pagination-mini li.disabled {
    background-color: #f4f4f4;
}

.pagination-mini li.prev a, .pagination-mini li.next a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagination-mini li a {
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 38px;
    text-decoration: none;
}

.pagination-mini li.active {
    background-color: #0b4882;
}
.pagination-mini li.active a {
    color: #fff;
}

/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.item/full_page/style.min.css?175283381823353*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding-top:15px;width:100%;border:1px solid transparent;border-radius:2px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.19)}.product-item-line-card .product-item{border-bottom:1px solid #dadada}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border-color:transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease;animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}@keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;display:block;height:1px;background-color:var(--theme-color-primary);opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:block;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-image-slider-control.active,.product-item-image-slider-control:hover{background-color:var(--primary)}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-title{overflow:hidden;margin:0;padding:0;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;font-size:14px;text-align:center}.product-item-title a{color:#3f3f3f;text-decoration:none;transition:250ms linear all}.product-item-line-card .product-item-title{white-space:normal;text-align:left}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}@media(max-width:1199px){.product-item-big-card .product-item-title a{font-size:18px}}@media(max-width:991px){.product-item-big-card .product-item-title a{font-size:16px}}@media(max-width:767px){.product-item-big-card .product-item-title a{font-size:14px}}@media(max-width:575px){.product-item-big-card .product-item-title a{font-size:16px}}.product-item-price-container{text-align:center;line-height:1}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-info-container{clear:both;margin-bottom:8px}.product-item-info-container-title{font-size:12px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none!important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3!important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent!important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none!important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{display:block;color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{font-size:12px}.product-item-properties{display:block;margin:0}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal;font-size:12px}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;font-size:12px}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-line-card .product-item-scu-container{text-align:left}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-block-title{font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4!important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:rgba(255,255,255,0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;background-size:80% 80%;content:""}.product-item-scu-item-text-block:hover,.product-item-scu-item-color-block:hover,.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:var(--primary)}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.section/Similar_models2/style.min.css?17663357143212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.item/item_Similar_models2/style.min.css?176633614722843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.section/Similar_models2/themes/blue/style.min.css?1766335714706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.section/cells_exp/style.css?16335096134297*/
.exp_elements {
	margin-bottom:45px;
}
.exp_elements .exp_flex {
	list-style:none;
	padding:0;
	margin:0;
}
.exp_elements .exp_flex li {
	list-style:none;
	padding:0;
	margin:0;
}
.exp_elements .one_section_product_cells {
	width:16%;	
	display:inline-block;
	margin-bottom:40px;
	padding-bottom:22px;	
	vertical-align:top;
}
.exp_elements .one_section_product_cells .image_product {
	width: 88%;
	padding-top: 64%;
	display: block;
	background-position:center;	
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto;
	position:relative;
}
.exp_elements .one_section_product_cells .image_product:hover {
	-webkit-filter: contrast(110%);
}
.exp_elements .one_section_product_cells .name_product {
	height:35px;
	overflow:hidden;
	margin-top:15px;
	width: 88%;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
}
.exp_elements .price_block .name_price {		
}
.exp_elements .price_block .old_price, 
.exp_elements .price_block .old_price span{
	color:#2d2d2d;
	font-size:12px;
	font-weight:normal;
	text-decoration:line-through;
}
.exp_elements .name_product a {
	color:#444648;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}
.exp_elements .name_product a:hover{
	color:#1d6eb1;
}
.exp_elements .one_section_product_cells .buys {
	width: 88%;
	margin:0 auto;
	overflow:hidden;
}
.exp_elements .one_section_product_cells .price_block {
	margin-left:0;
	float:left;
}
.exp_elements .one_section_product_cells .price_block .new_price {
	font-size:14px;
	font-weight:bold;
	color:#3b3b43;
}
.exp_elements .one_section_product_cells .price_block .new_price span { 
	font-size:13px;
}
.exp_elements .one_section_product_cells .buy_block {	
	float:right;
}
.exp_elements .one_section_product_cells .big_buy{
	width:100%;
} 
.exp_elements .one_section_product_cells a.buy {
	display:block;
	font-size:0;
	width: 43px;
	height: 26px;
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog.section/cells_exp/images/buy_inner.png) no-repeat top;
	cursor:pointer;
}
.exp_elements .one_section_product_cells a.buy:hover {
	background-position: 0 -26px;
}
.exp_elements .one_section_product_cells a.added, 
.exp_elements .one_section_product_cells a.added:hover {
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog.section/cells_exp/images/buy_inner.png) no-repeat bottom;
}
.exp_elements .one_section_product_cells .under_compare {
	width: 100%;
	box-sizing:border-box;	
	margin:0 auto;
	margin-top:10px;
	height:26px;
	border:1px solid #ebebec;
	border-radius:3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f2f5 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#f1f2f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f2f5 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f2f5 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f2f5 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f2f5 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f5',GradientType=0 ); /* IE6-9 */
}

.exp_elements .nbs-flexisel-container {
   position:relative;   
	margin:0 auto;
	overflow:hidden;
}
.exp_elements .nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
}

.exp_elements .nbs-flexisel-inner {
   overflow:hidden; 
}

.exp_elements .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.exp_elements .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.exp_elements .nbs-flexisel-nav-left,
.exp_elements .nbs-flexisel-nav-right {
	width: 12px;
	height: 20px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 20%!important;
	opacity: 0.5;	
	background:url(/bitrix/templates/redisignNew/components/bitrix/catalog.section/cells_exp/images/arrows.png) no-repeat;
}
.exp_elements .nbs-flexisel-nav-left:hover,
.exp_elements .nbs-flexisel-nav-right:hover {
	opacity:1;
}

.exp_elements .nbs-flexisel-nav-left {
	background-position:top;
	left:0;
}

.exp_elements .nbs-flexisel-nav-right {
	background-position:bottom;
	right:0;
}
@media (max-width:1024) {
	
}
/* End */


/* Start:/bitrix/components/altasib/review.add/templates/.default/style.css?163350958422620*/
.alx_reviews_block {
    font-size: 14px;
    border-top: 1px solid #fff;
    /*background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_form_reviews.png) center top repeat-y;*/
}

.alx_reviews_block input:focus {
    outline: none;
}

.alx_reviews_block_border {
    padding: 0;
    height: 1px;
    overflow: hidden;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_line_shadow.png) right top no-repeat #e1e2e3;
}

.alx_add_reviews_a {
    padding: 0;
    margin: 20px 0 24px 0;
    width: 247px;
    height: 40px;
}

.alx_add_reviews_a a {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_add.png) 0 0 no-repeat;
    width: 247px;
    display: block;
    text-decoration: none;
    font-family: arial;
    padding: 8px 0 12px 0;
    font-size: 18px;
    color: #515a65 !important;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
}

.alx_add_reviews_a a:hover {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_add.png) 0 -43px no-repeat;
}

.alx_reviews_form {
    padding: 30px 10px;
    font-family: arial;
    color: #515a65;
    font-size: 13px;
}

.alx_reviews_form .alx_reviews_form_item_pole {
    padding: 0;
    margin: 0 0 20px 0;
}

.alx_reviews_form .alx_reviews_form_poles_small .alx_reviews_form_pole_name {
    font-weight: bold;
    color: #515a65;
    float: left;
    width: 106px;
    padding-top: 9px;
    margin-right: 10px;
}

.alx_reviews_form .alx_reviews_form_pole_name {
    padding: 0;
    font-weight: bold;
    color: #515a65;
    margin: 0 0 7px 0;
}

.alx_reviews_form .requred_txt {
    color: #b1b8c1;
}

.alx_reviews_form .alx_reviews_form_item_pole .alx_reviews_form_inputtext_bg {
    border: 1px solid #b6b7b8;
    padding: 8px 4px 8px 4px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_poles_small .alx_reviews_form_inputtext_bg {
    float: left;
    width: 238px;
}

.alx_reviews_form_inputtext_bg_arr {
    position: absolute;
    width: 13px;
    height: 9px;
    margin-top: -14px;
    margin-left: 23px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_arr_pole.png) 0 0 no-repeat;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_item_pole .alx_reviews_form_inputtext_bg input {
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
    height: auto;
    padding: 0;
    background-color: #FFFFFF;
}

.alx_reviews_form .fields .string input {
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
    height: auto;
    padding: 0;
    background-color: #FFFFFF;
}

.alx_reviews_form .fields .string {
    border: 1px solid #b6b7b8;
    padding: 1px 1px 10px 1px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 238px;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea {
    padding: 0;
    position: relative;
    z-index: 1;
    zoom: 1;
    margin: 0px 0px 20px 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_textarea_bg {
    /*border: 1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;*/
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_field {
    border: 1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_field_vote {
    border: 1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea .alx_reviews_form_textarea_bg textarea {
    border: 0;
    width: 100%;
    height: 190px;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea_dop_txt {
    float: right;
    color: #a3a3a3;
    margin-top: 10px;
    font-size: 10px;
    text-align: right;
    font-family: verdana;
}

.alx_reviews_form .alx_reviews_form_item_pole_textarea_dop_txt .alx_reviews_red_txt {
    color: #8e0016;
}

.alx_reviews_form_add_file {
    width: 320px;
    margin-top: 19px;
    margin-bottom: 0;
}

.alx_reviews_form_add_file .alx_reviews_form_add_file_pole {
    position: absolute;
    z-index: 1;
    zoom: 1;
    width: 200px;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.alx_reviews_form_add_file .alx_reviews_form_add_file_pole input {
    width: 300px;

}

.alx_reviews_form_add_file .alx_reviews_form_add_file_txt {
    padding: 11px 0px 15px 53px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_input_file.png) 0px 0px no-repeat;
    color: #515a65;
    font-size: 14px;
    width: 131px;
}

.alx_reviews_form .alx_reviews_form_captcha {
    padding: 0;
    margin: 0px 0px 30px 0;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_pole_name {
    float: left;
    width: 106px;
    margin-right: 10px;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pic {
    float: left;
    font-size: 12px;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pic .alx_reviews_form_captcha_pic_block {
    border: 1px solid #b6b7b8;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 116px;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_code .alx_reviews_form_captcha_pic a {
    color: #2c6dae;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole {
    float: left;
    margin-right: 19px;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole .alx_reviews_form_inputtext_bg {
    border: 1px solid #b6b7b8;
    padding: 9px 4px 9px 4px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_captcha .alx_reviews_form_captcha_pole .alx_reviews_form_inputtext_bg input {
    border: 0;
    width: 104px;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
}

.alx_reviews_form .alx_reviews_form_vote {
    padding: 0;
    margin: 0 0 10px 0;
}

.alx_reviews_form_vote_group_name {
    padding: 0;
    margin: 0px 0px 5px 0;
    font-size: 13px;
    font-weight: bold;

}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_pole_name {
    font-weight: bold;
    font-size: 12px;
    width: 139px;
    /*margin-left: 10px;*/
    float: left;
}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items {
    padding: 0;
    margin: 0;
    float: left;
}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_uf {
    padding: 0;
    margin: 0;
    float: none;
}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_uf .alx_reviews_form_vote_items {
    float: left;
    padding: 0;
    margin: 0;
}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items .alx_reviews_form_vote_item {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/vote_bg.png) -18px 0px no-repeat;
}

.alx_reviews_form .alx_reviews_form_vote .alx_reviews_form_vote_items .alx_reviews_form_vote_item_sel {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/vote_bg.png) 0px -1px no-repeat;
}

.alx_reviews_form_submit_block {
    padding: 20px 0px 64px 0;
    margin: 0;
    height: 42px;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit {
    width: 245px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_add.png) 0px 0px no-repeat;
    float: left;
    margin-right: 18px;
    height: 42px;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit:hover {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_add.png) 0px -43px no-repeat;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit input {
    padding: 6px 0px 9px 0;
    margin: 0;
    font-size: 18px;
    color: #515a65 !important;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    height: 42px;
    width: 245px;
    cursor: pointer;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/spacer.gif) 0px 0px no-repeat;
    border: 0;
    font-family: arial, sans-serif;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset {
    float: left;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    height: 38px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_reset.gif) bottom left repeat-x #fff;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset:hover {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_submit_reset_hov.gif) bottom left repeat-x #fff;
}

.alx_reviews_form_submit_block .alx_reviews_form_item_submit_reset input {
    padding: 12px 38px 8px;
    margin: 0;
    color: #515a65;
    font-size: 14px;
    font-family: arial, sans-serif;
    border: 0;
    cursor: pointer;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/spacer.gif) 0px 0px no-repeat;
}

.alx_clear_block {
    clear: both;
    height: 1px;
    overflow: hidden;

}

.alx_reviews_form_poles_group {
    padding: 28px 0;
    position: relative;
    z-index: 1;
    zoom: 1;
    margin-left: -80px;
    left: 40px;
    padding-left: 40px;
    margin-bottom: 28px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.alx_reviews_form_poles_group .alx_reviews_form_poles_group_border_top {
    padding: 0;
    height: 1px;
    left: 0;
    overflow: hidden;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_line_shadow.png) right top no-repeat #e1e2e3;
    position: absolute;
    top: -2px;
    width: 100%;
}

.alx_reviews_form_poles_group .alx_reviews_form_poles_group_border_bottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    overflow: hidden;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/bg_line_shadow.png) right top no-repeat #e1e2e3;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf {
    padding: 0px 0px 0px 0;
    margin: 0px 0px 20px 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_pole_name {
    font-weight: bold;
    color: #515a65;
    float: left;
    width: 106px;
    padding-top: 0;
    margin-right: 10px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg {
    border: 1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg {
    float: left;
    width: 239px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_inputtext_bg {
    float: left;
    width: 239px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field {
    padding: 0;
    margin: 0;
    float: left;
    width: 248px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_textarea_bg textarea {
    border: 0;
    width: 100%;
    height: 190px;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field select {
    border: 0;
    width: 100% !important;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel {
    border: 1px solid #b6b7b8;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 34px;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselFrameRight {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/select_arr.gif) 6px center no-repeat;
    width: 30px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselText {
    padding: 10px 4px 1px 6px;
    height: 18px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #515a65;
    font-family: arial, sans-serif;
    left: 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 15px 2px 5px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel span:hover,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cuselOptHover {
    background: #eee;
    color: #5A5A5A;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cuselActive {
    background: #ccc;
    cursor: default;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel:hover .cuselFrameRight,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel:focus .cuselFrameRight,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselFocus .cuselFrameRight {

}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cuselOpen {
    z-index: 999;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel .cuselFrameRight {

    color: #ccc;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .classDisCusel .cuselText {
    cursor: default;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .cusel-scroll-wrap {
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 100%;
    width: auto;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-left: -1px;
    padding-left: 1px;
    padding-right: 1px;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneTrack {
    height: 100%;
    width: 7px !important;
    background: #eee;
    position: absolute;
    top: 0;
    right: 4px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDrag {
    position: absolute;
    background: #CCCCCC;
    cursor: pointer;
    width: 7px !important;
    height: 27px !important;
    right: 0;

}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollArrowUp {
    position: absolute;
    top: 0;
    right: 1px;
    width: 7px;
    height: 12px;
    cursor: pointer;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/arr_track_up.gif) 0px 2px no-repeat;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_form_field .cusel .jScrollArrowDown { /*   */
    width: 7px;
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 1px;
    cursor: pointer;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/arr_track_down.gif) 0px 2px no-repeat;
    overflow: hidden;
}

.alx_reviews_pole_select_uf {
    height: 76px;
    overflow: hidden;
    border: 1px solid #b6b7b8;
    padding: 5px 4px 5px 4px;
    margin: 0;
    background: #fff;
    width: 239px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alx_reviews_pole_select_uf .alx_reviews_pole_select_uf_cont {
    width: 239px;
    overflow: hidden;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .alx_reviews_pole_select_uf_cont select {
    width: 260px !important;
    background: transparent;
    font-size: 14px;
    font-family: arial, sans-serif;
    line-height: 16px;
    padding: 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspContainer {
    overflow: hidden;
    position: relative;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspPane {
    position: absolute;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 14px;
    height: 100%;
    background: #eceff1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cfd1d2;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar *,
.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspCap {
    display: none;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspTrack {
    background: #eceff1;
    position: relative;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspDrag {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/track_bg.gif) center center no-repeat #ffffff;
    border: 1px solid #dbdbdb;
    position: relative;
    top: 0;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: -1px;
    right: -1px;
    width: 14px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspArrow {
    display: block;
    cursor: pointer;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrow {
    height: 16px;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrowUp {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/arr_scroll_up.gif) center 6px no-repeat;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrowDown {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/arr_scroll_down.gif) center 6px no-repeat;
}

.alx_reviews_form .alx_reviews_form_item_pole_uf .alx_reviews_pole_select_uf .jspVerticalBar .jspArrow:focus {
    outline: none;
}

.alx_reviews_form .alx_reviews_subscribe {
    font-size: 14px;
    margin-bottom: 16px;
}

.alx_reviews_form .alx_reviews_form_requred_block {
    color: #7a808c;
    font-size: 12px;
}

.alx_reviews_checkbox_block {
    padding: 2px 0px 0px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont {
    padding: 0px 0px 0px 29px;
    display: inline;
    margin: 0px 0px 0px 0;
    cursor: pointer;
}

.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont .alx_reviews_checkbox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/checkbox_bg.png) 0px -19px no-repeat;
}

.alx_reviews_checkbox_block_check .alx_reviews_checkbox_block_cont .alx_reviews_checkbox {
    background: url(/bitrix/components/altasib/review.add/templates/.default/images/checkbox_bg.png) 0px 0px no-repeat;
}

.alx_reviews_checkbox_block .alx_reviews_checkbox_block_cont .alx_reviews_checkbox input {
    display: none;
}

.bxhtmled-toolbar-cnt{
    background-image: none !important;
}

/* End */


/* Start:/bitrix/components/altasib/review.list/templates/.default/style.css?163350958412992*/
.alx_reviews_list
{
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
.alx_reviews_list .alx_reviews_title
{
	color:#515a65;
	font-size:18px;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px 0px 16px 0px;
	overflow:hidden
}
.alx_reviews_list .alx_reviews_title .alx_reviews_title_txt
{
	float:left;
	padding-top:8px;
}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count
{
	float:left;
	border:1px solid #b6b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 10px;
	color:#7a808c;
	position:relative;
	margin-left:12px;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count .alx_reviews_count_bg
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/bg_arr_count.gif) 0px 0px no-repeat;
}
.alx_reviews_list .alx_reviews_item
{
	padding: 0px;
	margin: 0px 0px 13px 0px;
	position:relative;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .hide
{
    background-color: #F0F0F0;
}

.alx_reviews_list .best
{
    background-color: #FDF9E1;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_line
{
	background:#eceff1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:4px;
	overflow:hidden;
	-webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	-moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	border:1px solid #dfe0e1;
	
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result
{
	position:absolute;
	right:0px;
	margin-top:17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 3px;
	font-size:18px;
	display:inline-block;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result .alx_reviews_item_vote_result_arr
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes .alx_reviews_item_vote_result_arr
{
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/arr_vote_bg.png) 0px -81px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no .alx_reviews_item_vote_result_arr
{
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/arr_vote_bg.png) 0px -46px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes
{
	border:1px solid #0e8c4e;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/bg_vote_green.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #037e42;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no
{
	border:1px solid #c54100;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/bg_vote_red.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #cf5300;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info
{
	padding: 17px 0px 9px 0px;
	margin: 0px;
	overflow:hidden;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_ava
{
	float:left;	
	border:1px solid #dcdcdc;
	position:relative;
	padding:1px;
	margin-right:10px;	
	z-index:1;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_user_name
{
	padding: 0px;
	margin: 0px 0px 6px 0px;
	color:#486daa;
	font-size:14px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_user_name a
{
	color:#486daa;
	text-decoration:underline;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_time
{
	float:left;
	padding:1px 17px 0px 18px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_time.png) 0px 0px no-repeat;
	color:#7a808c;
	font-size:12px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_dop_props
{
	float:left;
	color:#7a808c;
	font-size:12px;
	padding-top:1px;
	margin-right:17px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item
{
	padding: 0px;
	margin: 0px;
	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_items
{
	height:16px;	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_item
{
	float:left;
	width:16px;
	height:16px;
	margin-left:2px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/vote_bg.png) -18px 0px no-repeat;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_item_sel
{
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/vote_bg.png) 0px -1px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show
{
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a
{
	padding: 0px;
	margin: 0px;
	color:#7a808c;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dashed #7a808c;
	font-weight:bold;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a:hover
{
	color:#e4b42d;
	border-bottom:1px dashed #e4b42d;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list
{
	display:none;
	padding-top:9px;
}
.show
{
	display:block !important;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote
{
	padding: 0px;
	margin: 0px;
	height:16px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_review_rating_title
{
	float:left;
	/*width:106px;*/
	margin-right:10px;
	font-size:12px;
	color:#7a808c;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_reviews_form_vote_items
{
	float:left;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_title
{
	margin-top:22px;
	color:#333333;
	font-size:18px;
	margin-bottom:18px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list
{
	padding: 0px;
	margin: 0px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_reviews_title_caps
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_review_mess
{
	padding: 0px;
	color:#515a65;
	font-size:14px;
	margin: 0px 0px 0px 47px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation
{
	float:left;
	/*margin-left:47px;*/
	margin-top:6px;
	color:#7a808c;
	visibility:hidden;
	height:15px;
	overflow:hidden;
	font-size:12px;
	text-decoration:none;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_violation.png) 0px 0px no-repeat;
	padding: 1px 0px 0px 22px;
}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_violation
{
	visibility:visible;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation:hover
{
	color:#e4b42d;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_violation.png) 0px -16px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do
{
	float:right;
	/*visibility:hidden;*/
}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_item_vote_do
{
	visibility:visible;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_rev_vot_titl
{
	float:left;
	color:#333333;
	padding-top:6px;
	font-size:14px;
	margin-right:10px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_txt
{
	float:left;
	display:Block;
	color:#7a808c;
	font-size:14px;
	padding-top:6px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
	display:block;
	margin-right:14px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
	display:block;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do a
{
	text-decoration:none;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span.alx_reviews_vote_count
{
	position:relative;
	z-index:1;
	border:1px solid #b6b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 15px;
	font-size:18px;
	display:inline-block;
	float:left;
	margin-left:12px;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes .alx_reviews_vote_count
{
	color:#129f5a;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no .alx_reviews_vote_count
{
	color:#c54100;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span .alx_reviews_vote_count_arr
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/arr_vote_bg.png) 0px -11px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover span .alx_reviews_vote_count_arr
{
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/arr_vote_bg.png) 0px -81px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover span .alx_reviews_vote_count_arr
{
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/arr_vote_bg.png) 0px -46px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover .alx_reviews_vote_count
{
	border:1px solid #0e8c4e;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/bg_vote_green.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #037e42;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover .alx_reviews_vote_count
{
	border:1px solid #c54100;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(/bitrix/components/altasib/review.list/templates/.default/images/bg_vote_red.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #cf5300;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop
{
	padding: 0px;
	margin: 20px 0px 20px 0px;
	overflow:hidden;
	height:16px;
	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a
{
	float:right;
	text-decoration:none;
	color:#7a808c;
	font-size:12px;
	margin-left:22px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a:hover
{
	background-position: 0px -14px;
	color:#e4b42d;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_del
{
	background-image:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_del.png);
	padding-left:15px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_edit
{
	background-image:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_edit.png);
	padding-left:17px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_hide
{
	background-image:url(/bitrix/components/altasib/review.list/templates/.default/images/icon_hide.png);
	padding-left:22px;
}
.alx_reviews_list .alx_reviews_show_more
{
	background:#eceff1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	-moz-box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	border:1px solid #dfe0e1;	
	display:block;
	text-decoration:none;
	text-align:center;
	padding: 12px 0px;
	font-size:18px;
	color:#515a65;
	text-shadow: 1px 1px 0px #ffffff;
}
.alx_reviews_list .alx_reviews_show_more .alx_reviews_count_all
{
	color:#7a808c;
}
.alx_clear_block
{
	clear:both;
	overflow:hidden;
	height:1px;
}

.alx_reviews_list .alx_reviews_item .altasib_reviw_answer
{
    border-bottom: 1px solid #B2C6CC;
	border-left: 1px solid #BACED3;
	border-radius: 3px;
	border-right: 1px solid #BACED3;
	border-top: 1px solid #BCCFD5;
	box-shadow: 0px 1px 2px rgba(179, 179, 179, 0.400);
	margin: 10px 0px 0px 0px;
	padding: 10px 7px;
	position: relative;
}
.alx_reviews_list .alx_reviews_item .altasib_reviw_answer .altasib_reviw_answer_top_border
{
	background: url(/bitrix/components/altasib/review.list/templates/.default/images/altasib_reviw_answer_top_border.png) 0px 0px no-repeat transparent;
	height: 13px;
	left: 21px;
	position: absolute;
	top: -13px;
	width: 17px;
}

table.quote {
    font-size: 1em;
    margin: 0.6em 0;
    width: 80%;
    border: 1px solid;
    border-color: #E8E8E8;
    color: #555;
    background: url('/bitrix/components/altasib/review.list/templates/.default/images/quote-gray.png') no-repeat scroll left top #f7f7f7;
}
table.quote td {
    padding: 0.95em 1.5em;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_link
{
	float:left;
    padding-top: 10px;
}
/* End */


/* Start:/bitrix/templates/redisignNew/css/customProduct.css?177929094719088*/

.files {
    margin: 25px 0;
    
}

.files__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f2f5;
}

.files__list {
    display: flex;
    flex-direction: column;
    gap: 12px; 
}

.files__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease, transform 0.1s ease;
    border: 1px solid #e9ecef;
    max-width: max-content; 
}

.files__item:hover {
    background-color: #f1f3f5;
    border-color: #dee2e6;
}

.files__item-extension {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 42px;
    height: 24px;
    box-sizing: border-box;
    
    background-color: #6c757d;
    color: #ffffff;
}

.files__item:has([href$=".pdf"]) .files__item-extension,
.files__item-extension:contains("PDF") { 
    background-color: #dc3545; 
    color: #ffffff;
}

.files__item .files__item-extension:has(+ .files__item-name a[href*=".pdf"]),
.files__item-extension {
    background-color: #4a6572; 
    color: #fff;
}

.files__item-link {
    font-size: 0.95rem;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.files__item-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.files__item-link[target="_blank"]:after {
    content: "↗";
    display: inline-block;
    margin-left: 5px;
    font-size: 0.8rem;
    color: #adb5bd;
    vertical-align: super;
}
.productSidebar__notification {
}

 .new_buro-oo.btnRecall-.show_popup.btn_blue-.one_click_buy {

    font-family: 'Liberation Serif';
}

.new_vlopla {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
}
.diek_delist {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
}
    .info_duv_detal span {
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .productSidebar__buttons {
    margin-top: 15px;
}
.text_iinputchecket {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0px;
    gap: 10px;
    font-family: 'InterRegular';
}
#DOP_USLUGA_block2 .btn.btn-info.btn_green,
#DOP_USLUGA_block2 .btn.btn-info.btn_green,
#DOP_USLUGA_block2.avtice_DOP_USLUGA_block .btn.btn-info.btn_green,
#DOP_USLUGA_block .btn.btn-info.btn_green,
#DOP_USLUGA_block .btn.btn-info.btn_green,
#DOP_USLUGA_block.avtice_DOP_USLUGA_block .btn.btn-info.btn_green {
    background-color: #fff;
    color: #fff;
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

#DOP_USLUGA_block2.avtice_DOP_USLUGA_block  .iinputchecket,
#DOP_USLUGA_block.avtice_DOP_USLUGA_block  .iinputchecket {
  background: #1388D2;
}
#DOP_USLUGA_block2.avtice_DOP_USLUGA_block .iinputchecket:after,
#DOP_USLUGA_block.avtice_DOP_USLUGA_block .iinputchecket:after {
  left: auto;
  right: 2px;
}
.block_iinputchecket {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
}
.iinputchecket {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 33px;
  height: 19px;
  background: #D3D3D3;
  border-radius: 20px;
  position: relative;
}
.iinputchecket:after {
  content: "";
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  left: 2px;
  position: absolute;
}
.quantity_goods.quantity_goods_new2026 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 3px;
  margin: 16px 0;
}
.quantity_goods.quantity_goods_new2026 #button_plus,
.quantity_goods.quantity_goods_new2026 #button_minus {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 17px 9px;
  width: 64px;
  height: 40px;
  background: #CED4DA;
  border: 1px solid #CED4DA;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0B4882;
}

.quantity_goods.quantity_goods_new2026 #num_count {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 11px 17px 12px;
  width: 120px;
  max-width: 120px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  max-height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.row.fl_st_gap_0_20 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0px 1.13687e-13px 0px 0px;
    gap: 0px 20px;
    justify-content: flex-start;     
}
.CML2_ARTICLE {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6C757D;
    min-width: 86px;
}
.new_block_info_xar_kom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0px 0px;
  gap: 12px;
}
.new_block_info_xar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 250px;
}
.name_new_block_info_xar_kom {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    font-family: "InterBold";
}
.text_new_block_info_kom .productDescription__content br {
  display: none;
}
.text_new_block_info_kom .productDescription__content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #000000;
}
.new_block_info_kom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
}
.new_block_info_xar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;
  min-width: 250px;
}
.new_block_info_hr {
  width: 0.5px;
  width: 3px;
  height: 109px;
  background: rgba(19, 136, 210, 0.33);
  min-width: 1px;
}
.tableBody_new_block_info_xar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 100%;
}
.tableBody_new_block_info_xar {
}
.table__row_new_block_info_xar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 100%;
}
.table__col_new_block_info_xar:nth-child(2) div {
    width: 100%;
    text-align: right;
    display: block;
}
.text_new_block_info_xar {
  width: 100%;
}
.table__col_new_block_info_xar {
  width: 195px;
}
.table__col_new_block_info_xar:nth-child(2) {
  width: calc(100% - 195px);
}
.table__col_new_block_info_xar:nth-child(2) {
    width: calc(100% - 195px);
    min-width: max-content;
    text-align: right;
    align-items: end;
}
.table__col_new_block_info_xar:nth-child(2) div a {
    text-align: right;
    display: block;
}
.table__row_new_block_info_xar * {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: 'InterRegular';
}

.viewsSlider_Similar_models {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 4px 0px 0px;
    gap: 4px;
}
.viewsSlider_Similar_models>div {
  width: 24%;
  max-width: 141px;
  width: ;
}

.row_Similar_models {
  margin-top: 22px;
}
.name_row_Similar_models {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "InterBold";
  /*! font-family: 'InterRegular'; */
}
.full_page_2025 .productItem_Similar_models .productItem__image {
  max-height: 141px;
  background-size: contain;
}
.productItem__image {
}
.productItem_Similar_models .productItem__imageCont {
  background-color: #E9F2F8;
  mix-blend-mode: multiply;
  filter: brightness(1.1) contrast(0.9) saturate(0.8);
}
.productItem_Similar_models {
}

.list_row_Similar_models {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 4px 0px 0px;
  gap: 4px;
}
.list_row_Similar_models>div {
  max-width: 24.2%;
}
.product-item_Similar_models2 .labelsProduct {
  opacity: 0;
  transition: all 0.3s ease;
}

.product-item_Similar_models2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 207px;
}
.product-item_Similar_models2 .productItem__imageCont {
  border-radius: 10px;
  background-color: #E9F2F8;
  mix-blend-mode: multiply;
  /*! filter: brightness(1.1) contrast(0.9) saturate(0.8); */
  width: 100%;
  height: 141px;
  position: relative;
  background: #E9F2F8;
  border: 0.5px solid rgba(19, 136, 210, 0.33);
  border-radius: 10px;
}
.product-item_Similar_models2 .productItem__link {
    width: 100%;
    height: 141px;
    max-height: 100%;
    background-color: #E9F2F8;
    mix-blend-mode: multiply;
    filter: brightness(1.1) contrast(0.9) saturate(0.8);
}
.product-item_Similar_models2 .productItem__image {
    width: 132px;
    height: 100%;
    background-size: contain;
    margin: 0 auto;
    display: block;
    filter: none;
    border-radius: 10px;
    max-width: 100%;
}
.product-item-info-Similar_models2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  line-height: 95%;
  display: flex;
  align-items: center;
  color: #1AAE44;
  height: 57px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-item_Similar_models2 .t_full_page2025.cuueue + .cart1k_ICON_New {
    display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  max-height: 40px;
  max-width: 50%;
  min-width: 50%;
  height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #CED4DA;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0MDFfMzQ3MSkiPgo8cGF0aCBkPSJNOS42OTkyMiAyMS4xNDA2QzEwLjY0ODUgMjEuMTQwNiAxMS40MTggMjAuMzcxMSAxMS40MTggMTkuNDIxOUMxMS40MTggMTguNDcyNiAxMC42NDg1IDE3LjcwMzEgOS42OTkyMiAxNy43MDMxQzguNzQ5OTggMTcuNzAzMSA3Ljk4MDQ3IDE4LjQ3MjYgNy45ODA0NyAxOS40MjE5QzcuOTgwNDcgMjAuMzcxMSA4Ljc0OTk4IDIxLjE0MDYgOS42OTkyMiAyMS4xNDA2WiIgc3Ryb2tlPSIjMjUzQzRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjU3NDIgMjEuMTQwNkMxNy41MjM1IDIxLjE0MDYgMTguMjkzIDIwLjM3MTEgMTguMjkzIDE5LjQyMTlDMTguMjkzIDE4LjQ3MjYgMTcuNTIzNSAxNy43MDMxIDE2LjU3NDIgMTcuNzAzMUMxNS42MjUgMTcuNzAzMSAxNC44NTU1IDE4LjQ3MjYgMTQuODU1NSAxOS40MjE5QzE0Ljg1NTUgMjAuMzcxMSAxNS42MjUgMjEuMTQwNiAxNi41NzQyIDIxLjE0MDZaIiBzdHJva2U9IiMyNTNDNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjAuMDExNyAxNy43MDMxSDcuNzc4OTlDNi45MTIxOCAxNy43MDMxIDYuMTgxMDIgMTcuMDU3NyA2LjA3MzUyIDE2LjE5NzVMNC43MzExNyA1LjgwMjQxQzQuNjIzNjYgNC45NDIzMSAzLjg5MjUxIDQuMjk2ODggMy4wMjU3IDQuMjk2ODhIMS4yNzczNCIgc3Ryb2tlPSIjMjUzQzRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkuNjk4MzIgNy43MzQzOEg0Ljk3MjY2IiBzdHJva2U9IiMyNTNDNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTYuOTgwNCA3LjczNDM4SDIxLjU1ODZMMjAuMTY1MyAxMi45NjM3QzE5Ljk3NCAxMy43Mjg5IDE5LjI4NjYgMTQuMjY1NiAxOC40OTc5IDE0LjI2NTZINS44MzIwMyIgc3Ryb2tlPSIjMjUzQzRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjEzNjcgMC44NTkzNzVMMTEuNDE4IDQuMjk2ODhIMTQuODU1NUwxMy4xMzY3IDcuNzM0MzgiIHN0cm9rZT0iIzI1M0M0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQwMV8zNDcxIj4KPHJlY3Qgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MTc5NjkpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+');
    background-position: center;
}
.productItem__rowBtn.cart1k {
  width: 100%;
}
.product-item_Similar_models2 .t_full_page2025.cuueue button {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0MDFfMzQ2MikiPgo8cGF0aCBkPSJNOS43MDMxMiAyMS4xNDA2QzEwLjY1MjQgMjEuMTQwNiAxMS40MjE5IDIwLjM3MTEgMTEuNDIxOSAxOS40MjE5QzExLjQyMTkgMTguNDcyNiAxMC42NTI0IDE3LjcwMzEgOS43MDMxMiAxNy43MDMxQzguNzUzODkgMTcuNzAzMSA3Ljk4NDM4IDE4LjQ3MjYgNy45ODQzOCAxOS40MjE5QzcuOTg0MzggMjAuMzcxMSA4Ljc1Mzg5IDIxLjE0MDYgOS43MDMxMiAyMS4xNDA2WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNi41NzgxIDIxLjE0MDZDMTcuNTI3NCAyMS4xNDA2IDE4LjI5NjkgMjAuMzcxMSAxOC4yOTY5IDE5LjQyMTlDMTguMjk2OSAxOC40NzI2IDE3LjUyNzQgMTcuNzAzMSAxNi41NzgxIDE3LjcwMzFDMTUuNjI4OSAxNy43MDMxIDE0Ljg1OTQgMTguNDcyNiAxNC44NTk0IDE5LjQyMTlDMTQuODU5NCAyMC4zNzExIDE1LjYyODkgMjEuMTQwNiAxNi41NzgxIDIxLjE0MDZaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjAxNTYgMTcuNzAzMUg3Ljc4Mjg5QzYuOTE2MDkgMTcuNzAzMSA2LjE4NDkzIDE3LjA1NzcgNi4wNzc0MiAxNi4xOTc1TDQuNzM1MDggNS44MDI0MUM0LjYyNzU3IDQuOTQyMzEgMy44OTY0MSA0LjI5Njg4IDMuMDI5NjEgNC4yOTY4OEgxLjI4MTI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkuNzAyMjIgNy43MzQzOEg0Ljk3NjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUgNy43MzQzOEgyMS41NjI1TDIwLjE2OTIgMTIuOTYzN0MxOS45Nzc5IDEzLjcyODkgMTkuMjkwNSAxNC4yNjU2IDE4LjUwMTggMTQuMjY1Nkg1LjgzNTk0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNDAxXzM0NjIiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjQyMTg3NSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=');
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1388D2;
    border-radius: 5px;
}
.product-item_Similar_models2 .t_full_page2025.cuueue:hover button,
.product-item_Similar_models2 .cart1k_ICON_New.btn_blue:hover {
  box-shadow: none;
}
.row_Similar_models .cart1k_ICON_New.btn_blue.not_icon,
.product-item_Similar_models2 .productItem__rowBtn.cart1k {
  height: 0;
  overflow: hidden;
  transition: all 1s linear;
  opacity: 0;
  transition: all .5s linear;
}

.product-item_Similar_models2:hover .xal_bur_block {
  /*! position: absolute; */
  bottom: 0;
  border-left: 0.5px solid rgba(19, 136, 210, 0.33);
  border-bottom: 0.5px solid rgba(19, 136, 210, 0.33);
  border-right: 0.5px solid rgba(19, 136, 210, 0.33);
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 4px 4px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(12px);
  bottom: 0;
  transition: transform 2s ease-in-out 1s;
}
.product-item_Similar_models2 .xal_bur_block { 
  width: 100%;
  padding: 0 4px 4px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.row_Similar_models .cart1k_ICON_New.btn_blue.not_icon {
  padding: 0px 0px;
  width: 100%;
}
.row_Similar_models .product-item_Similar_models2:hover .cart1k_ICON_New.btn_blue.not_icon,
.product-item_Similar_models2:hover .productItem__rowBtn.cart1k {
  /*! display: flex; */
  height: 41px;
  opacity: 1;
}

.product-item_Similar_models2 .labelHit.STOCKSTOCK {
    height: 20px;
  
  background-image: url(/images/2025/010/013/STOCK2.png);
  width: 50px;
  filter: none;
}
.product-item_Similar_models2:hover .labelsProduct {
  opacity: 1;
  left: 4px;
  top: 4px;
}
.product-item_Similar_models2 .labelsProduct {
  opacity: 0;
  left: 4px;
  top: 4px;
  transition: all 0.3s ease;
}
.product-item_Similar_models2 .labelNew {
  background-image: url(/images/2025/010/013/new2.png);
  width: 36px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  border: none;
  border-radius: 5px;
  display: block;
  margin-bottom: 2px;
  filter: none;
}
.product-item_Similar_models2:hover .productItem__buttons {
  opacity: 1;
  right: 4px;
  top: 4px;
}
.product-item_Similar_models2 .productItem__buttons {
  opacity: 0;
  right: 4px;
  top: 4px;
  transition: all 0.3s ease;
}
.product-item_Similar_models2 .productItem__btn.comp,
.product-item_Similar_models2 .productItem__btn.favorite {
  background-color: #fff;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 24px;
}
.productItem__btn.comp {
}
@media (max-width: 1360px) {
  .list_row_Similar_models > div {
        max-width: 49.2%;
    }
}
 @media (max-width: 1280px) {

.new_block_info_hr {
    display: none;
}
.new_block_info_xar_kom {
    flex-direction: column;
}
} 
@media (max-width: 768px) {
 .list_row_Similar_models > div {
    max-width: 24.2%;
}
.new_block_info_xar {
    width: 100%;
}
.product-item_Similar_models2 .xal_bur_block {
    /* position: absolute; */
    bottom: 0;
    border-left: 0.5px solid rgba(19, 136, 210, 0.33);
    border-bottom: 0.5px solid rgba(19, 136, 210, 0.33);
    border-right: 0.5px solid rgba(19, 136, 210, 0.33);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 4px 4px;
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(12px);
    bottom: 0;
    transition: transform 2s ease-in-out 1s;
}
.product-item_Similar_models2 .productItem__rowBtn.cart1k {
    /* display: flex; */
    height: 41px;
    opacity: 1;
}
}
@media (max-width: 480px) {
.list_row_Similar_models > div {
    max-width: 49.2%;
    min-width: 49%;
}
}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/catalog.item/full_page_2025/style.min.css?176036234123353*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding-top:15px;width:100%;border:1px solid transparent;border-radius:2px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.19)}.product-item-line-card .product-item{border-bottom:1px solid #dadada}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border-color:transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease;animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}@keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;display:block;height:1px;background-color:var(--theme-color-primary);opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:block;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-image-slider-control.active,.product-item-image-slider-control:hover{background-color:var(--primary)}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-title{overflow:hidden;margin:0;padding:0;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;font-size:14px;text-align:center}.product-item-title a{color:#3f3f3f;text-decoration:none;transition:250ms linear all}.product-item-line-card .product-item-title{white-space:normal;text-align:left}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}@media(max-width:1199px){.product-item-big-card .product-item-title a{font-size:18px}}@media(max-width:991px){.product-item-big-card .product-item-title a{font-size:16px}}@media(max-width:767px){.product-item-big-card .product-item-title a{font-size:14px}}@media(max-width:575px){.product-item-big-card .product-item-title a{font-size:16px}}.product-item-price-container{text-align:center;line-height:1}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-info-container{clear:both;margin-bottom:8px}.product-item-info-container-title{font-size:12px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none!important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3!important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent!important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none!important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{display:block;color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{font-size:12px}.product-item-properties{display:block;margin:0}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal;font-size:12px}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;font-size:12px}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-line-card .product-item-scu-container{text-align:left}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-block-title{font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4!important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:rgba(255,255,255,0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;background-size:80% 80%;content:""}.product-item-scu-item-text-block:hover,.product-item-scu-item-color-block:hover,.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:var(--primary)}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/templates/redisignNew/components/bitrix/news.list/FiltrSeoTD/style.css?1634812985571*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.btn {

    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: background-color .3s ease;

}
.news-date-time {
	color:#486DAA;
}
.btn.btn-link {
    color: 
#0b2946;
border-color:
    #2783dd;
}
.btn.btn-xs {
    font-weight: normal;
}
.btn-xs {
    font-size: 11px;
    line-height: 12px;
    padding: 7px 14px;
    margin: 2px;
    border-radius: 1px;
}
.btn.btn-link.btn-xs:hover {
    text-decoration: none;
}
/* End */
/* /bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/style.css?16338571486887 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog/adapth_catalog/bitrix/catalog.element/.default/style.css?175066049950554 */
/* /bitrix/templates/redisignNew/components/bitrix/breadcrumb/elegante_bread/style.css?1633509613484 */
/* /bitrix/templates/redisignNew/components/bitrix/iblock.vote/stars/style.min.css?1633509614832 */
/* /bitrix/templates/redisignNew/components/bitrix/system.pagenavigation/visual_mini/style.css?16335096141246 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.item/full_page/style.min.css?175283381823353 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.section/Similar_models2/style.min.css?17663357143212 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.item/item_Similar_models2/style.min.css?176633614722843 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.section/Similar_models2/themes/blue/style.min.css?1766335714706 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.section/cells_exp/style.css?16335096134297 */
/* /bitrix/components/altasib/review.add/templates/.default/style.css?163350958422620 */
/* /bitrix/components/altasib/review.list/templates/.default/style.css?163350958412992 */
/* /bitrix/templates/redisignNew/css/customProduct.css?177929094719088 */
/* /bitrix/templates/redisignNew/components/bitrix/catalog.item/full_page_2025/style.min.css?176036234123353 */
/* /bitrix/templates/redisignNew/components/bitrix/news.list/FiltrSeoTD/style.css?1634812985571 */
