/* layout */
#layout_body {
	margin: 0;
	padding: 0;
	background: #fff;
	min-width: 1000px;
	position: relative;
}
#layout_body_comp {
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	min-width: 960px;
}
#container {
	background: #fff;
	margin: 0 auto;
	height: auto !important;
	padding: 0;
	min-height: 100%;
}
#center {
    background: url("../image/main-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    padding-bottom: 0;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header > .gradient_1 {
	height: 70px;
}
#header #logo {
    float: left;
    height: 70px;
    position: relative;
    top: -1px;
}
#header #logo a {
    z-index: 10;
}
#lang-form {
	float: left;
	border-right: 1px solid rgb(99, 98, 99);
	width: 50px;
	height: 70px;
}
#lang-form > div > a {
	display: block;
	text-align: center;
	font-weight: 600;
	line-height: 2.6;
	text-decoration: none;
	color: #d1d1d1;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#lang-form > div > a:hover {
	background: #575757;
}
#lang-form > div > a:first-child {
	height: 34px;
	border-bottom: 1px solid rgb(99, 98, 99);
}
#lang-form > div > a:first-child span {
	display: inline-block;
	line-height: 1.2;
}
#lang-form > div > a:last-child {
	height: 35px;
}
#lang-form > div > a > span.active {
	border-bottom: 1px solid #ee5222;
}
#header .top_menu li {
	float: left;
}
#header .top_menu a {
	display: block;
	padding: 15px 11px;
	height: 40px;
	color: #d1d1d1;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-right: 1px solid #636263;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#header .top_menu a:hover,
#header .top_menu .active a {
	background: #575757;
}
#header .top_menu a {
	border-left: 1px solid #474847;
}
#header .top_menu li:first-child a {
	border-left: none;
}
#header .top_menu a img {
	display: block;
	margin: auto;
}
/* search */
#header .search-bl {
	padding: 19px 0 0;
	float: right;
	height: 51px;
}
#header .search {
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#fefefe 100%);
	background-color: #d6d6d6;
}
#header .lt-ie9 .search {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#fefefe',GradientType=0 );
}

#header .search #q_top_search {
	background: transparent;
	font-size: 12px;
	margin: 0;
	padding:0 5px;
	width: 210px;
	height: 29px;
	border: 1px solid #cacaca;
	vertical-align: top;
}

#header .search [type="submit"] {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	height: 31px;
	line-height: 29px;
	margin: 0;
	width: 87px;
	vertical-align: top;
}
/* menu */
#header .top_catalog {
	background: url('/catalog/view/theme/default/image/menu_bg8.png') repeat-x;
	-webkit-box-shadow: inset 0 1px 2px rgba(120,120,120,.8);
	-moz-box-shadow: inset 0 1px 2px rgba(120,120,120,.8);
	box-shadow: inset 0 1px 2px rgba(120,120,120,.8);
	position: absolute;
	top: 71px;
	height: 37px;
	z-index: 100;
	min-width: 100%;
}
#header .top_catalog > .layout_center {
    position: relative;

}
#header  .top_catalog_list{
	display: table;
	width: 980px;
	padding: 0;
}
#header  .top_catalog_item {
    display: table-cell;
}
#header  .top_catalog_item_in{
	position: relative;
	z-index: 100;
	border: 2px solid transparent;
	border-bottom: none;
	top: -1px;
}
#header  .top_catalog_item_in:after{
	content: '|';
	position: absolute;
	top: 10px;
	right: -2px;
	color: #fff;
}
#header  .top_catalog_item:last-child .top_catalog_item_in:after,
#header  .top_catalog_item:hover .top_catalog_item_in:after {
	display: none;
}
#header  .top_catalog_list a {
	display: block;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding:0 23px;
	text-decoration: none;
	white-space: nowrap;
}
#header  a.top_catalog_link {
	text-align: center;
	text-transform: uppercase;
}
#header  .top_catalog_item:hover .top_catalog_item_in,
#header  .top_catalog_item.active .top_catalog_item_in,
#header  .top_catalog_l2 {
	background: #fff;
	border:2px solid #d1d1d1;
}
#header  .top_catalog_item:hover .top_catalog_item_in,
#header  .top_catalog_item.active .top_catalog_item_in {
	z-index: 1000001;
	border-bottom: none;
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,.5);
	box-shadow: 0 -2px 2px rgba(0,0,0,.5);
}
#header  .top_catalog_item:hover a, #header  .top_catalog_item.active a {
	color: #222;
}
#header  .top_catalog_l2 {
	display: none;
	padding: 10px;
	position: absolute;
	top:100%;
	left: 10px;
	width: 956px;
	margin-top: -3px;
	z-index: 1000000;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#header  .top_catalog_item:hover .top_catalog_l2 {
	display: block;
	display: table;
}
#header  .top_catalog_item:hover .top_catalog_l2.multicol {
	display: block;
}
#header  .top_catalog_item:last-child .top_catalog_l3, #header  .top_catalog_item:nth-child(4) .top_catalog_l3 {
	left:auto;
	right:100%;
}
#header  .top_catalog_l2_item {
	width: 20%;
	padding: 0 15px 0 9px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 8px;
	display: block;
	float: left;
}
#header  .multicol .top_catalog_l2_item {
	width: 25%;
}
#header  .top_catalog_l2_item a.top_catalog_l2_link {
	padding: 5px 0 5px 20px;
	color: #ee5222;
	white-space: normal;
	line-height: normal;
	height:auto;
	position: relative;
}
#header  .top_catalog_l2_item:hover, #header  .top_catalog_l2_item.active,
#header  .top_catalog_l3 {
	background: #fff;
}
#header  .top_catalog_l2_link:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px; left: 2px;
	background: url('../image/sprite.png') no-repeat;
	background-position: 0 -85px;
	width: 12px; height: 12px;
}
#header  .top_catalog_l2_item:hover  a.top_catalog_l2_link,
#header  .top_catalog_l2_item.active a.top_catalog_l2_link {
	color: #ee5222;
}
#header  .top_catalog_l3 {
	border-top: 1px solid #e2e2e2;
	padding-top: 13px;
}
#header  .top_catalog_l3_item {
	margin-bottom: 7px;
}
#header  a.top_catalog_l3_link {
	font-weight: 400;
	padding: 0;
	height: auto;
	line-height: normal;
	display: inline-block;
	color: #222;
}
#header  a.top_catalog_l3_link.to_section {
	padding-right: 15px;
	position: relative;
}
#header  a.top_catalog_l3_link.to_section:after {
	content: "";
	display: block;
	position: absolute;
	right: 0; top: 50%;
	margin-top: -3px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #222;
}
#header  a.top_catalog_l3_link:hover {
	color: #ee5222;
}
/* page head */
.page_head {
	width: 100%;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin-bottom: -23px;
	background: #ccc;
}
.page_head_img {
	position: absolute;
	top:0;
	left: 0;
}
.page_head .layout_center {
	position: relative;
	z-index: 10;
}
.page_title {
	margin-top: 125px;
	font-size: 70px;
	line-height: 75px;
	font-weight: 600;
	padding-bottom: 22px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}
.page_title span {
	font-size: 55px;
	font-weight: 400;
}
.page_title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96px;
	border-bottom: 3px solid #ee5222;
}
.page_desc {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
}
.page_title, .page_desc {
	text-shadow: 1px 1px 1px rgba(0,0,0,.41);
}

/* breadcrumbs */
.breadcrumbs {
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	margin-bottom: 16px;
	position: relative;
	z-index: 9;
}
.breadcrumbs_link, .breadcrumbs .current {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #8e8e8e;
	position: relative;
	padding: 0 24px 0 10px;
}
.breadcrumbs_link:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../image/sprite.png') -34px -114px no-repeat;
	height: 100%;
	width: 16px;
}
.breadcrumbs_link.home span {
	display: inline-block;
	line-height: normal;
	text-indent: -9999px;
	background: url('../image/sprite.png') no-repeat 0 -318px;
	width: 20px; height: 17px;
}

/* aside right inf */
.aside_right {
    float: right;
    width: 230px;
}
.support_txt {
    margin: 0 260px 80px 0;
	text-align: justify;
}
.desc_txt {
    margin: 0 0 40px;
	text-align: justify;
}
/* sidebar */
.catalog_aside {
	float: left;
	width: 230px;
	padding-right: 15px;
}
.catalog_menu, .aside_block {
	background: #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #d1d1d1;
	margin-bottom: 17px;
}
.catalog_menu_list > .catalog_menu_item {
	margin-bottom: 3px;
}
a.catalog_menu_link, a.aside_block_link {
	text-decoration: none;
	display: block;
}
.catalog_menu_list > li > a.catalog_menu_link, .aside_block_name {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	padding-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.catalog_menu_list > li > a.catalog_menu_link {
	padding-right: 30px;
	position: relative;
}
.catalog_menu_list > li > a.catalog_menu_link:after {
	content: "";
	display: block;
	position: absolute;
	background: url('../image/sprite.png') no-repeat -16px -114px;
	width: 10px; height: 10px;
	top: 15px;
	right: 15px;
}
.aside_block_icon {
	margin-right: 5px;
	vertical-align: middle;
}
a.catalog_menu_link.active, .aside_block_name {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.catalog_menu_l2 .catalog_menu_item {
	position: relative;
}
.catalog_menu_l2 > li > a.catalog_menu_link, a.aside_block_link {
	display: block;
	line-height: 17px;
	font-weight: 600;
	color: #656769;
	font-size: 14px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #f9f9f9;
	padding: 10px 30px 10px 15px;
	position: relative;
}
.catalog_menu_l2 > li > a.catalog_menu_link.active, .catalog_menu_l2 > li > a.catalog_menu_link:hover, a.aside_block_link:hover {
	color: #ee5222;
}
.catalog_menu_l2 .arr_toggle, a.aside_block_link:after {
	content: "";
	display: block;
	position: absolute;
	background: url('../image/sprite.png');
	right: 15px;
}
.catalog_menu_l2 .arr_toggle {
	background-position: 0 -102px;
	width: 10px;
	height: 7px;
	top: 15px;
}
.catalog_menu_l2 > li > a.catalog_menu_link.active .arr_toggle {
	background-position: 0 -58px; width: 10px; height: 7px;
}
a.aside_block_link:after {
	background-position: 0 -70px;
	width: 10px;
	height: 10px;
	top: 14px;
}
.catalog_menu_l2 li:first-child  a.catalog_menu_link, li:first-child a.aside_block_link {
	border-top-color: transparent;
}
 .catalog_menu_l2 li:last-child a.catalog_menu_link, li:last-child a.aside_block_link {
	border-bottom-color: transparent;
}
.catalog_menu_l2, .catalog_menu_l3 {
	display: none;
}
.catalog_menu_link.active + .catalog_menu_l2, .catalog_menu_link.active + .catalog_menu_l3 {
	display: block;
}
.catalog_menu_l3 {
	padding: 6px 5px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #f9f9f9;
}
.catalog_menu_l3 .catalog_menu_item {
	margin-bottom: 5px;
}
.catalog_menu_l3  a.catalog_menu_link {
	padding: 6px 17px;
	position: relative;
}
.catalog_menu_l3  a.catalog_menu_link:before {
	content: "\2022";
	position: absolute;
	top: 6px;
	left: 7px;
}
.catalog_menu_l3  a.catalog_menu_link.active, .catalog_menu_l3  a.catalog_menu_link:hover {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #d6d6d6;
}

/* catalog_wr */
.catalog_wr {
    float: right;
    margin-bottom: 35px;
    width: 735px;
}
.page_name {
	color: #545354;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 400;
}
.page_name:after {
	content: "";
	display: block;
	width: 100px;
	border-bottom: 2px solid #ee5222;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #d6d6d6;
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.pagination .links {
	float: right;
}
.pagination .links a, .pagination .links b {
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px;
}
.pagination .links a {
	background: -moz-linear-gradient(top,  #fff 0%, #efefef 2%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(2%,#efefef), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background-color: #efefef;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	border: 1px solid #d1d1d1;
	border-top-color: #e0e0e0;
}
.lt-ie9 .pagination .links a{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 );
}
.pagination .links b {
	color: #fff;
}
.pagination .links a:hover {
	background: #fbfbfb;
	color: #ee5222;
	font-weight: 600;
	border-color: #e0e0e0;
}
.lt-ie9 .pagination .links a:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 );
}
.pagination .results {
	float: left;
	padding-top: 3px;
}

/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 168px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

#column-left   .box-product > div , #column-right .box-product > div{
	width: 155px;
	margin-right: 0;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0 8px 8px 0;
}
ul.box-category > li {
	padding: 8px 8px 8px 0;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.catalog_sub{
	overflow: hidden;
}
.catalog_sub ul {
	padding: 0;
}
.catalog_sub li {
	float: left;
	width: 226px;
	margin: 0 9px 10px 0;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
}
.catalog_sub li:nth-child(3n) {
	margin-right: 0;
}
.catalog_sub a {
	text-decoration: none;
	display: block;
	height: 75px;
	line-height: 75px;
	outline: medium none;
}
.catalog_sub i {
	float: left;
	width: 75px; height: 75px;
	vertical-align: middle;
	background-position: 0 0;
}
.catalog_sub a:hover i {
	background-position: 100% 0;
}
.catalog_sub span {
	display: inline-block;
	width: 146px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: 600;
	white-space: normal;
	line-height: normal;
	vertical-align: middle;
}
.catalog_sub a:hover span {
	text-decoration: underline;
}
.catalog_sub .cat_line {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 75px;
}
.catalog_sub a:hover .cat_line, .catalog_sub .ib_j.active .cat_line {
    background-position: 50% 100%;
}

/* product */
.product-filter {
	background: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	overflow: auto;
	margin-bottom:25px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	float:left;
	padding-top: 5px;
	margin-left: 50px;
	font-weight: bold;

}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.catalog_item {
	padding: 1px;
	-webkit-box-shadow: 0 0 4px rgba(140,140,140,.8);
	-moz-box-shadow: 0 0 4px rgba(140,140,140,.8);
	box-shadow: 0 0 4px rgba(140,140,140,.8);
	margin-bottom: 18px;
}
.catalog_item_desc {
	float: left;
	width: 536px;
}
.catalog_item_name, .compare_check {
	height: 32px;
	line-height: 31px;
	color: #fff;
	padding: 0 10px;
}
.compare_check {
	text-align: center;
}
.compare_check label {
	display: inline-block;
	line-height: normal;
}
.catalog_item_name {
	font-size: 15px;
	font-weight: 600;
}
.catalog_item_name a {
	color: inherit;
	text-decoration: none;
}
.catalog_item_spec {
	padding: 10px 15px 10px 10px;
}
.catalog_item_img {
	float: left;
	width: 157px;
	line-height: 157px;
	text-align: center;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	margin-right: 10px;
	background: #fff;
	position: relative;
}
.catalog_item_img a.line-image {
	position: absolute;
	bottom: 5px;
	right: 0;
	line-height: 25px;
}
.catalog_item_spec table {
	width: 340px;
}
.catalog_item_spec table td {
	border:none;
	padding: 4px 10px;
	color: #545354;
	line-height: 15px;
}
.catalog_item_spec table td:first-child {
	padding-right:0;
	width: 60%;
}
.catalog_item_spec table td:last-child {
	width: 40%;
}
.catalog_item_spec table tr:nth-child(even) td {
	background: #e8e8e8;
}
.catalog_item_spec table tr:nth-child(even) td:first-child {
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}
.catalog_item_spec table tr:nth-child(even) td:last-child {
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}
.catalog_item_opt {
	float: right;
	width: 197px;
}
.catalog_item_price_block {
	background: #fcfcfc;
	padding: 11px 13px 7px;
}
.catalog_item_price_wr {
	padding: 10px 0px 10px 0px;
	height: 75px;
	line-height: 75px;
}
.catalog_item_price {
	display: inline-block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	line-height: normal;
}
.catalog_item_where_wr {
	text-align: center;
	margin: 3px 0 6px;
}
.catalog_item_where_wr a.button {
	font-size: 11px;
	height: 22px;
	line-height: 22px;
}
.cur_price {
	font-size: 30px;
	font-weight: 600;
	color: #3e3e3e;
}
.cur_price > span {
	font-size: 20px;
}
.old_price, .saving {
	color: #7d7d7d;
}
.old_price {
	font-size: 18px;
	text-decoration: line-through;
}
a.catalog_item_more {
	display: block;
	height: 29px;
	line-height: 29px;
	color: #6f6f6f;
	border: 1px solid #dadada;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top,  #e9e8e8 0%, #cdcccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#cdcccc));
	background: -webkit-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: -o-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: -ms-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: linear-gradient(to bottom,  #e9e8e8 0%,#cdcccc 100%);
	background-color: #e9e8e8;
}
a.catalog_item_more:hover {
	color: black;
}
.lt-ie9 a.catalog_item_more {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#cdcccc',GradientType=0 );
}
.pager {
	float: right;
	margin-bottom: 20px;
}
a.pager_item, span.pager_item {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
a.pager_item {
	background: -moz-linear-gradient(top,  #fff 0%, #efefef 2%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(2%,#efefef), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #fff 0%,#efefef 2%,#e0e0e0 100%);
	background-color: #efefef;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	border: 1px solid #d1d1d1;
	border-top-color: #e0e0e0;
}
.lt-ie9 a.pager_item {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 );
}
a.pager_item.next, a.pager_item.prev {
	font-size: 14px;
}
a.pager_item:hover {
	background: #fbfbfb;
	color: #ee5222;
	font-weight: 600;
	border-color: #e0e0e0;
}
.lt-ie9 a.pager_item:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 );
}

/*rating*/
.rating-block {
	line-height: 15px;
	font-style: italic;
	color: #6d6d6d;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e8e8e8;
	overflow: hidden;
}
.rating-block .rating_read {
	display: inline-block;
	width: 80px;
}
.rating-block .num {
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:7px;
	color:#ee5222;
	display: inline-block;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	height:11px;
	line-height:11px;
	margin: 0;
	padding:2px;
	vertical-align: top;
	text-align:center;
    min-width: 11px;
	cursor: default;
}
.product_pre .rating-block .num {
	cursor: pointer;
}
.reviews_head .rating-block {
	padding: 10px;
	margin-right: 17px;
}
.rating-block > span {
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
}
.related .rating-block {
	width: 113px;
	margin: auto;
	text-align: center;
}
.rating {
	float: right;
}
.related .rating {
	float: none;
	display: inline-block;
}
div.vote-wrap {
    overflow: hidden;
}

div.vote-block {
	position: relative;
}

div.vote-hover {
    float: left;
    cursor:  pointer;
}
.rating_read div.vote-hover {
	cursor: default;
}
.review_item_head div.vote-hover, .review_item_head div.setrating {
	float: right;
}
.review_item_head div.setrating label {
	float: left;
	margin-right: 2px;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    font-size: 12px;
    font-weight: 600;
    float: left;
}

div.vote-success{
	display: none;
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}

.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
    clear: both;
    overflow: hidden;
}
#footer .footer_top {
    padding: 20px 0 10px;
}
#footer .footer_bottom {
    padding: 25px 0;
}
#footer .footer_nav {
    width: 80%;
    margin-bottom: 20px;
}
#footer .footer_bottom>.right{
	width: 20%;
	text-align: right;
}
.cat_bottom_section {
    padding-right: 5px;
}
.cat_bottom_section_name {
    color: #fa6800;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.cat_bottom_list {
    padding-left: 13px;
}
.cat_bottom_list_item {
    color: #fff;
    list-style-type: disc;
    margin-bottom: 10px;
    white-space: nowrap;
}
a.cat_bottom_link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
a.cat_bottom_link:hover {
	color: #fa6800;
}
.footer_nav_section {
	float: left;
	width: 25%;
	padding-right: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_nav_section:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	background: url('../image/sprite.png');
	background-position: 0 -750px;
}
.footer_nav_section.foot_about:before {
	width: 16px;
	height: 12px;
	background-position: 0 -833px;
}
.footer_nav_section.foot_support:before {
	width: 14px;
	height: 14px;
	background-position: 0 -880px;
}
.footer_nav_section.foot_where:before {
	width: 14px;
	height: 12px;
	background-position: 0 -856px;
	left: -21px;
}
.footer_nav_section.foot_contacts:before {
	width: 11px;
	height: 14px;
	background-position: 0 -807px;
}
.footer_nav>.footer_nav_section {
	padding-left: 25px;
	margin-bottom: 0;
}
a.footer_nav_section_head {
	display: inline-block;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	margin-bottom: 12px;
}
.footer_nav_list_item {
	font-size: 12px;
	margin-bottom: 12px;
}
a.footer_nav_link {
	text-decoration: none;
}
.social {
}
.soc_item {
	float: right;
	width: 28px;
	height: 28px;
	background: url('../image/sprite.png') no-repeat;
	margin-left: 8px;
}
.soc_item.vk {
	background-position: 0 -643px;
}
.soc_item.fb {
	background-position: 0 -164px;
}
.soc_item.gplus {
	background-position: 0 -241px;
}
.soc_item.youtube {
	background-position: 0 -566px;
}
.cpr {
	margin: 2px 0 15px;
}
#footer .counters {
	padding:0 10px;
	text-align:center;
	margin: 20px 0;
}
.asmaker, .asmaker a{
	color: #f6931e;
	font-size: 12px;
}
.asmaker {
	text-align: right;
	padding-right: 44px;
}
div.social a {text-decoration: none;}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* other style */
.gradient_1 {
	background: -moz-linear-gradient(top,  #575757 0%, #323132 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575757), color-stop(100%,#323132));
	background: -webkit-linear-gradient(top,  #575757 0%,#323132 100%);
	background: -o-linear-gradient(top,  #575757 0%,#323132 100%);
	background: -ms-linear-gradient(top,  #575757 0%,#323132 100%);
	background: linear-gradient(to bottom,  #575757 0%,#323132 100%);
	background-color: #575757;
	border-top: 1px solid #7b7b7b;
}
.lt-ie9 .gradient_1 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#323132',GradientType=0 );
}
.gradient_2 {
	background: -moz-linear-gradient(top,  #fd7225 0%, #ee5222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7225), color-stop(100%,#ee5222));
	background: -webkit-linear-gradient(top,  #fd7225 0%,#ee5222 100%);
	background: -o-linear-gradient(top,  #fd7225 0%,#ee5222 100%);
	background: -ms-linear-gradient(top,  #fd7225 0%,#ee5222 100%);
	background: linear-gradient(to bottom,  #fd7225 0%,#ee5222 100%);
	background-color: #fd7225;
	border: none;
	border-top: 1px solid #f49071;
}
.lt-ie9 .gradient_2 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5222', endColorstr='#d94b1f',GradientType=0 );
}
.gradient_3 {
	background: -moz-linear-gradient(top,  #fefffe 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffe), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fefffe 0%,#eeeeee 100%);
	background-color: #fefffe;
}
.lt-ie9 .gradient_3 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#eeeeee',GradientType=0 );
}
.gradient_4 {
	background: -moz-linear-gradient(top,  #d94b1f 0%, #ee5222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d94b1f), color-stop(100%,#ee5222));
	background: -webkit-linear-gradient(top,  #d94b1f 0%,#ee5222 100%);
	background: -o-linear-gradient(top, #d94b1f 0%, #ee5222 100%);
	background: -ms-linear-gradient(top, #d94b1f  0%,#ee5222 100%);
	background: linear-gradient(to bottom,  #d94b1f 0%,#ee5222 100%);
	background-color: #d94b1f;
	border: none;
	border-top: 1px solid #f49071;
}
.lt-ie9 .gradient_4 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94b1f', endColorstr='#ee5222',GradientType=0 );
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.layout_center{
	width: 980px;
	padding: 0 10px;
	margin: auto;
}
/* information block */
.info_links {
    margin: 20px 0;
    position: relative;
    z-index: 98;
}
.product_wr .info_links{
	margin-top: 0;
}
.info_bl {
    background-position: 100% 0;
    box-shadow: 0 0 2px rgba(140, 140, 140, 0.8);
    height: 73px;
    padding: 10px 65px 30px 15px;
    position: relative;
    width: 230px;
    border: #fff solid 1px;
}
.product_wr .info_bl{
	width: auto;
	margin-bottom: 15px;
	padding-right: 80px;
}
.info_bl_title a, .prod-sub p.sub-title {
    color: #3c3b3b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.info_bl_title{
    color: #fff;
    text-shadow: #000 2px 2px 4px;
    font-size: 18px;
    font-weight: bold;
	text-decoration: none;
}
.info_bl_link {
    bottom: 15px;
    color: #fff;
    text-shadow: #000 0 0 2px;
    font-size: 13px;
    left: 15px;
    line-height: 13px;
    position: absolute;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}
.info_bl_addr {
	background: url('/image/infoblock/infoaddress.jpg') no-repeat top right;
}
.info_bl_serv {
	background: url('/image/infoblock/infoservice.jpg') no-repeat top right;
}
.info_bl_docs {
	background: url('/image/infoblock/infodocs.jpg') no-repeat top right;
}
.info_bl_warr {
	background: url('/image/infoblock/infowarranty.jpg') no-repeat top right;
}
.articles_pre {
	padding: 20px 0;
}
a.all_art {
	float: right;
	margin-top: -50px;
	font-size: 14px;
	line-height: 14px;
    color: #777;
    background-color: #f4f4f4;
    padding: 5px 10px 8px 10px;
    text-decoration: none;
}
a.all_art span{
    border-bottom: 1px dashed;
}
.article_item_pre {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
    height: 250px;
	padding: 0 0 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 18px;
}
.article_item_pre:nth-child(2n){
    float: left;
}
.article_item_pre:nth-child(2n+1){
    float: right;
}
.article_item_pre * {
	line-height: 1.3;
}
.article_item_pre h3 {

}
.all_news .article_item_pre, .all_news .article_bottom {
	width: 100%;
}
.article_bottom {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 459px;
	height: 21px;
	padding-bottom: 5px;
}
.art_date {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	background: #fff;
	z-index: 10;
	padding-right: 3px;
}
a.art_link{
	float: right;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	background: #afafaf;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
}
a.art_button {
    float: left;
    padding: 5px 10px 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 25px;
    background: #afafaf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.art_link:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 450px;
	border-bottom: 2px solid #afafaf;
}

.all_news a.art_link:after {
	width: 980px;
}
a.art_link, a.art_link:after, a.art_button {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
a.art_link:hover, a.art_button:hover {
	background: #fd7225;
}
a.art_link:hover:after {
	border-bottom-color: #fd7225;
}
/* product */
.product_wr {
	overflow: hidden;
}
.product_desc {
	float: right;
	width: 595px;
}
.product_desc .j-tabs_wr .prod_file table td {
	text-align: center;
	vertical-align: middle;
	padding: 6px 4px;
}
.product_desc .j-tabs_wr .prod_file table td:first-child {
	text-align: left;
}
.product_desc .j-tabs_wr .full_desc table{
	float: left;
    width: 390px;
}
.product_desc .j-tabs_wr .full_desc table td {
    border: medium none;
    color: #545354;
    line-height: 15px;
    padding: 4px 10px;
}
.product_desc .j-tabs_wr .full_desc table td:first-child {
    padding-right: 0;
    width: 60%;
}
.product_desc .j-tabs_wr .full_desc table td:last-child {
    font-weight: 600;
	width: 40%;
}
.product_desc .j-tabs_wr .full_desc table tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #e8e8e8;
}
.product_desc .j-tabs_wr .full_desc table tr:nth-child(2n) td:first-child {
    border-radius: 50px 0 0 50px;
}
.product_desc .j-tabs_wr .full_desc table tr:nth-child(2n) td:last-child {
    border-radius: 0 50px 50px 0;
}
.product_art {
	font-size: 14px;
	font-weight: 600;
	color: #3e3e3e;
	margin-bottom: 5px;
}
.product_pre {
	margin-bottom: 20px;
}
.product_pre_txt {
	width: 375px;
	color: #3e3e3e;
	font-size: 14px;
	float: left;
	padding-top: 10px;
}
.product_wr .catalog_item_opt {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	overflow: hidden;
}
.product_wr .catalog_item_price_block {
	background: transparent;
	border-bottom: 1px solid #d5d5d5;
}
.product_wr .compare_check {
	color: #999;
}
.prod_info_block {
	padding: 25px 15px;
	color: #3e3e3e;
}
.prod_info_block .catalog_spec_table {
	width: 390px;
	float: left;
}
.prod_info_block .catalog_spec_table td:last-child {
	font-weight: 600;
}
.prod_info_block .files {
	width: 125px;
	float: right;
}
a.file_link {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
a.file_link .file_name {
	display: block;
	color: #545354;
	font-size: 11px;
	font-style: italic;
}
.reviews_head {
	padding-bottom: 18px;
	position: relative;
}
.reviews_head:after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	opacity: 0.5;
	bottom: -10px;
	left: 0;
	height: 10px;
	width: 100%;
	background: url('../image/shadow.png') 50% 0 no-repeat;
}
.reviews_head .rating-block {
	float: left;
	width: 355px;
}
.review_item {
	padding: 15px;
	margin: 15px 0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.44);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.44);
	box-shadow: 0 0 4px rgba(0,0,0,.44);
}
.review_item_head {
	overflow: hidden;
	margin-bottom: 10px;
}
.review_user {
	float: left;
	position: relative;
	padding-left: 38px;
}
.review_user:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 29px;
	height: 29px;
	background: url('../image/sprite.png') no-repeat 0 -911px;
}
.review_date {
	color: #818181;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 3px;
}
.review_user_name {
	color: #3c3b3b;
	font-weight: 600;
}
.review_item_head .rating-block {
	float: right;
	width: 135px;
}
.new_review .review_item_head .rating-block {
	float: right;
	width: 135px;
	margin-top: 6px;
}
.new_review textarea,
.new_review input[type="text"]{
	background: #fff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.34);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.34);
	box-shadow: inset 0 0 2px rgba(0,0,0,.34);
}
.new_review textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin-top: 10px;
}
.new_review .review_comment textarea{
	height: 75px;
}
.new_review input[type="text"]{
	width: 150px;
	margin-right: 10px;
}
.review_body {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.34);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.34);
	box-shadow: inset 0 0 3px rgba(0,0,0,.34);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 12px;
	overflow: hidden;
}
.review_accomp, .review_faults {
	width: 48%;
	padding-bottom: 5px;
}
.review_accomp {
	float: left;
}
.review_faults {
	float: right;
}
.review_comment {
	clear: both;
	border-top: 1px solid #d4d4d4;
	padding-top: 15px;
}
.rev_section_name {
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
}
.rev_section_name:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px; left: 0;
	background: url('../image/sprite.png') no-repeat;
	width: 12px;
	height: 12px;
}
.review_accomp .rev_section_name {
	color: #13921c;
}
.review_accomp .rev_section_name:after {
	background-position: 0 -441px;
}
.review_faults .rev_section_name {
	color: #ba0000;
}
.review_faults .rev_section_name:after {
	background-position: 0 -381px;
}
.review_comment .rev_section_name {
	color: #747474;
}
.review_comment .rev_section_name:after {
	background-position: 0 -129px;
	width: 13px;
}
.reviews_foot {
	text-align: right;
	color: #3e3e3e;

}
.reviews_foot a.yes, .reviews_foot a.no {
	display: inline-block;
	padding-left: 16px;
	position: relative;
}
.reviews_foot a.yes:after, .reviews_foot a.no:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 14px;
	background: url('../image/sprite.png') no-repeat;
}
.reviews_foot a.yes:after {
	background-position: 0 -954px;
}
.reviews_foot a.no:after {
	background-position: 0 -983px;

}
.reviews_foot a.yes {
	color: #4ba34f;
}
.reviews_foot a.no {
	color: #ba0000;
}
.new_review .reviews_foot button.left {

}
.new_review .reviews_foot .right {
	text-align: left;
	font-size: 12px;
	color: #747474;
	font-style: italic;
}
.product_aside {
	float: left;
	width: 365px;
}
.product_gallery {
	border: 1px solid #c7c7c7;
	margin-bottom: 20px;
}

/* news */
.news {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 20px;
}
.news_img {
	border: 1px solid #afafaf;
	float: left;
	width: 279px;
	height: 279px;
	margin: 0 25px 25px 0;
}
.news_txt_full {
	text-align: justify;
}
.news .art_date {
	bottom: -7px;
	font-style: italic;
}
.news_wr .article_item_pre {
	padding: 0 0 21px;
}
.news_wr .article_item_pre:nth-child(even){
	padding-right: 15px;
}
.news_wr .article_item_pre:nth-child(odd){
	padding-left: 15px;
	margin-left:-5px;
}
.news_wr .article_bottom {
	width: 475px;
}
.news_wr .article_item_pre:nth-child(even) .article_bottom {
	left: 0;
}
.news_wr .article_item_pre:nth-child(odd) .article_bottom {
	right: 0;
	left: auto;
}
.all_news .article_bottom {
	width: 100%;
}
.all_news.news_wr .article_item_pre:nth-child(2n+1) {
	padding: 0 0 21px;
}

/* dop info */
.h3 > a {
	text-decoration: none;
	color: black;
}

/* info tabs */
.scroll_box{
	position: relative;
	clear: both;
}
.scroll_tabs_wr {
}
.scroll_tabs_list {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 30px;
	overflow: hidden;
}
.related .scroll_tabs_list {
	position: relative;
	top: auto;
	left: auto;
}
.scroll_tabs_list_item, .j-tabs_item, .p-tabs_item {
	display: table-cell;
	list-style-type: none;
	position: relative;
	vertical-align: bottom;
	cursor: pointer;
}
.p-tabs_item {
	cursor: default;
}
.scroll_tabs_list_item.active, .j-tabs_item.active, .p-tabs_item.active {
	z-index: 8;
}
.scroll_tabs_list_item span,
.j-tabs_item span,
.j-tabs_item a,
.tabs_horizontal .p-tabs_item span,
.tabs_horizontal .p-tabs_item a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px 12px;
    color: #484848;
    border: 1px solid #b8b8b8;
    border-left: none;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e4e3e4 74%, #cacaca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(74%,#e4e3e4), color-stop(100%,#cacaca));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e4e3e4 74%,#cacaca 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e4e3e4 74%,#cacaca 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e4e3e4 74%,#cacaca 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e4e3e4 74%,#cacaca 100%);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #f4f4f4;
    vertical-align: baseline;
    z-index: -3;
}
.tabs_horizontal .p-tabs_item a {
	z-index: 1;
	text-decoration: none;
}
.scroll_tabs_list_item span.main-tabs {
	padding: 15px 15px 12px;
}
.lt-ie9 .scroll_tabs_list_item span, .lt-ie9 .j-tabs_item span, .lt-ie9 .j-tabs_item a, .lt-ie9 .p-tabs_item span, .lt-ie9 .p-tabs_item a {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cacaca',GradientType=0 );
}
.scroll_tabs_list_item:first-child span,
.j-tabs_item:first-child span,
.j-tabs_item:first-child a,
.tabs_horizontal .p-tabs_item:first-child span,
.tabs_horizontal .p-tabs_item:first-child a {
    border-left: 1px solid #b8b8b8;
}
.tabs_vertical .p-tabs_item a {
	text-decoration: none;
}
.scroll_tabs_list_item.active span, .j-tabs_item.active span, .j-tabs_item.active a, .p-tabs_item.active span, .p-tabs_item.active a {
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #fdfefd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fdfefd));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fdfefd 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#fdfefd 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#fdfefd 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#fdfefd 100%);
    background-color: #f2f2f2;
    border-bottom-color: #fff;
    color: #fd6500;
    position: relative;
    z-index: 0;
}
.lt-ie9 .scroll_tabs_list_item.active, .lt-ie9 .j-tabs_item.active, .lt-ie9 .p-tabs_item.active {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fdfefd',GradientType=0 );
}
.scroll_tabs_list_item.active:before, .j-tabs_item.active:before, .p-tabs_item.active:before, .scroll_tabs_list_item.active:after, .j-tabs_item.active:after, .p-tabs_item.active:after {
    content:"";
    position:absolute;
    z-index: -2;
    top:25px; bottom:-50px;
    left:0; right:0;
    -moz-border-radius:80px / 120px;
    border-radius:80px / 120px;
}
.tabs_vertical .j-tabs_item.active:after, .tabs_vertical .j-tabs_item.active:before,
.tabs_vertical .p-tabs_item.active:after, .tabs_vertical .p-tabs_item.active:before {
	display: none;
}
.scroll_tabs_list_item.active:before, .j-tabs_item.active:before, .p-tabs_item.active:before {
	-webkit-box-shadow: 5px 0 22px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 0 22px rgba(0,0,0,0.6);
	box-shadow: 5px 0 22px rgba(0,0,0,0.6);
}
.scroll_tabs_list_item.active:after, .j-tabs_item.active:after, .p-tabs_item.active:after {
	-webkit-box-shadow: -5px 0 22px rgba(0,0,0,0.6);
	-moz-box-shadow: -5px 0 22px rgba(0,0,0,0.6);
	box-shadow: -5px 0 22px rgba(0,0,0,0.6);
}
.scroll_tabs_block {
	background-color: #d1d1d1;
	border-radius: 3px;
	width: 100%;
	top: 0;
	left: 0;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
	-ms-overflow-x: auto;
	overflow-x: auto;
	display: none;
	margin-bottom: 20px;
}
.related .scroll_tabs_block {
	margin-bottom: 50px;
}
.scroll_box.related:before {
	background: #d1d1d1;
	border-radius:  0 0 3px 3px;
	content: '';
	height: 33px;
	position: absolute;
	bottom: -32px;
	width: 100%;
}
.scroll_box.related .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
	margin-bottom: 15px;
}
.scroll_tabs_block.visible {
	display: block;
}
.scroll_to_left, .scroll_to_right {
	position: absolute;
	bottom: 0;
	top: 75px;
	width: 45px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	border-bottom: 1px solid #d1d1d1;
	z-index: 45;
}
.related .scroll_to_left, .related .scroll_to_right {
	height: auto;
	top: 40px;
}
.scroll_to_left{
	left: 0;
	background: -moz-linear-gradient(left,  #fefffe 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefffe), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(left,  #fefffe 0%,#eeeeee 100%);
	background: -o-linear-gradient(left,  #fefffe 0%,#eeeeee 100%);
	background: -ms-linear-gradient(left,  #fefffe 0%,#eeeeee 100%);
	background: linear-gradient(to right,  #fefffe 0%,#eeeeee 100%);
	background-color: #fefffe;
	border-left: 1px solid #d1d1d1;
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
	-webkit-box-shadow: 2px 0 2px #d1d1d1;
	-moz-box-shadow: 2px 0 2px #d1d1d1;
	box-shadow: 2px 0 2px #d1d1d1;
}
.scroll_to_right {
	right: 0;
	background: -moz-linear-gradient(right,  #fefffe 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(0%,#fefffe), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(right,  #fefffe 0%,#eeeeee 100%);
	background: -o-linear-gradient(right,  #fefffe 0%,#eeeeee 100%);
	background: -ms-linear-gradient(right,  #fefffe 0%,#eeeeee 100%);
	background: linear-gradient(to left,  #fefffe 0%,#eeeeee 100%);
	background-color: #fefffe;
	border-right: 1px solid #d1d1d1;
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
	-webkit-box-shadow: -2px 0 2px #d1d1d1;
	-moz-box-shadow: -2px 0 2px #d1d1d1;
	box-shadow: -2px 0 2px #d1d1d1;
}
.scroll_to_left:after, .scroll_to_right:after {
	content: "";
	display: block;
	position: absolute;
	background: url('../image/sprite.png') no-repeat;
	width: 15px; height: 10px;
	top: 50%;
	margin-top: -5px;
}
.scroll_to_left.disabled, .scroll_to_right.disabled {
	cursor:default;
}
.scroll_to_left.disabled:after, .scroll_to_right.disabled:after {
	opacity:0.5;
}
.scroll_to_left:after {
	background-position: 0 -551px;
	left: 50%;
	margin-left: -8px;
}
.scroll_to_right:after {
	background-position: 0 -536px;
	right: 50%;
	margin-right: -8px;
}
.scroll_box_list {
	background-color:#fff;
	width: 890px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}
.scroll_box_list .scroll_box_list_item {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 178px;
}
.related .scroll_box_list .scroll_box_list_item {
	width: 155px;
	padding: 2px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.44);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.44);
	box-shadow: 0 0 4px rgba(0,0,0,.44);
	margin: 0 8px;
	text-align: center;
}
a.prod_link {
	display: block;
	text-align: center;
	text-decoration: none;
}
.prod_img {
	display: block;
	width: 176px;
	margin: auto;
	height: 165px;
	line-height: 165px;
	text-align: center;
	overflow: hidden;
}
.related .prod_img, .compare_table .prod_img {
	width: 131px;
	height: 131px;
	line-height: 131px;
	border: 1px solid #d5d5d5;
	margin: 10px auto;
	background: #fff;
	position: relative;
}
.related .prod_img, .compare_table .prod_img img.line-image {
	position: absolute;
	bottom: 5px;
	right: 0;
}
.prod_name {
	display: block;
	color: #000;
	padding: 12px;
	border:1px solid #d1d1d1;
	border-left:none;
	background: -moz-linear-gradient(top,  #fefffe 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffe), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fefffe 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fefffe 0%,#eeeeee 100%);
	background-color: #fefffe;
}
.scroll_box_list_item:first-child .prod_name {
	border-left: 1px solid #d1d1d1;
}
.lt-ie9 .prod_name {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffe', endColorstr='#eeeeee',GradientType=0 );
}
.prod_link:hover {
	position: relative;
}
.prod_link:hover .prod_name {
	color: #ee5222;
	-webkit-box-shadow: 0 -2px 4px #fff;
	-moz-box-shadow: 0 -2px 4px #fff;
	box-shadow: 0 -2px 4px #fff;
}
.items_group .prod_link:hover:before, .items_group .prod_link:hover:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 6px; height: 165px;
	background: url('../image/shadow5.png') no-repeat 0 50%;
	z-index: 20;
}
.items_group .prod_link:hover:before {
	left: -6px;
}
.items_group .prod_link:hover:after {
	right: -6px;
	background: url('../image/shadow4.png') no-repeat 0 50%;
}
.related .prod_link {
	padding-bottom: 2px;
	margin-bottom: 9px;
	position: relative;
}
.related .prod_link:after {
	content: "";
	display: block;
	background: url('../image/shadow3.png') no-repeat 50% 0 #ccc;
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -3px;
	left: 0;
	z-index: 100;
}
.related .prod_link .prod_name {
	color: #fff;
	font-weight: 600;
}
.related .prod_link:hover .prod_name {
	color: #fff;
}
.info_links+.j-tabs_wr {
	margin-top: 10px;
}
.j-tabs_list {
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
}
.j-block {
	display: none;
	border: none;
	margin: -1px 0 0;
}
.j-block.visible {
	display: block;
	position: relative;
	z-index: 9;
}

.tabs_vertical {
	padding: 20px;
	overflow: hidden;
}
.tabs_vertical .j-tabs_list {
	float: left;
	width: 23%;

}
.tabs_vertical .j-tabs_list, .tabs_vertical  .j-block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs_vertical .j-tabs_item,
.tabs_vertical .p-tabs_item {
	display: block;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	font-weight: 400;
	padding: 15px;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-bottom: none;
	background: -moz-linear-gradient(left,  #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%);
	background: linear-gradient(to right,  #ffffff 0%,#e1e1e1 100%);
	background-color: #ffffff;
	margin: 0;
}
.lt-ie9 .tabs_vertical .p-tabs_item,
.lt-ie9 .tabs_vertical .j-tabs_item {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=1 );
}
.tabs_vertical .p-tabs_item:last-child,
.tabs_vertical .j-tabs_item:last-child {
	border-bottom: 1px solid #b8b8b8;
}
.tabs_vertical .p-tabs_item.active,
.tabs_vertical .j-tabs_item.active {
	color: #575756;
	font-weight: 600;
	border-right-style: none;
	background: -moz-linear-gradient(left,  #e1e1e1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%);
	background: -o-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%);
	background: linear-gradient(to right,  #e1e1e1 0%,#ffffff 100%);
	background-color: #e1e1e1;
}
.lt-ie9 .tabs_vertical .p-tabs_item.active,
.lt-ie9 .tabs_vertical .j-tabs_item.active{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=1 );
}
.tabs_vertical  .j-block{
	float: right;
	width: 77%;
	margin: 0;
	position: relative;
	left: -1px;
	padding: 20px;
	overflow: hidden;
}
.item_tabs .p-tabs_item,
.item_tabs .j-tabs_item{
	width: 25%;
}

/* contacts */
.contacts_block {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border:1px solid  #d5d5d5;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.44);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.44);
    box-shadow: 0 0 4px rgba(0,0,0,.44);
    padding: 15px 0 0 20px;
    overflow: hidden;
}
.contacts_inf {
	float: left;
	width: 200px;
	padding-bottom: 20px;
}
.contacts_row {
	margin-bottom: 45px;
	padding-left: 58px;
	position: relative;
}
.contacts_row:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url('../image/sprite.png') no-repeat;
	margin-top: -19px;
	height: 38px;
}
.contacts_addr:before {
	background-position: 0 0;
	width: 29px;
}
.contacts_phone:before {
	background-position: 0 -398px;
	width: 36px;
}
.contacts_mail:before {
	background-position: 0 -340px;
	width: 39px; height: 36px;
	margin-top: -18px;
}
.contacts_inf_title {
	font-size: 16px;
	color: #4b4a49;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contacts_txt {
	font-size: 14px;
	color: #727272;
}
.contacts_social a {
	display: inline-block;
	width: 39px;
	height: 39px;
	background: url('../image/sprite.png') no-repeat ;
}
.contacts_social a.vk {
	background-position: 0 -676px;
}
.contacts_social a.fb {
	background-position: 0 -197px;
	width: 40px;
}
.contacts_social a.gplus {
	background-position: 0 -274px;
	width: 40px;
}
.contacts_social a.youtube {
	background-position: 0 -599px;
}
.contacts_form {
	float: right;
	width: 690px;
	padding: 0 18px 22px 28px;
	position: relative;
	color: #4b4b4b;
	text-align: justify;
}
.contacts_form:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 359px;
	left: -14px;
	top: 50%;
	margin-top: -180px;
	background: url('../image/shadow2.png') no-repeat;
	opacity: 0.5;
}
.contacts_form p {
	margin-top: 0;
}
.contacts_form input[type="text"] {
	width: 314px;
	margin-bottom: 10px;
}
.contacts_form .jq-selectbox__select {
	width: 279px;
}
.contacts_form textarea {
	width: 100%;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#contant input[type=text], #contant input[type=email], #contant input[type=tel], #contant input[type=date], #contant input[type=password], #contant input.text, #contant input.title, #contant textarea {
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #cacaca;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	height: 34px;
	line-height: 34px;
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 100%);
	background-color: #d6d6d6;
}
.lt-ie9 input[type=text], .lt-ie9 textarea {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
}

/* button */
a.button, .button {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	padding: 0 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.24);
	vertical-align: middle;
}
a.button2, .button2 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #6f6f6f;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 12px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #e9e8e8 0%, #cdcccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#cdcccc));
	background: -webkit-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: -o-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: -ms-linear-gradient(top,  #e9e8e8 0%,#cdcccc 100%);
	background: linear-gradient(to bottom,  #e9e8e8 0%,#cdcccc 100%);
	background-color: #e9e8e8;
}
a.back {
	padding-left: 34px;
	position: relative;
}
a.back:after {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	top: 9px;
	width: 12px;
	height: 12px;
	background: url('../image/sprite.png') no-repeat -17px -68px;
}
.lt-ie9 a.button2, .lt-ie9 .button2 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#cdcccc',GradientType=0 );
}
a.button_orange, .button_orange {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	border: 1px solid #b63b14;
	border-top-color: #ed5221;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -moz-linear-gradient(top,  #ee5222 0%, #d94b1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5222), color-stop(100%,#d94b1f));
	background: -webkit-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: -o-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: -ms-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: linear-gradient(to bottom,  #ee5222 0%,#d94b1f 100%);
	background-color: #ee5222;
	-webkit-box-shadow: inset 0 1px 1px #ffb368;
	-moz-box-shadow: inset 0 1px 1px #ffb368;
	box-shadow: inset 0 1px 1px #ffb368;
}
.lt-ie9 .button_orange {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5222', endColorstr='#d94b1f',GradientType=0 );
}
a.button_orange:hover {
	background: #d94b1f;
	filter:none;
}
a.button_orange:active {
	background: -moz-linear-gradient(top,  #d94b1f 0%, #ee5222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d94b1f), color-stop(100%,#ee5222));
	background: -webkit-linear-gradient(top,  #d94b1f 0%,#ee5222 100%);
	background: -o-linear-gradient(top,  #d94b1f 0%,#ee5222 100%);
	background: -ms-linear-gradient(top,  #d94b1f 0%,#ee5222 100%);
	background: linear-gradient(to bottom,  #d94b1f 0%,#ee5222 100%);
	background-color: #e24e20;
}
.lt-ie9 .button_orange:active {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94b1f', endColorstr='#ee5222',GradientType=0 );
}
a.download {
	padding-right: 32px;
	position: relative;
}
a.download:after{
	content: "";
	display: block;
	position: absolute;
	right: 10px; top: 7px;
	width: 14px; height: 13px;
	background: url('../image/sprite.png') no-repeat 0 -146px;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}

form {
    margin: 0;
}
fieldset {
    border: 1px solid #222;
    margin: 5px 0;
    padding: 3px;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
input, select, textarea {
	outline: none;
	overflow: visible;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
#contant input[type=text], #contant input[type=email], #contant input[type=tel], #contant input[type=date], #contant input[type=password], #contant input.text, #contant input.title, #contant textarea{
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #cacaca;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 0 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255, 255, 255, .75);
	height: 34px;
	line-height: 34px;
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 100%);
	background-color: #d6d6d6;
}
.lt-ie9 input[type=text],
.lt-ie9 textarea{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
}
textarea{
	height: auto;
	line-height: normal;
	padding: 10px;
}
textarea      { height: 75px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.1em;
}
input.btn{
}

.docs_table {
	margin-bottom:0;
	width: 100%;
}
.docs_table thead {
	border-bottom: 1px solid #e2e2e2;
}
.docs_table tbody tr:nth-child(odd) {
	background: #f8f8f8;
}
.docs_table th {
	background: #f3f3f3;
}
.docs_table th, .docs_table td {
	border:none;
	text-align: left;
	padding: 15px;
	line-height:18px;
}
.docs_table td:first-child {
	color: #fd7d3e;
	font-weight: 600;
}
.docs_table td:nth-child(2) {
	font-weight: 600;
}
#shop_search_result_table td {
	cursor: pointer;
}
.YMaps-b-balloon-frame {
	margin: 0;
}
.YMaps-b-balloon-frame td {
	border: 0 none !important;
}

.stores {
	border: 1px solid #d8d8d8;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.38);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.38);
	box-shadow: 0 0 3px rgba(0,0,0,.38);
}
.stores_list {
	margin: 20px 0 0;
	padding: 0;
}
.stores_map .stores_list {
	float: right;
	width: 430px !important;
}
.store_item {
	margin: 0 0 20px;
	list-style-type: none;
	color: #515151;
	text-align: left;
	vertical-align: top;
	width: 45%;
}
.stores_map .store_item {
	width: 100%;
}
.store_site {
	margin-top: 0;
}
.region_search, .map_search {
	padding: 25px 15px;
}
.yaMap_search {
	margin-top: 15px;
}
#yaMapSearch {
	float: left;
}
.YMaps-b-balloon-wrap .YMaps-b-balloon-content {
	height: auto!important;
	white-space: nowrap;
}
.vertical_scroll {
	float: right;
	width: 190px;
	height: 440px;
	padding: 13px 0 13px 15px;
	background: #eee;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.city_list_wr {
	height: 440px;
	padding-right: 36px;
	overflow: hidden;
}
.city_list {
	padding: 0;
}
.city_list_item {
	margin: 0 0 10px;
	list-style-type: none;
}
a.city_list_link {
	text-decoration: none;
	color: #494949;
	border-bottom: 1px dotted #494949;
}
a.city_list_link:hover {
	border-bottom-color: transparent;
}
.close {
    background: url("../image/sprite.png") no-repeat scroll 0 -1009px rgba(0, 0, 0, 0);
    content: "";
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
}
 .compare_up {
	display: none;
	color: #fff;
	font-size: 11px;
	height: 35px;
	padding-top: 14px;
	position: absolute;
	width: 140px;
	background: #616161;
	border-radius: 3px;
	z-index: 100;
}
.item_grid .compare_up {
	background: blue;
	right: 5px;
	bottom: -3px;
}
.item_bottons .compare_up {
	background: blue;
	right: 0;
	top: 28px;
}
.compare_up a {
	color: #fff;
	font-size: 11px;
}
a.compare_link {
	float: right;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	height: 31px;
	line-height: 31px;
	padding: 0 3px 0 8px;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.6;
}
a.compare_link:after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -14px;
	top: 0;
	width: 0;
	border-left: 15px solid #e75021;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: none;
}
a.compare_link.active, a.compare_link.active:after {
	opacity: 1;
}

/* === mycms-dialog === */
.mycms-dialog-conteiner {
    margin-bottom: 7px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    padding: 9px;
    background: #fff;
}
.mycms-dialog-conteiner.sale_termin { width: 1000px; }
.mycms-dialog-conteiner .header {
    position: relative;
    padding: 9px;
	background: -moz-linear-gradient(top,  #ee5222 0%, #d94b1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5222), color-stop(100%,#d94b1f));
	background: -webkit-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: -o-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: -ms-linear-gradient(top,  #ee5222 0%,#d94b1f 100%);
	background: linear-gradient(to bottom,  #ee5222 0%,#d94b1f 100%);
	background-color: #ee5222;
	border: none;
	border-top: 1px solid #f49071;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5222', endColorstr='#d94b1f',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom:10px;
}
.mycms-dialog-conteiner .header .title {
    font-size: 133%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #464646;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 22px;
}
.mycms-dialog-conteiner .header .close {
    position: absolute;
    height: 30px; width: 30px;
    top: 50%; right: 5px;
    margin-top: -15px;
    background: url("../image/sprite.png") no-repeat scroll 0 -1009px rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 1;
}
.mycms-dialog-conteiner .mycms-dialog-content {
    margin: 0 1px;
    -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.mycms-dialog-content .close{
	top: -25px;
	right: 0;
}
/* === compare === */
iframe {
	border:none;
}
.iframe .container {
	margin: 0;
}
.iframe .desc {
	border-top: 1px solid #c1c1c1;
	padding: 0;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
}
.iframe .desc.title_char {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.iframe .desc.title_char table {
	margin-bottom: 0;
	width: 100%;
}
#content.iframe .tabs-compare.desc.title_char li.first {
	border-left: none;
	width: 30%;
}
#content .tabs-compare.desc.title_char li {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	border-left: none;
	height: 37px;
	line-height: 37px;
	margin: 0;
	text-align: center;
	width: 70%;
	float: left;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .tabs-compare.desc.title_char li a {
	font-size: 12px;
	outline: medium none;
}
#content .tabs-compare.desc.title_char li.active a{
	font-weight: 600;
}
#content .tabs-place {
	height: 27px;
}
.iframe .left {
	width: 25%;
	border-right: 1px solid #c2c2c2;
}
.char_text {
	color: #333;
	height: 168px;
	overflow: hidden;
	padding: 10px 5px 0;
}
.char_text div {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}
.iframe .desc.title_char table td {
	border-left: none;
	border-right: none;
	font-size: 12px;
	padding: 10px;
}
.iframe .desc.title_char table td:nth-child(even), .iframe .desc.title_char p, .compare_table td table td:nth-child(odd), .compare_table td p {
	display: none;
}
.iframe .desc.title_char table td > div, .compare_table td table td > div {
	height: 15px;
	overflow: hidden;
}
.iframe .right {
	background-color: #f1f1f1;
	border: none;
	border-left: 1px solid #c2c2c2;
	width: 74%;
}
.compare_table td, .compare_table td table td {
	background-color: #fff;
	border-top: none;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 170px;
}
.compare_table td table {
	margin: 0;
}
.compare_table td table td {
	padding: 10px;
	border-right: 0;
	border-left: 0;
}
.compare_table td table tr:last-child td {
	border-bottom: 0;
}
.compare_table td.top_td {
	border-top: 1px solid #c2c2c2;
	vertical-align: top;
}
.compare_table td .gradient_3 {
	padding: 0 0 5px;
}
#content.iframe .tabs.desc li.first {
	width:187px;
}
.compare_table td div.head_td {
	overflow: visible;
	position: relative;
	width: 168px;
	height: 249px;
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 10px 2px;
}
.compare_price {
	background: blue;
	color: #0b57c4;
	font-size: 14px;
	font-weight: bold;
	height: 29px;
	margin: 5px -10px 9px;
	line-height: 29px;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 170px;
}
#content.iframe .bl_btn {
	bottom: 0;
	left: 18px;
	position: absolute;
}
#content.iframe .addBasket {
	background: blue;
	color: #FFFFFF;
	bottom: 0;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	left: 18px;
	position: absolute;
	text-align: center;
	width: 114px;
}
.compare_item_name {
	height: 54px;
	overflow: hidden;
	padding: 0 5px;
	display: table;
}
.compare_item_name a {
	display: table-cell;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	vertical-align: middle;
}
.compare_item_name a:hover {
	text-decoration: underline;
}
.compare_item_close {
    background: url("../image/compare_item_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
	display: block;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    z-index: 98;
}
#mcs5_container { padding: 10px; }
#mcs5_container .customScrollBox { position: relative; width:100%; overflow: hidden; }
#mcs5_container .customScrollBox .container { position: relative; left: 0; }
#mcs5_container .customScrollBox .content { clear: both; }
#mcs5_container .customScrollBox .content p { padding: 5px; margin: 0 5px; }
#mcs5_container .customScrollBox .content p img { margin-right: 5px; }
#mcs5_container .dragger_container { position: relative; height: 15px; margin-bottom: 6px; display: none; }
#mcs5_container .dragger_rail {
	background: #bcbcbc;
	-webkit-box-shadow: inset 1px 1px 1px rgba(120,120,120,.8);
	-moz-box-shadow: inset 1px 1px 1px rgba(120,120,120,.8);
	box-shadow: inset 1px 1px 1px rgba(120,120,120,.8);
    width: 100%;
	height: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
#mcs5_container .dragger {
	background: url('../image/sprite.png');
	background-position: 0 -458px;
	width: 52px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
}
#mcs5_container .dragger_pressed{
	cursor: pointer;
 }
.page_404 {
	background-color: #fff;
	border: 1px solid #c3c3c3;
	margin: 100px auto 20px;
	padding: 20px;
	text-align: center;
	width: 980px;
}
.serv_table {
	text-align: center;
}
.serv_table td, .serv_table th {
	padding: 5px;
	vertical-align: middle;
}
.product_wr .product_desc .j-tabs_list, .product_wr .product_desc .j-block.visible {
	z-index: 0;
}

.city_list_ttl {
    float: right;
    line-height: 14px;
    width: 205px;
}
.store_item > div > span {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.store_item .store_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product_line {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product_line span {
    color: #ee5222;
}
.line-type ul li{
	width: 160px;
	margin: 0 15px 10px 0;
}
.line-type ul li:nth-child(3n) {
	margin: 0 15px 10px 0;
}
.line-type ul li:nth-child(4n) {
	margin-right: 0;
}
.compare-diff-wait {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.compare-diff-wait > div {
	position: fixed;
	top: 50%;
	left: 43%;
	color: black;
	background: white;
	padding: 15px 25px 15px 30px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 13px;
}
.main-sub {
	text-align: center;
}
.main-sub input[type=text], .cat-sub input[type=text], .prod-sub input[type=text] {
	background: white;
	height: 25px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #b6b6b6;
	line-height: 25px;
}
.main-sub input[type=text] {
	width: 200px;
	margin: 0 10px;
}
.main-sub input[type=button], .cat-sub input[type=button], .prod-sub input[type=button] {
	background: #fd7225;
	color: white;
	border: 0;
	height: 25px;
	padding: 0 20px;
	border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.main-sub input:last-child:hover, .cat-sub input:last-child:hover, .prod-sub input:last-child:hover {
	background: #fe5d04;
}
.main-sub p {
	margin: 0;
}
.cat-sub {
	padding: 0 10px;
}
.cat-sub p {
	color: #3c3b3b;
	margin: 10px 0;
}
.cat-sub input[type=text] {
	width: 180px;
}
.cat-sub input[type=button] {
	margin: 10px 0;
	width: 100%;
}
.prod-sub {
	height: 127px;
	padding-bottom: 10px;
}
.prod-sub p.sub-title {
	margin: 0;
	line-height: 24px;
}
.prod-sub input[type=button] {
	width: 235px;
}
.prod-sub input[type=text] {
	width: 213px;
	margin: 10px 0;
}
.ye-span {
	font-size: 12px!important;
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}
.ye-note1 {
	float: right;
	width: 197px;
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	color: #000;
}
.ye-note2 {
	text-align: center;
	padding-top: 7px;
	font-size: 10px;
	color: #000;
}
.linkblock {
	cursor: pointer;
}
.text_subright{
	text-align: left;
	margin-left: 61%;
}
.vertical_center{
	margin-top: 17%;
}
.xxl_warranty_text{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 15px;
	font-style: inherit;
	vertical-align: baseline;
	color: black;
	line-height: 16px;
}
.xxl_warranty_picture{
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	position: relative;
	left: -15px;
}
.xxl_warranty_picture img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: middle;
}
.xxl_warranty_block{
	margin: 0 0 40px;
	padding: 0 55px;
	border: 0;
	outline: none;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	float: left;
	width: 326.656px;
	text-align: center;
	box-sizing: border-box;
}
.xxl_warranty_button_block{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 12.96px;
	font-family: Helvetica;
	vertical-align: baseline;
	text-align: center;
	color: rgb(53, 40, 40);
}
.xxl_warranty_button_block{
	cursor: pointer;
	margin: 0;
	padding: 17px 30px;
	border: 0;
	outline: none;
	font-size: 20px;
	font-weight: 700;
	font-style: inherit;
	font-family: Arial;
	vertical-align: middle;
	color: white;
	display: inline-block;
	text-decoration: none;
	height: auto;
	line-height: 21px;
	border-radius: 0;
	background-color: rgb(255, 125, 0);
}
#parent_popup {
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.popup_alert {
  background-color: #fff;
  color: #f00;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -110px;
  height: 150px;
  width: 380px;
  border-radius: 5px;
  z-index: 110;
}
.popup_info_block {
  background-color: #fff;
  color: #f00;
  position: fixed;
  top: 35%;
  left: 30%;
  height: 290px;
  width: 480px;
  border-radius: 5px;
  z-index: 120;
}
.popup_text {
  background-color: #fff;
  color: #000;
  position: fixed;
  top: 15%;
  left: 15%;
  height: 69%;
  width: 69%;
  border-radius: 5px;
  z-index: 110;
}
.popup-header {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height: 35px;
	background: #fd7225;
	color: white;
	border: 0;
	padding: 0 20px;
	border-radius: 5px;
}
.popup-font {
	margin-top: 7px;
	font-size: 14px;
	font-weight: bold;
}
.popup-field {
	width: 95%;
	margin-top: 10px;
	margin-left: 3px;
}
.popup_alert_body {
	width: 94%;
	margin-top: 15px;
	margin-left: 3%;
	text-indent: 25px;
}
.popup-underfield-font {
	font-size: 10px;
	color: #000;
	margin-left: 5px;
    width: 95%;
    text-align: left;
}
.popup-button {
position: absolute;
right: 5px;
bottom: -20px;
}
.popup-table {
	border: 0;
	width: 96%;
	margin-top: 10px;
	margin-left: 2%;
	color: #000;
}
.popup-table tr{
	width: 50%;
}
.popup-table tr:nth-child(2n+1){
  background-color: #ddd;
}
.popup-table tr:nth-child(2n+0){
  background-color: #f6f6f6;
}
.popup-close {
	margin-top: 5px;
	height: 25px;
}
.grafik_to_table {
	margin-bottom: 0.8em;
	border-collapse: collapse;
	border-spacing: 0;
}
.grafik_to_table td{
	margin: 0;
	padding: 2px 4px;
	border-style: solid;
	border-color: rgb(195, 195, 195);
	outline: none;
	font-size: 1em;
	font-style: inherit;
	vertical-align: top;
	font-weight: 600;
}
.grafik_to_action {
	font-weight: 100;
	float: left;
	text-align: left;
}
.grafik_to_value {
	float: left;
	text-align: left;
}
.x_mark_o {
	color: rgb(255, 102, 0);
}
.x_mark_b {
	color: rgb(0, 0, 128);
}
.registration_step{
	margin-bottom: 40px;
	padding: 0 0 0 20px;
	border-width: 0 0 2px;
	border-bottom-style: solid;
	outline: none;
	font-family: Helvetica 7;
	font-size: 22pt;
	font-weight: bold;
	font-style: inherit;
	vertical-align: baseline;
	width: 49%;
	box-sizing: border-box;
}
.active_step{
	border-bottom-color: rgb(236, 83, 36);
	color: black;
}
.passive_step{
	border-bottom-color: rgb(229, 229, 229);
	color: rgb(229, 229, 229);
}
.registration_step_body{
	width: 49%;
}
.agreement_info{
	margin-top: 40px;
	font-size: 11px;
	color: rgb(162, 162, 162);
	width: 100%;
}
.success_message{
	color: rgb(236, 83, 36);
	font-size: 25px;
}
.back_message{
	color: #000;
	font-size: 20px;
	border-bottom: 2px dashed #000;
	margin-left: 24px;
	cursor: pointer;
}
.policy_link_message{
	font-size: 13px;
	color: rgb(132, 132, 132);
	cursor: pointer;
	border-bottom: 1px dotted rgb(132, 132, 132);
}
.warranty_registration_step_row{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}
.warranty_registration_select_box{
	width: 98%;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 300;
}
.warranty_registration_select_box option:first{
    color: #fff;
}
#policy_popup_body{
	width:96%;
	height: 80%;
	margin-left: 2%;
	margin-top: 20px;
	overflow: auto;
	text-indent: 30px;
	font-size: 14px;
}
#policy_popup_body span{
	text-decoration: underline;
	font-weight: 300;
}
#warranty_sn_registration{
	margin: 0;
	width: 95%;
}
.warranty_registration_input{
	margin-top: 0;
	width: 89%;
}
.warranty_registration_step_row img{
	width: 5%;
	margin-top: 10px;
	margin-right: 5px;
}
.warranty_registration_step_row input{
	font-size: 18px;
}
.warranty_registration_step_row span{
	font-size: 11px;
	width: 100%;
}
.wrong_warranty_input{
	color: rgb(236, 83, 36);
	font-weight: 500;
}
.empty_option{
	color: #aaa;
}
.empty_option option{
	color: #000;
}
.clearHREF{
    text-decoration: none;
    outline: none !important;
}
/* Slider --------------------------- */
/* rus */
.main_slider li[data-title="Культиваторы"] {height: 560px;background-image:url(/image/data/05.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Газонокосилки"] {height: 560px;background-image:url(/image/data/04.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Бензопилы"] {height: 560px;background-image:url(/image/data/01.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Генераторы"] {height: 560px;background-image:url(/image/data/00.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Сварочные аппараты"] {height: 560px;background-image:url(/image/data/03.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Стабилизаторы"] {height: 560px;background-image:url(/image/data/02.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Зарядные устройства"] {height: 560px;background-image:url(/image/data/07.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Автокомпрессоры"] {height: 560px;background-image:url(/image/data/08.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Снегоуборщики"] {height: 560px;background-image:url(/image/data/09.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Мотокосы"] {height: 560px;background-image:url(/image/data/06.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Мойки высокого давления"] {height: 580px;background-image:url(/image/data/10.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}

/* ukr */
.main_slider li[data-title="Культиватори"] {height: 560px;background-image:url(/image/data/05.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Газонокосарки"] {height: 560px;background-image:url(/image/data/04.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Бензопили"] {height: 560px;background-image:url(/image/data/01.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Генератори"] {height: 560px;background-image:url(/image/data/00.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Зварювання"] {height: 560px;background-image:url(/image/data/03.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Стабілізатори"] {height: 560px;background-image:url(/image/data/02.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Зарядні пристрої"] {height: 560px;background-image:url(/image/data/07.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Автокомпресори"] {height: 560px;background-image:url(/image/data/08.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Снігоприбиральники"] {height: 560px;background-image:url(/image/data/09.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Мотокоси"] {height: 560px;background-image:url(/image/data/06.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}
.main_slider li[data-title="Мийки високого тиску"] {height: 580px;background-image:url(/image/data/10.jpg);background-position: 50% 100%;background-size: cover;background-repeat:no-repeat;}

.main_slider li a img{margin-top: 35px;width: 980px;}
/*.bx-viewport {height: 550px !important;}*/

/* Buttons --------------------------- */
@media (max-width: 1215px) { .bx-pager-item a { font-size: 10px !important; } }
@media (max-width: 1134px) {
	.bx-pager-item a { font-size: 9px !important; }
	html[lang="uk"] .bx-pager-item a { font-size: 9.35px !important; }
}
@media (max-width: 1050px) { html[lang="ru"] .bx-pager-item a { font-size: 8.6px !important; } }

.selector_frame {
	height: 150px;
	line-height: 0;
	overflow: hidden;
}
.selector_frame ul {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.selector_frame ul li{
    float: left;
    width: 180px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    background: #fff;
    color: #ddd;
    text-align: center;
    list-style-type: none;
}
.selector_item {
    opacity: 0.4;
}
.selector_selected_item{
    opacity: 1;
}
.selector_frame ul li.active {
	color: #fff;
}
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: rgb(236, 83, 36);
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}
.selector_frame ul li img{
    height: 100px;
}
.selector_frame ul li span{
    font-size: 12px;
    line-height: 12px;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 0;
}
#selector_headers{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #777;
}
#selector_headers tr td{
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: #f4f4f4;
}
.selector_header{
    border-bottom: dashed;
    border-width: 1px;
    cursor: pointer;
}
.selector_header:hover{
    color: #333;
}
.selectorContent{
    width: 950px;
    width: calc(100% - 36px);
    float: left;
}
.selector_active{
    color: #fbded5;
    cursor: default;
}
.selector_active:hover{
	color: #fbded5;
}
.selectorArrow{
    width: 16px;
    height: 60px;
    padding: 0;
    display: inline-block;
}
.selectorArrow img{
    cursor: pointer;
}
#leftSelectorArrow{
    float:left;
    margin: 40px 2px 40px 0;
}
#rightSelectorArrow{
    float: right;
    margin: 40px 0 40px 2px;
}
.categorySelector{
    width: 100%;
}
.subscribe_block{
    color: #444;
    padding: 15px 0 15px 0;
    margin: 0;
    font-size: 16px;
    border-radius: 3px;
    background-color: #f4f4f4;
}
.main_page_tabs{
    background-color: #fff;
    border-bottom-color: #fff;
    color: #111;
    position: relative;
    z-index: 0;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
}

.main_page_tab span,
.main_page_tab a{
    background: none;
    border: none;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 30px 12px 0;
    color: #666;
    background-color: #fff;
    vertical-align: baseline;
    z-index: -3;
    letter-spacing: 0.03em;
}
.main_page_tab.active span,
.main_page_tab.active a {
    background: none;
    background-color: #fff;
    border: none;
    color: #111;
    position: relative;
    z-index: 0;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
}
.main_page_tab.active:after,
.main_page_tab.active:before{
    display: none;
}
.main_page_tab:first-child span,
.main_page_tab:first-child a{
    border: none;
}
.video_item{
    width: 483px;
    margin-bottom: 15px;
    height: 285px;
}
.video_hover_play{
    width: 80px;
    height: 80px;
    opacity: 0.2;
    position: absolute;
    top: 98px;
    left: 197px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.video_image_holder{
    width: 475px;
    height: 277px;
    background-size: cover !important;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid #f4f4f4;
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.video_item:hover .video_image_holder{
    opacity: 1;
    border-color: #fa6800;
}
.video_item:hover .video_tab_header{
    opacity: 0.0;
}
.video_item:hover .video_hover_play{
    opacity: 0.9;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.video_tab_header{
    width: 455px;
    height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    color: #fff;
}
#video_frame{
    width: 672px;
    height: 408px;
    padding: 10px;
    position: fixed;
    left: 0;
    left: calc(50% - 290px);
    top: 0;
    top: calc(50% - 185px);
    background-color: #f4f4f4;
    z-index: 110;
}
#video_popup_close{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.under_frame{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #000 !important;
}
.under_frame img{
    height: 20px;
    position: relative;
    left: 3px;
    bottom: 2px;
}
.position_reset{
	position: relative;
	top: 0;
	left: 0;
}
#video_header a,
#video_frame a{
    outline: none;
}
.info_links a{
    color: rgba(255, 255, 255, 0);
}
.video_page_item{
    width: 300px;
    margin-top: 15px;
    margin-left: 34px;
    height: 177px;
    display: inline-block;
}
.video_page_item:nth-child(3n-2){
    margin-left: 0;
}
.video_page_hover_play{
    width: 60px;
    height: 60px;
    opacity: 0.5;
    position: absolute;
    top: 55px;
    left: 116px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.video_page_image_holder{
    width: 292px;
    height: 169px;
    background-size: cover !important;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid #f4f4f4;
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.video_page_item:hover .video_page_image_holder{
    opacity: 1;
    border-color: #fa6800;
}
.video_page_item:hover .video_page_header{
    opacity: 0.0;
}
.video_page_item:hover .video_page_hover_play{
    opacity: 0.9;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.video_page_header{
    width: 272px;
    height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    color: #fff;
    line-height: 12px;
    display: table;
}
.video_page_header span{
    display: table-cell;
    vertical-align: middle;
}
.video_page_content{
    margin-bottom: 30px;
}
.shineeffect{
    overflow: hidden;
}
.shineeffect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shineeffect:hover::before {
    display: block;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.grayscale_effect{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    filter: grayscale(30%);
}
.grayscale_effect:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.pagination_2016 {
    border: none;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
}
.pagination_2016 .links {
    float: right;
}
.pagination_2016 .links a, .pagination_2016 .links b {
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 10px;
}
.pagination_2016 .links a {
    background-color: #efefef;

}
.lt-ie9 .pagination_2016 .links a{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 );
}
.pagination_2016 .links b {
    color: #fff;
}
.pagination_2016 .links a:hover {
    background: #fbfbfb;
    color: #ee5222;
    font-weight: 600;
    border-color: #e0e0e0;
}
.lt-ie9 .pagination_2016 .links a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 );
}
.pagination_2016 .results {
    float: left;
    padding-top: 3px;
}
.invisible_field{
	background: none !important;
	width: 33%;
	margin-left: 3px;
    margin-top: 10px;
	box-shadow: none !important;
	border: none !important;
    float: left;
    font-size: 12px;
    height: 22px !important;
}
.invisible_field::-webkit-input-placeholder {color:#eee;}
.invisible_field::-moz-placeholder          {color:#eee;}
.invisible_field:-moz-placeholder           {color:#eee;}
.invisible_field:-ms-input-placeholder      {color:#eee;}
.invisible_field:focus{
    box-shadow: 0 0 10px rgba(238,82,34,0.5) !important;
    border: 1px solid #ee5222 !important;
    background-color: #ffffe6 !important;
}
.main_slider{
	display: none;
}
.shop_search_result{
	margin-bottom: 20px;
}

@media (max-width: 499px) {
	#map {
		height: 300px !important;
	}
	.docs_table th {
		display: none;
	}
	.docs_table td {
		display: block;
		width: 100%;
		word-wrap: break-word;
		padding: 15px 0 15px 15px;
	}
	.jq-selectbox__select {
		width: 235px;
		height: 33px;
		padding: 0 45px 0 10px;
		margin-bottom: 20px;
	}
}