body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #55acee;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.10);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	font-family: 'Open Sans', sans-serif;
	background-color: #fafafa;
	background: url(/images/footer-bg.png) repeat-x top;
	border-top: 1px solid #555;
	//border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
	color:white;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn{
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}
.btncat {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
        font-family:cond;
        min-height: 58px;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	//padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #55acee;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #55acee;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
        .col-sm-3 {width:50%;}
}
@media (max-width:540px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
        .col-sm-3 {width:100%; float:none;}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}
@media (max-width:768px) {
        .site-name{
                font-size:28px;
        }
        .banner-caption h1{
                font-size:35px;
        }
        .logo{
                width:60px;
        }
        .header-left{
                width:310px;
        }
        .logo-block{
                width:300px;
                float:left;
        }
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
        h1{
                font-size: 1.2em;
        }
        .site-name{
                font-size: 1.8em;
        }
        .navbar-toggle{
                margin-right:0;
        }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.4);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #222222;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

#nal_prod_green {
  color:#008800;
  font-weight:700;
  font-size:0.6em;
}
#nal_prod_0 {
  color:#777;
  font-weight:700;
  font-size:0.6em;
}


#OpenClose {
    position:absolute;
    margin-left: 160px;
    margin-top: 52px;
    width:250px;
    height:242px;
    z-index:27;
    padding:0;
}
#OpenClose img{
    border:0;
}
@media (max-width:481px) {
	#OpenClose {
		display:none;
	}
}

/* 믫梠 */
.coleb {
background: none !important;
-webkit-animation: swinging 20s ease-in-out 0s infinite;
-moz-animation: swinging 20s ease-in-out 0s infinite;
animation: swinging 20s ease-in-out 0s infinite;
-webkit-transform-origin: 50% 10%;
-moz-transform-origin: 50% 10%;
transform-origin: 50% 10%;
}

@keyframes swinging{
0% { transform: rotate(0); }
3% { transform: rotate(12deg); }
6% { transform: rotate(-10deg); }
9% { transform: rotate(9deg); }
12% { transform: rotate(-8deg); }
15% { transform: rotate(7deg); }
18% { transform: rotate(-6deg); }
21% { transform: rotate(5deg); }
24% { transform: rotate(-4deg); }
27% { transform: rotate(3deg); }
30% { transform: rotate(0); }
100% { transform: rotate(0); }
}

@-webkit-keyframes swinging{
0% { -webkit-transform: rotate(0); }
3% { -webkit-transform: rotate(12deg); }
6% { -webkit-transform: rotate(-10deg); }
9% { -webkit-transform: rotate(9deg); }
12% { -webkit-transform: rotate(-8deg); }
15% { -webkit-transform: rotate(7deg); }
18% { -webkit-transform: rotate(-6deg); }
21% { -webkit-transform: rotate(5deg); }
24% { -webkit-transform: rotate(-4deg); }
27% { -webkit-transform: rotate(3deg); }
30% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(0); }
}

@-moz-keyframes swinging{
0% { -moz-transform: rotate(0); }
3% { -moz-transform: rotate(12deg); }
6% { -moz-transform: rotate(-10deg); }
9% { -moz-transform: rotate(9deg); }
12% { -moz-transform: rotate(-8deg); }
15% { -moz-transform: rotate(7deg); }
18% { -moz-transform: rotate(-6deg); }
21% { -moz-transform: rotate(5deg); }
24% { -moz-transform: rotate(-4deg); }
27% { -moz-transform: rotate(3deg); }
30% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}
/* 믫梠 off */


div.tovar {
	width:220px; 	
	height:410px; 
	padding:10px;
	float:left; 
	margin:5px;
	background-color:#fff;
	border: 1px solid #cccccc !important;
        text-decoration:none;
}

div.tovar img {
	float: none;
	margin: 0px 0px 10px 0px;
}

div.tovar_in {
	//float: left;
	width:100%;
        height:200px;
}

div.tovar_in a{
	border-bottom: 0px solid #006AC3 !important;
        text-decoration:none;
	font: 14px 'cond';
}

div.tovar_in p{
	margin: 0 0 0 0;
}

@media (max-width:480px) {
    div.tovar {
	width:96%; 	
	height:523px; 
    }
}


.eStyleRed{	
    color: #FF0000; 
	font-size: 20px;
	//font-weight:bold;
	font-family: LCD-Bold, Arial, Helvetica, sans-serif;
	margin:5px;
}
.eStyleRedSmall{	
    color: #FF0000; 
	font-size: 14px;
	//font-weight:bold;
	font-family: LCD-Bold, Arial, Helvetica, sans-serif;
	margin:5px;
}
.eStyleYellow{	
    color: #FFFF00; 
	font-size: 20px;
	font-weight:bold;
	font-family: LCD-Bold, Arial, Helvetica, sans-serif;
	margin:5px;
}
.eStyleBlack{	
    color: #000000; 
	font-size: 14px;
	font-weight:bold;
	font-family: LCD-Bold, Arial, Helvetica, sans-serif;
	margin:5px;
}

#search_but{
  display:inline-block;
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
  height: 32px;
}


/* 䡫汥 흆󿱠*/
.view{
  position:relative;
  margin:0 0 5px;
}
.big-image img{
  display:block;
  width:300px;
  height:300px;
}
.prev, .next{
  position:absolute;  
  width:40px;
  height:40px;
}
.prev{
  bottom:40px;
  left:20px;
  background:url(../images/controls.png) no-repeat 0 0;
}
.next{
  bottom:40px;
  right:30px;
  background:url(../images/controls.png) no-repeat -48px 0;
}
 
.thumbnails{
  width:320px;
}
.thumbnails a{
  float:left;
  margin:0 5px 0 0;
}
.thumbnails a img{
  width:97px;
  border: 1px solid transparent;
  display:block;
  margin-bottom:5px;
  padding:2px;
}
.thumbnails .active img{
  border-color:#069;
}
.thumbnails1 a img{
  width:97px;
  border: 1px solid transparent;
  display:block;
  margin-bottom:5px;
  padding:2px;
}
.thumbnails2 a img{
  width:97px;
  border: 1px solid transparent;
  display:block;
  margin-bottom:5px;
  padding:2px;
}
.thumbnails3 a img{
  width:97px;
  border: 1px solid transparent;
  display:block;
  margin-bottom:5px;
  padding:2px;
}
.thumbnails1 a{
  float:left;
  margin:0 5px 0 0;
}
.thumbnails2 a{
  float:left;
  margin:0 5px 0 0;
}
.thumbnails3 a{
  float:left;
  margin:0 5px 0 0;
}
.thumbnails1 .active img{
  border-color:#069;
}
.thumbnails2 .active img{
  border-color:#069;
}
.thumbnails3 .active img{
  border-color:#069;
}


/* Корзина */

#slideout {
  position: fixed;
  left: 0;
  bottom: 205px;
  background:rgba(50,50,50,0.3);
  border:0px solid #777;
  border-left:0px;
  width:51px;
  height:75px;
  padding:5px;
  z-index:1000;

  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#slideout img{
  border:0px;
}
#slideout_inner {
  position: fixed;
  left: -250px;
  bottom: 180px;
  height:100px;
  width:250px;
  background:rgba(50,50,50,0.6);
  border:0px solid #777;
  padding:7px;
  font-size:18px;

  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;

  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#slideout_inner a{
  color:white;
}
#slideout:hover {
  left: 250px;
}
#slideout:hover #slideout_inner {
  left: 0;
}

/* Корзина off */

/* ===== Выдвигающаяся панель корзины Ver2.0 TRASH-PANEL ================ */

/*   Базовый контейнер выдвижной панели */
.trash-panel {
  position: fixed;
  left: -720px;
  bottom: 0;
  height:100%;
  width:720px;
  max-width:100%;
  background:rgba(0,0,0,0.84);
  border:0px solid #777;
  padding:110px 7px 80px 7px;
  font-size:18px;
  z-index:100;
  transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
}

/* Переключатель панели */
label.btn {
  position: fixed;
  left: 0;
  bottom: 205px;
  background:rgba(50,50,50,0.5) url(../images/basket.png) 5px 30px no-repeat;
  border:0px solid #777;
  border-left:0px;
  min-width:unset;
  width:51px;
  height:75px;
  padding:5px;
  z-index: 9999;

  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;

  transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/* Переключатель при наведении */
label.btn:hover {
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

/* Стрелка переключателя вправо */
label.btn:after {
  content: '\f054\f054\f054';
  font: normal 20px/1 FontAwesome, Arial;
  text-decoration: inherit;
  color:white;
}

/* Активация панели */
.open:checked ~ .trash-panel {
  left: 0
}

.open:checked ~ label.btn {
  left: 0px;
  width: 720px;
  height:30px;
  background:rgba(255,255,255,0.5);
  bottom:30px;
}

/* Смещение контейнера контента страницы */
.open:checked ~ .container333 {
    margin-top: 300px
}

/* Цвет переключателя при клике */
.open:checked + label.btn {
    
}

/* Стрелка переключателя влево */
.open:checked + label.btn:after {
  content: '\f053\f053\f053   Закрыть';
  font: normal 20px/1 FontAwesome, Arial;
}

/* ===== Выдвигающаяся панель корзины Ver2.0 TRASH-PANEL OFF ================ */



.contentTable {
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;
	margin-left: 0px;
        border-spacing: 0;
        width:100%;
}
.contentTable td {
	border-bottom: 1px solid #eeeeee !important;
	padding: 2px;
}
@media (max-width:768px) {
.contentTable {
	font-size: 7pt;
	      }
}
@media (max-width:476px) {
.contentTable {
	font-size: 6pt;
	      }
}


/* 򰯩즰 */
.art_list {	
  padding: 0px;
  // border: 1px solid #dfdfdf;
  // border-left: 2px solid #61A2DF;
}
.art_main_head {
  padding: 5px 10px;
  position: relative;
  margin:0px !important;
  font-weight:bold;
}
.art_head {
  background: #eee;
  font-size: 16px;
  // color: #006AC3 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  padding-left:22px;
  cursor:pointer;
  position: relative;
  //margin:4px !important;
  font-weight:bold;
  font: 16px 'condbold';
}
.art_body {
  display:none;
  padding-right: 15px;
}
.art_body a{
  display:block;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none !important;
}
.art_body a:hover{
  text-decoration:none !important;
}


/* 򰯩즰 off */


.picture_left {
  float:left;
  padding-left:0;
  padding-top:0px;
  padding-right:10px;
  padding-bottom:10px;
}        
.picture_right {
  float:right;
  padding-left:10px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:10px;
}



/* Ҳ鬨 嬿 﫱桰ᥨ﫭ﰮ螪/

/* Cᬠ 讠 򳩫桤콠IE8 桡ﬥ㡱󡱻󡣥񲩩
㰘 襥򺡬 졮⬠䯰᧨㡥ꡱ󡮤ᱲ 﫱. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
/* ޲졤콠㲥󡢰ᴧ汮ઠ뱮򯣱檠򳡰󪡪ﳮ񼣠𐯤妰穢ῲ
򦬥볮񹡱 𐬾򯪮 Ю롧㡥ꪠlabel 묨롡欥묠*/
.checkbox + label {
  cursor: pointer;
}

/* Š즥 饥𡯴ﱬ즭飠﫱ힺ 򯣰步󡢰ᴧ池󪡠 󡫦㟉E9 桢㬍
«᤮塰 󯭳, 򳡰㡡񡴧汻 𐯤妰穢ῲ 򦬥볮񹞺not 枺checked,
࡭鳠㲥 沫楳飠򳩫桭㡱񡢮󡿲. */

/* аﱨ䩭ᬼ 﫱. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; /* ⴤ檠𐯧鷨ﮨ񯣠󺡯򦣤︥뢮믠ﳭﲨ󦬼label */
  padding: 0 0 0 60px; /* ﲲᣫ檠򬦢ힺ🫡bel 󬡯𐲥㥮﫱 */
}
/* ϴﱬ즭飠𐦰㯩 桷櫡﫱ힺ 㼪쿷殭猪򯲲𐀭馠(. */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* ϴﱬ즭飠㳮񯧠桷櫡﫱ힺ 㼪쿷殭猪򯲲𐀭馠(𐦰櫫캩. */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; /* ᮨ齬  﫱 𐦰櫫 𐬠㮮 */
}
/* ͥ꡴﫠﫱ힺ믣垠﫠㫫 */
.checkbox:checked + label:before {
  background: #65cAFF;
}
/* Ҥ㩣᦬ 𐦰櫫캠﫱ힺ믣垠﫠㫫 */
.checkbox:checked + label:after {
  left: 26px;
}
/* Ю롧㡥ꡯדּ㡴﫳򞬠*/
.checkbox:focus + label:before {
  //box-shadow: 0 0 0 3px rgba(255,255,255,1);
}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #65cAFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

/* Ҳ鬨 嬿 﫱桰ᥨ﫭ﰮ蟏FF */


/* Ҳ鬨 嬿 髮 򯷱泥瞪 */

#ssoc {
  height: 100px;
}
.contsoc {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  margin: 0 auto;
}
.contsoc .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-dasharray: 40;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
          animation: outWaveOut 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
.contsoc .social {
  color: white;
  font-size: 1.8em;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contsoc:hover {
  cursor: pointer;
}
.vk:hover .circle {
  fill: #ffffff;
  fill-opacity: 1;
  -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorVK 1s linear forwards;
          animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorVK 1s linear forwards;
}
.vk:hover .social {
  color: #4773a6;
}
.fb:hover .circle {
  fill: #ffffff;
  fill-opacity: 1;
  -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
          animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorFacebook 1s linear forwards;
}
.fb:hover .social {
  color: #3b5998;
}
.ok:hover .circle {
  fill: #ffffff;
  fill-opacity: 1;
  -webkit-animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorOK 1s linear forwards;
          animation: outWaveIn 1s cubic-bezier(0.42, 0, 0.58, 1) forwards, colorOK 1s linear forwards;
}
.ok:hover .social {
  color: #fd8704;
}
@-webkit-keyframes colorVK {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #4773a6;
  }
}
@keyframes colorVK {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #4773a6;
  }
}
@-webkit-keyframes colorFacebook {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #3b5998;
  }
}
@keyframes colorFacebook {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #3b5998;
  }
}
@-webkit-keyframes colorOK {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #fd8704;
  }
}
@keyframes colorOK {
  from {
    stroke: #ffffff;
  }
  to {
    stroke: #fd8704;
  }
}
@-webkit-keyframes outWaveIn {
  to {
    stroke-width: 10px;
    stroke-dasharray: 400;
  }
}
@keyframes outWaveIn {
  to {
    stroke-width: 10px;
    stroke-dasharray: 400;
  }
}
@-webkit-keyframes outWaveOut {
  from {
    stroke-width: 10px;
    stroke-dasharray: 400;
  }
  to {
    stroke: #ffffff;
    stroke-width: 5px;
    stroke-dasharray: 40;
  }
}
@keyframes outWaveOut {
  from {
    stroke-width: 10px;
    stroke-dasharray: 400;
  }
  to {
    stroke: #ffffff;
    stroke-width: 5px;
    stroke-dasharray: 40;
  }
}

/* Ҳ鬨 嬿 髮 򯷱泥矏FF */

/* ñ𐬻㡾飠𐯤򫡧릠*/
.imghint{
  position:relative;
  font-weight:bold;
}
.imghint span{
  visibility: hidden;
  position: absolute;
  left: 20px;
  top: 22px;
  width: 150px;
  height: 150px;
  background: #fff;
  box-shadow: -2px 2px 10px -1px #333; 
  border-radius: 5px;	
  padding:5px;
  z-index:10;
}
 
.imghint:hover span{
  visibility: visible;
}
.crossprs{
  color:red;
  font-weight:bold;
}
/* ñ𐬻㡾飠𐯤򫡧릠OFF */
.vendorim{
  width: 150px;
}


/* ˭ﰪힺ */
.push_button {
	position: relative;
	width:154px;
	height:38px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:35px;
	font-size: 22px;
	display: block;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}

/* ˭ﰪힺ off*/


/* COOK */
#cookie_note{
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index:9;
}

#cookie_note p{
    margin: 0;
    font-size: 0.8em;
    text-align: left;
    color: black;
    width: 80%;
    float:left;
}

.cookie_accept{
    width: 10%;
    float:right;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 960px){
#cookie_note p{
    width: 100%;
    float:none;
}

.cookie_accept{
    float:none;
    width: 100%;
    margin:8px auto;
}
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

/* COOK OFF */

