:root {
  --primary-text-color: #a6a6a6; ##ffcf42;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url('fonts/pt_sans_400.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/pt_sans_700.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open_sans_300.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('fonts/open_sans_400.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open_sans_700.woff') format('woff');
}


html, body
{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	#font-family: 'PT Sans', arial, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 32pt;
	color: #1d1d1b;

	-webkit-text-size-adjust: none;
	font-size-adjust: none;
}

body
{
	position: relative;
	background-color: #FFCF42;
}

a
{
	color: #408ed6;
}

a img
{
	border-style: none;
}

input:focus, option:focus, select:focus, textarea:focus, a
{
    outline: none;
}

label
{
	cursor: pointer;
}

p
{
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
}

div, form, h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0 0;
	#padding: 0px 5px 0px 5px;
}

h1
{
	padding: 0 0 30px 0;
	font-size: 26pt;
	font-weight: 300;
	line-height: 1.2;
}

h2
{
	padding: 0 0 15px 0;
	font-size: 18pt;
	font-weight: 300;
	line-height: 1.2;
}

h3
{
	padding: 0 0 15px 0;
	font-size: 14pt;
	font-weight: 300;
	line-height: 1.3;
}

h4
{
	padding: 0 0 10px 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
}

h5
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h6
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 0 0;
}

table
{
	margin: 0 0 0 0;
}

table td
{
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.r
{
	padding: 0 0 0 0;
	text-align: right;
	vertical-align: top;
}

textarea, input[type=text],input[type=number], input[type=password]
{
	margin: 0 0 0 0;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 10.5pt;
}

input[type=radio],
input[type=checkbox]
{
	margin: 0 0 0 0;
        text-align: center;
}

.an
{
	clear: both;
}

.sections_map
{
	font-family: 'PT Sans', arial, sans-serif; 
	font-size: 10pt;
}

.page_center
{
	display: block;
	width: auto;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0 0;
}

.page_left
{
	#display: block;
	#width: 300px;
	#height: auto;
	#margin: 0 auto;
	#padding: 0 0;
}

.inpage_link
{
	color: #408ed6;
	border-bottom: 1px dotted #408ed6;
	cursor: pointer;
}

.pointer
{
	cursor: pointer;
}

 


/* Окно "": начало */
.slider
{
	width: 1200px;
}


.slider > .window_product_detail
{
	margin: -30px -25px 0 -25px;
}

.slider > .window_product_detail > .block_part_top
{
	padding: 32px 35px 30px 35px;
}

.slider > .block_part_photo_gallery
{
	margin: 0 0 -30px 0;
	padding: 20px 0 20px 0;
	background-color: #f4f4f4;

	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
}

.slider > .window_product_detail > .block_part_top .top_block
{
	padding: 0 0 18px 0;
}

.slider > .window_product_detail > .block_part_top .product_title
{
	padding: 0 0 4px 0;
	font-size: 18pt;
	font-weight: bold;
}

.slider > .window_product_detail > .block_part_top .product_short_desc
{
	font-size: 10.5pt;
	color: #969696;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: top;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns > div.column_left
{
	width: 345px;
	border-right: 1px solid #dddddd;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail
{
	display: block;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail img
{
	max-width: 1000px;
	max-height: 600px;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail .container_2
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.slider > .window_product_detail > .block_part_top .description_in_two_columns > div.column_right > .block_content
{
	padding: 0 0 0 22px;
	line-height: 1.5;
	font-size: 11pt;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns div.column_right .element_title
{
	padding: 0 0 14px 0;
	line-height: 1.3;
	font-size: 12pt;
	font-weight: bold;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .characteristics_list
{
	line-height: 1.3;
	color: #3b3b3b;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .characteristics_list > .item
{
	margin: 11px 0 0 0;
	padding: 0 0 0 17px;
	background: url('../images/page_elements/li_for_text.png') 3px 7px no-repeat;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .characteristics_list > .item:first-child
{
	margin: 0 0 0 0;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .product_price
{
	padding: 17px 0 0 0;
	font-size: 19pt;
	font-weight: bold;
	color: #3b3b3b;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .container_buy
{
	padding: 7px 0 0 0;
}

.slider > .window_product_detail .block_part_top .description_in_two_columns .container_buy .button_green
{
	height: 37px;
	line-height: 37px;
	font-size: 12pt;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo
{
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_prev,
.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_next
{
	display: block;
	width: 24px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin: -12px 0 0 0;
	cursor: pointer;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_prev
{
	left: 45px;
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') 0 -32px no-repeat;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_next
{
	right: 45px;
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') -24px -32px no-repeat;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_prev.disabled
{
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') 0 0 no-repeat;
	cursor: default;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .button_move_next.disabled
{
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') -24px 0 no-repeat;
	cursor: default;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view
{
	display: block;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content
{
	display: block;
	width: 3000px;
	height: 160px;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic
{
	display: block;
	width: 156px;
	height: 156px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 28px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic.selected
{
	padding: 0;
	border: 2px solid var(--primary-text-color);
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic:first-child
{
	margin: 0 0 0 0;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic .container_2
{
	display: table-cell;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.slider > .window_product_detail .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic img
{
	max-width: 154px;
	max-height: 154px;
}
/* Окно "": конец */

/* Шапка страницы: начало */
.page_head
{
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #1d1d1b;
}

.page_head .page_center
{
	height: 120px;
	position: relative;
	overflow: hidden;
}

.page_head .logo
{

	margin: 10px 10px 0px 10px;
	text-decoration: none;
	font-size: 35pt;
	font-weight: bold;
	color: #FFCF42;
	cursor: pointer;
	
	display: block;
	width: 25%;
	min-height: 60px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 5;
	/*background: url('../images/logo2017.png') 0 0 no-repeat;*/
}

.page_head .columns_container
{
	display: table;
	width: 65%;
	height: auto;
	float: right;
}

.page_head .columns_container > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.page_head .columns_container .column_telephones
{
	width: 50%;
	padding: 10px 0 0 0;
	
}

.page_head .columns_container .column_user
{
	width: 25%;
	padding: 10px 10px 0 0;
	text-align: center;
}

.page_head .columns_container .column_cart
{
	width: 25%;
	padding: 5px 0 0 0;
}

.page_head .columns_container .column_telephones > .block_content
{
	width: auto;
	padding: 90px 150px 0px 20px;
	background: url('../images/icons_png/phone_48.png') 0 3px no-repeat; 
	background-size: 80px;
	display: table-cell;
}

.page_head .columns_container .column_telephones > .block_content2
{
	width: auto;
	padding: 90px 70px 0px 75px;
	background: url('../images/icons_png/mail_48.png') 0 3px no-repeat; 
	background-size: 80px;	
	display: table-cell;
}

.page_head .columns_container .column_telephones .block_telephone
{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 0 0 32px;
	margin: 0 0 0 37px;
	border-left: 2px solid #343432;
}

.page_head .columns_container .column_telephones .block_telephone:first-child
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-left: none;

}

.page_head .columns_container .column_telephones .block_telephone .city_name
{
	padding: 0 0 0 0;
	font-size: 10.5pt;
	font-weight: 400;
	color: #7d7d7d;
    display: none;
}

.page_head .columns_container .column_telephones .block_telephone .city_telephone
{
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5pt;
	font-weight: bold;
    display: none;

}

.page_head .columns_container .column_user a
{
	color: var(--primary-text-color);
    display: none;
}

.page_head .columns_container .column_user .top_block_user_tools
{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 60px 18px 0px 14px;
	font-size: 16.5pt;
	border: 0px solid #30302f;

	border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}

.page_head .columns_container .column_user .top_block_user_tools .container_button_auth
{
	padding: 60px 0 0 80px;
	background: url('../images/icons_png/user_48.png') 0 center no-repeat;
	background-size: 80px;

	
}

.page_head .columns_container .column_user .top_block_user_tools .user
{
	padding: 1px 0 1px 33px;
	background: url('../images/icons/top_user_auth.png') 0 center no-repeat;
}

.page_head .columns_container .column_user .top_block_user_tools .item
{
	margin: 0 0 0 15px;
	padding: 0 0 0 16px;
	border-left: 0px solid var(--primary-text-color);
}

.page_head .columns_container .column_user .top_block_user_tools .item:first-child
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: none;
}

.page_head .columns_container .column_cart .block_cart
{
	display: block;
	height: auto;
	min-height: 35px;
	padding: 60px 0 0 48px;
	font-size: 10.5pt;
	background: url('../images/icons_png/cart_48.png') 0 6px no-repeat;
	background-size: 80px;
}

.page_head .columns_container .column_cart .block_cart a
{
	color: var(--primary-text-color);
	display: none;
}

.page_head .columns_container .column_cart .block_cart .line_count
{
	padding: 0 0 1px 0;
}

.page_head .columns_container .column_cart .block_cart .line_sum
{
	color: #7d7d7d;
	display: none;
}

.page_head .columns_container .column_cart .block_cart .line_sum .sum
{
	color: #fff;
}

.page_head .columns_container .column_cart .block_cart .rouble
{
	background: url('../images/rouble_line/for_top_cart.png') 0 11px no-repeat;
}
/* Шапка страницы: конец */


/* Плавающая верхняя шапка: начало */
.float_page_head
{
	display: none;
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #1d1d1b;
}

.float_page_head.show
{
	display: block;
}

.float_page_head .page_center
{
	height: 85px;
	position: relative;
}

.float_page_head .logo
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 20pt;
	font-weight: bold;
	width: 163px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 5;
	#background: url('../images/logo2017_mini.png') 0 0 no-repeat;
	
	#margin: 0 0 0 15px; 
	#cursor: pointer;
 
}

.float_page_head .columns_container
{
	display: table;
	width: 973px;
	height: auto;
	float: right;
}

.float_page_head .columns_container > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.float_page_head .columns_container .column_menu
{
	width: 66px;
	padding: 14px 0 0 0;
}

.float_page_head .columns_container .column_search
{
	padding: 14px 0 0 0;
}

.float_page_head .columns_container .column_user
{
	width: 225px;
	padding: 22px 10px 0 0;
	text-align: center;
}

.float_page_head .columns_container .column_cart
{
	width: 195px;
	padding: 12px 0 0 0;
}

.float_page_head .columns_container .column_menu .button_menu
{
	display: block;
	width: 38px;
	height: 38px;
	background: url('../images/float_top_block/button_menu.png') 0 0 no-repeat;
	cursor: pointer;
}

.float_page_head .columns_container .column_search .block_select_search_type
{
	display: inline-block;
	width: 88px;
	height: 34px;
	position: relative;
	padding: 0 0 0 18px;
	line-height: 34px;
	font-size: 10.5pt;
	color: #000;
	background: var(--primary-text-color) url('../images/float_top_block/treyg_search.png') 87px 15px no-repeat;
	border: none;
	cursor: pointer;

	border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
 	-webkit-border-radius: 16px 0 0 16px;
}

.float_page_head .columns_container .column_search .input_search
{
	display: inline-block;
	width: 214px;
	height: 34px;
	padding: 0 18px;
	line-height: 34px;
	font-size: 10.5pt;
	color: #fff;
	background-color: #575752;
	border: none;

	border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
 	-webkit-border-radius: 0 16px 16px 0;
}

.float_page_head .columns_container .column_search .button_search
{
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 0 25px;
	line-height: 34px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
	background-color: var(--primary-text-color);
	cursor: pointer;

	border-radius: 16px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
}

.float_page_head .columns_container .column_user a
{
	color: var(--primary-text-color);
}

.float_page_head .columns_container .column_user .top_block_user_tools
{
	font-size: 10.5pt;
}

.float_page_head .columns_container .column_user .top_block_user_tools .container_button_auth
{
	padding: 0 0 1px 27px;
	background: url('../images/icons/top_login.png') 0 1px no-repeat;
}


.float_page_head .columns_container .column_user .top_block_user_tools .user
{
	padding: 1px 0 1px 30px;
	background: url('../images/icons/top_user_auth.png') 0 center no-repeat;
}

.float_page_head .columns_container .column_user .top_block_user_tools .item
{
	margin: 0 0 0 15px;
	padding: 0 0 0 16px;
	border-left: 1px solid var(--primary-text-color);
}

.float_page_head .columns_container .column_user .top_block_user_tools .item:first-child
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: none;
}

.float_page_head .columns_container .column_cart .block_cart
{
	display: block;
	height: auto;
	min-height: 35px;
	padding: 2px 0 0 48px;
	font-size: 10.5pt;
	background: url('../images/icons/top_basket.png') 0 6px no-repeat;
}

.float_page_head .columns_container .column_cart .block_cart a
{
	color: var(--primary-text-color);
}

.float_page_head .columns_container .column_cart .block_cart .line_count
{
	padding: 0 0 1px 0;
}

.float_page_head .columns_container .column_cart .block_cart .line_sum
{
	color: #7d7d7d;
}

.float_page_head .columns_container .column_cart .block_cart .line_sum .sum
{
	color: #fff;
}

.float_page_head .columns_container .column_cart .block_cart .rouble
{
	background: url('../images/rouble_line/for_top_cart.png') 0 11px no-repeat;
}

.float_page_head .float_menu
{
	display: none;
	width: 222px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 105px;
	z-index: 51;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
	background-color: var(--primary-text-color);

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;

	box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
}

.float_page_head .float_menu.show
{
	display: block;
}

.float_page_head .float_menu .treyg
{
	display: block;
	width: 12px;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 104px;
	z-index: 52;
	background: url('../images/float_top_block/treyg_for_top_basket.png') 0 0 no-repeat;
}

.float_page_head .float_menu a
{
	text-decoration: none;
	color: #000;
}

.float_page_head .float_menu ul.main_menu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.float_page_head .float_menu ul.main_menu ul
{
	display: none;
}

.float_page_head .float_menu ul.main_menu > li
{
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0;
	border-top: 1px solid #f5c63c;
}

.float_page_head .float_menu ul.main_menu > li > a
{
	display: block;
	padding: 11px 18px;
}

.float_page_head .float_menu ul.main_menu > li.select,
.float_page_head .float_menu ul.main_menu > li:hover
{
	background-color: #f5c63c;
}

.float_page_head .float_menu ul.main_menu > li:first-child
{
	border-top: none;
}

.float_page_head .float_menu ul.main_menu > li:first-child > a
{
	padding: 14px 18px 11px 18px;
}

.float_page_head .float_menu ul.main_menu > li:first-child,
.float_page_head .float_menu ul.main_menu > li:first-child > a
{
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
 	-webkit-border-radius: 3px 3px 0 0;
}

.float_page_head .float_menu ul.main_menu > li:last-child > a
{
	padding: 11px 18px 14px 18px;
}

.float_page_head .float_menu ul.main_menu > li:last-child,
.float_page_head .float_menu ul.main_menu > li:last-child > a
{
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
}

.float_page_head .float_menu ul.main_menu ul
{
	display: none;
	width: 220px;
	height: auto;
	position: absolute;
	top: 0;
	right: -220px;
	z-index: 55;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;

	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
 	-webkit-border-radius: 0 3px 3px 0;

	box-shadow: 2px 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0 3px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 2px 0 3px rgba(0,0,0,0.2);
}



.float_page_head .float_menu ul.main_menu > li:hover ul
{
	display: block;
}

.float_page_head .float_menu ul.main_menu ul,
.float_page_head .float_menu ul.main_menu > li.select ul,
.float_page_head .float_menu ul.main_menu > li:hover ul
{
	background-color: #f5ba3c;
}

.float_page_head .float_menu ul.main_menu ul > li
{
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0;
	background-color: #f5ba3c;
	border-top: 1px solid #e2ac3a;
}

.float_page_head .float_menu ul.main_menu ul > li:hover,
.float_page_head .float_menu ul.main_menu ul > li.select,
.float_page_head .float_menu ul.main_menu > li.select ul > li:hover,
.float_page_head .float_menu ul.main_menu > li:hover ul > li:hover
{
	background-color: #e8ab29;
}

.float_page_head .float_menu ul.main_menu ul > li:first-child
{
	border-top: none;
}

.float_page_head .float_menu ul.main_menu ul > li > a
{
	display: block;
	padding: 11px 18px;
}

.float_page_head .float_menu ul.main_menu ul > li:first-child,
.float_page_head .float_menu ul.main_menu ul > li:first-child a
{
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
 	-webkit-border-radius: 0 3px 0 0;
}

.float_page_head .float_menu ul.main_menu ul > li:last-child,
.float_page_head .float_menu ul.main_menu ul > li:last-child a
{
	border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
 	-webkit-border-radius: 0 0 3px 0;
}

.float_page_head .float_search_type
{
	display: none;
	width: 106px;
	height: auto;
	position: absolute;
	top: 57px;
	left: 263px;
	z-index: 53;
	font-size: 10.5pt;
	font-weight: 300;
	color: #000;
	background-color: var(--primary-text-color);

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;

	box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
 	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
}

.float_page_head .float_search_type.show
{
	display: block;
}

.float_page_head .float_search_type .treyg
{
	display: block;
	width: 12px;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: 54;
	margin: 0 0 0 -6px;
	background: url('../images/float_top_block/treyg_for_top_basket.png') 0 0 no-repeat;
}

.float_page_head .float_search_type a
{
	text-decoration: none;
	color: #000;
}

.float_page_head .float_search_type ul.list
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.float_page_head .float_search_type ul.list > li
{
	position: relative;
	margin: 0 0 0 0;
	padding: 6px 0;
	text-align: center;
	border-top: 1px solid #f5c63c;
	cursor: pointer;
}

.float_page_head .float_search_type ul.list > li.select,
.float_page_head .float_search_type ul.list > li:hover
{
	background-color: #f5c63c;
}

.float_page_head .float_search_type ul.list > li:first-child
{
	border-top: none;
}

.float_page_head .float_search_type ul.list > li:first-child
{
	padding: 9px 0 6px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
 	-webkit-border-radius: 3px 3px 0 0;
}

.float_page_head .float_search_type ul.list > li:last-child
{
	padding: 6px 0 9px 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
}
/* Плавающая верхняя шапка: конец */


/* Плавающий блок авторизации: начало */
.float_block_authorization
{
	display: none;
	width: 244px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	background-color: #fff;
	border: 2px solid var(--primary-text-color);

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;

	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.float_block_authorization.show
{
	display: block;
}

.float_block_authorization .treyg
{
	display: block;
	width: 19px;
	height: 7px;
	position: absolute;
	top: -9px;
	left: 50%;
	z-index: 2;
	margin: 0 0 0 -9px;
	background: url('../images/float_top_block/treyg_for_top_auth.png') 0 0 no-repeat;
}

.float_block_authorization > .block_content
{
	padding: 25px 26px 22px 26px;
}

.float_block_authorization .input_line
{
	padding: 0 22px 11px 0;
}

.float_block_authorization .input_line input[type=text],
.float_block_authorization .input_line input[type=password]
{
	width: 100%;
	padding: 6px 10px;
	border-color: #bebebe;
}

.float_block_authorization .block_submit
{
	padding: 12px 0 0 0;
}

.float_block_authorization .block_submit .columns_container
{
	display: table;
	width: 100%;
	height: auto;
}

.float_block_authorization .block_submit .columns_container > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.float_block_authorization .block_submit .columns_container > div.column_1
{
	width: 80px;
}

.float_block_authorization .block_submit .columns_container > div.column_1 .button_green
{
	width: 80px;
}

.float_block_authorization .block_submit .columns_container > div.column_2
{
	padding: 6px 0 0 0;
	text-align: right;
	font-size: 10pt;
}
/* Плавающий блок авторизации: конец */


/* Плавающий блок корзины: начало */
.float_block_cart
{
	display: none;
	width: 210x;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
	background-color: #fff;
	border: 2px solid var(--primary-text-color);

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;

	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.float_block_cart.show
{
	display: block;
}

.float_block_cart .treyg
{
	display: block;
	width: 15px;
	height: 7px;
	position: absolute;
	top: -9px;
	left: 50%;
	z-index: 2;
	margin: 0 0 0 -9px;
	background: url('../images/float_top_block/treyg_for_top_basket.png') 0 0 no-repeat;
}

.float_block_cart > .block_content
{
	padding: 17px 19px 17px 19px;
	font-size: 10.5pt; 
}

.float_block_cart .products_list
{
	font-size: 10.5pt;
}

.float_block_cart .products_list .item
{
	display: table;
	width: 100%;
	height: auto;
	margin: 1px 0 0 0;
}

.float_block_cart .products_list .item:first-child
{
	margin: 0 0 0 0;
}

.float_block_cart .products_list .item > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.float_block_cart .products_list .item > div.column_quantity
{
	width: 28px;
	text-align: center;
}

.float_block_cart .products_list .item > div.column_price
{
	width: 90px;
	text-align: right;
}

.float_block_cart .products_list .item .product_name
{
	padding: 0 0 3px 0;
	color: #7d7d7d;
}

.float_block_cart .products_list .item .rouble
{
	background: url('../images/rouble_line/for_top_cart_products.png') 0 11px no-repeat;
}

.float_block_cart .line_pay_itog
{
	margin: 18px 0 0 0;
	padding: 18px 0 0 0;
	font-size: 14pt;
	font-weight: bold;
	border-top: 1px solid #edece9;
}

.float_block_cart .line_pay_itog .rouble
{
	background: url('../images/rouble_line/float_cart.png') 0 15px no-repeat;
}

.float_block_cart .line_checkout
{
	padding: 18px 0 0 0;
}

.float_block_cart .line_checkout .button_green_big
{
	width: 100%;
}
/* Плавающий блок корзины: начало */


/* Верхнее главное меню: начало */
.head_main_menu
{
	background-color: var(--primary-text-color);
}

.head_main_menu .page_center
{

}

.left_menu .page_left
{
    
}

.head_main_menu .page_center ul.main_menu
{
	display: table;
	width: 100%;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


.left_menu .page_left ul.main_menu
{
	display: table;
	width: 100%;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


.left_menu .page_left ul.main_menu > li
{
	display: table-cell;
	width: auto;
	height: 47px;
	margin: 0 0 0 0;
	position: relative;
	padding: 0 0;
	vertical-align: middle;
	text-align: center;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #f5c63c;
	
	 
	line-height: 47px;
 
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
 
	color: #000;
	
}

.left_menu .page_left ul.main_menu > li:first-child
{
	border-width: 0 2px 0 2px;
}

.left_menu .page_left ul.main_menu > li.selected,
.left_menu .page_left ul.main_menu > li:hover
{
	background-color: #242422;
	border-color: #242422;
}

.left_menu .page_left ul.main_menu > li:hover > a
{
	color: #fff;
}

.left_menu .page_left ul.main_menu > li > a
{
	display: block;
	width: auto;
	height: 47px;
	line-height: 47px;
 	padding: 0 0px;
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

.left_menu .page_left ul.main_menu ul
{
	display: none;
	width: 226px;
	height: auto;
	position: absolute;
	top: 0px;
	left: -144;
	z-index: 70;
	margin: 0 0 0 0;
	padding: 0 30px 8px 30px;
	list-style: none;

	background-color: #242422;
}

.left_menu .page_left ul.main_menu ul li
{
	margin: 0 0 0 0;
	padding: 18px 0;
	font-weight: 300;
	text-transform: none;
	border-top: 1px solid #3b3b39;
}

.left_menu .page_left ul.main_menu ul li:first-child
{
	border-top: none;
}


.left_menu .page_left ul.main_menu li:hover ul
{
	display: block;
}

.left_menu .page_left ul.main_menu ul li a
{
	text-decoration: none;
	color: #fff;
}

.left_menu .page_left ul.main_menu ul li a:hover
{
}

.left_menu .page_left ul.main_menu ul.sub_menu
{
	display: block;
	width: 100%;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;

}

.left_menu .page_left ul.main_menu ul.sub_menu > li
{
	-display: table-cell;
	width: auto;
	height: 47px;
	margin: 0 0 0 0;
	position: relative;
	padding: 0 0;
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	-border-width: 0 2px 0 0;
	-border-color: #f5c63c;
	background-color: #242422;
}

.left_menu .page_left ul.main_menu ul.sub_menu > li:first-child
{
	border-width: 0 2px 0 2px;
}

.left_menu .page_left ul.main_menu ul.sub_menu > li.selected,
.left_menu .page_left ul.main_menu ul.sub_menu > li:hover
{
	background-color: var(--primary-text-color);
	-border-color: #242422;
	color: #fda;
}

.left_menu .page_left ul.main_menu ul.sub_menu > li:hover > a
{
	color: #000;
}

.left_menu .page_left ul.main_menu ul.sub_menu > li > a
{
	display: none;
	width: auto;
	height: 47px;
	line-height: 47px;
 	padding: 0 30px;
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
	-color: #fff;
}

.left_menu .page_left ul.main_menu ul.sub_menu ul
{
	display: block;
	width: 100px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 138px;
	z-index: 70;
	margin: 0 0 0 0;
	padding: 0 30px 8px 30px;
	list-style: none;

	background-color: #242422;
}

.left_menu .page_left ul.main_menu ul.sub_menu ul li
{
	margin: 0 0 0 0;
	padding: 10px 0;
	font-weight: 300;
	text-transform: none;

}

.left_menu .page_left ul.main_menu ul.sub_menu ul li:first-child
{
	border-top: none;
}


.left_menu .page_left ul.main_menu ul.sub_menu li:hover ul
{
	display: block;
}


.left_menu .page_left ul.main_menu ul.sub_menu ul li a:hover
{
}
----------------------------------------------------------------------------------
.head_main_menu .page_center ul.main_menu
{
	display: table;
	width: 100%;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.head_main_menu .page_center ul.main_menu > li
{
	display: table-cell;
	width: auto;
	height: 47px;
	margin: 0 0 0 0;
	position: relative;
	padding: 0 0;
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #f5c63c;
}

.head_main_menu .page_center ul.main_menu > li:first-child
{
	border-width: 0 2px 0 2px;
}

.head_main_menu .page_center ul.main_menu > li.selected,
.head_main_menu .page_center ul.main_menu > li:hover
{
	background-color: #242422;
	border-color: #242422;
}

.head_main_menu .page_center ul.main_menu > li:hover > a
{
	color: #fff;
}

.head_main_menu .page_center ul.main_menu > li > a
{
	display: block;
	width: auto;
	height: 47px;
	line-height: 47px;
 	padding: 0 30px;
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 11.5pt;
	font-weight: bold;
	color: #000;
}

.head_main_menu .page_center ul.main_menu ul
{
	display: none;
	width: 226px;
	height: auto;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 70;
	margin: 0 0 0 0;
	padding: 0 30px 8px 30px;
	list-style: none;

	background-color: #242422;
}

.head_main_menu .page_center ul.main_menu ul li
{
	margin: 0 0 0 0;
	padding: 18px 0;
	font-weight: 300;
	text-transform: none;
	border-top: 1px solid #3b3b39;
}

.head_main_menu .page_center ul.main_menu ul li:first-child
{
	border-top: none;
}


.head_main_menu .page_center ul.main_menu li:hover ul
{
	display: block;
}

.head_main_menu .page_center ul.main_menu ul li a
{
	text-decoration: none;
	color: #fff;
}

.head_main_menu .page_center ul.main_menu ul li a:hover
{
}

.head_main_menu .page_center ul.main_menu ul.sub_menu
{
	display: none;
	width: 100%;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;

}

.head_main_menu .page_center ul.main_menu ul.sub_menu > li
{
	-display: table-cell;
	width: auto;
	height: 47px;
	margin: 0 0 0 0;
	position: relative;
	padding: 0 0;
	vertical-align: middle;
	text-align: left;
	border-style: solid;
	-border-width: 0 2px 0 0;
	-border-color: #f5c63c;
	background-color: #242422;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu > li:first-child
{
	border-width: 0 2px 0 2px;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu > li.selected,
.head_main_menu .page_center ul.main_menu ul.sub_menu > li:hover
{
	background-color: var(--primary-text-color);
	-border-color: #242422;
	color: #fda;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu > li:hover > a
{
	color: #000;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu > li > a
{
	display: block;
	width: auto;
	height: 47px;
	line-height: 47px;
 	padding: 0 30px;
 	text-decoration: none;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
	-color: #fff;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu ul
{
	display: none;
	width: 100px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 138px;
	z-index: 70;
	margin: 0 0 0 0;
	padding: 0 30px 8px 30px;
	list-style: none;

	background-color: #242422;
}

.head_main_menu .page_center ul.main_menu ul.sub_menu ul li
{
	margin: 0 0 0 0;
	padding: 10px 0;
	font-weight: 300;
	text-transform: none;

}

.head_main_menu .page_center ul.main_menu ul.sub_menu ul li:first-child
{
	border-top: none;
}


.head_main_menu .page_center ul.main_menu ul.sub_menu li:hover ul
{
	display: block;
}


.head_main_menu .page_center ul.main_menu ul.sub_menu ul li a:hover
{
}
/* Верхнее главное меню: конец */


/* Верхний поиск по сайту: начало */
.head_search
{
	background-color: #32322f;
}

.head_search .page_center
{
	padding: 28px 0 12px 0;
}

.head_search .columns_container
{
	display: table;
	width: 95%;
	height: auto;
}

.head_search .columns_container > div
{
	display: table-cell;
	padding: 0 0 25px 25px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.head_search .columns_container > div.column_1
{
	display: none;
	width: auto;
	max-width: 50px;
	padding: 3px 0 0 0;
	font-size: 13.5pt;
	font-weight: bold;
	color: #fff;
} 

.head_search .columns_container .column_search .line_text_query input[type=text]
{
	display: inline-block;
	width: 90%;
    max-width: 750px;
	height: 85px;
	padding: 0px 0px 10px 20px;
	line-height: 34px;
	font-size: 60.5pt;
	color: #fff;
	background-color: #575752;
	border: none;

	border-radius: 16px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
}

.head_search .columns_container .column_search .line_text_query input[type=number]
{
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 0 18px;
	line-height: 34px;
	font-size: 10.5pt;
	color: #fff;
	background-color: #575752;
	border: none;

	border-radius: 16px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
}

.head_search .columns_container .column_search .button_search
{
	display: inline-block;
	background: url('../images/icons_png/search_48.png') 10px 10px no-repeat;
	background-size: 80px;
	width: 90px;
	height: 95px;
	padding: 0 0 0 10px;
	line-height: 144px;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 0.5pt;
	font-weight: normal;
	color: #000;
	background-color: #ffcf42;
	cursor: pointer;

	border-radius: 16px;
	-moz-border-radius: 16px;
 	-webkit-border-radius: 16px;
}

.head_search .columns_container .column_search .line_example
{
	display: none;
	padding: 4px 0 0 18px;
	font-size: 10pt;
	color: var(--primary-text-color);
}
/* Верхний поиск по сайту: конец */


/* Футер (блок меню): начало */
.footer_part_menu
{
	padding: 27px 0 27px 0;
	color: #2d2f32;
	background-color: #fafafa;
	border-top: 1px solid #e1e1e1;
}

.footer_part_menu.without_top_border
{
	border-top: none;
}

.footer_part_menu .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.footer_part_menu .container_columns > div
{
	display: table-cell;
	width: auto;
	padding: 0 0;
	text-align: left;
	vertical-align: top;
	
}

.footer_part_menu .container_columns > div.column_1
{
	width: 300px;
	font-size: 10.5pt;
}

.footer_part_menu .container_columns > div.column_2
{
	width: 300px;
	font-size: 10.5pt;
}

.footer_part_menu .container_columns > div.column_3
{
	width: 300px;
	font-size: 10.5pt;
}

.footer_part_menu .menu a
{
	font-size: 10.5pt;
	color: #2d2f32;
}

.footer_part_menu .menu ul
{
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}

.footer_part_menu .menu ul li
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.footer_part_menu .menu ul li:first-child
{
	margin: 0 0 0 0;
}

.footer_part_menu .warehouse_name
{
	padding: 0 0 5px 0;
	font-weight: bold;
}

.footer_part_menu .telephones_list
{
	margin: -2px 0 0 0;
}

.footer_part_menu .telephones_list .item
{
	margin: 8px 0 0 0;
	padding: 4px 0 4px 43px;
	line-height: 1;
	font-size: 14pt;
	font-weight: bold;
	background: url('../images/icons/footer_telephone.png') 0 0 no-repeat;
}

.footer_part_menu .telephones_list .item:first-child
{
	margin: 0 0 0 0;
}
/* Футер (блок меню): конец */


/* Футер (авторские права): начало */
.footer_part_copy
{
	background-color: #1d1d1b;
	border-top: 4px solid var(--primary-text-color);
}

.footer_part_copy .container_columns
{
	display: table;
	width: 100%;
	height: auto;
	color: #898989;
}

.footer_part_copy .container_columns > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.footer_part_copy .container_columns > div.column_1
{
 	padding: 13px 0 11px 0;
 	font-size: 10.5pt;
}

.footer_part_copy .container_columns > div.column_2
{
	width: 300px;
 	padding: 9px 0 3px 0;
}

.footer_part_copy .socials_list
{
	text-align: right;
}

.footer_part_copy .socials_list a
{
	margin: 0 0 0 22px;
}
/* Футер (авторские права): конец */


/* Основное содержимое страницы: начало */
.page_main_content
{
	height: auto;
	min-height: 350px;
	padding: 0 0 35px 0;
	/*color: #2d2d2d;*/
	background-color: #fff;
}

.page_main_content.without_padding
{
	padding: 0 0 0 0;
}

.page_main_content .page_title
{
	padding: 0 0 23px 0;
}

.page_main_content .page_title h1,
.page_main_content .page_title h2,
.page_main_content .page_title h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18pt;
	font-weight: 300;
}
/* Основное содержимое страницы: конец */td_wrap


/* Карта разделов: начало */
.sections_map
{
	padding: 6px 0 12px 0;
	font-size: 10pt;
	color: #8e8e8e;
}

.sections_map .wrap
{
	display: inline;
	padding: 0 12px;
	background: url('../images/page_elements/breadcrumb_wrap.png') center 7px no-repeat;
}
/* Карта разделов: конец */


/* Блок "Ошибка 404": начало */
.block_error_404
{
	padding: 127px 0 140px 0;
	text-align: center;
}

.block_error_404 .container_img
{
	padding: 0 0 36px 0;
}

.block_error_404 .container_text
{
	line-height: 1.6;
	font-size: 13.5pt;
	font-weight: 300;
	color: #4c4c4c;
}
/* Блок "Ошибка 404": конец */


/* Блок "Заказ оформлен": начало */
.block_order_confirm
{
	padding: 70px 0 60px 0;
	text-align: center;
}

.block_order_confirm .element_title_1
{
	padding: 0 0 15px 0;
	font-size: 21pt;
	font-weight: bold;
}

.block_order_confirm .element_title_2
{
	padding: 0 0 33px 0;
	line-height: 1.5;
	font-size: 12pt;
	font-weight: 300;
}

.block_order_confirm .container_order_number
{
	padding: 0 0 35px 0;
}

.block_order_confirm .container_order_number .block_order_number
{
	display: block;
	width: 272px;
	height: 54px;
	margin: 0 auto;
	line-height: 54px;
	text-align: center;
	font-size: 12pt;
	background-color: var(--primary-text-color);
}

.block_order_confirm .telephone_title
{
	padding: 0 0 5px 0;
	font-weight: bold;
}

.block_order_confirm .telephone_numbers
{
	font-size: 13.5pt;
	font-weight: 300;
}
/* Блок "Заказ оформлен": конец */


/* Страница "Контакты": начало */
.page_contacts
{
	padding: 0 0 50px 0;
}

.page_contacts > .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.page_contacts > .container_columns > div
{
	display: table-cell;
	width: 50%;
	height: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #e1e1e1;
}

.page_contacts > .container_columns > div:first-child
{
	border-left: none;
}

.page_contacts > .container_columns > div > .block_content
{
	padding: 0 0 0 52px;
}

.page_contacts > .container_columns > div:first-child > .block_content
{
	padding: 0 52px 0 0;
}

.page_contacts .warehouse_title
{
	padding: 0 0 17px 0;
	font-size: 15pt;
	font-weight: bold;
}

.page_contacts .block_map_container
{
	padding: 0 0 25px 0;
}

.page_contacts .block_map_container .map_box_1
{
	display: block;
	width: 100%;
	height: 306px;
	overflow: hidden;
}

.page_contacts .block_map_container .map_box_2
{
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
	top: -50px;
	left: 0;
	overflow: hidden;
	background-color: #eee;
}

.page_contacts .descriptions_text
{
	font-size: 10.5pt;
	line-height: 1.65;
}

.page_contacts .descriptions_text .block_desc
{
	padding: 0 0 17px 0;
}
/* Страница "Контакты": конец */


/* Страница "О компании": начало */
.page_about_company
{
	margin: -2px 0 0 0;
	padding: 0 310px 20px 0;
}

.page_about_company .text_content
{
	line-height: 1.5;
	font-size: 13pt;
}
/* Страница "О компании": конец */


/* Каталог брендов: начало */
.block_catalog_brands
{
	padding: 12px 0 35px 0;
}

.block_catalog_brands .list
{
	line-height: 1;
}

.block_catalog_brands .list > .line
{
	padding: 0 0 0 0;
}

.block_catalog_brands .list > .line:first-child
{
	padding: 0 0 0 0;
}

.block_catalog_brands .list > .line > .item
{
	display: inline-block;
	width: 33%;
	height: auto;
	line-height: 1.3;
	padding: 35px 0 0 0;
	border-left: 1px solid #dddddd;
}

.block_catalog_brands .list > .line:first-child > .item
{
	padding: 0 0 0 0;
}

.block_catalog_brands .list > .line > .item:first-child
{
	border-left: none;
}

.block_catalog_brands .list > .line > .item > div
{
}

.block_catalog_brands .list > .line > .item .element_pic
{
	display: block;
	width: 100%;
	height: 95px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.block_catalog_brands .list > .line > .item .element_pic img
{
	max-width: 130px;
	max-height: 90px;
}

.block_catalog_brands .list > .line > .item .element_pic .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.block_catalog_brands .list > .line > .item .element_pic .container_1 .container_2
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.block_catalog_brands .list > .line > .item .element_title
{
	display: block;
	width: 100%;
	height: 30px;
	padding: 3px 0 0 0;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;

}
/* Каталог брендов: конец */


/* Блок "Регистрация завершена": начало */
.block_registration_complete
{
	padding: 168px 0 185px 0;
	text-align: center;
	color: #000;
}

.block_registration_complete > .icon
{
	display: block;
	width: 64px;
	height: 47px;
	overflow: hidden;
	margin: 0 auto;
	background: url('../images/icons/registration_success.png') 0 0 no-repeat;
}

.block_registration_complete .title_1
{
	padding: 16px 0 0 0;
	font-size: 27pt;
	font-weight: 300;
}

.block_registration_complete .title_2
{
	padding: 8px 0 0 0;
	font-size: 18pt;
	font-weight: 300;
}
/* Блок "Регистрация завершена": конец */


/* Блок "Восстановление пароля": начало */
.block_restore_password
{
	padding: 150px 0 135px 0;
	color: #000;
}

.block_restore_password > .box
{
	display: block;
	width: 362px;
	height: auto;
	margin: 0 auto;
	border: 2px solid #bebebe;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.block_restore_password > .box > .block_content
{
	padding: 22px 32px 30px 32px;
}

.block_restore_password .form_title
{
	padding: 0 0 18px 0;
	line-height: 1.3;
	font-size: 18pt;
}

.block_restore_password .input_title
{
	padding: 0 0 7px 0;
	font-size: 10.5pt;
}

.block_restore_password .input_obj
{
	padding: 0 22px 0 0;
}

.block_restore_password .input_obj input[type=text]
{
	width: 100%;
}

.block_restore_password .block_submit
{
	padding: 30px 0 0 0;
}

.block_restore_password .block_submit .button_green_big
{
	width: 185px;
}
/* Блок "Восстановление пароля": конец */


/* Меню личного кабинета: начало */
.user_cabinet_menu
{
	position: relative;
	margin: -8px 0 0 0;
	padding: 0 0 35px 0;
}

.user_cabinet_menu.menu_line_two
{
	margin: -18px 0 0 0;
}

.user_cabinet_menu .part_1,
.user_cabinet_menu .part_2,
.user_cabinet_menu .part_3
{
	display: inline-block;
	width: auto;
	height: auto;
}

.user_cabinet_menu .part_2
{
	margin: 0 0 0 16px;
}

.user_cabinet_menu .part_3
{
	position: absolute;
	top: 1px;
	right: 0;
}

.user_cabinet_menu .part_3 .button_red_white
{
	width: 95px;
}

.user_cabinet_menu ul.menu
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 12pt;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.user_cabinet_menu ul.menu li
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: none;
}

.user_cabinet_menu ul.menu li a
{
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0 23px;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	background-color: var(--primary-text-color);
	border-left: 1px solid #f2c540;
}

.user_cabinet_menu ul.menu li a:hover
{
	color: #fff;
	background-color: #1d1d1b;
	border-color: #1d1d1b;
}

.user_cabinet_menu ul.menu li.selected a
{
	font-weight: bold;
	color: #fff;
	background-color: #1d1d1b;
	border-color: #1d1d1b;
}

.user_cabinet_menu ul.menu li:first-child a
{
	border-left: none;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
 	-webkit-border-radius: 5px 0 0 5px;
}

.user_cabinet_menu ul.menu li:last-child a
{
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
 	-webkit-border-radius: 0 5px 5px 0;
}

.user_cabinet_menu ul.menu.one_item li a,
.user_cabinet_menu ul.menu.one_item li:first-child a,
.user_cabinet_menu ul.menu.one_item li:last-child a
{
	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}
/* Меню личного кабинета: конец */


/* Меню личного кабинета (вид 2): начало */
.user_cabinet_menu_type_2
{
	margin: -2px 0 0 0;
	padding: 0 0 30px 0;
}

.user_cabinet_menu_type_2 ul.menu
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 12pt;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.user_cabinet_menu_type_2 ul.menu li
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: none;
}

.user_cabinet_menu_type_2 ul.menu li a
{
	display: inline-block;
	width: auto;
	height: 36px;
	padding: 0 23px;
	line-height: 36px;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-width: 2px 2px 2px 0;
	border-color: var(--primary-text-color);
}

.user_cabinet_menu_type_2 ul.menu li.selected a,
.user_cabinet_menu_type_2 ul.menu li a:hover
{
	background-color: var(--primary-text-color);
}

.user_cabinet_menu_type_2 ul.menu li:first-child a
{
	border-width: 2px 2px 2px 2px;

	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
 	-webkit-border-radius: 5px 0 0 5px;
}

.user_cabinet_menu_type_2 ul.menu li:last-child a
{
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
 	-webkit-border-radius: 0 5px 5px 0;
}

.user_cabinet_menu_type_2 ul.menu.one_item li a,
.user_cabinet_menu_type_2 ul.menu.one_item li:first-child a,
.user_cabinet_menu_type_2 ul.menu.one_item li:last-child a
{
	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}
/* Меню личного кабинета (вид 2): конец */


/* Блок настроек для поставщиков: начало */
.block_settings_for_supplier
{
	display: table;
	width: 100%;
	height: auto;
}

.block_settings_for_supplier,
.block_settings_for_supplier.simple_form
{
	font-size: 10.5pt;
}

.block_settings_for_supplier > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.block_settings_for_supplier > div > .block_content
{
	padding: 0 0 0 135px;
}

.block_settings_for_supplier > div:first-child > .block_content
{
	padding: 0 0 0 0;
}

.block_settings_for_supplier .block_input_simple,
.block_settings_for_supplier.simple_form .block_input_simple
{
	display: block;
	width: 300px;
	height: auto;
	padding: 0 0 12px 0;
}

.block_settings_for_supplier .block_input_simple .input_obj
{
	padding: 0 22px 0 0;
}

.block_settings_for_supplier .block_input_simple .input_obj input[type=text],
.block_settings_for_supplier .block_input_simple .input_obj input[type=number],
.block_settings_for_supplier .block_input_simple .input_obj input[type=password],
.block_settings_for_supplier .block_input_simple .input_obj textarea,
.block_settings_for_supplier.simple_form .block_input_simple .input_obj input[type=text],
.block_settings_for_supplier.simple_form .block_input_simple .input_obj input[type=number],
.block_settings_for_supplier.simple_form .block_input_simple .input_obj input[type=password],
.block_settings_for_supplier.simple_form .block_input_simple .input_obj textarea
{
	width: 100%;
}
/* Блок настроек для поставщиков: конец */


/* Страница "Отзывы и предложения": начало */
.page_customer_reviews
{
}

.page_customer_reviews > .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.page_customer_reviews > .container_columns > div
{
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.page_customer_reviews > .container_columns > div.column_right
{
	width: 370px;
}

.page_customer_reviews > .container_columns > div.column_left > .block_content
{
	padding: 0 32px 0 0;
}

.page_customer_reviews > .container_columns > div.column_right > .block_content
{
	padding: 35px 0 0 0;
}

.page_customer_reviews .reviews_list
{
	font-size: 11pt;
}

.page_customer_reviews .reviews_list .item
{
	margin: 50px 0 0 0;
}

.page_customer_reviews .reviews_list .item:first-child
{
	margin: 0 0 0 0;
}

.page_customer_reviews .reviews_list .item .top_description
{
	position: relative;
	padding: 0 0 23px 0;
	background: url('../images/page_elements/wrap_for_customer_responses_list.png') 0 bottom no-repeat;
}

.page_customer_reviews .reviews_list .item .top_description .element_author
{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 0 0 26px;
	font-weight: bold;
	color: #000;
	background: url('../images/icons/user_avatar_for_responses.png') 0 1px no-repeat;
}

.page_customer_reviews .reviews_list .item .top_description .element_date
{
	display: inline-block;
	width: auto;
	height: auto;
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 10pt;
	color: #7a7a7a;
}

.page_customer_reviews .reviews_list .item .element_text
{
	padding: 15px 0 0 0;
	font-size: 11pt;
	line-height: 1.7;
}

.page_customer_reviews .load_more_reviews
{
	padding: 40px 0 0 0;
}
/* Страница "Отзывы и предложения": конец */


/* Страница "Регистрация пользователя": начало */
.page_registration
{
	display: block;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 38px 0 45px 0;
}

.page_registration > .block_title
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.page_registration > .block_title h1,
.page_registration > .block_title h2,
.page_registration > .block_title h4
{
	margin: 0 0 0 0;
	padding: 0 0 42px 0;
	font-size: 18pt;
}

.page_registration > .box
{
	display: block;
	width: 100%;
	height: auto;
}

.page_registration > .box .box_container
{
	border: 2px solid #bebebe;

	border-radius: 2px;
	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
}

.page_registration > .box .box_tabs
{
	line-height: 1;
	margin: 0 0 -2px 0;
}

.page_registration > .box .box_tabs > div
{
	display: inline-block;
	width: auto;
	height: 56px;
	position: relative;
	z-index: 5;
	line-height: 56px;
	margin: 0 0 0 10px;
	padding: 0 32px;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	background-color: var(--primary-text-color);
	border-color: #e2b32b;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	cursor: pointer;

	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
 	-webkit-border-radius: 5px 5px 0 0;
}

.page_registration > .box .box_tabs > div:hover
{
	background-color: #f5c434;
}

.page_registration > .box .box_tabs > div.selected,
.page_registration > .box .box_tabs > div.selected:hover
{
	height: 58px;
	background-color: #fff;
	border-color: #bebebe;
}

.page_registration > .box .box_tabs > div:first-child
{
	margin: 0 0 0 0;
}

.page_registration > .box .box_container > .block_content
{
	padding: 33px 33px;
}

.page_registration .block_warrning
{
	margin: 0 0 15px 0;
	padding: 18px 24px;
	line-height: 1.5;
	font-size: 10.5pt;
	background-color: #fbecec;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.page_registration > .box .captcha_line
{
	display: table;
	width: 335px;
	height: auto;
}

.page_registration > .box .captcha_line > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.page_registration > .box .captcha_line > div.column_input
{
	width: 138px;
	padding: 0 22px 0 0;
}

.page_registration > .box .captcha_line > div.column_input input[type=text]
{
	width: 100%;
}

.page_registration > .box .captcha_line .captcha_box
{
	display: block;
	width: 125px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.page_registration > .box .captcha_line > div.column_code_update
{
	width: 28px;
	padding: 5px 0 0 0;
	text-align: right;
}

.page_registration > .box .captcha_line .button_update
{
	display: inline-block;
	width: 28px;
	height: 24px;
	cursor: pointer;
	background: url('../images/icons/captcha_update.png') 0 0 no-repeat;
}
/* Страница "Регистрация пользователя": конец */


/* Детальная страница документа (личный кабинет): начало */
.page_document_detail
{
	margin: -18px 0 0 0;
	position: relative;
	z-index: 1;
	color: #000;
}

.page_document_detail.factura,
.page_document_detail.orders
{
	margin: -10px 0 0 0;
}

.page_document_detail .block_go_back
{
	padding: 0 0 20px 0;
	font-size: 10.5pt;
}

.page_document_detail .block_go_back .link_go_back
{
	padding: 0 0 0 25px;
	line-height: 1;
	background: url('../images/icons/arrow_go_back.png') 0 center no-repeat;
}

.page_document_detail .block_go_back .link_go_back a
{
	text-decoration: none;
}

.page_document_detail .block_go_back .link_go_back a:hover
{
	text-decoration: underline;
}

.page_document_detail .document_title
{
	padding: 0 0 12px 0;
	font-size: 14pt;
	font-weight: bold;
}

.page_document_detail .box_document_info
{
	display: block;
	width: 315px;
	height: auto;
	margin: 0 0 18px 0;
	border: 2px solid #ffcf41;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.page_document_detail .box_document_info > .block_content
{
	padding: 18px 20px;
}

.page_document_detail .box_document_info > .block_content > .item
{
 	display: table;
 	width: 100%;
 	height: auto;
  	margin: 4px 0 0 0;
  	font-size: 12pt;
}

.page_document_detail .box_document_info > .block_content > .item.first
{
	margin: 0 0 9px 0;
  	border-bottom: 1px solid #eeeeee;
}

.page_document_detail .box_document_info > .block_content > .item > div
{
 	display: table-cell;
 	width: auto;
 	height: auto;
 	padding: 0 0 0 0;
 	text-align: left;
 	vertical-align: top;
}

.page_document_detail .box_document_info > .block_content > .item:first-child > div
{
	padding: 0 0 9px 0;
}

.page_document_detail .box_document_info > .block_content > .item > div.column_left
{
	width: 180px;
	font-weight: bold;
}

.page_document_detail .box_document_info .rub
{
	background: url('../images/rouble_line/12pt_bold.png') 0 13px no-repeat;
}

.page_document_detail .document_table_container
{
	padding: 0 0 18px 0;
}

.page_document_detail .document_table_container .status_error
{
	color: red;
}

.page_document_detail .document_table_container .status_success
{
	color: #3f9e00;
}

.page_document_detail .document_table_container .block_pay_method
{
	display: inline-block;
	width: auto;
	height: auto;
	text-transform: uppercase;
}

.page_document_detail .document_table_container .block_pay_method > div
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 0 0 0 23px;
	background: url('../images/form_elements/radio.png') 0 0 no-repeat;
}

.page_document_detail .document_table_container .block_pay_method > div:first-child
{
	margin: 0 0 0 0;
}

.page_document_detail .document_table_container .block_pay_method > div.selected
{
	background: url('../images/form_elements/radio.png') 0 -18px no-repeat;
}

.page_document_detail .document_tools
{
	padding: 12px 0 0 0;
	vertical-align: top;
}

.page_document_detail .document_tools .item
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 40px;
	font-size: 12pt;
	font-weight: bold;
}

.page_document_detail .document_tools .item:first-child
{
	margin: 0 0 0 0;
}

.page_document_detail .document_tools .item a
{
	margin: 0 0 0 11px;
}

.page_document_detail .document_tools.for_order_detail
{
	display: table;
	margin: 22px 0 0 0;
	padding: 0 0 0 0;
}

.page_document_detail .document_tools.for_order_detail > div
{
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.page_document_detail .document_tools.for_order_detail > div.column_1
{
	width: 320px;
}

.page_document_detail .document_tools.for_order_detail > div.column_2
{
	padding: 10px 0 0 0;
}

.block_quantity_tool,
.page_document_detail .block_quantity_tool
{
	display: block;
	width: 82px;
	height: auto;
	position: relative;
	margin: -6px auto -5px auto;
	padding: 0;
	
}

.block_quantity_tool > div,
.page_document_detail .block_quantity_tool > div
{
	display: inline-block;
}

.block_quantity_tool .block_plus,
.block_quantity_tool .block_minus,
.page_document_detail .block_quantity_tool .block_plus,
.page_document_detail .block_quantity_tool .block_minus
{
	width: 16px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	top: 4px;
	padding: 0 0 0 0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block_quantity_tool .block_plus,
.page_document_detail .block_quantity_tool .block_plus
{
	background: url('../images/page_elements/tools_for_block_counter.png') -16px 0 no-repeat;
}

.block_quantity_tool .block_plus.disabled,
.page_document_detail .block_quantity_tool .block_plus.disabled
{
	background: url('../images/page_elements/tools_for_block_counter.png') -16px -16px no-repeat;
	cursor: default;
}

.block_quantity_tool .block_minus,
.page_document_detail .block_quantity_tool .block_minus
{
	background: url('../images/page_elements/tools_for_block_counter.png') 0 0 no-repeat;
}

.block_quantity_tool .block_minus.disabled,
.page_document_detail .block_quantity_tool .block_minus.disabled
{
	background: url('../images/page_elements/tools_for_block_counter.png') 0 -16px no-repeat;
	cursor: default;
}

.block_quantity_tool .block_input input[type=text],
.block_quantity_tool .block_input input[type=number],
.page_document_detail .block_quantity_tool .block_input input[type=text],
.page_document_detail .block_quantity_tool .block_input input[type=number]
{
	width: 33px;
	height: 29px;
	line-height: 29px;
	margin: 0 3px;
	padding: 0 0;
	text-align: center;
	border: 1px solid #dddddd;
}

.page_document_detail .block_edit_price
{
	display: inline-block;
	width: auto;
	height: 28px;
	position: relative;
	margin: -5px 0 -4px 0;
	padding: 0 34px 0 0;
	line-height: 28px;
}

.page_document_detail .block_edit_price > div
{
	display: inline-block;
	width: auto;
	height: 28px;
}

.page_document_detail .block_edit_price > div.value
{
	margin: 0 12px 0 0;
}

.page_document_detail .block_edit_price .button_edit
{
	width: 29px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: url('../images/page_elements/button_edit_value_for_table.png') 0 0 no-repeat;
	cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page_document_detail .block_edit_price.open
{
	margin: -5px 0 -4px -8px;
}

.page_document_detail .block_edit_price.open .button_edit
{
	background: url('../images/page_elements/button_edit_value_for_table.png') 0 -28px no-repeat;
}

.page_document_detail .block_edit_price.open > div.value
{
	position: relative;
	margin: 0 0 0 0;
}

.page_document_detail .block_edit_price input[type=text]
{
	display: none;
}

.page_document_detail .block_edit_price.open > div.value input[type=text]
{
	display: inline-block;
	width: 50px;
	height: 26px;
	padding: 0 18px 0 7px;
	line-height: 26px;
	border: 1px solid #dddddd;
}

.page_document_detail .block_edit_price.open .rub
{
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 3;
	background-position: 0 16px;
}
/* 	Детальная страница документа (личный кабинет): конец */


/* Правая форма добалвения отзыва: начало */
.right_form_review_add
{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	border: 2px solid #ffcf41;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.right_form_review_add .block_content
{
	padding: 16px 25px 25px 25px;
}

.right_form_review_add .message_gratitude
{
	padding: 75px 0 80px 0;
	text-align: center;
	font-size: 18pt;
	font-weight: 300;
}

.right_form_review_add .block_title
{
	padding: 0 0 16px 0;
	font-size: 18pt;
}

.right_form_review_add .form_messages .error
{
	padding: 0 0 15px 0;
	color: red;
}

.right_form_review_add.simple_form .input_obj
{
	padding: 0 22px 0 0;
}

.right_form_review_add.simple_form .block_input_simple .input_obj input[type=text],
.right_form_review_add.simple_form .block_input_simple .input_obj  input[type=password],
.right_form_review_add.simple_form .block_input_simple .input_obj  textarea
{
	width: 100%;
}

.right_form_review_add.simple_form .captcha_line
{
	display: table;
	width: 100%;
	height: auto;
}

.right_form_review_add.simple_form .captcha_line > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.right_form_review_add.simple_form .captcha_line > div.column_input
{
	width: 108px;
	padding: 0 22px 0 0;
}

.right_form_review_add.simple_form .captcha_line > div.column_input input[type=text]
{
	width: 100%;
}

.right_form_review_add.simple_form .captcha_line .captcha_box
{
	display: block;
	width: 125px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.right_form_review_add.simple_form .captcha_line > div.column_code_update
{
	width: 28px;
	padding: 5px 0 0 0;
	text-align: right;
}

.right_form_review_add.simple_form .captcha_line .button_update
{
	display: inline-block;
	width: 28px;
	height: 24px;
	cursor: pointer;
	background: url('../images/icons/captcha_update.png') 0 0 no-repeat;
}

.right_form_review_add.simple_form .block_submit
{
	padding: 22px 0 0 0;
	position: relative;
}

.right_form_review_add.simple_form .block_submit .icon_ajax_load
{
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 36px;
	left: 155px;
	z-index: 5;
}
/* Правая форма добалвения отзыва: конец */


/* Фильтр каталога: начало */
.block_catalog_filter
{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	border: 2px solid #ffcf41;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.block_catalog_filter > .block_content
{
	padding: 14px 0 25px 0;
}

.block_catalog_filter > .block_content > .block_title
{
	padding: 0 17px 12px 17px;
	font-size: 13.5pt;
	font-weight: bold;
}

.block_catalog_filter .groups_list
{
}

.block_catalog_filter .groups_list .item
{
	margin: 20px 0 0 0;
	padding: 14px 17px 0 17px;
	font-size: 10.5pt;
	border-top: 1px solid #e5e5e5;
}

.block_catalog_filter .groups_list .item:first-child
{
	margin: 0 0 0 0;
	padding: 0 17px 0 17px;
	border-top: none;
} 

.block_catalog_filter .groups_list .item .rub
{
	background: url('../images/rouble_line/for_top_cart_products.png') 0 11px no-repeat;
}

.block_catalog_filter .groups_list .item .element_title
{
	padding: 0 0 5px 0;
}

.block_catalog_filter .groups_list .item .container_search
{
	padding: 0 42px 0 0;
}

.block_catalog_filter .groups_list .item .container_search input[type=text]
{
	width: 100%;
	padding: 5px 30px 5px 10px;
	background: url('../images/icons/magnify_for_input.png') right center no-repeat;
}

.block_catalog_filter .groups_list .item .element_checkbox
{
	padding: 10px 0 0 0;
}

.block_catalog_filter .groups_list .item .element_checkbox:first-child
{
	padding: 0 0 0 0;
}

.block_catalog_filter .groups_list .item .digital_slider
{
	margin: 0 -10px 0 0;
	padding: 0 0 0 0;
}

.block_catalog_filter .groups_list .item .digital_slider input[type=text]
{
	display: inline-block;
	width: 55px;
	padding: 5px 10px;
}

.block_catalog_filter .groups_list .item .digital_slider  .wrap
{
	display: inline-block;
	width: auto;
	margin: 0 4px;
	padding: 5px 8px;
	background: url('../images/page_elements/catalog_filter_digital_wrap.png') 0 center repeat-x;
}

.block_catalog_filter .groups_list .item .digital_slider  .slider_box_line
{
	margin: 18px 10px 0 0;
}
/* Фильтр каталога: конец */


/* Горизонтальный фильтр элементов: начало */
.horizontal_elements_filter
{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	border: 2px solid #ffcf41;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.horizontal_elements_filter > .line_heading
{
	padding: 12px 18px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ebebeb;
}

.horizontal_elements_filter.close > .line_heading
{
	border-bottom: none;
}

.horizontal_elements_filter > .line_heading .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.horizontal_elements_filter > .line_heading .container_columns > div
{
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.horizontal_elements_filter > .line_heading .container_columns > div.column_left
{
	width: 300px;
}

.horizontal_elements_filter > .line_heading .container_columns > div.column_right
{
	text-align: right;
}

.horizontal_elements_filter > .line_heading .container_columns > div.column_left .filter_title
{
	display: inline-block;
	padding: 0 28px 0 0;
	font-size: 14pt;
	font-weight: bold;
	background: url('../images/page_elements/elements_filter_treyg_up.png') right 8px no-repeat;
	cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.horizontal_elements_filter.close > .line_heading .container_columns > div.column_left .filter_title
{
	background: url('../images/page_elements/elements_filter_treyg_down.png') right 10px no-repeat;
}

.horizontal_elements_filter .filter_tools .item
{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 40px;
	font-size: 12pt;
	font-weight: bold;
}

.horizontal_elements_filter .filter_tools .item:first-child
{
	margin: 0 0 0 0;
}

.horizontal_elements_filter .filter_tools .item a
{
	margin: 0 0 0 11px;
}

.horizontal_elements_filter.close .line_form,
.horizontal_elements_filter.close .line_submit
{
	display: none;
}

.horizontal_elements_filter .line_form
{
	padding: 12px 18px;
	font-size: 10.5pt;
}

.horizontal_elements_filter .line_form .param
{
	display: block;
	width: 175px;
	height: auto;
	float: left;
	margin: 0 0 0 15px;
}

.horizontal_elements_filter .line_form .param.width_2
{
	width: 210px;
}

.horizontal_elements_filter .line_form .param:first-child
{
	margin: 0 0 0 0;
}

.horizontal_elements_filter .line_form .param .input_title
{
	padding: 0 0 7px 0;
}

.horizontal_elements_filter .line_form .param .input_obj
{
	padding: 0 22px 0 0;
}

.horizontal_elements_filter .line_form .param .input_obj.date
{
	padding: 0 45px 0 0;
}

.horizontal_elements_filter .line_form .param .input_obj input[type=text],
.horizontal_elements_filter .line_form .param .input_obj input[type=password],
.horizontal_elements_filter .line_form .param .input_obj select
{
	padding: 6px 10px;
	width: 100%;
}

.horizontal_elements_filter .line_form .param .input_obj.date input[type=text]
{
	padding: 6px 10px 6px 33px;
	background: url('../images/icons/calendar_for_input.png') 8px center no-repeat;
}

.horizontal_elements_filter .line_form .param .input_obj .sbOptions,
.horizontal_elements_filter .line_form .param .input_obj ul.sbOptions
{
	width: 100%;
}

.horizontal_elements_filter .line_form .param .input_obj .sbSelector
{
	height: 30px;
	line-height: 30px;
}

.horizontal_elements_filter .line_form .param .input_obj .sbHolder
{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

.horizontal_elements_filter .line_submit
{
	padding: 10px 18px 15px 18px;
}

.horizontal_elements_filter .line_submit .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.horizontal_elements_filter .line_submit .container_columns > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.horizontal_elements_filter .line_submit .container_columns > div.column_left
{
	width: 148px;
}

.horizontal_elements_filter .line_submit .container_columns > div.column_right
{
	padding: 6px 0 0 0;
}

.horizontal_elements_filter .line_submit .button_clear_filter
{
	display: inline-block;
	padding: 0 0 0 25px;
	font-size: 10.5pt;
	color: #ea2937;
	background: url('../images/icons/clear_filter.png') 0 center no-repeat;
	cursor: pointer;
}

.horizontal_elements_filter .line_submit .button_clear_filter:hover span
{
	text-decoration: underline;
}
/* Горизонтальный фильтр элементов: конец */


/* Страница в 2 колонки: начало */
.page_in_two_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.page_in_two_columns > div
{
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.page_in_two_columns > div.column_left
{
	width: 220px;
}

.page_in_two_columns > div.column_right
{
	padding: 0 0 0 18px;
}
/* Страница в 2 колонки: конец */


/* Блок с разделами и слайдером (главная страница): начало */
.block_sections_and_slider
{
	padding: 33px 0 35px 0;
	background-color: #fff;
	border-bottom: 1px solid #ebebea;
}

.block_sections_and_slider .page_center > .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.block_sections_and_slider .page_center > .container_columns > div
{
	display: table-cell;
	width: auto;
	min-width: 10px;
	text-align: left;
	vertical-align: top;
}

.block_sections_and_slider .page_center > .container_columns > div.column_left
{
	width: 369px;
	padding: 0 21px 0 0;
}

.block_sections_and_slider .sections_list
{
}

.block_sections_and_slider .sections_list > .item
{
	display: block;
	width: 100%;
	height: 83px;
	margin: 24px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.3;
	color: #202020;
	background: var(--primary-text-color);

	border-radius: 8px;
	-moz-border-radius: 8px;
 	-webkit-border-radius: 8px;
}

.block_sections_and_slider .sections_list > a.item
{
	text-decoration: none;
}

.block_sections_and_slider .sections_list > .item:first-child
{
	margin: 0 0 0 0;
}

.block_sections_and_slider .sections_list > .item.section_search
{
	height: 89px;
	background: url('../images/page_elements/main_page_sections_search.png') 0 0 no-repeat;
}

.block_sections_and_slider .sections_list > .item.section_original_catalog
{
	height: 83px;
	margin: 13px 0 0 0;
	background: url('../images/page_elements/main_page_sections_original_catalog.png') 0 0 no-repeat;
}

.block_sections_and_slider .sections_list > .item.section_nonoriginal_catalog
{
	height: 98px;
	background: url('../images/page_elements/main_page_sections_nonoriginal_catalog.png') 0 0 no-repeat;
}

.block_sections_and_slider .sections_list > .item.section_shinomontazh
{
	height: 83px;
	margin: 13px 0 0 0;
	background: url('../images/page_elements/main_page_sections_shinomontazh.png') 0 0 no-repeat;
}

.block_sections_and_slider .sections_list > .item .content_0
{
	display: block;
	height: 83px;
	padding: 0 15px 0 136px;
}

.block_sections_and_slider .sections_list > .item .content_1
{
	display: table;
	width: 100%;
	height: 100%;

}

.block_sections_and_slider .sections_list > .item .content_2
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;

}
/* Блок с разделами и слайдером (главная страница): конец */


/* Рекламный слайдер на главной странице: начало */
.advert_slider_for_main_page
{
	display: block;
	width: 100%;
	height: 292px;
	overflow: hidden;
	position: relative;
	background-color: #eaeaea;

	border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}

.advert_slider_for_main_page > .block_view
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.advert_slider_for_main_page > .block_view.back
{
	z-index: 5;
}

.advert_slider_for_main_page .container_bg
{
	display: block;
	width: 100%;
	height: 292px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}

.advert_slider_for_main_page .slider_stranation
{
	display: block;
	width: 450px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 36px;
	right: 36px;
	z-index: 20;
	text-align: right;
}

.advert_slider_for_main_page .slider_stranation > div
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 9px;
	background: url('../images/main_page_advert_slider/stranation_buttons.png') 0 0 no-repeat;
	cursor: pointer;
}

.advert_slider_for_main_page .slider_stranation > div.selected
{
	background: url('../images/main_page_advert_slider/stranation_buttons.png') 0 -10px no-repeat;
}

.advert_slider_for_main_page .container_text
{
	display: block;
	width: auto;
	height: 292px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 37px;
	color: #fff;
}

.advert_slider_for_main_page .container_text a
{
	text-decoration: underline;
	color: var(--primary-text-color);
}

.advert_slider_for_main_page .container_text a.button_yellow_border
{
	text-decoration: none;
}

.advert_slider_for_main_page .container_text .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.advert_slider_for_main_page .container_text .container_2
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;

}

.advert_slider_for_main_page .container_text .element_title
{
	line-height: 1.25;
	font-size: 19.5pt;
	font-weight: 300;
}

.advert_slider_for_main_page .container_text .element_description
{
	padding: 20px 0 0 0;
	line-height: 1.8;
	font-size: 11pt;
	font-weight: 300;
}

.advert_slider_for_main_page .container_text .element_link
{
	padding: 20px 0 0 0;
}

.advert_slider_for_main_page .container_text .element_link .button_yellow_border
{
	width: 130px;
}
/* Рекламный слайдер на главной странице: конец */


/* Популярные товары (для главной страницы): начало */
.popular_goods_for_main_page
{
	margin: 0 0 -35px 0;
	padding: 40px 0 0 0;
}

.popular_goods_for_main_page > .block_title
{
	padding: 0 0 40px 0;
	font-size: 30pt;
	font-weight: 300;
	text-align: center;
	color: #000;
}

.popular_goods_for_main_page > .slider_box
{
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.popular_goods_for_main_page > .slider_box .button_move_prev,
.popular_goods_for_main_page > .slider_box .button_move_next
{
	display: block;
	width: 24px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 90px;
	z-index: 5;
	margin: -12px 0 0 0;
	cursor: pointer;
}

.popular_goods_for_main_page > .slider_box .button_move_prev
{
	left: 15px;
	background: url('../images/page_elements/slider_buttons_for_main_page.png') 0 -32px no-repeat;
}

.popular_goods_for_main_page > .slider_box .button_move_next
{
	right: 15px;
	background: url('../images/page_elements/slider_buttons_for_main_page.png') -24px -32px no-repeat;
}

.popular_goods_for_main_page > .slider_box .button_move_prev.disabled
{
	background: url('../images/page_elements/slider_buttons_for_main_page.png') 0 0 no-repeat;
	cursor: default;
}

.popular_goods_for_main_page > .slider_box .button_move_next.disabled
{
	background: url('../images/page_elements/slider_buttons_for_main_page.png') -24px 0 no-repeat;
	cursor: default;
}

.popular_goods_for_main_page > .slider_box .slider_view
{
	display: block;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.popular_goods_for_main_page > .slider_box .slider_view .slider_list
{
	display: block;
	width: 3000px;
	height: 300px;
}

.popular_goods_for_main_page > .slider_box .slider_view .item
{
	width: 250px;
	height: auto;
	float: left;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .pic
{
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .pic img
{
	max-width: 200px;
	max-height: 190px;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .pic .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .pic .container_2
{
	display: table-cell;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .element_title
{
	padding: 0 30px 3px 30px;
	line-height: 1.7;
	font-size: 10.5pt;
	text-align: center;
}

.popular_goods_for_main_page > .slider_box .slider_view .item .element_article
{
	font-size: 10.5pt;
	text-align: center;
	color: #1d1d1b;
}
/* Популярные товары (для главной страницы): конец */


/* Нижний блок с новостями (для главной страницы): начало */
.bottom_news_for_main_page
{
	padding: 57px 0 35px 0;
	background: #f8f9fb url('../images/page_elements/top_bg_for_bottom_news_for_main_page.png') 0 0 repeat-x;
}

.bottom_news_for_main_page .page_center > .container_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.bottom_news_for_main_page .page_center > .container_columns > div
{
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.bottom_news_for_main_page .page_center > .container_columns > div.column_left
{
	width: 360px;
	padding: 0 35px 0 0;
}

.bottom_news_for_main_page .page_center > .container_columns > div > .block_title
{
	padding: 0 0 17px 0;
	font-size: 18pt;
	font-weight: 300;
}

.bottom_news_for_main_page .news_list
{
}

.bottom_news_for_main_page .news_list > .item
{
	padding: 20px 0 0 0;
}

.bottom_news_for_main_page .news_list > .item:first-child
{
	padding: 0 0 0 0;
}

.bottom_news_for_main_page .news_list > .item .element_date
{
	padding: 0 0 5px 0;
	font-size: 10pt;
	color: #a4a4a4;
}

.bottom_news_for_main_page .news_list > .item .element_title
{
	line-height: 1.5;
	font-size: 12pt;
}

.bottom_news_for_main_page .partners_list
{
}

.bottom_news_for_main_page .partners_list > .item
{
	display: block;
	width: 25%;
	height: 80px;
	float: left;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.bottom_news_for_main_page .partners_list > .item img
{
	max-width: 140px;
	max-height: 80px;
}

.bottom_news_for_main_page .partners_list > .item .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.bottom_news_for_main_page .partners_list > .item .container_2
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* Нижний блок с новостями (для главной страницы): конец */


/* Страница "Товарная корзина": начало */
.page_product_cart
{
}

.page_product_cart .line_wrap
{
	display: block;
	width: 100%;
	height: 2px;
	overflow: hidden;
	margin: 28px 0;
	background-color: #eeeeee;
}

.page_product_cart .container_table_cart table
{
	width: 100%;
	margin: 0 0 0 0;
}

.page_main_content .page_product_cart .container_table_cart table td
{
	padding: 15px 5px;
	border-left: none;
	border-top: 2px solid #eeeeee;
	background-color: #fff !important;
}

.page_main_content .page_product_cart .container_table_cart table tr.tr_selected td
{
	border-top: 2px solid #eeeeee;
}

.page_main_content .page_product_cart .container_table_cart table tr.tr_head td.td_wrap
{
	border-bottom: 2px solid #eeeeee
}

.page_main_content .page_product_cart .container_table_cart table tr.tr_head td.chkbox
{
	border-bottom: 2px solid #eeeeee
}


.page_main_content .page_product_cart .container_table_cart table tr:first-child td
{
	border-top: none;
}

.page_main_content .page_product_cart .container_table_cart table tr.tr_head td
{
	padding: 15px 5px;
	font-size: 10.5pt;
	text-transform: uppercase;
}

.page_main_content .page_product_cart .container_table_cart table td.td_wrap
{
	border-top: none;
}

.page_main_content .page_product_cart .container_table_cart table td.td_button_delete
{
	padding: 18px 0 15px 5px;
	text-align: center;
}

.page_main_content .page_product_cart .container_table_cart table .radio_list
{
	margin: -2px 0 0 0;
}

.page_product_cart .block_itog_price
{
	text-align: right;
}

.page_product_cart .block_itog_price_content
{
	text-align: right;
}

.page_product_cart .block_itog_price_content .itog_price
{
	display: inline-block;
	padding: 17px 33px;
	font-size: 14pt;
	font-weight: bold;
	background-color: #eeeeee;

	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
}

.page_product_cart .block_itog_price_content .itog_price .rub
{
	background: url('../images/rouble_line/12pt_bold.png') 0 15px no-repeat;
}

.page_product_cart .block_quantity_mini
{
	display: block;
	width: 51px;
	height: 27px;
	overflow: hidden;
	position: relative;
	margin: -6px auto -5px auto;
	background: url('../images/page_elements/block_counter_mini.png') 0 0 no-repeat;
}

.page_product_cart .block_quantity_mini .block_plus,
.page_product_cart .block_quantity_mini .block_minus
{
	width: 18px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 3;
	cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page_product_cart .block_quantity_mini .block_plus
{
	top: 0;
}

.page_product_cart .block_quantity_mini .block_minus
{
	top: 14px;
}

.page_product_cart .block_quantity_mini input[type=text]
{
	width: 18px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 3;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
	border: none;
}

.page_product_cart .form_delivery
{
}

.page_product_cart .form_delivery .block_input
{
	padding: 28px 0 0 0;
}

.page_product_cart .form_delivery .block_input:first-child
{
	padding: 0 0 0 0;
}

.page_product_cart .form_delivery .block_input .input_title
{
	padding: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
}

.page_product_cart .form_delivery .block_input .input_obj.select
{
	width: 210px;
	padding: 0 20px 0 0;
}

.page_product_cart .form_delivery .block_input .input_obj .sbOptions,
.page_product_cart .form_delivery .block_input .input_obj .ul.sbOptions
{
	width: 100%;
}

.page_product_cart .form_delivery .block_input .input_obj .sbSelector
{
	height: 34px;
	line-height: 34px;
}

.page_product_cart .form_delivery .block_input .input_obj .sbHolder
{
	position: relative;
	display: block;
	width: 100%;
	height: 34px;
}

.page_product_cart .form_delivery .block_input .input_obj input[type=text],
.page_product_cart .form_delivery .block_input .input_obj input[type=password]
{
	width: 208px;
}

.page_product_cart .form_delivery .block_input .input_obj textarea
{
	width: 510px;
}

.page_product_cart .form_delivery .block_instruction
{
	padding: 12px 0 0 0;
	font-size: 10.5pt;
}

.page_product_cart .form_delivery .button_blue.file
{
	position: relative;
}

.page_product_cart .form_delivery .button_blue.file input[type=file]
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 72pt;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer
}
/* Страница "Товарная корзина": конец */


/* Страница "Каталог товаров производителя": начало */
.page_producer_catalog
{
}

.page_producer_catalog > .block_logo
{
	padding: 0 0 24px 0;
}

.page_producer_catalog > .items_list > .item
{
	padding: 25px 0 0 0;
}

.page_producer_catalog > .items_list > .item:first-child
{
	padding: 0 0 0 0;
}

.page_producer_catalog > .items_list > .item > .element_title
{
	padding: 0 0 12px 0;
	font-size: 18pt;
	font-weight: 300;
}

.page_producer_catalog .models_list > .item
{
	margin: 12px 0 0 0;
	color: #373737;
	border: 2px solid #d9d9d9;
}

.page_producer_catalog .models_list > .item:first-child
{
	margin: 0 0 0 0;
}

.page_producer_catalog .models_list > .item > .element_title
{
	padding: 7px 12px 7px 32px;
	font-size: 12pt;
	background: url('../images/page_elements/producer_products_catalog_treyg_right.png') 15px 11px no-repeat;
	cursor: pointer;
}

.page_producer_catalog .models_list > .item.open
{
	border: 2px solid var(--primary-text-color);
}

.page_producer_catalog .models_list > .item.open > .element_title
{
	font-weight: bold;
	background: url('../images/page_elements/producer_products_catalog_treyg_down.png') 13px 15px no-repeat;
}

.page_producer_catalog .models_list > .item > .parts_list
{
	display: none;
	padding: 5px 12px 0 32px;
	margin: 0 -20px 0 0;
}

.page_producer_catalog .models_list > .item.open > .parts_list
{
	display: block;
}

.page_producer_catalog .models_list .parts_list > .item
{
	display: block;
	width: 162px;
	height: auto;
	float: left;
	margin: 0 27px 20px 0;
}

.page_producer_catalog .models_list .parts_list > .item .part_title
{
	padding: 0 20px 0 0;
	font-size: 10.5pt;
}

.page_producer_catalog .models_list .parts_list > .item .part_price
{       
	padding: 10px 0 0 0;
	font-size: 13.5pt;
	font-weight: bold;
}
.page_producer_catalog .models_list .parts_list > .item .part_price .rub
{       
        background: url('../images/rouble_line/for_top_cart_products.png') 0 15px no-repeat;
}

.page_producer_catalog .models_list .parts_list > .item .container_buy
{
	padding: 6px 0 0 0;
}

.page_producer_catalog .models_list .parts_list > .item .container_buy .button_green
{
	width: 90px;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list
{
	padding: 20px 0 0 0;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list .pic
{
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 9px 0 0 0;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list .pic:first-child
{
	margin: 0 0 0 0;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list .pic img
{
	max-width: 160px;
	max-height: 160px;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list .pic .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.page_producer_catalog .models_list .parts_list > .item .pictures_list .pic .container_2
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* Страница "Каталог товаров производителя": конец */


/* Простая форма: начало */
.simple_form
{
	font-size: 10.5pt;
}

.simple_form .group_title
{
	padding: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 10.5pt;
	font-weight: bold;
}

.simple_form .form_wrap
{
	display: block;
	width: 100%;
	height: 30px;
}

.simple_form .form_wrap_small
{
	display: block;
	width: 100%;
	height: 15px;
}


.simple_form .form_messages .error
{
	padding: 0 0 15px 0;
	color: red;
}

.simple_form .form_messages .success
{
	padding: 0 0 15px 0;
	color: #1b990e;
}

.simple_form .block_input_simple
{
	padding: 0 0 16px 0;
}

.simple_form .block_input_simple .input_title
{
	padding: 0 0 6px 0;
}

.simple_form .block_input_simple .obligatory_star
{
	color: #ff3c3c;
}

.simple_form .block_input_simple .input_obj input[type=text],
.simple_form .block_input_simple .input_obj input[type=password],
.simple_form .block_input_simple .input_obj textarea
{
	width: 380px;
	font-size: 10.5pt;
}

.simple_form .block_input_simple .input_obj textarea
{
	height: 70px;
}

.simple_form .block_submit
{
	padding: 15px 0 0 0;
}
/* Простая форма: конец */


/* Текстовое оформление: начало */
.text_content
{
	line-height: 1.3;
}

.text_content p,
.text_content .paragraph
{
	padding: 0 0 2.6em 0;
	margin: 0 0 0 0;
}

.text_content h1
{
	margin: 0 0 0 0;
	padding: 0 0 22px 0;
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: bold;
}

.text_content h2
{
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
}

.text_content h3
{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
}

.text_content  img.img_article_left
{
	float: left;
	margin: 0 20px 5px 0;
}

.text_content ul
{
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	list-style: none;
}

.text_content ul ul
{
	padding: 0 0 0 0;
	margin: 14px 0 3px 0;
}

.text_content ul li
{
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	background: url('../images/page_elements/li_for_text.png') 5px 9px no-repeat;
}

.text_content ul li:first-child
{
	margin: 0 0 0 0;
}


.text_content ol
{
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	list-style: none;
	counter-reset: digitalpoint1;
}

.text_content ol ol
{
	padding: 0 0 0 0;
	margin: 14px 0 14px 0;
}

.text_content ol li
{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

.text_content ol li:first-child
{
	margin: 0 0 0 0;
}

.text_content ol li:before
{
	content: counter(digitalpoint1) '. ';
	counter-increment: digitalpoint1 1;
}

.text_content ol ol
{
	padding: 0 0 0 15px;
	counter-reset: digitalpoint2;
}

.text_content ol ol li:before
{
	content: counter(digitalpoint2) '. ';
	counter-increment: digitalpoint2 1;
}

.text_content hr
{
	display: block;
	width: 100%;
	height: 1px;
	margin: 15px 0;

	border: none;
	background-color: #333;
}

.page_main_content table
{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border: 2px solid #eeeeee;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.page_main_content .srvspage table td
{
	padding: 14px 14px;
	font-size: 9.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.page_main_content table td
{
	padding: 14px 14px;
	font-size: 10.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}



.page_main_content table td.center
{
	text-align: center;
}

.page_main_content table td.left
{
	text-align: left;
}

.page_main_content table td.right
{
	text-align: right;
}

.page_main_content table td .rub
{
	background: url('../images/rouble_line/11pt.png') 0 11px no-repeat; 
}

.page_main_content table td b .rub
{
	background: url('../images/rouble_line/11pt.png') 0 12px no-repeat;
}

.page_main_content table td:first-child
{
	border-left: none;
}

.page_main_content table tr.tr_head td,
.page_main_content table.with_hover tr.tr_head:hover td
{
	padding: 14px 14px;
	font-size: 12pt;
	font-weight: bold;
	background-color: #f5f5f5 !important;
	border-top: none;
	border-color: #eeeeee;
}

.page_main_content table tr:nth-child(2n+1) td
{
	background-color: #fafafa;
}

.page_main_content table tr.tr_selected td,
.page_main_content table.with_hover tr:hover td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content table tr.tr_selected:nth-child(2n+1) td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content table tr.tr_head td .rub
{
	background: url('../images/rouble_line/12pt_bold.png') 0 13px no-repeat;
}

.page_main_content table .icon_info
{
	cursor: help;
}

.page_main_content table .icon_info img
{
	margin: 0 0 -4px 0;
}

.page_main_content table td.td_icon_info,
.page_main_content table tr.tr_head td.td_icon_info
{
	padding: 14px 7px;
}

.page_main_content table .status_error
{
	color: red;
}

.page_main_content table .status_success
{
	color: #3f9e00;
}

.text_content .simple_picture_block
{
	display: table;
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-style: italic;
	color: #828282;
	background-color: #f5f5f5;
}

.text_content .simple_picture_block > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.text_content .simple_picture_block > div.column_picture
{
	line-height: 1;
}

.text_content .simple_picture_block > div.column_text
{
	padding: 20px 23px 20px 28px;
}

.text_content .simple_feature_desc
{
	padding: 20px 25px;
	line-height: 1.8;
	font-style: italic;
	background-color: #f5f5f5;
}

.text_content .simple_bottom_pic_description
{
	padding: 5px 0 0 0;
	font-style: italic;
	color: #a1a1a1;
}
/* Текстовое оформление: конец */


/* Стилизация формы: начало */
.button_green,
a.button_green,
.button_green_big,
a.button_green_big
{
	display: inline-block;
	width: 160px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #86ba3d;
	cursor: pointer;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.button_blue,
a.button_green,
.button_blue_big,
a.button_blue_big
{
	display: inline-block;
	width: 160px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #4a8cdd;
	cursor: pointer;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.button_green,
.button_blue
{
	height: 32px;
	line-height: 32px;
	font-size: 10.5pt;
}

.button_green_big,
.button_blue_big
{
	height: 43px;
	line-height: 43px;
	font-size: 12pt;
}

.button_red_white,
a.button_red_white
{
	display: inline-block;
	width: 100px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #ea2937;
	border: 2px solid #ea2937;
	cursor: pointer;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.button_red_white_big,
a.button_red_white_big
{
	display: inline-block;
	width: 100px;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #ea2937;
	border: 2px solid #ea2937;
	cursor: pointer;

	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}

.button_red_white.disabled,
a.button_red_white.disabled,
.button_red_white_big.disabled,
a.button_red_white_big.disabled
{
	color: #bdbdbd;
	border-color: #bdbdbd;
	cursor: default;
}

.button_yellow_border,
a.button_yellow_border
{
	display: inline-block;
	width: 180px;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: var(--primary-text-color);
	border: 2px solid var(--primary-text-color);
	cursor: pointer;
}

.button_green,
.button_green_big,
.button_blue,
.button_blue_big,
.button_red_white,
.button_red_white_big,
.button_yellow_border
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.float_block_left,
.block_float_left
{
	display: block;
	width: auto;
	hefight: auto;
	float: left;
}

.float_block_right,
.block_float_right
{
	display: block;
	width: auto;
	hefight: auto;
	float: right;
}

input[type=text],
input[type=number],
input[type=password],
select
{
	#width: 380px;
	padding: 8px 10px;
	font-size: 10.5pt;
	color: #000;
	background-color: #fff;
	border: 1px solid #bdbdbd;

	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}
input#fname
{
 height: 2px;
 width: 85px;
}

textarea
{
	width: 380px;
	height: auto;
	overflow: auto;
	padding: 7px 10px;
	font-size: 10.5pt;
	color: #000;
	background-color: #fff;
	border: 1px solid #bdbdbd;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

input[type=text].error,
input[type=password].error,
select.error,
textarea.error
{
	font-weight: bold;
	border: 1px solid #fe5f5b;
	/*background: url('../images/form_elements/input_warning.png') right center no-repeat;*/
}

.error_message_for_input
{
	padding: 4px 0 0 11px;
	color: #fe5f5b;
}

.forum-info-box select
{
	padding: 9px 10px;
}

label
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrap_checkbox
{
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: relative;
	top: 1px;
	margin: 0 7px 0 23px;
	background: url('../images/form_elements/checkbox.png') 0 0 no-repeat;
        
}

.wrap_checkbox.active
{
  background: url('../images/form_elements/checkbox.png') 0 -17px no-repeat;
}

.wrap_checkbox.disabled
{

}

.wrap_checkbox input
{
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
        
}

.wrap_radio
{
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: relative;
	top: 3px;
	margin: 0 7px 0 0;
	background: url('../images/form_elements/radio.png') 0 0 no-repeat;
}

.wrap_radio.active
{
	background: url('../images/form_elements/radio.png') 0 -18px no-repeat;
}

.wrap_radio input
{
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
/* Стилизация формы: конец */


/* Стилизованный selectbox: начало */
.sbHolder
{
	position: relative;
	display: block;
	width: 380px;
	height: 34px;
	padding: 0 10px;
	font-size: 10.5pt;
	color: #000;
	background: red; /* #f8f8f8 url('../images/form_elements/select/bg.png') 0 bottom repeat-x;  */
	border: 1px solid #bdbdbd;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.sbHolder
{
	background: #fff;
}

.sbHolder span,
.sbHolder_text_pole_error span
{
	cursor: pointer;
}

.sbHolder:focus .sbSelector{

}

.sbSelector{
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	height: 34px;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;

	background: url('../images/form_elements/select/bg.png') right center no-repeat;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}


/*
.sbToggle{
	display: block;
	width: 9px;
	height: 8px;
	outline: none;
	position: absolute;
	right: 12px;
	top: 15px;
	background: url('../images/form_elements/select_treyg_down.png') 0 0 no-repeat;
} */

.sbToggle{
	display: none;
	width: 11px;
	height: 7px;
	outline: none;
	position: absolute;
	left: 12px;
	top: 14px;
	z-index: 15;
	margin: 0 0 0 -7px;
	/*background: url('../images/form_elements/select/treyg.png') 0 0 no-repeat;*/
}

.sbToggle:hover{

}
.sbToggleOpen{
	display: block;
}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #ddd;
	border: 1px solid #b1b1b1;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions,
.text_content .sbOptions,
.text_content ul.sbOptions
{
	width: 400px;
	z-index: 1;
	overflow-y: auto;
	position: absolute;
	top: 39px;
	left: -1px;
	margin: 3px 0 0 0;
	padding: 0 0;
	font-size: 10pt;
	list-style: none;

	background-color: #f0f0f0;
	border: 1px solid #bdbdbd;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.sbOptions li,
.text_content .sbOptions li
{
	background: none;
	margin: 0 0 0 0;
	padding: 0 10px;
	/*
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #d4d4d4;*/
}

.sbOptions li:first-child,
.text_content .sbOptions li:first-child
{
	margin: 0 0 0 0;
	border-width: 0 0 0 0;
}

.sbOptions li:hover
{
	background-color: #e6e6e6;
}

.sbOptions span{
	display: block;
	outline: none;
	padding: 8px 0 8px 0;
	cursor: pointer;
}
.sbOptions span:link, .sbOptions span:visited{
	color: #252525;
	text-decoration: none;
}
.sbOptions span:hover,
.sbOptions span:focus,
.sbOptions span.sbFocus{

}
.sbOptions li.last span{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border: none;
	color: #666;
	display: block;
	padding: 6px 0 6px 10px;
}
.sbOptions .sbGroup{
	/*border-bottom: dotted 1px #515151;*/
	color: #666;
	display: block;
	font-weight: 300;
	padding: 6px 0 6px 10px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
/* Стилизованный selectbox: конец */


/* Модульное окно: начало */
#lightbox_bg
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	overflow: hidden;
	background: url('../images/modal_okno/bg.png') 0 0 repeat;
}

#lightbox_window
{
	display: block;
	width: 790px;
	height: auto;
	min-height: 100px;
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 30;
	margin: 0 0 0 -395px;
	padding: 0 0 0 0;
    /*border: 1px solid #42e1ff;*/
	background-color: #ffffff;
	box-shadow: 3px 3px 20px #111;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.modal_okno_container
{
	position: relative;
}

.modal_okno_container .lightbox_window_content
{
	padding: 30px 25px 30px 25px;
	font-size: 10.5pt;
}

.modal_okno_container .lw_close
{
	display: block;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 22px;
	right: 22px;
	background: url('../images/modal_okno/close.png') 0 0 no-repeat;
	cursor: pointer;
}

.lightbox_window_content .icon_load_info
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url('../images/modal_okno/load_mini.gif') 0 0 no-repeat;
}

.lightbox_window_content .lightbox_error
{
	padding: 50px 20px;
	text-align: center;
	font-size: 11pt;
	line-height: 1.5;
}

.lightbox_window_content .ajax_animation
{
	padding: 40px 0 40px 0;
	text-align: center;
}

.lightbox_window_content .obligatory_star
{
	color: red;
}

.lightbox_window_content .table_container_modal_form a
{
	color: #000;
}

.lightbox_window_content .title_level_1
{
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 24pt;
	font-weight: 400;
	text-transform: uppercase;
}

.lightbox_window_content .form_messages .simple_text
{
	padding: 0 0 15px 0;
}

.lightbox_window_content .form_messages .success
{
	padding: 0 0 15px 0;
	color: green;
}

.lightbox_window_content .form_messages .error
{
	padding: 0 0 15px 0;
	color: red;
}

.lightbox_window_content .block_modal_order_call .form_messages
{
	text-align: center;
}

.lightbox_window_content .block_modal_order_call .block_submit
{
	position: relative;
	padding: 20px 0 0 0;
	text-align: center;
}

.lightbox_window_content .block_modal_order_call .block_submit .icon_ajax_loading
{
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
}

.lightbox_window_content .block_modal_order_call .block_input_title_center
{
	padding: 0 0 10px 0;
	text-align: center;
}

.lightbox_window_content .block_modal_order_call .block_input_obj
{
	text-align: center;
}

.lightbox_window_content .block_modal_order_call .block_input_obj input
{
	width: 300px;
	text-align: center;
}
/* Модульное окно: начало */


/* Окно "Детальное описание товара": начало */
.lightbox_window_content .window_product_detail
{
	margin: -30px -25px 0 -25px;
}

.lightbox_window_content .window_product_detail > .block_part_top
{
	padding: 32px 35px 30px 35px;
}

.lightbox_window_content .block_part_photo_gallery
{
	margin: 0 0 -30px 0;
	padding: 20px 0 20px 0;
	background-color: #f4f4f4;

	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
 	-webkit-border-radius: 0 0 3px 3px;
}

.lightbox_window_content .window_product_detail > .block_part_top .top_block
{
	padding: 0 0 18px 0;
}

.lightbox_window_content .window_product_detail > .block_part_top .product_title
{
	padding: 0 0 4px 0;
	font-size: 18pt;
	font-weight: bold;
}

.lightbox_window_content .window_product_detail > .block_part_top .product_short_desc
{
	font-size: 10.5pt;
	color: #969696;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns
{
	display: table;
	width: 100%;
	height: auto;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns > div
{
	display: table-cell;
	width: auto;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns > div.column_left
{
	width: 345px;
	border-right: 1px solid #dddddd;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail
{
	display: block;
	width: 310px;
	height: 300px;
	overflow: hidden;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail img
{
	max-width: 310px;
	max-height: 300px;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns .column_left .pic_detail .container_2
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightbox_window_content .window_product_detail > .block_part_top .description_in_two_columns > div.column_right > .block_content
{
	padding: 0 0 0 22px;
	line-height: 1.5;
	font-size: 11pt;
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns div.column_right .element_title
{
	padding: 0 0 14px 0;
	line-height: 1.3;
	font-size: 12pt;
	font-weight: bold;
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .characteristics_list
{
	line-height: 1.3;
	color: #3b3b3b;
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .characteristics_list > .item
{
	margin: 11px 0 0 0;
	padding: 0 0 0 17px;
	/*background: url('../images/page_elements/li_for_text.png') 3px 7px no-repeat;*/
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .characteristics_list > .item:first-child
{
	margin: 0 0 0 0;
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .product_price
{       
	padding: 17px 0 0 0;
	font-size: 19pt;
	font-weight: bold;
	color: #3b3b3b;
}



.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .container_buy
{
	padding: 7px 0 0 0;
}

.lightbox_window_content .window_product_detail .block_part_top .description_in_two_columns .container_buy .button_green
{
	height: 37px;
	line-height: 37px;
	font-size: 12pt;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo
{
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_prev,
.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_next
{
	display: block;
	width: 24px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin: -12px 0 0 0;
	cursor: pointer;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_prev
{
	left: 45px;
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') 0 -32px no-repeat;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_next
{
	right: 45px;
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') -24px -32px no-repeat;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_prev.disabled
{
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') 0 0 no-repeat;
	cursor: default;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .button_move_next.disabled
{
	background: url('../images/page_elements/slider_buttons_for_modal_okno.png') -24px 0 no-repeat;
	cursor: default;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view
{
	display: block;
	width: 540px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content
{
	display: block;
	width: 3000px;
	height: 160px;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic
{
	display: block;
	width: 156px;
	height: 156px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 28px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic.selected
{
	padding: 0;
	border: 2px solid var(--primary-text-color);
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic:first-child
{
	margin: 0 0 0 0;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic .container_1
{
	display: table;
	width: 100%;
	height: 100%;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic .container_2
{
	display: table-cell;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.lightbox_window_content .block_part_photo_gallery .slider_photo .slider_view .slider_content > .pic img
{
	max-width: 154px;
	max-height: 154px;
}
/* Окно "Детальное описание товара": конец */

/* Основное содержимое страницы: начало */
.page_main_content_cat
{
	height: auto;
	min-height: 350px;
	padding: 0 0 35px 0;
	/*color: #2d2d2d;*/
	background-color: #fff;
}

.page_main_content_cat.without_padding
{
	padding: 0 0 0 0;
}

.page_main_content_cat .page_title
{
	padding: 0 0 23px 0;
}

.page_main_content_cat .page_title h1,
.page_main_content_cat .page_title h2,
.page_main_content_cat .page_title h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18pt;
	font-weight: 300;
}
/* Основное содержимое страницы: конец */

.page_main_content_cat table
{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border: 2px solid #eeeeee;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.page_main_content_cat .srvspage table td
{
	padding: 14px 14px;
	font-size: 9.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.page_main_content_cat table td
{
	#padding: 14px 14px;
	font-size: 10.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}



.page_main_content_cat table td.center
{
	text-align: center;
}

.page_main_content_cat table td.left
{
	text-align: left;
}

.page_main_content_cat table td.right
{
	text-align: right;
}

.page_main_content_cat table td .rub
{
	background: url('../images/rouble_line/11pt.png') 0 11px no-repeat; 
}

.page_main_content_cat table td b .rub
{
	background: url('../images/rouble_line/11pt.png') 0 12px no-repeat;
}

.page_main_content_cat table td:first-child
{
	border-left: none;
}

.page_main_content_cat table tr.tr_head td,
.page_main_content_cat table.with_hover tr.tr_head:hover td
{
	padding: 14px 14px;
	font-size: 12pt;
	font-weight: bold;
	background-color: #f5f5f5 !important;
	border-top: none;
	border-color: #eeeeee;
}

.page_main_content_cat table tr:nth-child(2n+1) td
{
	#background-color: #fafafa;
}

.page_main_content_cat table tr.tr_selected td,
.page_main_content_cat table.with_hover tr:hover td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content_cat table tr.tr_selected:nth-child(2n+1) td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content_cat table tr.tr_head td .rub
{
	background: url('../images/rouble_line/12pt_bold.png') 0 13px no-repeat;
}

.page_main_content_cat table .icon_info
{
	cursor: help;
}

.page_main_content_cat table .icon_info img
{
	margin: 0 0 -4px 0;
}

.page_main_content_cat table td.td_icon_info,
.page_main_content_cat table tr.tr_head td.td_icon_info
{
	padding: 14px 7px;
}

.page_main_content_cat table .status_error
{
	color: red;
}

.page_main_content_cat table .status_success
{
	color: #3f9e00;
}

/* Основное содержимое страницы: начало */
.page_main_content_cat
{
	height: auto;
	min-height: 350px;
	padding: 0 0 35px 0;
	/*color: #2d2d2d;*/
	background-color: #fff;
}

.page_main_content_cat.without_padding
{
	padding: 0 0 0 0;
}

.page_main_content_cat .page_title
{
	padding: 0 0 23px 0;
}

.page_main_content_cat .page_title h1,
.page_main_content_cat .page_title h2,
.page_main_content_cat .page_title h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 18pt;
	font-weight: 300;
}
/* Основное содержимое страницы: конец */

.page_main_content_cat table
{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border: 2px solid #eeeeee;

	border-radius: 3px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

.page_main_content_cat .srvspage table td
{
	padding: 14px 14px;
	font-size: 9.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.page_main_content_cat table td
{
	#padding: 14px 14px;
	font-size: 10.5pt;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}



.page_main_content_cat table td.center
{
	text-align: center;
}

.page_main_content_cat table td.left
{
	text-align: left;
}

.page_main_content_cat table td.right
{
	text-align: right;
}

.page_main_content_cat table td .rub
{
	background: url('../images/rouble_line/11pt.png') 0 11px no-repeat; 
}

.page_main_content_cat table td b .rub
{
	background: url('../images/rouble_line/11pt.png') 0 12px no-repeat;
}

.page_main_content_cat table td:first-child
{
	border-left: none;
}

.page_main_content_cat table tr.tr_head td,
.page_main_content_cat table.with_hover tr.tr_head:hover td
{
	padding: 14px 14px;
	font-size: 12pt;
	font-weight: bold;
	background-color: #f5f5f5 !important;
	border-top: none;
	border-color: #eeeeee;
}

.page_main_content_cat table tr:nth-child(2n+1) td
{
	#background-color: #fafafa;
}

.page_main_content_cat table tr.tr_selected td,
.page_main_content_cat table.with_hover tr:hover td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content_cat table tr.tr_selected:nth-child(2n+1) td
{
	background-color: var(--primary-text-color);
	border-color: var(--primary-text-color);
}

.page_main_content_cat table tr.tr_head td .rub
{
	background: url('../images/rouble_line/12pt_bold.png') 0 13px no-repeat;
}

.page_main_content_cat table .icon_info
{
	cursor: help;
}

.page_main_content_cat table .icon_info img
{
	margin: 0 0 -4px 0;
}

.page_main_content_cat table td.td_icon_info,
.page_main_content_cat table tr.tr_head td.td_icon_info
{
	padding: 14px 7px;
}

.page_main_content_cat table .status_error
{
	color: red;
}

.page_main_content_cat table .status_success
{
	color: #3f9e00;
}
.page_center_cat
{
	display: block;
	max-width: 1500px;
	min-height: 1200px; 
	margin: 0 auto;
	padding: 0 0;
}

.item1 { grid-area: qty; }
.item2 { grid-area: brandnumber; }
.item3 { grid-area: descr; }
.item4 { grid-area: ship; }
.item5 { grid-area: price; }
.item6 { grid-area: cart; }

.grid-container {
  display: grid;
  grid-template-areas:
    'brandnumber qty qty qty ship cart'
    'descr descr descr descr price cart' ;
  gap: 2px;
  background-color: #2196F3;
  padding: 2px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
} 