html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#E7E5DF;
}
a {
	color:#000;
	text-decoration:none;
}
a img {
	border:none;
}
a:hover {
	color:#c80000;
}
P, li, input, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#595651;
}
input, textarea, select{
	outline:none;
}
P {
	margin:2px 0;
	text-align:justify;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

ul, ol {
	margin:10px;
	padding:0px;
}
li {
	margin-left:20px;
	padding:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	margin:5px 0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
}
#seo {
	position:relative;
	margin-top:25px;
}
#seo header, #body-right header  {
	display: -webkit-flex; 
	display: flex;
	align-items:flex-end;
	flex-wrap:no-wrap;
	font-size:20px;
	font-weight:bold;
	color:#595651;
	border-bottom:1px dashed #C6C7C1;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
	text-transform:uppercase;
}
#seo .text p{
	font-size:13px;
}
#seo .text.close{
	position:relative;
	height:200px;
	margin-bottom:30px;
	overflow:hidden;
}
#seo .text.close:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.03);
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(231,229,223,1));
}
#open-text {
	position:absolute;
	right:0;
	bottom:5px;
	color:#595651;
	text-decoration:underline;
	text-transform:lowercase;
}
h2 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
   *display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#595651;
	margin:5px 0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dashed #C6C7C1;
}
h3 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
   *display: inline;
	font-size:20px;
	font-weight:bold;
	color:#595651;
	border-bottom:1px dashed #C6C7C1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:5px 0;
}
h4, #left h1 {
	font-size:16px;
	color:#48443E;
	margin:5px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h5 {
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
	color:#58595B;
	border-bottom:1px solid #C6C7C1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#c80000;
	margin:5px 0px;
	padding:0px;
}
.center {
	width:960px;
	margin:0 auto;
	position:relative;
}
.hide {
	display:none;
}
#top {
	text-align:center;
	background-color:#434341;
	height:143px;
	min-width:1000px;
}
#top a#menu {
	display:none;
}
#ShopCart {
	display: block;
	background:none;
	background: linear-gradient(to top, #53A3B4 0%, #53A3B4 93%, #47949c 100%);
    width: 74px;
    height: 81px;
    z-index: 2;
    position: absolute;
    padding-top: 25px;
    right: 0;
    top: 0;
}
#ShopCart:before {
	display:inline-block;
	content: "";
	width:20px;
	height:30px;
	background:url(../img/str-prev-next.png) no-repeat -123px -2px;
}
#ShopCart:after {
	display: block;
	content: ""; 
    position: absolute;
	width: 0;
    height: 0;
	border-left: 37px solid #53A3B4;
	border-right: 37px solid #53A3B4;
	border-bottom: 10px solid transparent;
	left:0;
	bottom:-10px;
}
#ShopCart .name{
	display:block;
	margin:4px 5px;
	color:#FFFFFF;
	text-transform:uppercase;
	border-bottom:1px dashed #FFFFFF;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
#topContacts {
	float:right;
	width:300px;
	margin:30px 120px 20px 10px;
	text-align:center;
}
#topContacts p {
	color:#afafaf;
	text-align:center;
}
#topContacts>p>a {
	font-size:24px;
	color:#fff;
	font-family:"Times New Roman", Times, Georgia, serif;
}
#topContacts .soc{
	float:right;
	color:#949593;
	font-style:italic;
	text-align:center;
}
#topContacts button {
	cursor:pointer;
	padding:8px 14px;
	border:1px solid #ffffff;
	color:#ffffff;
	background:none;
	border-radius:5px;
	margin-bottom:5px;
}
#topContacts button:after {
	content:"";
	display: inline-block;
	margin-left:5px;
	width:14px;
	height:13px;
	background:url(../img/str-prev-next.png) no-repeat -122px -60px;
}
#top .soc a{
	display:block;
	margin:4px;
	width:22px; 
	height:22px;
	background-repeat:no-repeat;
}
#top .soc a:hover{
	background-position:-22px 0;
}
#top .soc .blue {
	color:#ffffff;
	font-weight: normal;
	font-style:normal;
}
#logo {
	float:left;
	margin-top:30px;
}
.menu {
	margin:30px 0 0 30px;
	float:left;
}
.menu ul {
	display:table-cell;
	padding:0 15px;
	list-style:none;
	border-right:1px solid #535456;
}
.menu li{
	padding:0;
	margin:0;	
}
.menu li a{
	padding:1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	color:#afafaf;
	text-align:left;
}
.menu li a span{
	display: inline-block;
	margin-left:5px;
	width:12px;
	height:12px;
	background-image:url(../img/os.png);
	background-repeat:no-repeat;
}
.menu li a:hover{
	color:#E7E5DF;
	text-decoration:none;
}
.menu li a:hover span{
	background-position:-12px 0;
}
#lang {
	position:absolute;
	top:25px;
	right:-23px;
	margin:0;
	padding:0;
	list-style:none;
}
#lang li{
	display:block;
	margin:2px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#lang li a{
	display:block;
	color:#929496;
}
#lang li a:hover, #lang li a.select{
	color:#E7E5DF;
	text-decoration:none;
}
#body{
	margin:0 auto;
	text-align:left;
	background-color:#E7E5DF;
}
#body-left{
	float:left;
	width:200px;
	text-align:left;
}
#body-right{
	margin-left:240px;
	text-align:left;
}
#body-left button.ch{
	display:block;
	width:100%;
	text-align:right;
	border:none;
	background:none;
	margin-bottom:10px;
	cursor:pointer;
	color:#58595B;
}
#menu-body {
	margin-top:10px;
}
#menu-body-close {
	display:none;
}
#menu-body img {
	margin-right:21px;
}
#menu-body ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:justify;
}
#menu-body>ul>li{
	margin:0;
	padding:0;
	display:inline-block;
	position: relative;
	font-weight:bold;
	font-size:12px;
	height:37px;
}
#menu-body ul li a{
	padding:0 15px;
	display:block;
	color:#58595B;
	line-height:31px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#menu-body ul li.first {
	border: none;
}
#menu-body ul li.first>a{
	color:#B92026;
	border-bottom-color:#B92026;
}
#menu-body>ul>li.select>a, #menu-body>ul>li:hover>a{
	background:#B92026;
	border:none;
	color:#FFFFFF;
}
#menu-body>ul>li.select>a:after, #menu-body>ul>li:hover>a:after{
	content:"";
	position:absolute;
	bottom:1px;
	left:50%;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-top: 5px solid #B92026;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

#menu-body ul li .sub {
	z-index:1000;
	position: absolute;	
	top: 37px; 
	left:0;
	background:#F4F4EF;
	background: linear-gradient(to top, #ffffff 0%, #f2f0ec 70%, #f2f0ec 100%);
	float: left;
	padding:5px 0;
	border:1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Для Firefox */
    -webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Для Safari и Chrome */
    box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Параметры тени */
	display: none;
}
#menu-body ul li.row {width: 100%;height:0;}
#menu-body ul li.border {
	border-left: 1px solid #b9b5b4;
	height:30px;
	margin:0;
	padding:0;
	vertical-align:top;
}
#menu-body ul li.row:hover, #menu-body ul li.border:hover {
	background:none;
}
	
#menu-body ul li .sub ul{
	list-style: none;
	padding: 0;
	display:table-cell;
	vertical-align:top;
	width:230px;
	margin-left:20px;
}
#menu-body ul .sub ul li {
	width:210px;
	background: none;
	height:inherit;
	margin: 0;
	margin-left:20px;
	padding: 0;
	border-bottom:1px dotted #8B8988;
	overflow:hidden;
}
#menu-body ul .sub ul li.last {
	border-bottom:none;
}
#menu-body ul .sub ul li.name {
	border-bottom:none;
	color: #48443E;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:13px;
	text-transform:none;
	padding:7px 0 7px 10px;
	text-align:left;
}
#menu-body ul .sub ul.first li {
	margin-left:0;
}
#menu-body ul .sub ul li a {
	position:relative;
	float: none; 
	padding:5px 10px;
	margin:0;
	margin-right:10px;
	line-height:11px;
	background: none;
	display: block;
	text-decoration: none;
	color: #8B8988;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	text-align:left;
}
#menu-body .new {
	position:relative;
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:10px;
	padding:0 0 0 1px;
	width:42px;
	height:14px;
	color:#FFFFFF;
	font-size:10px;
	background:#B92026;
	line-height:14px;
	text-align:center;
}
#menu-body .new:before, #menu-body .new:after {
	content:"";
	width:0;
	height:0;
	display:block;
	position:absolute;
	border-width:7px 0 7px 5px;
	border-color:#B92026 #B92026 #B92026 transparent ;
	border-style:solid;
	top:0;
}
#menu-body .new:before {
	left:-5px;
}
#menu-body .new:after {
	right:-5px;
	border-width:7px 5px 7px 0;
	border-color:#B92026 transparent #B92026 #B92026 ;
}
#menu-body ul .sub ul li:hover a {
	color: #FFF;
	background:#53A3B4;
	border-color:#FFF;
}
#menu-body ul .sub ul li:hover a:after {
	content: ""; 
	width: 0;
    height: 0;
    border-left: 10px solid #53A3B4;
    border-bottom: 30px solid transparent;
	position:absolute;
	top:0;
	right:-10px;
}
#company{
	text-align:justify;
	margin-top:30px;
}
#company a{
	display:inline-block;
	height:100px;
	max-width:100px;
	background-repeat:no-repeat;
	width:12%;
	background-size:200% auto;
}
#company:after{
	display:inline-block;
	content:"";
	width:100%;
	height:0;
	line-height:0;
	font-size:0; 
}
#company a:hover{
	background-position:100% 0;
}
#page-content {
	margin-top:30px;
}
#contacts {
	margin-top:25px;
	text-align:right;
	padding:30px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	position:relative;
}
#contacts div {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
#contacts div.adress {
	text-align:left;
}
#contacts hr {
	display:inline-block;
	vertical-align:middle;
	border:0;
	background:none;
	border-right:1px dashed #929496;
	margin:0 7px;
	width:0;
	height:70px;
}
#contacts>div h3{
	margin:0;
	font-size:25px;
	font-weight:bold;
	line-height:19px;
	color:#55A3AB;
	border:none;
}
#contacts>div h5{
	margin:0;
	font-size:14px;
	font-weight:900;
	line-height:13px;
	color:#55A3AB;
	border:none;
}
#contacts>div p{
	margin:0;
	font-size:13px;
	line-height:20px;
	color:#929496;
}
#contacts>div p small{
	font-size:10px;
}
#contacts .soc a{
	margin:4px 0;
	display:block;
	width:22px; 
	height:22px;
	background-repeat:no-repeat;
}
#contacts .soc a:hover{
	background-position: -22px 0;
}
#bottom-line {
	position:relative;
	margin-top:-6px;
	font-size:1px;
	line-height:6px;
	height:6px;;
	background-image:url(../img/bottom-line.png);
	background-repeat:repeat-x;
}
#bottom {
	margin:0;
	padding:10px 0;
	text-align:center;
	background-color:#484848;
	min-width:1000px;
}
#bottom-menu {
	margin:0 20px;
	text-align:justify;
}
#bottom-menu>div {
	display:inline-block;
	text-align:left;
	margin:20px 20px 50px 20px;
	vertical-align:top;
}
#bottom-menu:after {
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
#bottom-menu>div span{
	display: inline-block;
	padding:3px 0;
	margin:0;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#DBDCDD;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:12px;
	border-bottom:1px solid #DBDCDD;
}
#bottom-menu>div a{
	display:block;
	font-size:12px;
	color:#858689;
	text-align:left;
}
#bottom p{
	font-size:12px;
	color:#858689;
	text-align:left;
}
#bottom a {
	color:#858689;
}
p.error404 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#58595b;
	text-transform:uppercase;
	margin-bottom:50px;
}
p.error404 big{
	display:block;
	text-align:center;
	line-height:150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:140px;
	color:#b92026;
}
.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}
.white {
	position:relative;
	background:#FFFFFF;
}
.nom {
	float:left;
	width:120px;
	text-align:center;
	margin:30px 0;
}
.nom h1 {	
	color:#babab0;
	font-weight:bold;
	font-size:80px;
	font-family:"Times New Roman", Times, serif;
}
.margin150 {
	margin-left:150px;
}
.block {
	text-align:left;
	margin:20px 0;
	padding:35px;
	box-sizing:border-box;
}
img.w100{
	margin-bottom:20px;
	width:100%;
	height:auto;
}
.block700 {
	margin:30px auto;
	width:700px;
}
.block850 {
	margin:30px auto;
	width:850px;
}
.block950 {
	margin:30px auto;
	padding:30px 0;
}
.block-right {
	margin-left:240px;
}
.opus {
	position:relative;
	margin:20px 0 0 0;
}
.line-red-blue, .line-red-blue2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	border:none;
	background:url(../img/shtruh.png) repeat-x;
	height:11px;
	padding-bottom:20px;
}
.line-red-blue2 {
	height:6px;
	margin:0;
	margin-bottom:30px;
}
.line-punkt {
	display:block;
	margin:10px -35px;
	border:none;
	background:none;
	border-top:2px dashed #d3d3c9;
}
.line-punkt-s {
	display:block;
	margin:10px 0;
	border:none;
	background:none;
	border-top:1px dashed #d3d3c9;
	clear:both;
}
.line-marka {
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	border:none;
	background:url(../img/marka-white.png) repeat-x;
	height:10px;
}
.small {
	font-size:11px;
	color:#BBBCBE;
}
.comment {
	font-size:11px;
	color:#BBBCBE;
}
.comment:hover {
	color:#8B8988;
}
.like {
	display:block;
	font-size:12px;
	line-height:13px;
	color:#b61b27;
	text-align:right;
}
#catalog-el .like {
	display:inline;
}
.like .number {
	display:inline-block;
	text-align:center;
}
.like .head {
	width:20px;
	font-size:13px;
	height:13px;
	display:inline-block;
	background:url(../img/head.png) no-repeat 0 -28px;
	vertical-align:middle;
}
.like a {
	color:#BBBCBE;
}
.like a .head {
	background-position:0 0;
}
.like a:hover {
	color:#8B8988;
}
.like a:hover .head {
	background:url(../img/head.png) no-repeat 0 -14px;
}
.red {
	color: #DA6E65;
}
.blue{
	color: #55A3AB;
}
.head-phone {
	color: #55A3AB;
	font-size:24px;
	font-family:"Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
	font-weight:bold;
}
a.print, a.save, a.edit {
	display:inline-block;
	margin:4px 0 0 25px;
	color:#808184;
	text-decoration:underline;
	font-size:16px;
	line-height:25px;
}
a.print span span, a.save span span,a.edit span span {
	margin:0 10px;
}
a.print span.ico, a.save span.ico, a.edit span.ico{
	float:left;
	margin-right:0;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
}
a.print span.ico {
	background-image:url(../img/ico-print.png);
}
a.save span.ico {
	background-image:url(../img/ico-save.png);
}
a.edit span.ico {
	background-image:url(../img/ico-edit.png);
	width:15px;
}
a.print:hover, a.save:hover , a.edit:hover{
	color:#c31e30;
}
a.print:hover span.ico, a.save:hover span.ico, a.edit:hover span.ico{
	background-position:0 -25px;
}
#pages {
	overflow:auto;
}
#pages ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#pages ul li{
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:18px;
}
#pages ul li.next{
	border:1px solid #d8d9da;
	border-radius:2px;
	background:#ffffff url(/img/str-prev-next.png) no-repeat -21px 0;
}
#pages ul li.prew{
	border:1px solid #d8d9da;
	border-radius:2px;
	background:#ffffff url(/img/str-prev-next.png) no-repeat -1px 0;
}
#pages ul li a{
	display:block;
	line-height:22px;
	height:18px;
	color:#6B6966;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	border-radius:2px;
}
#pages ul li a:hover{
	color:#b61b27;
}
#pages ul li a.vudil{
	color:#b61b27;
	font-weight:bold;
	font-size:16px;
}
#pages ul li.next a:hover{
	background:url(/img/str-prev-next.png) no-repeat -21px -40px, linear-gradient(to right, #d3352d, #a6181c);
}
#pages ul li.prew a:hover{
	background:url(/img/str-prev-next.png) no-repeat -1px -40px, linear-gradient(to right, #d3352d, #a6181c);
}
#pages a.button {
	line-height:18px;
	height:18px;
	font-size:14px;
}
.punctur {
	border-bottom: 2px dashed #BCBBB4;
	margin:5px 0;
}
.tip_company {
	width:400px;
    background:#FFFFFF url(../img/shtruh.png) repeat-x;
    display:none; /*-- Скрываем подсказку --*/
    padding:20px;
    position:absolute;
	text-align:center;
	text-transform:none;
	font-weight: normal;
    z-index:1000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Для Firefox */
    -webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Для Safari и Chrome */
    box-shadow: 5px 5px 4px rgba(0,0,0,0.2); /* Параметры тени */
}
#adress {
	margin:20px 0 0;
	font-size:12px;
}
#adress h2{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#BE1E2D;
	font-weight:normal;
}
.scroll-pane {
	margin:0;
	padding-right:10px;
	width: 100%; /* Ширина видимой области*/
	height: 91px; /* Высота видимой области*/
	overflow: auto; /* Если отключены скрипты это правило позволит отобразить обычный скролл */
}
#icon img {
	margin:5px;
}
#button {
	display:block;
	position:fixed;
	z-index:999;
	right:0;
	top:50%;
	padding:0 15px;
	border-radius:5px 5px 0 0;
	background: linear-gradient(to right, #d3352d, #a7181d);
	color:#ffffff;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	text-transform:uppercase;
	-webkit-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%; 
	-ms-transform-origin: 100% 100% ;
	transform-origin: 100% 100%;

}
#button:hover {
	background: linear-gradient(to right, #f39786, #d4362d);
}
#write-dr {
	display:block;
	position:fixed;
	z-index:100;
	right:0;
	top:270px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:40px;
	height:200px;
}
#write-dr:hover {
	background-position:-40px 0;
}
#map {
	width:700px;
	margin:20px auto;
}
p .h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#55A3AB;
}
p .h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#55A3AB;
}
#maps {
	width:700px;
	height:400px;
	margin:20px auto;
}
#vk_like {display:inline-block;}
.fb-like {float:left; width:110px;}
.video-img {
	text-decoration:underline;
	font-size:16px;
	color:#f1685c;;
}
.video-img img {
	margin:0;
	margin-right:6px;
}
#baner-start {
	display:none;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#basic-modal {
	padding: 30px 20px 20px 20px; 
    display:none;
    background: #FFF url("../img/shtruh.png") repeat-x top;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

/* ************ knopka *******************************/
.knopka {
	position:relative;
	display:inline-block;
	padding:0 15px 0 20px;
	height:39px;
	line-height:39px;
	background:#B92026;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
}
.knopka.small {
	height:29px;
	line-height:29px;
	font-size:12px;
}
.kut:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    border-width:0 0 13px 13px;
    border-style:solid;
    display:block; 
	width:0;
    -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3) ;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.kut.small:before {
    border-width:0 0 9px 9px;
}
.kut2:after {
    content:"";
    position:absolute;
    top:-8px;
    right:0;
    border-width:0 13px 8px 0;
    border-style:solid;
    display:block; 
	width:0;
}

.knopka.red {background:#B92026;}
.knopka.red:before {border-color:#84161b #E7E5DF #84161b #E7E5DF; background:#84161b;}
a.knopka.red:hover {color:#ffffff;	background:#d0433e;}
a.knopka.red:hover:before {border-color:#a41d29 #E7E5DF #a41d29 #E7E5DF; background:#a41d29;}
.knopka.red.white:before {border-color:#84161b #ffffff #84161b #ffffff; background:#84161b;}
a.knopka.red.white:hover:before {border-color:#a41d29 #ffffff #a41d29 #ffffff; background:#a41d29;}
a.knopka.red.kut2:after {color:#ffffff; border-color:#84161b #E7E5DF #84161b #E7E5DF; background:#d0433e;}
a.knopka.red.kut2:hover:after {border-color:#a41d29 #E7E5DF #a41d29 #E7E5DF; background:#a41d29;}

.knopka.blue {background:#53A3B4;}
.knopka.blue:before {border-color:#28666b #ffffff #28666b #ffffff; background:#28666b;}
a.knopka.blue:hover {color:#ffffff;	background:#60bac3;}
a.knopka.blue:hover:before {border-color:#009ca6 #ffffff #009ca6 #ffffff; background:#009ca6;}
.knopka.blue.fon:before {border-color:#28666b #E7E5DF #28666b #E7E5DF; background:#84161b;}
a.knopka.blue.fon:hover:before {border-color:#009ca6 #E7E5DF #009ca6 #E7E5DF; background:#a41d29;}
a.knopka.blue.kut2:after {border-color:#28666b #E7E5DF #28666b #E7E5DF; background:#28666b;}
a.knopka.blue.kut2:hover:after {border-color:#009ca6 #E7E5DF #009ca6 #E7E5DF; background:#009ca6;}
.knopka.str:after{
	content:"";
	width:14px;
	height:12px;
	display:inline-block;
	background:url('../img/str-prev-next.png') no-repeat -158px -11px;
	margin:0 0 0 5px;
}
.knopka.konvert:after{
	content:"";
	width:23px;
	height:15px;
	display:inline-block;
	background:url('../img/str-prev-next.png') no-repeat -186px -11px;
	margin:0 0 0 5px;
}
.knopka small, .flag-big small {
	display:block;
	margin-top:-26px;
	font-size:11px;
	text-transform: lowercase;
}
.flag-big {
	position: absolute;
    left: -13px;
    top: 18px;
    padding: 0 20px;
    height: 40px;
	line-height:40px;
    font-weight: bold;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    color: #fff;
	background:#53A3B4;
}
.metka {
	position: absolute;
    left: 0;
    top: 18px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
	border:none;
}
.metka.number {
	font-size: 24px;
}
.block .flag-big  {
	margin:0;
}
.flag-big:before {
    content:"";
    position:absolute;
    top:-8px;
    left:0;
    border-width:0 0 8px 13px;
    border-style:solid;
	border-color:#28666b transparent #28666b transparent;
    display:block; 
	width:0;
}
.flag-big.nob:before {
	display:none;
}
.flag-big:after {
    content:"";
    position:absolute;
    top:0;
    right:-18px;
    border-width:40px 18px 0 0;
    border-style:solid;
	border-color:#53A3B4 transparent #53A3B4 transparent;
    display:block; 
	width:0;
}
.flag-big.red {
	background:#B92026;
}
.flag-big.red:before {
	border-color:#84161b transparent #84161b transparent;
}
.flag-big.red:after {
	border-color:#B92026 transparent #B92026 transparent;
}
h3.flag-big, h5.flag-big  {
	border:none;
}
h3.flag-big.number  {
	color:#ffffff;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size:24px;
}
a.button{
	display:inline-block;
	height:24px;
	background: linear-gradient(to right, #c2c1b8, #b1b0a4);
	color:#FFFFFF;
	line-height:24px;
	text-align:center;
	padding:0 20px;
	border:1px solid #d0d2d3;
	border-radius:4px;
}
a.button.right{
	float:right;
}
a.button:hover, a.button.select{
	border:1px solid #ef7c6c;
	background: linear-gradient(to right, #d3352d, #a6181c);
}
a.button.red{
	height:30px;
	font-size:16px;
	line-height:30px;
	background: linear-gradient(to right, #f39786, #d4362d);
	border:none;
	border-radius:5px;
}
a.button.red:hover{
	background: linear-gradient(to right, #d3352d, #a7181d);
}
a.button.small{
	height:24px;
	font-size:13px;
	line-height:24px;
}
.catalog li>span {
	display:block;
	text-align:center;
	font-size:14px;
	margin-bottom:4px;
}
.catalog li .left .cena{
	display:block;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:17px;
	color:#3D372F;
	text-align:right;
}
.catalog li .left .cena small{
	font-size:12px;
}
.catalog li:hover .name .category, .catalog li:hover .name .category, dd .category {
	background-position:-23px 0;
}
dl{
	margin:0;
	padding:30px 0 0 0;
}
dt{
	float:left;
	width:120px;
	text-align:right;
	line-height:20px;
	font-weight:700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#48443E;
}
dd{
	display:block;
	color:#636363;
	font-size:11px;
	line-height:16px;
	padding-top:3px;
	margin:0 0 10px 130px;
	text-align:left;
}
dt .tochka {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7F7E7C;
	font-weight:normal;
}
dt.name {
	margin-top:5px;
}
.sklad, span.flag, span.flag2 {
	position:relative;
	height:20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
   *display: inline;
   color:#FFFFFF;
   font-size:12px;
   text-align:center;
   line-height:20px;
   background:#babab0;
}
.sklad {
	float:right;
	padding:0 20px;
}
span.flag, span.flag2 {
	background:#53A3B4;
	height:16px;
	line-height:16px;
	padding:0 10px;
	width:60px;
}
.sklad.no {
	background:#b61b27;
}
.sklad:before, span.flag:before, span.flag2:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 0;
    height: 0;
	border-width:10px 0 10px 5px;
    border-style:solid;
	border-color:transparent transparent transparent #ffffff;
}
.sklad:after, span.flag:after,span.flag2:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width: 0;
    height: 0;
	border-width:10px 5px 10px 0;
    border-style:solid;
	border-color:transparent #ffffff transparent transparent;
}
span.flag:before{
	border-width:8px 0 8px 5px;
}
span.flag:after{
	border-width:8px 5px 8px 0;
}
span.flag2 {
	background:#53A3B4;
	height:26px;
	width:auto;
	line-height:26px;
	padding:0 25px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
span.flag2:before{
	border-width:0 0 0 0;
}
span.flag2:after{
	border-width:13px 8px 13px 0;
}

/************ delivery *****************/
.delivery h3 {
	margin: 20px 50px 8px 50px;
}
.delivery p {
	margin: 2px 0 2px 130px;
}
.delivery .opus p {
	color:#6B6966;
	font-size:14px;
}
.delivery p.grafik, .contacts p.grafik {
	margin-left:170px;
}
.delivery .opus img, .contacts .opus img {
	margin:0 3px;
	height:12px;
	width:9px;
}
.delivery .flag-big, .contacts .flag-big {
	left:-50px;
}
/************ contacts *****************/
.contacts {
	text-align:center;
}
.contacts .line {
	display:inline-block;
	vertical-align:middle;
	height:72px;
	width:0;
	padding:0;
	border-left:1px dashed #c9c9c9;
}
.contacts .phone p {
	display:inline-block;
	line-height:20px;
	vertical-align:middle;
}
.contacts .phone .line {
	margin:0 9px;
}
.contacts .inline {
	display:inline-block;
	vertical-align:middle;
	padding:0 9px;
	white-space:normal;
}
.contacts .mails {
	max-width:215px;
}
.contacts .mails p{
	text-align:left;
	font-size:12px;
}
.contacts .inline.socnet {
	width:30px;
}
.contacts .flag2 {
	float:left;
	margin-right:20px;
}
.contacts td {
	vertical-align:top;
	text-align:left;
}
/************ print *****************/
.print-block{
	padding-top:100px;
}
.print-block .flag-big {
	top:50px;
}
.see-price-red {
	font-weight:300;
	font-size:16px;
	text-transform:uppercase;
	color:#F1685C;
}
.see-price-blue {
	font-weight:300;
	font-size:16px;
	text-transform:uppercase;
	color:#4daab1;
}
.see-price-blue:hover {
	color:#4daab1;
}
#modal_form {
    width: 400px; 
    height: 260px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -110px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
	text-align:center;
}
#modal_form header {
	font-size:18px;
	color:#58595B;
	font-weight:bold;
	margin:10px 0;
	text-align:left;
}
#modal_form form{
	text-align:justify;
}
#modal_form form:after {
	content:"";
	display:inline-block;
	width:100%;
}
#modal_form p {
	font-size:12px;
	color:#5a6164;
	text-align:left;
}
#modal_form header.result, #modal_form p.result {
	text-align:center;
}
#modal_form input {
	font-family: Arial, Helvetica, sans-serif;
	margin:7px 0;
	width:100%;
}
#modal_form input.error {
	border:1px solid #B92026;
}
#modal_form input[name=mail], #modal_form input[name=phone] {
	width:175px;
	color:#5a6164;
	display:inline-block;
}
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
	background:#ba1c2a;
}
#modal_form #modal_close:after, #modal_form #modal_close:before{
	background:#ffffff;
	position:absolute;
	top:9px;
	left:3px;
	width:16px;
	display:block;
	content:"";
	height:2px;
	border-bottom:none;
	-moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
}
#modal_form #modal_close:after {
	-moz-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
#modal_video {
    width: 700px;
    height: 396px; 
    border-radius: 5px;
    border: 1px #dfdfdf solid;
    background: #fff;
    position: fixed; 
    top: 45%; 
    left: 50%; 
    margin-top: -200px;
    margin-left: -350px; 
    display: none; 
    opacity: 0;
    z-index: 5;
    padding: 20px;
}
#modal_video #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
#overlay {
    z-index: 3;
    position: fixed; 
    background-color: #434341; 
    opacity: 0.6; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.video-img {
	position:relative;
	float:right;
	height:20px;
	z-index:20;
}
.tip_trigger {
    position: relative;
}
table.price {
	margin:0 auto;
	background:#FFFFFF;
	background: linear-gradient(to top, #ffffff 0%, #f2f0ec 70%, #f2f0ec 100%);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius:7px;
	border-top:1px solid #dfdfe1;
	border-left:1px solid #dfdfe1;
}
table.price td, table.price th{
	font-size:11px;
	padding:5px;
	line-height:20px;
	border-bottom:1px solid #dfdfe1;
	border-right:1px solid #dfdfe1;
	text-align:center;
}
table.price td {
	font-family:"Times New Roman", Times, serif;
	color:#595651;
	font-size:14px;
	text-align:center;
}
table.price td .SumSale {
	color:#c80000;
}
table.price th{
	background:#BAB8AF;
	color:#FFFFFF;
	font-weight:normal;
	white-space:nowrap;
}
table.price th.first{
	border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-webkit-border-top-left-bottom: 7px;
}
table.price th.last{
	border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-webkit-border-top-right-bottom: 7px;
}
table.price td.first{
	border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-bottom: 7px;
}
table.price td.last{
	border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-bottom: 7px;
}
table.price_s {
	width:120px;
	background:#FFFFFF;
	background: linear-gradient(to top, #ffffff 0%, #f2f0ec 70%, #f2f0ec 100%);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
	border-top:1px solid #dfdfe1;
	border-left:1px solid #dfdfe1;
}
table.price_s td, table.price_s th{
	padding:3px;
	line-height:15px;
	font-size:10px;
	width:60px;
	border-bottom:1px solid #dfdfe1;
	border-right:1px solid #dfdfe1;
}
table.price_s td.cena {
	font-weight:bold;
	color:#595651;
	text-align:center;
}
table.price_s td.print {
	text-align:left;
}
table.price_s th{
	background:#BAB8AF;
	color:#FFFFFF;
	font-weight:normal;
}
table.price_s th.first{
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
table.price_s th.last{
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	
}
table.price_s td.first{
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
table.price_s td.last{
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
form p{
	position:relative;
	margin-top:10px;
	text-align:right;
}
form p.left{
	text-align:left;
}
form p>* {
	vertical-align:middle;
}
input, textarea, #body-left .ch  li, .cusel, .cusel .jScrollPaneContainer {
	background:#f2f0ec;
	background: linear-gradient(to top, #ffffff 0%, #f2f0ec 70%, #f2f0ec 100%);
	border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
	border: 1px solid #D5D5D5;
}
input, textarea {
	width:100%;
}
input {
	line-height:25px;
}
label {
	position:relative;
	margin-right:10px;
}
label.error{
	position:absolute;
	top:-22px;
	right:0px;
	width:auto;
	font-size:12px;
	padding:2px 10px;
	color:#B92026;
	text-align:center;
	background:#ffffff;
	border:1px solid #B92026;
	z-index:100;
}
label.error::before, label.error::after {
    content: ''; 
    position: absolute;
    left: 20px; bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #B92026;
	border-left: 5px solid #B92026;
   }
label.error::after {
    border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
    bottom: -8px;
	left:21px; 
   }
form.send {
	margin:0 0 20px 70px;
	padding:10px;
	width:440px;
	text-align:right;
}
form p{
	text-align:right;
}
#feedback label {
	display:block;
	text-align:left;
}
#feedback label span{
	display:inline-block;
	text-transform:uppercase;
	margin:10px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	white-space:nowrap;
	font-size:16px;
	padding:0;
	font-weight:bold;
	border-bottom:1px dashed #C6C7C1;
}
#feedback p{
	margin-top:10px;
}
#feedback p label.left{
	display:inline-block;
	margin-right:5px;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	border:none;
}
#feedback input {
	line-height:20px;
	width:375px;
}
#feedback textarea {
	height:150px;
}
#post:before {
	content:"";
	width:212px;
	height:113px;
	background:url(../img/str-prev-next.png) no-repeat -0 -96px;
	float:right;
}
form .flag {
	margin-top:30px;
}
.result {
	text-align:center;
	color:#72A4AB;
	font-size:16px;
	font-weight:bold;
}
.result-error {
	text-align:center;
	color:#D5685D;
	font-size:16px;
	font-weight:bold;
}
hr.line {
	border:none;
	background:none;
	border-bottom:2px dashed #e1e1e1;
}
.shadow {
		width:100%;
	}
/************************************/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper ul, .bx-wrapper li {
	margin:0;
	padding:0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a, .niceCheck, .Check, .niceCheckDisabled,#holidays li a span {
	background: #d8d8d8;
	background: linear-gradient(to bottom, #d8d8d8, #fafafa);
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 13px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #dadbdc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.niceChecked, #holidays li a:hover span {
	background: #ce2e2e;
	background: linear-gradient(to bottom, #aa191f, #ce2e2e);
	border:1px solid #bc7578;
}
.bx-wrapper .bx-prev {
	left: -15px;
	background: url(/img/str-prev-next.png) no-repeat -5px -2px;
}
.bx-wrapper .bx-next {
	right: -15px;
	background: url(/img/str-prev-next.png) no-repeat -25px -2px;
}
.bx-wrapper .bx-prev:hover {
	background-position: -5px -22px;
}
.bx-wrapper .bx-next:hover {
	background-position: -25px -22px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	outline: 0;
	width: 10px;
	height: 15px;
	text-indent: -9999px;
	z-index: 2;
}
.print .bx-slider {
	width:100%;
}	
.print .bx-wrapper .bx-pager{
	position:absolute;
	right:0;
	top:-40px;
	bottom:auto;
}
.niceCheck, #holidays li a span {
	margin-top:3px;
	width: 11px;
	height: 11px;
	float:right;
	cursor: pointer;
	overflow: hidden;
}
.niceCheck input {
	margin-left: -100px; 
}
.figure-shadow {
	position: relative;
	display:block;
	margin-bottom:5px;
	z-index:2;
}
.figure-shadow>span {
	display:block;
	background:#ffffff;
	padding-bottom:5px;
}
.figure-shadow:before,
.figure-shadow:after {
 z-index: -1;
 position: absolute;
 content: "";
 height:7px;
 bottom: 4px;
 left: 4px;
 right:50%;
 -webkit-box-shadow: 0 7px 3px rgba(0,0,0, 0.2);
 -moz-box-shadow: 0 7px 3px rgba(0, 0, 0, 0.2);
 box-shadow: 0 7px 3px rgba(0, 0, 0, 0.2);
 -webkit-transform: rotate(-2deg);
 -moz-transform: rotate(-2deg);
 -o-transform: rotate(-2deg);
 -ms-transform: rotate(-2deg);
 transform: rotate(-2deg);
}

.figure-shadow:after {
 -webkit-transform: rotate(2deg);
 -moz-transform: rotate(2deg);
 -o-transform: rotate(2deg);
 -ms-transform: rotate(2deg);
 transform: rotate(2deg);
 right: 4px;
 left: 50%;
}
#buttonTop {
	display:none;
	width:46px;
	height:46px;
	position:fixed;
	bottom:0;
	right:0;
	background:url(/img/button-top.png) no-repeat 0 0;
	background-size:100%;
	z-index:50;
}
div.rating, div#rating{
	display:inline-block;
	margin-left:10px;
	width:120px;
	position:relative;
}
div.rating {
	width:60px;
}
#interes div.rating{
	position:absolute;
	bottom:0;
	right:0;
	width:60px;
}
div.vote-wrap{
    overflow: hidden;
}
div.vote-block{
	position: relative;	
}
div.vote-hover{
    float: left;
    cursor:  pointer;
}
div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}
div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}
div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}
div.vote-success{
	position:absolute;
	top:16px;
	left:0;
    clear: both;
    color: #ccc;
    font-size: 12px;
    margin: 0;
}
#video {
	display:none;
}
.videoel {
	width:100%;
}
.videoel iframe{
	width:100%;
}
@media only screen and (max-width: 1023px) {
	.center {
		width:auto;
		margin:0 20px;
	}
	.block{
		margin:20px inherit;
		padding-left:20px;
		padding-right:20px;
	}
	.delivery .flag-big, .contacts .flag-big {
		left:-35px;
	}
	#maps {
		margin:15px 20px;
		width:auto;
	}
	#top, #bottom, #contacts {
		min-width:inherit;
	}
	#contacts {
		padding:35px 15px 15px 15px;
	}
	.flag-big{
		position: absolute;
		left: -13px;
		top: 5px;
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		font-size: 14px;
	}
	.flag-big.flag-big:after {
		right:-15px;
		border-width:30px 15px 0 0;
	}
	h3.flag-big.number {
		font-size: 16px;
	}
	#topContacts{
		display:none;
	}
	.menu ul:last-child {
		border-right:none;
	}
	#lang {
		position: absolute;
		top: 125px;
		right: 5px;
	}
	#lang li{
		display:inline-block;
		margin:0 5px;
	}
	#menu-body ul li a{
		padding:0 10px;
	    font-size: 14px;
	}
	.bottom-menu {
		margin: 20px 25px 50px 25px;
	}
	.block1000 {
		white-space:normal;
	}
	.block850 {
		width:inherit;
	}
	#maps {
		margin:0 20px 30px 20px;
	}	
	.line-punkt {
		display: block;
		margin: 10px -20px;
	}
}
@media only screen and (max-width: 950px) {
	#contacts div.adress {
		max-width:220px;
		font-size:13px;
	}
	#contacts div p small {
    	line-height: 11px;
	}
	#contacts .head-phone {
		font-size:21px;
	}
}
@media only screen and (max-width: 800px) {
	.mobile, .menu li a.mobile, #bottom>a.mobile {
		display:none;
	}
	big.blue {
		font-size:18px;
	}
	#body-right {
		margin:0;
	}
	#top #logo {
		float:none;
		display:inline-block;
		margin-top:0;
	}
	#top #logo img {
		height:40px;
		width:auto;
	}
	#top a#menu {
		display: block;
		position:absolute;
		left:0;
		margin-top:10px;
	}
	#top {
		min-width:inherit;
		height:72px;
	}
	#top .center {
		padding:15px 60px 15px 0;
	}
	#top .center>div.menu, #top .center .line-last, #top .center .line,  #top #lang{
		display:none;
	}
	#top .center>div:last-child{
		padding:0;
		position:absolute;
		right:25px;
	}
	#top #logo a {
		width:108px;
		height:42px;
		margin:0 30px;
		background-image:url(/img/mobile/logo.png);
	}
	#bottom .line, #top .center>.line-last{
		display:none;
	}
	#bottom>a {
		display:inline-block;
		width:30%;
		text-align:left;
		margin:3px 0;
		vertical-align:top;
		font-size:12px;
	}
	#adress h1 {
		color: #636363;
	}
	.block700, .block750, .block850, .block950   {
		width:auto;
	}
	#ShopCart {
		padding-top:10px;
		width:60px;
		height: 67px;
		right: 0;
		top: 0;
	}
	#ShopCart:after {
		border-left: 30px solid #53A3B4;
		border-right: 30px solid #53A3B4;
		border-bottom: 10px solid transparent;
		bottom: -10px;
	}
	#ShopCart .name {
		display:none;
	}
	#ShopCartSuma {
		display:block;
		color:#ffffff;
	}
	#ShopCartSuma small{
		display:block;
	}
	#contacts {
    	padding: 45px 10px 15px 10px;
		text-align:center;
	}
	#contacts>div>div {
		display:block;
	}
	#contacts div.adress {
		text-align:left;
		max-width:310px;
	}
	#contacts div p {
    	font-size: 12px;
	}
	#contacts .soc a{
		margin:4px;
		display:inline-block;
	}
	#contacts>hr {
		margin:0 10px;
		height:100px;
	}
	#contacts>div hr {
		display:none;
	}
	#bottom-menu {
		display:none;
	}
	#bottom p {
		margin-top:10px;
		font-size:8px;
	}
	#menu-body {
		position:fixed;
		height:100%;
		min-width:200px;
		max-width:280px;
		top:0;
		left:0;
		display:none;
		padding:0 10px 0 20px;
		margin:0;
		overflow:auto;
		background:#ffffff;
		z-index:100;
		text-align:left;
		border-right:1px solid #c9c9c9;
	}
	#menu-body-close {
		display:block;
		position:absolute;
		top:10px;
		right:18px;
		font-family:Verdana, Arial, sans-serif;
		font-size:18px;
	}
	#menu-body #lang {
		position:relative;
		display:block;
		text-align:center;
		border:none;
		margin:0;
		top:0;
		right:0;
	}
	#menu-body #lang li{
		display:inline-block;
	}
	#lang li a {
		padding:1px 3px;
	}
	#menu-body #top-contacts {
		border-bottom: 1px solid #c9c9c9;
		padding:10px 0;
	}
	#menu-body .center {
		margin:20px 0;
	}
	#menu-body ul {
		text-align:left;
	}
	#menu-body>ul {
		margin-top:10px;
		border-top: 1px solid #c9c9c9;
	}
	#menu-body>ul>li{
		display:block;
		margin:0;
		margin-top:10px;
		height:auto;
	}
	#menu-body>ul>li.select>a:after, #menu-body>ul>li:hover>a:after{
		display:none;
	}
	#menu-body .border {
		display:none;
	}
	#menu-body ul li a {
		line-height:normal;
	}
	#menu-body>ul>li>a {
		line-height:18px;
		color:#4bacb2;
		font-weight:bold;
	}
	#menu-body ul li .subnav {
		position:relative;
		display:block;
		background: none;
		border:none;
		box-shadow:none; 
		top: 0;
		left:0;
	}
	#menu-body ul li .subnav ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#menu-body ul .subnav ul li {
		display:block;
		padding:0;
		margin:4px 0;
	}
	#menu-body br {
		display:none;
	}
	#menu-body ul .subnav a {
		margin:0;
		text-transform:none;
		font-family:Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
		font-weight:normal;
	}
	#menu-body ul .subnav img {
		display:none;
	}
	#menu-body ul .subnav span{
		display:none;
	}
	#body-left {
		display:none;
	}
	.like span:last-child {
		display:none;
	}
	.comment {
		font-size:9px;
	}
	form.send {
		margin:0;
		padding:0;
		width:100%;
	}
	#feedback #logo-post {
		float:none;
	}
	input {
		box-sizing: border-box;
		line-height:20px;
	}
	textarea {
		width:100%;
		padding:0;
		box-sizing:border-box;
	}
	#feedback input {
		width:75%;
	}
	.line-punkt {
		display: block;
		margin: 10px -20px;
	}
	#company a {
		width:11%;
		height:80px;
	}
	.contacts .img {
		width:140px;
		height:140px;
	}
	.contacts .socnet img {
		margin-right:5px;
	}
	.contacts .inline {
		width:45%;
		white-space:normal;
	}
	.contacts .line {
		display:none;
	}
	.contacts .inline.phone {
		float:left;
		border-right:1px dashed #c9c9c9;
		width:40%;
		box-sizing:border-box;
	}
	.contacts .inline.mails {
		max-width:none;
	}
	.contacts .phone p {
		display:block;
	}
	.contacts .phone .line {
		display:none;
	}
	.contacts .block1000 div:nth-child(4), .contacts .block1000 div:nth-child(2) {
		display:none;
	}
	.contacts .inline.socnet {
		width:auto;
	}
	.delivery p.grafik, .contacts p.grafik {
		margin-left:150px;
	}
	a.print, a.save, a.edit {
		margin-left:0;
		font-size:14px;
		padding-bottom:10px;
	}
	a.print span.ico, a.save span.ico, a.edit span.ico{
		width:17px;
		height:17px;
		background-repeat:no-repeat;
		background-size:17px 34px;
	}
	a.print:hover span.ico, a.save:hover span.ico, a.edit:hover span.ico{
		background-position:0 -17px;
	}
}
@media only screen and (max-width: 670px) {
	p, .delivery .opus p {
		font-size:12px;
	}
	.delivery h3 {
		margin: 10px 0 8px 0;
	}
	.delivery p {
		margin: 2px 0 2px 20px;
	}
	.delivery .opus p {
		margin:5px 0;
	}
	.delivery p.grafik, .contacts p.grafik {
		margin-left: 140px;
	}
	.delivery .flag-big, .contacts .flag-big {
		left:-29px;
	}
	.delivery .opus img, .contacts .opus img  {
		height:9px;
		width:7px;
	}
	.work {
		display:block;
		margin-bottom:5px;
	}
	.block p.marginwork{
		margin-left:0;
	}
	.knopka {
		padding:0 8px 0 10px;
		height:30px;
		line-height:30px;
		font-size:12px;
	}
	.knopka>img {
		height:10px;
		width:auto;
	}
	.knopka.small {
		height:22px;
		line-height:22px;
		font-size:12px;
	}
	.kut:before {
		border-width:0 0 7px 7px;
	}
	.kut.small:before {
		border-width:0 0 5px 5px;
	}
	.kut2:after {
		top:-5px;
		border-width:0 8px 5px 0;
	}
	.knopka small, .flag-big small {
		display:block;
		margin-top:-26px;
		font-size:11px;
		text-transform: lowercase;
	}
	.flag-big {
		left: -9px;
		padding: 0 10px;
		height: 30px;
		line-height:30px;
		font-size: 14px;
	}
	.flag-big:before {
		top:-5px;
		border-width:0 0 5px 9px;
	}
	.see-price-blue, .see-price-red {
		font-size:13px;
	}
	#contacts .flag-big {
		left: -9px;
	}
	#contacts>hr {
		margin:10px auto;
		display:block;
		height:0;
		width:50%;
		border-bottom:1px dashed #929496;
	}
	#contacts div.adress {
		text-align:center;
	}
	.flag-big:after {
		right:-14px;
		border-width:30px 14px 0 0;
	}
	h3.flag-big.number  {
		font-size:24px;
	}
	.print-block {
		padding-top: 65px;
	}
	.print-block .flag-big {
		top: 30px;
	}
	.print .bx-wrapper .bx-pager {
		top: -10px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a, .niceCheck, .niceCheckDisabled, #holidays li a span {
		width: 9px;
		height: 8px;
		margin: 0 3px;
	}
}
@media only screen and (max-width: 550px) {
	#adress, #adress h2  {
		font-size:11px;
	}
	.block{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:15px;
	}
	.delivery .flag-big, .contacts .flag-big  {
		left:-19px;
	}
	.line-punkt {
		display: block;
		margin: 10px 0;
	}
	#buttonTop {
		width:35px;
		height:35px;
	}
	h3 {
		font-size:13px;
	}
	#bottom>a {
		display:inline-block;
		width:135px;
	}
	#bottom {
		padding: 10px 15px;
	}
	.print-block .flag-big {
		font-size:12px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
	}
	.tip_company {
		width:150px;
	}
	.tip_company p {
		font-size:11px;
	}
	.print-type .button {
		top:-13px;
		left: 0;
		right: -10px;
	}
	#pages ul {
    	margin:0;
	}
	#pages ul li a, #pages ul li a.vudil {
		font-size:14px;
		height:15px;
		line-height:18px;
	}
	#pages ul li.next, #pages ul li.prew {
		height:15px;
		width:15px;
	}
	#pages ul li.prew {
		background-position:-43px 1px;
	}
	#pages ul li.next {
		background-position:-64px 1px;
	}
	#pages ul li.next a:hover{
		background:url(/img/str-prev-next.png) no-repeat -64px -18px, linear-gradient(to right, #d3352d, #a6181c);
	}
	#pages ul li.prew a:hover{
		background:url(/img/str-prev-next.png) no-repeat -43px -18px, linear-gradient(to right, #d3352d, #a6181c);
	}
	#pages a.button {
		width:30px;
		line-height:18px;
		height:18px;
		padding:0 15px;
		overflow:hidden;
		font-size:11px;
	}
	#company a {
		width:11%;
		height:55px;
	}
	table.price {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius:4px;
	}
	table.price td, table.price th{
		font-size:10px;
		padding:4px 2px;
		line-height:12px;
	}
	table.price td {
		font-family: Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
		color:#595651;
		font-size:11px;
	}
	table.price td small{
		display:block;
		line-height:10px;
	}
	table.price th{
		white-space:normal;
	}
	table.price th.first{
		border-top-left-radius: 4px;
		-moz-border-top-left-radius: 4px;
		-khtml-border-top-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
	}
	table.price th.last{
		border-top-right-radius: 4px;
		-moz-border-top-right-radius: 4px;
		-khtml-border-top-right-radius: 4px;
		-webkit-border-top-right-radius: 4px;
	}
	table.price td.first{
		border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		-khtml-border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	}
	table.price td.last{
		border-bottom-right-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		-khtml-border-bottom-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	}
}
@media only screen and (max-width: 500px) {
	a#menu>img {
		width:22px;
	}
	.contacts .inline, .contacts .inline.phone {
		display:block;
		width:auto;
		white-space:normal;
	}
	.contacts .inline p{
		text-align:center;
		margin:2px 0;
		line-height:normal;
	}
	.contacts .mails p{
		text-align:center;
	}
	.contacts .inline.phone {
		float:none;
		border:none;
		border-bottom:1px dashed #c9c9c9;
	}
	.contacts .flag2 {
		margin-right:10px;
		padding:0 10px;
	}
	.delivery .opus.last, .contacts .opus.last {
		padding-top:30px;
	}
	.delivery p.grafik, .contacts p.grafik {
		margin-left: 0;
	}
	#feedback label span, #feedback label.left {
	    font-size: 13px;
	}
}
@media only screen and (max-width: 400px) {
	#contacts div.adress {
		max-width:220px;
	}
	#contacts div.adress p {
		text-align:center;
	}
	.center {
		margin:0 10px;
	}
	.print-block .flag-big {
		max-width:65%;
		line-height:15px;
		text-align:left;
	}
	.block p {
		text-align:left;
		font-size:12px;
	}
	#feedback p {
		text-align:right;
	}
	.cena {
		float:left;
		font-size:11px;
		padding:3px 2px;
	}
	.contacts .flag2 {
		float:none;
	}
	.contacts .img {
		width:200px;
		height:200px;
	}
	.delivery span.flag {
		display:block;
	}
	#maps {
		margin: 0 10px 30px 10px;
	}
}