* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'PT Sans', sans-serif;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.43;
	background: url(../images/main-bg.jpg) no-repeat center top;
	background-size: cover;
	min-width: 1000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ul.ui-menu {
	margin: 0 !important;
}

.page-text p .choose {
	background: #355EAF;
	display: inline-block;
	padding: 10px 25px;
	color: #FFF;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	transition: all .2s;
}
	.page-text p .choose:hover {
		background: #1f4082;
	}

.page-text .test-success {
	font-size: 18px;
    color: green;
}

.questions-palette {
	margin-bottom: 20px;
}
	.questions-palette h3 {
		position: relative;
		max-width: 937px;
	}
	.questions-palette h3 span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 16px;
		letter-spacing: 0.3px;
		line-height: 28px;
	}
	.questions-palette h3 .static {
		position: static;
		display: inline-block;
	}
		.questions-palette h3 span b {
		    color: red;
		    font-size: 20px;
		    line-height: 28px;
		    display: block;
		    float: right;
		    margin-left: 10px;
		}
	.questions-palette .answered {
		margin-bottom: 20px;
		max-width: 950px;
	}
	.questions-palette .answered span {
		display: inline-block;
		margin-right: 14px;
		margin-bottom: 10px;	
		width: 24px;
		height: 24px;
		font-size: 13px;
		background: #CCC;
		color: #444;
		line-height: 24px;
		text-align: center;
		border-radius: 12px;
		transition: all .2s;
	}
	.questions-palette .answered .active {
		background: #355EAF;
		color: #FFF;
	}
	.questions-palette nav a {
		display: inline-block;
		padding: 6px 12px;
		background: #DDD;
		margin-right: 5px;
		font-size: 14px;
		color: #444;
		cursor: pointer;
		transition: all .2s;
	}
	.questions-palette nav a:hover,
	.questions-palette nav .active {
		background: #355EAF;
		color: #FFF;
	}

.arrow-nav {
	background: #F5F5F5;
	padding: 10px 15px;
	margin-bottom: 20px;
	max-width: 1032px;
	box-sizing: border-box;
}
.arrow-nav a {
	display: inline-block;
	color: #355EAF;
	cursor: pointer;
	position: relative;
}
.arrow-nav a:hover {
	color: #666;
}
	.arrow-nav .prev {
		padding-left: 20px;
		margin-right: 20px;
	}
	.arrow-nav .next {
		padding-right: 20px;
	}
	.arrow-nav .prev:after {
		content: '';
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		top: 8px;
		left: 7px;
		transform: rotate(-45deg);
		border-top: 1px solid #355EAF;
		border-left: 1px solid #355EAF;
	}
	.arrow-nav .next:after {
		content: '';
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		top: 8px;
		right: 7px;
		transform: rotate(45deg);
		border-top: 1px solid #355EAF;
		border-right: 1px solid #355EAF;
	}
	.arrow-nav a.hidden {
		display: none;
	}

.test-s2 {
	display: none;
}
.test-section {

}
	.test-section .q-page {
		display: none;
	}
	.test-section .q-page.active {
		display: block;
	}
	.test-section .question {
		border: 1px dashed #EEE;
		margin-bottom: 10px;
		padding: 10px 15px;
		max-width: 1000px;
	}
		.test-section .question textarea {
			width: 100%;
			resize: none;
		}
		.test-section .question div {
			margin-bottom: 8px;
		}
		.test-section .question label {
			line-height: 15px;
			cursor: pointer;
			display: inline-block;
		}
		.test-section .question b {
			font-weight: 400;
			display: inline-block;
			font-size: 14px;
			line-height: 15px;
		}
		.test-section .question input[type=radio] {
			width: 15px;
			height: 15px;
			display: block;
			margin-right: 5px;
			float: left;
		}
		.test-section .question p {
			margin-bottom: 10px;
			color: #355EAF;
		}

.top-panel {
	height: 60px;
	background: #393B42;
	position: relative;
	padding: 0 15px;
}

.search {
	float: right;
	position: relative;
    margin-top: 14px;
}
	.search input[type=text] {
		background: #75767B;
		box-sizing: border-box;
		display: block;
		height: 32px;
		line-height: 32px;
		padding: 0 30px 0 10px;
		width: 175px;
		border-radius: 5px;
		border: none;
		color: #FFF;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
	}
	
	.search ::-webkit-input-placeholder {color:#DDD;}
	.search ::-moz-placeholder          {color:#DDD;}
	.search :-moz-placeholder           {color:#DDD;}
	.search :-ms-input-placeholder      {color:#DDD;}
	
	.search input[type=submit] {
		background: url(../images/search.png) no-repeat center;
		width: 16px;
		height: 16px;
		border: none;
		cursor: pointer;
		position: absolute;
		right: 7px;
		top: 7px;
	}

.user-block {
	float: right;
	margin-right: 40px;
	padding-top: 20px;
	line-height: 20px;
	color: #FFF;
}
	.user-block a {
		text-decoration: none;
		display: inline-block;
		margin-left: 15px;
		text-transform: uppercase;
		color: #FFF;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		transition: all 0.2s;
	}
	.user-block a:nth-child(1) {
		margin-right: 15px;
	}
	.user-block a:hover {
		color: #0F0;
	}

.versions {
	float: right;
	margin-right: 40px;
    padding-top: 20px;
    line-height: 20px;
}
	.versions a {
		text-decoration: none;
		display: inline-block;
		margin-left: 15px;
		text-transform: uppercase;
		color: #FFF;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		transition: all 0.2s;
	}
	.versions a:hover,
	.versions a.active {
		color: #0F0;
	}

.logo {
	height: 60px;
	width: 216px;
	background: url(../images/logo.png) no-repeat center;
	display: block;
	float: left;
}

.menu {
	width: 155px;
	height: 100%;
	box-sizing: border-box;
	background: rgba(34, 42, 64, 0.8);
	position: relative;
	padding: 0;
	float: left;
}
	.menu .mCSB_inside>.mCSB_container {
		margin-right: 0;
	}
	.menu .mCSB_scrollTools {
		width: 4px;
	}
	.menu p {
		position: absolute;
		bottom: 10px;
		color: #CCC;
		font-size: 13px;
		width: 100%;
		text-align: center;
		line-height: 18px;
		font-weight: 300;
		font-family: 'Exo 2', sans-serif;
	}
	.menu .section {
		display: block;
		border-top: 1px solid #717584;
		text-align: center;
		padding: 18px 0;
		text-decoration: none;
		transition: all 0.2s;
	}
	.menu .section  {
		overflow:hidden;
		position:relative;
		border-top: 1px solid #717584;
		display: block;
		padding: 18px 0;
		margin-bottom:0;
		color:#fff;
		text-transform:uppercase;
		text-align:center;
		vertical-align:middle;
		cursor:pointer;
		border:none;
		z-index:3;
		*margin-left:.3em;
	}
	.menu .section:focus { color:#fff; }
	.menu .section:focus:before {
		visibility:hidden;
		width:0%;
		left:50%;
	}
	.menu .section:before {
		transition:all 0.5s ease;
		-webkit-transform:skew(35deg,0);
		-moz-transform:skew(35deg,0);
		-ms-transform:skewX(35deg) skewY(0);
		-o-transform:skew(35deg,0);
		transform:skew(35deg,0);
		-webkit-backface-visibility:hidden;
		content:'';
		position:absolute;
		visibility:hidden;
		top:0;
		left:50%;
		width:0;
		height:100%;
		background:#FFF;
		z-index:-1;
	}
	.menu .section:hover { color:#fff; }
	.menu .section:hover:before,
	.menu .section.active:before {
		visibility:visible;
		width:168%;
		left:-34%;
	}
	.menu .section:first-child {
		border-top: none;
	}
	.menu .section b {
		display: block;
		color: #E6E6E6;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 14px;
		line-height: 18px;
		transition: all 0.2s;
		font-family: 'Exo 2', sans-serif;
	}
	.menu .section:hover b,
	.menu .section.active b {
		color: #393B42;
	}
	.menu .section .svg {
		display: inline-block;
		margin-bottom: 9px;
		width: 40px;
		height: 40px;
		fill: #b6b8bd;
	}
	.menu .section path {
		transition: all 0.2s;
	}
	.menu .section:hover path,
	.menu .section.active path {
		fill: #393B42;
	}

.clearfix {
	clear: both;
}

.col-1 {
	width: 66.7%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
	align-items: stretch;
}
.col-2 {
	width: 33.3%;
	float: left;
	height: 859px;
	box-sizing: border-box;
	align-items: stretch;
}
.block {
	background: rgba(57, 59, 66, 0.85);
	min-height: 100px;
	box-sizing: border-box;
	padding: 15px;
	opacity: 0;
}
.block-1 {
	padding: 0;
}
.block-2 {
	margin: 10px 0;
	min-height: 150px;
	padding: 0;
	background: none;
}
.block-2:after {
	content: '';
	clear: both;
	display: block;
}
.block-3 {
	min-height: 150px;
}
.block-4 {
	height: 100%;
}

.middle {
	position: relative;
	height: calc(100% - 60px);
}
.middle:after {
	content: '';
	display: block;
	clear: both;
}

.content {
	height: 100%;
	float: right;
	width: calc(100% - 175px);
	box-sizing: border-box;
	padding: 20px 20px 20px 0;
}
	.content .wrapper {
		background: rgba(255, 255, 255, 0.85);
		height: 100%;
		padding: 20px 15px 20px 20px;
		box-sizing: border-box;
	}
	.content .wrapper:after {
		content: '';
		display: block;
		clear: both;
	}
	.content .main {
		background: none;
		padding: 0;
	}
	.content .sub-menu {
		width: 230px;
		float: left;
		min-height: 300px;
		box-sizing: border-box;
		padding-right: 10px;
	}
		.content .sub-menu div {
			margin-bottom: 14px;
			line-height: 16px;
		}
		.content .sub-menu a,
		.content .sub-menu span {
			text-transform: uppercase;
			color: #393B42;
			text-decoration: none;
			transition: all 0.2s;
			font-family: 'Play', sans-serif;
			font-size: 14px;
		}
		.content .sub-menu a:hover {
			color: #355EAF;
			text-decoration: underline;
		}
	.content .page-text {
		min-height: 300px;
		position: relative;
		height: 100%;
		padding: 0 0 0 10px;
		width: calc(100% - 245px);
		float: left;
	}
	.content .page-text table td {
		padding: 8px;
		border: 1px solid #CCC;
		border-collapse: collapse;
		font-size: 16px;
		line-height: 22px;
		color: #232323;
		margin-bottom: 12px;
	}
	.content .page-text.wide {
		width: 100%;
		overflow: visible;
		box-sizing: border-box;
		padding-right: 0;
	}
	.main .page-text.wide .mCSB_inside > .mCSB_container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.content .title {
		font-size: 28px;
		font-weight: 300;
		display: inline-block;
		color: #4e5466;
		font-family: 'Play';
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
.page-text blockquote {
	padding-left: 20px;
    border-left: 5px solid #DDD;
	margin: 20px 0;
}
.page-text p {
	font-size: 16px;
	line-height: 22px;
	color: #232323;
	margin-bottom: 12px;
}
	.page-text p a,
	.page-text td a,
	.page-text li a {
		color: #355EAF;
		text-decoration: none;
		border-bottom: 1px dashed #355EAF;
	}
		.page-text p a:hover,
		.page-text td a:hover,
		.page-text li a:hover {
			border-bottom: 1px solid transparent;
		}
	.page-text .btn {
		background: #355EAF;
		display: inline-block;
		padding: 6px 25px;
		color: #FFF;
		border-radius: 3px;
		margin-top: 10px;
		border: none !important;
	}
		.page-text .btn:hover {
			background: #4e5466
		}
	.page-text p span,
	.page-text td span,
	.page-text li span {
		display: inline-block;
		padding: 3px 8px;
	}
.page-text .date {
	color: #355EAF;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 20px;
	margin-top: -8px;
	font-weight: 300;
}
.page-text .views {
	background: url(../images/views.png) no-repeat left center;
	padding-left: 20px;
	background-size: 14px;
	color: #607D8B;
	font-family: 'Play', sans-serif;
	margin-top: 20px;
	font-size: 14px;
}
.page-text h2 {
	color: #232323;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 12px;
}
.page-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: 'Play';
    font-weight: 400;
    letter-spacing: -1px;
    color: #4e5466;
}
.page-text h4 {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: 'Play';
    font-weight: 400;
    letter-spacing: -1px;
    color: #232323;
}
.page-text ol,
.page-text ul {
	margin-bottom: 12px;
	margin-left: 24px;
}
	.page-text ol li,
	.page-text ul li {
		font-size: 16px;
		line-height: 22px;
		color: #232323;
		margin-bottom: 4px;
	}
	
.top-news {
	border-bottom: 1px solid #5A5F6A;
	padding-bottom: 10px;
}
	.top-news h3 {
		color: #FFF;
		font-size: 28px;
		font-weight: 100;
		font-family: 'Exo 2', sans-serif;
		letter-spacing: -1px;
	}
	.b-kz .top-news h3 {
		font-family: 'PT Sans', sans-serif;
		font-size: 24px;
	}
	.top-news .carousel {
	}
	.top-news .item {
		float: left;
		width: 100% !important;
	}
	.top-news .item:after {
		content: '';
		display: block;
		clear: both;
	}
	.top-news .image {
		width: 35%;
		float: left;
	}
		.top-news .image img {
			width: 100%;
			display: block;
		}
	.top-news .info {
		width: 65%;
		float: left;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.top-news .info .date {
		color: #FFD1B2;
		font-size: 13px;
		margin-bottom: 4px;
		line-height: 28px;
	}
	.top-news .info .header {
		color: #FFF;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 8px;
		line-height: 16px;
	}
	.top-news .info .announce {
		color: #E6E6E6;
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 16px;
		max-height: 62px;
		overflow: hidden;
	}
	.top-news .info .read-more {
		color: #0F0;
		font-size: 13px;
		text-decoration: none;
	}
		.top-news .info .read-more:hover {
			text-decoration: underline;
		}
	
.all-news {
	margin-top: 15px;
}
	.all-news h3 {
		color: #FFF;
		font-size: 28px;
		font-weight: 100;
		font-family: 'Exo 2', sans-serif;
		letter-spacing: -1px;
	}
	.b-kz .all-news h3 {
		font-family: 'PT Sans', sans-serif;
		font-size: 24px;
	}
	
.leader-blog {
}
	.leader-blog .col {
		float: left;
		width: calc(100% - 270px);
		padding-left: 20px;
		box-sizing: border-box;
	}
	.leader-blog .col:nth-child(1) {
		width: 270px;
		padding-left: 0;
	}
	.leader-blog .col:nth-child(1) h1 {
		background: #E6E6E6;
		color: #151B2B;
		padding-left: 10px;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 15px;
		line-height: 26px;
	}
	.leader-blog .col:nth-child(1) li {
		color: #355EAF;
	}
		.leader-blog .col:nth-child(1) li a {
			color: #355EAF;
			font-family: 'Play', sans-serif;
			font-size: 16px;
			display: inline-block;
		}
			.leader-blog .col:nth-child(1) li a:hover {
				text-decoration: none;
			}
leader-blog:after {
	content: '';
	clear: both;
	display: block;
}

.form {
}
	.form .row {
	}
		.form .row b {
			font-size: 14px;
			color: #4e5466;
		}
	.form .col {
		float: left;
		margin-left: 20px;
	}
	.form .col:nth-child(1) {
		margin-left: 0;
	}
	.form input[type=text],
	.form input[type=password] {
		border: 1px solid #CCC;
		line-height: 30px;
		height: 30px;
		padding: 0 10px;
		box-sizing: border-box;
		display: block;
		width: 300px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.form input[name=other_type] {
		display: none;
	}
	.form textarea {
		border: 1px solid #CCC;
		line-height: 22px;
		padding: 8px 10px;
		box-sizing: border-box;
		display: block;
		width: 300px;
		height: 120px;
		resize: vertical;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.form select {
		border: 1px solid #CCC;
		line-height: 30px;
		height: 30px;
		padding: 0 0 0 5px;
		box-sizing: border-box;
		display: block;
		width: 300px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.form input[type=text].error,
	.form input[type=password].error,
	.form textarea.error,
	.form select.error {
		border: 1px solid red;
	}
	.form input[type=submit], .go-to-test, .go-to-test-info {
		color: #FFF !important;
		-webkit-appearance: none;
		background: #355EAF;
		line-height: 30px;
		height: 30px;
		border: none;
		text-align: center;
		width: 200px;
		display: block;
		font-size: 14px;
		cursor: pointer;
		transition: background-color 0.2s;
	}
	.form input[type=submit].large {
		width: 260px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
		.form input[type=submit]:hover,
		.go-to-test:hover,
		.go-to-test-info:hover {
			background: #264b95;
		}
		.form input[type=submit].loading {
			background: #264b95 url(../images/submit.gif) no-repeat center;
			background-size: 22px;
			cursor: default;
			color: transparent !important;
		}
	.result {
		padding-top: 15px;
	}
	.result p {
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 18px;
	}
	.form .success p {
		color: green;
	}
	.form .error p {
		color: red;
	}
	
.faq-element {
	margin-top: 20px;
	color: #4D4D4D;
}
.faq-element.first {
	margin-top: 40px;
}
	.faq-element .question {
		border: 1px solid #CCC;
		padding: 20px;
	}
	.faq-element .name {
		font-size: 14px;
		color: #888;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.faq-element .answer {
		margin-top: 10px;
		background: #e7e8e9;
		padding: 20px;
		position: relative;
	}
	.faq-element .answer:after {
		content: '';
		clear: both;
		display: block;
	}
	.faq-element .answer i {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 0 0 16px;
		border-color: transparent transparent transparent #e7e8e9;
		top: -16px;
		left: 20px;
		position: absolute;
	}
	.faq-element .photo {
		float: left;
		border: 1px solid #CCC;
		background: #FFF;
	}
		.faq-element .photo span {
			display: block;
			padding: 5px;
		}
		.faq-element .photo img {
			display: block;
			width: 100%;
		}
	.faq-element .text {
		float: left;
		width: calc(100% - 122px);
		padding-left: 20px;
		box-sizing: border-box;
	}

.articles-list {
}
.articles-list:after {
	content: '';
	clear: both;
	display: block;
}
.article {
	display: block;
	width: 220px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	text-decoration: none;
}
.article:hover .announce {
	color: #355EAF;
}
	.article .photo {
		display: block;
		overflow: hidden;
		height: 146px;
		border: 1px solid #DFDFDF;
	}
	.article img {
		display: block;
	}
	.article .date {
		display: block;
		color: #666;
		font-family: 'Play', sans-serif;
		font-size: 13px;
		margin: 8px 0;
	}
	.article .announce {
		display: block;
		font-size: 15px;
		height: 54px;
		overflow: hidden;
		line-height: 18px;
		color: #151B2B;
		transition: all 0.2s;
	}

.u-block {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
}

.articles-list-2 {
	padding-top: 30px;
}
.articles-list-2 .article {
	width: auto;
	float: none;
}
	.articles-list-2 .article .announce {
		height: auto;
		overflow: visible;
	}
.articles-list-2 .date {
	background: #E6E6E6;
	display: inline-block;
	color: #151B2B;
	padding: 4px 15px;
}

.pages {
	text-align:center;
	margin-top: 10px;
}
	.pages a {
		color: #355EAF;
		text-decoration: none;
		display: inline-block;
		padding: 5px 10px;
		margin: 0px 2px 0px 0px;
		transition: all 0.2s;
		border-radius: 4px;
	}
		.pages a:hover, .pages a.active {
			color: #FFF;
			background: #355EAF;
		}
		
.search-result {
}
	.search-result span {
		display: block;
		float: left;
		margin-right: 5px;
		background: #355EAF;
		padding: 2px 7px;
		border-radius: 4px;
		color: #FFF;
	}
	.search-result a {
		line-height: 26px;
		color: #355EAF;
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}
		.search-result a:hover {
			border-bottom: 1px dashed #355EAF
		}
		
.top-article {
	margin-bottom: 50px;
	display: inline-block;
}
.top-article:after {
	content: '';
	display: block;
	clear: both;
}
	.top-article h3 {
		margin: 15px 0;
		max-width: 800px;
	}
	.top-article span {
		background: #9C3;
		display: inline-block;
		font-family: 'Play', sans-serif;
		color: #FFF;
		font-size: 14px;
		padding: 3px 15px;
	}
	.top-article p {
		padding-right: 30px;
	}
	.top-article .photo {
		width: 300px;
		float: left;
	}
		.top-article .photo img {
			display: block;
			width: 100%;
		}
	.top-article .text {
		width: calc(100% - 300px);
		box-sizing: border-box;
		float: left;
		padding-left: 20px;
	}
	
.locked {
	background: url(../images/locked.png) no-repeat center top;
	padding-top: 150px;
	text-align: center;
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 200px);
}
	.locked a {
		color: #355EAF;
		text-decoration: none;
		border-bottom: 1px dashed #355EAF;
	}

.found {
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #35679a;
}
	
.filter {
	display: none;
}
	.filter .col {
		padding-top: 10px;
		float: left;
		margin-right: 10px;
	}
	.filter .row {
		margin: 10px 0;
	}
	.filter input[type=submit] {
		margin-top: 10px;
	}
	.filter .row > b {
		display: block;
		margin-bottom: 5px;
		color: #4e5466;
		font-weight: 400;
		font-size: 14px;
	}
	
.leader {
	margin-bottom: 30px;
}
.leader:after {
	content: '';
	clear: both;
	display: block;
}
	.leader .photo {
		width: 204px;
		float: left;
	}
		.leader .photo img {
			display: block;
			padding: 1px;
			border: 1px solid #E6E6E6;
			width: 100%;
			box-sizing: border-box;
		}
	.leader .text {
		float: left;
		width: calc(100% - 204px);
		box-sizing: border-box;
		padding-left: 15px;
	}
		.leader .text .show {
			color: #355EAF;
			text-decoration: none;
			cursor: pointer;
			border-bottom: 1px dashed #355EAF;
		}
		.leader .text .hide {
			color: #355EAF;
			display: none;
			text-decoration: none;
			cursor: pointer;
			border-bottom: 1px dashed #355EAF;
		}
		.leader .text .show:hover {
			border-bottom-color: transparent;
		}
		.leader .text .bio {
			height: 162px;
			overflow: hidden;
		}
		.leader .text h3 {
			font-size: 18px;
		}
		.leader .text h1 {
			font-size: 22px;
			line-height: 22px;
			font-weight: 300;
			color: #355EAF;
			margin-bottom: 5px;
		}
		
.standarts-list {
	padding-top: 30px;
}
.standart {
	width: 300px;
	display: block;
	float: left;
	margin-bottom: 40px;
	text-align: center;
}
	.standart h3 {
		font-size: 16px;
		height: 44px;
		display: table-cell;
		vertical-align: middle;
		width: 300px;
		padding: 4px 16px;
	}
	.standart a {
		color: #355EAF;
		text-decoration: none;
		border-bottom: 1px dashed #355EAF;
	}
		.standart a:hover {
			border-bottom-color: transparent;
		}


.activities-desc {
	margin-bottom: 30px;
}
.activity {
	margin-bottom: 25px;
}
	.activity h3 {
		margin-bottom: 3px;
		font-size: 18px;
	}
	.activity p {
		margin-bottom: 7px;
	}
	.activity a {
		text-decoration: none;
		color: #355EAF;
		border-bottom: 1px dashed #355EAF;
	}
		.activity a:hover {
			border-bottom-color: transparent;
		}
		
.art-list-on-main {
	padding-top: 17px;
	height: 100%;
}
.art-on-main {
	margin-top: 24px;
}
.art-on-main:nth-child(1) {
	margin-top: 0;
}
	.art-on-main .date {
		color: #FFD1B2;
		font-size: 14px;
		margin-bottom: 2px;
	}
	.art-on-main .announce {
		color: #FFF;
		margin-bottom: 2px;
		line-height: 20px;
	}
	.art-on-main .read-more {
		color: #0F0;
		font-size: 14px;
		text-decoration: none;
		display: inline-block;
		border-bottom: 1px solid transparent;
	}
		.art-on-main .read-more:hover {
			border-bottom: 1px dashed #0F0;
		}

.stats {
	background: #424147;
	height: 120px;
}

.map {
	min-height: 419px;
	background: url(../images/map.png) no-repeat center;
}
.map:after {
	content: '';
	clear: both;
	display: block;
}
	.map .info-left {
		width: 50%;
		float: left;
		text-align: left;
		box-sizing: border-box;
		max-width: 360px;
		padding: 25px 40px;
	}
	.map .info-right {
		width: 50%;
		float: right;
		text-align: right;
		box-sizing: border-box;
		max-width: 370px;
		padding: 25px 40px;
	}
	.map h4 {
		line-height: 22px;
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
		font-family: 'Exo 2', sans-serif;
		margin-bottom: 10px;
	}
	.map .info-right h4 {
		padding-right: 30px;
	}
	.map span {
		height: 25px;
		color: #FFF;
		line-height: 23px;
		font-size: 30px;
		font-family: 'Exo 2', sans-serif;
		display: inline-block;
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.map .icon-flight {
		background: url(../images/icon-flight.png) no-repeat left center;
		padding-left: 35px;
	}
	.map .icon-world {
		background: url(../images/icon-world.png) no-repeat left center;
		padding-left: 35px;
		margin-bottom: 0;
	}
	.map .icon-kz {
		background: url(../images/icon-kz.png) no-repeat left center;
		padding-left: 35px;
	}
	.map p {
		color: #FFF;
		line-height: 18px;
		font-size: 16px;
		margin-bottom: 0;
	}
	.map h5 {
		font-size: 16px;
		line-height: 18px;
		padding-right: 30px;
		margin-top: 22px;
		position: relative;
	}
	.map .orange {
		color: #FFD1B2;
	}
	.map .orange:after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border: 1px solid #FFF;
		border-radius: 50%;
		background: #F60;
		position: absolute;
		top: calc(50% - 8px);
		right: 3px;
	}
	.map .green {
		color: #57E352;
	}
	.map .green:after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border: 1px solid #FFF;
		border-radius: 50%;
		background: #9C3;
		position: absolute;
		top: calc(50% - 8px);
		right: 3px;
	}
	.map .blue {
		color: #38E4FF;
	}
	.map .blue:after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border: 1px solid #FFF;
		border-radius: 50%;
		background: #0186B1;
		position: absolute;
		top: calc(50% - 8px);
		right: 3px;
	}
	.map .slateBlue {
		color: #6A5ACD;
	}
	.map .slateBlue:after {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border: 1px solid #FFF;
		border-radius: 50%;
		background: #483D8B;
		position: absolute;
		top: calc(50% - 8px);
		right: 3px;
	}
	.map .filials {
		margin-top: 26px;
		background: url(../images/icon-location.png) no-repeat right center;
		padding-right: 30px;
	}

.stats:after {
	content: '';
	clear: both;
	display: block;
}
	.stats > div {
		width: 25%;
		float: left;
		box-sizing: border-box;
		text-align: center;
		padding: 0 20px;
	}
	.stats span {
		height: 25px;
		color: #FFF;
		line-height: 23px;
		font-size: 30px;
		font-family: 'Exo 2', sans-serif;
		display: inline-block;
		padding: 15px 0;
	}
	.stats .icon-plane {
		background: url(../images/icon-plane.png) no-repeat left center;
		padding-left: 35px;
	}
	.stats .icon-map {
		background: url(../images/icon-map.png) no-repeat left center;
		padding-left: 35px;
	}
	.stats p {
		color: #FFF;
		line-height: 16px;
		max-width: 200px;
		margin: 0 auto;
		font-size: 15px;
		font-family: 'Exo 2';
	}
	.stats.s-kz p {
		font-family: 'PT Sans', sans-serif;
	}

.logos-list {
	overflow: hidden;
	height: 100%;
}
.logos-list:after {
	content: '';
	clear: both;
	display: block;
}
	.logos-list .container {
		width: 3000px;
	}
	.logos-list a {
		display: block;
		float: left;
		height: 100%;
	}
	.logos-list img {
		display:block;
	}

.weather-block {
	float: left;
	height: 150px;
	width: calc(25% - 10px);
	box-sizing: border-box;
	margin-left: 10px;
	background: rgba(57, 59, 66, 0.85);
	padding: 15px;
	position: relative;
}
	.weather-block h5 {
		font-weight: 300;
		color: #FFF;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
	}
	.weather-block .today {
		text-align: center;
		height: calc(100% - 16px);
		box-sizing: border-box;
		padding-top: 23px;
	}
	.weather-block .image {
		width: 70px;
		display: inline-block;
		vertical-align: middle;
	}
	.weather-block img {
		width: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	.weather-block span {
		display: inline-block;
		width: 66px;
		vertical-align: middle;
		text-align: left;
		padding-left: 6px;
	}
		.weather-block span b {
			color: #FFF;
			display: block;
			font-weight: 300;
			font-size: 24px;
			line-height: 28px;
		}

.photos-list {
	overflow: hidden;
	width: 75%;
	height: 100%;
	float: left;
	background: rgba(57, 59, 66, 0.85);
	padding: 15px;
	box-sizing: border-box;
}
.owl-carousel .owl-stage-outer {
	height: 100%;
}
.photos-list:after {
	content: '';
	clear: both;
	display: block;
}
	.photos-list .container {
		width: 3000px;
	}
	.photos-list a {
		display: block;
		float: left;
		height: 100%;
		overflow: hidden;
	}
	.photos-list img {
		display: block;
		height: 100%;
		width: auto !important;
	}

.filter-button-group {
	margin-bottom: 20px;
	height: 30px;
}
	.filter-button-group button {
		display: block;
		float: left;
		line-height: 30px;
		height: 30px;
		padding: 0 15px;
		background: #CCC;
		border: none;
		color: #FFF;
		margin-right: 3px;
		cursor: pointer;
		font-size: 14px;
		transition: all 0.2s linear;
	}
	.filter-button-group .a,
	.filter-button-group button:hover {
		background: #355EAF;
	}
	.grid-item-inner img {
		display: block;
		width: 100%;
	}

.certificates-list {
}
	.certificates-list a {
		display: inline-block;
		margin: 0 10px 20px 0;
		border: 1px solid #DDD;
	}
	.certificates-list img {
		max-height: 200px;
		display: block;
	}

.aero-maps {
	border-collapse: collapse;
	margin-bottom: 20px;
}
	.aero-maps td {
		border: 1px solid #DDD;
		padding: 15px 10px;
		color: #444;
	}
	.aero-maps tr td:nth-child(1) {
		width: 240px;
	}
	.aero-maps a {
		display: inline-block;
		background: url(../images/pdf.png) no-repeat left top;
		padding-left: 30px;
		line-height: 20px;
		min-height: 24px;
		border-bottom: none !important;
	}
	
.anketa {
	border-top: 1px dashed #DFDFDF;
	max-width: 600px;
	border-bottom: 1px dashed #DFDFDF;
	margin: 20px 0;
}
	.anketa span {
		display: block;
		margin-top: 20px;
	}
	.anketa textarea {
		margin-top: 10px;
		width: 100%;
	}
	.anketa label {
		display: inline-block;
		padding: 10px 20px 10px 0;
		margin-right: 10px;
		cursor: pointer;
		line-height: 18px;
	}
		.anketa label input {
			display: inline-block;
			margin-right: 6px;
			width: 16px;
			height: 16px;
			vertical-align: middle;
		}
		.anketa label b {
			display: inline-block;
			vertical-align: middle;
			height: 16px;
			line-height: 16px;
		}

.cooperation-list {
}
	.cooperation-list div {
		margin-bottom: 30px;
	}
	.cooperation-list h3 {
		color: #232323;
	}
	
.is-elem {
	margin-bottom: 30px;
}
	.is-elem h4 {
		color: #0b5d08;
	}
	
.courses-hint {
	font-size: 15px;
	color: #333;
	line-height: 20px;
}

.courses {
	margin-top: 20px;
}
.courses:after {
	content: '';
	clear: both;
	display: block;
}
	.courses .sections {
		float: left;
		width: 250px;
		background: #EFEFEF;
		border-top: 1px solid #3491ED;
		border-bottom: 1px solid #3491ED;
	}
	.courses .sections-2 {
		float: right;
		width: calc(100% - 280px);
		padding-left: 30px;
		border-top: 1px solid #3491ED;
	}
		.courses .sections a {
			display: block;
			padding: 12px 18px;
			text-decoration: none;
			cursor: pointer;
			font-size: 14px;
			line-height: 20px;
			color: #222;
		}
		.courses .sections a:hover,
		.courses .sections a.active {
			background: #FFF;
		}
	.courses .section-tab {
		display: none;
		padding: 12px 15px 12px 0;
	}
	.courses .section-tab.active {
		display: block;
	}
	.courses .course {
		margin-bottom: 20px;
	}
		.courses .course h1 {
			font-size: 14px;
			cursor: pointer;
			font-weight: 400;
			color: #369;
			line-height: 20px;
			margin-bottom: 15px;
			display: block;
			padding-left: 15px;
			background: url(../images/plus.png) no-repeat left 6px;
		}
		.courses .course h1.o {
			background: url(../images/minus.png) no-repeat left 6px;
		}
		.courses .course .info {
			display: none;
		}
		.courses .course table {
			border-collapse: collapse;
		}
			.courses .course table td {
				padding: 14px;
				font-size: 14px;
				vertical-align: top;
				border: 1px solid #CCC;
				color: #222;
			}
	.courses form {
		margin-top: 20px;
		padding: 14px;
		background: #F0F0F0;
		position: relative;
	}
		.courses form i {
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 20px 0 0 20px;
			border-color: transparent transparent transparent #F0F0F0;
			position: absolute;
			top: -20px;
			left: 20px;
		}
		.courses form .result {
			padding-top: 0;
		}
		.courses form .result p:nth-child(1) {
			margin-top: 12px;
		} 
		.courses form .result p {
			margin-bottom: 6px;
			font-size: 14px;
		}
		.courses form .result.success p {
			color: green;
		}
		.courses form .result.error p {
			color: red;
		}
		.courses form input[type=text] {
			border: 1px solid #AAA;
			display: block;
			float: left;
			height: 28px;
			line-height: 28px;
			padding: 2px 10px;
			width: 142px;
			margin-right: 15px;
		}
		.courses form input[type=text].error {
			border-color: red;
		}
		.courses form input[type=submit] {
			border: 1px solid #3491ED;
			background: #3491ED;
			color: #FFF;
			display: block;
			float: left;
			height: 34px;
			line-height: 32px;
			width: 110px;
			cursor: pointer;
			text-align: center;
		}
			.courses form input[type=submit]:hover {
				background: #2377ca;
				border-color: #2377ca;
			}
			.courses form input[type=submit].loading {
				background: #2377ca url(../images/submit2.gif) no-repeat center;
				background-size: 20px;
				color: transparent;
			}

.hidden {
	display: none;
}

.agreement-form {
	padding: 20px 10px 0;
}
	.agreement-form .top {
		margin-bottom: 15px;
		border-bottom: 1px solid #CCC;
		padding-bottom: 15px;
		color: #369;
		font-size: 20px;
		text-align: center;
	}
	.agreement-form .bottom {
		margin-top: 15px;
		border-top: 1px solid #CCC;
		padding-top: 15px;
	}
	.agreement-form .bottom:after {
		content: '';
		clear: both;
		display: block;
	}
	.agreement-form .continue {
		background: #369;
		display: block;
		width: 200px;
		border: none;
		text-align: center;
		color: #FFF;
		height: 39px;
		line-height: 39px;
		cursor: pointer;
		font-size: 14px;
		float: right;
	}
	.agreement-form .continue.disabled {
		cursor: default;
		background: #CCC;
	}
	.agreement-form .page-text {
		padding: 0;
		width: 100%;
	}
	.agreement-form label {
		float: left;
		height: 39px;
		line-height: 39px;
	}
		.agreement-form label input {
			height: 16px;
			width: 16px;
			vertical-align: middle;
		}
		.agreement-form label b {
			display: inline-block;
			margin-left: 5px;
			font-weight: 400;
			font-size: 14px;
		}

.page-text .apply-hint {
	color: #1577da;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	max-width: 800px;
	margin: 0 auto 25px;
	font-family: 'Open Sans', sans-serif;
}

.prev_work_block {
	position: relative;
}
	.prev_work_block .remove {
		position: absolute;
		cursor: pointer;
		color: #F00;
		font-size: 35px;
		top: 2px;
		left: 423px;
		border-bottom: none;
	}

.apply-form .ss {
	line-height: 32px;
	font-size: 22px;
	text-align: center;
}

.vacancy-preview {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.apply-form .step {
	display: none;
}
	.apply-form .result.error p,
	.apply-form .result-1.error p,
	.apply-form .result-2.error p {
		color: red;
		margin-bottom: 0;
	}
	.apply-form .result.success p,
	.apply-form .result-1.success p,
	.apply-form .result-2.success p {
		color: green;
		margin-bottom: 0;
		padding-left: 0;
	}
	.apply-form input[type=text].error,
	.apply-form select.error {
		 border: 1px solid red;
	}
	.apply-form .step input[type=file] {
		border-bottom: 1px solid transparent;
	}
	.apply-form .step input[type=file].error {
		color: red;
		border-bottom-color: red;
	}
	.apply-form select {
		padding: 4px 9px;
		border: 1px solid #CCC;
		border-bottom-color: #B3B3B3;
		border-radius: 4px;
		box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
		color: #333;
		height: 36px;
		line-height: 36px;
		width: 420px;
	}
	.apply-form .step select.width-125 {
		width: 125px;
	}
	.apply-form .step select.width-160 {
		width: 160px;
	}
	.apply-form .step select.width-207 {
		width: 207px;
	}
.apply-form .active {
	display: block;
}
	.apply-form table ol {
		list-style: none;
		font-size: 13px;
		font-weight: 600;
	}
		.apply-form table ol li {
			border-top: 1px dashed #CCC;
			margin-bottom: 10px;
			padding-top: 10px;
			width: 420px;
		}
		.apply-form table ol li:nth-child(1) {
			border-top: none;
		}
	.apply-form table {
		border-collapse: collapse;
		width: 100%;
	}
		.apply-form table.static td {
			padding-bottom: 15px;
		}
		.content .page-text .apply-form table td {
			border: none;
			vertical-align: top;
		}
		.apply-form table td span {
			display: block;
			padding-top: 3px;
			max-width: 510px;
			line-height: 20px;
			font-size: 15px;
			color: #333;
		}
		.apply-form table td b a {
			color: #3491ED;
		}
			.apply-form table td b a:hover {
				text-decoration: none;
			}
		.content .page-text .apply-form table td.middle {
			vertical-align: middle;
			position: static;
			height: auto;
		}
		.apply-form table tr td:first-child {
			width: 310px;
			font-size: 14px;
			padding-top: 8px;
			padding-right: 20px;
			color: #4B4E59;
			line-height: 18px;
		}
	.apply-form input[type=text] {
		width: 400px;
		line-height: 26px;
		height: 26px;
		margin: 4px 0;
		padding: 4px 9px;
		border: 1px solid #CCC;
		border-bottom-color: #B3B3B3;
		border-radius: 4px;
		box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
		color: #333;
	}
	.apply-form .jq-file {
		width: 400px;
		line-height: 36px;
		height: 36px;
		margin: 6px 0;
	}
	.apply-form input[type=text].small {
		width: 187px;
	}
	.apply-form .jq-selectbox {
		margin: 6px 0;
	}
	.apply-form textarea {
		width: 400px;
		line-height: 20px;
		height: 116px;
		margin: 4px 0;
		padding: 4px 9px;
		border: 1px solid #CCC;
		border-bottom-color: #B3B3B3;
		border-radius: 4px;
		box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
		color: #333;
		resize: none;
	}
	.apply-form .button {
		line-height: 34px;
		height: 34px;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid #CCC;
		width: 98px;
		text-align: center;
		color: #4B4E59;
		font-size: 14px;
		display: inline-block;
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		transition: all 0.2s;
		margin: 6px 0;
	}
	.apply-form .button.active,
	.apply-form .button:hover {
		color: #FFF;
		background: #3491ED;
	}
	.apply-form input[type=button],
	.apply-form input[type=submit] {
		background: #355EAF;
		display: block;
		width: 400px;
		margin: 30px auto 10px;
		border: none;
		text-align: center;
		color: #FFF;
		height: 39px;
		line-height: 39px;
		cursor: pointer;
		font-size: 14px;
	}
	.apply-form input[type=button].loading,
	.apply-form input[type=submit].loading {
		background: #264b95 url(../images/submit.gif) no-repeat center;
		background-size: 24px;
		color: transparent;
	}
	.apply-form input[type=submit]:disabled {
		background: #CCC;
		cursor: not-allowed;
	}
	.registration-form .apply-form input[type=submit] {
		width: 100%;
		margin: 30px auto 15px;
	}
	.registration-form .result {
		padding-top: 0;
	}
		.registration-form .result p {
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 2px;
		}
	.registration-form input[type=file] {
		border-bottom: 1px solid transparent;
	}
	.registration-form input[type=file].error {
		border-bottom-color: red;
	}
	.apply-form .additional-info {
		display: block;
		width: 420px;
		font-size: 14px;
		color: #FFF;
		background: #355EAF;
		height: 34px;
		line-height: 34px;
		padding-left: 10px;
		box-sizing: border-box;
		margin: 2px 0 8px;
		border-radius: 4px;
		cursor: pointer;
		border-bottom: none;
	}
	.apply-form label {
		margin: 7px 0;
		display: inline-block;
	}
	.apply-form .for-scan {
		color: #355eaf;
		font-size: 14px;
		display: block;
		margin-top: 10px;
		margin-bottom: 2px;
	}
		.apply-form label b {
			font-weight: 400;
			display: inline-block;
			margin-left: 6px;
			color: #555;
		}
	.apply-form .ch_type {
		margin-bottom: 10px;
	}
		.apply-form .ch_type label {
			width: 207px;
		}

.event {
}
	.event .banner {
		margin-bottom: 20px;
	}
	.event .text {
		margin-bottom: 30px;
	}
	.event .registration-form .fields {
		width: 420px;
	}
	.event .registration-form .result {
		min-height: 22px;
	}

.reports {
	padding-top: 20px;
}
.reports:after {
	content: '';
	clear: both;
	display: block;
}
	.reports .report {
		width: 300px;
		float: left;
		box-sizing: border-box;
		padding: 15px 20px;
		border: 1px solid #CCC;
		border-radius: 15px;
		text-align: center;
		margin-left: 20px;
	}
	.reports .report:nth-child(1) {
		margin-left: 0;
	}
	.reports h1 {
		color: #369;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.reports a {
		text-decoration: none;
		display: inline-block;
		color: #1f7244;
		font-size: 16px;
		border-bottom: 1px dashed #1F7244;
		line-height: 20px;
		cursor: pointer;
	}
		.reports a:hover {
			border-bottom-color: transparent;
		}
	.reports input[type=text] {
		display: block;
		height: 32px;
		line-height: 32px;
		box-sizing: border-box;
		border: 1px solid #CDCDCD;
		margin-bottom: 10px;
		width: 100%;
		padding: 0 10px;
	}
	.reports p {
		height: 32px;
		margin-bottom: 10px;
	}
	.reports select {
		display: block;
		height: 32px;
		line-height: 32px;
		box-sizing: border-box;
		border: 1px solid #CDCDCD;
		margin-bottom: 10px;
		width: 100%;
		padding: 0 5px;
	}
	.reports img {
		display: block;
		margin: 6px auto 6px;
	}

.view-cv {
	position: relative;
}
	.view-cv .photo {
		float: left;
		margin-right: 50px;
	}
	.view-cv .info {
		float: left;
	}
	.view-cv h1 {
		font-size: 22px;
		line-height: 22px;
		font-weight: 300;
		color: #355EAF;
		margin: 30px 0 10px;
	}
	.view-cv .open-results {
		max-width: 1000px;
	}
		.view-cv .open-results p {
			word-break: break-all;
		}
		.view-cv .open-results h5 {
			color: #4B4E59;
			margin-top: 20px;
			line-height: 18px;
			font-size: 14px;
			border-left: 2px solid #CCC;
			padding: 5px 5px 5px 10px;
		}
		.view-cv .open-results p {
			padding: 10px;
			font-size: 15px;
		}
		.view-cv .open-results p.s {
			color: #4B4E59;
			line-height: 18px;
			font-size: 14px;
			padding: 10px 0 0 0;
		}
	.view-cv .test-results {
	    padding-top: 10px;
	}
		.view-cv .test-results p {
			color: #4B4E59;
			line-height: 18px;
			font-size: 14px;
		}
	.view-cv .c-b-view {
		margin-bottom: 20px;
	}
	.apply-form .view-cv table td {
		padding: 8px 0 !important;
	}
	.view-cv .decision {
		text-align: center;
		margin: 30px 0 0;
		padding: 20px 0;
	}
	.view-cv .decision:after {
		content: '';
		clear: both;
		display: block;
	}
	.view-cv .decision .accepted {
		color: green;
		cursor: default;
		background: none !important;
		padding: 10px 15px;
	}
	.view-cv .decision .rejected {
		color: red;
		padding: 10px 0;
		cursor: default;
		background: none !important;
		padding: 10px 0;
		width: 260px;
	}
	.view-cv .action-btn {
		width: 230px;
		box-sizing: border-box;
		font-weight: 600;
		text-decoration: none;
		cursor: pointer;
		text-transform: uppercase;
		color: #FFF;
		display: inline-block;
		height: 60px;
		text-align: center;
		margin: 0 5px 20px;
		transition: all .2s;
		font-size: 15px;
		padding: 8px 2px;
		font-weight: 500;
	}
		.view-cv .action-btn span {
			display: block;
			height: 44px;
			line-height: 22px;
			font-size: 13px;
		}
	.view-cv .green {
		background: rgba(0, 146, 24, 0.8);
	}
		.view-cv .green:hover {
			background: rgba(1, 104, 18, 1);
		}
	.view-cv .red {
		background: #ff3a3a;
	}
		.view-cv .red:hover {
			background: #d70000;
		}

.empty-basket {
	text-align: center;
	padding: 40px 0;
	font-size: 14px !important;
}

.page-text .attachment {
	display: inline-block;
	font-size: 13px;
	color: #3b4b89;
	border-bottom: none !important;
	text-decoration: underline;
}
	.page-text .attachment:hover {
		text-decoration: none;
	}

.page-text .file {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/file-types.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}
	.file.doc-file,
	.file.docx-file {
		background-position: 0 0;
	}
	.file.pdf-file {
		background-position: 0 -16px;
	}
	.file.rar-file {
		background-position: 0 -32px;
	}
	.file.xls-file {
		background-position: 0 -48px;
	}
	.file.txt-file {
		background-position: 0 -64px;
	}
	.file.png-file,
	.file.jpg-file,
	.file.jpeg-file {
		background-position: 0 -80px;
	}

.filters {
    margin-bottom: 20px;
    padding: 13px 16px;
    background: #EFEFEF;
    border-radius: 5px;
}
.filters:after {
	content: '';
	clear: both;
	display: block;
}
	.filters .col-1 {
		float: left;
		width: auto;
	}
	.filters label {
		display: inline-block;
		margin-right: 13px;
		line-height: 18px;
	}
	.filters label input[type=checkbox] {
		width: 15px;
		height: 15px;
		display: block;
		float: left;
		margin-top: 3px;
		margin-right: 3px;
	}
	.filters label b {
		font-weight: 400;
		font-size: 14px;
		margin-left: 2px;
		color: #333;
	}
	.filters label b.green {
		color: green;
	}
	.filters label b.red {
		color: red;
	}
	.filters .col-2 {
		float: right;
		height: auto;
		width: auto;
	}
		.filters .col-2 a {
			text-decoration: none;
			color: #369;
			font-size: 14px;
			cursor: pointer;
			border-bottom: 1px dashed #369;
			display: inline-block;
			margin-left: 15px;
		}
		.filters .col-2 a:nth-child(1),
		.filters .col-1 a:nth-child(1) {
			margin-left: 0;
		}
		.filters .col-1 a {
			text-decoration: none;
			color: #369;
			cursor: pointer;
			font-size: 14px;
			border-bottom: 1px dashed #369;
			display: inline-block;
			margin-left: 15px;
		}
		.filters .col-1 a.active,
		.filters .col-2 a.active {
			border-bottom-color: transparent;
			color: #4e5466;
		}
		.filters .col-1 a.toggle-filter {
			margin-right: 15px;
			margin-left: 13px;
			user-select: none;
			position: relative;
		}
		.filters .toggle-filter:after {
			content: '';
			position: absolute;
			top: 6px;
			left: -13px;
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4px 0 4px 6px;
			border-color: transparent transparent transparent #336699;
		}
		.filters .toggle-filter.a:after {
			content: '';
			top: 7px;
			left: -14px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 6px 4px 0 4px;
			border-color: #336699 transparent transparent transparent;
		}
			.filters .col-2 a:hover,
			.filters .col-1 a:hover {
				border-bottom-color: transparent;
			}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 792px;
    transform: translate(-50%, -50%);
    padding: 37px 66px 37px;
    z-index: 100;
    background: #FFF url(../images/modal-bg.png) no-repeat right bottom;
    display: none;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
    .modal .modal-form {
        border-collapse: collapse;
        width: 100%;
    }
    .apply-form .modal-form input[type=text] {
    	margin: 0;
    }
    .apply-form .modal-form tr td:first-child {
    	padding-top: 0;
    	vertical-align: middle;
    }
    .apply-form .purchase-link {
    	font-size: 16px;
    	color: green;
    	text-align: center;
    }
    .modal .apply-form .hint {
    	font-size: 16px;
	    max-width: 400px;
	    text-align: center;
	    margin: 0 auto 30px;
	    color: #355EAF;
    }
    .modal .modal-form td {
        padding: 0 0 23px;
        line-height: 19px;
        font-size: 14px;
    }
    .modal .modal-form tr td:nth-child(1) {
        width: 320px;
    }
    .modal h2 {
        font-weight: 300;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 35px;
        font-family: 'Montserrat', Arial;
        text-align: center;
    }
    .rent-types:after {
        content: '';
        display: block;
        clear: both;
    }
        .rent-types span {
            display: block;
            float: left;
            width: 50%;
            height: 40px;
            line-height: 38px;
            box-sizing: border-box;
            background: #F5F4F3;
            border: 1px solid #F5F4F3;
            text-align: center;
            font-size: 14px;
            color: #393E45;
            cursor: pointer;
            border-radius: 0 4px 4px 0;
            transition: all .2s;
        }
        .rent-types span:nth-child(1) {
            border-radius: 4px 0 0 4px;
        }
        .rent-types .active {
            color: #0B7BFF;
            background: #FFF;
            border-color: #0B7BFF;
        }
    .modal .close {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        z-index: 302;
    }
    .modal .close:before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: #333;
        transform: rotate(45deg);
        transition: all .3s;
        position: absolute;
        top: 10px;
        left: 0;
    }
    .modal .close:after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: #333;
        transform: rotate(-45deg);
        transition: all .3s;
        position: absolute;
        top: 10px;
        left: 0;
    }
        .modal .close:hover:after {
            transform: rotate(0deg);
        }
        .modal .close:hover:before {
            transform: rotate(0deg);
        }
    .modal input[type=text],
    .modal input[type=number] {
        width: 300px;
        background-color: #FFF;
    }
    .modal textarea {
        width: 300px;
        background: #FFF;
    }
    .modal .result {
        font-size: 13px;
        color: green;
    }
    .modal .result.error {
        color: red;
    }
    .modal input[type=submit] {
        width: 100%;
        margin: 25px auto 15px;
    }

.hover_ {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    top: 0;
    left: 0;
}
.hover_.hidden {
    display: none;
}

.purchases-list {
	padding-top: 10px;
	margin-left: 0 !important;
}
	.purchases-list li {
		border: 1px solid #E0E0E0;
		border-radius: 4px;
		margin-bottom: 8px !important;
		list-style: none;
		padding: 7px 7px 7px 65px;
		max-width: 700px;
		min-height: 94px;
		position: relative;
		box-sizing: border-box;
	}
	.purchases-list li:after {
		content: '';
		display: block;
		clear: both;
	}
		.purchases-list li .number {
			background: linear-gradient(180deg, #27AE60 0%, #52AE27 100%);
			border-radius: 2px;
			display: block;
			width: 48px;
			position: absolute;
			height: calc(100% - 14px);
			left: 7px;
			top: 7px;
			color: #FFF;
			text-align: center;
			padding-top: 7px;
			font-weight: 500;
			font-size: 20px;
			line-height: 23px;
			box-sizing: border-box;
			margin-right: 16px;
		}
		.purchases-list .inactive .number {
			background: linear-gradient(180deg, #c5c5c5 0%, #9c9c9c 100%);
		}
		.purchases-list li .modal-link {
			color: #2F80ED;
			font-size: 14px;
			line-height: 16px;
			border-bottom: 1px solid #2F80ED;
			position: absolute;
			bottom: 7px;
			right: 7px;
		}
		.purchases-list li .date {
			position: absolute;
			top: 7px;
			right: 7px;
		}
		.purchases-list li .desc {
			color: #828282;
			margin: 6px 0 0;
			font-size: 14px;
			line-height: 18px;
			padding-right: 110px;
		}
		.purchases-list li .date {
			font-weight: 400;
			color: #828282;
			font-size: 14px;
			margin: 0 0 3px;
			font-family: 'Play', sans-serif;
			padding: 0;
    		line-height: 18px;
    		padding-left: 22px;
    		background: url(../images/calendar.png) no-repeat left center;
		}
		.purchases-list li .name {
			color: #000;
			font-size: 15px;
			line-height: 18px;
			margin-bottom: 3px;
			padding-right: 110px;
		}
			.purchases-list li a {
				font-size: 15px;
    			cursor: pointer;
			}

.purchase-tabs {
	height: 30px;
	border-bottom: 1px solid #DDD;
}
	.purchase-tabs .tab {
		display: block;
		float: left;
		margin-right: 3px;
		padding: 5px 10px;
		line-height: 19px;
		box-sizing: border-box;
		background: #DDD;
		border: 1px solid #DDD;
		border-radius: 5px 5px 0 0;
		font-size: 13px;
		cursor: pointer;
		transition: all .2s linear;
	}
	.purchase-tabs .tab.active {
		background: transparent;
		border-bottom-color: #fdfcfd;
	}
	.purchase-tabs .tab.inactive {
		background: #e5e5e5;
		color: #AAA;
		cursor: not-allowed;
	}
	.purchase-cont {
		display: none;
	}
	.purchase-cont.active {
		display: block;
	}

.requests-list {
	margin-top: 20px;
}
.requests-list tbody tr:nth-child(even) {
	background: rgba(250, 250, 250, .5);
}
.requests-list th:nth-child(1) {
	width: 40px;
}
.requests-list th:nth-child(2) {
	width: 120px !important;
}
.requests-list th:nth-child(3) {
	text-align: left;
}
.requests-list th:nth-child(4) {
	width: auto !important;
	text-align: left;
}
.requests-list th:nth-child(6) {
	width: 170px !important;
}
.requests-list th:nth-child(7) {
	text-align: left;
}

.purchase-search {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.purchase-search input[type=text] {
	display: block;
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: 1px solid #369;
    padding: 10px 43px 10px 10px;
    font-size: 14px;
}
.purchase-search input[type=submit] {
	position: absolute;
	display: block;
	top: 7px;
	right: 10px;
	width: 24px;
	height: 24px;
	border: none;
	background: url(../images/p-search.png) no-repeat center;
}
.purchase-search input[type=submit].loading {
	background: url(../images/submit2.gif) no-repeat center;
	background-size: 16px;
}

.purchase-form {
}
	.purchase-form .fields {
		padding-top: 10px;
	}
	.purchase-form .field {
		margin-bottom: 10px;
	}
		.purchase-form .field label {
			width: 100px;
			cursor: pointer;
			margin: 0 0 3px;
		}
		.purchase-form .field input[type=checkbox] {
			display: block;
			float: left;
			width: 14px;
			height: 14px;
			margin: 4px 7px 0 0;
		}
		.purchase-form .field b {
			font-size: 14px;
			color: #369;
			display: block;
			font-weight: 500;
			margin-bottom: 2px;
		}
		.purchase-form .field i {
			font-style: normal;
			color: red;
			font-size: 16px;
			display: inline-block;
			margin-left: 2px;
		}
		.purchase-form input[type=submit] {
			margin: 20px 0 0 0;
		}

.save-and-publish {
	display: inline-block;
	padding: 10px 18px;
	background: #1e631e;
	margin-right: 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
}
.save {
	display: inline-block;
	padding: 10px 18px;
	background: #355EAF;
	margin-right: 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
	line-height: 18px;
	margin-top: 10px;
}
.reject-purchase {
	display: inline-block;
	padding: 10px 18px;
	background: #ce2929;
	margin-right: 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
}

.purchases {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
	.purchases .consideration {
		background: #ffffcb;
	}
	.purchases .rejected {
		background: #ffd5d5;
	}
	.purchases .approved {
		background: #d6ffcb !important;
	}
	.purchases tr.highlited {
		background: rgba(0, 67, 255, 0.3);
	}
	.purchases th {
		color: #FFF;
		background: rgba(82, 93, 123, 0.8);
		padding: 11px 10px;
		font-size: 13px;
		text-transform: uppercase;
		border: 1px solid #505769;
		font-weight: 400;
	}
	.purchases th:nth-child(1) {
		width: 45px;
	}
	.purchases th:nth-child(2) {
		width: 90px;
	}
	.purchases th:nth-child(4) {
		width: 100px;
	}
	.purchases th:nth-child(5) {
		width: 115px;
	}
	.purchases th:nth-child(6) {
		width: 100px;
	}
	.purchases th:nth-child(7) {
		width: 230px;
	}
	.content .page-text .purchases td {
		padding: 12px 10px;
		border: 1px solid #DDD;
		font-size: 14px;
	}
		.purchases td a {
			color: #115aa2;
			cursor: pointer;
			text-decoration: none;
			border-bottom: 1px dashed #115aa2;
			margin: 0 7px;
			font-size: 13px;
		}
		.purchases td a:hover {
			border-bottom-color: transparent;
		}

.candidates {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
	.candidates tr.highlited {
		background: rgba(0, 67, 255, 0.3);
	}
	.candidates th {
		color: #FFF;
		text-align: left;
		background: rgba(82, 93, 123, 0.8);
		padding: 11px 10px;
		font-size: 13px;
		text-transform: uppercase;
		border: 1px solid #505769;
		font-weight: 400;
	}
	.candidates th:nth-child(1) { width: 58px; }
	.candidates th:nth-child(2), 
	.candidates td:nth-child(2) { 
		width: 38px; 
		text-align: center;
	}
	.candidates th:nth-child(3), 
	.candidates td:nth-child(3) { 
		width: 90px; 
		text-align: center;
	}
	.candidates th:nth-child(6),
	.candidates td:nth-child(6) {
		width: 150px;
		text-align: center;
	}
	.candidates th:nth-child(8),
	.candidates td:nth-child(8) {
		width: 174px;
		text-align: center;
	}
	.candidates.tbl2 th:nth-child(2), 
	.candidates.tbl2 td:nth-child(2) { 
		width: auto;
		text-align: left;
	}
	.candidates.tbl2 th:nth-child(3), 
	.candidates.tbl2 td:nth-child(3) { 
		width: 120px;
		text-align: center;
	}
	.candidates.tbl2 td:nth-child(4),
	.candidates.tbl2 th:nth-child(4) {
		width: 264px;
		text-align: center;
	}
	.candidates th:nth-child(7),
	.candidates td:nth-child(7) {
		width: 160px;
		text-align: center;
	}
	.content .page-text .candidates td {
		padding: 12px 10px;
		border: 1px solid #DDD;
		font-size: 14px;
	}
		.candidates td span.green {
			color: green;
		}
		.candidates td span.red {
			color: red;
		}
		.candidates td span.gray {
			color: gray;
		}
		.candidates td i {
			width: 10px;
			height: 10px;
			display: inline-block;
			border-radius: 50%;
			margin-right: 6px;
		}
		.candidates td i.red {
			background: red;
		}
		.candidates td i.green {
			background: green;
		}
		.candidates td a {
			color: #115aa2;
			cursor: pointer;
			text-decoration: none;
			border-bottom: 1px dashed #115aa2;
			margin: 0 7px;
			font-size: 13px;
		}
		.candidates td a:hover {
			border-bottom-color: transparent;
		}
	.candidates .flag {
		width: 7px;
		display: block;
		float: left;
		margin-top: 8px;
		height: 7px;
		box-sizing: border-box;
		margin-right: 5px;
		border-radius: 50%;
		padding: 0;
	}
	.candidates .flag.red {
		background: red;
	}
	.candidates .flag.green {
		background: green;
	}
	.candidates .flag.gray {
		background: gray;
	}

.pages {
	text-align: center;
	padding: 20px;
}
	.pages a {
		display: inline-block;
		margin: 0 2px;
		padding: 3px 8px;
		color: #115aa2;
		font-size: 14px;
		text-decoration: none;
		transition: all .2s;
		line-height: 18px;
		border-bottom: none !important;
	}

.steps-switch {
	margin-bottom: 30px;
}
.steps-switch:after {
	content: '';
	clear: both;
	display: block;
}
	.steps-switch a {
		display: block;
		float: left;
		width: 200px;
		margin-left: 3px;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		background: #DFDFDF;
		color: #555;
		box-sizing: border-box;
		padding-left: 20px;
		border-radius: 3px;
		transition: background-color 0.2s;
	}
	.steps-switch a.loading {
		background: #264b95 url(../images/submit.gif) no-repeat right 15px center !important;
		background-size: 24px !important;
		color: #FFF;
	}
	.steps-switch a:nth-child(1) {
		margin-left: 0;
	}
	.steps-switch a.active,
	.steps-switch a:hover {
		background: #264b95;
		color: #FFF;
	}
	.steps-switch a.inactive {
		background: #F5F5F5 !important;
		color: #999 !important;
		cursor: default;
	}

.v-sections {
}
	.v-sections .section {
		display: block;
		margin-bottom: 2px;
		position: relative;
		text-decoration: none;
	}
	.v-sections .section .hover {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.6);
		display: none;
		z-index: 10;
	}
		.v-sections .section h3 {
			position: absolute;
			top: 15px;
			left: 15px;
			color: #FFF;
			z-index: 20;
			transition: all .4s;
		}
		.v-sections .section a {
			bottom: 15px;
			left: 15px;
			color: #4D4D4D;
			font-weight: 400;
			height: 32px;
			line-height: 32px;
			background: #FFF;
			padding: 0 20px;
			text-decoration: none;
			font-size: 14px;
			border-radius: 4px;
			display: inline-block;
			margin-top: 10px;
			transition: all .3s;
		}
			.v-sections .section a:hover {
				background: #F0F0F0;
			}
		.v-sections .section .text {
			display: none;
			position: absolute;
			width: 100%;
			bottom: 20px;
			box-sizing: border-box;
			padding: 0 20px;
			z-index: 20;
		}
			.v-sections .section .text p {
				color: #FFF;
				font-size: 16px;
				line-height: 22px;
			}

#city-menu,
#structure-menu {
	height: 250px;
}
.ui-selectmenu-button.ui-button {
	padding: 13px 15px;
    max-width: 300px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #355EAF;
	background: #355EAF;
	font-weight: normal;
	color: #ffffff;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 10px 15px;
}

.s-panel {
    background: #F0F0F0;
    padding: 15px;
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
	text-align: center;
}
	.s-panel select {
		height: 30px;
		line-height: 30px;
		padding: 0 6px;
		font-size: 14px;
		width: 220px;
	}
	.s-panel .select-field {
		width: 360px;
		display: inline-block;
		height: 46px;
		line-height: 44px;
		border: 1px solid #CCC;
		position: relative;
		box-sizing: border-box;
		text-align: left;
		margin: 0 15px;
	}
		.s-panel .select-field .selected {
			padding: 0px 12px;
			background: #FFF;
			color: #444;
			cursor: pointer;
			position: relative;
			height: 44px;
			line-height: 44px;
			overflow: hidden;
		}
		.s-panel .select-field .selected:after {
			content: '';
			display: block;
			position: absolute;
			top: 17px;
			right: 12px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 11px 8px 0 8px;
			border-color: #444444 transparent transparent transparent;
		}
		.s-panel .select-field .variants {
			position: absolute;
			top: 44px;
			left: -1px;
			width: 360px;
			box-sizing: border-box;
			background: #FFF;
			border: 1px solid #CCC;
			border-top: none;
			display: none;
			height: 221px;
			overflow-y: scroll;
		}
			.s-panel .select-field .variants div {
				padding: 10px 12px;
				border-top: 1px solid #CCC;
				cursor: pointer;
				color: #444;
				line-height: 23px;
			}
	.s-panel .c {
		float: left;
		margin-right: 15px;
	}
	.s-panel label {
		display: block;
		font-size: 14px;
		margin-bottom: 4px;
		color: #555;
	}

.v-list {
	position: relative;
	min-height: 250px;
}
	.v-list.loading {
		opacity: 0.5;
	}
	.v-list.loading:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 32px;
		height: 32px;
		top: 80px;
		left: calc(50% - 16px);
		background: url(../images/v-loading.gif) no-repeat center;
	}

.vacancy {
	margin-bottom: 20px;
	border-top: 1px dashed #AAA;
	padding-top: 20px;
	position: relative;
	cursor: pointer;
}
.vacancy.first {
	padding-top: 10px;
	border-top: none;
}
	.vacancy h4 {
		cursor: pointer;
		padding-right: 230px;
		color: #355EAF;
		font-size: 18px;
		font-family: 'Exo 2', sans-serif;
		margin-bottom: 0;
	}
	.vacancy h5 {
		font-size: 15px;
		color: #355eaf;
		margin-bottom: 5px;
	}
	.vacancy .info {
		display: none;
		padding-top: 15px;
	}
	.vacancy .info p {
		margin-bottom: 20px;
	}
	.vacancy .date {
		font-size: 14px;
		line-height: 22px;
		color: #333;
		margin-bottom: 12px;
		font-family: 'PT Sans', sans-serif;
		font-weight: 600;
		position: absolute;
		right: 0;
		top: 31px;
		text-align: right;
	}
		.vacancy .date b {
			display: block;
			font-weight: normal;
			margin-top: 10px;
			padding-left: 20px;
			background: url(../images/location.png) no-repeat left center;
			color: #4e5466;
			font-size: 16px;
		}
	.vacancy a {
		background: #355eaf;
		color: #FFF;
		text-decoration: none;
		padding: 8px 20px;
		display: inline-block;
		margin-top: 5px;
		transition: all .2s;
	}
		.vacancy a:hover {
			background: #264b95;
		}

.content .page-text .log-list {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
	.content .page-text .log-list td {
		padding: 5px 15px 0;
		font-size: 14px;
		color: #333;
		border: none;
	}
	.content .page-text .log-list td:nth-child(1) {
		padding: 0;
		text-align: center;
		width: 40px;
	}
	.content .page-text .log-list td:nth-child(2) {
		width: 140px;
	}
	.content .page-text .log-list td:nth-child(5) {
		width: 350px;
	}
		.content .page-text .log-list td span {
			display: block;
			width: 30px;
			text-align: center;
			font-weight: 900;
			color: #369;
			border-radius: 5px;
			line-height: 20px;
			padding: 3px;
			margin-top: 5px;
		}
		.content .page-text .log-list tr:nth-child(2) span {
			margin-top: 7px;
		}
	.content .page-text .log-list .th {
		color: #369 !important;
		font-weight: 600;
		background: none !important;
		border: none;
		border-bottom: 1px solid #DDD;
		border-radius: 0 !important;
		padding: 7px 15px;
	}

.structures-list {
	padding-top: 20px;
}
	.structures-list .structure-block {
		width: 25%;
		float: left;
		box-sizing: border-box;
		padding: 20px;
		transition: background .3s;
	}
	.structures-list .structure-block:hover {
		background: #EAEAEA;
	}
	.structures-list .structure-block a {
		display: block;
		text-decoration: none;
		position: relative;
		margin: 0 auto;
		max-width: 300px;
	}
	.structures-list .structure-block .hvr {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		box-sizing: border-box;
		transition: all .3s;
		border-color: #355EAF;
	}
	.structures-list .structure-block:hover .hvr {
		border: 15px solid rgba(255, 255, 255, 0.5);
	}
	.structures-list .structure-block .img {
		position: relative;
	}
	.structures-list .structure-block img {
		display: block;
		margin: 0 auto 5px;
		max-width: 300px;
		width: 100%;
	}
	.structures-list .structure-block b {
		font-size: 18px;
		line-height: 22px;
		font-weight: 300;
		padding-top: 5px;
		display: block;
		box-sizing: border-box;
		height: 71px;
		vertical-align: middle;
		text-align: center;
		color: #355EAF;
		font-family: 'Play';
		letter-spacing: -.5px;
		transition: all .3s;
	}
.structures-list:after {
	content: '';
	clear: both;
	display: block;
}

.files-form ol li {
	padding-left: 5px;
	margin-bottom: 20px;
}
.files-form p {
	padding-left: 28px;
}
	.files-form .added {
		max-width: 690px;
		border-bottom: 1px dashed #DFDFDF;
		position: relative;
	}
	.files-form .delete-file {
		color: red;
		cursor: pointer;
		font-size: 14px;
		border-bottom-color: red;
		position: absolute;
	    right: -110px;
	    top: 50%;
	    transform: translate(0, -50%);
	}
	.files-form p a {
		cursor: pointer;
		font-size: 14px;
		display: inline-block;
		margin-top: 5px;
	}

/* =========== Calendar CSS =========== */

.ui-datepicker {
	display: none;
	background: #FFF;
	color: #333;
	z-index: 100 !important;
	border: none !important;
} 
	.ui-datepicker .ui-datepicker-title {
		margin: 0 auto;
		line-height: 20px;
		text-align: center;
	}
		.ui-datepicker .ui-datepicker-title span {
			font-size: 12px;
			color: #FFF;
			text-transform: uppercase;
		}
	.ui-datepicker .ui-datepicker-header { 
		position: relative;
		padding: 6px 0px;
		background: #369;
		color: #FFF;
		font-weight: normal;
		top: 2px;
		border-radius: 0 !important;
	} 
		.ui-widget-header a {
			color: #FFF;
		}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	width: 18px;
	height: 18px;
}
.ui-datepicker .ui-datepicker-today a {
	color: #369;
	font-weight: bold;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
	cursor: pointer;
	background: none;
}
	.ui-datepicker .ui-datepicker-next span {
		display: block;
		position: absolute;
		left: 2px;
		top: 4px;
		width: 9px;
		height: 9px;
		text-indent: -9999px;
		border-left: 1px solid #FFF;
		border-top: 1px solid #FFF;
		transform: rotate(135deg);
		background: none;
		margin: 0;
	}
	.ui-datepicker .ui-datepicker-next.ui-state-disabled {
		cursor: default;
	}
	.ui-datepicker .ui-datepicker-next.ui-state-disabled span {
		border-left: 1px solid #7d7575;
		border-top: 1px solid #7d7575;
	}

.ui-datepicker-trigger {
}		

.ui-state-disabled .ui-state-default {
	cursor: default !important;
	color: #CCC !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	cursor: pointer;
	background: none;
}
	.ui-datepicker .ui-datepicker-prev span {
		display: block;
		position: absolute;
		left: 7px;
		top: 4px;
		height: 9px;
		width: 9px;
		text-indent: -9999px;
		border-left: 1px solid #FFF;
		border-top: 1px solid #FFF;
		transform: rotate(-45deg);
		background: none;
		margin: 0;
	}

.ui-datepicker table {
	border-collapse: collapse;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker th { 
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	border: 0;
	border: 1px solid #CCC;
}
	.ui-datepicker th span {
		font-size: 12px;
		color: #505a73;
	}
.ui-datepicker td { 
	border: 0;
	width: 32px;
	border: 1px solid #CCC;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #444;
	line-height: 28px;
	background: none;
	border: none;
}
.ui-datepicker .ui-state-active {
	font-weight: bold !important;
	color: #FFF !important;
	background: #355EAF !important;
}
.ui-state-hover {
	background: #F0F0F0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #3383bb;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #FFF;
	color: #444;
}

/* ==================================== */

@media screen and (max-width: 1700px) {
	.menu .section .svg {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 1600px) {
	.map .info-left {
		padding: 25px;
	}
	.map .info-right {
		padding: 25px;
	}
	.stats > div {
		padding: 0 10px;
	}
	.block-2 {
		height: calc((100% - 541px)/2);
	}
	.block-3 {
		height: calc((100% - 541px)/2);
	}
}

@media screen and (max-width: 1400px) {
	.candidates th:nth-child(1) {
		width: 46px;
	}
	.candidates th:nth-child(6),
	.candidates th:nth-child(7), 
	.candidates th:nth-child(8) {
		width: auto;
	}
	.structures-list .structure-block {
		width: 33.33%;
	}
	.structures-list .clearfix {
		display: none;
	}
	.map {
		min-height: 383px;
	}
	.leader .photo {
		width: 174px;
	}
	.top-article .photo {
		width: 200px;
	}
	.top-article .text {
		width: calc(100% - 200px);
	}
	.main .col-1 {
		float: none;
		width: 100%;
	}
	.main .col-2 {
		float: none;
		width: 100%;
		display: none;
	}
	.content .sub-menu {
		width: 180px;
	}
	.content .sub-menu a {
		font-size: 12px;
	}
	.page-text p,
	table td {
		font-size: 14px;
	}
	.page-text ol li, .page-text ul li {
		line-height: 20px;
		font-size: 14px;
	}
	.content .page-text {
		width: calc(100% - 190px);
	}
	.menu {
		width: 125px;
	}
	.menu .section {
		padding: 14px 0;
	}
	.menu .section .svg {
		margin-bottom: 4px;
		width: 30px;
		height: 30px;
	}
	.content {
		width: calc(100% - 145px);
	}
	.menu .section b {
		font-size: 11px;
	}
	.menu p {
		bottom: 8px;
		font-size: 12px;
		line-height: 16px;
	}
	.faq-element .photo span {
		width: 80px;
	}
	.faq-element .text {
		width: calc(100% - 92px);
	}
}
