/*
Theme Name: Consult
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: 
Version: 100.0
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700&subset=cyrillic');
/* Eric Meyer's CSS Reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #222;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
input[type=submit], button {
	-webkit-appearance: none;
	cursor: pointer;
}
textarea, input {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #000;
}
.inner {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #004278;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.spanlink {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	overflow: hidden;
}
.wrapper.menu-opened {
	padding-right: 270px;
}
.site-container{
	flex: 1 0 auto;
	position: relative;
	z-index: 5;
	background: #fff;
}
.inline-block{
	display: inline-block;
}

/* Header
-----------------------------------------------------------------------------*/

.site-header-panel{
	background: #004278;
	color: #fff;
	padding: 13px 0 6px;
}
.site-header-panel > .inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.site-header-panel__left{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	width: 35%;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	padding-top: 3px;
}
.site-header-panel__city{
	height: 15px;
	font-size: 14px;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
	position: relative;
}
.site-header-panel__city:before{
	content: '';
	display: block;
	width: 13px;
	height: 18px;
	background: url(images/header-icon-3.png) no-repeat;
	position: absolute;
	top: -2px;
	left: -24px;
}
.site-header-panel__right{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
}
.site-header-panel__menu{
	padding: 0 15px 0 0;
	margin-top: -1px;
	white-space: nowrap;
}
.site-header-panel__menu li{
	display: inline-block;
	padding: 4px 8px 0 17px;
	position: relative;
}
.site-header-panel__menu li:before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #439acf;
	position: absolute;
	top: 10px;
	left: 0;
}
.site-header-panel__menu li:first-child{
	padding: 4px 8px;
}
.site-header-panel__menu li:first-child:before{
	display: none;
}
.site-header-panel__menu li a{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #fff;
	text-decoration: none;
}
.site-header-panel__menu li a:hover{
	color: #3399ff;
}
.site-header-panel__search{
	height: 20px;
	padding: 0 12px;
	border-left: 1px solid #fff;
	white-space: nowrap;
	position: relative;
}
.site-header-panel__search-icon{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #439acf url(images/header-icon-1.png) no-repeat center top 2px;
	margin: -2px 0 0;
	cursor: pointer;
}
.site-header-panel__search-icon:hover{
	background: #cdcdcd url(images/header-icon-1.png) no-repeat center bottom 4px;
}
.site-header-panel__search-input{
	display: none;
}
.site-header-panel__search-input.opened{
	display: inline-block;
	vertical-align: top;
}
.site-header-panel__search-input input[type=text]{
	width: 112px;
	height: 20px;
	border: none;
	background: #cdcdcd;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
}
.site-header-panel__search-input input[type=submit]{
	display: none;
}
.site-header-panel__phone{
	height: 20px;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 16px;
	white-space: nowrap;
	border-left: 1px solid #fff;
	padding-left: 24px;
}
.site-header-panel__phone a{
	padding-left: 35px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.site-header-panel__phone a:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #439acf url(images/header-icon-2.png) no-repeat center;
	position: absolute;
	top: -2px;
	left: 0;
}
.site-header-panel__phone a:hover{
	color: #3399ff;
}
.site-header-panel__menu-hided{
	margin-left: 22px;
}
.site-header-panel__menu-hided ul{
	display: none;
}
.site-header-panel__menu-hided-handler{
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.site-header-panel__menu-hided-handler span{
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
.site-header-panel__menu-hided-handler span:before{
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
}
.site-header-panel__menu-hided-handler span:after{
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
}
.site-header-panel__menu-hided-handler:hover span,.site-header-panel__menu-hided-handler:hover span:before,.site-header-panel__menu-hided-handler:hover span:after{
	background-color: #3399ff;
}
.site-header__main{
	padding: 10px 0 5px;
	background: #fff;
}
.site-header__main.scrolled{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.menu-opened .site-header__main.scrolled{
	padding-right: 270px;
}
.site-header__main.search-opened{
	padding-bottom: 35px;
}
.customize-support .site-header__main.scrolled{
	top: 32px;
}
.site-header__main .inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.site-header__logo{
	width: 270px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.site-header__main.scrolled .site-header__logo{
	width: 225px;
}
.site-header__right{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
    -ms-flex-align: start;
	align-items: flex-start;
	z-index: 100;
}
.site-header__nav{
	text-align: right;
	padding: 2px 6px 0 0;
	white-space: nowrap;
}
.site-header__nav nav > ul > li{
	display: inline-block;
	box-sizing: border-box;
	height: 20px;
	padding: 3px 9px 0 8px;
	position: relative;
}
.site-header__nav nav > ul > li.site-header__nav_li-special{
	border-left: 1px solid;
}
.site-header__nav nav > ul > li:last-child{
	padding-right: 0;
}
.site-header__nav nav > ul > li > a{
	font-size: 17px;
	font-weight: 600;
	line-height: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.site-header__nav nav > ul > li > a:hover{
	color: #3399ff;
}
.site-header__nav nav > ul > li.site-header__nav_li-special a{
	font-weight: 600;
	color: #ff6600;
}
.site-header__nav nav > ul > li > ul{
	display: none;
}
.site-header__nav nav > ul > li:hover > ul{
	display: block;
	text-align: left;
	white-space: nowrap;
	padding: 5px 0 8px;
	position: absolute;
	top: 31px;
	left: -4px;
	background: #fff;
	border-top: 5px solid #3a98c8;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.site-header__nav nav > ul > li:hover > ul:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #3a98c8;
	position: absolute;
	top: -15px;
	left: 30px;
}
.site-header__nav nav > ul > li:hover > ul:after{
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}
.site-header__nav nav > ul > li > ul > li{
	display: block;
	position: relative;
	border-left: 5px solid transparent;
}
.site-header__nav nav > ul > li > ul > li:hover{
	border-color: #3a98c8;
}
.site-header__nav nav > ul > li > ul > li > a{
	display: block;
	padding: 8px 25px 9px 10px;
	font-size: 16px;
	line-height: 13px;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.site-header__nav nav > ul > li > ul > li.menu-item-has-children > a:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #3a98c8;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 11px;
	right: 10px;
}
.site-header__nav nav > ul > li > ul > li > a:hover{
	color: #3399ff;
}
.site-header__nav nav > ul > li > ul > li > ul{
	display: none;
	width: 250px;
	white-space: normal;
	position: absolute;
	top: 0;
	right: -250px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.site-header__nav nav > ul > li > ul > li:hover > ul{
	display: block;
}
.site-header__nav nav > ul > li > ul > li > ul > li{
	display: block;
	padding: 8px 10px 9px;
	position: relative;
}
.site-header__nav nav > ul > li > ul > li > ul > li > a{
	display: block;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #000;
}
.site-header__nav nav > ul > li > ul > li > ul > li > a:hover{
	color: #3399ff;
}
.site-header__nav .touch-menu{
	display: none;
}
.site-header__main.scrolled .site-header__phone a:before{
	width: 0;
}
.site-header__main.scrolled .site-header__phone a{
	padding-left: 0;
}
.site-header__search{
	max-width: 0;
	opacity: 0;
	height: 24px;
	border-left: 1px solid #fff;
	white-space: nowrap;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	overflow:hidden;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.site-header__search.search-opened{
	overflow: visible;
}
.site-header__search:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: #000;
}
.site-header__main.scrolled .site-header__search{
	max-width: 100px;
	opacity: 1;
}
.site-header__search-icon{
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #439acf url(images/header-icon-1.png) no-repeat center top 2px;
	margin: 0 7px;
	cursor: pointer;
}
.site-header__search-icon:hover{
	background: #cdcdcd url(images/header-icon-1.png) no-repeat center bottom 4px;
}
.site-header__search-input{
	display: none;
}
.site-header__search-input.opened{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 35px;
	right: 0;
}
.site-header__search-input input[type=text]{
	width: 200px;
	height: 27px;
	border: 1px solid #ccc;;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
}
.site-header__search-input input[type=submit]{
	display: none;
}
.site-header__phone{
	max-width: 0;
	opacity: 0;
	height: 24px;
	font-size: 16px;
	line-height: 13px;
	white-space: nowrap;
	border-left: 1px solid #fff;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	overflow:hidden;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.site-header__phone:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: #000;
}
.site-header__main.scrolled .site-header__phone{
	max-width: 200px;
	opacity: 1;
	padding: 0 8px;
}
.site-header__phone a{
	height: 24px;
	padding-left: 35px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	position: relative;
}
.site-header__phone a:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #439acf url(images/header-icon-2.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header__phone a:hover{
	color: #3399ff;
}
.site-header__menu-hided{
	max-width: 0;
	opacity: 0;
	height: 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.site-header__main.scrolled .site-header__menu-hided{
	max-width: 100px;
	opacity: 1;
	margin-left: 8px;
}
.site-header__menu-hided ul{
	display: none;
}
.site-header__menu-hided-handler{
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.site-header__menu-hided-handler span{
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
.site-header__menu-hided-handler span:before{
	content: '';
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
}
.site-header__menu-hided-handler span:after{
	content: '';
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
}
.site-header__menu-hided-handler:hover span,.site-header__menu-hided-handler:hover span:before,.site-header__menu-hided-handler:hover span:after{
	background-color: #3399ff;
}
.site-header__link{
	height: 24px;
	padding: 0 0 0 8px;
	white-space: nowrap;
	font-size: 17px;
	line-height: 13px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	position: relative;
}
.site-header__link:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: #000;
	
}
.site-header__link a{
	display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	color: #ff6600;
	position: relative;
	top: -1px;
}
.site-header__main.scrolled .site-header__link a{
	position: static;
	top: auto;
	font-size: 16px;
}
.site-header__main.scrolled .site-header__nav nav > ul > li{
	padding-top: 5px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
}
.content {
	min-height: 1px;
	padding: 0 335px 0 0;
}
.content.nosidebar {
	padding: 0;
}
.content-head{
	margin-bottom: 34px;
}
.content-head__title{
	padding: 10px 0;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #3a98c8;
	position: relative;
}
.content-head__title:before{
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
.content-head__image{
	margin-bottom: 22px;
	height: 220px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.content-head_img-headline .content-head__image:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 1;
	opacity: 0.3;
}
.content-head__image img{
	display: block;
}
.content-head__image-headline{
    display: table;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	position: relative;
	z-index: 2;
}
.content-head__image-headline span{
    display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 220px;
}
.content-head_info-headline .content-head__image-headline span{
	height: 150px;
}
.content-head__info{
	text-align: center;
	padding: 25px 0 0;
	position: relative;
	z-index: 2;
}
.content-head__info li{
	display: inline-block;
	max-width: 300px;
	margin: 0 34px;
	font-size: 18px;
	color: #fff;
}
.content-head__info li i{
	display: inline-block;
	font-size: 23px;
	margin-right: 10px;
}
.content-head__info li a{
	color: #fff;
	text-decoration: none;
}
.content-head__info li a:hover{
	text-decoration: underline;
}
.content-head__breadcrumbs{
	padding-right: 371px;
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #666;
}
.content-head__breadcrumbs > div{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-bottom: 5px;
}
.content-head__breadcrumbs a{
	color: #666;
	text-decoration: none;
}
.content-head__breadcrumbs a:hover{
	text-decoration: underline;
}
.single-post__title{
	overflow: hidden;
	max-height: 78px;
	font-size: 26px;
	font-weight: 600;
	color: #004278;
	margin-bottom: 18px;
	padding-bottom: 3px;
}
.single-post__title a{
	text-decoration: none;
}
.single-post__info{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.single-post__info-container{
	padding: 7px 0 9px;
}
.single-post__info-item{
	display: inline-block;
	padding: 0 6px 0 9px;
	border-left: 1px solid #666;
	font-size: 18px;
	color: #004278;
}
.single-post__info-item:first-child{
	border: none;
	padding-left: 0;
}
.single-post__info-item a{
	color: #004278;
	text-decoration: none;
}
.single-post__info-item a:hover{
	color: #3399ff;
}
.single-post__info-social{
	margin-bottom: 9px;
}
.single-post__info-social > div.vkontakte,.single-post__info-social > div.social-likes__widget_vkontakte{background: #3a98c8;}
.single-post__info-social > div.facebook,.single-post__info-social > div.social-likes__widget_facebook{background: #004278;}
.single-post__image{
	margin-bottom: 15px;
}
.single-post__image img{
	width: 100%;
}

.post-body{
	font-size: 17px;
	line-height: 24px;
	color: #333;
}
.single-training .post-body{
	min-height: 1px;
}
.post-body h1{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004278;
	margin-bottom: 25px;
	text-align: center;
	line-height: 25px;
}
.post-body h2{
	font-size: 27px;
	font-weight: 600;
	color: #004278;
	margin-bottom: 15px;
}
.post-body h3{
	font-size: 22px;
	color: #004278;
	margin-bottom: 5px;
}
.single .post-body h2{
	font-weight: 600;
	padding-top: 13px;
	margin-bottom: 10px;
}
.post-body p{
	margin-bottom: 20px;
}
.archive .post-body p{
	margin-bottom: 0;
}
.post-body ul,.post-body ol{
	padding: 10px 0 19px 10px;
	font-size: 16px;
	line-height: 24px;
}
.post-body li{
	position: relative;
	padding: 0 0 15px 39px;
	overflow: hidden;
}
.post-body li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ff9a22;
}
.section-childpages .post-body li{
	padding-bottom: 8px;
}
.section-childpages .post-body li:before{
	background: #9a9a9a;
}
.post-body .list-margin-small li{
	padding-bottom: 8px;
}
.post-body .list-color-grey li:before{
	background: #9a9a9a;
}
.post-body blockquote{
	position: relative;
	padding: 11px 20px 0 30px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 36px;
}
.post-body blockquote:before{
	content: '';
	display: block;
	width: 8px;
	background: #ff9a22;
	position: absolute;
	top: 18px;
	left: 0;
	bottom: 5px;
}
.post-body blockquote p{
	margin-bottom: 0;
}
.post-body .quote-2{
	padding: 23px 30px;
	background: #f4f4f4;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 32px;
}
.post-body .quote-2__author{
	clear: both;
	text-align: right;
}
.post-body .quote-2 p{
	margin-bottom: 0;
}
.post-body__row{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	clear: both;
	margin: 0 -15px;
}
.section-childpages .post-body__row{
	margin-bottom: 62px;
}
.post-body__row:after{
	content: '';
	display: block;
	clear: both;
}
.post-body__col{
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
.post-body__row:nth-of-type(even) .post-body__col:nth-child(1){order: 2;}
.post-body__row:nth-of-type(even) .post-body__col:nth-child(2){order: 1;}
.post-body__row.post-body__row_inv:nth-of-type(even) .post-body__col:nth-child(1){order: 1;}
.post-body__row.post-body__row_inv:nth-of-type(even) .post-body__col:nth-child(2){order: 2;}
.post-body__row.post-body__row_inv:nth-of-type(odd) .post-body__col:nth-child(1){order: 2;}
.post-body__row.post-body__row_inv:nth-of-type(odd) .post-body__col:nth-child(2){order: 1;}
.post-body .btn-effect span{
	padding-top: 9px;
	padding-bottom: 9px;
}
.post-body__row:nth-of-type(even) .btn-effect{
	float: right;
}
.single-post__pagination{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 17px 0;
	font-size: 14px;
	margin-bottom: 41px;
}
.single-post__pagination a{
	text-decoration: none;
}
.single-post__pagination a:hover{
	color: #3399ff;
}

.single-post__bottominfo{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 30px;
	background: #f4f4f4;
	margin-bottom: 57px;
}
.single-post__bottominfo-container{
	padding-top: 8px;
}
.single-post__bottominfo-view{
	display: inline-block;
	background: url(images/postinfo-icon-1.png) no-repeat left center;
	padding: 0 0 0 24px;
	font-size: 14px;
	color: #666;
	margin-right: 28px;
}
.single-post__bottominfo-comment{
	display: inline-block;
	background: url(images/postinfo-icon-2.png) no-repeat left center;
	padding: 0 0 0 21px;
	font-size: 14px;
	color: #666;
}
.single-post__bottominfo-socialtext{
	display: inline-block;
	vertical-align: top;
	padding-top: 8px;
	margin-right: 12px;
	font-size: 14px;
	color: #666;
}
.single-post__bottominfo-social > div{
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	/*width: 50px;*/
	height: 30px;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0 6px;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.single-post__bottominfo-social > div:last-child{
	margin-right: 0;
}
.single-post__bottominfo-social > div.vkontakte,.single-post__bottominfo-social > div.social-likes__widget_vkontakte{background: #3a98c8;}
.single-post__bottominfo-social > div.facebook,.single-post__bottominfo-social > div.social-likes__widget_facebook{background: #004278;}
.archive .single-post__bottominfo{
	background: none;
	padding: 23px 0;
	margin-bottom: 32px;
}
.archive .single-post__bottominfo-container{
	padding-top: 0;
}
.single-post__bottominfo-link a{
	font-size: 14px;
	color: #004278;
	text-decoration: none;
}

.archive .pagination,.page-id-40 .pagination,.page-id-802 .pagination{
	padding: 3px 0 0;
	text-align: right;
	margin-bottom: 30px;
}
.archive .pagination span,.archive .pagination a,.page-id-40 .pagination span,.page-id-40 .pagination a,.page-id-802 .pagination span,.page-id-802 .pagination a{
	display: inline-block;
	padding: 4px 7px;
	margin: 0 1px;
	background: none;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	border-radius: 3px;
}
.archive .pagination span,.archive .pagination a:hover,.page-id-40 .pagination span,.page-id-40 .pagination a:hover,.page-id-802 .pagination span,.page-id-802 .pagination a:hover{
	background: #cdcdcd;
}


.section-callback1{
	padding: 30px 0 35px;
	background: #439acf;
	color: #fff;
}
.section-callback1 .inner{
	max-width: 970px;
}
.section-callback1__title{
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0.3px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 31px;
}
.section-callback1__form{
	margin: 0 -19px;
	font-size: 0;
}
.section-callback1__form-col{
	display: inline-block;
	width: 33.333333%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 19px;
	font-size: 16px;
}
.section-callback1__form-name{
	width: 100%;
	height: 42px;
	vertical-align: top;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 27px;
	border-radius: 3px;
	background: #fff;
	font-size: 16px;
	color: #000;
}
.section-callback1__form-tel{
	width: 100%;
	height: 42px;
	vertical-align: top;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 27px;
	border-radius: 3px;
	background: #fff;
	font-size: 16px;
	color: #000;
}

.section-callback1__submit-btn{
	display: block;
	position: relative;
	cursor: pointer;
}
.section-callback1__submit-btn_default{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #ff8a00;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-callback1__submit-btn_hover{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #fe682f;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-callback1__submit-btn:hover .section-callback1__submit-btn_default{
	/*top: -12px;
	bottom: 12px;*/
}
.section-callback1__submit-btn:hover .section-callback1__submit-btn_hover{
	opacity: 1;
	/*top: -12px;
	bottom: 12px;*/
}
.section-callback1 input[type=submit]{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	opacity: 0;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
}
.section-quote{
	padding: 33px 0 31px;
	background: #f4f4f4;
}
.section-quote__body{
	padding:  0 0 0 22px;
	border-left: 8px solid #ff9a22;
}
.section-quote__title{
	font-size: 26px;
	color: #004278;
	margin-bottom: 9px;
}
.section-quote__text{
	font-size: 18px;
	line-height: 24px;
	color: #666;
}


.section-expierence{
	padding: 35px 0 47px;
	background-position: center;
	background-size: cover;
}

.section-expierence__container{
	margin: 0 -13px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #fff;
}
.section-expierence__item{
	width: 33.3333333%;
	text-align: center;
}
.section-expierence__textbig{
	margin-bottom: 10px;
	font-size: 72px;
	font-weight: bold;
}
.section-expierence__textbig .arr{
	font-size: 48px;
}
.section-expierence__textsmall{
	font-size: 22px;
	line-height: 24px;
}
.home-toptext{
	padding: 12px 0;
	background: #3a98c8;
	font-size: 26px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home-toptext:before{
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
.home-slider{
	position: relative;
	height: 500px;
}
.home-slider .inner{
	height: 500px;
	box-sizing: border-box;
	padding-bottom: 45px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.home-slider__text-1{
	font-size: 42px;
	line-height: 48px;
	font-weight: 600;
	color: #004278;
	margin-bottom: 23px;
}
.home-slider__text-2{
	font-size: 26px;
	line-height: 30px;
	color: #004278;
	margin-bottom: 31px;
}
.home-slider__buttons .btn-effect{
	margin-right: 19px;
}
.home-slider__slides{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.home-slider__slides .slick-list.draggable,.home-slider__slides .slick-track{
	height: 100%;
}
.home-slider__slide{
	background-size: cover;
	background-position: center;
}
.tab-item{
	display: none;
}
.tab-item:first-child{
	display: block;
}
.section-tabs1__wrapper-tab{
	-webkit-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.2);
	background: #f4f4f4;
}
.section-tabs1__tabs{
	margin: 0 -2px;
	font-size: 0;
}
.section-tabs1__tab{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 2px;
}
.section-tabs1__tab-inner{
	height: 120px;
	box-sizing: border-box;
	padding: 48px 20px 0;
	background: #004278;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.section-tabs1__tab.active .section-tabs1__tab-inner{
	background: #f4f4f4;
	color: #004278;
	cursor: default;
}
.section-tabs1__tab-img{
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -43px;
	width: 87px;
	height: 87px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center top;
}
.section-tabs1__tab.active .section-tabs1__tab-img{
	background-color: #439acf;
	background-position: center bottom;
}
.section-tabs1__tab.tab-1 .section-tabs1__tab-img{background-image: url(images/tab-icon-1.png);}
.section-tabs1__tab.tab-2 .section-tabs1__tab-img{background-image: url(images/tab-icon-2.png);}
.section-tabs1__tab.tab-3 .section-tabs1__tab-img{background-image: url(images/tab-icon-3.png);}
.section-tabs1__tab.tab-4 .section-tabs1__tab-img{background-image: url(images/tab-icon-4.png);}


.section-tabs1__tab-item{
	padding: 41px 21px 46px;
}
.section-tabs1__tab-content-img{
	float: left;
	width: 38%;
	box-sizing: border-box;
	padding-top: 7px;
}
.section-tabs1__tab-content-text{
	float: left;
	width: 62%;
	box-sizing: border-box;
	padding: 0 0 0 14px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-tabs1__tab-content-text h2{
	font-size: 27px;
	font-weight: 600;
	color: #004278;
	margin-bottom: 15px;
}
.section-tabs1__tab-content-text h3{
	font-size: 22px;
	color: #004278;
	margin-bottom: 5px;
}
.section-tabs1__tab-content-text ul{
	margin-bottom: 3px;
}
.section-tabs1__tab-content-text li{
	position: relative;
	padding: 0 0 18px 34px;
}
.section-tabs1__tab-content-text li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 11px;
	left: 10px;
	background: #ff9a22;
}
.section-tabs1__tab-content-text .btn-effect span{
	padding: 9px 20px;
	margin: 0 10px;
}
.section-tabs2{
	padding: 35px 0;
}
.section-tabs2__title{
	font-size: 27px;
	font-weight: 600;
	color: #044476;
	text-align: center;
	margin-bottom: 57px;
}
.section-tabs2__tabs{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.section-tabs2__tabs:after{
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f4f4f4;
	z-index: 1;
}
.section-tabs2__tab{
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #044476;
	padding-bottom: 13px;
	border-bottom: 8px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.section-tabs2__tab:last-child{
	border-right: none;
}
.section-tabs2__tab:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 13px solid #f4f4f4; 
	border-left: 24px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.section-tabs2__tab.active{
	color: #6699cc;
	border-bottom: 8px solid #6699cc;
	cursor: default;
}
.section-tabs2__tab.active:after{
	border-bottom-color: #6699cc;
}
.section-tabs2__tab-inner{
	padding: 0 10px;
}
.section-tabs2__tab-content{
	padding-top: 42px;
}
.section-tabs2__tab-img{
	float: right;
	width: 35%;
	box-sizing: border-box;
	padding: 6px 0 0 9px;
	position: relative;
}
.section-tabs2__tab-img img{
	display: block;
}
.section-tabs2__tab-imgtext{
	position: absolute;
	left: 24px;
	right: 15px;
	bottom: 30px;
	padding: 11px 16px 13px 16px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-tabs2__tab-contenttext{
	float: left;
	width: 65%;
	box-sizing: border-box;
	padding: 0 60px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-tabs2__tab-content p{
	margin-bottom: 24px;
}
.section-tabs2__tab-contentbtn{
	padding-top: 7px;
	text-align: right;
}
.section-tabs2__tab-contentbtn .btn-blue{

}
.section-tabs2__tab-contentbtn .btn-effect span{
	padding: 9px 20px;
}
.section-tabs3{
	padding: 34px 0 38px;
}
.section-tabs3__title{
	font-size: 21px;
	color: #044476;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 46px;
}
.section-tabs3__tabs{
	float: left;
	width: 43%;
	box-sizing: border-box;
	counter-reset: tab3;
}
.section-tabs3__tab-inner{
	display: block;
	margin: 0 30px 1px 0;
	position: relative;
	padding: 15px 10px 16px;
	font-size: 16px;
	color: #044476;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	cursor: pointer;
}
.section-tabs3__tab.active .section-tabs3__tab-inner{
	border-color: #ccc;
	cursor: default;
	-webkit-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
}
.section-tabs3__tab-inner:before{
	content: counter(tab3) ". ";
	counter-increment: tab3;
}
.section-tabs3__tab-inner:after{
	content: '';
	display: block;
	width: 30px;
	background: url(images/vacancy-tab.gif) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	opacity: 0;
}
.section-tabs3__tab.active .section-tabs3__tab-inner:after{
	opacity: 1;
}
.section-tabs3__tab-content{
	float: left;
	width: 57%;
	box-sizing: border-box;
	padding: 0 0 0 28px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-tabs3__tab-content img{
	margin-bottom: 20px;
}
.section-tabs3__tab-content p{
	margin-bottom: 24px;
}
.section-customtext{
	padding: 20px 0;
}
.section-customtext__title{
	font-size: 27px;
	font-weight: 600;
	color: #044476;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 38px;
}
.post-col__wrapper{
	margin: 0 -20px;
	
}
.post-col__col-2{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;	
}
.section-income{
	padding: 66px 0 0;
}
.section-income__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 57px;
	position: relative;
	z-index: 2;
}
.section-income__text{
	padding-left: 422px;
	position: relative;
	z-index: 2;
}
.section-income__text blockquote{
	position: relative;
	padding: 39px 45px 19px;
	border: 3px solid #ff8a00;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	color: #439acf;
	margin-bottom: 30px;
}
.section-income__text blockquote:before{
	content: '';
	display: block;
	width: 60px;
	height: 29px;
	background: #fff url(images/blockquote.png) no-repeat center;
	position: absolute;
	top: -15px;
	left: 33px;
}
.section-income__text blockquote .blockquote__bottom{
	clear: both;
	font-style: normal;
	text-align: right;
	color: #004278;
}
.section-income__text ul{
	margin: 0 0 20px 41px;
}
.section-income__text li{
	position: relative;
	padding: 0 0 12px 34px;
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 24px;
	color: #004278;
}
.section-income__text li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 11px;
	left: 10px;
	background: #ff9a22;
}
.section-income__bottom{
	background: #ff8a00;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}
.section-income__bottom .inner{
	padding: 18px 0 26px;
	position: relative;
}
.section-income__bottom .inner:before{
	content: '';
	display: block;
	width: 461px;
	height: 588px;
	background: url(images/income.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.section-income__bottom-text{
	letter-spacing: 0.2px;
	margin-bottom: 8px;
}
.section-income__bottom a{
	text-decoration: none;
	color: #fff;
	margin-left: 45px;
}
.section-income__bottom a span{
	padding: 13px 40px;
}
.section-income__buttons{
	clear: both;
}

.section-servs{
	padding: 66px 0 0;
}
.section-servs__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}
.section-servs__container{
	margin: 0 -6px;
	font-size: 0;
}
.section-servs__item{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 6px 48px;
	font-size: 18px;
}
.section-servs__item-inner{
	max-width: 285px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-servs__item-inner a{
	text-decoration: none;
}
.section-servs__item-img{
	display: block;
	height: 213px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.section-servs__item-img:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	z-index: 1;
}
.section-servs__item-inner:hover .section-servs__item-img:after{
	opacity: 0.2;
}
.section-servs__item-title{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	min-height: 49px;
	padding: 12px 10px;
	background: #c1c1c1;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #004278;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-servs__item-inner:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
.section-servs__item-inner:hover .section-servs__item-title{
	background: #fff;
	color: #004278;
}
.section-faq{
	padding: 66px 0 61px;
}
.section-faq__title{
	font-size: 22px;
	font-weight: 600;
	color: #004278;
	text-align: center;
	margin-bottom: 34px;
	position: relative;
}
.section-faq__container{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.section-faq__col{
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
.section-faq__question{
	border: 1px solid #ccc;
	padding: 15px 60px 15px 30px;
	background: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	color: #044476;
	margin-bottom: -1px;
	position: relative;
	cursor: pointer;
}
.section-faq__question:after{
	content: '\f067';
	font-family:'FontAwesome';
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 11px;
	right: 21px;
	border-radius: 3px;
}
.section-faq__question:hover:after{
	background: #6a9acb;
	color: #fff;
}
.section-faq__question.active:after{
	content: '\f068';
}
.section-faq__answer{
	display: none;
	padding: 12px 0 13px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-workscheme{
	padding: 43px 0 71px;
}
.section-workscheme__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.section-workscheme__subtitle{
	font-size: 22px;
	color: #004278;
	text-align: center;
	margin-bottom: 67px;
}
.section-workscheme__container{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.section-workscheme__list{
	width: 270px;
	position: absolute;
}
.section-workscheme__list_1{
	top: 2px;
	left: 121px;
}
.section-workscheme__list_2{
	top: 2px;
	right: 103px;
}
.section-workscheme__list_3{
	bottom: 2px;
	right: 103px;
}
.section-workscheme__list_4{
	bottom: 2px;
	left: 121px;
}
.section-workscheme__list li{
	position: relative;
	padding: 0 0 19px 24px;
	font-size: 16px;
	line-height: 19px;
	color: #666;
}
.section-workscheme__list li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 0;
	background: #ff9a22;
}
.section-workscheme__list_1.section-workscheme__list li:before{background: #cdcdcd;}
.section-workscheme__list_2.section-workscheme__list li:before{background: #004278;}
.section-workscheme__list_3.section-workscheme__list li:before{background: #0093ce;}
.section-workscheme__list_4.section-workscheme__list li:before{background: #ff8a00;}
.section-result{
	padding: 67px 0 55px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-result__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.section-result__subtitle{
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 56px;
}
.section-result__container{
	height: 471px;
	margin-right: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	
}
.section-result__legend{
	width: 288px;
	box-sizing: border-box;
	padding: 28px 24px 4px;
	background: #fff;
	border-radius: 3px;
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	position: absolute;
	top: 1px;
	left: 13%;
}
.section-result__legend strong{
	font-weight: bold;
	text-transform: uppercase;
}
.section-result__legend-item{
	position: relative;
	min-height: 44px;
	padding-left: 41px;
	margin-bottom: 13px;
}
.section-result__legend-item:before{
	content: '';
	display: block;
	width: 28px;
	height: 36px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #000;	
}
.section-result__legend-item.color-blue:before{
	background: #439acf;
}
.section-result__legend-item.color-grey:before{
	background: #cdcdcd;
}
.section-result__legend-item.marker-icon:after{
	content: '';
	display: block;
	width: 34px;
	height: 33px;
	position: absolute;
	top: -5px;
	left: 7px;
	background: url(images/legend-icon.png) no-repeat;
}
.section-reasons{
	padding: 67px 0 50px;
	background: #f4f4f4;
}
.section-reasons__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.section-reasons__container{
	position: relative;
	padding-bottom: 63px;
}
.section-reasons__central{
	position: relative;
	width: 590px;
	height: 520px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 18px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
}
.section-reasons__central-text-1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.section-reasons__central-text-2{
	position: absolute;
	bottom: 144px;
	right: 495px;
}
.section-reasons__central-text-3{
	position: absolute;
	bottom: 144px;
	left: 495px;
}
.section-reasons__central-text-4{
	position: absolute;
	top: 229px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.section-reasons__item{
	width: 250px;
}
.section-reasons__item_1{
	position: absolute;
	top: 24px;
	left: 10px;
	text-align: center;
}
.section-reasons__item_1:before{
	content: '';
	display: block;
	width: 422px;
	height: 101px;
	background: url(images/reason-decor-1.png) no-repeat;
	position: absolute;
	top: 102px;
	left: -13px;
}
.section-reasons__item_2{
	position: absolute;
	top: 24px;
	right: 10px;
	text-align: center;
}
.section-reasons__item_2:before{
	content: '';
	display: block;
	width: 419px;
	height: 101px;
	background: url(images/reason-decor-2.png) no-repeat;
	position: absolute;
	top: 102px;
	right: -13px;
}
.section-reasons__item_3{
	width: 830px;
	position: absolute;
	bottom: 0;
	left: 11.4%;
	text-align: center;
}
.section-reasons__item_3:before{
	content: '';
	display: block;
	width: 349px;
	height: 135px;
	background: url(images/reason-decor-3.png) no-repeat;
	position: absolute;
	top: -29px;
	left: 220px;
}
.section-reasons__item_3 .section-reasons__item-content{
	width: 250px;
	float: right;
	margin-top: -20px;
}
.section-reasons__item-num{
	display: inline-block;
	vertical-align: top;
	font-size: 102px;
	font-weight: 600;
	color: #004278;
	margin: 0 0 17px -15px;
}
.section-reasons__item-icon{
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 8px;
	width: 87px;
	height: 87px;
	background-color: #cdcdcd;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.section-reasons__item_1 .section-reasons__item-icon{background-image: url(images/reason-icon-1.png)}
.section-reasons__item_2 .section-reasons__item-icon{background-image: url(images/reason-icon-2.png)}
.section-reasons__item_3 .section-reasons__item-icon{background-image: url(images/reason-icon-3.png)}
.section-reasons__item-title{
	font-size: 22px;
	line-height: 26px;
	color: #004278;
	margin-bottom: 8px;
}
.section-reasons__item-text{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-reviews{
	padding: 65px 0;
}
.section-reviews__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 46px;
}
.section-reviews__container{
	margin: 0 -15px;
}
.section-reviews__item{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 23px;
}
.section-reviews__item-inner{
	max-width: 512px;
	height: 238px;
	background: #f4f4f4;
	padding: 24px 29px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-reviews__item-inner:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
.section-reviews__img{
	float: left;
	padding-top: 5px;
}
.section-reviews__img img{
	display: inline-block !important;
}
.section-reviews__content{
	padding-left: 242px;
}
.section-reviews__name{
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	margin-bottom: 7px;
}
.section-reviews__name a{
	color: #044476;
}
.section-reviews__item-inner:hover .section-reviews__name a{
	text-decoration: underline;
	color: #3399ff;
}
.section-reviews__date{
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #666;
	margin-bottom: 22px;
}
.section-reviews__text{
	background: #fff;
	padding: 13px 14px 5px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.section-reviews__text p{
	max-height: 95px;
	overflow: hidden;
}
.section-reviews__link{
	text-align: right;
	padding: 6px 0 0;
}
.section-reviews__link a{
	font-size: 14px;
	color: #044476;
	text-decoration: none;
}
.section-reviews__item-inner:hover .section-reviews__link a{
	color: #3399ff;
}
.section-reviews__btn{
	text-align: center;
}
.section-reviews__container .slick-arrow{
	width: 33px;
	height: 60px;
	background: url(images/proj-arr.png);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 3;
	opacity: 0.3;
	cursor: pointer;
}
.section-reviews__container:hover .slick-arrow{
	opacity: 1;
}
.section-reviews__container .slick-arrow.slick-prev{
	left: 25px;
}
.section-reviews__container .slick-arrow.slick-next{
	right: 25px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.section-partners{
	background-repeat: no-repeat;
	background-position: center;
	max-height: 126px;
	overflow: hidden;
}
.section-partners__container{
	font-size: 0;
}
.section-partners__item{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 126px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-partners__item:hover{
	background: #fff;
}
.section-partners__standart,.section-partners__hover{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-partners__hover{
	opacity: 0;
}
.section-partners__item:hover .section-partners__standart{
	opacity: 0;
}
.section-partners__item:hover .section-partners__hover{
	opacity: 1;
}
.section-partners__container .slick-arrow{
	width: 33px;
	height: 60px;
	background: url(images/proj-arr.png);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 3;
	opacity: 0.3;
	cursor: pointer;
}
.section-partners__container:hover .slick-arrow{
	opacity: 1;
}
.section-partners__container .slick-arrow.slick-prev{
	left: -25px;
}
.section-partners__container .slick-arrow.slick-next{
	right: -25px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.section-clientget{
	padding: 66px 0 30px;
	background-size: cover;
	background-position: center;
}
.section-clientget__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.section-clientget__container{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
    max-width: 1060px;
	counter-reset: clientget;
}
.section-clientget__item{
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.section-clientget__item:nth-child(3){order: 4;}
.section-clientget__item:nth-child(4){order: 3;}
.section-clientget__item-inner{
	padding: 27px 20px 25px;
	background: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	cursor: default;
}
.section-clientget__item-inner:before{
	content: counter(clientget);
	counter-increment: clientget;
	display: block;
	position: absolute;
	right: 20px;
	bottom: -19px;
	font-size: 172px;
	line-height: 1;
	color: #fff;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-clientget__item-inner:hover:before{
	opacity: 0.5;
}
.section-clientget__item-inner:hover{
	background: #6699cc;
}
.section-clientget__item-title{
	font-size: 18px;
	font-weight: bold;
	color: #6699cc;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-clientget__item-inner:hover .section-clientget__item-title{
	color: #044476;
}
.section-clientget__item-text{
	min-height: 72px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-clientget__item-inner:hover .section-clientget__item-text{
	color: #fff;
}
.btn span{
	display: inline-block;
	padding: 8px 28px 9px;
	position: relative;
	top: 12px;
	background: #fff;
	font-size: 16px;
	color: #004278;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-decoration: none;
}
.btn-effect{
	display: inline-block;
	min-width: 220px;
	height: 54px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
.btn-effect:before {
	content: '';
	opacity: 0;
	height: 10px;
	background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
	background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -10px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.btn-effect:hover:before{
	opacity: 1;
}
.btn-effect span{
	display: block;
	padding: 13px 20px;
	position: relative;
	top: 12px;
	background: #fff;
	font-size: 16px;
	color: #004278;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.btn-effect:hover span{
	top: 0;
}
.btn-effect.btn-yellow span,.btn.btn-yellow span{
	background: #ff8a00;
	color: #fff;
}
.btn-effect.btn-yellow:hover span,.btn.btn-yellow:hover span{
	background: #ff682e;
}
.btn-effect.btn-blue span,.btn.btn-blue span{
	background: #439acf;
	color: #fff;
}
.btn-effect.btn-blue:hover span,.btn.btn-blue:hover span{
	background: #0699f8;
}
.section-personal{
	padding: 65px 0 50px;
	background: #f4f4f4;
}
.section-personal__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 41px;
}
.section-personal__container{
	font-size: 0;
	margin: 0 15px;
}
.section-personal__item{
	display: none;
	width: 33.3333333333%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}
.section-personal__item:nth-child(-n+3){
	display: inline-block;
}
.section-personal__img{
	max-width: 280px;
	margin: 0 auto 20px;
	border-radius: 142px;
	overflow: hidden;
	position: relative;
}
.section-personal__img img{
	display: block;
	position: relative;
}
.section-personal__img a{
	display: block;
	position: relative;
}
.section-personal__img a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	z-index: 2;
}
.section-personal__img a:hover:before{
	opacity: 0.2;
}
/*.section-personal__social{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(31,51,61,0.5);
	opacity: 0;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-personal__item-inner:hover .section-personal__social{
	opacity: 1;
}
.section-personal__social a{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	margin: 0 7px;
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}*/
.section-personal__name{
	font-size: 18px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.section-personal__name a{
	text-decoration: none;
}
.section-personal__item-inner:hover .section-personal__name{
	color: #666;
}
.section-personal__rank{
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.section-personal__container .slick-arrow{
	width: 33px;
	height: 60px;
	background: url(images/proj-arr.png);
	position: absolute;
	top: 110px;;
	z-index: 3;
	opacity: 0.3;
	cursor: pointer;
}
.section-personal__container:hover .slick-arrow{
	opacity: 1;
}
.section-personal__container .slick-arrow.slick-prev{
	left: -10px;
}
.section-personal__container .slick-arrow.slick-next{
	right: -10px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.section-blog{
	padding: 67px 0 47px;
}
.section-blog__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 56px;
}
.section-blog__container{
	font-size: 0;
	margin: 0 -12px;
}
.section-blog__item{
	display: inline-block;
	width: 33.33333333%;
	box-sizing: border-box;
	padding: 0 12px 20px;
	vertical-align: top;
}
.section-blog__item-inner{
	border: 1px solid #cdcdcd;
	max-width: 374px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-blog__item-inner:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
.section-blog__image{
	margin-bottom: 14px;
	position: relative;
}
.section-blog__image:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-blog__item-inner:hover .section-blog__image:after{
	opacity: 0.2;
}
.section-blog__image img{
	display: block;
}
.section-blog__itemtitle{
	padding: 0 20px;
	height: 47px;
	overflow: hidden;
	margin-bottom: 11px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.section-blog__itemtitle a{
	max-height: 47px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #004278;
	text-decoration: none;
}
.section-blog__excerpt{
	height: 16px;
	margin: 0 28px 10px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	padding-bottom: 5px;
}
.section-blog__excerpt p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section-blog__link{
	text-align: right;
	margin: 0 24px 13px;
}
.section-blog__link a{
	font-size: 14px;
	color: #004278;
	text-decoration: none;
}
.section-blog__link a:hover{
	color: #3399ff;
}
.section-blog__info{
	text-align: center;
	margin: 0 10px 15px;
	white-space: nowrap;
	overflow: hidden;
}
.section-blog__info-item{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 2px 5px;
	border-left: 1px solid #004278;
	font-size: 15px;
	color: #004278;
	letter-spacing: 0.9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.section-blog__info-item:first-child{
	border: none;
	padding-left: 0;
}
.section-blog__info-item a{
	color: #004278;
	text-decoration: none;
}
.section-blog__info-item a:hover{
	color: #3399ff;
}
.section-blog__info-item .category{
	display: block;
	max-width: 130px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.section-blog__container .slick-arrow{
	width: 33px;
	height: 60px;
	background: url(images/proj-arr.png);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 3;
	opacity: 0.3;
	cursor: pointer;
}
.section-blog__container:hover .slick-arrow{
	opacity: 1;
}
.section-blog__container .slick-arrow.slick-prev{
	left: 25px;
}
.section-blog__container .slick-arrow.slick-next{
	right: 25px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.section-consult1{
	position: relative;
}
.section-consult1:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #fff;
	opacity: 0.5;
	z-index: 0;
	
}
.section-consult1 .inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	height: 563px;
	position: relative;
	z-index: .42;
}
.section-consult1__col{
	width: 50%;
	box-sizing: border-box;
}
.section-consult1__col_left{
	padding: 0 66px 4px 0;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
}
.section-consult1__text-1{
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 19px;
}
.section-consult1__text-2{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 40px;
}
.section-consult1__text-3{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 21px;
}
.section-consult1__text-4{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.section-consult1__col .text-orange{
	display: block;
}

.section-consult1__col_right{
	padding: 57px 0 0 49px;
}
.section-consult1__form form{
	font-size: 0;
	margin: 0 -10px;
}
.section-consult1__formcol{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 30px;
	font-size: 18px;
}
.section-consult1__formcol_1{
	width: 100%;
}
.section-consult1__formcol_2{
	width: 50%;
}
.section-consult1__form label{
	display: block;
	font-size: 18px;
	letter-spacing: 0.1px;
	color: #fff;
	margin-bottom: 10px;
}
.section-consult1__form input[type=text],.section-consult1__form input[type=email]{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #fff;
	font-size: 16px;
	color: #000;
}
.section-consult1__form input[type=text]:focus,.section-consult1__form input[type=email]:focus{
	border-color: #666;
}
.section-consult1__form textarea{
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	padding: 7px 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #fff;
	resize: none;
	font-size: 16px;
	color: #000;
}
.section-consult1__form textarea:focus{
	border-color: #666;
}
.section-consult1__form ::-webkit-input-placeholder {opacity: 1;color: #004278;}
.section-consult1__form ::-moz-placeholder          {opacity: 1;color: #004278;}
.section-consult1__form :-moz-placeholder           {opacity: 1;color: #004278;}
.section-consult1__form :-ms-input-placeholder      {opacity: 1;color: #004278;}
.section-consult1__formlink{
	margin: -15px 10px 50px;
	font-size: 18px;
	color: #004278;
}
.section-consult1__formlink span{
	text-decoration: underline;
	cursor: pointer;
}
.section-consult1__formsubmit-btn{
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 10px 20px;
}
.section-consult1__formsubmit-btn_default{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #ff8a00;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-consult1__formsubmit-btn_hover{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #fc6930;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-consult1__formsubmit-btn:hover .section-consult1__formsubmit-btn_hover{
	opacity: 1;
}
.section-consult1__form input[type=submit]{
	padding: 10px 40px;
	border: none;
	opacity: 0;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
}
.section-consult1__formsubmit-btncaptcha{
	white-space: nowrap;
}
.section-consult1__captcha{
	display: inline-block;
}
.section-consult2{
	padding: 55px 0 41px;
	background: #f4f4f4;
}
.section-consult2__title{
	font-size: 32px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	margin-bottom: 13px;
}
.section-consult2__subtitle{
	font-size: 22px;
	color: #004278;
	text-align: center;
	margin-bottom: 56px;
}
.section-consult2__form form{
	margin: 0 -15px;
	font-size: 0;
}
.section-consult2__formcol{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 18px;
}
.section-consult2__form label{
	display: block;
	font-size: 18px;
	letter-spacing: 0.1px;
	color: #004278;
	margin-bottom: 10px;
}
.section-consult2__form input[type=text],.section-consult2__form input[type=email]{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #fff;
	font-size: 16px;
	color: #000;
	margin-bottom: 28px;
}
.section-consult2__form input[type=text]:focus,.section-consult2__form input[type=email]:focus{
	border-color: #666;
}
.section-consult2__form textarea{
	width: 100%;
	height: 237px;
	margin: 0;
	box-sizing: border-box;
	padding: 7px 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #fff;
	resize: none;
	font-size: 16px;
	color: #000;
}
.section-consult2__form textarea:focus{
	border-color: #666;
}
.section-consult2__formlink{
	margin: 0 1px 20px;
	font-size: 14px;
	color: #004278;
}
.section-consult2__formlink span{
	text-decoration: underline;
	cursor: pointer;
}
.section-consult2__formsubmit-btn{
	display: inline-block;
	position: relative;
	margin: 30px 0px;
}
.section-consult2__formsubmit-btn_default{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #ff8a00;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-consult2__formsubmit-btn_hover{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #fc6930;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.section-consult2__formsubmit-btn:hover .section-consult2__formsubmit-btn_hover{
	opacity: 1;
}
.section-consult2__form input[type=submit]{
	padding: 10px 40px;
	border: none;
	opacity: 0;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
}
.section-consult2__captcha{
	margin-bottom: 15px;
}
.section-advantage{
	padding: 60px 0 33px;
}
.section-advantage__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.section-advantage__container{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.section-advantage__item{
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px 15px;
}
.section-advantage__item-inner{
	height: 100%;
	box-sizing: border-box;
	padding: 30px 10px 26px;
	background-color: #f4f4f4;
	text-align: center;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-inner:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background: #f4f4f4;
	z-index: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-inner:hover:after{
	opacity: 0;
}
.section-advantage__item-icon{
	margin: 0 auto 15px;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: rgba(255,255,255,1);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-inner:hover .section-advantage__item-icon{
	background: rgba(255,255,255,0.6);
}
.section-advantage__item-icon:before,.section-advantage__item-icon:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-icon:after{
	opacity: 0;
}
.section-advantage__item-inner:hover .section-advantage__item-icon:before{
	opacity: 0;
}
.section-advantage__item-inner:hover .section-advantage__item-icon:after{
	opacity: 1;
}
.section-advantage__item-icon.icon-1:before{background-image: url(images/advant-icon-1.png)}
.section-advantage__item-icon.icon-1:after{background-image: url(images/advant-icon-1h.png)}
.section-advantage__item-icon.icon-2:before{background-image: url(images/advant-icon-2.png)}
.section-advantage__item-icon.icon-2:after{background-image: url(images/advant-icon-2h.png)}
.section-advantage__item-icon.icon-3:before{background-image: url(images/advant-icon-3.png)}
.section-advantage__item-icon.icon-3:after{background-image: url(images/advant-icon-3h.png)}
.section-advantage__item-icon.icon-4:before{background-image: url(images/advant-icon-4.png)}
.section-advantage__item-icon.icon-4:after{background-image: url(images/advant-icon-4h.png)}

.section-advantage__item-title{
	margin-bottom: 15px;
	font-size: 18px;
	color: #044476;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-inner:hover .section-advantage__item-title{
	color: #fff;
}
.section-advantage__item-text{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-advantage__item-inner:hover .section-advantage__item-text{
	color: #fff;
}
.section-project{
	padding: 67px 0 79px;
}
.section-project__title{
	font-size: 32px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 56px;
}
.section-project__container{
	font-size: 0;
	margin: 0 -12px;
}
.section-project__item{
	display: inline-block;
	width: 33.33333333%;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: top;
	font-size: 18px;
}
.section-project__item-inner{
	display: block;
	max-width: 370px;
	margin: 0 auto;
	text-decoration: none;
}
.section-project__image{
	margin-bottom: 14px;
	position: relative;
}
.section-project__image:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.section-project__item-inner:hover .section-project__image:before{
	opacity: 0.2;
}
.section-project__image img{
	display: block;
}
.section-project__itemtitle{
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	text-decoration: none;
}
.section-project__container .slick-arrow{
	width: 33px;
	height: 60px;
	background: url(images/proj-arr.png);
	position: absolute;
	top: 72px;
	z-index: 3;
	opacity: 0.3;
	cursor: pointer;
}
.section-project__container:hover .slick-arrow{
	opacity: 1;
}
.section-project__container .slick-arrow.slick-prev{
	left: 25px;
}
.section-project__container .slick-arrow.slick-next{
	right: 25px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.section-project__btn{
	text-align: center;
	padding: 20px 0 0;
}
.section-project__btn .btn span{
	padding: 13px 48px 15px
}
.section-contacts{
	padding: 30px 0 36px;
}
.section-contacts__container{
	margin: 0 -35px;
}
.section-contacts__content{
	float: left;
	width: 46.1%;
	box-sizing: border-box;
	padding: 0 35px;
}
.section-contacts__item{
	padding: 22px 30px 24px 100px;
	margin-bottom: 30px;
	border: 1px solid #cdcdcd;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	position: relative;
}
.section-contacts__item i{
	width: 70px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 22px;
	left: 0;
	bottom: 24px;
	font-size: 50px;
	color: #cdcdcd;
}
.section-contacts__item i.fa-envelope{
	font-size: 30px;
}
.section-contacts__map{
	float: left;
	width: 53.9%;
	box-sizing: border-box;
	padding: 0 35px;
}
.page-reviews__container{
	padding-top: 4px;
}
.page-reviews__item{
	padding: 25px 30px;
	margin-bottom: 47px;
	background: #f4f4f4;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.page-reviews__item:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
.page-reviews__img{
	float: left;
	padding-top: 5px;
}
.page-reviews__content{
	padding-left: 242px;
}
.page-reviews__name{
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	margin-bottom: 3px;
}
.page-reviews__name a{
	color: #044476;
}
.page-reviews__item-inner:hover .page-reviews__name a{
	text-decoration: underline;
	color: #3399ff;
}
.page-reviews__date{
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #666;
	margin-bottom: 19px;
}
.page-reviews__text{
	background: #fff;
	padding: 12px 29px 13px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.page-reviews__link{
	text-align: right;
	padding: 6px 0 0;
}
.page-personal__item{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 61px;
}
.page-personal__img{
	float: left;
	padding-top: 5px;
}
.page-personal__content{
	padding: 0 0 0 371px;
}
.page-personal__rank{
	margin-bottom: 6px;
}
.page-personal__name{
	font-size: 18px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.page-personal__name a{
	text-decoration: none;
}
.page-personal__education{
	margin-bottom: 13px;
}
.page-personal__text{
	padding: 11px 30px 14px;
	margin-bottom: 19px;
	background: #f4f4f4;
}
.page-personal__social{
	text-align: right;
}
.page-personal__social a{
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ccc;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	margin-left: 11px;
}
.page-personal__social a:hover{
	background: #3399ff;
}















.page-personal-single__container{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 61px;
}
.page-personal-single__img{
	float: left;
	padding-top: 5px;
	margin-bottom: 25px;
}
.page-personal-single__content{
	padding: 0 0 0 320px;
	margin-bottom: 25px;
}
.page-personal-single__rank{
	margin-bottom: 6px;
}
.page-personal-single__name{
	font-size: 24px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.page-personal-single__education{
	margin-bottom: 13px;
}
.page-personal-single__text{
	padding: 11px 30px 14px;
	margin-bottom: 19px;
	background: #f4f4f4;
}
.page-personal-single__social{
	text-align: center;
	padding-top: 5px;
}
.page-personal-single__social a{
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ccc;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}
.page-personal-single__social a:hover{
	background: #3399ff;
}












.vacancy{
	padding: 0 0 55px;
}
.vacancy__headline{
	padding: 0 0 0 186px;
	font-size: 22px;
	line-height: 26px;
	color: #044476;
	position: relative;
	margin: 0 0 54px -15px;
}
.vacancy__headline-icon{
	width: 100px;
	height: 69px;
	background-color: #044476;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	margin-top: -34px;
	top: 50%;
	left: 0;
}
.vacancy__headline-icon:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 31px solid #044476;
	border-bottom: 34px solid transparent;
	position: absolute;
	top: 0;
	right: -31px;
}
.vacancy__container{
	position: relative;
}
.vacancy-citysel{
	position: absolute;
	top: 0;
	left: 0;
}
.vacancy-citysel__title{
	margin-bottom: 16px;
	font-size: 16px;
	color: #666;
}
.vacancy-citysel__content{
	position: relative;
	margin-bottom: 27px;
}
.vacancy-citysel__content span{
	display: table;
	padding: 10px 39px 10px 12px;
	font-size: 16px;
	color: #044476;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}
.vacancy-citysel__content span:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #e6e6e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANRJREFUeNp00DEPwUAUwPFrNU26G4xmUyUmEQY+BQajha2JgcHWxCQ+gQSTT2BSg/gEnW0s2BAh9a+8oZr2kt+1d++9u8vTlN1VjCb2OKr0kUcZK4Opjyk81PFJKMhgjiqyOtMCJ9TgpNziSEGYtwyLruggwBh2rKAo+4HkXXQJbDCDGZ4ES/YteYkp8TBP6ZETB/BRgCt7rqx9if+GESl6oI0DerjL94WWxKUruVL0/We80UAFGoZYR5P0hE5NsJN/T9ax/v/fpKRLWzwxwi2e8BVgAEWHKzudrS/aAAAAAElFTkSuQmCC') no-repeat center 16px;
	width: 21px;
}
.vacancy-citysel__content ul{
	position: absolute;
	top: 46px;
	left: 0;
	border: 1px solid #ccc;
	z-index: 5;
	background: #fff;
	display: none;
}
.vacancy-citysel__content li{
	min-width: 144px;
	padding: 6px 12px;
	font-size: 16px;
	color: #044476;
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
}
.vacancy-citysel__content li:hover{
	background: #044476;
	color: #fff;
}
.vacancy__item{
	display: none;
}
.vacancy__item:first-child{
	display: block;
}
.vacancy__item-inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
}
.vacancy__left{
	padding-top: 100px;
	width: 42.5%;
	box-sizing: border-box;
}
.vacancy__list li{
	display: block;
	margin-right: 30px;
	position: relative;
	padding: 16px 10px 14px;
	font-size: 16px;
	color: #044476;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	cursor: pointer;
}
.vacancy__list li.active{
	border-color: #ccc;
	cursor: default;
	-webkit-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
}
.vacancy__list li:after{
	content: '';
	display: block;
	width: 30px;
	background: url(images/vacancy-tab.gif) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	opacity: 0;
}
.vacancy__list li.active:after{
	opacity: 1;
}
.vacancy__list-name{
	padding-right: 120px;
}
.vacancy__list-city{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 98px;
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.vacancy__list-city span{
	display: inline-block;
	padding: 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vacancy__right{
	width: 50%;
	box-sizing: border-box;
	padding: 2px 0 0 2px;
}
.vacancy__content{
	padding: 25px 31px;
	background: #f4f4f4;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: none;
}
.vacancy__content:first-child{
	display: block;
}
.vacancy__content h2{
	font-size: 18px;
	color: #044476;
	margin-bottom: 6px;
}
.vacancy__content h3{
	font-size: 18px;
	font-weight: bold;
	color: #044476;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.vacancy__content p{
	margin-bottom: 20px;
}
.vacancy__content-date{
	margin-bottom: 5px;
}
.vacancy__content ul{
	padding: 0 0 12px 60px;
	font-size: 16px;
	line-height: 24px;
}
.vacancy__content li{
	position: relative;
	padding: 0 0 7px 39px;
}
.vacancy__content li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 11px;
	left: 10px;
	background: #999;
}
.vacancy__content .btn-effect span{
	padding: 9px 20px;
}
.section-persquote__container{
	min-height: 300px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 59px;
}
.section-persquote__img{
	float: left;
	padding-top: 5px;
}
.section-persquote__content{
	padding: 0 0 0 371px;
}
.section-persquote__rank{
	margin-bottom: 6px;
}
.section-persquote__name{
	font-size: 18px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.section-persquote__text{
	padding: 25px 30px;
	margin-bottom: 19px;
	background: #f4f4f4;
}
.text-orange{
	color: #ff8900;
}
.post-item{
	margin-bottom: 46px;
}
.post-item__image{
	margin-bottom: 12px;
}
.post-item__image img{
	display: block;
}
.post-item__title{
	margin-bottom: 11px;
}
.post-item__title a{
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	text-decoration: none;
}
.post-item__info-item{
	display: inline-block;
	padding: 0 4px 0 5px;
	border-left: 1px solid #666;
	font-size: 16px;
	color: #666;
}
.post-item__info-item:first-child{
	border: none;
	padding-left: 0;
}
.post-item__info-item a{
	color: #666;
	text-decoration: none;
}
.post-item__info-item a:hover{
	color: #3399ff;
}
.category-post__container{
	padding: 6px 0 0;
}
.category-post__item{
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}
.category-post__image{
	padding-top: 6px;
	float: left;
}
.category-post__content{
	padding-left: 370px;
}
.category-post__top{
	color: #004278;
	margin-bottom: 7px;
}
.category-post__top a{
	text-decoration: none;
}
.category-post__title{
	overflow: hidden;
	max-height: 50px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 19px;
}
.category-post__title a{
	color: #333;
	text-decoration: none;
}
.category-post__text{
	overflow: hidden;
	max-height: 120px;
}
.search-results .category-post__text{
	max-height: 170px;
}
.category-post__bottom{
	padding-top: 10px;
	font-size: 14px;
	color: #999;
}
.category-post__view{
	float: left;
}
.category-post__view i{
	font-size: 16px;
	margin-right: 10px;
}
.category-post__link{
	float: right;
}
.category-post__link a{
	color: #999;
	text-decoration: none;
}
.category-post__link a:hover{
	color: #3983c1;
}
.category-post__pagination{
	padding-top: 3px;
	margin-bottom: 56px;
	text-align: right;
	font-size: 14px;
}
.category-post__pagination a,.category-post__pagination span{
	display: inline-block;
	margin-left: 7px;
	color: #333;
	text-decoration: none;
}
.category-post__pagination a:hover,.category-post__pagination span{
	color: #3983c1;
}
.lit-post__container{
	padding: 6px 0 0;
}
.lit-post__item{
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}
.lit-post__image{
	float: left;
}
.lit-post__content{
	padding-left: 250px;
}
.lit-post__top{
	color: #004278;
	margin-bottom: 7px;
}
.lit-post__top a{
	text-decoration: none;
}
.lit-post__title{
	overflow: hidden;
	max-height: 50px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 19px;
}
.lit-post__title a{
	color: #333;
	text-decoration: none;
}
.lit-post__text{
	overflow: hidden;
	max-height: 120px;
}
.lit-post__bottom{
	padding-top: 10px;
	font-size: 14px;
	color: #999;
}
.lit-post__view{
	float: left;
}
.lit-post__view i{
	font-size: 16px;
	margin-right: 10px;
}
.lit-post__link{
	float: right;
}
.lit-post__link a{
	color: #999;
	text-decoration: none;
}
.lit-post__link a:hover{
	color: #004278;
}
.project-post__container{
	padding: 6px 0 0;
}
.project-post__item{
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}
.project-post__image{
	float: left;
}
.project-post__content{
	padding-left: 370px;
}
.project-post__top{
	color: #004278;
	margin-bottom: 7px;
}
.project-post__top a{
	text-decoration: none;
}
.project-post__title{
	overflow: hidden;
	max-height: 50px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 19px;
}
.project-post__title a{
	color: #004278;
	text-decoration: none;
}
.project-post__text{
	overflow: hidden;
	max-height: 120px;
}
.project-post__bottom{
	padding-top: 10px;
	font-size: 14px;
	color: #999;
}
.project-post__view{
	float: left;
}
.project-post__view i{
	font-size: 16px;
	margin-right: 10px;
}
.project-post__link{
	float: right;
}
.project-post__link a{
	color: #999;
	text-decoration: none;
}
.project-post__link a:hover{
	color: #004278;
}
input.wpcf7-not-valid{
	border-color: #cc0000 !important;
}
.wpcf7-not-valid-tip{
	position: absolute;
	top: 40px;
	font-size: 14px !important;
	color: #990000 !important;
}
.section-consult1__captcha .wpcf7-not-valid-tip,.section-consult2__captcha .wpcf7-not-valid-tip{
	top: auto;
	bottom: -15px;
}
.section-callback1 .wpcf7-not-valid-tip{
	left: 0;
	top: 50px;
}
.wpcf7-response-output{
	display: none !important;
}
.ajax-loader{
	display: none !important;
}
/* Comments
-----------------------------------------------------------------------------*/
.comment-form-section{
	margin-bottom: 29px;
}
.comments-list{
	margin-bottom: 58px;
}
.comments-list__caption{
	font-size: 16px;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.comments-list__inner{
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cdcdcd;
}
.comments-list__avatar{
	float: left;
	margin-top: 3px;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	overflow: hidden;
}
.comments-list__info{
	padding-left: 124px;
	font-size: 16px;
	color: #004278;
	margin-bottom: 10px;
}
.comments-list__info span{
	text-transform: lowercase;
}
.comments-list__text{
	padding-left: 124px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.comments-list__bottom{
	padding-left: 124px;
}
li li .comments-list__inner{
	margin-left: 100px;
}

.comment-form{
	margin: 0 -15px 30px;
}
.comment-form__title{
	font-size: 18px;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 28px;
	padding: 0 15px;
}
.comment-form__input-block{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
.comment-form__textarea-block{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
.comment-form input[type=text],.comment-form input[type=email]{
	width: 100%;
	height: 42px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	font-size: 16px;
}
.comment-form input[type=text]:focus,.comment-form input[type=email]:focus{
	border-color: #666;
}
.comment-form textarea{
	width: 100%;
	height: 114px;
	margin: 0 0 30px;
	box-sizing: border-box;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	font-size: 16px;
	resize: none;
}
.comment-form textarea:focus{
	border-color: #666;
}
.comment-form__submit-block{
	padding: 0 15px;
	clear: both;
}
.comment-form__submit-btn{
	display: inline-block;
	position: relative;
}
.comment-form__submit-btn_default{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #439acf;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.comment-form__submit-btn_hover{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #ff662b;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.comment-form__submit-btn:hover .comment-form__submit-btn_hover{
	opacity: 1;
}
.comment-form input[type=submit]{
	padding: 10px 68px;
	border: none;
	opacity: 0;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
}
.logged-in-as{
	padding: 0 15px;
	margin-bottom: 10px;
}
.reply-cancel{
	margin-bottom: 10px;
}
.category-training__container{
	margin: 0 -15px;
	font-size: 0;
}
.category-training__item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 30px;
	font-size: 18px;
}
.category-training__item_3{
	width: 33.333333333%;
}
.category-training__item-inner{
	max-width: 402px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	position: relative;
}
.category-training__item-inner a{
	display: block;
	text-decoration: none;
}
.category-training__item-img{
	display: block;
	background-position: center;
	background-size: cover;
	position: relative;
}
.category-training__item-img img{
	display: block;
}
.category-training__item-img a:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	z-index: 1;
}
.category-training__item-inner a:hover .category-training__item-img a:after{
	opacity: 0.2;
}
.category-training__item-title{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	min-height: 49px;
	padding: 12px 10px;
	background: #c1c1c1;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #004278;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.category-training__item-inner a:hover{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
.category-training__item-inner a:hover .category-training__item-title{
	background: #fff;
	color: #004278;
}
.category-training__excerpt{
	padding-top: 15px;
	font-size: 16px;
	line-height: 24px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
	padding: 3px 0 0 0;
}
.sidebar-widget{
	margin-bottom: 30px;
}
.sidebar-widget__title{
	font-size: 18px;
	font-weight: bold;
	color: #004278;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.single-training .sidebar-widget__title{
	padding: 9px 21px 10px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #fff;
	background: #708393;
	text-transform: uppercase;
}
.sidebar-search{
	position: relative;
}
.sidebar-search input[type=text]{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding: 0 50px 0 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	font-size: 16px;
}
.sidebar-search input[type=text]:focus{
	border-color: #666;
}
.sidebar-search input[type=submit]{
	width: 42px;
	height: 42px;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background: #cdcdcd url(images/sidebar-icon-1.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
	font-size: 0;
}
.sidebar-search input[type=submit]:hover,.sidebar-search input[type=submit]:active{
	background-color: #439acf;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_1 li{
	display: block;
	padding: 16px 0 10px;
	border-bottom: 1px solid #cdcdcd;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_1 li:first-child{
	padding-top: 0;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_1 li a{
	font-size: 16px;
	color: #666;
	text-decoration: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_1 li a:hover{
	color: #3399ff;
}



.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li{
	border: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.current-menu-item > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.current-menu-ancestor > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li:hover > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.active > a{
	background: #3983c1;
}
/*.sidebar-widget.widget_nav_menu.widget_nav_menu_2 li.current-menu-item li a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 li.current-menu-ancestor li a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 li:hover li a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 li.active li a{
	background: none;
}*/
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > a{
	display: block;
	margin-bottom: 2px;
	background: #708393;
	padding: 16px 50px 16px 21px;
	letter-spacing: 0.5px;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.menu-item-has-children > a:before{
	content: '';
	display: block;
	background: url(images/menu-arrow.png) no-repeat center center;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	border: none;
	left: auto;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.menu-item-has-children.active > a:before{
	transform: rotate(180deg);
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.menu-item-has-children > ul > li > a:before{
	display: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2  .menu > li > ul{
	display: none;
	padding: 6px 0 4px;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.current-menu-item > ul,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li.current-menu-ancestor > ul{
	display: block;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > a{
	display: block;
	margin-bottom: 2px;
	background: #fff;
	padding: 6px 21px 8px;
	letter-spacing: 0.5px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > a:hover{
	color: #3983c1 !important;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.current-menu-item > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.current-menu-ancestor > a{
	color: #3983c1;
	position: relative;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.current-menu-item > a:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 7px solid #3983c1;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 9px;
	left: 0;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li:last-child > a{
	border: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.menu-item-has-children > a:before{
	content: '';
	display: block;
	background: url(images/menu-arrow.png) no-repeat center bottom;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	border: none;
	left: auto;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.menu-item-has-children.active > a:before{
	transform: rotate(180deg);
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.menu-item-has-children > ul > li > a:before{
	display: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2  .menu > li > ul > li > ul{
	display: none;
	padding: 6px 0 4px;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.current-menu-item > ul,.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li.current-menu-ancestor ul{
	display: block;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > ul > li > a{
	display: block;
	margin-bottom: 2px;
	background: #fff;
	padding: 6px 21px 8px 31px;
	letter-spacing: 0.5px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > ul > li > a:hover{
	color: #3983c1 !important;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > ul > li.current-menu-item > a{
	color: #3983c1;
	position: relative;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_2 .menu > li > ul > li > ul > li.current-menu-item > a:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 7px solid #3983c1;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 9px;
	left: 0;
}






.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li{
	border: none;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li.current-menu-item > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li.current-menu-ancestor > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li:hover > a,.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li.active > a{
	background: #3983c1;
	color: #fff;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_3 .menu > li > a{
	display: block;
	margin-bottom: 2px;
	background: #f4f5f6;
	padding: 16px 50px 16px 21px;
	letter-spacing: 0.5px;
	color: #333;
	text-decoration: none;
	position: relative;
}
.sidebar-widget.widget_nav_menu.widget_nav_menu_3  .menu > li > ul{
	display: none;
}






.sidebar-widget.widget_recent_comments li{
	display: block;
	padding: 16px 0 12px;
	border-bottom: 1px solid #cdcdcd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar-widget.widget_recent_comments li:first-child{
	padding-top: 0;
}
.sidebar-widget.widget_recent_comments li a{
	font-size: 16px;
	color: #666;
	text-decoration: none;
}
.sidebar-widget.widget_recent_comments li a:hover{
	color: #3399ff;
}
.sidebar-widget .tagcloud a{
	display: inline-block;
	margin: 0 15px 14px 0;
	font-size: 16px !important;
	color: #666;
	text-decoration: none;
}
.sidebar-widget .tagcloud a:hover{
	color: #3399ff;
}
.sidebar-post-item{
	margin-bottom: 46px;
}
.sidebar-post-item__image{
	margin-bottom: 12px;
}
.sidebar-post-item__image img{
	display: block;
}
.sidebar-post-item__title{
	margin-bottom: 11px;
	max-height: 96px;
	overflow: hidden;
}
.sidebar-post-item__title a{
	font-size: 18px;
	line-height: 24px;
	color: #004278;
	text-decoration: none;
}
.sidebar-post-item__info-item{
	display: inline-block;
	padding: 0 4px 0 5px;
	border-left: 1px solid #666;
	font-size: 16px;
	color: #666;
}
.sidebar-post-item__info-item:first-child{
	border: none;
	padding-left: 0;
}
.sidebar-post-item__info-item a{
	color: #666;
	text-decoration: none;
}
.sidebar-post-item__info-item a:hover{
	color: #3399ff;
}
.sidebar-subscribe{
	position: relative;
}
.sidebar-subscribe input[type=email]{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding: 0 50px 0 10px;
	background: #fff;
	color: #000;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	font-size: 16px;
}
.sidebar-subscribe input[type=email]:focus{
	border-color: #666;
}
.sidebar-subscribe input[type=submit]{
	width: 42px;
	height: 42px;
	padding: 0;
	box-sizing: border-box;
	border: none;
	background: #ff8a00 url(images/sidebar-icon-2.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px
}
.sidebar-subscribe input[type=submit]:hover,.sidebar-subscribe input[type=submit]:active{
	background-color: #ff662b;
}

.sidebar-training-item{
	margin-bottom: 11px;
}
.sidebar-training-item:last-child{
	margin-bottom: 0;
}
.sidebar-training__image{
	width: 130px;
	float: left;
	padding-top: 4px;
	margin-right: 20px;
}
.sidebar-training__title{
    font-size: 14px;
    line-height: 18px;
}
.sidebar-training__title a{
	text-decoration: none;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	flex: 0 0 auto;
	background: #BFF08E;
	z-index: 4;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.site-footer__main{
	padding: 46px 0;
	background: #264456;
	color: #fff;
}
.site-footer__main .inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-widget{
	width: 25%;
	box-sizing: border-box;
}
.footer-widget__title{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.footer-widget.widget_nav_menu{
	padding-right: 20px;
}
.footer-widget.widget_nav_menu li{
	margin-bottom: 13px;
}
.footer-widget.widget_nav_menu li a{
	font-size: 18px;
	color: #ccc;
	text-decoration: none;
}
.footer-widget.widget_nav_menu li a:hover{
	color: #3399ff;
}
.site-footer__logo{
	max-width: 250px;
	margin-bottom: 31px;
}
.site-footer__contact{
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 12px;
}
.site-footer__contact a{
	color: #ccc;
}
.site-footer__contact a:hover{
	color: #3399ff;
	text-decoration: underline;
}
.site-footer__tel{
	font-size: 22px;
	white-space: nowrap;
}
.site-footer__tel a{
	color: #fff;
	text-decoration: none;
}
.site-footer__tel a:hover{
	color: #fff;
	text-decoration: none;
}
.site-footer__copyright{
	background: #004278;
	padding: 13px 0 16px;
	font-size: 14px;
	text-align: center;
	color: #ccc;
}
.site-footer__copyright span.dev{
display: inline-block;
	position: relative;
	
}
.site-footer__copyright span.dev img{
vertical-align: middle;
position: relative;
}
.site-footer__social a{
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 2px solid #5092cb;
	border-radius: 50%;
	color: #5092cb;
	text-decoration: none;
	margin-right: 7px;
	
}
.wrapper-menu{
	width: 270px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -270px;
	background: #1b1b1b;
	color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	z-index: 50;
	box-sizing: border-box;
	padding: 10px 30px;
}
.admin-bar .wrapper-menu{
	padding-top: 32px;
}
.wrapper-menu.opened{
	right: 0;
}
.wrapper-menu__close{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 25px;
	background: url(images/close_side_menu.png) no-repeat;
}
.admin-bar .wrapper-menu__close{
	top: 47px;
}
.wrapper-menu__social a{
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	text-decoration: none;
}
.wrapper-menu__social a:hover{
	color: #3399ff;
}
.panel-widget{
	margin-bottom: 10px;
}
.panel-widget__title{
	padding: 14px 0 12px;
	text-transform: uppercase;
}
.panel-widget.widget_nav_menu li{
	display: block;
	position: relative;
}
.panel-widget.widget_nav_menu li:before{
	position: absolute;
	top: 7px;
	left: 0;
}
.panel-widget.widget_nav_menu li:hover{
	color: #3399ff;
}
.panel-widget.widget_nav_menu li a{
	display: inline-block;
	padding: 5px 0 5px !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.panel-widget.widget_nav_menu li.fa a{
	padding-left: 23px !important;
}
.panel-widget.widget_nav_menu li.fa a{
	padding-left: 5px;
}
.panel-widget.widget_nav_menu li:hover a{
	color: #3399ff;
}

/* Popup
-----------------------------------------------------------------------------*/
.overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5000;
	overflow-y: scroll;
}
.overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5001;
}
.overlay-inner{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
}
.popup{
	width: 368px;
	box-sizing: border-box;
	padding: 32px 46px 50px;
	margin: 30px 0;
	background: #fff;
	display: none;
	z-index: 5002;
	text-align: center;
	color: #383d41;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.6);
}
.admin-bar .popup{
	margin-top: 62px;
}
.popup-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(images/fancybox-close.png) no-repeat;
}
.popup-policy{
	width: 800px;
}
.popup__title{
	font-size: 18px;
	font-weight: bold;
	color: #044476;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 29px;
}
.popup input[type=text],.popup input[type=email]{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding: 0 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 31px;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	color: #000;
}
.popup input[type=text]:focus,.popup input[type=email]:focus{
	border-color: #666;
}
.popup__formsubmit-btn{
	position: relative;
}
.popup__formsubmit-btn{
	display: block;
	position: relative;
}
.popup__formsubmit-btn_default{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #ff8a00;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.popup__formsubmit-btn_hover{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: #fc6930;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.popup__formsubmit-btn:hover .popup__formsubmit-btn_hover{
	opacity: 1;
}
.popup input[type=submit]{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 40px;
	border: none;
	opacity: 0;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
}
.popup .wpcf7-not-valid-tip{
	top: 32px;
}
.popup__attach{
	text-align: left;
	margin-bottom: 30px;
}
.popup-success{
	border-radius: 0;
	width: 543px;
	height: 459px;
	padding: 57px 37px 50px;
	background-position: center;
	background-size: cover;
	text-align: left;
}
.popup-success__text-1{
	font-size: 18px;
	font-weight: bold;
	color: #044476;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.popup-success__text-2{
	max-width: 300px;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin-bottom: 89px;
}
.popup-success__text-3{
	max-width: 310px;
	padding: 33px 10px 29px 39px;
	margin-left: -37px;
	background: rgba(255,255,255,0.5);
	font-size: 18px;
	font-weight: bold;
	color: #3399cc;
	text-transform: uppercase;
}
/* Social
-----------------------------------------------------------------------------*/
body .the_champ_sharing_container{
	margin-bottom: 10px;
}
ul.the_champ_login_ul, ul.the_champ_sharing_ul{
	display: flex;
}
body .the_champ_horizontal_sharing .theChampSharing{
	width: 50px !important;
	height: 30px !important;
	border-radius: 3px !important;
}
body .theChampSharingSvg{
	background-position: left 3px center !important;
}

/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
	text-align: center;
}
.alignright {
    float:right;
    margin: 5px 0 42px 30px;
}
.alignleft {
    float:left;
    margin: 5px 30px 42px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    padding: 0 0 10px;
    text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border:3px solid #dbdddd;
    height: auto;
    margin:0 0 5px 0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:12pt;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1190px){
	.inner,.middle {
		margin-left: 10px;
		margin-right: 10px;
	}
	.section-workscheme__list_1,.section-workscheme__list_4{
		left: 50px;
	}
	.section-workscheme__list_2,.section-workscheme__list_3{
		right: 50px;
	}
	.section-contacts__container{
		margin: 0 -10px;
	}
	.section-contacts__content,.section-contacts__map{
		padding: 0 10px;
	}
	.vacancy__headline{
		margin-left: 0;
	}
	.site-header-scroll{
		display: none;
	}
	.section-partners__container .slick-arrow.slick-prev{
		left: 25px;
	}
	.section-partners__container .slick-arrow.slick-next{
		right: 25px;
	}
	.category-training__item_3{
		width: 50%;
	}
}
@media only screen and (max-width: 1000px){
	.wrapper.menu-opened {
		padding-right: 0;
	}
	.site-header-panel__search-input{
		position: absolute;
		top: 0;
		left: -112px;
	}
	.site-header__main .inner{
		display: block;
		position: relative;
		min-height: 56px;
	}
	.site-header__logo{
		position: absolute;
		top: 0;
		left: 0;
	}
	.site-header__search,.site-header__phone,.site-header__link,.site-header__menu-hided{
		display: none;
	}
	.content-head__breadcrumbs{
		padding-right: 0;
	}
	.content{
		padding: 0;
	}
	.right-sidebar{
		float: none;
		clear: both;
		margin: 0 auto;
		max-width: 100%;
	}
	.site-header__nav{
		width: 100%;
	}
	.site-header__nav nav{
		padding: 10px 0 0;
	}
	.site-header__nav nav > ul{
		display: none;
		clear: both;
		text-align: left;
		padding: 20px 0 0 0;
	}
	.site-header__nav nav > ul > li{
		display: block;
		height: auto;
		padding: 4px 0 4px 10px;
		position: relative;
	}
	.site-header__nav nav > ul > li.site-header__nav_li-special{
		border-left: none;
	}
	.site-header__nav nav > ul > li > a{
		display: block;
		padding: 4px 0;
	}
	.site-header__nav nav > ul > li > a:hover{
		color: #000;
	}
	.site-header__nav nav > ul > li > ul{
		padding: 5px 0;
	}
	.site-header__nav nav > ul > li:hover > ul{
		padding: 5px 0;
		display: none;
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.site-header__nav nav > ul > li > ul:before,.site-header__nav nav > ul > li > ul:after{
		display: none;
	}
	.site-header__nav nav > ul > li > ul > li{
		display: block;
		padding: 4px 0 4px;
	}
	.site-header__nav nav > ul > li > ul > li > a{
		padding: 4px 0 4px 10px;
	}
	.site-header__nav nav > ul > li > ul > li > ul{
		padding: 5px 0;
		display: none;
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.site-header__nav nav > ul > li > ul > li:hover > ul{
		display: none;
	}
	.site-header__nav nav > ul > li > ul > li > ul > li{
		display: block;
		padding: 4px 0 4px;
	}
	.site-header__nav nav > ul > li > ul > li > ul > li > a{
		padding: 4px 0 4px 20px;
	}
	.site-header__nav .submenu-handler{
		position: absolute;
		top: 3px;
		right: 0;
		width: 20px;
		height: 20px;
		padding-left: 40px;
		cursor: pointer;
		text-align: center;
		display: -webkit-box;
    	display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
    	-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
    	-ms-flex-align: center;
		align-items: center;
	}
	.site-header__nav .submenu-handler:before{
		content: "\f104";
		font-family:'FontAwesome';
		font-size: 25px;
		color: #000;
	}
	.site-header__nav .submenu-handler.active:before{
		-moz-transform: rotate(-90deg);
    	-ms-transform: rotate(-90deg);
    	-webkit-transform: rotate(-90deg);
    	-o-transform: rotate(-90deg);
    	transform: rotate(-90deg);
	}
	.site-header__nav .touch-menu{
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer;
		float: right;
	}
	.site-header__nav .touch-menu span{
		display: block;
		height: 5px;
		background: #000;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
	}
	.site-header__nav .touch-menu  span:before{
		content: '';
		display: block;
		height: 5px;
		background: #000;
		position: absolute;
		top: -12px;
		left: 0;
		right: 0;
	}
	.site-header__nav .touch-menu  span:after{
		content: '';
		display: block;
		height: 5px;
		background: #000;
		position: absolute;
		bottom: -12px;
		left: 0;
		right: 0;
	}
	.site-header__nav .touch-menu :hover span,.site-header__nav .touch-menu :hover span:before,.site-header__nav .touch-menu :hover span:after{
		background-color: #3399ff;
	}
	.section-tabs1__tabs{
		margin: 0;
		padding-top: 10px;
	}
	.section-tabs1__tab{
		display: block;
		width: auto;
		margin-bottom: 2px;
	}
	.section-tabs1__tab-inner{
		height: auto;
		padding: 10px 10px 10px 55px;
		text-align: left;
	}
	.section-tabs1__tab-img{
		width: 40px;
		height: 40px;
		background-size: 40px auto;
		margin-top: -20px;
		margin-left: auto;
		top: 50%;
		left: 10px;
	}
	.section-tabs1__tab-content-img{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.section-tabs1__tab-content-text{
		width: 100%;
		padding-left: 0;
	}
	.section-tabs2__tabs{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
   		-ms-flex-direction: column;
		flex-direction: column;
	}
	.section-tabs2__tabs:after{
		display: none;
	}
	.section-tabs2__tab{
		padding: 4px 0;
		text-align: left;
	}
	.section-tabs2__tab-img{
		padding: 0;
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.section-tabs2__tab-contenttext{
		width: auto;
		padding: 0;
		text-align: center;
	}
	.section-tabs2__tab-contentbtn{
		text-align: center;
	}
	.section-tabs3__tabs{
		width: auto;
		float: none;
	}
	.section-tabs3__tab-inner{
		margin-right: 0;
		border-right: 1px solid transparent;
	}
	.section-tabs3__tab-inner:after{
		display: none;
	}
	.section-tabs3__tab-content{
		width: auto;
		float: none;
		padding-left: 0;
	}
	.section-income__text{
		padding-left: 0;
	}
	.section-income__bottom .inner:before{
		display: none;
	}
	.section-income__bottom-text{
		text-align: center;
	}
	.section-income__bottom-text a{
		display: table;
		margin: 10px auto 0;
	}
	.section-income__buttons{
		text-align: center;
	}
	.section-income__bottom .btn-effect{
		margin-left: 0;
	}
	.section-servs__container{
		margin: 0 auto;
		max-width: 600px;
	}
	.section-servs__item{
		width: 50%;
	}
	.section-workscheme__list{
		width: 230px;
	}
	.section-reasons__item{
		position: static;
		width: 250px !important;
		margin: 0 auto 40px;
	}
	.section-reasons__item:before{
		display: none !important;
	}
	.section-reasons__central{
		display: none;
	}
	.section-reviews__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-reviews__item{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.section-personal__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-personal__item{
		width: 100%;
		margin-bottom: 35px;
	}
	.section-blog__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-blog__item{
		width: 100%;
		padding: 0 0 20px;
	}
	.footer-widget{
		width: 50%;
		margin-bottom: 35px;
	}
	.section-consult1 .inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    	-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
	.section-consult1:before{
		display: none;
	}
	.section-consult1__col{
		width: 100%;
		padding: 30px 0;
	}
	.section-consult1__col_right{
		width: calc(100% + 20px);
		background: rgba(255,255,255,0.4);
		margin: 0 -10px;
		padding: 30px 10px;
	}
	.section-consult1__captcha{
		margin-left: 10px;
	}
	.section-faq__col{
		width: 100%;
	}
	.section-advantage__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-advantage__item{
		width: 50%;
	}
	.vacancy__item-inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
   		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vacancy__left,.vacancy__right{
		width: 100%;
	}
	.vacancy__list li:after{
		display: none;
	}
	.vacancy__list li{
		border-right: 1px solid transparent;
		margin-right: 0;
	}
	.site-container {
		margin-bottom: 0 !important;
	}
	.site-footer {
		position: relative;
	}
	.section-income__bottom a.btn{
		margin-left: 0;
	}
	.content-head__image-headline{
    	font-size: 28px;
	}
	.content-head__info{
		display: none;
	}
	.content-head_info-headline .content-head__image-headline span{
		height: 220px;
	}
	.section-consult1__formsubmit-btncaptcha{
		white-space: normal;
	}
	.category-training__container{
		max-width: 836px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px){
	.site-header-panel{
		padding: 13px 0 0;
	}
	.site-header-panel > .inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    	-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	}
	.site-header-panel__left{
		display: none;
	}
	.site-header-panel__right{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
    	-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	.site-header-panel__menu{
		display: none;
	}
	.site-header-panel__search{
		border-left: none;
	}
	.site-header-panel__search-input{
		top: 25px;
		left: 0;
	}
	.comments-list__avatar{
		width: 50px;
		height: 50px;
	}
	.comments-list__info,.comments-list__text,.comments-list__bottom{
		padding-left: 70px;
	}
	li li .comments-list__inner{
		margin-left: 40px;
	}
	.comments-list__info{
		font-size: 14px;
	}
	.section-callback1__form{
		max-width: 400px;
		min-width: 280px;
		margin: 0 auto;
	}
	.section-callback1__form-col{
		width: 100%;
		margin-bottom: 15px;
	}
	.section-workscheme__container{
		background-image: none !important;
	}
	.section-workscheme__list{
		position: static;
		width: auto;
	}
	.section-result__container{
		background-position: center bottom;
	}
	.post-body__col{
		width: 100%;
	}
	.alignright,.alignleft {
		display: table;
    	float: none !important;
    	margin: 5px auto 42px !important;
	}
	.post-body__col .btn-effect{
		display: table;
		margin: 5px auto 42px !important;
	}
	.post-body__row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
   		-ms-flex-direction: column;
		flex-direction: column;
	}
	.post-body__row:nth-of-type(even) .post-body__col:nth-child(1){order: 1;text-align: center;}
	.post-body__row:nth-of-type(even) .post-body__col:nth-child(2){order: 2;}
	.post-body__row.post-body__row_inv:nth-of-type(even) .post-body__col:nth-child(1){order: 1;}
	.post-body__row.post-body__row_inv:nth-of-type(even) .post-body__col:nth-child(2){order: 2;}
	.post-body__row.post-body__row_inv:nth-of-type(odd) .post-body__col:nth-child(1){order: 1;}
	.post-body__row.post-body__row_inv:nth-of-type(odd) .post-body__col:nth-child(2){order: 2;}
	.section-clientget__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-clientget__item{
		width: 100%;
		padding: 0 0 30px
	}
	.section-clientget__item:nth-last-child(1){order: 4;}
	.section-clientget__item:nth-last-child(2){order: 3;}
	.section-clientget__item:nth-last-child(3){order: 2;}
	.section-clientget__item:nth-last-child(4){order: 1;}
	.section-consult2__formcol{
		width: 100%;
	}
	.section-expierence__container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
   		 -ms-flex-direction: column;
		flex-direction: column;
	}
	.section-expierence__item{
		width: 100%;
		margin-bottom: 40px;
	}
	.section-contacts__content,.section-contacts__map{
		width: 100%;
	}
	.post-body__row:nth-of-type(2n) .btn-effect{
		float: none;
	}
	.page-personal__img{
		float: none;
		text-align: center;
	}
	.page-personal__content{
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.section-persquote__img{
		float: none;
		text-align: center;
	}
	.section-persquote__content{
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.page-reviews__img{
		float: none;
		text-align: center;
	}
	.page-reviews__content{
		padding-left: 0;
		text-align: center;
	}
	.post-col__col-2{
		width: 100%;
	}
	.lit-post__image,.project-post__image,.category-post__content{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.lit-post__content,.project-post__content,.category-post__content{
		padding-left: 0;
	}
}
@media only screen and (max-width: 640px){
	.site-header-panel__right{
		margin-bottom: 0;
	}
	.site-header-panel__phone{
		order: 3;
		border: none;
		text-align: center;
		padding-left: 5px;
	}
	.site-header-panel__search{
		order: 2;
		padding: 0 6px 0 0;
	}
	.site-header-panel__menu-hided{
		order: 4;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.comment-form__input-block,.comment-form__textarea-block{
		width: 100%;
	}
	.single-post__info{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    	-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-post__info-container{
		margin-bottom: 10px;
	}
	.single-post__bottominfo{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    	-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-post__bottominfo-container{
		margin-bottom: 10px;
	}
	.single-post__bottominfo-social > div{
		padding: 0;
	}
	.section-income__text blockquote,.section-reviews__item-inner,.vacancy__content,.page-reviews__item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-income__text ul{
		margin-left: 0;
	}
	.vacancy__headline{
		padding-left: 0;
	}
	.vacancy__headline-icon{
		display: none;
	}
	.section-result__container{
		height: 400px;
	}
	.section-result__legend{
		left: 0;
	}
	.section-reviews__img{
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.section-reviews__content{
		padding-left: 0;
	}
	.section-advantage__container{
		max-width: 270px;
	}
	.section-advantage__item{
		width: 100%;
		padding: 0 0 15px;
	}
	.post-body ul,.vacancy__content ul,.section-income__text ul{
		padding-left: 10px;
	}
	.page-personal-single__img{
		float: none;
		width: 280px;
		margin: 0 auto 30px;
	}
	.page-personal-single__content{
		padding-left: 0;
	}
	.category-training__container{
		max-width: 381px;
	}
	.category-training__item{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 480px){
	.single-post__info-item{
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 5px;
	}
	.section-callback1__title{
		font-size: 25px;
		line-height: 32px;
	}
	.home-slider__text-1{
		font-size: 32px;
		line-height: 38px;
	}
	.section-tabs1__tab-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-income__bottom{
		font-size: 30px;
	}
	.section-servs__item{
		width: 100%;
	}
	.footer-widget{
		width: 100%;
		text-align: center;
	}
	.section-result__container{
		height: 350px;
	}
	.section-consult1__formcol_2{
		width: 100%;
	}
	.section-income__title,.section-servs__title,.section-workscheme__title,.section-result__title,.section-reasons__title,.section-reviews__title,.section-personal__title,.section-blog__title,.section-advantage__title,.section-clientget__title,.post-body h1{
		font-size: 25px;
	}
	.single-post__bottominfo{
		padding: 0 10px;
	}
	.site-footer__logo{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 360px){
	.site-header__logo{
		padding-top: 4px;
		width: 210px;
		text-align: center;
	}
	.site-header__main{
		padding-bottom: 0;
	}
	.single-post__bottominfo-socialtext{
		display: block;
		margin-bottom: 10px;
	}
	.single-post__pagination{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
   		 -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	}
	.single-post__pagination a{
		margin-bottom: 10px;
	}
	.section-result__container{
		height: 300px;
	}
	.section-contacts__item{
		padding-left: 80px;
	}
	.single-post__bottominfo-socialtext{
		margin-bottom: 5px;
	}
}

