@font-face {
    font-family: 'PFDinTextPro-LightItalic';
    src: url('../fonts/pfdintextpro-lightitalic-webfont.eot');
    src: url('../fonts/pfdintextpro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/pfdintextpro-lightitalic-webfont.woff') format('woff'),
         url('../fonts/pfdintextpro-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'PFDinTextPro-Medium';
    src: url('../fonts/pfdintextpro-medium-webfont.eot');
    src: url('../fonts/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/pfdintextpro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'PFDinTextPro-Light';
    src: url('../fonts/pfdintextpro-light-webfont.eot');
    src: url('../fonts/pfdintextpro-light-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/pfdintextpro-light-webfont.woff') format('woff'),
         url('../fonts/pfdintextpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}

.h-top {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

body.index {
	margin:0;
	padding:0;
	font:16px/25px "Roboto", Arial;
	color:#202021;
	background:#fff;
	}

* { outline:none}

img                 { border:0 }

h1,h2,h3,h4,h5,h6      {
	padding:0;
	margin:0 0 10px;
	line-height:normal;
	font-weight:normal;
	font-family:"Roboto", Arial;
	}

form {
	padding:0;
	margin:0;
	}
p {
	padding:0;
	margin:0 0 25px;
	}

h1 {
	font-size:48px;
	line-height:50px;
	margin-bottom:35px;
	text-align:center;
	padding-top:2px;
	}
h2 {
	font-size:33px;
	line-height:39px;
	margin-top:20px;
	margin-bottom:20px;
	}

h3 {
	font-size:21px;
	line-height:23px;
	padding-top:25px;
	}
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

a {
	text-decoration:underline;
	color:#255B8A;
	}
a:hover  { /*text-decoration:none;*/ }
a:visited {
	color: #90acc3;
}

h3 a { color:#202021; text-decoration: none;}
h3 a:hover { color: #EC2222; }

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

ul {
	padding:0 0 0 14px;
	margin:0 0 21px;
	}
li {
	list-style-position: outside;
	margin-left: 25px;
	padding:4px 25px;
	}

i {
	font-family: "Roboto", Arial;
	font-style:normal;
	}

/*  */

/* template */

 .layout {
	position:relative;
	min-width:1200px;
	margin:auto;
	}
	.top_row {
		background:#012349 url(../images/top-row.jpg) 0 0 no-repeat;
		height:55px;
		padding:5px 0 5px 10px;
		text-align:center;
		}
		.top_row img {
			 margin:0 11px;
			}

	.header {
 		box-shadow:0 0 3px #dcdbdb;
		z-index: 500;
		position: relative;
		background:#fff;
		width:100%;
		top:0;
		-webkit-transition: all ease-out 0.5s;
		 -moz-transition: all ease-out 0.5s;
		 -o-transition: all ease-out 0.5s;
		 transition: all ease-out 0.5s;
		 }
		.header .block-center {
			width:1200px;
			min-height:64px;
			height: auto !important;
			height:64px;
			position:relative;
			}

	.main {
		padding:0 0 0;
		}

	.block-center {
		width:940px;
		margin:auto;
		}

	.row-selected {
		background:#f5f5f6;
		padding:50px 0;
		color:#212122;
		}
		.row-selected .block-center {
			position:relative;
			}
		.row-selected .block-center > .grid {
			margin-bottom:0;
			}
		.row-selected h2 {
			font-size:33px;
			line-height:39px;
  			margin-top:0px;
			margin-bottom:20px;
 			}
/*  */

.logo{
  position:absolute;
  top:10px; /*12px;*/
  left: 130px;/*left:170px;*/
  display:block;
  overflow:hidden;
  text-align:left;
  text-indent:-999px;
  width:107px;
  height:44px;
  background:url(../images/logo.png);
-webkit-transition: all ease-out 0.5s;
 -moz-transition: all ease-out 0.5s;
 -o-transition: all ease-out 0.5s;
 transition: all ease-out 0.5s;
  }
.logo.rban{ background:url(../images/logo_rus.png);}
/* menu */
.top-menu {
	width:500px;
	margin:auto;
	font-family:"Roboto", Arial;
	font-size:14px;
  	line-height:27px;
	padding-left:30px;
 	}
	.top-menu ul {
		padding:0;
		margin:0;
		list-style:none;
		}
		.top-menu li {
			padding:0;
			margin:0;
			float:left;
			position:relative;
			}
			.top-menu a {
				color:#202021;
				padding:19px 18px;
				display:block;
				text-decoration:none;
				}
			.top-menu li:hover a, .top-menu .current a {
				color:#fff;
				background:#255c8a;
				}
		.top-menu li:hover ul {
			display:block;
			}
 	.top-menu ul ul {
		width:190px;
		position:absolute;
		top:65px;
		left:0;
		background:#255c8a;
		display:none;
		}
	.top-menu ul ul li {
		float:none;
 		}
	.top-menu ul ul a {
		padding:5px 20px;
		color:#fff;
  		}
	.top-menu ul ul a:hover, .top-menu a.selected {
		background:#304E7C;
 		}

/*  */

.lang {
	width:50px;
	top:20px;
	right:130px;
	position:absolute;
	text-align:right;
	}

.lang a {
	color: #666;
	text-decoration: none;
	background: url(/upload/language_underline.png) 0 bottom no-repeat;
	}

.lang a:hover  {
	color: #EC2222;
	background: none;
}
.act_lang {
	color: #012349;
	font-weight: bold;
	padding-left: 10px;
}


/* bg */

.bg1 { background:url(../images/bg1.jpg) center no-repeat; }
.bg2 { background:url(../images/bg2.jpg) center no-repeat; }
.bg3 {
	background:url(../images/bg3.jpg) 100% 0 no-repeat;
	min-height:270px;
	}
.bg4 { background:url(../images/bg4.jpg) center no-repeat; }
.bg5 { background:url(../images/bg5.jpg) center no-repeat; }
.bg6 { background:url(../images/bg6.jpg) center no-repeat; }
.bg7 { background:#f5f5f6; }
.bg8 { background:url(../images/bg8.jpg) center no-repeat; }

/*  */

/* banner */

	.banner {
		color:#fff;
		background-size: cover;
		line-height: 21px;
		margin-bottom: 5px;

/*max-width: 1300px;
		margin: 0 auto;*/

		}
	.banner a {
		color:#fff;
		}
		.under_constr {
			height: 704px;
			}
		.banner__body {
			margin:0 auto;
			height:410px;
 			position:relative;
			width:1200px;
 			}
		.banner__logo{
			position:absolute;
			top:158px;
			left:130px;
			display:block;
			overflow:hidden;
			text-align:left;
			text-indent:-999px;
			width:101px;
			height:171px;
			background:url(../images/banner__logo.png) 0 0 no-repeat;
			}

		.banner__logo.rusban {
			background:url(../images/banner__logo_rus.png) 0 0 no-repeat;
			margin-top: -130px;
			}
		.under_constr .banner__logo.engban {
			margin-left: 35%;
			margin-top: 20px;
			display: none;
			}
		.banner__desc {
			left:50%;
			bottom:30px;
			position:absolute;
			text-align:center;
			margin-left:-470px;
			font-size: 18px;
			}
		.under_constr .banner__desc {
			bottom:-90px;
			}
			.banner__desc h2 {
 				font-size:48px;
				line-height:50px;
				margin-bottom:15px;
 				}

.banner2 {
	color:#202021;
	}
	.banner2 .banner__logo {	background:url(../images/banner__logo2.png) 0 0 no-repeat;}
	.banner__logo2.banner__logo.rusban {background:url(../images/banner__logo2_rus.png) 0 0 no-repeat;}

.banner3 .banner__body {
	/*height:672px;*/
	height:547px;

	}
	.banner3  .banner__desc {
		bottom:135px;
		}


/*  */

/* grid */

 	.grid {
	    clear:both;
 		margin: 0 -10px 35px;
		}
		[class^="grid__col"] {
			float:left;
			padding:10px;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-o-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			border-collapse:collapse;
			}
 	.grid > h3 {
		padding-left:10px;
		}

			.grid__col-1  { width:100%; }
			.grid__col-2  { width:50%; }
			.grid__col-3  { width:33.33333333333333%; }
			.grid__col-4  { width:25%; }
			.grid__col-5  { width:20%; }
			.grid__col-6  { width:16.666666666666664%; }

 			.grid__col-3    { width:33.33333333333333%;  }
			.grid__col-3-2  { width:66.666666666666664%; }
			.grid__col-3-3  { width:100%; }

 			.grid__col-4    { width:25%; }
			.grid__col-4-2  { width:50%; }
			.grid__col-4-3  { width:75%; }
			.grid__col-4-4  { width:100%; }

 			.grid__col-5    { width:20%; }
			.grid__col-5-2  { width:40%; }
			.grid__col-5-3  { width:60%; }
			.grid__col-5-4  { width:80%; }
			.grid__col-5-5  { width:100%;  }

 			.grid__col-6    { width:16.666666666666664%; }
			.grid__col-6-2  { width:33.333333333333328%; }
			.grid__col-6-3  { width:49.999999999999992%; }
			.grid__col-6-4  { width:66.666666666666656%; }
			.grid__col-6-5  { width:83.33333333333332%;  }
			.grid__col-6-6  { width:100%; }

 			.grid__col-7    { width:14.28%; }
			.grid__col-7-2  { width:28.56%; }
			.grid__col-7-3  { width:42.84%; }
			.grid__col-7-4  { width:57.12%; }
			.grid__col-7-5  { width:71.4%;  }
			.grid__col-7-6  { width:85.68%; }
			.grid__col-7-7  { width:100%;   }

			.grid__col-8    { width:12.5%; }
			.grid__col-8-2  { width:25%;   }
			.grid__col-8-3  { width:37.5%; }
			.grid__col-8-4  { width:50%;   }
			.grid__col-8-5  { width:62.5%; }
			.grid__col-8-6  { width:75%;   }
			.grid__col-8-7  { width:87.5%; }
			.grid__col-8-8  { width:100%;  }

.grid--mb-m { margin-bottom:40px; }
.grid--mb-l { margin-bottom:65px; }
.grid--mt-l {
	margin-top:-145px;
	margin-bottom:10px;
	}

.grid--media .preambula__desc {
	min-height:110px;
	height: auto !important;
	height:110px;
	}

.grid--2 [class^="grid__col"] {
 	padding-top:30px;
 	padding-left:30px;
 	padding-right:30px;
	text-align:center;
 	}

 /**/

/* preambula */
.preambula  {
	margin-bottom:25px;
	line-height:25px;
	}

	.preambula__pic {
		margin-bottom:22px;
		}
	.preambula__data {
		color:#8D8D8D;
		margin-bottom:15px;
		font-size:12px;
		font-family: "Roboto", Arial;
		}
	.preambula__desc {
		}
		.preambula__desc h3 {
			padding:0;
			}
		.preambula p {
			margin-bottom:10px;
			}


.grid--media .preambula  {
 	line-height:22px;
	}
	.grid--media .preambula__pic {
		margin-bottom:15px;
		}
/*  */
/* table */
body.index table {
	padding:0;
	margin:25px 0;
	border-collapse:collapse;
	width:100%;
	}

#bxmedialib table { margin:0px; width:auto;}

body.index #bxmedialib {font-size: 13px !important;
font-family: "Roboto", Arial;}

	body.index table th , .layout table td  {
		padding:10px;
		border:none;
		background:#f5f5f6;
		}
	body.index table tr:nth-child(even) td , .layout table tr:nth-child(even) th {
		background:#fff;
		}
	body.index table td {
	   font-size:14px;

	   }
	body.index table th {
	   font-family:"Roboto", Arial;
	   font-size:14px;
	   text-align:left;
	   }

.table--form {
	margin:-10px 0 0 -10px;
 	color:#8e8e8e;
	}
.table--form td {
 	font-size:16px;
	padding-right:0;
	position:relative;
 	}

/*  */

/* prev */
.grid--prev [class^="grid__col"] {
	padding:5px;
	}
.prev__item {
	width:300px;
	min-height:400px;
	height: auto !important;
	height:400px;
	position:relative;
 	font-size:16px;
	line-height:21px;
	color:#fff;
	position:relative;
	background-color:#ccc;
	display: block;
	}
.prev__item:hover .prev__desc {
	background:url(../images/bg_desc-hover.png);
	}
	.prev__pic img {
		display:block;
		}
	.prev__desc {
		padding:0 21px 19px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		left:0;
		right:0;
		bottom:0;
		position:absolute;
		background:url(../images/bg_desc.png);
		min-height:200px;
		height:auto !important;
		height:200px;
		}
	.prev__desc h3 {
		padding-top:27px;
		margin-bottom:13px;
		}
	.prev__item a {
		color:#fff;
		text-decoration:none;
		}
    .prev__helpers {
		padding-top:5px;
		}
   .prev__social {
		float:right;
		margin-right:-5px;
		}
		.prev__social a {
			display:inline-block;
			margin:0 7px;
			opacity:0.3;
			}
	.prev__item .more {
		opacity:0.3;
		color:#fff;
		}
	.prev__item:hover .more, .prev__social a:hover {
		opacity:1;
		color:#fff;
		}

.prev__arr {
	position:relative;
	color:#fff;
	padding:20px 0;
	margin-top:-25px;
	margin-bottom:-60px;
	}
	.prev__arr h3 {
		font-size:33px;
		}
	.prev__arr .prev__desc {
		position:relative;
		background:none;
		min-height: 182px;
		height: auto !important;
		height: 182px;
		}
	.prev__arr_left {
		background:url(../images/prev__arr_left.png) left no-repeat;
		padding-left:60px;
		}
		.prev__arr_left  .prev__desc {
			background:#ed2323;
			}
	.prev__arr_right {
		background:url(../images/prev__arr_right.png) right no-repeat;
		padding-right:60px;
		}
		.prev__arr_right  .prev__desc {
			background:#255c8a;
			}

	.prev__arr_right  .prev__desc {
		background:#255c8a;
		}

.prev__arr .more {
	opacity: 0.3;
	color: #fff;
	}
.prev__arr .more:hover {
	opacity:1;
	color: #fff;
	}

/*  */
/* mini_prev */

.mini_prev {
	position:relative;

	}
	.mini_prev h3 {
		position:absolute;
		top:0;
		left:0;
		right:0;
		padding:12px;
		font-family: "Roboto", Arial;
		font-size:12px;
		color:#fff;
		background-color: rgba(0, 0, 0, 0.6);
		z-index:9;
		}
	.mini_prev img {
		position:relative;
		z-index:5;
		}

/*  */
/* btn */
.btn {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	text-align:center;
	font:18px/22px "Roboto", Arial;
	background:#f5f5f6;
	border:none;
	border-bottom:1px solid #d9d9dc;
	padding:22px 25px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	}
.btn:hover {
	background:#c6d5e1;
	border-bottom:1px solid #aebecf;
	}
	.btn--t2 {
		border-bottom:1px solid #aebecf;
		background:#c6d5e1;
		width:300px;
		}
	.btn--t2:hover {
		background:#d3d4d4;
		border-bottom:1px solid #d3d4d4;
		}

/*  */

.block-selected {
	padding:20px 23px;
	margin-top:15px;
	margin-bottom:15px;
	background:#f5f5f6;
	display:inline-block;
	}

/*  */
/* download */

.download {
	color:#b1b1b2;
	line-height:normal;
	font-size:14px;
	}
	.download h3 {
		font-size:12px;
		padding-top:10px;
		margin-bottom:5px;
		}
	.download p {
		margin-bottom:0px;
		}
	.download_pic {
		float:left;
		margin-right:15px;
		}
		.download_desc a {
			color:#202021;
			}

/*  */

/* icon */

.icon {
  display:inline-block;
  position:relative;
  }
   .icon-link{
		width:19px;
		height:18px;
		background:url(../images/icon-link.png);
		margin:0 20px;
		top:5px;
		}
  .icon-tag{
		background:url(../images/icon-tag.png);
		width:17px;
		height:16px;
		top:3px;
		}

/*  */

/* slider */

.slider {
	margin-bottom:20px;
	width:940px;
	}
	.slider .grid {
		margin-bottom:0;
		}
/*  */
/* form */
.form {
	font-size:14px;
	}
	.form__item_title {
		padding-top:10px;
		margin-bottom:15px;
  		}
  .form__item_title2h {
  	min-height: 50px;
  }
	.form__item {
		margin-bottom:5px;
		min-width:80px;
		}
	.drag-drop {
		border:2px dashed #255c8a;
		border-radius:10px;
		height:85px;
		padding-top:50px;
		text-align:center;
		line-height:normal;
  		}
		.drag-drop__title {
			color:#255B8A;
			font-size:19px;
			text-decoration:underline;
			display:block;
 			}
		.drag-drop__desc {
			color:#8D8D8D;
			font-family: "Roboto", Arial;
			font-size:12px;
			}

.required {
	color:#ff1b24;
	}


.block-center .grid input[type=text],
.block-center .grid input[type=number],
.block-center .grid textarea,
.block-center .grid select,
.inputbox
{
	border:1px solid #e2e2e2;
	border-top-color:#a9a9a9;
	box-shadow:inset 0 1px 1px #e2e2e2;
	padding:6px 8px;
	margin:0;
	font:16px/25px "Roboto", Arial;
	width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	min-width:70px;
	}

.block-center .grid select {
	border-color:#e2e2e2;
	border-bottom-color:#a9a9a9;
	box-shadow:none;
	padding:8px 8px;
	}

.block-center .grid textarea {
	min-height:140px;
	height:auto !important;
	height:140px;
	overflow:hidden;
	}



.css_checkbox, .css_radio {
	border:1px solid #e2e2e2;
	border-top-color:#a9a9a9;
	box-shadow:inset 0 1px 1px #e2e2e2;
	display:inline-block;
	position:relative;
	background:#fff;
	top:4px;
	margin-right:5px;
	margin-left:10px;
	cursor:pointer;
 	}
	.css_checkbox input, .css_radio input {
		opacity:0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		margin:0;
		position:absolute;
		top:-100px;
		}

.css_checkbox input, .css_checkbox, .css_radio input, .css_radio {
	height:16px;
	width:16px;
	}

.css_checkbox { background:#fff url(../images/checkbox.png) 0 0 no-repeat; }
.css_checkbox.off { background-position:0 0; }
.css_checkbox.on     { background-position:-1px -19px;}

.css_radio {
	border-color:#a9a9a9;
	box-shadow:0;
	border-radius:9px;
	background:#fff url(../images/radio.png) 0 0 no-repeat; }
.css_radio.off { background-position:0 0; }
.css_radio.on  { background-position:-1px -19px;}


/*  */

/* submenu */

.submenu {
	text-align:center;
	overflow:hidden;
	margin-top:-10px;
	margin-bottom:35px;
	}
	.submenu ul {
		padding:0;
		margin:0;
		list-style:none;
		}
	.submenu li {
		padding:0 0 40px;
		margin:0;
		width:50%;
		float:left;
		}
	.submenu li.selected {
		background:url(../images/bg_selected.png) bottom  no-repeat;
 		}
	.submenu li.selected a {
 		color:#202021;
		}
	.submenu a {
		font-family:"Roboto", Arial;
		font-size:33px;
		line-height:35px;
		color:#d1d1d1;
		text-decoration:none;
		}

/*  */



/*  */
/* nav_bottom */

.nav_bottom {
	padding:20px 130px 37px;
	background:#255c8a;
	overflow:hidden;
	font-size:14px;
	line-height: 16px;
	}
	.nav_bottom h2 {
		color:#fff;
		font-size:14px;
		margin-bottom:11px;
		}
		.nav_bottom ul {
			padding:0;
			margin:0 -10px 0 20px;
			list-style:none;
			}
			.nav_bottom li {
				padding:0 20px 0 0;
				margin:0;
				float:left;
				}
				.nav_bottom a {
					font-size:12px;
					color:#fff;
					text-decoration:none;
					padding:2px 0;
					}
				.nav_bottom a:hover {
					text-decoration:none;
					}
					.nav_bottom a span {
						background: url("../images/menu-border.png") repeat-x 0 bottom;
						}
					.nav_bottom a:hover span {
						background: url("../images/menu-border-hover.jpg") repeat-x 0 bottom;
						}
				.nav_bottom li ul {
					width:135px;
					margin:0;
					}
				.nav_bottom li li {
					padding:2px 0 3px;
					float:none;
					}
/*  */

/* footer */
.footer {
	font-size:12px;
	line-height: 14px;
	color:#fff;
	padding:25px 130px 15px;
	background:#114d7f;
	}
	.footer__menu {
		text-align:center;
		margin-bottom:-15px;
		height:15px;
		}
	.footer__menu a {
		margin:0 10px;
		color:#fff;
		background: url("../images/menu-border.png") repeat-x 0 bottom;
		text-decoration: none;
		}
	.footer__menu a:hover {
		background: url("../images/menu-border-hover.jpg") repeat-x 0 bottom;
		}

.footer .block-center {
	width:900px;
	}
/*  */


.social  {
	text-align:right;
	margin-bottom:5px;
	line-height: normal;
	}

.social-share {
	text-align: right;
}
.addthis_native_toolbox {
	display: inline-block;
}

/* news */
.news {
	padding:0 20px;
 	margin-left:-46px;
	margin-right: -20px;
	line-height:normal;
	}
	.news__item {
		float:left;
		width:270px;
		margin-left:46px;
		}
	.news__data	{
		color:#8D8D8D;
		font-size:12px;
		font-family: "Roboto", Arial;
		}
	.news__txt	{
		min-height:57px;
		height:auto !important;
		height:57px;
		}
	.news h3 {
		padding-top:15px;
		margin-bottom:15px;
		}
	.news p {
 		margin-bottom:15px;
		}

	.news .more {
		color:#255B8A;
		}
	.news .more:hover {
		color:#EC2222;
		}


	.slide__left, .slide__right {
		background:url(../images/bg_arr-left.png) center no-repeat;
		width:32px;
		height:28px;
		position:absolute;
		top:50%;
        margin-top:-30px;
		cursor:pointer;
		}
	.slide__left {
 		left:-80px;
		}
	.slide__right {
		background-image:url(../images/bg_arr-right.png);
		right:-80px;
		}

/*  */

.more-v {
    border-bottom: 1px solid #255B8A;
	text-decoration: none;
	color:#255B8A;
	}
.more-v:hover {
    border-bottom: 1px solid #EC2222;
	text-decoration: none;
	color:#EC2222;
	}
.more-v a:hover {
    border-bottom: 1px solid #EC2222;
	text-decoration: none;
	color:#EC2222;
	}
.more-v:visited {
    border-bottom: 0px;
	text-decoration: none;
	}

.more, .back {
	color:#255B8A;
	}
.more:hover, .back:hover {
	color:#EC2222;
 	}

/* row-text */
.row-text {
	margin:auto;
	width:1200px;
	}
	.row-text .block-center {
		padding-top:30px;
		padding-bottom:30px;
		width:900px;
		line-height:20px;
		}

/*  */

/* team */

	.team__tail {
		position:relative;
		}
		.team__tail:before {
			content:'';
			width:79px;
			height:70px;
			position:absolute;
			top:62px;
			left:-13px;
			z-index:99;
			background:url(../images/tail.png);
			}
	.team__tail img {
		position:relative;
		z-index:9;
		}
	.team__foto {
		text-align:center;
		margin-bottom:18px;
		border-radius: 150px;
 		}
	.team__name {
		text-align:center;
		font-size:18px;
		font-family:"Roboto", Arial;
		}
	.team__prof {
		margin-bottom:15px;
		text-align:center;
		font-size:12px;
		color:#8D8D8D;
		}
	.team__txt {
		padding:65px 43px 0;
		}
	.team__desc {
		text-align:center;
		min-height:100px;
		height: auto !important;
		height:100px;
		padding:0 30px;
		line-height:normal;
		}

/*  */

/* events */

.event__title {
	text-align:center !important;
	font-size:48px !important;
	line-height:50px !important;
 	}

.grid--events {
	margin-bottom:0;
	}
.events {
	display:table;
	line-height:normal;
	}
	.events__pic {
		display:table-cell;
		border-radius:44px;
		overflow: hidden;
		width:88px;
		}
	.events__desc {
		display:table-cell;
		vertical-align:middle;
		padding-left:15px;
		}

.events a:hover {
	color:#EC2222;
	}



/*  */
/* collapse */
.collapse {
	padding:5px 17px;
	}
.collapse__desc > .grid {
	margin-left:-5px;
	}

	.collapse__name {
		background:url(../images/collapse_down.png) left no-repeat;
		padding-top:0;
		padding-left:40px;
		color:#255c8a;
		cursor:pointer;
		display:inline-block;
		}
	h2.collapse__name {
		background:url(../images/collapse_down.png) left no-repeat;
		background-position: top 8px left;
		padding-top:0;
		padding-left:40px;
		color:#255c8a;
		cursor:pointer;
		display:inline-block;
		}
		.collapse__name:hover {
			color:#EC2222;
			}
	.collapse__name span {
		border-bottom: 1px dotted;
		}

	.collapse__desc {
		padding-left:40px;
		padding-top:10px;
		display:none;
		}
	.collapse [class^="grid__col"] {
				padding:5px;
				padding-bottom:0;
				}

.collapse--selected.notgray { background: none;}

.collapse--selected {
	background:#f5f5f6;
	margin-bottom:25px;
	padding-top:25px;
	}
	.collapse--selected .collapse__desc {
		display:block;
		}
	.collapse--selected .collapse__name {
		background-image:url(../images/collapse_up.png);
		color:#212122;
		}
	.collapse--selected h2.collapse__name {
		background-image:url(../images/collapse_up.png);
		background-position: top 18px left;
		color:#212122;
		}
/* tags */

.tags {
	font-family: "Roboto", Arial;
	font-size:12px;
	}
.tags a:hover {
	color:#EC2222;
}

/*  */

.quote {
	position:relative;
	}
.quote:before, .quote:after {
	width:20px;
	height:19px;
	position:absolute;
 	display:block;
	content:url(../images/quote-left.png);
 	}
	.quote:before {
		left:-32px;
		top:-20px;
		}
	.quote:after {
		content:url(../images/quote-right.png);
		right:-30px;
		bottom:-10px;
		}

.data {
	font-family: "Roboto", Arial;
	font-size:12px;
	line-height:normal;
 	margin-bottom:22px;
	}


.interactive_scheme {
	margin-bottom:120px;
	text-align:center;
	}

/* common */

.show { display:block; }
.hide { display:none; }

.fade { opacity:0; }

.block { display:block; }

.pull-left     { float:left; }
.pull-center {
	margin-left:auto;
	margin-right:auto;
	}
.pull-right   { float:right; }

.center { text-align:center !important; }
.left     { text-align:left !important; }
.right   { text-align:right !important; }

.overflow { overflow:hidden; }
.relative { position:relative; }

.fs-xs {
	font-size:12px;
	line-height:normal;
	}
.fs-s {
	font-size:14px;
	line-height:normal;
	}
.fs-m {
	font-size:16px;
	line-height:normal;
	}
.fs-l {
	font-size:18px;
	line-height:25px;
	}
.fs-xl {
	font-size:26px;
	line-height:35px;
	}




.h85px   {
	min-height:85px;
	height:85px;
	}
.mh65   {
	min-height:65px;
	height:auto !important;
	height:85px;
	}

.w25pr   { width:25%; }
.w50pr   { width:50%; }
.w75pr   { width:75%; }
.w100pr { width:100%; }
.w1200px { width:1200px; }

.marg-bot-m { margin-bottom:30px; }
.marg-bot-l { margin-bottom:55px; }
.pad-top-l   { padding-top:55px;}
/*  */

#footer_info { width:50%;}

.psevdo-link {
background: url(/upload/e-mail-jpg.jpg);
padding-right: 100px;
}
.psevdo-link:hover {
background: url(/upload/e-mail-jpg.jpg) 0 21px;
}
.spisok-1 li {

}
.spisok-2 {
	margin-top: 0;
}
.spisok-2 li {
	margin-left: 0;
}

.file {
	display: inline-block;
	vertical-align: top;
	width: 390px;
	margin: 10px 20px 10px 0;
	height: 123px;
	background: #f5f5f6 url("/files/images/file.png") no-repeat 22px center;
	padding-left: 87px;
	padding-top: 30px;
	box-sizing: border-box;
	font-size: 13px;
	padding-right: 10px;
}
.file-s {
	background: #f5f5f6;
	width: 390px;
	height: 123px;
}
.file-k {
	margin: 23px 16px -50px 23px;
}
a span.more-v:visited {
color: #90acc3;
}
.big-text {
	font-size: 26px;
	color: #545455;
}
.clarity {
opacity: 0.5;
}
.clarity:hover {
opacity: 1;
}
.price-block .form__item_title {
	float: left;
	width: 400px;
	padding-right: 10px;
}
.price-block .form__item {
	float: right;
}
.spravka {
	background-color: #f5f5f6;
	margin-bottom: 20px;
	font-size: smaller;
	padding: 0 20px 5px 20px;
}