
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/Ubuntu-L-webfont.eot');
    src: url('../fonts/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ubuntu-L-webfont.woff2') format('woff2'),
         url('../fonts/Ubuntu-L-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-L-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-L-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'UbuntuRegular';
	src: url('../fonts/ubuntu-r-webfont.eot?') format('eot'),
		 url('../fonts/ubuntu-r-webfont.woff') format('woff'),
		 url('../fonts/ubuntu-r-webfont.ttf') format('truetype'),
		 url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
	font-weight: normal;
	font-style: normal;

}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	background: #f1e8df url(../img/damask.jpg) repeat;
    font-family: 'ubuntulight', Calibri, Arial, sans-serif;
    color: #6a321c!important;
}

p {padding:10px;margin:0px;line-height:28px;font-size:18px;}

a {
	color: #b52c16!important;
	text-decoration: none;
	outline: none!important;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
	text-decoration: none;
}

a:hover {
	color: #de371b!important;
	text-decoration: none!important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-p {
	background: #b80d11;
	color:#fff;
	padding:10px;
	display: block;
	width: 100%;
	text-align:center;
	margin-top:50px;
}


.button-p:hover {
	background: #8d070a;
	color:#fff;
}

.vskl {
	color: #6a321c;
	background: #e4d0bc url(../img/vskl.png) no-repeat;
    background-position: 15px 10px;
	font-size:80%;
	line-height: normal;
	text-decoration: none;
	outline: none;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
	text-decoration: none;
	padding:10px 15px 10px 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-animation-name: vskl 2s infinite ease-in-out;
	animation: vskl 2s infinite ease-in-out;
	border:1px solid #6a321c;
}
.vskl:hover {
	cursor:default;
	background: #e4d0bc url(../img/vskl2.png) no-repeat;
	background-position: 15px 10px;
}
.vskl2 {
	color: #6a321c;
	font-size:80%;
	line-height: normal;
	text-decoration: none;
	outline: none;
 -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
	text-decoration: none;
	padding:10px 15px 10px 55px;
}


@-webkit-keyframes vskl { 
  0% { 
 color: #6a321c; 
  } 
  50% { 
 color: red; 
  } 
  100% {
 color: #6a321c;
 }
}
@keyframes vskl { 
  0% { 
 color: #6a321c; 
  } 
  50% { 
 color: red; 
  } 
  100% {
 color: #6a321c;
 }
}

.fa-floppy-o{
font-size:120%!important;
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px); }
  50% {
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px); }
  to {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px); }
  50% {
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px); }
  to {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px); } }


#head {
	width:100%;
	height:135px;
}

.logo, .med, .tel, .dolzhn, .phon, .name {display:inline-block;vertical-align: top;}

.tel {padding-top:5px;height:135px;}
.dolzhn {font-size:12px;vertical-align: bottom;}
.phon {font-size:32px;vertical-align: bottom;line-height:90%;}
.name {padding-left:10px;padding-top:10px;font-size:12px;vertical-align: bottom;line-height:100%;}
.adr {font-size:14px;padding-top:4px;}

.med {
		background:transparent url(../img/medali-358x135.png) center 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width:358px;
	height:135px;
}

sub, sup {font-size:70%;}

.container > header {
	margin: 0 auto;
}

.container > header nav {
	width:100%;
	background:#a86747 url(../img/derevo.jpg) repeat-y;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border-bottom:2px solid rgba(0,0,0,0.3);
	-moz-box-shadow: 
		0px 1px 0 rgba(255,255,255,0.66) inset;
	-webkit-box-shadow:
		0px 1px 0 rgba(255,255,255,0.66) inset;
	box-shadow:
		0px 1px 0 rgba(255,255,255,0.66) inset;
}

.shdw {
	background: url(../img/shdw.png) 50% 0% no-repeat;
	width:70%;
	height:15px;
	margin: 0 auto;
	background-size: contain;
}


.container > header nav a {
	display: inline-block;
	font-size:18px;
	color:#fff!important;
	text-shadow:0px 1px 1px rgba(0,0,0,0.33);
	position: relative;
	text-align: center;
	padding: 12px 6px;
}

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #b80d11;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}

section {
	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #b02b15;
	vertical-align: bottom;
	text-decoration: none;
	
}

section a::before,
section a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

table.zebra2 { 
	width: 97%;
	margin:10px 10px 10px 12px;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-moz-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-o-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-ms-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
}

table.zebra2 th {
	font-size: 16px;
}

table.zebra2 th,
table.zebra2 td { padding: 9px 2px 9px 4px; font-weight: normal;}

table.zebra2 tbody,
table.zebra2 tfoot { font-size: 18px; }

table.zebra2 .bold { font-weight: bold; }
table.zebra2 .center { text-align: center; }

table.zebra2 td * { vertical-align: middle; }

table.zebra2 tfoot { font-style: italic; }

table.zebra2 caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
table.zebra2  tr {
	text-align: center;
	border-bottom:1px solid rgb(222, 192, 172);
	-webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-o-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;	
}

table.zebra2  tr small {
	font-size:14px;
}

table.zebra2  tr:hover {
	cursor: default;
}
	
table.zebra2 thead th {
	background: rgba(230, 210, 194, 0.33);
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}

table.zebra2 tbody tr {
	background: rgba(66,66,66,0.00);
	-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.0);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.0);
	box-shadow:  0 2px 1px rgba(0,0,0,0.0);
}

table.zebra2 tfoot tr {
	border-top: 1px solid #210007;
	background: rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	color: #666;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

ul.zebra2 > li.odd,
table.zebra2 tbody tr.odd,
ul.zebra2 > li:nth-of-type(odd),
table.zebra2 tbody tr:nth-of-type(odd) { background: rgba(255,255,255,0.03); }

table.zebra2 p {
	font-family: 'pf_din_text_comp_prolight';
	text-align: left;
	padding: 0 0 0 20px!important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	font-size: 18px;
	font-weight: normal;
	color: #0b0b15;
	letter-spacing: 1px;
}

table.zebra2 caption { color: #888; }


/* General style */

.mod-box {
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(255,253,250,0.7);
	background-image: url(../images/menu-bkg.png);
	background-position:top right;
	background-repeat:no-repeat;
	
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 
		0 1px 5px rgba(0,0,0,0.5),
		1px 1px 0 #fdfdfd inset,
		-1px -1px 0 #fdfdfd inset;
	-webkit-box-shadow:
		0 1px 5px rgba(0,0,0,0.5),
		1px 1px 0 #fdfdfd inset,
		-1px -1px 0 #fdfdfd inset;
	box-shadow:
		0 1px 5px rgba(0,0,0,0.5),
		1px 1px 0 #fdfdfd inset,
		-1px -1px 0 #fdfdfd inset;
}
.mod-box img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: -webkit-transform 0.55s;
	-moz-transition: -moz-transform 0.55s;
	transition: transform 0.55s;
	overflow:hidden;
}
.mod-box img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.55s;
	-moz-transition: -moz-transform 0.55s;
	transition: transform 0.55s;
	overflow:hidden;
}


.but {margin-top:45px;}

.kor {margin-top:30px!important;}

.zak, .kup {margin-top:10px;padding:10px 20px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.3);border:0;font-size:18px;font-family: 'ubuntulight', Calibri, Arial, sans-serif;}
.zak {background:#363636;margin-right:10px;}
.kup {background:#b80d11;margin: 0 auto;display: block;}

.puk {float:right;margin-top: 10px;}

.zak:hover {color:#fff;background:#262626;	
}
.kup:hover {color:#fff;background:#890c0f;
}

.zak:active {color:#fff;background:#b80d11;border:0;
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
}
.kup:active {color:#fff;background:#363636;border:0;
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
}

.pluson {
	display:block;
	margin: 0px 0 50px 0;
	text-align:center;
}

.pluso-wrap >div {
border-radius: 3px!important;
margin-right: 20px!important;
height: 30px;
padding-right:3px;
}

.prefoot {
	height:150px;
	background: url(../img/sh-bot.png) 0 100% repeat-x;
	width: 100%;
}

.footer {
	display: block;
	width: 100%;
	max-width: 50em;
	margin:0 auto;
}


.f0 {
	display: inline-block;
	float:left;
	width:30%;
	height:90px;
	font-size:20px;
	font-family: 'ubuntulight', Calibri, Arial, sans-serif;
	line-height:31px;
}

.f0 a {
	color:#363636;
	text-decoration:underline;
	font-size:16px;
}

.f2 {
	display: inline-block;
	background: url(../img/logo-280x106.png) 50% no-repeat;
	float:left;
	width:280px;
	height:106px;
	margin:0px 20px 44px 20px;
}

.f3 {
	display: inline-block;
	float:left;
	width:30%;
	height:90px;
	font-size:36px;
}

.f3 sup {
	font-size:24px;
}

h1 {
	font-size: 30px!important;
	font-weight: normal!important;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	margin:0;
}

h1 b {color:#b80d11;}

 .zoom {
 margin:0px 30px 20px 0px;
 display:block;
 float:left;
 }
 
 .zoom a {margin:5px;}
 
 section a {vertical-align: baseline;}


.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid-wrap2 {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 1em;
}

.grid-wrap2 h1 {
	margin-left: 0px;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 354px;
	float: left;
	cursor: pointer;
}

.grid figure {
	padding: 15px 55px 15px 55px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.8;
}

.grid figcaption {
	padding: 10px;
	text-align:center;
	font-weight: bold;
}

.itemimage {
padding:0;
margin:0;
border: none;
text-align:center;
font-size:10px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}

.itemimage:hover {
z-index:1;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.item55 {
display: inline-block;
position: relative;
margin:0 5px 22px 0px;
}
.item55 > a {
display: block;
width: 60px;
height:128px;
}
.item56 {
	width:60px;
	height:128px;
	margin:0 auto;
	padding:0;
	border: 0px solid #fffefa;
	background:#fff;
}


/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 600px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -332px 0 0 -300px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 56px solid #fff;
	border-top: 30px solid #fff;
	border-bottom: 30px solid #fff;
	overflow: auto;
}

.slideshow figcaption {
	padding-bottom: 10px;
}

.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 150%;
	text-align:center;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 30%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.slideshow nav span.nav-prev {
	left: 0;
	padding: 15% 30% 15% 3%
}

.slideshow nav span.nav-next {
	right: 0;
	padding: 15% 3% 15% 30%
}


.slideshow nav span.nav-prev:hover,
.slideshow nav span.nav-next:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.slideshow nav span.nav-close {
	top: 10px;
	right: 70px;
	padding: 0.5em 1em;
	color: grey;
}

.rub {
font-family: 'FontAwesome', 'UbuntuRegular';
	text-align:center;
	margin-top:-10px;
	color:#891B1B;
	font-size:18px;
	padding-top:0px!important;
	font-weight: normal!important;
}

.rub2 {
font-family: 'FontAwesome', 'UbuntuRegular';
	text-align:center;
	margin-top:-20px;
	padding-bottom:0px!important;
	font-size:16px;
	text-decoration:line-through;
}

.sm {font-size:60%;}

.icon:before,
.icon:after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-shadow:0 1px 14px rgba(0,0,0,0.14);
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\f104";
}

span.nav-next:before  {
	content: "\f105";
}

span.nav-close:before {
	content: "\f00d";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\f0d9";
}

.info-keys:after {
	right: 10px;
	content: "\f0da";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.zebra { 
	margin:10px 10px 10px 12px;
	-webkit-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-moz-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-o-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	-ms-transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
	transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out, background 0.5s ease-in-out;	
}

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 8px 2px 8px 4px; font-weight: normal;}

table.zebra tbody,
table.zebra tfoot { font-size: 18px; text-align: left;}

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: д; }

table.zebra td * { vertical-align: middle; }

table.zebra  tr {
	border-bottom:1px solid rgba(0,0,0,0.0);
	-webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-o-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;	
}

table.zebra  tr:hover {
	cursor: default;
	background: rgba(0,0,0,0.0);
	-webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-moz-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-o-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	-ms-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;		
	transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;	
}
	
table.zebra thead th {
	background: rgba(110,110,110,0.3);
	color: rgba(255,255,255,1);
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border:0;
}

table.zebra tbody tr {
	background: rgba(0,0,0,0.0);
	-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	box-shadow:  0 2px 1px rgba(0,0,0,0.15);
}

.alert2 {
	border: 0px solid transparent;
	
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: 80%;
    width: 90%;
    /*height: 36px;*/
    color: #111;
    padding: 11px 0px 9px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	}
.alert2:before {
  font-family: 'FontAwesome';
  font-size: 130%;
  position: absolute;
  top: 9px;
  left: 22px;
}
.alert2.notice {
    border-color: #D4B192;
    color: #8A5C40;
    background: rgba(212, 177, 146, 0.0);
}
.alert2.notice i {
	font-size: 130%;
}
/*.alert2.notice:before {
  color: #AB4324;
  content: "\f071";
}*/
.steklo2 {
	border: 1px solid #D4B192;
    color: #8A5C40;
    background: rgba(212, 177, 146, 0.05);
	/*padding: 4px 0px 4px 0px;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	-webkit-transition: -webkit-transform 0.55s;
	-moz-transition: -moz-transform 0.55s;
	transition: background 0.55s linear;

}
.steklo2:hover {
	border: 1px solid #D4B192;
    color: #8A5C40;
    background: rgba(212, 177, 146, 0.6);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	-webkit-transition: -webkit-transform 0.55s;
	-moz-transition: -moz-transform 0.55s;
	transition: background 0.55s linear;

}
.steklo {
	border: 1px solid #D4B192;
	height:47px;
    color: #8A5C40;
	font-size: 66%;
    background: rgba(212, 177, 146, 0.4);
	/*padding: 4px 0px 4px 0px;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.steklo:hover {
	border: 1px solid #D4B192;
	cursor:default;
    color: #8A5C40;
    background: rgba(212, 177, 146, 0.6);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.steklo img {
    /*display: inline-block;*/
	border: 2px solid #D4B192;
    /*position: relative;*/
    top: -7px;
    left: 3px;
	}
.steklo:hover img {
    /*display: inline-block;*/
	border: 2px solid #b5855b;
    /*position: relative;*/
    top: -7px;
    left: 3px;
	}
.steklo a {
	/*top: 7px;
    line-height: 4px;*/
	
}
.st1 {float:left;}
.st2 {float:right;}
.card {
	-webkit-transition: -webkit-transform 0.55s;
	-moz-transition: -moz-transform 0.55s;
	transition: background-color 0.55s linear;
}
.card:hover {background-color: rgb(235 226 211 / 58%);cursor:default;
	-webkit-transition: -webkit-transform 1.55s;
	-moz-transition: -moz-transform 1.55s;
	transition: background-color 0.55s linear;
}
.list-group-item {color:#6e1f1f;}
/*.card-header, .list-group-item  {
    background-color: rgb(235 226 211 / 78%);
}*/
.fa-rub {font-size:70%!important;}
::-moz-selection { 
	background: rgba(167,61,43,0.2);
	color: #933d2b;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
::selection {
	background: rgba(167,61,43,0.2);
	color: #933d2b;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 55em) {

	.med {}

	.container > header nav {
		margin: 0 auto;
	}
	
.container > header nav a {
	font-size:16px;
	padding: 15px 5px;
	}
	
	.container > header nav {
width:95%;
}

.shdw {
	width:95%;
}



}


@media screen and (max-width: 70em) {
	.tel {position:absolute;right:10px;}
	.med {
	width:30%;
	}
	.container > header nav {width:95%;}
	.shdw {width:80%;}
	.container > header nav a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.33);
		position: relative;
		text-align: center;
		padding: 12px 10px;
}
}

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.med {
	display:none;
	}
	.tel {position:absolute;right:10px;}
	.name {font-size:10px;}
	.f0, .f2, .f3 {width:100%; text-align:center;margin:30px 0px 30px 0px !important;}
	
	.prefoot {height: 500px;}
	
	.container > header nav {width:95%;}
	.shdw {width:95%;}
	
	table.zebra td { padding: 8px 2px 8px 0px; font-weight: normal;}
	table.zebra tbody { font-size: 16px; text-align: left;}
	
	.grid li {
		width: 228px;
	}
	
	h1 {
	margin-left:0px !important;
	}


	.grid figure {
	padding: 10px 5px 10px 5px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	}

	
	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}
	
.button-p {
	width: 110px;
	margin:50px auto;
	
}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}

}

@media screen and (max-width: 35em) {
	.tel {position:absolute;right:5px;}
	.grid li {
		width: 50%;
	}
	table.zebra td { padding: 8px 2px 8px 0px; font-weight: normal;}
	table.zebra tbody { font-size: 14px; text-align: left;}

	
}

@media screen and (max-width: 24em) {
	.tel {position:absolute;right:5px;}
	.grid li {
		width: 100%;
	}
}

@media screen and (max-width: 689px) {
	.tel {display:none;}
}
@media screen and (max-width: 1300px) {
	.container > header nav {width:95%;}
}


/* Начало стилей для слайдера */
.iosSliderDemo {
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	padding: 0 0 520px;
	margin: 0 0 15px 0;
	position: relative;
}

.fluidHeight {
	position: absolute;
	width: 100%;
	/* height: 87%; */
	height: 400px;
	padding: 0 0 0 0;
}

.sliderContainer {
	height: 100%;
	max-height: 400px;
	padding: 0 0;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
}

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.iosSlider .slider .item .inner .text1 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 250px;
    top: 0px;
    padding: 0px 0px 0px 0px;
}

.iosSlider .slider .item .inner .text1 span {
	color: #363636;
    font-size: 100%;
    line-height: 100%;
    padding: 0 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

.iosSlider .slider .item .inner .text2 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 250px;
    top: 347px;
}

.iosSlider .slider .item .inner .text2 span {
	color: #363636;
    font-size: 100%;
    line-height: 100%;
}

.sliderContainer .slideSelectors {
	position: relative;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	height: 100px;
}

.sliderContainer .slideSelectors .item {
	font-size:10px;
	text-align:center;
	float: left;
	width: 32px;
	height: 85px;
	margin: 15px 6px 0 0px;
	padding:0px 0px 0px 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.sliderContainer .slideSelectors .item img {
	border:3px transparent solid;
}

.sliderContainer .slideSelectors .selected {
	opacity: 1;
	filter: alpha(opacity=100);
}

.sliderContainer .slideSelectors .selected img {
	border:3px #b80d11 solid;
}



@media screen and (max-width: 1113px) {
	
.iosSlider .slider .item .inner .text2 {
    left: 230px;
}
.iosSlider .slider .item .inner .text1 {
    left: 230px;
}

	
}

@media screen and (max-width: 768px) {
	
.iosSlider .slider .item .inner .text2 {
    left: 170px;
}
.iosSlider .slider .item .inner .text1 {
    left: 170px;
}

.zak, .kup {margin-top:10px;padding:10px 20px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.3);border:0;font-size:16px;font-family: 'ubuntulight', Calibri, Arial, sans-serif;}
.zak {margin-right:5px;}

.bcontainer
{
width: 70%!important;

}


}

@media screen and (max-width: 500px) {
	.alert {
	border: 0px solid transparent;
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: 80%;
    width: 100%;
    height: 66px;
    color: #111;
    padding: 9px 12px 9px 46px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	}
.iosSlider .slider .item .inner .text2 {
    left: 170px;
}
.iosSlider .slider .item .inner .text1 {
    left: 170px;
}
}
/* Конец стилей для слайдера */

/* стили для корзины */

#prjclose
{
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: #999;
filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;	
}
#sbj
{
width: 300px;
margin: 200px auto 10px auto;
font: bold 30px Tahoma;	
color: #C40000;
}
#mail
{
width: 300px;
margin: auto;
font: bold 12px Tahoma;	
color: #000;
}

.border
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.bsk
{
background: #F0F0F0;
font-size:14px;
float: right;	
padding: 5px;
width: 200px;
margin-top: 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.korzina {
	background: url(../img/korzina.png) 0 100% no-repeat;
	width:32px;
	height:32px;
	display:block;
	float:left;
}

button
{
color: #363636;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);	
padding: 6px 10px 6px 10px;
font-family: 'ubuntulight', Calibri, Arial, sans-serif;
font-size:16px;
text-shadow:0px 1px 0px rgba(255,255,255,0.75);
border:1px #999 solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}
button:active {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: -webkit-transform 0.05s;
	-moz-transition: -moz-transform 0.05s;
	transition: transform 0.05s;
		-moz-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	box-shadow:  0 2px 1px rgba(0,0,0,0.15);
	border:1px #999 solid;
}

#order h4 {font-size:18px;font-weight:normal;margin-top:0px;text-transform:uppercase;background: url(../img/contact256.png) 0 100% no-repeat;
height: 32px;
padding: 4px 0px 0px 42px;}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: rgba(213,181,147,1.0);
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(106,52,30,0.5);
}
::-webkit-scrollbar-thumb:hover {
    background-color: #6a341e;
}

/* Effect 16: fall down */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #fffe8d;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 -0px 2px rgba(0,0,0,0.6);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

#formBody{width: 400px;font-size: 16px;padding-bottom: 10px;margin-left: 10px;}
#formHeader{
height: 24px;
font-weight: normal;
font-size: 24px;
text-align: left;
margin-bottom: 10px;
margin-left: 10px;
}
.formBodyInput{background-color: #fff8e9;border: solid; border-width:1px;font-size: 16px;margin-left: 0px;margin-right: 10px;height: 36px;width: 400px;}
#formBody textarea{background-color: #fff8e9;border: solid; border-width:1px;margin-left: 0px;margin-right: 10px;height: 150px;width: 400px;}
.input-header{margin-left: 0px;margin-right: 10px;margin-top: 2px;margin-bottom: 2px;}

input, textarea {font:normal 18px "Calibri";
border:solid 1px #6a321c;
padding:10px 10px 10px 10px;
color:#6a321c;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

button {
padding:10px 10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

button {
border: none;
font-weight:normal;
text-shadow: 0px 1px 0px rgba(0,0,0,0.33);
  color: #fff8e9; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #6a321c; /* фон кнопки */
  outline: none; /* убирать контур в Mozilla */
} 
button:hover { background: rgb(181,44,22); } /* при наведении курсора мышки */
button:active { background: rgb(152,15,0); } /* при нажатии */