body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/16px Arial, sans-serif;
	width: 100%;
	color:#333;
	background:#fff;
}
a {
	color:#333;
	text-decoration:underline;
}
b,
strong {
	font-weight:bold;
}
i,
em {
	font-style:italic;
}
.clear::before, .clear::after {
    content: "";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.clear::after, .clear {
    clear: both;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	max-height: 9001em;
}
.content {
	padding:0 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
}
.logo {
	margin:10px auto 14px;
	text-align:center;
	line-height:0;
	text-decoration:none;
	display:block;
}
.logo img {
	display:block;
	height:28px;
	margin:0 auto 2px;
}
.logo span {
	display:block;
	line-height:12px;
}
.top_tools {
	height:46px;
	padding:0 10px;
	background:#373737;
	position:relative;
	overflow:hidden;
}
.top_tools .mobile_menu {
	display:block;
	height:26px;
	width:20px;
	background:url(images/menu.png) center center no-repeat;
	float:left;
	margin:10px 15px 10px 0;
	cursor:pointer;
}
.top_tools form  {
	display:block;
	float:left;
	margin:10px;
	position:relative;
	width:190px;
	background:#fff;
	border-radius:3px;
	height:26px;
}
.top_tools input[type='text']{
	border:none;
	border-radius:3px 0 0 3px;
	background:#fff;
	padding:0 10px;
	height:26px;
	color:#333;
	font:italic 12px/26px 'Arial', sans-serif;
	display:inline;
	width:133px;
}
.top_tools input[type='submit']{
	width:30px;
	height:26px;
	display:inline;
	background:url(images/search.png) center center no-repeat #5c5c5c;
	border:none;
	border-radius:3px;
	cursor:pointer;
	float:right;
}
.top_tools .right {
	float:right;
	display:inline-block;
}
.top_tools .right .phone {
	display:block;
	margin:9px 15px 9px 0;
	height:28px;
	background:url(images/phone.png) center center no-repeat;
	width:16px;
	line-height:0;
	float:left;
}
.top_tools .right .little_cart {
	float:right;
	margin:3px 0 3px;
	height:40px;
	width:40px;
	position:relative;
	background:url(images/little_cart.png) 0 7px no-repeat;
}
.top_tools .right .little_cart span {
	background:#ff6006;
	color:#fff;
	padding:4px 1px 4px 0;
	height:19px;
	width:19px;
	text-align:center;
	line-height:12px;
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
}


/* Middle
-----------------------------------------------------------------------------*/
.content_page {
}
.slider {
	position: relative;
	margin: 10px 10px 20px;
	overflow: hidden;
}
.slider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}
.slider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.slider ul li > a,
.slider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}
.slider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border:1px solid #ddd;
	border-radius:15px;
}
.slider nav {
	display:none;
}

.cbp-fwdots {
	position: absolute;
	bottom: 5px;
	right:10px;
	text-align:right;
	white-space: nowrap;
	width: 100%;
}
.cbp-fwdots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #333;
	margin:0 0 0 5px;
	border-radius: 50%;
	cursor: pointer;
	border:4px solid #333;
	box-shadow: 0 0 1px #fff;
}
.cbp-fwdots span:hover,
.cbp-fwdots span.cbp-fwcurrent {
	background: #fff;
}
.block_title {
	margin:0 10px 15px;
	height:30px;
	position:relative;
	overflow:hidden;
}
.block_title span {
	display:inline-block;
	padding:0 15px;
	line-height:30px;
	color:#fff;
	background:#ff6006;
	text-decoration:underline;
	margin:0 20px 0 0;
}
.panel-back {
	display:block;
	padding:0 10px 0 40px;
	height:45px;
	font:bold 15px/45px "Arial",sans-serif;
	background: url(images/back_link_bg.png) 12px center no-repeat #828282;
	margin:0 0 26px;
	text-decoration:none;
	color:#fff;
}
h1, .main_title {
    font: bold 16px/19px "Arial",sans-serif;
    margin: 0 10px 14px;
    text-transform: uppercase;
}
h2, .sub_title {
    font: bold 18px/20px "Arial",sans-serif;
    margin: 0 10px 10px;
    text-transform: uppercase;
}
h3 {
    font: bold 16px/18px "Arial",sans-serif;
    margin: 0 10px 20px;
}
.catalog_list_item_recommend {
	border-bottom:1px solid #ddd;
}
.catalog_list_item .item {
	padding:14px 10px;
	border-top:1px solid #ddd;
	clear:both;
}
.catalog_list_item .item::before, .catalog_list_item .item ::after {
    content: "";
    display: table;
}
.catalog_list_item .item .item_img {
	display:inline-block;
	width:65px;
	height:65px;
	margin:0 10px 0 0;
	line-height:0;
	position:relative;
	overflow:hidden;
	text-align:center;
	float:left;
}
.catalog_list_item .item .item_img span {
	display:table-cell;
	width:65px;
	height:65px;
	vertical-align:middle;
}
.catalog_list_item .item .item_img span img {
	max-width:65px;
	max-height:65px;
}
.catalog_list_item .item .item_desc {
	margin:0 10px 0 75px;
	display:block;
}
.catalog_list_item .item .item_name {
	display:block;
	line-height:14px;
	margin:0 0 6px;
}
.catalog_list_item .item .old_price {
	text-decoration:line-through;
	margin:0 0 4px;
	display:block;
	line-height:12px;
}
.catalog_list_item .item .item_price {

}
.catalog_list_item .item .item_price .price {
	display:inline-block;
	color:#ff6006;
	font-size:14px;
	line-height:20px;
}
.catalog_list_item .item .item_price .price span {
	font-size:18px;
	display:inline-flex;
}
.catalog_list_item .item .item_price a.add_cart {
	background:url(images/add_cart.jpg) center center no-repeat;
	width:20px;
	height:20px;
	line-height:0;
	display:block;
	float:right;
	position:relative;
	z-index:2;
}
.item_page .property {
	padding:0 10px;
	margin:0 0 15px;
	font-size:14px;
}
.item_page .property span {
	font-weight:bold;
}
.item_page .photo_block {
	margin:0 0 26px;
}
.item_page .photo_block .large_image {
	border:1px solid #ddd;
	border-radius:15px;
	text-align:center;
	position:relative;
	overflow:hidden;
	width:290px;
	height:290px;
	margin:0 auto 14px;
	line-height:0;
}
.item_page .photo_block .large_image span {
	width:290px;
	height:290px;
	display:table-cell;
	vertical-align:middle;
}
.small_image_list {
	margin:0 auto;
	padding:0 5px;
	display:block;
	text-align:center;
}
.item_page .photo_block .small_image {
	border:1px solid #ddd;
	border-radius:15px;
	text-align:center;
	position:relative;
	overflow:hidden;
	width:88px;
	height:88px;
	margin:0 4px;
	display:inline-block;
	line-height:0;
}
.item_page .photo_block .small_image img {
	max-width:88px;
	max-height:88px;
}
.item_page .price {
	text-align:center;
	font-size:17px;
	line-height:27px;
	color:#ff6006;
	font-weight:bold;
	margin:0 0 20px;
}
.item_page .price span {
	font-size:27px;
}
.item_page .add_cart {
	display:block;
	background:url(images/add_card.png) center center no-repeat;
	height:38px;
	width:219px;
	line-height:none;
	margin:0 auto 35px;
}
.catalog_menu {
}
.catalog_title {
	color:#fff;
	background:#333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 10px;
	height:42px;
	line-height:42px;
}
.catalog_menu ul {
	margin:0;
	list-style-type:none;
}
.catalog_menu ul li {
	display:block;
	background:url(images/menu_li_border.png) bottom left repeat-x #e8e8e8;
	padding:8px 16px 8px 12px;
}
.catalog_menu ul li a {
	display:block;
	text-decoration:none;
	line-height:14px;
	font-weight:bold;
	background:url(images/menu_li_bg.png) top right no-repeat;
	padding:1px 20px 1px 0;
}
.catalog_menu ul li:hover {
	background-color:#fff;
}

#tabsholder {
	margin:0 0 25px;
}
.marginbot {
}
ul.list li {
	list-style-type:none;
}
ul.tabs {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
	padding:0 0 0 10px;
}
ul.tabs li {
	list-style-type:none;
	cursor:pointer;
	border: 1px solid #c2c2c2;
    display: inline-block;
    text-decoration: none;
	font-weight:bold;
	margin:0 0 0 -4px;
	line-height:24px;
	height:24px;
	border-radius:6px 6px 0 0;
	background:#f9f9f9;
	transition:all 0.6s;
	width:160px;
	max-width:50%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
ul.tabs {
	margin:0 !important;
}
ul.tabs li:hover ,
ul.tabs li.current {
	position:relative;
	border-bottom-color:#f9f9f9;
	z-index:9;
}
.tabscontent {
	padding:25px 20px 15px;
	display:none;
	border: 1px solid #c2c2c2;
	margin:-5px 0 0 0;
	background:#f9f9f9;
	border-right:none;
	border-bottom:none;
	background: rgb(249, 249, 249);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
	background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
	background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 100%);
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding:35px 0;
}
.footer .footer_menu {
	margin:0 0 25px;
}
.footer .footer_menu li {
	display:block;
}
.footer .footer_menu li a {
	display:block;
	text-align:center;
	padding:0 10px;
	font-size:14px;
	line-height:16px;
	margin:0 0 12px 0;
}
.footer a {
	color:#015398;
}
.full_version {
	display:block;
	font-size:10px;
	line-height:10px;
	text-align:center;
}


/* Mobile
-----------------------------------------------------------------------------*/

.pushy {
  position: fixed;
  width: 320px;
  height: 100%;
  max-width:100%;
  top: 0;
  z-index: 9999;
  background: #373737;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.pushy ul {
	margin:40px 0 20px 0;
}
.pushy ul li {
	display:block;
	border-bottom:1px solid #aaa;
	margin:0 5px;
}
.pushy ul li a {
  display: block;
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
  outline: 0;
  font-size:14px;
  line-ehigth:14px;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-left {
  -webkit-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.mobile_menu_close  {
	background:url("images/close_menu.png") no-repeat center center;
	posititon:relative;
	height:30px;
	width:30px;
	float:right;
	margin:5px 10px;
	display:block;
	cursor:pointer;
	padding:0 !important;	
}
@media only screen and (max-width: 320px) {
.top_tools form {
	display:none;
}
.catalog_list_item .item .item_price .price {
	font-size:12px;
}
.catalog_list_item .item .item_price .price span {
	font-size:16px;
}
.item_page .photo_block .large_image,
.item_page .photo_block .large_image span {
	width:270px;
	height:270px;
	max-width:98%;
}
.small_image_list {
	text-align:left;
}
ul.tabs li {
	font-size:11px;
}
}
@media only screen and (min-width: 710px) {
.cbp-fwdots {
	text-align:center;
}
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}