

/* Start:/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/style.css?16442245996685*/
.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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?164422459837095*/
/* item_detail_v2 */
.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;
}
.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;
}
.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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/bt_cart.png) no-repeat center;*/
}

.bx_item_detail .bx_fwb{
	font-weight: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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/x2border_active.png) 2 stretch;
	border-image: url(/bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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;
}
/*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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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/capitalim_s1/components/bitrix/catalog/.default/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: 39%;
		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;
}
.nalichie {
display: block;
text-align:center;
font-size: 15px;
margin: 0px 0px 10px 0px;
color: #D20302;
}
.nalichie.v_nalichie {
color: #60B740;
}

.nalichie_block {
	display: none;
}
.nalichie_block.v_nalichie {
	display: block;
}

/****** Re *****/
.admin .left_aside {
	width:76%;
	float:left;
}
.admin .right_aside {
	float:right;
	width:20%;
}
.admin .item_buttons.vam {
	width:auto;
	position:relative;
	margin-bottom: 20px;
}

.bx_item_detail .bx_item_container.admin .bx_lt {
	width: 33%;
}
.bx_item_detail .bx_item_container.admin .min_rt {
	width: 65%;
	float: right;
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/catalog.compare.list/button/style.css?1634215445773*/
.compare_link {
	margin-top:7px;
}
.compare_link .compare_button {
	background: #83bf22;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	display: inline-block;	
	height: 28px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 15px;
	border: none;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	font-size: 9px;
	height: 28px;
	line-height: 28px;
	border:0;
}
.compare_link .compare_button:hover {
	opacity:0.9;
}
.compare_link a.link {
	font-size:12px;
	font-size: 11px;
	color: black;
	display: inline-block;
	zoom: 1;
	height: 19px;
	text-decoration: none;
	line-height: 25px;
	margin-left: 8px;
}
.compare_link a.link span {
	border-bottom: 1px dotted;
}
.compare_link a.link:hover {
	color:#1363a8;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/iblock.vote/stars1/style.css?16342154451033*/

.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/.default/components/bitrix/iblock.vote/stars1/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progres{
	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;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx-touch .bx_item_detail_rating .bx_stars_container{
		width: 34px;
		height: 15px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/catalog.section/cells_follow/style.css?16342154454740*/
.follow_elements {
	margin-bottom:45px;
	position: relative;
	top: 70px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
}
.follow_elements ul.follow_flex {
	list-style:none;
	padding:0;
	margin:0;
}
.follow_elements ul.follow_flex li {
	list-style:none;
	margin:0;
	padding:0;
}
.follow_elements .one_section_product_cells {
	width:19%;	
	display:inline-block;
	margin-bottom:40px;
	padding-bottom:22px;	
	vertical-align:top;
}
.follow_elements .one_section_product_cells .image_product {
	width: 45%;
	padding-top: 64%;
	display: block;
	background-position:center;	
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto;
	position:relative;
}
.follow_elements .one_section_product_cells .image_product:hover {
	-webkit-filter: contrast(110%);
}
.follow_elements .one_section_product_cells .name_product {

	min-height:60px;
	overflow:hidden;
	margin-top:15px;
	width: 88%;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
}
.follow_elements .price_block .name_price {		
}
.follow_elements .price_block .old_price, 
.follow_elements .price_block .old_price span{
	color:#2d2d2d;
	font-size:12px;
	font-weight:normal;
	text-decoration:line-through;
}
.follow_elements .name_product a {
	color:#1d6eb1;
	font-size:13px;
	font-weight:normal;
	font-weight:bold;
	
}
.follow_elements .name_product a:hover{
	color:#444648;
}
.follow_elements .one_section_product_cells .buys {
	width: 88%;
	margin:0 auto;
	overflow:hidden;
}
.follow_elements .one_section_product_cells .price_block {
	margin-left:0;
	float:left;
}
.follow_elements .one_section_product_cells .price_block .new_price {
	font-size:14px;
	font-weight:bold;
	color:#3b3b43;
}
.follow_elements .one_section_product_cells .price_block .new_price span { 
	font-size:13px;
}
.follow_elements .one_section_product_cells .buy_block {	
	float:right;
}
.follow_elements .one_section_product_cells .big_buy{
	width:100%;
} 
.follow_elements .one_section_product_cells a.buy {
	display:block;
	font-size:0;
	width: 43px;
	height: 26px;
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/catalog.section/cells_follow/images/buy_inner.png) no-repeat top;
	cursor:pointer;
}
.follow_elements .one_section_product_cells a.buy:hover {
	background-position: 0 -26px;
}
.follow_elements .one_section_product_cells a.added, 
.follow_elements .one_section_product_cells a.added:hover {
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/catalog.section/cells_follow/images/buy_inner.png) no-repeat bottom;
}
.follow_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 */
}

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

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

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

/*** Navigation ***/

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

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

.follow_elements .nbs-flexisel-nav-right {
	background-position:bottom;
	right:0;
}
@media screen and (max-width:960px) {
	.elastislide-list a.quick_view {
		display:none;
	}
}
.bx_rb div#tabs {
	position: relative;
	top: -45px;
}
@media screen and (max-width: 360px) {
	.follow_elements {
		top: 0px;
		width: 150%;
		left: 90%;
	}
	.bx_rb div#tabs {
		top: -30px;
	}
}

/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/sale.viewed.product/vertical/style.css?1634215445509*/
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;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/style.css?163421544517931*/

div.reviews-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:2em;
	zoom: 1;
}
/* Header */
div.reviews-header-box
{
	font-size:1em; 
	padding:0.462em 1.117em;
	vertical-align:middle;
}
/* Link to forum */
div.reviews-link-box
{
	font-size:1em; 
	padding:0.462em;
	vertical-align:middle;
	margin-bottom: 1em;
}
/* Page navigation */
div.reviews-navigation-box
{
	padding:0 1.117em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}
div.reviews-navigation-bottom { 
	margin-top: 0;
	margin-bottom: 2em;
	border-top:none;
}
/* Topic posts table */
table.reviews-post-table
{
	width: 100%;
	line-height:1.5em;
	border-bottom: 1px solid #dadada;
	margin-bottom: 0.7em;
	padding: 1px 3px 1px 0;
	table-layout:fixed;
}

table.reviews-post-hidden {
	background: none repeat scroll 0 0 #E5F8E3 !important;
}

table.reviews-post-table thead td
{
	color: #7e7e7e; 
}

table.reviews-post-table thead td
{
	line-height: 30px;
}
table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text
{
	padding-top: 0.5em;
}
table.reviews-post-table thead td .message-post-date {
	font-size: 0.85em;
}
table.reviews-post-table thead td .review-avatar {
	background-color: #ECEAEC;
	border: 1px solid #C4C4C4;
	float: left;
	height: 30px;
	margin-right: 0.5em;
	width: 30px;
}
table.reviews-post-table thead td .review-rating {
	float: right;
}

table.reviews-post-table thead td .review-rating .rating-vote {
	line-height: 24px;
}
/* First Post Table */
table.reviews-post-first {}

/* Odd Post Table */
table.reviews-post-odd {}

/* Even Post Table */
table.reviews-post-even {}

/* Last Post Table */
table.reviews-post-last {
	margin-bottom:0;
}

/* Post Table Cell */
table.reviews-post-table td { padding: 0; vertical-align: top; }

/* Post Table: Post and Actions Cell */
table.reviews-post-table td.reviews-cell-post, table.reviews-post-table td.reviews-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.reviews-post-table td.reviews-cell-contact, table.reviews-post-table td.reviews-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 1.5em; }

div.reviews-post-date, div.reviews-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.reviews-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.reviews-post-text { padding:0.5em 0; }
/* Post Table: Quote and Author Name Links*/
div.reviews-post-reply-buttons { 
	height:21px;
	padding:0;
	position:relative;
}
div.reviews-post-reply-buttons span.separator {
	background-color: #E0E0E0;
	display: inline-block;
	margin: 0 1px;
	height: 7px;
	line-height: 5px;
	width:1px;
}
table.reviews-post-table .reply-action-note {
	color: #777777;
	font-style: italic;
	line-height: 18px;
	font-size: 11px;
	display: inline-block;
	margin:2px;
}
table.reviews-post-table .reply-action-note:hover {
	text-decoration: none;
}
div.reviews-post-reply-buttons a {
	color: #969696;
	font-size: 11px;
	margin-left:2px;
	text-decoration: none;
}
div.reviews-post-reply-buttons a:hover {
	text-decoration: underline;
}

/* Post Attachments */
div.reviews-post-attachments { margin:1.5em 0;}
div.reviews-post-attachments label { font-weight: bold; padding-bottom:0.5em;}
div.reviews-post-attachment { padding-left: 0.5em;}

div.reviews-post-lastedit { padding:0.5em 0; font-style: italic;}
span.reviews-post-lastedit-user { font-weight: bold;}

div.reviews-user-info { padding:0.5em 1em 1.5em 1em; }

div.reviews-user-avatar { margin: 0.5em 0; }

div.reviews-user-status { margin-bottom: 0.5em; }

div.reviews-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.reviews-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.reviews-contact-links { padding:0.5em 1em 0.5em 1.5em; }

div.reviews-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.reviews-action-links span {white-space: nowrap;}

div.reviews-post-entry { font-size:1em; padding-bottom:1em; height:100%;}

/*BBCode: List*/
div.reviews-post-entry ul, div.reviews-post-entry ol { padding:0.5em 0 0.5em 2em; }

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code { width: 95%; margin: 0.5em 0 0;}

table.forum-quote th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-code td { padding:0.9em 1em 0; }

div.reviews-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}

div.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span { margin: 0; padding: 0; border: none; }

div.reviews-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.reviews-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}

/* Reply Form*/
div.reviews-reply-form
{
	border-style:solid;
	border-width:1px;
	line-height:1.5em;
	margin-bottom:1em;
}

div.reviews-reply-header
{
	font-size:1em; 
	padding:0.462em 1.117em;
	vertical-align:middle;
}

div.reviews-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.reviews-reply-form div.reviews-note-box { margin: 1.117em;}
div.reviews-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.reviews-note-box ul li {margin:0; padding:0;}

div.reviews-reply-fields { padding:0 1.117em 0.8em; }

div.reviews-reply-field { padding-bottom: 0.462em; margin-top: 0.462em; }

div.reviews-reply-field-title input, div.reviews-reply-field-desc input { width: 80%;}

div.reviews-reply-field-title label, div.reviews-reply-field-desc label, div.reviews-reply-field-tags label, div.reviews-reply-field-captcha-label label,
div.reviews-reply-field-lastedit-reason label {display: block;}

div.reviews-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.reviews-reply-field-author, div.reviews-reply-field-email { float:left; width:39%; }

div.reviews-reply-field-user-sep { width:2%; float: left;}

div.reviews-reply-field-author input, div.reviews-reply-field-email input { width:100%; }

div.reviews-reply-field-bbcode { line-height: 1.7em; zoom:1;}


div.reviews-bbcode-line { margin-right: 2em; float: left;}
div.reviews-smiles-line { white-space: nowrap; float: left; }
div.reviews-bbcode-line img, div.reviews-smiles-line img { border: 0;}
div.reviews-bbcode-line a, div.reviews-smiles-line a {vertical-align: middle;}

div.reviews-bbcode-line a
{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0.2em;
	background-position: center center; 
	background-repeat:no-repeat;
	display: block;
}
div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img { outline: none; }
div.reviews-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 

/*BBCode Icons*/
a.reviews-bbcode-bold {background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_bold.gif);}
a.reviews-bbcode-italic {background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_italic.gif);}
a.reviews-bbcode-color {background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_color.gif);}
a.reviews-bbcode-underline{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_underline.gif);}
a.reviews-bbcode-strike{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_strike.gif);}
a.reviews-bbcode-url{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_link.gif);}
a.reviews-bbcode-img{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_image.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_video.gif);}
a.reviews-bbcode-code{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_code.gif);}
a.reviews-bbcode-quote{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_quote.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_video.gif);}
a.reviews-bbcode-list{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_list.gif);}
a.reviews-bbcode-translit{background-image: url(/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/bbcode/font_translit.gif);}

div.reviews-reply-field-tags { display: none; }
div.reviews-reply-field-tags input { width:80%; }

div.reviews-reply-field-lastedit-reason input { width: 80%;}

div.reviews-reply-field-captcha input { width: 180px;}

div.reviews-reply-field-settings input, div.reviews-uploaded-file input, div.reviews-reply-field-lastedit-view input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.reviews-reply-field-settings label, div.reviews-uploaded-file a, div.reviews-reply-field-lastedit label { vertical-align: middle; }

div.reviews-reply-field-upload a { outline: none;}
div.reviews-upload-file-hint { display: none;}
div.reviews-upload-file-hint span { font-weight: bold;}
div.reviews-upload-file {display: none; margin-top: 0.262em;}
div.reviews-upload-file input {font-size:1.184em; }

div.reviews-reply-buttons { margin-top: 1em;}
div.reviews-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.reviews-clear-float { clear: both; }


/* Table Header, Reply Form Header, BBCode Icons Highlighting */
div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img { background-color: #e7e7e7; }

/* Table Cell Border */
div.reviews-info-box, div.reviews-reply-form { /* border-color: #e1e1e1; */}

/* Table Cell, Info Box, Reply Form */
div.reviews-info-box, div.reviews-reply-form { background:#fbfbfb; }

div.reviews-post-date { background: #eaeaea; border-bottom: none; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.reviews-header-box a:link, 
div.reviews-header-box a:visited, 
div.reviews-header-box a:active, 
div.reviews-header-box a:hover { color: #fff; }

.reviews-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.reviews-header-box { color: #fff; background:#6c6c6c; border-color: #7a7a7a;}

/* Page navigation */
div.reviews-navigation-box { background:#fff; border-color: #e1e1e1; }

/*BBCode: Quote and Code*/
table.reviews-quote, table.reviews-code, div.reviews-code-box {  border-color: #c3c3c3; }
table.reviews-quote td, table.reviews-code td, div.reviews-code-box ol {background:#fff !important; color:#696969;}
table.reviews-quote th, table.reviews-code th, div.reviews-code-box {background:#e6e6e6 !important; color:#616161;}

div.reviews-note-box {border-color: #ffc85e; background: #fffdc7; }
/* --------------------------------------------------Icons---------------------------------------------- */
table.palette{border:1px solid gray; background-color:gray; border-collapse:collapse;}
table.palette td{border:1px solid gray; width:10px; height:10px; padding:0px; margin:0;}
table.palette td img{width:10px; height:10px; border:none; padding:0px; margin:0;}
/* Popups */
div.reviews-popup-postform {
	width:502px;
	padding:0px; 
	margin:0;
	overflow:hidden; 
	color:black;}
div.reviews-popup-postform table.reviews-popup {
	border:1px solid gray;
	width:500px;
	background-color:white; 
	font-size:1em;
	cursor:default;}
div.reviews-popup-postform table.reviews-popup td {
	font-size:1em;
	border:none;
	background-color:white; 
	font-size:1em;}
div.reviews-popup-postform table.reviews-popup thead td {
	font-weight:bold;
	padding:0.5em 0.5em 0.1em 0.8em;
	font-size:1.1em;
	text-align:left;}
div.reviews-popup-postform table.reviews-popup thead td div.close{
	cursor:pointer;
	cursor:hand;
	background-image: url('/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/close.gif');
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:13px;
	height:13px;
	float:right;}
div.reviews-popup-postform table.reviews-popup tbody td {padding:1em;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field{width:100%;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field span.title{width:100%; display:block;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field input {width:95%;}
div.reviews-popup-postform table.reviews-popup tfoot td {padding:0.3em; text-align:center;}
/*/Popups */

div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles{float:left;}
div.reviews-smiles-line span.reviews-smiles-item{display:block;float:left;border:none;margin:0;padding:0;overflow:hidden;}
div.reviews-smiles-line span.reviews-smiles-item a{text-decoration:none;border:none;float:left;margin-right:5px;}
div.reviews-smiles-line div.reviews-smiles-item{float:left;}
div.reviews-smiles-corrected{overflow:hidden;}

body.reviews-popup-body{padding:1.51em; font-size:0.75em;}
form.reviews-form{  margin: 0; padding: 0.8em;}
div.reviews-text table.forum-quote {
	background: url("/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-text table.forum-quote thead {
	display: none;
}
div.reviews-text table.forum-code thead {
	display: table-cell;
}
div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
	border: 1px solid #dddddd;
	table-layout:fixed;
	padding: 3px;
	width: 100%;
}
div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td,div.reviews-text  div.forum-code-box ol {
	color: #696969;
}
div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
div.reviews-text table.forum-code pre {
	overflow: auto;
	width:100%;
}
div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
	font-size:12px;
}
div.reviews-collapse {
	/*float: right;*/
	width:100%;
}
div.reviews-collapse a {
	line-height: 55px;
	margin-right: 30px;
	padding: 0.462em;
}
div.reviews-expanded {
	width: auto;
	float:right;
}

div.reviews-post-entry table.forum-quote {
	background: url("/bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-post-entry table.forum-quote thead {
	display: none;
}
div.reviews-post-entry table.forum-code thead {
	display: table-cell;
}
div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
	border: 1px solid #dddddd;
	padding: 3px;
	width: 100%;
}
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td
{
	background-color:transparent;
	padding: 0.9em 1em;
}
div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td,div.reviews-post-entry  div.forum-code-box ol {
	color: #696969;
}
div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
.reviews-actions .ilike-light .bx-ilike-right-wrap {
	margin-right: 2px;
}
.reviews-actions .ilike-light .bx-ilike-right {
	padding: 0px 1px 0 11px; font-size: 11px; line-height: 19px;
}
.reviews-actions .ilike-light .bx-ilike-text {
	padding: 0;
}
.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons  .bx-rating a { color: #929292; font-size: 11px;}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
.forum-notify-bar {
	width: 100%;
	height: 2em;
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.forum-notify-close {
	display: block !important;
	height: 12px !important;
	margin: 3px 6px 0 0;
	padding: 0 !important;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	width: 12px !important;
}
.forum-notify-close a {
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
	display: block !important;
	height: 12px !important;
	width: 12px !important;
	cursor:pointer;
}
.forum-notify-text {
	color: #000000 !important;
	margin: 0 !important;
	padding: 3px 20px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
	margin-right: 9px;
	margin-top: 5px;
	z-index:2;
}
.otz{
display: none;
}
.reviews-reply-buttons .cnt_feedback {
	display: inline-block; 
	padding: 10px 0px;
}
.bxlhe-editor-toolbar-row{display:none;}

.reviews-reply-field div.bxlhe-frame,
.reviews-reply-field td.bxlhe-editor-cell,
.reviews-reply-field table.bxlhe-frame-table td{
	background: none !important;
}
.reviews-reply-field .lha-textarea,
div.reviews-reply-field-author input, div.reviews-reply-field-email input,
div.reviews-reply-field-captcha input
 {
box-shadow: inset 0 0px 6px 0 #d8d8d8;
border: 1px solid #d8d8d8 !important;
font-size: 15px !important;
padding: 5px 10px !important;
border-radius: 6px;
}
.bxlhe-editor-cell .lha-source-div {
	overflow: visible !important;
}	
input[name=captcha_word]{
	margin-bottom: 15px;
}
.reviews-reply-field .bxlhe-frame {
	overflow: visible !important;
}
.otz div.reviews-reply-form {
	border: none !important;
}
.reviews-reply-form .lha-source-div,
.reviews-reply-form .reviews-reply-fields {
	padding: 0px !important;
}

/* End */
/* /bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/style.css?16442245996685 */
/* /bitrix/templates/capitalim_s1/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?164422459837095 */
/* /bitrix/templates/capitalim_s1/components/bitrix/catalog.compare.list/button/style.css?1634215445773 */
/* /bitrix/templates/.default/components/bitrix/iblock.vote/stars1/style.css?16342154451033 */
/* /bitrix/templates/capitalim_s1/components/bitrix/catalog.section/cells_follow/style.css?16342154454740 */
/* /bitrix/templates/capitalim_s1/components/bitrix/sale.viewed.product/vertical/style.css?1634215445509 */
/* /bitrix/templates/.default/components/bitrix/forum.topic.reviews/popup/style.css?163421544517931 */
