﻿@import "style480.css";
@import "style320.css";
@import "style-ipad12.css";
@import "style-iphone4+.css";
@import "style-iphone6+.css";
@import "style569-767.css";
@import "style768-1024.css";
@import "style1025-1250.css";
@import "style900-1024.css";
@import "style851-1230.css";
@import "contact.css";
/* https://market.yandex.ua/faq.xml?CAT_ID=7156311&hid=6269371�? */
.tabs {
	min-width: 320px;
	max-width: 750px;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "\f19a";
}
.tabs>label[for*="2"]:before {
	content: "\f17a";
}
.tabs>label[for*="3"]:before {
	content: "\f13b";
}
.tabs>label[for*="4"]:before {
	content: "\f13c";
}
/* Изменения стиля переключателей вкладок при наведении */
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 569px) {
	#header2 {
		height: 300px !important;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #ffffff !important;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:13px;
}
/*
New Year style
	background: url('/image/data/ARTICLES/special-images/christmas-bg2.jpg') repeat;
*/
/*
AB-test
*/
.button-green{
background: green !important; 
}
/*
END AB-test
*/
div.container, #header1{
background-color: #fff !important;
}
#header2, #header3{
padding:0 !important;
}
#header2 .container{
 padding: 18px 12px 8px 12px; 
}
#header3 .container{
padding-top: 6px; 
height: 60px;
}
/*
End New Year style
*/
/*
*New style
*/
#header3 #menu, #column-left #column-left-category, #header3 .label-menu, #column-left .label-category{
display:none;
}
/*
*End New style
*/
#content .product-grid a {
	 text-decoration:none;
	 color: #9c6f34 !important;
	} 
table { 
  width: 100%; 
  border-collapse: collapse; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px;  
  text-align: left; 
}
h1, h2, h3, .box-heading{
	color:#383838;
	font-weight:normal;
	/*text-transform:uppercase; */
}
h1, .box-heading{
	margin:10px 0px 8px 0px;
	font-size: 23px;
	padding-bottom:8px;
	border-bottom:solid 1px #ebebeb;
}
h2 {
	margin:10px 0px 6px 0px; /* 8 0 6 0 */
	font-size: 21px;
	padding-bottom:6px;
	border-bottom:solid 1px #ebebeb;
}
h3 {
	margin:6px 0px 6px 0px;
	font-size: 19px;
}
h4{
	font-size:16px;
}
p {
	margin: 2px 0px 16px 0px;
	line-height:1.4em;
}
a {
	color: #3b7d9d;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
input[type='text'], input[type='password'], textarea, select {
	background: #e6e6e6;
	color:#888888;
	border: none;
	padding: 5px 10px;
}
select {
	padding: 2px;
	border-radius:3px;
}
label {
	cursor: pointer;
}
ul, li{
	list-style:none;
}
/* layout */
div.container {
 max-width: 1240px;
 min-width:940px;
	margin: 0px auto;
	padding:0px 12px;
	position:relative;
}
#column-left {
	float: left;
	width: 210px;
}
#column-right {
	float: right;
	width: 210px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 230px;
}
#column-right + #content {
	margin-right: 230px;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
/* header */
#header1 {
	height:35px;
	background: url('../image/header1-bg.png') bottom repeat-x;
}
#header1 div.container > div, #footer > div{
  display:inline-block;
	vertical-align:top;
	margin-right:1%;
}
div.worktime{
  font-size:17px;
	line-height:17px;
	color:#006b8d;
	margin-top:5px;
	margin-left:0px;
	text-align:center;
}
div.worktime div{
  font-size:12px;
	color:#666666;
}
div.email{
  margin-top:6px;
	padding-right:8px;
	float:right;
}
div.email a{
  font-size:12px;
	color:#0692d8;
}
div.we-accept, div.we-send{
  padding:4px 1% 4px 1%;
	/*margin-top:20px;*/
  border-left:solid 1px #eeeeee;
	font-size:10px;
	color:#bbbbbb;
	float:right;
}
div.we-send{
  padding-right:0px;
}
div.we-accept span, div.we-send span{
  display:inline-block;
	vertical-align:middle;
	padding-right:12px;
}
div.we-accept img, div.we-send img{
  display:inline-block;
	vertical-align:middle;
}
#header2 {
  padding:18px 0px 8px 0px;
}
#logo {
	display:block;
	/*padding:6px 8px 0px 50px;*/
	text-align:center;
}
div.phones{
	font-size:18px;
	/*line-height:30px;*/
	font-family: 'PT Sans Narrow', sans-serif;
	padding:2px 0px 2px 0px;
}
div.phones span.red{
	color: red;
	font-size: 120%;
}
div.phones span.advice{
	font-size:12px;
	vertical-align:top;
}
a.callme{
  display:inline-block;
	font-size:14px;
	color:#000000;
	padding:6px 12px 5px 12px;
	/*margin-right:22px;*/
	background:#f1f1f1;
	border-radius:6px;
	text-decoration:none;
	box-shadow:0px 2px 2px #c0c0c0;
}
.callme:hover {
	background: #e3e3e3 !important;
	}
div.address{
	font-size:12px;
	padding:10px 0px 2px 0px;
	max-width:250px;
}
div.address a{
	color: SteelBlue;
	text-decoration: none;
	border-bottom: 1px dotted SteelBlue;
}
button.mangotele_btn {
  filter: none;
  background: #00cc00;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  color: #000000;
  margin-left: 60px;
}
button.mangotele_btn:hover {
  background: #00b200;
}
#welcome {
	font-size:13px;
	margin:0px 0px 14px 80px;
}
#welcome a{
}
.superblock{
  display:block;
  width:302px;
	/*height:116px;*/
	height: 165px !important;
	margin:40px 12px 0;
	position:relative;
/*
	background: url('/image/data/ARTICLES/special-images/christmas-baner.png') center top no-repeat !important;*/
	background: url('/image/data/banner22.png') center top no-repeat !important;
	background-size: contain !important;
}
/*.superblock #text2{
  display:block;
	font-size:11px;
	position:absolute;
	bottom:5px;
	right:10px;
}
.superblock #text2 span{
  color:#333333;
	border-bottom:dotted 1px #333333;
	cursor:pointer;
	z-index:99;
}
.superblock #text2 em{
  display:block;
  position: absolute;
	right:2px;
	top:20px;
	display:none;
	padding: 14px;
	border-radius:8px;
	box-shadow: 0px 0px 6px #DDDDDD;
	background: #FFF;
	text-align:left;
	z-index:9999;
	min-width:300px;
}*/
#cart {
  display:inline-block;
	text-align:left;
	padding-top: 14px;
	color:#9c6f34;
}
#cart .heading {
	padding: 0px 0px 8px 80px;
	background: url('../image/cart.png') left center no-repeat;
}
#cart em{
	display:inline-block;
  color: #6a4b23;
	font-size:13px;
	font-style:normal;
	cursor:pointer;
	box-shadow:0px 0px 5px #d9d9d9;
	border-radius:8px;
	padding:5px 10px 4px 10px;
}
#cart .content {
	position: absolute;
	right:2px;
	display:none;
	padding: 14px;
	border-radius:8px;
	min-height: 150px;
	box-shadow: 0px 0px 6px #DDDDDD;
	background: #FFF;
	z-index:999;
}
#cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#cart td {
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .quantity {
	text-align: right;
}
#cart .total {
	text-align: right;
	white-space: nowrap;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info small {
	font-size:8px;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
div#success-in-cart{
  background:#ffffff;
	border-radius:8px;
	box-shadow:0px 0px 12px #c7c7c7;
	width:400px;
	overflow:hidden;
	display:none;
}
div#success-in-cart .image{
  float:left;
	padding:0px 20px 10px 20px;
	width:120px;
}
div#success-in-cart .image img{
  width:100%;
}
div#success-in-cart .title{
font-weight:bold;
color:#000000;
padding:7px 14px;
margin-bottom:16px;
font-size:16px;
background:#f2eee2;
position:relative;
}
div#success-in-cart .title span{
	display:block;
	position:absolute;
	right:10px;
	top:7px;
	width:16px;
	height:17px;
	cursor:pointer;
	background: url('../image/close.png') no-repeat;
}
div#success-in-cart .price{
color:#000000;
padding:10px 0px;
font-weight:normal;
font-size:15px;
}
div#success-in-cart .price span{
font-weight:bold;
color:#166887;
font-size:20px;
}
div#success-in-cart h3{
  font-size:15px;
	line-height:20px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}
div#success-in-cart h3 a{
	color:#57818d;
	text-decoration:none;
}
div#success-in-cart .btns{
  clear:both;
	overflow:hidden;
	margin-top:10px;
	padding:20px;
}
div#success-in-cart .btns span{
  float:left;
	color:#656565;
	border-bottom:dotted 1px #656565;
	line-height:22px;
	cursor:pointer;
}
div#success-in-cart .btns a{
  float:right;
}
#header3 {
	height:50px;
	padding-top:6px;
}
div#socials{
  float:right;
	opacity:0.7;
}
div#socials:hover{
	opacity:1;
}
#search {
  float:left;
	position:relative;
	margin-right: 47px;
}
#search .button-search {
	position: absolute;
  right: 7px;
	top:5px;
  background: url('../image/search-btn.png') center center no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#search input {
	width: 140px;
	padding: 6px 30px 6px 10px;
	background: #ffffff;
	color:#979797;
	border: solid 1px #e7e7e7;
	border-radius:6px;
}
div.menu {
	margin: 0px 140px 0px 230px;
}
div.menu a {
  display:inline-block;
	vertical-align:top;
	margin:8px 14px 0px 0px;
  text-transform:uppercase;
	font-size:12px;
}
div#socials > div{
  display:inline-block;
	vertical-align:top;
	margin-left:10px;
}
.breadcrumb {
	font-size:11px;
	color:#c5c5c5;
	margin-bottom:2px;
}
.breadcrumb a{
	color:#a5a5a5;
}
div#notification{
	width:400px;
	position:fixed;
	top:40%;
	left:50%;
	margin-left:-200px;
	z-index:999;
}
.success, .warning, .attention, .information {
	padding: 16px 16px 16px 42px;
	font-size:15px;
	box-shadow:0px 0px 8px #9a9a9a;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
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: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 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;
	vertical-align: top;
}
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 #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
.button {
	cursor: pointer;
	display:inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	background: #e72b1e url('../image/btn-bg.png') center left repeat-x;
	border-radius: 6px;
	box-shadow:0px 0px 6px #e6e6e6;
	border:none;
	margin:0px;
	padding:6px 12px;
	text-decoration: none;
}
.button:hover {
background-position:top;
 background:#f83831;
}
.buttons {
	border-top: 2px solid #efefef;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* box */
.box {
	margin-bottom: 20px;
	padding-left: 0px !important;
}
/* box products */
.box-product > div {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	margin-bottom: 20px;	
}
.box-product .price {
	margin-bottom:4px;
}
.box-product .cart {
	float:left;
	padding:0px 5px;
}
.box-product .wishlist, .box-product .compare {
	float:left;
}
/* box category */
.box-category ul {
	list-style: none;
	padding-left: 0px !important;
}
.box-category > ul > li {
	padding: 0px 0px 8px 0px;
	font-size:14px;
}
.box-category > ul > li ul {
	display: none;
	margin-left:8px;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 3px 0px;
	font-size:12px;
}
.box-category > ul > li ul > li > a {
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 8px;
	margin-bottom:10px;
	overflow: auto;
}
.product-filter .display {
	float: left;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
div.category-list a {
	display:inline-block;
	padding:6px 6px 6px 0px;
	color:#9c6f34;
	text-transform:uppercase;
}
.specials-name {
  width: 220px;
  }
.name {
	font-size:11px;
	text-transform:uppercase;
}
.name a{
	color:#9c6f34;
}
.price{
	font-size:18px;
	color:#266079;
	font-weight:bold;
}
.price-old {
	color: #b74e4e;
	font-size:14px;
	text-decoration: line-through;
}
.price-new {
}
.product-grid {
  margin-left:-12px;
}
.product-grid > div {
    width: 23%;
	display: inline-block;
	vertical-align: top;
	margin:0px 0px 10px 12px;
	border-bottom:solid 1px #e8e8e8;
	position:relative;
}
.product-grid .name {
	text-align:center;
	max-width:235px;
	margin-top:6px;
	min-height:40px;
}
.product-grid .image{
	position:relative;
}
.product-grid div.hover-block{
	position:absolute;
	width:100%;
	/*height:50%;*/
	display:none;
	left:0px;
	bottom:0px;
	text-align:right;
	background:url('../image/alpha90.png');
}
.product-grid > div:hover div.hover-block{
	display:block;
}
.product-grid .price {
	position:absolute;
	left:0px;
	bottom:20px;
	background:#ffffff;
	border-radius:0px 5px 5px 0px;
	padding:4px 10px;
}
.product-grid .price span{
	display:block;
}
.product-grid .cart {
	padding:12px 10px 8px 0px;
}
.product-grid .cart .button{
	padding:5px 12px;
}
/*  otzivi */
div.box-testimonial{
  margin:40px 0px 30px 0px;
}
div.box-testimonial div.title{
  color:#266079;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}
div.box-testimonial div.title span{
  display:block;
	font-size:18px;
	text-transform:uppercase;
}
div.testimonial > div{
  padding:14px 0px 10px 0px;
	border-bottom:solid 1px #f5f5f5;
	width: 190px;
}
div.testimonial img{
  float:right;
}
div.testimonial div.name{
  margin-right:100px;
	color:#333333;
	font-weight:700;
}
div.testimonial div.name::first-letter{
	color:#ff0000;
}
div.testimonial div.descr{
  width: 190px;
  font-size:10px;
	line-height:16px;
	margin-top:2px;
}
div.product-block{
	padding:50px 24px;
	text-align:center;
}
div.product-block p{
	margin:6px 0px;
	color:#4682b4;
	font-size:24px;
	line-height:28px;
}
div.product-block input{
  text-align:center;
	background:#ffffff;
	box-shadow:inset 0px 0px 4px #dcdcdc;
	color:#7f7f7f;
	font-size:18px;
	padding:14px 12px;
	width:250px;
	border-radius:6px;
}
a.zhdu-zvonka{
  font-size:23px;
	padding:12px 0px;
	width:272px;
	text-align:center;
	margin-top:10px;
}
/* Product *******************************************/
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
}
.product-info > .left + .right {
	margin-left: 420px;
}
.product-info .image {
	float: left;
	margin-bottom: 12px;
}
.product-info .image-additional {
	max-width: 400px;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 8px;
	margin-bottom: 8px;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 6px 0px 10px 0px;
	line-height: 22px;
	font-size:15px;
}
.product-info .description span {
	font-weight:bold;
}
.product-info .price {
	padding: 16px 0px;
	font-size:27px;
	font-weight:bold;
}
.box-product .price-new{
font-size:17px;
}
.product-info .price .price-old {
	font-size: 17px;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	background:#f7f7f7;
	padding: 14px 18px;
	border-radius:8px 8px 0px 0px;
}
.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 {
	overflow:hidden;
	padding: 14px 18px;
	margin-bottom: 20px;
	background:#f7f7f7;
	border-radius:0px 0px 8px 8px;
}
.product-info .cart2 {
	overflow:hidden;
	padding: 2px 0px;
}
.product-info .cart > div, .product-info .cart2 > div {
	float: left;
	vertical-align: top;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	border-top: 1px solid #E7E7E7;
	margin: 10px 0px;
	padding:6px;
}
span.garant{
  margin-right: 4px;
  padding:3px 28px 3px 0px;
	background: url('../image/garant.png') right center no-repeat;
}
div.opt{
  padding:4px 0px 4px 30px;
	background: url('../image/opt.png') left center no-repeat;
}
div.opt .optom{
	color: #00547e;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:dotted 1px #00547e;
}
.fastorder{
  display: block;
	float:right;
	font-weight:normal;
	font-size:14px;
	font-style:italic;
	color: #000;
	padding-left:28px;
	background:url('../image/fastorder.png') left center no-repeat;
}
.fastorder span{
  display: block;
	padding: 12px 16px;
	border-radius: 4px;
	background:#ffff00;
}
.fastorder:hover span{
  background: #FFCC66;
}
div.torg{
	padding-bottom:10px;
	font-size:14px;
}
div.socials1 {
	position: absolute;
	text-aliign: right;
	right: 0px;
	margin-left: 600px;
	color:#b6b6b6;
	width: 320px;
	height: 40px;
}
div.socials1 * {
	display: block;
	float: left;
	}
div.socials1 span {
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 10px;
	}
div.socials1 img{
	height: 30px;
	width:30px;
	opacity: 0.7;
	display: block; 
	width: 30px !important;
	height: 30px !important;
	opacity: 0.7;
}
div.socials1 img:hover {
	opacity: 1;
	}
#button-cart {
  padding: 10px 36px;
}
.click1{
  padding: 9px 12px;
  background: #2490c5 url('../image/btn-bg2.png') top left repeat-x;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;
	margin-left:16px;
	text-transform:none;
	font-size:16px;
}
.click1:hover {
background-position:0 0px;
}
div.product-banner{
  text-align:center;
	padding:4px 2px;
	border:dotted 1px #75a8c0;
	margin:12px 0px;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 49%;
}
.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 */
#footer1 {
	border-top:solid 1px #e8e8e8;
	border-bottom:solid 1px #e8e8e8;
	clear: both;
	overflow: auto;
	padding:14px 0px;
}
#footer1-left{
	float:left;
}
#footer1-right{
	float:right;
}
#footer1-center{
	margin-left: 220px;
}
#footer1 a + a{
	padding-left:12px;
}
#footer2{
overflow: auto;
padding:10px 0px;
}
#footer2-left{
	float:left;
}
#footer2-right{
	float:right;
}
#footer2-center{
	margin:0px 100px 0px 220px;
}
#powered{
	line-height:42px;
	padding-left:100px;
	background:url('/image/data/images/xenon_logo_min-min.png') left center no-repeat;
	max-width:210px;
	font-size:12px;
	/*color:#b6b6b6;
	font-weight:bold;*/
}
#footer2 #begelogo{
	float:right;
}
#footer2 #begelogo a{
	display:block;
	height:44px;
	text-indent:-7000px;
	width:59px;
	background:url('../image/begelogo.png') center center no-repeat;
}
#footer2-center .we-accept, #footer2-center .we-send{
 margin:5px 0px 0px 0px;
}
div.weinnmbrs{
	background:#ffffff;
	box-shadow:2px 2px 8px #dddddd;
	padding:16px;
	border-radius:6px;
	margin-bottom:10px;
	margin-right:4px;
}
div.weinnmbrs-item{
	color:#c27e51;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	border-top:solid 2px #ebebeb;
	padding:12px 0px;
}
div.weinnmbrs-item > div{
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	color:#909090;
}
div.weinnmbrs-item span{
	font-size:15px;
}
div.weinnmbrs-img1, div.weinnmbrs-img2{
	display:table-cell;
	vertical-align:middle;
	height:40px;
	padding:0px 6px 0px 76px;
	font-weight:bold;
	background:url(../image/left-icon1.png) left center no-repeat;
	border:solid 1px #c3c3c3;
}
div.weinnmbrs-img2{
	background:url(../image/left-icon2.png) left center no-repeat;
}
div.osram{
	height:122px;
	background:url(../image/osram.png) left center no-repeat;
}
/** DIV CLASS DESCRIPTION A */
.descibe-it {
  text-align: justify !important;
  margin-bottom: 20px;
  }
.descibe-it h2 {
  color: #000;
  text-decoration: none;
  border: 0px;
  margin-bottom: - 15px;
  font-size: 18px;
  }
.descibe-it ul li {
  list-style: disc;
  }
.descibe-it ol li {
  list-style: decimal;
  }
.descr-title {
  font-size: 24px;
  color: #3b7d9d;
  }
.msg_error {
	padding: 6px;
	color: red;
	display:none;
}
.elem {
	margin-bottom: 12px;
	overflow:hidden;
}
.elem input, .elem select, .elem textarea  {
	font-size:12px;
	width: 90%;
}
.call {
  float:left;
	text-align:right;
	margin-right:2%;
	width:29%;
}
.field {
  float:right;
	width:69%;
	font-size:12px;
}
.close_w {
	float:right;
	margin:0px 0px 4px 10px;
	cursor:pointer;
}
div.fastorder-title {
	margin-bottom: 16px;
	margin-right:40px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
div.fastorder-title span {
	color:#006b8d;
}
div.fast-success{
  font-size:18px;
	font-weight:bold;
	color:#66CC00;
}
#overlay {background-color:#000; position:absolute; top:0; left:0; z-index:999; display:none; overflow:hidden;}
#loading {background: url('../image/loading.gif') center no-repeat;border:1px solid #888; width:50px; height:50px; position:absolute; top:50%; left:50%; z-index:100; margin:-25px 0 0 -25px; display:none;}
#fastblock {
  text-align:left;
  width: 500px;
	height:auto;
	background:#FFF;
  border-radius: 20px;
  padding:16px 20px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1000;
}
div.view-list > div{
	margin-bottom:10px;
	padding:10px 0px;
	overflow:auto;
}
div.view-list div .image{
	float:left;
	padding:3px;
	margin:0px 30px 10px 0px;
}
div.view-list div.name{
  font-size:20px;
	text-transform:none;
	padding-bottom:12px;
}
div.view-list div.name a{
	color:#336699;
}
div.view-list .date{
	color:#929292;
	font-size:13px;
	padding-bottom:8px;
}
.article-line {
  margin: 15px;
  width: 47%;
  float: left;
  border-bottom: 1px dashed #ccc;
  height: 220px;
  }
.article-line a{
  color: SteelBlue;
  font-size: 16px;
  }
.read-more {
  margin-top: 5px;
  }
.article-thumb-img {
  float: left !important;
  margin-right: 5px;
  }
.article-thumb-title {
  font-size: 16px;
  }
.article-thumb-descr {
  text-align: justify;
  }
.read-more {
  float: right;
  margin-bottom: 5px;
  }
.article-body {
  text-align: justify;
  }
.article-body h1,h2,h3 {
  border: 0px;
  color: SteelBlue;
  margin-bottom: 0px;
  }
.article-body ol, .article-body ul {
  padding-left: 25px;
  margin: -11px auto 5px auto;
  }
.article-body ol li {  list-style: decimal;  }
.article-body ul li {  list-style: numeric;  }
.article-body img   {  margin: 10px;  }
.article-body table {  width: 100% !important; border: 1px solid #d7ebff; border-radius: 4px;  }
.article-body table td {  padding: 2px 3px; border: 1px solid #d7ebff;  }
.article-body table th {  padding: 5px; font-weight: normal; border-bottom: 1px solid #fff;  font-size: 1.15em; text-transform: uppercase; text-align: center;  }
.category-table-ipf {
  width: 100%;
  padding: 3px;
  font-size: 0.9em;
  border: 1px solid #AFEEEE;
  border-radius: 3px;  /* Ȑ���?�� ��? ?�� �?� ��� �����ɳ����? */
  -moz-border-radius: 3px;  /* ��? firefox */
  -webkit-border-radius: 3px;  /* ��? Safari � Chrome */
  /* background: url(image/data/_articles/ipf-category-transp.jpg); */
}
.category-table-ipf a {  }
.category-table-ipf td {
  font-size: 1.1em;
  text-align: center !important;
  }
.category-table-ipf td {
  border: 1px dotted #AFEEEE;
  height: 24px;
  min-width: 80px;
  text-align: center;
  }
.category-table-ipf .left-column {
  text-align: left !important;
  text-transform: uppercase;
  background: url(image/data/_articles/transp-sand-row.png) repeat-y; 
  padding-left: 5px;
  max-width: 400px !important;
  }
.category-table-ipf .top-row {
  font-size: 1.1em;
  text-transform: uppercase;
   background: url(image/data/_articles/transp-sky-row.png) repeat-y; 
  }
.category-table-ipf .top-row td{
  padding: 3px auto;
  }
.category-table-ipf { width: 100% }
.category-table-ipf .left-column2 {
  text-align: left !important;
  text-transform: uppercase;
  background: url(image/data/_articles/transp-grass-row.png) repeat-y; 
  padding-left: 5px;
  max-width: 400px !important;
  }
.category-table-ipf img {width: 100px;}
.category-table-ipf .lighter { background: url(image/data/_articles/transp-sand-row-light.png) repeat-y; } 
.category-table-ipf .lighter2 { background: url(image/data/_articles/transp-grass-row-light.png) repeat-y; } 
.one-row-table {
  width: 100%;
  border: 2px dotted #AFEEEE;
  text-align: center;
  }
.one-row-table td { padding: 3px; /*border-right: 2px dotted #AFEEEE;*/}
.one-row-table:last-of-type { border-right: 0px dotted #AFEEEE; }
.one-row-table img { width: 100% !important; }
.category-info h1,h2,h3 {
  border: 0px;
  color: SteelBlue;
  margin-bottom: 0px;
  padding-bottom:10px;
  }
.category-info ol, .category-info ul {
  padding-left: 25px;
  margin: -11px auto 5px auto;
  }
.category-info ol li { list-style: decimal; }
.category-info img   {
  }
.single-table td {
  text-align: justify;
  vertical-align: top;
  } 
.single-table td img {
  vertical-align: top;
  width: 320px;
  } 
.single-table-product {
  border: 1px dotted #AFEEEE;
  text-align: justify;
  }
.descr {
  text-align: justify;
  }
/************** CATEGORY TABLE *****************/
.cat-descr {  text-align: justify;  }
.cat-descr h2 {  font-size: 1.5em;  margin: -4px auto 6px auto;  } 
.cat-descr ul li {  list-style-image: url(image/data/checked-list-item.png) !important;  }
.cat-descr-table1 {
  width: 100%;
  padding: 3px;
  font-size: 0.9em;
  border: 1px solid #AFEEEE; 
  border-radius: 3px;  /* Ȑ���?�� ��? ?�� �?� ��� �����ɳ����? */
  -moz-border-radius: 3px;  /* ��? firefox */
  -webkit-border-radius: 3px;  /* ��? Safari � Chrome */
  }
.cat-descr-table1 th { text-transform: uppercase; text-align: center; font-weight: normal; font-size: 1.1em;}
.cat-descr-table1 td {
  border: 1px dotted #AFEEEE; 
  height: 24px;
  min-width: 80px;
  font-size: 1.1em;
  text-align: center !important;
  padding: 2px 3px;
  }
.t-row1 {
  font-size: 1.1em;
  text-transform: uppercase;
  background: url(image/data/_articles/transp-sky-row.png) repeat-y;
  } 
.t-row2 {
font-size: 1.25em;
  background: url(image/data/_articles/transp-dust-row.png) repeat-y;
  } 
.t-row3 {
font-size: 1.1em;
  text-transform: uppercase;
  background: url(image/data/_articles/transp-sky-row.png) repeat-y;
  } 
.t-row1 span {  padding-bottom: 5px; margin: 0px auto;   float: left;}
.l-column1 {
  text-align: left !important;
  text-transform: uppercase;
  background: url(image/data/_articles/transp-sand-row.png) repeat-y; 
  padding-left: 5px;
  max-width: 400px !important;
  }
.t-img1 {  width: 300px;  }
.t-img2 {  width: 100px;  }
.t-img3 {  height: 25px;   }
.t-img4 {  height: 18px;   margin-bottom: 0px;  }
.t-img5 {  height: 20px;  width: 20px !important;}
.space { display: block; margin-top: 0px; margin-right: 4px; float: left;}
.t-img6 { margin-left: 4px; }
/*****        PRODUCT DESCRIPTION         ****/
.product-descr { }
.product-descr ul,  .product-descr ol {  margin-left: -15px; margin-top: - 5px; margin-bottom: 10px; }
.product-descr h3 { margin: 3px auto; }
.product-descr table {
  width: 100%;
  border: 1px solid LightBlue;
  padding: 2px;
  font-size: 0.9em;
  border-radius: 3px;  /* Ȑ���?�� ��? ?�� �?� ��� �����ɳ����? */
  -moz-border-radius: 3px;  /* ��? firefox */
  -webkit-border-radius: 3px;  /* ��? Safari � Chrome */
  }
.product-descr table td {
  border: 1px solid #fff; 
	padding: 2px 3px;
  height: 24px;
  font-size: 1.1em;
  /*text-align: center !important; */
  }
/* �?�����?�?� Ð�?� */
.t-lavender { background: Lavender; }
.t-cornsilk { background: Cornsilk; }
.t-aliceblue { background: AliceBlue; }
.t-f9 { background: #f9f9f9; }
/* �?�����?�?� Ð�?� */
.h-regular { text-transform: uppercase; text-align: center; font-size: 1.1em;  }
.t-lightblue2 { background: #B2DFEE; }
.t-clearsky { background: #d7ebff; }
.table_news_12 img {
  max-height: 50px !important;
  max-width: 150px;
  }
/* �??���� ȼ���� */
.t-8bc5ff { background: #8bc5ff; }
.t-a4d2ff { background: #a4d2ff; }
.t-bedeff { background: #bedeff; }
.t-d7ebff { background: #d7ebff; }
.t-f1f8ff { background: #f1f8ff; }
/* �� */
.bigwords {  text-transform: uppercase;  }
.wholetable { margin-bottom: 4px; }
.wholetable td { border-width: 0px !important; }
.wholetable * { text-align: justify; } /* ���Ͼ ��Ͼɧ�� ������?? ��Ͼ�?-?� �?ɹ������?�? �� þ�?�? */
.left-content { text-align: left !important; }
/* ȟ�Ȝ� */
.list-type-flock li { list-style-image: url(image/data/ARTICLES/special-images/list-item-001.png) !important; }
.list-type-ornament li { list-style-image: url(image/data/ARTICLES/special-images/list-item-002.png) !important; }
.list-type-sharp-arrow li { list-style-image: url(image/data/ARTICLES/special-images/list-item-003.png) !important; }
.list-type-checked li { list-style-image: url(image/data/ARTICLES/special-images/list-item-004.png) !important; }
.list-type-positive li { list-style-image: url(image/data/ARTICLES/special-images/list-item-005.png) !important; }
.list-type-negative li { list-style-image: url(image/data/ARTICLES/special-images/list-item-006.png) !important; }
.nice-blue { background: #e2f5f9; }
.nice-pink { background: #fff8e3; }
.nice-green { background: #e9fae9; }
.pale-green { background: #e6f5fa; }
.float-box { /* ������?�� ɾ�����?� ���� */
  display: block;
  margin: 4px;
  border: 1px solid #bedeff;
  border-radius: 3px;
  width: auto !important;
  }
/* ����� �� �??�� */
.video-wide {
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  }
.video-wide iframe {
  margin: 0 auto !important;
  }
.video {
  display: block;
  padding: 5px;
  width: 440px;
  height: 280px;
  }
.td-imgfloat {
  display: block;
  float: right !important;
  }
/* ?���??�? */
.bg-texture1 {  background: url(image/data/ARTICLES/special-images/texture-001.png) repeat repeat; }
.bg-texture2 {  background: url(image/data/ARTICLES/special-images/texture-002.png) repeat repeat; }
.out-time {  displaY: block; background: red;}
.recnew{
	width:32%;
	float:left;
}
.recnew img{
	height:80px;
	float:left;
}
.recnew div{
margin-left:5px;
margin-top:15px;
}
.recnew div{
	text-decoration:underline;
}
.artsearch input{
width: 200px;
padding: 6px 30px 6px 10px;
background: #ffffff;
color: #979797;
border: solid 1px #e7e7e7;
border-radius: 6px;
}
a#button-artsearch{
	position: absolute;
	right: 7px;
	top: 27px;
	background: url('../image/search-btn.png') center center no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	box-shadow: none;
}
ul.lincat{
}
.lincat li{
	display: inline;
	width:46%;
	margin-right:3%;
	height:140px;
	overflow:hidden;
	border-bottom: 1px dashed #ddd;
}
a.lititle{
	font-size:18px;
	text-decoration:none;
	color:#434343;
	line-height: 34px;
}
a.lihref{
	font-size:15px;
}
.greentext {
  color: #00b909;
  }
.subtext {
  margin-left: 30px;
  padding-left: 6px;
  border-left: 2px solid LightBlue;
  font-style: italic;
  }
.right .description {
  position: relative;
  }
.right-right-col {
  position: absolute;
  padding-top: 6px;
  right: 0;
  top: 0;
  }
.right-right-col span.instock {
  color: green;
  background: url('/image/data/ARTICLES/special-images/icon-green-marker.png') no-repeat;
  padding-left: 20px;
  }
  .outofstock {
  color: #9A9C9A;
  background: url('/image/data/ARTICLES/special-images/icon-grey-marker.png') no-repeat;
  padding-left: 20px;
  }
.right-right-col span.delivery a {
  color: SteelBlue;
  text-decoration: none;
  font-weight: normal !important;
  border-bottom: 1px dotted SteelBlue;
  }
.right-right-col span.delivery a:hover {
  color: #0053a0;
  border-bottom: 1px dotted #0053a0;
  }
.top-td-content {
  vertical-align: top !important;
  }
.border-note {
 background: #d9eff;
 padding: 4px;
 border: 1px dashed #97d4ff;
 }
div#carousel0 .jcarousel-skin-opencart li{
   display: inline-block;
 }
/* SPOILER */
.spoiler_body {
	display: none;
	}
.hidden-area {
	displaY: none;
	}
		/* ------------- ��������� � ����������� �������------------- */
.art_masonry, .art_masonry_delivery, .art_masonry_mini {
	width: 100% !important;
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em; /* ����� ���������� ����� ��������� */
    font-size: .85em;
    -moz-column-gap: 1.5em; /* ���������� ����� ��������� ��� Firefox */
    -webkit-column-gap: 1.5em; /* ���������� ����� ���������  ��� Safari, Chrome � iOS */
}
/* �������� � ���� ������ � ����������� */
.art_item {
    display: block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box; /* ��������� ��������� ������� ������ � ������ ��������.*/
    -moz-box-sizing: border-box; /* ��� Firefox */ 
    -webkit-box-sizing: border-box; /* ��� Safari, Chrome, iOS �Android */ 
    box-shadow: 2px 2px 4px 0 #ccc; /* ������� ���� ������ */
}
/* ����� ��������, ����� � ������� ������ ���������� ������ */
.art_item img, .art_item iframe {
max-width: 100%;
height: auto;
display: block;
}
.art_item p{
  font-size: 13px;
}
.art_item h4{
  text-align:center;
 }
/* �����-������� ��� ��������� �������� ����������� ������ */
@media only screen and (min-width: 400px) {
    .art_masonry, .art_masonry_delivery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 700px) {
    .art_masonry, .art_masonry_delivery  {
        -moz-column-count: 3;
        -webkit-column-count: 2;
        column-count: 3;
    }
}
@media only screen and (min-width: 850px) {
    .art_masonry, .art_masonry_delivery  {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media only screen and (min-width: 910px) {
    .art_masonry  {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}
@media only screen and (min-width: 910px) {
    .art_masonry_delivery  {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media only screen and (min-width: 910px) {
    .art_masonry_mini   {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
/* ------------- ����� ���������� � ����������� �������------------- */
/* ������� */
.popup-fog {
  background: rgba(44,44,44, 0.63);
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  display: none;
  }
.modal-w {
  transition-delay: 1s;
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: 250px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  display: none;
  }
.modal-w p {
  text-align: center;
  margin-right: 20px;
  }
.modal-w .krestik {
  position: absolute;
  margin-right: 5px;
  display: block;
  right: 0;
  height: 30px;
  width: 30px;
  background: url("../image/close.png") no-repeat;
  }
.modal-w .krestik:hover {
  cursor: pointer;
  }
.modal-w .w-header {
  font-size: 26px;
  text-align: center;
  }
.modal-w ul {
  display: block;
  margin-left: 10px;
  }
.modal-w ul li {
  font-size: 18px !important;
  list-style-type: circle;
  }
.modal-w ul li span {
  color: SteelBlue;
  }
.modal-w .w-inputs input {
  padding: 6px 12px;
  font-size: 18px;
  text-align: center;
  width: 280px;
  border-radius: 4px;
  }
.modal-w .w-buttons {
  }
.modal-w #w-errors {
  display: none;
  color: red;
  font-size: 105%;
  }  
#install-order-win-s {
  display: none;
  }
.modal-w .w-alerts {
  font-size: 18px;
  font-weight: bold;
  color: #66CC00
  }
.install-box {
  background: #f7f7f7;
  border-radius: 5px;
  min-height: 34px;
  padding: 5px 4px 7px 14px;
  margin: 5px 0px;
  }
.install-box span {
  display: block;
  float: left;
  min-height: 30px;
  }
.install-box .install-icon {
  width: 30px;
  height: 30px;
  background: url('/image/serv_icon.png') left center no-repeat;
  }
.install-box .install-txt, .install-box button {
  padding: 5px;
  }
.install-box button {
  margin-left: 10px;
  padding: 6px 12px;
  }
  /* ������� */
  /* ��� ���� */
.blue_border p {
box-shadow: 0 0 2px black, 5px 5px 0 #D8CB3E, -5px 5px 0 #F6DD8D, -5px -5px 0 #C3E4C7, 5px -5px 0 #FAAB8D;  
padding:7px 7px 10px 12px;
} 
.color_border p {
box-shadow: 0 0 2px black, 5px 5px 0 #D8CB3E, -5px 5px 0 #F6DD8D, -5px -5px 0 #C3E4C7, 5px -5px 0 #FAAB8D;  
padding:7px 7px 10px 12px;
}  
.red_border p {
box-shadow: 2px 2px 5px 2px rgba(213, 67, 67, 0.68); 
padding:7px 7px 10px 12px;
}  
.grey_border p {
border-radius: 5px; 
box-shadow: 1px 1px 0 0 #CBCFD1, 2px 2px 0 0 #CBCFD1, 3px 3px 0 0 #CBCFD1, 4px 4px 0 0 #CBCFD1, 5px 5px 0 0 #CBCFD1, -1px -1px 0 0 #607584, -2px -2px 0 0 #607584, -3px -3px 0 0 #607584, -4px -4px 0 0 #607584, -5px -5px 0 0 #607584;
padding:7px 7px 10px 12px;
}
.pink_border p {
  box-shadow: 5px 5px 10px 0 rgba(199, 59, 59, 0.17) inset, -5px -5px 10px 0 rgba(225, 54, 63, 0.2) inset;
 padding:12px 12px 15px 15px;
}
----------------------------------------------------------------------------------------
.important div {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #C2C9D5;
  margin-top: 40px;
  background: linear-gradient(to top,#D7DFED, #F5FCFD, #D7DFED)
}
.important div:nth-child(1):before{
  content: "";
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: repeating-linear-gradient(45deg, turquoise, turquoise 10px, #D7DFED 10px, #D7DFED 20px);
}
.important div p {
padding: 10px;
}
------------------------------------------------------------------------------------------------
  blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}
blockquote:before {
    color: #bbb;
    content: "\201C"; /* ������������ ������ ����� */
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
blockquote:after {
    color: #bbb;
    content: "\201D"; /* ������������ ������ ������ */
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}
blockquote > p:first-child {
    display: inline;
}
---------------------------------------------------------------------
  /* ����� ��� ���� */
   /* image style */
.img_hower{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #eba434;
  margin: 0 auto;
}
.img_hower:hover {
cursor:pointer;
  box-shadow:
  0 15px 15px -10px rgba(0,0,0, .5);
}
 /* end img stl */	
/* ������ */
.dbl-border_ul {
list-style: none;
margin: 0;
}
.dbl-border_ul li {
margin: 10px 0;
position: relative;
}
.dbl-border_ul li {
 width: 100%; 
  position: relative;
  transition: 0.3s linear;
}
.dbl-border_ul li:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #89EF92;
  position: absolute;
  left: -19px;
}
.dbl-border_ul li:hover {
background: #D4D8D9; 
}
----------------------------------
.ball_ul {
list-style: none;
margin: 0;
}
.ball_ul a{
width: 100%;
color: #808285;
text-decoration: none;
display: inline-block;
height: 44px;
line-height: 17px;
padding-left: 25px;
position: relative;
transition: 0.3s linear;
}
.ball_ul a:before {
content: "";
width: 30px;
height: 30px;
border-radius: 50%;
background: #4E5158;
position: absolute;
left: -30px;
top: 0px;
}
.ball_ul li {
list-style: none;
position: relative;
}
.ball_ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4dd965;
  position: absolute;
  top: 5px;
  left: -30px;
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.ball_ul li:hover:before {
left: -20px;
}
-------------------------------------
.zebra_ul {list-style: none;
  padding: 0;
}
.zebra_ul li {
border-left:5px solid rgb(23, 127, 23);
list-style: none;
  padding: 7px;
}
.zebra_ul li:nth-child(odd) {
  background: #E0EDDE;
}
.zebra_ul li:nth-child(even) {
  background: white;
}
 ----------------------------------------------
 .border_ul {list-style: none;
padding: 0;
}
.border_ul li {
list-style: none;
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
transition: 0.3s all linear;
}
.border_ul li:nth-child(2){border-color: #8bc63e;}
.border_ul li:nth-child(3){border-color: #fcba30;}
.border_ul li:nth-child(4){border-color: #1ccfc9;}
.border_ul li:nth-child(5){border-color: #493224;}
.border_ul li:hover {
border-left: 10px solid transparent;
}
.border_ul li:nth-child(1):hover {
border-right: 10px solid #f05d22;
}
.border_ul li:nth-child(2):hover {
border-right: 10px solid #8bc63e;
}
.border_ul li:nth-child(3):hover {
border-right: 10px solid #fcba30;
}
.border_ul li:nth-child(4):hover {
border-right: 10px solid #1ccfc9;
}
.border_ul li:nth-child(5):hover {
border-right: 10px solid #493224;
}
-----------------------------------------------------
.first_ul  {
list-style: none;
padding: 0;
}
.first_ul li {
  list-style: none;
  padding: 10px 30px;
  background: linear-gradient(to left, #C1F4B7 0%, white, #A7D5B2);
  border-bottom: 1px solid grey;
  box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
  margin-bottom: 5px;
}
.first_ul li:last-child {
border-bottom: none;
}
----------------------------------------------------------------------
.beads_ul {
list-style: none;
background: #EEE3DB;
margin: 0;
padding-left: 40px;
border-radius: 5px;
}
.beads_ul li {
border-bottom: 1px solid #D4D7D6;
position: relative;
}
.beads_ul a {
text-decoration: none;
color: #464643;
display: block;
line-height: 40px;
position: relative;
}
.beads_ul a:before {
content:"";
position: absolute;
left: -20px;
top: 6px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #A58063;
}
.beads_ul li:last-child {
border-bottom: none;
}
.beads_ul li:before, .beads li:after {
content:"";
position: absolute;
border-radius: 50%;
}
.beads_ul li:before {
top: calc(50% - 5px);
background: #E0926E;
left: -22px;
width: 10px;
height: 10px;
transition: 0.5s linear;
}
.beads_ul li:after {
bottom: 6px;
left: -20px;
width: 6px;
height: 6px;
background: #A58063;
}
.beads_ul li:hover:before {
background: #FFCE08;
}
----------------------------------------
 ol.ordered-list_2 {
    counter-reset:li; /* ���������, ��� ��� ������������ ������ */
    margin-left:0; /* ����� ������ */
    padding-left:0; /* ����� padding */
}
ol.ordered-list_2 > li {
    position:relative; /* ���������������� */
	margin-top:-3px;
    margin:0 0 6px 2em; /* ���� ������� ������ ������ ����� ����, ����� ������� ����� ��� ����� */
    padding:4px 8px; /* ��������� ��������� �������� ������ ���������� */
    list-style:none; /* ��������� ������������ ��������� */
   /* border-top:2px solid #ccc;*/
    background:#fff;
    cursor: default
}
ol.ordered-list_2 > li:before {
    content:counter(li); /* ??��������� ��� ��������� */
    counter-increment:li; /* ��������� 1 */
    /* ������� ������ */
    position:absolute;
    top:0px; /*top:-2px;*/
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* �������� ������� �� ��������� � ������������ �������� */
    margin-right:8px;
    padding:4px;
    /*border-top:2px solid #ccc;*/ 
    color:#fff;
    background:#73c6e4;
    text-align:center;
} 
 -----------------------------------------------------
 .pills_ul {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  font-family: calibri;
}
.pills_ul li {
  padding: 10px 0;
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1em;
  background: rgba(239, 241, 238, 0.99);
}
.pills_ul li:before {
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  width: 1.875em;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #9AD667;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 70em;
  counter-increment: li;
  content: counter(li);
}
-----------------------------------------------------------------
.push_ul {
  list-style: none;
  font-family: "Lucida Sans";
}
.push_ul li {
list-style: none;
  position: relative;
  padding: 20px 0 20px 40px;
  cursor: pointer;
}
.push_ul li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31A807;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push_ul li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push_ul li:hover:before{
  box-shadow: 0 0 0 10px rgba(0,0,0,.2)
}
.push_ul li:last-child:after {
  content: none;
}
/* ����� ������� */
/* table_style */
table{
max-width: 100%;
width: 100%;
border-collapse: collapse;
}
.table-container
{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb
{
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
------------------------------------------------
.first_t th {
  font-weight: normal;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
.first_t td {
  color: #669;
  padding: 9px 8px;
  transition: .3s linear;
}
.first_t tr:hover td{
  color: #6699ff;
}
---------------------------------------------------
 .second_t th {
  font-weight: normal;
  color: #039;
  padding: 10px 15px;
}
.second_t td {
  color: #669;
  border-top: 1px solid #e8edff;
  padding: 10px 15px;
}
.second_t tr:hover td{
  background: #e8edff;
}
----------------------------------------------------
.third_t th {
  font-size: 13px;
  font-weight: normal;
  background: rgba(73, 185, 71, 0.49);
  border-top: 4px solid #3B7115;
  border-bottom: 1px solid #fff;
  color: #000;
  padding: 8px;
}
.third_t td {
  background: rgba(48, 188, 82, 0.1);
  border-bottom: 1px solid #fff;
  color: #000;
  border-top: 1px solid transparent;
  padding: 8px;
}
.third_t tr:hover td {
  background: rgba(3, 4, 2, 0.06);
}
---------------------------------------------------------
.colum_t th {
  font-size: 13px;
  font-weight: normal;
  background: rgba(103, 188, 62, 0.36);
  border-right: 1px solid #118013;
  border-left: 1px solid #12420A;
  color: #000;
  padding: 8px;
}
.colum_t td {
  background: rgba(106, 183, 73, 0.13);
  border-right: 1px solid #179C26;
  border-left: 1px solid #0D640B;
  color: #000;
  padding: 8px;
}
.colum_t table {
  max-width: 100%;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-top: 5px solid #119415;
border-bottom: 5px solid #488733;
}
/*-----------------------------------------------------------------*/
.last_table table {
  border: 1px solid #69c;
}
.last_table th {
  font-weight: normal;
  color: #039;
  border-bottom: 1px dashed #69c;
  padding: 12px 17px;
}
.last_table td {
  color: #669;
  padding: 7px 17px;
}
.last_table tr:hover td {
  background:#F5F5F5;
}
/* end table_style*/
.description2.leftdata {
  text-align: left !important;
  display: block;
  }
.layer1 {
	overflow: hidden;
   position: relative; 
   height:122px;}
.layer2 {
    position: absolute; 
    bottom: 0px; 
    right: -1px; 
    line-height: 0px;
}
/*
.window, .window * {
	margin: 0;
	padding: 0;
	transition-duration: .6s;
}
.window {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22,22,22, .4);
	text-align: center;
}
.window > * {
	box-sizing: border-box;
}
.window > .container {
	margin: 0 auto;
	position: relative;
	padding: 2em 3.5em;
	display: inline-block;
	background: #fff;
	border-radius: .2em;
	max-height: 85%;
	max-width: 90%;
}
.window .close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: .2em solid #fff;
	background: #eee url('data:image/png;base64,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') center center no-repeat;
	border-radius: 50%;
	-webkit-background-size: 60%;
	background-size: 60%;
	margin: -.7em -.7em 0 0;
}
.window .close:hover {
	background-color: #ddd;
}
.window .display {
	padding: 2px;
	max-width: 100%;
}
.window .display img {
	max-width: 100%;
	max-height: 100%
}
.window .container .move-left {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAATmSURBVHja7J3Lb1VVFIe/WylWELDetrcFC6IhGEkUpLcIKCgxgejAxDgzIToxjBjrSKMDEw2icW7iH6GJcWCMD3wBlYdGifGRYLAYH9HE8JDrYK+b0Mc9tLfn/M7ePeuX7NxRu+4+3117rbVfp9ZqtXDFox5/BA7E5UAciMuBOBCXA3EgLrGW5PnParVa7P29HZgE/p7vH6oK6Cp5yFLgbeBNH7LK1/XAl8BG4HHgcLTftNVq5dYiVR9wCmhNa4fKek6Zz3CRA+kDvp4FRru94kB0WgZ8lQGj3V52IMVrOfDdHGC020sOpFjPODMPGHOC4kC6jxnfdAGj3V53IPmpd4Ew2u01B7JwrQQmcoDRbm84kO51E/BtjjDa7bADmb/6uwzgc22HHMjcVQe+LxDGFCgOJFsrgB8EMNrtVRWQFCcXVwFHgVuFNk8muR4iUAP4HFgrtLkHeN+BzNSgecYaoc2HlDBSArIcOCKGsUcNI5UFqhXAccLyq0r7yoCRApCbDcYGMYx3y+pwzEPWAHACGBHavB/4qMxOxwqkn7Ds2hDavA/4uOyOxzhk1QkrfUoYO2KAESOQQYMxKrT5gGVwOJCpGiVMoatS2/+AXcAHMf0iY4kh66zoqwtt7gQ+i228jsFDhi21VcG4YgE8OhgxeEg/8IV9KrOpI0SqMj2kDhwDbhHa3B0zjDI9ZMBihnLWdhfwYeQzE6V4SDubUsG4DIynAKMMDxm2YDoihnGcRKT0kBEbplQwrgDbU4KhBLLGYKwWFn3jhDMhOJDZiz6VZ1wwGEdJUEsEME4QdhaqYsYWwpbSJNUj8IyVwv6MpQyjSCANG79V0yEtYBthphgHMjObmrDiTxXAm4TtQTiQqXoQ+MXqDYV+vCqDw4HM1HnzDuX3X1RHu2t57sm96iaH9wibzFQF4FjRBaBq73JRQAA+sUpZle6OFRnUFwMQgE8t+1HoErCJcF7EgXQAUiPsHN8kgvIPcAdwNlUgRQfEllXOqizoRksq1nuWlT2UNAmrgwoNEJaF1zmQbE9popsKrxuUUQeSnZ6OE7aIKjRoScWQA8lOT3cAp0X2Vlv8aqQCpOgsq5OW2pByl6ifvwJ322els6xOumjDl+owZcOyryH3kGzdYFBUp6POAXcCf7iHzK5/zVPOiewNW0xZ5UG9s34nzENNiuytt5qoz4F01llgK2EtRaHb0C8vJxFDpmvIgq9qh8oZ+yFc82Llql6kPEmY+1LFlA2Wfvf6kJVdM2wB/hTZ20hYj+91INnp6WbgL5G9zYRpluscSGf9ZNX1eZG9ewhbl5Y5kGwoW4HfxJ5SGpTYsqxOWmsVvSpNnbA4Vvksq5N+JpwNvCz0lFIOhaa0p+kkYcPERZG9cUo4j5jaJrNjFnwviezdi/gGuxR3/Z02KCo1CVtkHUiGTtmQotCLwFuyniV+kfI2ir0e9vkintNiv2p8e0Ewnivqh1uFy/h3WkqcF4wXihxJqvK6imZOMJ4temiv0gtddi8QxjOKWFu1Vx7t7RLGQVXyU8WXgj0yTxhPK7PRqr42b29eMBxIftp3DRhPlVGvVRkIwKMdYDxZVgFddSAAj02Dsb/MGQ0HEvSEFY8Hyp5iymqprBjmpYeBd7oFolAtgV92pdTjj8CBuByIA3E5EAficiAOxCXW/wMA24XMrnIj37wAAAAASUVORK5CYII=') center center no-repeat;
	-webkit-background-size: 90%;
	background-size: 90%;
	height: 100%;
	width: 2em;
	margin-left: .5em;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.window .container .move-right {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAPuSURBVHja7NzNS1RRGMfx70xCURpZIIg6FWkvFL0ntWrVphYRubFNi9pFL/uUaDO7tq1yaFUkBBL1HxSVWlpJKRGJFoRQkmQQYdPiHmk2M74097nPOff5gcuZA+fjc8/rnUyxWMSiJ1nrAgOxGIiBWAzEQCwGYiAW4dRINZTJZJbzsZXAbuAlMKe1E6u5uNZeIfuBPuBwWiokI7V1sowK2eoqYw0w41DeWYUkk7YSDIC1wDNghw3qyWAMlWBQgvI8dJSsJxjzqXMo2w0k/rQugFGK0h9qpWgB2bZIjFKUJ0DOQKqfvcAIULvEz9UDr0JDySrAGPiPBeo6h9JiIMljlKK8DgUlKZB9wCDV27oJBiWbYGWsqPL3zqM0G0jyGMGgSIIcdVPbuHeY6906pclAKucr8FuorUZXKTkDKZ8R9yiZEmpvPdEGZc5AymcKOAB8E2pvg0PZaCDl8wnYI4zyFGgwED0oja5SGgxkYZRpofaagBduFmYgFVC2A1+E2msGhl3FGEiFgb5d8PGVIzrkajSQ8pl0q3gplBatKJpODCeJNh1TjaLtTH0iAZR+TSgab51MAAeJ7mJJDfRqULTey/roBvqfgiiPia4aJRrNNxcBNhEd0Up11GdgJ/B9KR9K093ecVcpPwQXj8NEt1rskVUmY8AhQZT5qqwzkPIZdQO9FMpmovOUWgNZuFJmBStFHMW3N6hGic5TZgUr5Y0kio+vtI0RvcgzLVgpA1JjivZpb6W0uRnRaiGYD+4fYSbN095Kee866JdQe1uIDrliXRP5/hbuGHAE+BMKSgivRQ+5KfGcIMpgXAN9KO+pD7kpsRRKG9HFiVUGUhmllWg/SiK73DjWbiDlMw68FWyv2T0uq5aawEAeAscE2zsJPLAKKY9xQrC9jmpjhFQhj4Djgu11Avdj+eZisSjyF2P6gKLgX2ecfeg7SG/SGAbyL7c1YBhIMpXRIfXY9xFEGuOM5DjsG0ivlseUgSisjDSDqKyMtILc01oZaQS5I4xxNunFtWYQaYzzGnY7tIIUhDHOadl+0gjS40tlpAGkx6fKCB3ES4xQQW76ihEiSEH7OiNNIAWfKyM0kIJvs6mQQaQxLsZ5huw7iDTGpbhvPPgMcksY47LEFRRfQU6FVhkhVMgNIYwLkpfCfB9D8jFjXJG+pRfCLCsfCkZI65B8CBihrdTzvmOEuJeV9xkj1N3ebs3rjLSeh3QtEaMLJQn5xHCxlXIVRQn9TL3LJ4y03Drp9gUjTfeyunzASNvNxesO4xqKU81+0v5rQPXAaeAucr+RtSyQqvWTFIhlcclaFxiIxUAMxGIgBmIxEAOxCOfvAHtRuBQCKj5+AAAAAElFTkSuQmCC') center center no-repeat;
	-webkit-background-size: 90%;
	background-size: 90%;
	height: 100%;
	top: 0;
	width: 2em;
	margin-right: .5em;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.window .pos-indicator {
	position: absolute;
	left: 0;
	top: 0;
	padding: .5em .8em;
	font-weight: 600;
}
.window a img {
	width: 100px
}
.img-collection img{
   margin: 10px 0;
 }
.img-collection {
  text-align:center;
}	
  .child-2 img  {
    width: 40%;
    padding: 0 3%;
  }
  .child-3 img{
    width: 30%;
    padding: 0 1.2%;
  } 
    .child-4 img{
    width: 22%;
    padding: 0 1%;   
  } 
  .child-5 img {
    width: 18%;
    padding: 0 .5%;   
  }
  .child-6 img{
    width: 15%;
    padding: 0 .5%;   
  }
  @media screen and (max-width: 920px) {
    .child-6 img{
       width: 30%;
       padding: 0 1.2%;
  }
  }
  */
 /*******************************************************************/
.prod_rev{
	 padding: 6px 0 12px;
}
.c3ristatus {
    font-size: 11px;
    height: 18px;
    padding: 0 0 3px;
}
.c3ri_resp {
    color: #9e9e9e;
    float: right;
    padding-top: 6px;
    text-align: right;
    width: 180px;
}
.c3ri_resp img {
    float: right;
    margin: 0 2px 0 4px;
}
.c3ri_auth {
    background: rgba(0, 0, 0, 0) url("../image/ico-usr.png") no-repeat scroll 6px 6px;
    float: left;
    font-weight: bold;
    padding: 3px 14px 2px 20px;
}
.c3ri_dt {
    color: #9e9e9e;
    float: left;
    padding: 3px 0 0;
}
.c3ribody {
    background: #f1f1f1 none repeat scroll 0 0;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 10px 10px 12px;
}
.c3ri_auth img {
    left: 6px;
    position: relative;
    top: 7px;
}
.jcarousel-skin-opencart{
	text-align:center;
}
@media only screen and (min-width: 200px) and (max-width: 900px){
	span#button-cart.button{display:none;}
	.cart > div a{margin:0;}
}