@charset "utf-8";
/* CSS Document */
/*----------clear----------*/
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, 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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
}
*:focus {outline: none;}
img {border:none; vertical-align:middle;}
input::-moz-focus-inner {border:0; padding:0;}
input, textarea, select {font-family: 'PT Sans'; font-size:1em; outline: none; border: 1px #ccc solid;}
input[type='submit'],input[type='button'],button {font-size: 20px; padding: 10px 15px;background: url(/img/bg/topbg.jpg) repeat-x 0 0; color:#000;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
textarea {resize:none;}
/*----------end - clear----------*/

/*----------load fonts----------*/
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F_W.eot');
    src: url('../fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F_W.woff') format('woff'),
         url('../fonts/PTS55F_W.ttf') format('truetype'),
         url('../fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS56F_W.eot');
    src: url('../fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS56F_W.woff') format('woff'),
         url('../fonts/PTS56F_W.ttf') format('truetype'),
         url('../fonts/PTS56F_W.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS75F_W.eot');
    src: url('../fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS75F_W.woff') format('woff'),
         url('../fonts/PTS75F_W.ttf') format('truetype'),
         url('../fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
    font-weight: bold; 
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS76F_W.eot');
    src: url('../fonts/PTS76F_W.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS76F_W.woff') format('woff'),
         url('../fonts/PTS76F_W.ttf') format('truetype'),
         url('../fonts/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
   font-weight: bold; 
   font-style: italic;
}
/*----------end - load fonts----------*/

/*----------global styles (for all blocks and modal windows)----------*/
/*service styles*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
}


/*links*/
a {
	color:#333;
	outline:none; 
    text-decoration: none;
}
/*----------end - global styles----------*/

/*---------- general document styles (main blocks) ----------*/
html {
	height:100%; 
	width:100%;
}
body {
	background:#FFF;
	color:#333;
	font-family: 'PT Sans';
	font-size:14px;
	height: 100%;
	min-width:1024px;
	width:100%;
}
/*-----WRAPPER-----*/
.wrapper {
	background:url(../img/backgrounds/wrapper.jpg) no-repeat 50% 0 #cef172;
	margin:0 auto;
	/*max-width:2000px;*/
	min-height:100%;
	min-width:1024px;
	width:100%;
	overflow: hidden;
	
}
	/*headers*/
	h1 {
	}
	h2, .h1 {
		font-size:30px;
		font-weight:bold;
		padding-bottom:10px;
	}
		h2 a {
			border-bottom:1px solid #333;
		}
	h3 {
		font-size:20px;
		font-weight:bold;
	}
	
	
	h3 a {
		color:#000; text-decoration:underline;
	}
	/*width*/
	.header,
	.main {
		margin:0 auto;
		max-width:1160px;
		min-width:960px;
		width:90%;
	}
	/*----------HEADER----------*/
	.header {
		height:106px;
		padding-top: 18px;
	}
	/*----------MAIN----------*/
	.main {
		padding:0 0 420px;
	}
		.main .page {
			background:#FFF;
			padding:0 30px 43px;
			position:relative;
			z-index:2;
			-webkit-border-radius:33px;
			-moz-border-radius:33px;
			border-radius:33px;
			-webkit-box-shadow: 0 5px 8px -4px #000;
			-moz-box-shadow:0 5px 8px -4px #000;
			box-shadow:0 5px 8px -4px #000;
		}
			.main .content {
				font-size:16px;
				margin-right:413px;
				padding-bottom:18px;
			}
			.resized .main .content {
				font-size:14px;
				margin-right:350px;
			}
			.main .contentPadding .divider {height: 44px;}
			.main .content  table {width: 100%; margin: 0 0 15px;}
			.main .content  table th,.main .content  table td {padding: 7px 8px; border: 1px #ccc solid;}
			.main .content  table th p,.main .content  table td p {margin:1px; padding: 0px;}
			.main .content  table tr:hover td {background: #eed;}
			.main .content  table th, .main .content  table thead td {background: #eee !important;}
 			
			.main .sidebar {
				float:right;
				padding-bottom:5px;
				width:375px;
			}
			.resized .main .sidebar {
				width:300px;
			}
/*----------FOOTER----------*/
.footer {
	background:url(../img/backgrounds/footer.png) repeat-x top center;
	height:466px;
	margin:-466px auto 0;
	position:relative;
	/*max-width:2000px;*/
	min-width:1024px;
	width:100%;
}
/*---------- end - general document styles (main blocks) ----------*/

/*---------- common modules (styles changes can affect some pages) ----------*/
/*----------HEADER----------*/
/*logo*/
.header .logo {
	background:url(../img/logo.png) no-repeat 0 0;
	color:#666;
	display:block;
	float:left;
	font-size:12px;
	height:94px;
	line-height:14px;
	margin-left:45px;
	width:227px;
}
/*topmenu*/
.header .topmenu {
	color:#2575d2;
	font-size:16px;
	font-weight:bold;
	padding:12px 0 0 376px;
}
	.header .topmenu ul {
		max-width:700px;
		text-align:justify;
	}
	.header .topmenu ul:after {
		content:"";
		display:inline-block;
		height:0;
		padding-left:500px;
	}
	.header .topmenu li {
		display:-moz-inline-stack;
		display:inline-block;
		line-height:33px;
		text-align:left;
	}
	.header .topmenu li .icon {
	}
	.header .topmenu a {
		border-bottom:1px dashed #2575d2;
		color:#2575d2;
	}
		.header .topmenu a.link {
			border-bottom-style:solid;
		}
		.header .topmenu a:hover {
			color:#4595f2;
			border-color:#4595f2;
		}
	
/*end - topmenu*/
/*----------end - HEADER----------*/
/*----------MAIN----------*/
/*mainmenu*/
.main .mainmenu {
	height:66px;
	padding:0 28px;
	position:relative;
}
	.main .mainmenu ul {
		display:table;
		text-align:center;
		width:100%;
	}
		.main .mainmenu li {
			display:table-cell;
			font-size:16px;
			font-weight:bold;
			padding:8px 0 0;
			text-align:center;
		}
		.resized .main .mainmenu li {
			font-size:14px;
		}
			.main .mainmenu li a { color:#595959;
				background:#FFF;
				display:block;
				padding:14px 20px;
				white-space:nowrap;
			}
			.resized .main .mainmenu li a {
				padding:14px 15px;
			}
				.main .mainmenu li a:hover {
					color:#666;
				}
				.main .mainmenu li.active {
					background:#f66800;
				}
				.main .mainmenu li.active a {
					color:#f66800;
				}
				.main .mainmenu li.active a span {border-bottom:1px solid;}
/*end - mainmenu*/
/*slider*/
.main .slider {
	background:url(../img/backgrounds/slider.png) repeat-x 0 0;
	height:375px;
	margin-bottom:24px;
	position:relative;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	position:relative;
}
	.main .slider .ui-tabs-hide{ 
		display:none; 
	}
	.main .slider .ui-tabs-nav {
		height:67px;
		padding:11px 56px 0;
		position:relative;
		z-index:2;
	}
		.main .slider .ui-tabs-nav li {
			float:left;
			height:67px;
			margin-right:13px;
			width:60px;
		}
			.main .slider .ui-tabs-selected {
				background:url(../img/backgrounds/slider-selected.png) no-repeat bottom center;
			}
		.main .slider .ui-tabs-nav li a {
			background:url(../img/icons/slider.png) no-repeat 0 0;
			display:block;
			height:34px;
			margin:0 auto;
			width:45px;
		}
			.main .slider .ui-tabs-selected a {
				background-position:0 -46px !important;
			}
			.main .slider .ui-tabs-nav li a.icon_001 {
				background-position: 10px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_002 {
				background-position:-38px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_003 {
				background-position:-84px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_004 {
				background-position:-128px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_005 {
				background-position:-168px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_006 {
				background-position:-207px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_007 {
				background-position:-265px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_008 {
				background-position:-319px 0;
			}
			.main .slider .ui-tabs-nav li a.icon_009 {
				background-position:-375px 0;
			}
			/*selected*/
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_001 {
				background-position: 10px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_002 {
				background-position:-38px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_003 {
				background-position:-84px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_004 {
				background-position:-128px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_005 {
				background-position:-168px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_006 {
				background-position:-207px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_007 {
				background-position: -265px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_008 {
				background-position:-319px -46px !important;
			}
			.main .slider .ui-tabs-nav .ui-tabs-selected a.icon_009 {
				background-position:-375px -46px !important;
			}
	.main .slider .ui-tabs-panel {
		height:323px;
		overflow:hidden;
		position:absolute;
		top:52px;
		right:0;
		left:0;
	}
		.main .slider .ui-tabs-panel .img {
			position:absolute;
			right:0;
			top:0;
		}
		.main .slider .ui-tabs-panel .info {
			color:#FFF;
			font-size:18px;
			min-width:370px;
			max-width:480px;
			padding:46px 570px 0 52px;
			position:relative;
			z-index:3;
		}
		.resized .main .slider .ui-tabs-panel .info {
			font-size:16px;
		}
			.main .slider .ui-tabs-panel .info h2 {
				font-size:35px;
				font-weight:bold;
				padding-bottom:32px;
			}
				.resized .main .slider .ui-tabs-panel .info h2 {
					font-size:30px;
				}
				.main .slider .ui-tabs-panel .info h2 a {
					border-bottom:1px solid #FFF;
					color:#FFF;
				}
			.main .slider .ui-tabs-panel .info h3 {
				color:#d1fe09;
				font-size:25px;
				font-weight:bold;
				padding-bottom:23px;
			}
				.resized .main .slider .ui-tabs-panel .info h3 {
					font-size:20px;
				}
/*end - slider*/
/*photo-slider*/
.main .photo-slider {
	height:460px;
	margin-right:445px;
	margin-top:20px;
	max-width:635px;
	min-width:455px;
	position:relative;
}
	.main .photo-slider ul {
		height:460px;
		padding-left:10px;
		position:relative;
	}
	.main .photo-slider li {
		display:none;
	}
	.main .photo-slider .text,
	.main .photo-slider .link {
		display:none;
	}
		.main .photo-slider .text {
			font-size:16px;
			font-weight:bold;
			line-height:20px;
			height:40px;
			overflow:hidden;
			padding:332px 30px 0 40px;
		}
		.main .photo-slider .link {
			bottom:50px;
			font-size:16px;
			font-weight:bold;
			line-height:20px;
			height:40px;
			left:0;
			padding:0 30px 0 20px;
			position:absolute;
			right:0;
			text-align:center;
		}
			.main .photo-slider .link a {
				/*background:url(../img/icons/dot.png) no-repeat 0 8px;*/
				color:#0069df;
				text-decoration:underline;
				padding:0 10px;
			}
			.main .photo-slider .link a:after {
				/* background:url(../img/icons/dot.png) no-repeat 5px 8px;*/
				content:'';
				color:#0069df;
				padding:0 0 0 0px;
			}
				.main .photo-slider .link a:hover {
					color:#2089FF;
					background-position:0 -7px;
				}
				.main .photo-slider .link a:hover:after {
					background-position:5px -7px;
				}
	/*left photo*/
	.main .photo-slider .left {
		display:block;
		height:461px;
		left:0;
		position:absolute;
		top:2px;
		width:423px;
	}
		.main .photo-slider .left .img {
			height:308px;
			left:35px;
			overflow:hidden;
			top:35px;
			position:absolute;
			width:338px;
			z-index:2;
		}
		.main .photo-slider .left .info {
			background:url(../img/backgrounds/frame_002.png) no-repeat 0 0;
			position:absolute;
			top:0;
			left:0;
			height:461px;
			width:423px;
		}
	/*right photo*/
	.main .photo-slider .right {
		display:block;
		height:461px;
		right:-10px;
		top:2px;
		position:absolute;
		width:423px;
	}
		.main .photo-slider .right .img {
			height:308px;
			right:30px;
			overflow:hidden;
			top:35px;
			position:absolute;
			width:338px;
			z-index:2;
		}
		.main .photo-slider .right .info {
			background:url(../img/backgrounds/frame_003.png) no-repeat 0 0;
			position:absolute;
			top:0;
			left:0;
			height:461px;
			width:423px;
		}
	/*center photo*/
	.main .photo-slider .active {
		display:block;
		height:440px;
		margin:0 auto;
		width:406px;
		position:relative;
		z-index:3;
	}
		.main .photo-slider .active .img {
			height:308px;
			left:35px;
			overflow:hidden;
			top:25px;
			position:absolute;
			width:338px;
			z-index:4;
		}
		.main .photo-slider .active .info {
			background:url(../img/backgrounds/frame_001.png) no-repeat 0 0;
			position:absolute;
			top:0;
			left:0;
			height:440px;
			width:406px;
		}
		.main .photo-slider .active .text,
		.main .photo-slider .active .link {
			display:block;
		}
	/*arrows*/
	.main .photo-slider .arrow {
		background:url(../img/icons/arrows.png) no-repeat 0 0;
		cursor:pointer !important;
		height:59px;
		position:absolute;
		width:59px;
		top:173px;
		z-index:3;
	}
		.main .photo-slider .arrow.next {
			background-position:top right;
			right:43px;
		}
		.main .photo-slider .arrow.prev {
			left:55px;
		}
	.resized .main .photo-slider .arrow {
		background:url(../img/icons/arrows_small.png) no-repeat 0 0;
		height:40px;
		width:40px;
		top:173px;
	}
		.resized .main .photo-slider .arrow.next {
			background-position:top right;
			right:0;
		}
		.resized .main .photo-slider .arrow.prev {
			left:10px;
		}
	
/*end - photo-slider*/
/*twitter*/
.main .twitter {
	float:right;
	width:376px;
}
	.main .twitter h3 {
		padding:10px 0 17px 18px;
	}
		.main .twitter h3 span, .main .twitter h3 span a {
			color:#0069df;
		}
	.main .twitter .join {
		background:url(../img/icons/twitter.png) no-repeat 16px 3px;
		display:block;
		padding-left:43px;
	}
		.main .twitter .join a {
			color:#999;
			text-decoration:underline;
		}
	.main .twitter .board {
		background:url(../img/backgrounds/twitter.jpg) no-repeat;
		height:372px;
		margin-bottom:18px;
		padding:43px 38px 43px 40px;
		width:298px;
	}
		.main .twitter .board .scroll {
			height:372px;
			overflow:auto;
			position:relative;
			width:298px;
		}
		.main .twitter .board .scroll-content {
			padding:10px;
		}
		/*scroll settings*/
		.jspContainer {
			overflow: hidden;
			position: relative;
		}
		.jspPane {
			position: absolute;
		}
		.jspVerticalBar {
			position: absolute;
			top: 0;
			right: 0;
			width: 4px;
			height: 100%;
		}
		.jspCap {
			display: none;
		}
		.jspTrack {
			position: relative;
		}
		.jspDrag {
			background: #bdbdbd;
			position: relative;
			top: 0;
			left: 0;
			cursor: pointer;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		.jspCorner
		{
		}

/*end - twitter*/
/*---CONTENT---*/
/*general content styles*/
.main .content p {
	line-height:20px;
}
/*end - general content styles*/
/*--- end - CONTENT ---*/
/*---SIDEBAR---*/
/*partners*/
.sidebar .partners {
	padding-left:2px;
}
	.sidebar .partners h3 {
		padding:10px 0 17px 16px;
	}
	.sidebar .partners li {
		display:table;
		font-size:16px;
		font-weight:bold;
		height:60px;
		line-height:20px;
		padding:0 10px 23px 16px;
	}
		.resized .sidebar .partners li {
			font-size:14px;
		}
		.sidebar .partners li span {
			display:table-cell;
			height:60px;
			vertical-align:middle;
		}
		.sidebar .partners li.link_001 {
			background:url(../img/icons/partner_001.png) no-repeat 0 -5px;
			padding:5px 40px 18px 76px;
		}
		.sidebar .partners li.link_002 {
			background:url(../img/icons/partner_002.jpg) no-repeat -8px 2px;
		}
		.sidebar .partners li.link_003 {
			background:url(../img/icons/partner_003.png) no-repeat -3px 0;
			font-size:14px;
			font-style:italic;
			line-height:18px;
		}
/*end - partners*/
/*--- end - SIDEBAR ---*/
/*----------end - MAIN----------*/
/*----------FOOTER----------*/
.footer .contacts {
	margin:0 auto;
	max-width:990px;
	min-width:896px;
	width:77%;
}
/*contacts*/
.footer .contacts {
	height:125px;
	padding:60px 0 0;
}
	.footer .contacts .adress {
		float:left;
		margin-top:10px;
	}
	.footer .contacts .tabs {
		float:right;
		width:280px;
	}
		.footer .contacts .tabs-nav {
			height:30px;
		}
			.footer .contacts .tabs-nav li {
				float:left;  cursor:pointer;
				font-size:14px;
				height:35px;
				line-height:24px;
				text-align:center;
				width:70px;
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				border-radius:5px;
				position:relative;
			}
				.footer .contacts .tabs-nav li.selected {
					background:#feff89;
				}
				.footer .contacts .tabs-nav li a {
					border-bottom:1px dashed #2575D2;
				}
				.footer .contacts .tabs-nav li a:hover {
					color:#555;
					border-bottom-color:#555;
				}
				.footer .contacts .tabs-nav li.selected a {
					color:#333;
					border-bottom-color:#333;
				}
		.footer .contacts .tabs-content {
			background:#feff89;
			font-size:27px;
			font-weight:bold;
			text-align:center;
			padding:5px 0;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			position:relative;
		}
	.footer .contacts .map-link {
		font-size:16px;
		font-weight:bold;
		padding:20px 0 0;
		text-align:center;
	}
		.footer .contacts .map-link .link {
			background:url(../img/icons/ship.png) no-repeat 0 0;
			display:block;
			height:39px;
			line-height:38px;
			margin:0 auto;
			padding-left:80px;
			width:140px;
		}
			.footer .contacts .map-link .link a {
				border-bottom:1px dashed #2575D2;
			}
				.footer .contacts .map-link .link a:hover {
					color:#555;
					border-bottom-color:#555;
				}
/*end - contacts*/
/*social*/
.footer .social {
	margin:0 auto;
	max-width:1010px;
	min-width:916px;
	width:77%;
}
	.footer .social .item {
		background:url(../img/backgrounds/social-block.png) no-repeat;
		height:230px;
		padding:23px 26px;
		position:relative;
		width:246px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
	}
		.footer .social .item.left {
			float:left;
		}
		.footer .social .item.right {
			float:right;
		}
		.footer .social .item.center {
			margin:0 auto;
		}
/*end - social*/

.social2 {background: #205f8e url('/img/soc/socbg.jpg') repeat-x 0 0; padding:0 40px;}
.social2 ul {margin: 0 auto; max-width: 1160px; text-align: justify; padding: 15px 0px 15px;}
.social2 ul:after {content: '';padding-left: 100%;display: inline-block;height: 0;}
.social2 ul li {margin: 10px 5px; display: inline-block; *display:inline; *zoom:1; vertical-align:middle;}
.social2 li b {background:url('/img/soc/soc.png') no-repeat 0 0; width:32px; height:32px; display: inline-block; *display:inline; *zoom:1; vertical-align:top; margin-right: 16px; vertical-align: middle;}
.social2 li a {color: #fff; font-size: 14px;}
.social2 li a:hover {color: #93bad1;}
.social2 li span {border-bottom: 1px #93bad1 solid;}
.social2 .vklink b {background-position: 0 0;}
.social2 .fblink b {background-position: -37px 0;}
.social2 .twlink b {background-position: -74px 0;}
.social2 .odklink b {background-position: -111px 0;}
.social2 .ytblink b {background-position: -148px 0;}
.social2 .netkam {margin-left: 20px;}
.social2 .netkam b {background-image:url('/img/netkam.png'); background-position:100% 0; width: 28px; height: 43px; margin-right: 8px;}

.socpop {padding: 0px; display:none; z-index: 100; position: absolute; left: 50%; margin-left: -475px; width: 950px;-moz-border-radius: 17px; -webkit-border-radius: 17px; -khtml-border-radius: 17px; border-radius: 17px;}
.socpop, .socpop div {-webkit-border-top-left-radius: 16px;-webkit-border-top-right-radius: 16px;-moz-border-radius-topleft: 18px;-moz-border-radius-topright: 18px;border-top-left-radius: 18px;border-top-right-radius: 18px;}
.socpop div {background: #c7c7c7; font-size: 17px; text-align:center; padding: 4px 0; }
.socpop ul {padding: 0px 10px;}
.socpop ul li {margin: 10px 7px;}
.socpopStr {position: absolute; display:none; z-index: 100; width:39px; height: 20px; background:url('/img/soc/socstr.png') no-repeat 0 0;}

/*----------end - FOOTER----------*/
.plane-holder {
	height:0;
	margin:auto;
	top:200px;
	left:0;
	right:0;
	padding:0 52px;
	position:absolute;
	width:90%;
	max-width:1160px;
	min-width:910px;
	z-index:2;
}
	.plane {
		background:url(../img/backgrounds/plane.png);
		width:40px;
		left:0;
		font-size:12px;
		padding: 15px 10px 15px 2px;
		position:absolute;
		text-align:center;
		z-index:100;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-radius: 5px 0 0 5px;
	}
		.plane ul {
			padding-bottom:5px;
		}
		.plane li {
			padding-bottom:5px;
		}
/*---------- end - common modules  ----------*/

/*---------- individual modules (styles changes can affect only one page)  ----------*/
/*----------INDEX.HTML----------*/
/*----------end - INDEX.HTML----------*/



.style-txt p{
	padding:10px 0px;
	margin:0px;}
.style-txt h3{
	padding:15px 0px 5px 0px;}
.style-txt h2{
	padding:15px 0px 8px;}
.b-list{
	border-bottom:1px solid #8a8a8a;
	padding:0px 0px 35px 0px;
	margin-bottom:20px;}
.b-list__item{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:1.3em;
	width:29%;
	padding:10px 3% 10px 0px;}
	
	
.b-list_inner  .b-photo{width:240px; height: 160px; /* height: 240px;-webkit-border-radius: 50%;  -moz-border-radius: 50%; border-radius: 50%;*/ overflow:hidden;}

.b-list_inner {width:22%; padding:10px 30px 10px 0px; margin-bottom: 9px; text-align:center;}
.b-list_inner  .b-photo { margin: 0 auto 0px;}
.b-list_press {width:29%;}

.b-photo{
	display:block;
	height:282px;
	margin-bottom:17px;}
.b-photo img{
	vertical-align:top;}
	
.b-list_for-parents {margin-right: -20px;}
.b-list_for-parents strong, .b-list_for-parents strong a{
	color:#54a200;}
	
/* .b-list_for-licence {width:21%;}*/
.b-list_for-licence .b-list__item {width:21%;}
.b-list_for-licence .b-list__item a {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; height: auto;}
.b-list_for-licence .b-photo {width: auto;height: auto;}
.b-list_for-licence .b-photo img {width: 100%;}	
.b-photo-push31 img{
	margin-top:31px;}
.b-photo-push18 img{
	margin-top:18px;}
.b-photo-push12 img{
	margin-top:12px;}
.b-photo-marg-lf-minus27 img{
	margin-left:-27px;}
.b-photo-marg-lf-minus15 img{
	margin-left:-15px;}

.b-border-green{
	margin:20px -30px;
	border:10px solid #bbda99;
	min-height:40px;
	padding:15px 22px 15px 22px;}

.b-post{}
.b-post_btn{
	display:inline-block;
	font-size:20px;
	line-height:1em;
	font-weight:bold;
	color:#0069df;
	border-bottom:1px dashed #0069df;
	text-decoration:none;
	position:relative;
	z-index:10;}
.b-post__entry{
	display:none;}

.b-list-numbers{
	list-style-type:none;
	padding:0px;
	margin:0px;}
.b-list-numbers li{
	position:relative;
	padding:9px 0px 10px 43px;
	margin:7px 0px;}
.b-list-numbers li .b-numb{
	position:absolute;
	left:0px; top:7px;}
.b-numb{
	display:block;
	text-align:center;
	width:27px;
	height:27px;
	font-weight:bold;
	position:relative;
	line-height:26px;
	font-size:18px;
	color:#fff;
	background:#54a200;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;}
.accent-txt{
	background:#ffe69f;}

.b-warning{
	background:#bbda99 url(../img/achtung.png) no-repeat 45px 20px;
	padding:17px 0px 15px 72px;
	min-height:55px;}
.b-border-green .b-warning{
	margin:15px -22px -15px -22px;}

.b-list-docs{
	list-style-type:none;
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#433b33;
	position:relative;
	z-index:5;}
.b-list-docs li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	min-height:350px;
	width:33%;
	margin:-20px 0px 0px;}

.b-point-bg{
	background:url(../img/bg-point.png) no-repeat 0 0;
	width:400px;
	height:401px;
	display:block;
	position:absolute;
	left:0px; top:0px;
	z-index:1;}
.b-list-doc_wrp{
	position:relative;
	z-index:5;}
.b-numb__red{
	background:#ff2c37;
	width:39px;
	height:39px;
	font-size:30px;
	line-height:36px;}
.b-list-doc_wrp .b-numb__red{
	position:absolute;
	left:83px; top:107px;
	z-index:8;}
.img-doc{
	position:absolute;
	z-index:7;
	top:100px;
	left:100px;}
.b-doc_txt{
	position:relative;
	padding:310px 0px 0px 82px;
	z-index:10;}

.b-list-docs li.b-list-docs__item2 .b-doc_txt{
	padding-left:40px;}
	
	
.b-list-docs li.b-list-docs__item5 .img-doc{
	top:135px; left:116px;}
.b-list-docs li.b-list-docs__item5 .b-doc_txt{
	padding-left:39px;}

.b-list-docs li.b-yellow{
	min-height:10px;
	background:url(../img/b-yellow-bg.png) repeat-x 0 0;
	min-height:243px;
	margin:85px 0px 0px 4%;
	width:29%;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;}
.b-arrow-yellow{
	position:absolute;
	background:url(../img/arrow-yellow.png) no-repeat right 0;
	width:27px;
	height:45px;
	left:-22px; top:100px;}
.b-yellow .b-ins{
	padding:20px 23px;
	font-weight:bold;}

.b-end-parents{
	text-align:center;
	padding:22px 0px 0px;}
.b-title-call{
	display:inline-block;
	vertical-align:top;
	padding:11px 7px 0px 7px;
	border-top:3px solid #54a200;
	font-weight:bold;
	font-size:20px;
	line-height:1.2em;}
	
div#shadow {width: 100%; height: 100%; z-index: 1000; display: none; position: absolute; top: 0; left: 0; background: #000; }
div.dialog {color: #000; text-align: left; background: #fff; width: 600px; z-index: 9999; position: fixed; _position: absolute; top: 50%; left: 50%; display: none; box-shadow: 0px 5px 10px #111; -moz-border-radius: 27px; -webkit-border-radius: 27px; -khtml-border-radius: 27px; border-radius: 27px; padding:30px 40px;}

div.dialog .h1 {overflow: hidden; text-transform: none; color: #000; font: Bold 30px 'PT Sans'; padding: 0 0 30px; line-height: 39px; margin:0px;}

div.dialog a.close {-webkit-border-radius: 50%; -moz-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; width: 55px; height: 55px; overflow: hidden;
border:0px; cursor:pointer; text-decoration: none; display: block; position: absolute; top: -45px; right: -45px; margin: 0; background: #f70034; line-height: 55px;color: #FFF; text-align: center; font-size: 71px; font-weight: normal; }

div.dialog a.close:hover {text-decoration: none; background:#ca4747; color: #531919;}

div.dialog iframe {border:0px; width: 100%; height: 89%;}
div.dialog .loads {overflow: auto;}
div.dialog .loads iframe {border:0px; width: auto; height: auto;}
div.dialog .wrap {font-size: 14px; font-family: 'PT Sans';}

#map {margin-right: -50px;}
#mapimg {width: 100%; }
#mapimg .wrap {font-size: 20px; font-family: 'PT Sans';}
#mapwin .mapImg {margin: 0 0 15px;}
#mapwin .mapImg img {height:345px;}

input,textarea,button {padding: 4px 6px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width:100%; *width: 90%;}
textarea { resize: vertical;}

input[type='submit'],input[type='button'],button {width: auto;}

/* where
---------------------------------------------------------------------*/
.popupBG, .popup {display: none;}

.popupBG { top:0px; left:0px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/popupBG.jpg);
  z-index: 999;
}
.popup {
  width: 766px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 33px 33px 33px 33px;
  box-shadow: 0 5px 8px -4px #000000;
  padding: 30px 40px;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -423px;
  z-index: 9999;
}
.popup .close-popup {
  background: url(../img/close-popup.png) no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -40px;
  top: -40px;
}
.where {
  margin: 10px 0;
  margin-left: 70px;
}
.where .where-block {
  margin: 30px 0;
  font-size: 20px;
}
.where .where-block strong {
  background: url(../img/where-block.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 51px;
  height: 51px;
  margin-right: 20px;
  margin-left: -70px;
}
.where .where-block.fly strong {
  background-position: 0 0;
}
.where .where-block.train strong {
  background-position: -119px 0;
}
.where .where-block.bus strong {
  background-position: -238px 0;
}
.where .where-block.auto strong {
  background-position: -361px 0;
}
.btn {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin: 20px 5px;
}
.btn.btn-orange {
  background: #ffae00;
}
.btn.btn-blue {
  background: #1faced;
}


#press .fl {overflow:hidden;}
#press .fr {width: 250px; padding-left: 25px; float: right;}
#press  h3 {padding: 15px 0px 15px 0px;}

.spoilerblock {margin: 15px 0 15px -10px;}
.spoilerblock .h1 {padding: 10px 10px; font-size: 17px;}
.spoilerblock .h1 span { cursor: pointer;}
.spoilerblock .h1 span {border-bottom: 1px dotted;}
.spoilerblock .acth1 span {border:0;}
.spoilerblock .spoiler {display: none; margin: 0px 10px;}

.newSmall {text-align: justify;}
.newSmall:after {content:''; display:none; padding-left:100%; display: inline-block; height:0;}
body #press .onenewSmall {display: inline-block; *display:inline; *zoom:1; width: 250px; vertical-align: top;}
body #press .onenewSmall .zag { font-size: 16px; clear:both; display: block;}
body #press .onenewSmall img {width: 100% !important;}
body #press .onenewSmall {margin: 0 0 20px;}

#tags {margin: 0 0 20px;}

.none {display:none;}
.warnText {color:red; font-size: 15px;}
.okText {color:green; font-size: 15px;}
.hc_footer_logo {opacity:0 !important;} 

