html {
	margin: 0px;
	padding: 0px;
}
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, strong, sub, sup, tt, var, b, u, i, 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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -x-system-font: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant-alternates: inherit;
    font-variant-caps: inherit;
    font-variant-east-asian: inherit;
    font-variant-ligatures: inherit;
    font-variant-numeric: inherit;
    font-variant-position: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
body
{
	background: url('../img/background.jpg') center center fixed no-repeat;
	font:14px TimesNewRoman;
	margin: 0px;
	padding: 0px;
}
 h1
{

	color:#205c91;
	font-size:22px;
	font-weight:bold;
}
 h2, h3, h4, h5, h6
{
    margin-top: 15px;
	margin-bottom: 15px;
	color:#205c91;
	font-size:16px;
	font-weight:bold;
	text-align: left;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
color:#ff0000;
}

.clear
{
	clear:both;
	font-size:0px;
    line-height:0px;
	height:0px;
}

ol li {
list-style: decimal;
}
/*------------------------------------------------------Добавления--------------------------------------*/
#content_text
{
margin:2%;
}


.feedback {

font-size:20px;

}

.feedback a {

font-size:20px;

}

#content_text h5 a {
color:#fff;
}

#content_text h5 a:hover {
color:#fff;
}

#base
{

}
@font-face {
	font-family: 'EtelkaBol';
		src: url('../fonts/etelkabol.eot');
		src: url('../fonts/etelkabol.eot?#iefix') format('embedded-opentype'),
			url('../fonts/etelkabol.woff') format('woff'),
			url('../fonts/etelkabol.ttf') format('truetype'),
			url('../fonts/etelkabol.svg#etelkabol') format('svg');
	font-weight: normal;
	font-style: normal;
}
#content_text	td{vertical-align: middle; }
/*------------------ HEADER---------------------------------------------*/
#header_wrap1
{
	width:100%;
	min-width:990px;
	height:304px;
	background: url('../img/bg_header_wrap1.png') center 0 no-repeat;
}
#header_wrap2
{
	width:100%;
	min-width:990px;
	height:304px;
	background: url('../img/bg_header_wrap2.png') repeat-x;	
}
#header 
{
	width:990px;
	margin:0 auto;
	height:304px;
	position:relative;
}
#logo
{
	position:absolute;
	display:block;
	top:5px;
	left:2px;
	cursor:pointer;
	width:340px;
	height:166px;
	background: url('../img/logo.png') no-repeat;	
}
/*------------------------- HEADER_nav---------------------------------------------*/
#nav
{
	position:absolute;
	top:53px;
	right:5px;
}
#nav li
{
	list-style:none;
	float:right;
	margin-left:1px;
	line-height:30px;
	text-align:center;
	text-shadow: 1px 1px 0px #000000;
}
#nav li a
{
	display:block;
	cursor:pointer;
	float:left;
	height:31px;
	background: url('../img/nav_center.png') 0 0 repeat-x;
	color:#ffffff;
}
#nav li a.nav_all
{
	width:85px;
}
#nav li a.nav_company
{
	width:114px;
}
#nav li a.nav_home
{
	width:90px;
}
#nav li .nav_span_left
{
	display:block;
	float:left;
	cursor:pointer;
	width:6px;
	height:31px;
	background: url('../img/nav.png') 0 0 no-repeat;	
}
#nav li .nav_span_right
{
	display:block;
	float:left;
	cursor:pointer;
	width:6px;
	height:31px;
	background: url('../img/nav.png') -6px 0 no-repeat;	
}
#nav li .nav_actions
{
	display:block;
	cursor:pointer;
	height:31px;
	width:100%;
	background: url('../img/nav_actions.png') right 5px no-repeat;	
}
#nav li:hover a, #nav li.nav_current a
{
	background: url('../img/nav_center.png') 0 -31px repeat-x;	
}
#nav li:hover .nav_span_left, #nav li.nav_current .nav_span_left
{
	background: url('../img/nav.png') 0 -31px no-repeat;	
}
#nav li:hover .nav_span_right,#nav li.nav_current .nav_span_right
{
	background: url('../img/nav.png') -6px -31px no-repeat;	
}
/*------------------------- end HEADER_nav--------------------------------------*/
#email
{
	position:absolute;
	top:157px;
	right:280px;
	padding-left: 50px;
	font: bold 22px 'EtelkaBol',Arial,sans-serif;
	color:#656c72;
	width:230px;
	height:44px;
	display:block;
	cursor:pointer;
	text-align:right;
	background: url('../img/icons/mail.png') left 0 no-repeat;	
}

#email2
{
	position:absolute;
	top:107px;
	right:350px;
	padding-left: 50px;
	font: bold 22px 'EtelkaBol',Arial,sans-serif;
	color:#656c72;
	width:230px;
	height:44px;
	display:block;
	cursor:pointer;
	text-align:right;
	background: url('../img/icons/mail.png') left 0 no-repeat;	
}

#email span
{
	color:#266db2;
}
#phone
{
	position:absolute;
	top:110px;
	right:5px;
	font:18px 'EtelkaBol',Arial,sans-serif;
	color:#464646;
	width:235px;
	height:60px;
	text-align:right;
	background: url('../img/icons/phone.png') left 5px no-repeat;
}
#phone p
{
	margin-bottom:2px;
}
#phone span
{
	color:#0054a6;
	font-size:22px;
}
.header_block
{
	position:absolute;
	width:295px;
	height:75px;
	background: url('../img/bg_header_block.png') 0 0 no-repeat;
	padding:15px;
	line-height:1.3;
}
.header_block a
{
	color:#1c1c1c;
}
.header_block p
{
	padding:8px;
	margin-left:77px;
}
.header_block a img
{
	float:left;
}
#header_block1
{
	left:0px;
	bottom:0px;
}
#header_block2
{
	left:332px;
	bottom:0px;
}
#header_block3
{
	right:0px;
	bottom:0px;
	line-height:1.8;
}
/*------------------------- CONTENT---------------------------------------------*/
/*#content_text img
{
	margin: 15px; 
	padding: 1px;
	border: 1px solid #ccc;
}
*/
#content_text table
{
	margin: 15px; 
	padding: 1px;
	border: 1px solid #ccc;
}
#content_text td
{
	margin: 2px; 
	padding: 2px;
	border: 1px solid #ccc;
}
#content_text ul
{
	list-style-type: none;
	margin: 10px 0 10px 30px;
	font-weight:bold;
}

#content_text ul li
{
	border-radius:8px;
        padding:4px 4px;
        margin:0px 0px;
}

#content_text ol
{
	counter-reset: li;
	margin: 10px 0 10px 30px;
	font-weight:bold;
}
#content_text strong
{
	font-weight:bold;
	font-size:14px;
}
#content_text p a
{
     color:#0054a6;
	//font-size:14px;
}


#content_text p a:hover
{
     color:#ff0000;
	
}

#content_wrap
{
	width:980px;
	margin:0 auto;
	padding-top:20px;
}
#content_side
{
	display: table-cell;
	width:245px;
}
#content
{
	display: table-cell;
	width: 745px;
	margin-top: 5%;
}
.content_top
{
	width:726px;
	height:7px;
	background: url('../img/bg_content_top.png') 0 0 no-repeat;
}
.content_body td
{
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
}
.content_body_block
{
	float:left;
	width:215px;
	text-align:center;
	margin:0 12px 76px;
}
.content_body_block>div
{
	width:215px;
	height:201px;
	background: url('../img/bg_content_body_block.png') 0 0 no-repeat;
	margin-top:10px;
	padding-top:25px;
	float:left;
}
.content_bottom
{
	width:726px;
	height:7px;
	background: url('../img/bg_content_bottom.png') 0 0 no-repeat;
}
/*------------------------- CONTENT_side---------------------------------------------*/

.soeddet{
        width:244px;
	background: url('../img/bg_side_nav.png') 0 0 repeat-y;
}

.soeddet h5{
        width:231px;
	height:33px;
	background: url('../img/side_h5.png') 0 0 no-repeat;
	color:#fefefe;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-9px;   
        line-height:16px;
	white-space:pre-line; 
}

.soeddet ul
{
	width:190px;
	margin:2px auto 0;
}
.soeddet li
{
	height:auto;
background: url('../img/side_nav_line.png') 0 bottom repeat-x;
line-height:20px;
}
.soeddet li a
{
height:auto;
color:#454444;
display:block;	
padding-left:17px;
cursor:pointer;
background: url('../img/side_nav_bg.png') 3px 7px no-repeat;
padding-bottom:6px;
}
.soeddet li a:hover
{
	background:#67b0f0 url('../img/side_nav_bg.png') 3px -33px no-repeat;
}
.soeddet li.side_li_last
{
	background:none;
}
.side_nav_bottom
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_bottom.png') 0 0 no-repeat;
	margin-bottom:16px;
}

.side_nav_top
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_top.png') 0 0 no-repeat;
}
.side_nav
{
	width:244px;
	background: url('../img/bg_side_nav.png') 0 0 repeat-y;
}
.side_nav h5
{
	width:231px;
	height:33px;
	background: url('../img/side_h5.png') 0 0 no-repeat;
	color:#fefefe;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-9px;   
    line-height:30px;
	white-space:nowrap; 
}

.side_nav h5 a
{
color:#fff;
}

.side_nav ul
{
	width:190px;
	margin:2px auto 0;
}
.side_nav li
{
	height:5%;
	background: url('../img/side_nav_line.png') 0 bottom no-repeat;
	line-height:20px;
	list-style:none;
	margin-left:20px;
}
.side_nav li a
{
	height:auto;
	color:#454444;
	display:block;	
	padding-left:17px;
	cursor:pointer;
	padding-bottom:6px;
}
.side_nav li a:hover
{
	background: #fbd500 url('../img/side_nav_bg.png') 3px -33px no-repeat;
}
.side_nav li.side_li_last
{
	background:none;
}
.side_nav_bottom
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_bottom.png') 0 0 no-repeat;
	margin-bottom:16px;
}
/*------------------ Вложенное меню---------------------------------------------*/
.parent 
{
	font-size:12px;
	font-weight:bold;
}
.side_nav li ul li
{
	height:27px;
	background: url('../img/side_nav_line.png') 0 bottom repeat-x;
	line-height:25px;
}
.side_nav li ul li a
{
	color:#454444;
	display:block;
	height:25px;
	padding-left:17px;
	cursor:pointer;
	background: url('../img/side_nav_bg.png') 3px 7px no-repeat;
}
.side_nav li ul li a:hover
{
	background:#67b0f0 url('../img/side_nav_bg.png') 3px -33px no-repeat;
}
.side_nav li ul li.side_li_last
{
	background:none;
}
.side_nav_bottom
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_bottom.png') 0 0 no-repeat;
	margin-bottom:16px;
}

/*------------------ FOOTER---------------------------------------------*/
#footer_wrap
{
	width:100%;
	min-width:990px;
	height:244px;
	background: url('../img/bg_footer_wrap.png') repeat-x;
}
#footer
{
	width:990px;
	margin:0 auto;
	height:244px;
        border:1px solid #808080;
        border-radius:8px 8px;
        background:#fff;
}
#footer_contact
{
	height:66px;
	width:953px;
	background: url('../img/bg_footer.png') 0 0 no-repeat;
	margin:0 auto;
	padding:13px;
}
#footer_contact h6
{
	font-size:14px;
	font-weight:bold;
	color:#2677e5;
	margin-bottom:6px;
}
.footer_contact_left
{
	float:left;
	color:#222222;
	font-size:12px;
	width:430px;
	margin-left:3px;
}
.footer_contact_left p
{
	word-spacing:10px;
	line-height:1.5;
}
.footer_contact_right
{
	float:right;
	color:#222222;
	font-size:14px;
	text-align:left;
	margin-right:22px;
}
.footer_contact_right p
{
	line-height:1.3;
}
#footer ul
{
	margin:22px auto 0;
	width:500px;
	font-size:12px;
	height:20px;
}
#footer ul li
{
	float:left;
	margin:0 10px;
}
#footer ul li a
{
	color:#1c1c1c;
}
#footer>p
{
	margin:33px auto 0;
	text-align:center;
	font-size:12px;
}

#content_text .spoiler-wrapper {
     background: url('http://xn--80aahrlqppik8d.xn--p1ai/spoilerbg.jpg');
     padding: 9px;
     border-radius: 10px;
}

#content_text .spoiler-body ul li a:hover {
color:#ff001b;
}

.spoiler-wrapper {
     background: url('http://xn--80aahrlqppik8d.xn--p1ai/spoilerbg.jpg');
     padding: 9px;
     border-radius: 10px;
     border:1px solid;
}

/* Dmitry 10.2014*/


.grup  {
    background: url("../img/dessing/sinyaya-galochka.jpg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
	margin: 0 0 5px;
    padding: 0 0 0 30px;
    color: #0054a6;
    font-size: 20px;
	width: auto;
	height: 40px;
}


.ob-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
 
.ob-list a:hover {
    background: #eee;
}
 
.ob-list a:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);	
}
 
.ob-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;	
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.osn-zag-ob {
    color: red;
    border: 1px solid;
    border-radius: 8px;
    font-size: 20px;
    margin-left: 20px;
    padding: 5px;
    text-align: left;
    width: 580px;
}

/* Фотогаллерея */

.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(../img/fotogallerey/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(../img/fotogallerey/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(../img/fotogallerey/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(../img/fotogallerey/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;
}
/* Окончание стилей фотогаллереи */

.teh-har {
  width: 100%;
  text-align: center;
}

.teh-har  tr{
  height: 35px;
  vertical-align: middle;
}

.teh-har tr:nth-child(1n) {
  background: #e6f5fb;
}

.teh-har tr:nth-child(2n) {
  background: #f3f3f3;
}

.teh-har-one {
background: #e6f5fb;
}

.teh-har-two {
background: #f3f3f3;
}

.zak { 
font-size: 20px;
border-radius: 8px;
border: 1px solid;
padding: 5px 5px;
width: 580px;
margin-left: 20px;
background: #fff;
text-align: center;
color: #000;
margin-top: 20px;
}


#content_text p {
    line-height: 20px;
    margin-bottom: 15px;
}

/* Форма отправки сообщения на странице контактов*/
#feedback-form {
  max-width: 400px;
  padding: 2%;
  border-radius: 3px;
  background: #f1f1f1;
}
#feedback-form input:optional {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2% 0;
  padding: 2%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2% 0;
  padding: 2%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
  width: 30%;
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;
}
#feedback-form [type="submit"]:hover {
  background: #5c90c2;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
/* Стили каталога*/
.product-cat> div {
    width: 161px;
    display: inline-block;
 /*   margin-left: 20px;
	margin-right: 20px; */
	margin-bottom: 5px;
    vertical-align: top;
}
.product-cat> a> p {
	text-align: center;
}
.product-cat> div img {
    margin: 15px;
	padding: 1px;
	border: 1px solid #ccc;
}
/* Подсветка текста*/
#fone-zak {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes fone-zak {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes fone-zak {
  50% { color: rgb(34, 34, 34); }
  51% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 0); }
}
/* Кнопки*/
.knopka {
width: auto;
background: #ff9933;
border: none;
border-left: 5px solid #ff9966;
color: #fff !important;
padding: 5px 14px;
border-radius: 6px;
}
.norm-doc-name {
font: 18px Tahoma;
font-weight: bold;
padding: 15px;
background: #99ccff;
border-radius: 20px;
box-shadow: -18px 18px 20px -20px #000000;
text-align: center;
}
a .text-knopka {
color: white;
font-size: 20px; 
font-weight: bold; 
text-decoration: none;
text-align: center;
}
/* Другие стили*/

.vydel {
font-weight: bold;
}

.vakansii-zag {
   color: #205c91;
   font-size: 22px;
   font-weight: bold;
}

.text-vakansii {
    color: #205c91;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tab-regylytor {
font-size: 10px;
}

.osn-sertif  {
margin-top: 15px;
width: auto;
background-color: #ccc;
text-align: center;
border-radius: 30px;
box-shadow: -18px 18px 20px -20px #000000;
}

.text-sertif {
font: 18px Tahoma;
font-weight: bold;
padding: 15px;
background: #99ccff;
border-radius: 20px;
box-shadow: -18px 18px 20px -20px #000000;
}

.gab-f  {
font-size: 75%;
}

.fotohron {
margin: 0 auto;
}
.fotohron table {
border: 0px !important;
}

.fotohron td {
border: 0px !important;
}

.fotohron p {
text-align: center;
}

.name-search {
    color: #205c91;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
#search {
	margin-right: 2.5%;
	margin-bottom: 7%;
	padding: 5px;
	border-radius: 8px 8px;
	border: 3px solid #ff9933;
}
.pred {
font-size: 10px;
text-align: center;
}

.zag-doc {
    font-size: 16px;
    font-weight: bold;
}
/*********** Производители ***********/
.title-partnery {
    color: #205c91;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}
.carousel  {
   max-width: 1080px; 
   margin: auto;
   width:100%;
}
.carousel-wrapper {
   margin: 10px 30px; 
   overflow: hidden; 
   position:relative;
}
.carousel-items {
   width: 10000px;
   position: relative;
}
.carousel-block {
   float: left; 
   width: 180px;
   padding: 10px 10px 10px 0px;
}
.carousel-block img{
	display:block;
	cursor: pointer;
}
.carousel-button-left a, .carousel-button-right a{
   width: 25px; 
   height: 36px; 
   position: relative;
   top: 25px; 
   cursor: pointer; 
   text-decoration:none;
}
.carousel-button-left a{
   float: left; 
   background: url(../img/carousel-left.png); 
}
.carousel-button-right a{
   float: right;
   background: url(../img/carousel-right.png); 
}
.shadow{
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.B_crumbBox li {
   display: inline;
   list-style: none;
}

#jbCallme_overlay{
    background:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:100;
    display:none;
}
/* Fast Order*/
.jbCallme{
    background:#f3f4f5;
    -webkit-box-shadow: inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    -moz-box-shadow:    inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    box-shadow:         inset 0px 0px 18px rgba(100, 100, 100, 0.2), rgba(0,0,0,.8) 1px 1px 4px;
    border: 1px solid #d6d6d6;
    left:50%;
    margin-left:-190px;
    position:fixed;
    top:50px;
    width:380px;
    z-index:110;
    color:#323d53;
    display:none;
    height:auto;
}
.jbCallme .jb_title{
    font-family:Georgia, "Times New Roman", Times, serif;
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    padding:10px;
    background:#293c4d;
}
.jbCallme .jb_title:first-letter{
    font-size:18px;
}
.jbCallme textarea{
    border: 1px solid #d6d6d6;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #fff;
    width:98%;
    height:70px;
    font-family:Arial, Helvetica, sans-serif;
}
.jbCallme form{
    margin: 10px;
}
.jbCallme .jb_input{
    margin-top: 10px;
}
.jbCallme  label   {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    margin-top: 12px;
}
.jbCallme input[type=text],.jbCallme input[type=email]{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:95%;
  
}
.jbCallme select{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:100%;
    display:block;
  
}
.jbCallme select:focus,.jbCallme input[type=text]:focus,.jbCallme input[type=email]:focus, .jbCallme textarea:focus{
    background-color: #f9fbff;
    border: 1px solid #999999;
}
.jbCallme .jb_close{
    position:absolute;
    display:block;
    top:3px;
    right:3px;
    width:24px;
    height:24px;
    cursor:pointer;
    text-indent:-500px;
    overflow:hidden;
}
.jbCallme .jb_close:after{
    display:block;
    content:'X';
	font-family: Arial, sans-serif;
    position:absolute;
    line-height:24px;
    font-size:24px;
    text-indent:0;
    top:0;
    right:0;
    color:#fff;
}
.jbCallme input[type=submit]{
    margin:0;
    border: 0 none;
    display:inline-block;;
    -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
    box-shadow:inset 0px 1px 0px 0px #bee2f9;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
    background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color:#63b8ee;
    text-indent:0;
    border:1px solid #3866a3;
    padding: 7px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #fff;
    font-size: 13px;
    line-height:14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor:pointer;
}
.jbCallme input[type=submit]:hover {
    border-top-color: #148ec7;
    background: #148ec7;
    color: #fff;
}
.jbCallme .jb_dev{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#c2c3c4;
    text-decoration:none;
}
.jbCallme .jb_success{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jbCallme .jb_fail{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jb_progress{
    display: inline-block;
    height: 76px;
    position: relative;
    vertical-align: top;
    width: 100%;    
}
.jb_progress:after {
	border-width: 0 3px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: block;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;

	content: "";

	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

.fast-order {
    background: linear-gradient(to bottom, #ff6600, #ff9933) repeat scroll 0% 0% #ff6600;
    border: 1px solid #993300;
	border-radius: 5px;
    font-family: Arial;
    color: #FFF;
	font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
	margin-right: 20px;
    cursor: pointer;
}
.fast-order:hover {
    background: linear-gradient(to bottom, #ff9933, #ff6600) repeat scroll 0% 0% #ff9933;
    color: #fff;
}
#ya-site-results img {
   border: none;
}
#ya-site-results table{
   border: none;
}
#ya-site-results td {
   border: none;
}
#ya-site-form1 table{
   border: none;
}
#ya-site-form1 td{
   border: none;
}
#header_wrap1
{
	width:100%;
	min-width:990px;
	height:304px;
	background: url('../img/bg_header_wrap1.png') center 0 no-repeat;
}
#header_wrap2
{
	width:100%;
	min-width:990px;
	height:304px;
	background: url('../img/bg_header_wrap2.png') repeat-x;	
}
#header 
{
	width:990px;
	margin:0 auto;
	height:304px;
	position:relative;
}
#logo
{
	position:absolute;
	display:block;
	top:5px;
	left:2px;
	cursor:pointer;
	width:440px;
	height:166px;
	background: url('../img/logo.png') no-repeat;	
}
/*------------------------- end HEADER_nav--------------------------------------*/
#email
{
	position:absolute;
	top:157px;
	right:278px;
	font:22px 'EtelkaBol',Arial,sans-serif;
	color:#656c72;
	width:230px;
	height:44px;
	display:block;
	cursor:pointer;
	text-align:right;
	background: url('../img/email.png') left 0 no-repeat;	
}
#email span
{
	color:#266db2;
}
#phone
{
	position:absolute;
	top:110px;
	right:5px;
	font:18px 'EtelkaBol',Arial,sans-serif;
	color:#464646;
	width:235px;
	height:60px;
	text-align:right;
	background: url('../img/phone.png') left 17px no-repeat;
}
#phone p
{
	margin-bottom:2px;
}
#phone span
{
	color:#0054a6;
	font-size:22px;
}
.header_block
{
	position:absolute;
	width:295px;
	height:75px;
	background: url('../img/bg_header_block.png') 0 0 no-repeat;
	padding:15px;
	line-height:1.3;
}
.header_block a
{
	color:#1c1c1c;
}
.header_block p
{
	padding:8px;
	margin-left:77px;
}
.header_block a img
{
	float:left;
}
#header_block1
{
	left:0px;
	bottom:0px;
}
#header_block2
{
	left:332px;
	bottom:0px;
}
#header_block3
{
	right:0px;
	bottom:0px;
	line-height:1.8;
}
/*------------------------- CONTENT---------------------------------------------*/
#content_wrap
{
	width:980px;
	margin:0 auto;
	padding-top:20px;
}
.content_top
{
	width:726px;
	height:7px;
	background: url('../img/bg_content_top.png') 0 0 no-repeat;
}
.content_body
{
	width: 700px;
	min-height: 400px;
	height: auto;
	background-color: #fff;
	border-radius:8px 8px;
	border:1px solid #808080;
	padding:2%;
}
.content_body_block
{
	float:left;
	width:215px;
	text-align:center;
	margin:0 12px 76px;
}
.content_body_block h3
{
	color:#0054a6;
	font-size:20px;
}
.content_body_block>div
{
	width:215px;
	height:201px;
	background: url('../img/bg_content_body_block.png') 0 0 no-repeat;
	margin-top:10px;
	padding-top:25px;
	float:left;
}
.content_bottom
{
	width:726px;
	height:7px;
	background: url('../img/bg_content_bottom.png') 0 0 no-repeat;
}
/*------------------------- CONTENT_side---------------------------------------------*/
.side_nav_top
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_top.png') 0 0 no-repeat;
}
.side_nav
{
	width:244px;
	background: url('../img/bg_side_nav.png') 0 0 repeat-y;
}
.side_nav h5
{
	width:231px;
	height:33px;
	background: url('../img/side_h5.png') 0 0 no-repeat;
	color:#fefefe;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-9px;
	line-height:30px;
	white-space:nowrap;
}
.side_nav ul
{
	width:190px;
	margin:2px auto 0;
}
.side_nav li
{
	background: url('../img/side_nav_line.png') 0 bottom repeat-x;
	line-height:25px;
	display: block;
}
.side_nav li a
{
	color:#454444;
	padding-left:17px;
	cursor:pointer;
	background: url('../img/button-menu-left.png') 3px 7px no-repeat;
}
.side_nav li a:hover
{
	background:#67b0f0 url('../img/button-menu-left-hover.png') 3px 7px no-repeat;
}
.side_nav li.side_li_last
{
	background:none;
}
.side_nav_bottom
{
	width:244px;
	height:15px;
	background: url('../img/bg_side_nav_bottom.png') 0 0 no-repeat;
	margin-bottom:16px;
}
/*------------------ FOOTER---------------------------------------------*/
#footer_wrap
{
	width:100%;
	min-width:990px;
	height:270px;
	display: table;
	background: url('../img/bg_footer_wrap.png') repeat-x;
	margin-top:33px;
}
#footer
{
	width:990px;
	margin:0 auto;
	height:264px;
}
#footer_contact
{
	height:66px;
	width:953px;
	background: url('../img/bg_footer.png') 0 0 no-repeat;
	margin:0 auto;
	padding:13px;
}
#footer_contact h6
{
	font-size:14px;
	font-weight:bold;
	color:#2677e5;
	margin-bottom:6px;
}
.footer_contact_left
{
	float:left;
	color:#222222;
	font-size:12px;
	width:430px;
	margin-left:3px;
}
.footer_contact_left p
{
	word-spacing:10px;
	line-height:1.5;
}
.footer_contact_right
{
	float:right;
	color:#222222;
	font-size:14px;
	text-align:left;
	margin-right:22px;
}
.footer_contact_right p
{
	line-height:1.3;
}
#footer ul
{
	margin:22px auto 0;
	width:500px;
	font-size:12px;
	height:20px;
}
#footer ul li
{
	float:left;
	margin:0 10px;
}
#footer ul li a
{
	color:#1c1c1c;
}
#footer>p
{
	margin:33px auto 0;
	text-align:center;
	font-size:12px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.field {
    display: none;
}

.btn-up {
  position: fixed;
  background-color: red;
  left: 20px;
  bottom: 50px;
  border-radius: 22px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.btn-up::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

#snackbar {
  visibility: hidden;
  color: #fff;
  background-color: #333;
  min-width: 250px;
  margin-left: -125px;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  position: fixed;
}

/* This will be activated when the snackbar's class is 'show' which will be added through JS */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations for fading in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.btn-copy {
    padding:0;
}

.btn:hover {
    border:1px solid #000;
    
}


.btn:active {
    border:1px solid red;
}

.centr-button {
position: fixed;
    top: 50%;
    right: 0;
    background: red;
    color: white;
    padding: 15px 15px;
    width: 50px;
    display: flex;
    align-items: center;
    z-index: 999999;
    cursor: pointer;
    border-radius: 50% 0 0 50%;
    opacity:1;
}

.site-button-outline-white {
    background: red;
    border: 0;
    color: #fff;
    font-size:14px;
    cursor:pointer;
}

.modal-header, .modal-footer, .modal-body {
	padding: 1.5rem 1.5rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color:#163351;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.center-text {
	text-align:center;
}
.modal-content {
	border:0;
}