


/* Start:/js/lightbox/css/lightbox.css*/
/* Preload images */
body:after {
  content: url(/js/lightbox/css/../img/close.png) url(/js/lightbox/css/../img/loading.gif) url(/js/lightbox/css/../img/prev.png) url(/js/lightbox/css/../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/js/lightbox/css/../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/js/lightbox/css/../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/js/lightbox/css/../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/js/lightbox/css/../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */



/* Start:/css/styles.css*/
/* Reset style css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html { height: 101%; }
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:100;}
h1 {font-size:138.5%;}
h2 {font-size:123.1%;}
h3 {font-size:108%;}


/* Style site */
* {
	margin:0; padding:0;
}
html, body {
	height:100%;
}
body #wrap {
	min-height: 100%;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(/css/../img/bg.png) repeat;
	color: #231f20;
	min-width: 990px;
}
a {
	color: #231f20;
}
p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.clear {
	clear:both;
	width:100%;
	height:0px;
	margin:0px;
	padding:0px;
}
.h5 {
	height:5px;
}
.h10 {
	height:10px;
}
.h15 {
	height:15px;
}
.h18 {
	height:18px;
}
.h20 {
	height:20px;
}
.h25 {
	height:25px;
}
.h30 {
	height:30px;
}
.h35 {
	height:35px;
}
.h40 {
	height:40px;
}
.h45 {
	height:45px;
}
.h50 {
	height:50px;
}
.h55 {
	height:55px;
}
.h60 {
	height:60px;
}
.h70 {
	height:70px;
}
div, a, li {
	-moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
input, textarea {
	-moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
	box-shadow: none;
	resize:none;
	margin:0px;
}


/* Global box */
#wrap {
	max-width:1411px;
	width:100%;
	margin:auto;
	background: url(/css/../img/v-bg.png) repeat-y;
	min-height:100%;
}


/* Content item left */
.left-content {
	float:left;
	width:310px;
}
.left-content-inner {
	margin:0 0 0 5px;
	width: 310px;
}
.left-items {
	width:260px;
	margin:auto;
	padding:60px 0 0 0;
}
.mini-text {
	font-style:italic;
	text-align:center;
	font-size:12px;
	padding:16px 0 16px 0;
	border-bottom:1px solid #d1d6dc;
	line-height:16px;
}
.phone-items {
	text-align:center;
	padding:20px 0 0 0;
}
.phone-items a {
	text-decoration:none;
}
.phone-number {
	font-size:24px;
	display:block;
	line-height:30px;
	white-space:nowrap;

}
.button {
	display:inline-block;
	vertical-align:top;
	border:2px solid #d1d6dc;
	text-align:center;
	width:100%;
	padding:9px 0 9px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.navigation {
	font-family:Tahoma, Geneva, sans-serif;
}
.navigation > li {
	margin:0 0 20px 0;
}
.navigation > li a {
	font-size:16px;
	color: #89919c;
	text-decoration:none;
}
.navigation > li a:hover {
	text-decoration:underline;
}
.navigation > li a.active {
	color: #292e32;
	cursor:default;
}
.navigation > li a.active:hover {
	text-decoration:none;
}
.down-items {
	background:url(/css/../img/ar-down.png) no-repeat right;
	padding:0px 15px 0 0;
}
.navigation li ul {
	margin:10px 0 0 15px;
	display: none;
}
.navigation li ul.expanded {
	display: block;
}
.navigation li ul li a {
	font-size:12px;
}
.navigation li ul li {
	margin:0 0 3px 0;
}

.social-links li, .social-links li a {
	float:left;
	height:24px;
	width:24px;
}
.social-links li {
	margin:0 10px 0 0;
}
.social-links li a:hover {
	background-position:bottom;
}
.google-plus {
	background:url(/css/../img/google-plus.png) no-repeat;
}
.twitter {
	background:url(/css/../img/twitter.png) no-repeat;
}
.instagram {
	background:url(/css/../img/instagram.png) no-repeat;
}


/* Content item center */
.center-content {
	float:left;
	margin:0 0 0 40px;
	width:73%;
}
.content-items {
	padding:55px 0 0 0;
	min-height: 700px;
}
.big-title, h1 {
	font-size:24px;
	font-weight:bold;
	padding:0 0 15px 0;
}
h2 {
	font-size:20px;
	margin:0 0 7px 0;
}
h3 {
	font-size:16px;
	margin:0 0 5px 0;
}
.content-text p {
	font-size:14px;
}
.content-text img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.top-img {
	margin:10px 0 10px 0;
}
.content-text ul {
	list-style-type:disc;
	margin:5px 0 5px 15px;
}
.content-text ol {
	list-style-type: decimal;
	margin:5px 0 5px 18px;
}
.content-text {
	line-height:20px;
}
.content-text p {
	margin:0 0 10px 0;
}
.line {
	background: #f8f7f7;
	height:1px;
	width:100%;
}
.interesting {
	background: #fffdef;
	padding:30px 10px 10px 10px;
	text-align:center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.big-title-text {
	max-width:850px;
	margin:auto;
	line-height:18px;
}
.prod-list {
}
.prod-list li {
	display:inline-block;
	vertical-align:top;
	margin:0 5px 20px 5px;
	border:2px solid #fde2ae;
	width:230px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0 0 8px 0;
}
.prod-list li:hover {
	border:2px solid #f4c05d;
}
.prod-list li:hover .prod-title {
	background: #f4c05d;
}
.prod-list li a {
	text-decoration:none;
}
.prod-title {
	background: #fde2ae;
	padding:12px 0 12px 0;
	margin:0 0 10px 0;
}
.img-prod {
	width:210px;
	margin:auto;
}
.prod-inf {
	text-align:left;
	margin:auto;
	width:210px;
	padding:8px 0 0 0;
}
.prod-inf-text {
	float:left;
	width:150px;
	padding:5px 0 0 0;
}
.fb-link {
	float:right;
	background: url(/css/../img/ico-people.png) no-repeat top;
	width:45px;
	height:40px;
}
.fb-link:hover {
	background-position:bottom;
}
.prod-inf-text a {
	font-size:14px;
	font-weight:bold;
}
.prod-inf-small-text {
	font-style:italic;
	font-size:11px;
	padding:5px 0 0 0;
}
.news-items {
	margin:0 0 0 -22px;
}
.news-items, .news-items li {
	float:left;
}
.news-items li {
	width:31%;
	margin:0 0 30px 22px;
}
.news-items li:hover .ndate {
	background: #f4c05d;
}
.news-items li a img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.news-items li:hover a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.news-items-title {
	display:block;
	font-weight:bold;
	padding:8px 0 10px 0;
}
.news-items-text {
	font-style:italic;
	font-size:12px;
	line-height:16px;
}
.ndate {
	position:absolute;
	z-index:9;
	background: #fde2ae;
	font-size:11px;
	padding:9px 10px 9px 10px;
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
}
.tax {
	font-size:12px;
	margin:0 0 0 0!important;
}
.tax li {
	display:inline-block;
}
.paging {
	text-align:center;
	font-size:12px;
}
.paging li {
	display:inline-block;
	vertical-align:top;
}
.paging li a {
	display:block;
	padding:8px 3px 8px 3px;
	min-width:30px;
	border: 1px solid #d1d6dc;
	text-decoration:none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.paging li a:hover {
	background: #f8f7f7;
}
.paging li a.page-active, .paging li a.page-active:hover {
	background: #d1d6dc;
	cursor:default;
}
.content-text table {
	width:100%;
	font-size:12px;
}
.content-text table tr td {
	padding:7px 7px 7px 15px;
}
.content-text table tr th {
	padding:7px 7px 7px 15px;
	border-bottom:1px solid #f4f4f4;
	text-align:left;
	font-weight:bold;
	background: #fff;
}
.content-text table tr:nth-child(2n+1) {
	background: #f4f4f4;
}
.prod-list-center {
	text-align:center;
}
.content-title {
	font-size:18px;
	font-weight:bold;
}
.big-img img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.content-title-small {
	font-size:16px;
	font-weight:bold;
}
.contacts-table {
	width:100%;
	font-size:16px;
	line-height:22px;
}
.contacts-table tr td {
	padding:30px 0 30px 0;
}
tr.line-table td {
	padding:0px;
}
.contacts-text {
	width:200px;
	margin:auto;
}
a.big-button {
	display:inline-block;
	min-width:200px;
	border:2px solid #d1d6dc;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	padding:9px 0 9px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.border-table {
	border-left:1px solid #d1d6dc;
	border-right:1px solid #d1d6dc;
}
.bg-d1d6dc {
	background: #d1d6dc;
}

#background {
	left: 0;
	top: 0;
	position: fixed;
	background: url(/css/../img/pix.png) repeat;
	z-index: 9999;
	display: none;
	height: 100%;
	width: 100%;
}

#modal_window, #modal_window2 {
	display: none;
	z-index: 99999;
	width:100%;
	height:100%;
	position:fixed;
	top:0px!important;
}
.fix-fb {
	/*position:fixed;*/
	background-color: #fcfbfb;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 30px 0px 30px 0px;
	width: 390px;
	margin:auto;
	margin-top:130px;
	top:130px!important;
}
.window-items {
	width:340px;
	margin:auto;

}
.close {
	position:absolute;
	background:url(/css/../img/close.png) no-repeat;
	width:28px;
	height:27px;
	margin:-60px 0 0 395px;
}
.fb-title {
	font-weight:bold;
	font-size:18px;
	display:block;
	padding:0 0 10px 0;
}
.fb-top-text {
	font-size:12px;
	line-height:16px;
}
.fb-input {
	border:2px solid #d1d6dc;
	background: #f1f5f8;
	height:40px;
	width:340px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	margin:15px 0 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.fb-textarea {
	border:2px solid #d1d6dc;
	background: #f1f5f8;
	height:100px;
	width:340px;
	padding:10px;
	font-size:14px;
	margin:15px 0 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.fb-button {
	display:block;
	border:2px solid #d1d6dc;
	background: #fff;
	width:340px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	margin:15px 0 0 0;
	padding:11px 0 11px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4c05d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #231f20;
  border:2px solid #f4c05d;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.gallery {
	list-style-type:none;
	text-align:center;
}
.gallery li {
	display:inline-block;
	vertical-align:top;
	margin:10px;
}
.gallery li a, .gallery li a img {
	float:left;
}
.gallery li a {
	width:200px;
	border:1px solid #d1d6dc;
	padding:5px;
}
.gallery li a:hover {
	border:1px solid #f4c05d;
}


/* Footer */
#footer {
	position: relative;
    clear:both;
	background:url(/css/../img/h-shadow.png) top center no-repeat;
	padding:0px 0 0 0;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
.footer-items {
	padding:30px 0 15px 0;
	line-height:16px;
	color: #7b7979;
}
.footer-items a {
	color: #7b7979;
}
.footer-items-left {
	float:left;
}
.footer-items-right {
	float:right;
	text-align: right;
}
.social-share {
	padding:0px 0 0 0;
}
.social-share .b-share {
	padding: 0px !important;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.category-items {
	width:46%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin:0 0 0 23px;
}
.bg-fcfbfb {
	background: #fcfbfb;
}
.border1-f8f7f7 {
	border:1px solid #f8f7f7;
}
.category-title {
	position:absolute;
	width:160px;
	text-align:center;
	margin:-24px 0 0 -24px;
}
.category-title a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	background: #fde2ae;
	padding:10px 0 10px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.category-items:hover .category-title a {
	background: #f4c05d;
}
.category-title a span {
	font-size:11px;
	font-style:italic;
	display:block;
	padding:3px 0 0 0;
}

form input.input-error, form textarea.input-error {
	border: red solid 2px;
}
.success-message {
	display: none;
}


/* Responsive */
@media all and (max-width: 1500px) {
	#wrap {
		margin-left:20px;
		width: auto;
		max-width:1411px;
	}
}
@media all and (max-width: 1350px) {
	.center-content {
		width:71%;
		margin: 0 0 0 30px;
	}
}
@media all and (max-width: 1340px) {
	.news-items li {
		width:30%;
	}
}
@media all and (max-width: 1240px) {
	.center-content {
		width:70%;
		margin: 0 0 0 20px;
	}
}
@media all and (max-width: 1170px) {
	.center-content {
		width:72%;
		margin: 0 0 0 20px;
	}
	#wrap {
		background:url(/css/../img/v-bg2.png) repeat-y;
	}
	.left-content {
		width: 280px;
	}
	.left-content-inner {
		width: 280px;
	}
	.left-items {
		width: 230px;
	}
}
@media all and (max-width: 1115px) {
	.center-content {
		width:70%;
		margin: 0 0 0 20px;
	}
	.prod-list li {
		width:210px;
		margin: 0 3px 20px 3px;
	}
	.img-prod {
		width: 200px;
	}
	.prod-inf {
		width: 200px;
	}

}
@media all and (max-width: 1080px) {
	.center-content {
		width:70%;
		margin: 0 0 0 20px;
	}
	#wrap {
		margin-left:10px;
	}
}
@media all and (max-width: 1035px) {
	.center-content {
		width:70%;
		margin: 0 0 0 10px;
	}
	#wrap {
		background:url(/css/../img/v-bg3.png) repeat-y;
	}

	.left-content {
		width: 260px;
	}
	.left-content-inner {
		width: 260px;
	}
	.left-items {
		width: 210px;
	}
	.content-text {
		font-size:13px;
	}
	.big-title {
		font-size:20px;
		padding: 0 0 15px 0;
	}
}

.error404 {
	font-size:272px;
	text-align:center;
	line-height:272px;
}
#wrap-inner {
	max-width:1100px;
	width:100%;
	padding:0 20px 0 20px;
	background: #fff;
	margin:auto;
	text-align:center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 1px #e4e3e3;
	box-shadow: 0 0 10px 1px #e4e3e3;
}
.phone-items {
	max-width:300px;
	margin:auto;
}
.center-content1 .content-items {
	padding:30px 0 0 0;
}
.footer-items-left {
	text-align:left;
}

/* End */
/* /js/lightbox/css/lightbox.css */
/* /css/styles.css */
