html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, tr, tbody, tfoot, thead,  th, td, */
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
html {height: 100%;}
* html body {height: 100%;}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}


body {
	font-family: 'PT Sans', arial, sans-serif;
	background-color: #eee;
	background-image: url(../images/background_body.jpg);
	color: #222222;
	font-size: 14px; 
	font-weight: 300;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.container{
	width:1200px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-color: #fff;
	z-index: 1;
	box-shadow:-7px 0 4px -2px rgba(10, 10, 10, .4), 7px 0 4px -2px rgba(10, 10, 10, .4);
}

section{
	position: relative;
}

/* ##################### HEADER ##################### */
header{
	position: relative;
	width: 1200px;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
header img{
	margin-left: 20px;
	margin-top: 10px;
}
.language{
	position: absolute;
	right: 20px;
	top: 5px;
	font-style: italic;
}
.language span{
	color: #a4a4a4;
	font-size: 12px;
	padding-right: 10px;
}
.language a{
	color: #09416a;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}
.soc-seti{
	width:auto;
	position: absolute;
	right: 20px;
	top: 42px;
}
.soc-seti a{
	margin-left: 10px;
	display:block;
	width:44px;
	height:39px;
	background-color:#0f5890;
	color:#FFF;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	float: left;
	line-height: normal;
	text-align:center;
	vertical-align: baseline;
	font-size: 36px;
	color:#FFFFFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-top:5px;
	transition: background-color ease-out 0.2s;
	-webkit-transition: background-color ease-out 0.2s;
	-moz-transition: background-color ease-out 0.2s;
	-o-transition: background-color ease-out 0.2s;
}
.soc-seti a:hover{
	background-color:#2874af;
	color:#FFF;
	transition: background-color ease-out 0.2s;
	-webkit-transition: background-color ease-out 0.2s;
	-moz-transition: background-color ease-out 0.2s;
	-o-transition: background-color ease-out 0.2s;
}



nav{
	height: 40px;
	background-color: #eeeeee;
	position:relative;
}
nav .mark{
	cursor:pointer;
}
nav .mark i{
	display: block;
	margin-top:2px;
	margin-left:7px;
	font-size:16px;
	float:right;
}
nav .mark span{
	display: block;
	float:left;
}
nav .main-nav{
	/*border:1px solid #99cc00;*/
    right: 50%;
    position: relative;
    float: right;
	height: 40px;
}
nav ul{
	/*border:1px solid #cc9900;*/
    right: -50%;
    position: relative;
	height: 40px;
}

nav li{
	list-style: none;
	float: left;
	position: relative;
	padding: 0px 0px;
}
nav li a{
	padding: 10px 20px 0 20px;
	height:30px;
	font-size: 14px;
	color: #09416a;
	display: block;
	text-decoration: none;
	transition: background-color ease-out 0.2s;
	-webkit-transition: background-color ease-out 0.2s;
	-moz-transition: background-color ease-out 0.2s;
	-o-transition: background-color ease-out 0.2s;
}
nav li a:hover{
	background-color:#ddd;
	color:#444;
	transition: background-color ease-out 0.2s;
	-webkit-transition: background-color ease-out 0.2s;
	-moz-transition: background-color ease-out 0.2s;
	-o-transition: background-color ease-out 0.2s;
}
nav li.active>a{
	background-color:#0f5890;
	color:#FFF;
}
.sub-nav {
	position: absolute;
	/*border-top: 15px solid transparent;*/
	/*left: -9999px;*/
	/*display:none;*/
	left: 0;
	top:15px;
	/*top:50px;*/
	list-style:none;
	padding:0;
	z-index: 100;
}
.sub-nav li {
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #09416a;
	width: 200px;
	padding: -5px 0px;
}
/*
nav > li:hover > a {
	background: #09416a;
	transition: background ease .5s;
	color: #fff;
}
*/
nav li ul.sub-nav li a{
	color: #FFFFFF;
	padding: 3px 7px;
	height:auto;
	border-bottom: 1px solid #132d50;
	border-top: 1px solid #13517e;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
}
nav li ul.sub-nav li a:hover{
	color: #09416a;
	background-color: #efefef;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
}
nav li ul.sub-nav li a.last{
	border-bottom: 0px;
}
nav li ul.sub-nav li:first-of-type  {
	border-radius: 5px 5px 0 0;
	padding-top: 5px;
}
nav li ul.sub-nav li:first-of-type  a{
	border-top: 0px;
}
nav li ul.sub-nav li:last-of-type {
	border-radius: 0 0 5px 5px;
	padding-bottom: 5px;
}
.triangle-block{
	position: absolute;
	display:none;
	top:40px;
	/*top:0px;*/
	left:0;
	width:200px;
	height:20px;
	z-index: 90;
}
.triangle {
	width: 0;
	height: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #09416a;
	position: absolute;
	left: 15px;
	top: -10px;
	/*top:25px;*/
	z-index: 100;
}






/* ##################### eof HEADER ##################### */

/* ##################### FOOTER ##################### */
.helper{
	width: 100%;
	height: 140px;
}

footer{
	width: 1200px;
	height: 112px;
	background-image: url(../images/bg-footer.jpg);
	background-position: no-repeat;
	background-color: #205072;
	position: absolute;
	bottom:0;
	left:0;
	clear: both;
}
.footer-container{
	position:relative;
	width: 1200px;
	height: 112px;
}
.footer-menu{
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	left: 20px;
}

.footer-menu span{
	color: #ffffff;
	margin: 0px 5px;
	font-size: 12px;
}
.footer-menu a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.footer-copyright{
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	bottom: 24px;
	width:auto;
}
.footer-worker{
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	bottom: 24px;
	width:auto;
}

/* ##################### eof FOOTER ##################### */



/* ##################### INDEX ##################### */
.wrap-block-for-slider{
	width: 100%;
	height: auto;
	position:relative;
}
.block-for-slider{
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

#slideshowWrapper{position:relative; width:1200px; margin:0; height:452px;}
#fssPrev{position:absolute;top:45%;left:0px;background:url(../images/arrow-left.png);width:40px;height:60px;text-indent:-999999px; opacity:0.6;}
#fssNext{position:absolute;top:45%;right:0px;background:url(../images/arrow-right.png) no-repeat;width:40px;height:60px;text-indent:-999999px; opacity:0.6;}

#fssPrev:hover{opacity:1;}
#fssNext:hover{opacity:1;}

/*
#fssPrev:hover{background:url(../images/arrow-left-hover.png) no-repeat;}
#fssNext:hover{background:url(../images/arrow-right-hover.png) no-repeat;}
*/
ul#slideshow{list-style:none; padding: 0px;margin:auto; width: 1200px; height:452px;}
#fssList{list-style:none;width: 1200px;margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}
#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}
small a{color:#000;}
.block-for-text-slider{
	max-width: 400px;
	max-height: 300px;
	background-image: url(../images/prozrachni-fon-dlia-texta-slidera.png);
	position: absolute;
	text-align: left;
	padding: 0px 10px 10px 10px;
	border-radius: 5px;
	top: 50px;
}

.block-for-text-align-left {
	left: 80px;
}
.block-for-text-align-right {
	right: 80px;
}


.block-for-text-slider h2{
	font-size: 24px;
	line-height: 30px;
	color:#FFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.block-for-text-slider p{
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
	color:#FFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
}


/*///////////////////////////////////////////////////////////////////////////////////BLOCK FOR THREE///////////////////////////////////////////////////////////////////////////////*/
	.block-for-three{
		width: 1200px;
		background-color: #FFFFFF;
		margin-top:10px;
		position:relative;
	}
	.block-for-three h1{
		margin-bottom:35px;	
	}
	.block-for-three h2{
		margin-bottom:46px;	
	}
/*///////////////////////////////////////////////////////////////////////////////////THREE BLOCKS///////////////////////////////////////////////////////////////////////////////*/
	.left-block{
		width: 275px;
		height: auto;
		float: left;
		margin-right: 15px;
	}
	.left-block h2{
		margin-left: 10px;
	}
	.block-uzor-picure{
		width:100%;
		height: 8px;
		background-image: url(../images/uzor.gif);
		background-position: top left;
		background-repeat: repeat-x;
		margin: 7px 0 20px 0;
		position:absolute;
		top:25px;
		left:0;
	}
/*////////////////////////////////////////////////////  MOVE MENU/////////////////////////////////////////////////////////////////////////////////////*/
	.hidden {display:none;} /* hide tabs */
	.hidden {
		width: 215px;
		text-align: left;
		color: #757575;
		font-size: 12px;
		padding-left: 50px;
		margin-top: -10px;
		margin-bottom: 15px;
	}
	.showhidden{
		width: 225px;
		height: 34px;
		display: block;
		background-image: url(../images/menu/bg_menu_hover.png);
		background-repeat: no-repeat;
		vertical-align: middle;
		line-height: 34px;
		text-decoration: none;
		color: #444444;
		text-align: left;
		padding-left: 40px;
		margin-left: 10px;
		font-size: 14px;
		overflow:hidden;
	}
	a.on {
		background-image: url(../images/menu/bg_menu.png);
	}
	.text-hidden-block{
		margin-top: -10px;
	}
/*/////////////////////////////////////////////////////END MOVE MENU////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.center-block{
		width: 580px;
		height: auto;
		float: left;
	}
/*//////////////////////////////////////////BLOCKS FOR CONTENT////////////////////////////////////////////////////*/
	.center-block p{
		color: #757575;
		font-size: 13px;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
/*//////////////////////////////////////////three small bloks////////////////////////////////////////////////////*/
	.three-small-blocks{
		width: 570px;
		height: auto;
		background-color: #fafafa;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		padding: 5px 0px 10px 5px;
		margin: 15px 0;
	}

	.three-small-blocks h3{
		text-align:center; 
		margin:0 0 15px 0;
	}
	.block-from-three-small-blocks{
		width: 180px !important;
		height: auto;
		/*display: table-cell;*/
		text-align: center;
	}
	.block-from-three-small-blocks i{
		font-size:46px;
		color:#0f5890;
	}
	.block-from-three-small-blocks a, .block-from-three-small-blocks b{
	   font-size: 14px;
	   color: #2084cd;
	   text-decoration: none;
	   display: block;
	   font-weight: bold;
	   margin-top: 10px;
	   text-align: center;
	}
	.block-from-three-small-blocks p{
	   font-size: 11px;
	   color: #757575;
	   text-align: center;
	}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	ul#items{
		margin:1em 0;
		width:auto;
		min-height:160px;
		max-height:210px;
		height:auto;
		overflow:hidden;
	}
	ul#items li{
	list-style:none;
	float:left;
	height:240px;
	width:180px;
	overflow:hidden;
	margin:0 4px;
	text-align:center;
	}
	ul#items li:hover{color:#333;}
	ul#items li .image{
	margin:20px 20px 10px 20px;
	width:220px;
	height:150px;
	overflow:hidden;
	border:2px solid #fff;
	}
	ul#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}
	ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}
	ol#pagination{position:relative;text-align:center;}
	ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/bg_buttons.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
	}
	ol#pagination li:hover{background:url(../images/bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(../images/bg_buttons.png) no-repeat 0 -32px;}
/*//////////////////////////////////////////BLOKS FOR NEWS////////////////////////////////////////////////////*/
.right-block{
	width: 290px;
	height: auto;
	float: right;
	margin-right:15px;
}
.right-block img{
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 1px 3px rgba(48, 50, 50, 0.89);
	-moz-box-shadow:    2px 1px 3px rgba(48, 50, 50, 0.89);
	box-shadow:         2px 1px 3px rgba(48, 50, 50, 0.89);
}
.right-block p{
	color: #757575;
	font-size: 13px;
	text-align: left;
}
.right-block .more{
	text-align:right;
	margin-bottom:22px;
	padding-right:5px;
}
.right-block a{
	text-decoration: none;
	font-size: 13px;
	color: #2084cd;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/








/*//////////////////////////////////////////////////////////////////CONTENT ON TEXT PAGE///////////////////////////////////////////////////*/


.content-for-text{
	width: 890px;
	min-height: 300px;
	max-height: 100%;
	float: right;
	position: relative;
	height: auto;
	margin-right:15px;
}

.content-for-text p{
	font-size: 14px;
	color: #757575;
	text-align: left;
}
.content-for-text-contacts{
	width: 580px;
	min-height: 300px;
	max-height: 100%;
	float: right;
	position: relative;
	height: auto;
	margin-right:15px;
}
.content-for-text-contacts p{
	font-size: 14px;
	color: #757575;
	text-align: left;
}
.left-block-contacts{
	width: 580px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.left-block-contacts h2{
	margin-left: 20px;
}
.left-block-contacts p{
	margin-left: 20px;
}

/*//////////////////////////////////////////////////////////////////pagination///////////////////////////////////////////////////////////////////////*/

.pagination{
/*
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
*/  
  margin: 20px 0;
}

.pagination a{
	display:block;
	float:left;
	margin-right:5px;
	text-align:center;
	width:30px;
	height:20px;
	padding:5px 0;
	background-color: #09416a;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #09416a;
}

.pagination a.active-pagination{
	background-color: #2874af;
	border: 2px solid #2874af;
	font-weight:bold;
}

.pagination a:hover{
	background-color: #FFFFFF;
	color: #09416a;
}


/* ##################### INNER ##################### */

.breadcrumbs{
	font-size:12px;
	margin-bottom:15px;
	padding:0;
	font-weight:400;
	text-align:left;
	/*border:1px solid #cccc00;*/
}
.breadcrumbs span{
	padding:0 2px;
}
.breadcrumbs .current{
	color:#444;
}

/* ##################### eof INNER ##################### */

.btn{
	display: block;
	/*
	background-color: #d91b25;
	background-image: -moz-linear-gradient(top, #e83b44, #d91b25);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e83b44), to(#d91b25));
	background-image: -webkit-linear-gradient(top, #e83b44, #d91b25);
	background-image: -o-linear-gradient(top, #e83b44, #d91b25);
	background-image: linear-gradient(to bottom, #e83b44, #d91b25);
	*/
	background-color: #4c70ab;
	position: relative;
	background-image: -moz-linear-gradient(top, #648bcb, #4c70ab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#648bcb), to(#4c70ab));
	background-image: -webkit-linear-gradient(top, #648bcb, #4c70ab);
	background-image: -o-linear-gradient(top, #648bcb, #4c70ab);
	background-image: linear-gradient(to bottom, #648bcb, #4c70ab);
	border: 1px solid #2c5290;
	-moz-box-shadow: 0px 1px 0px #b0c1de inset;
	-webkit-box-shadow: 0px 1px 0px #b0c1de inset;
	box-shadow: 0px 1px 0px #b0c1de inset;
	display: inline-block;
	padding: 6px 25px 7px 25px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	color:#FFF;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-decoration: none;
}
.btn:hover{
	background: #648bcb;
	color: #ffffff;
	text-decoration: none;
	background-position: 0 0px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.submit{
	width:292px;
}
.form-body-input{
	background-color: #3a3a3a;	
	border: 1px solid #999;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:10px;
    width: 280px;
	padding:5px;
    color: #d8d8d8;
}

.form-body-status-ok{
	padding:5px 3px;
	color:#00f31d;
	text-align:left;
}
.form-body-status-fail{
	padding:5px 3px;
	color:#f30000;
	text-align:left;
}

.placeholder {
    color:#888;
}

input::-moz-placeholder { color:#888; }
input::-webkit-input-placeholder { color:#888; }
/*
	input[type="search"]::-webkit-input-placeholder {
		color: #ccc;
	} 
	input[type="search"]::-moz-placeholder {
		color: #ccc;
	}
*/

.more{
	text-align:right;
	margin-right: 5px;
	margin-top: 5px;
}
.more a{
	color: #48a8e6 !important; 
	font-size:12px;
}
.more a:hover{
	color: #cccccc !important;
	font-size:12px;
}
.more-left{
	margin-left: 7px;
	margin-top: 7px;
	text-align: left;
}
.more-left a{
	color: #48a8e6 !important; 
	font-size:12px;
}
.more-left a:hover{
	color: #cccccc !important;
	font-size:12px;
}

.it i{
	font-style: italic;
}
.strong strong b{
	font-weight:700;
}


.text_center{
	text-align: center;
}
.null{
	clear: both;
}
.right{
	float: right;
}
.left{
	float: left;
}
strong{
	font-weight: bold;
}
* html #container {
  height: 100%;
}
a{
	text-decoration: none;
	color: #48a8e6;
	outline: none;
	transition: color ease-out 0.3s;
	-webkit-transition: color ease-out 0.3s;
	-moz-transition: color ease-out 0.3s;
	-o-transition: color ease-out 0.3s;
}
a:hover{
	text-decoration: none;
	color: #cccccc;
	transition: color ease-out 0.3s;
	-webkit-transition: color ease-out 0.3s;
	-moz-transition: color ease-out 0.3s;
	-o-transition: color ease-out 0.3s;
}

footer a{
	color: #FFFFFF;
}
header a:hover, footer a:hover{
	color: #48a8e6;
}

textarea {
  resize: vertical;
}
h1, h2, h3{
	color:#222222;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	text-shadow: 0 0 2px rgba(255,255,255,0.6);
}
h4, h5{
	font-size: 24px;
	color: #424950;
}
h6{
	font-size: 20px;
	color: #424950;	
}
ul{
	/*list-style: none;*/
}
p{
	padding:0px;
	margin:0 0 15px 0;
}
/*
div {border:1px solid #FF0000;}
*/
.full-version{
	display: none;
}


.delimitter {
	margin:10px 0;
	height:1px;
	border-top:1px dotted #ccc;	
}

/*ДЛЯ формы обратной связиииии*/

input.span10, textarea.span10, .uneditable-input.span10 {
width: 550px;
}
input[class*="span"], 
textarea[class*="span"], 
.uneditable-input[class*="span"], 
.row-fluid input[class*="span"], 
.row-fluid textarea[class*="span"], 
.row-fluid .uneditable-input[class*="span"] {
float: none;
margin-left: 0;
}
textarea, 
input[type="text"], 
input[type="password"],
input[type="email"], 
input[type="url"],
input[type="search"], 
input[type="tel"], 
input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
textarea, 
input[type="text"], 
input[type="password"],
input[type="email"],
.uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}
.span5 textarea{
	height: 45px;
	font-size: 15px;
}
input, button, textarea {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'PT Sans', arial, sans-serif;
}
button, input, textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
input, input[type="password"], input[type="search"], isindex {
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
}
input, textarea, button{
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}
input, textarea, button{
-webkit-writing-mode: horizontal-tb;
}
#feedBackFormStatus{
	float: right;
	margin-right: 15px;
}
.alert {
	
	padding: 5px 5px 5px 5px;
	
	border: 1px solid transparent;
	border-radius: 4px;
	
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-danger {
	background-color: #f2dede;
	text-align: justify;
	border-color: #eed3d7;
	color: #b94a48;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}

.close {
margin-left: 15px;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}


/*КОНЕЦ "ДЛЯ формы обратной связиииии" */

.question_answer{
	font-size: 15px;
}
.question{
	margin-bottom: 5px;
}
.name{
	text-align: left;
	font-style: italic;
	font-weight: bold !important;
	color:#222222;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: 700;
	font-size:16px;
	text-shadow: 0 0 2px rgba(255,255,255,0.6);
	margin-bottom: 3px;
}
.name span{
	font-style: italic;
	font-weight: normal;
	color:#777;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: 300;
	font-size:14px;
}

.sub_name{
	font-size: 12px !important;
	text-align: right;
	font-weight: bold !important;
	font-style: italic;

	color:#222222;
	font-family: 'PT Sans', arial, sans-serif;
	font-weight: 400;
	font-size:18px;
	text-shadow: 0 0 2px rgba(255,255,255,0.6);
	margin-bottom: 18px;
}
.review{
	width: 700px;
	margin-bottom: 15px;
	float: right;
}
.gallery{
	margin: 20px 0;
	padding-top: 0px;
}
.gallery a{
	position: relative;
	float: left;
	margin:0 17px 17px 0;
	border:1px solid #303232;
	-webkit-box-shadow: 2px 1px 3px rgba(48, 50, 50, 0.89);
	-moz-box-shadow: 2px 1px 3px rgba(48, 50, 50, 0.89);
	box-shadow: 2px 1px 3px rgba(48, 50, 50, 0.89);
}
.margin-a{
	margin: 10px 0 0 0px !important;
}
.read_more{
	font-size: 13px;
}

/*для сертификатов прозрачный боттом =)*/
.back-sertificates {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.back-sertificates p{
	text-align: center;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	margin:0;
}
/*shadows for all img in <div class="left"> - they are : news, activity, production and others...*/
.left img{
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 1px 3px rgba(48, 50, 50, 0.89);
	-moz-box-shadow:    2px 1px 3px rgba(48, 50, 50, 0.89);
	box-shadow:         2px 1px 3px rgba(48, 50, 50, 0.89);
}


.down-gradient{
	bottom:-5px;
	left:0;
	width:100%;
	height:5px;
	background-image: url(../images/gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	position: absolute;
	z-index:50;
}


.map_container {
	width:1200px; 
	height:400px; 
	position:relative;	
}
.one-news{
	width: 880px;
	margin-bottom:10px;
}
.one-news h3{
	margin:-5px 0 10px 0;
}

.pdf_container {
	margin:0;
	overflow:hidden;

}
.pdf{
	cursor:pointer;
	display:block;
	min-height:17px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	text-align:left;
	line-height:17px;
	font-size:14px;
	margin-bottom: 5px;
}

.row{
	margin: 15px 0 10px 0;
}