﻿/*
Theme Name: Delta M
Theme URI: https://github.com/zgurya/wp-theme
Author: Zgurya Andrey
Author URI: https://github.com/zgurya
Description: Default WordPress Theme for Delta M
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deltam

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 - Our team

--------------------------------------------------------------*/
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html, .qtranxs-available-languages-message{display: none !important;}
/*--------------------------------------------------------------
 - Fontello
--------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot') format('embedded-opentype'),
       url('fonts/fontello.woff2') format('woff2'),
       url('fonts/fontello.woff') format('woff'),
       url('fonts/fontello.ttf') format('truetype'),
       url('fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts//fontello.svg?8622722#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */

* {
	margin: 0px;
	padding: 0px;
}
html {height: 100%;}
body {
	height: 100%;
	font-family: 'PT Sans', sans-serif;
}

h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #3d5c95;
}
img {
	vertical-align: top;
	max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 34px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-bottom: 1px solid #a0b2ce;
	background-color: transparent;
	color: #fff;
	outline: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid {
	border-bottom: 1px solid #ff0000;
}
textarea {
	height: 105px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	background: rgba(255,255,255,.1);
	color: #fff;
	outline: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	resize: none;
}
input[type="text"]:focus {
	border-bottom: 1px solid #fff;
}
input[type="submit"] {
	font-family: 'PT Sans', sans-serif;
	height: 36px;
	padding: 0 10px;
	border: 2px solid #fff;
	color: #67a4d0;
	background: transparent;
	font-size: 22px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: 10;

	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
input[type="submit"]:hover {
	color: #fff;
}

.layout {
	position: relative;
	min-height: 100%;
}
.clear{
	clear: both;
}
.reducer {
	margin: 0 60px;
	padding: 0;
	position: relative;
	z-index: 4;
}
.reducer > .cols{
	margin: 0 100px;
}
body.home .slider .reducer.section_cont{
	background: #fff;
	position: absolute;
    top: 130px;
    display: table;
}
body.home .reducer.section_cont .col1{
	display: table-cell;
    vertical-align: middle;
}
body.home .reducer.section_cont .col1 h1{
	width: 50%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
    padding-left: 30px;
    font-size: 60px;
    line-height: 1em;
	text-transform: uppercase;
}
body.home .reducer.section_cont .col1 p{
	margin: 0;
	padding-left: 30px;
	width: 50%;
}
body.home .sections .slider img.slide1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 45%;
}
.contact {
	position: fixed;
	z-index: 120;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.contact section {
	height: 100% !important;
	min-height: 100% !important;
	overflow: auto;
}
.contact_close {
	margin-top: 40px;
	float: right;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #fff;
	font-size: 40px;
	text-align: center;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	background: url('i/close.svg') 50% 50% no-repeat;
}
.contact h2 {
	margin: 20px 60px;
	font-size: 80px;
    padding-bottom: 50px;
}
.contact .contact_content,
.contact form {
	margin: 0 60px;
}
.contact .contact_content .col{
	width: 30%;
	float: left;
    padding-left: 35px;
    padding-top: 15px;
	background: url(i/white-slash.png) 0 0 no-repeat;
}
.contact .contact_content .col h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.contact .contact_content .col p{
	margin-bottom: 10px;
}
.contact h2 .address{
	display: inline-block;
    font-size: 16px;
}
.contact h2 .map-point-ico{
	display: inline-block;
	width: 22px;
    height: 30px;
    background: url(i/map-point.svg) 50% 50% no-repeat;
    margin-right: 10px;
    margin-left: 20px;
}
.contact_header_block {
	overflow: hidden;
	position: relative;
}
.contact_header_block h3 {
	float: left;
	margin-right: -100%;
}
.contact_header_block_content {
	margin-left: 50px;
	padding-top: 20px;
	padding-left: 50px;
	background: url('i/white-slash.png') 0 0 no-repeat;
}
.contact_header_block_content.no_bg {
	background: transparent;
}
.contact_header_block_content.no_indent {
	padding-left: 0;
	margin: 0;
}
.contact_header_block_email {
	overflow: hidden;
	position: relative;
	padding-right: 100px;
	line-height: 40px;
	padding-left: 45px;
	background: url('i/mail-white.svg') 0 50% no-repeat;
}
.contact_header_block_email input {
	position: absolute;
	left: -10000px;
}
.contact_submit{
    width: 100%;
    text-align: right;
    display: inline-block;
}
.contact_submit input{
	background: #fff;
    float: right;
}
.contact_submit input:hover {
	background: #67a4d0;
	z-index: 2;
	left: 0;
	top: 0;

	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
body .layout .contact_header_block_email .white_btn_full {
	position: absolute;
	top: 0;
	right: 0;
}
.contact_line {
	padding-right: 100px;
	position: relative;
}
.contact_header_block_content .contact_line .ajax-loader {
	display: none;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
/* Effects */

header {
	padding: 40px 0 20px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
}
.logo {
	float: left;
	width: 171px;
	height: 61px;
	background: url('i/logo.svg') 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.logo {
	display: inline-block;
	float: left;
	margin-left: -9px;
}
.logo-name{
	text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 145px;
    font-size: 14px;
    border-left: 2px solid #fff;
    padding-left: 15px;
    letter-spacing: 3px;
}
.logo img{
	max-width: 171px;
    margin-left: -9px;
}
header .language-chooser{
	list-style: none;
	float: right;
}
header .language-chooser a{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    background-color: #3d5c95;
    color: #fff;
}
header .language-chooser li{
	margin-top: 5px;
	display: none;
}

header .language-chooser:hover li{
	display: block;
}
header .language-chooser .active{
	display: block;
}
header .language-chooser .active a{
	background-color: #fff;
	color: #ff790f;
}
.header_mail {
	float: right;
	width: 40px;
	height: 40px;
	background: url('i/mail.svg') 50% 50% no-repeat, url('i/mail-white.svg') 100px 50% no-repeat;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: background .2s, background-color .2s;
	-moz-transition: background .2s, background-color .2s;
	-o-transition: background .2s, background-color .2s;
	transition: background .2s, background-color .2s;
}
.header_mail:hover {
	background: url('i/mail-white.svg') 50% 50% no-repeat, url('i/mail.svg') 100px 50% no-repeat;
	background-color: #3d5c95;
}
.email-icon.white {
	display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 13px;
    background: url(i/mail-white.svg) 50% 50% no-repeat;
    margin-right: 10px;
}
nav {
	float: right;
	margin-top: 1vh;
}
nav .contact_close {
	display: none;
}
.menu_mobile {
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	float: right;
	margin-right: 15px;
	display: none;
}
nav ul {
	overflow: hidden;
	list-style-type: none;
	padding-right: 40px;
}
nav li {
	float: left;
	text-transform: uppercase;
	margin-left: 40px;
	font-weight: bold;
	line-height: 40px;
}
nav li:first-child {
	margin-left: 0;
}
nav a {
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.scroll-nav{
	position: fixed;
	top: 50%;
    right: 15px;
}
.scroll-nav ul {
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}

.scroll-nav ul li{
	margin-bottom: 20px;
	height: 5px;
	text-align: center;
}
.scroll-nav ul li a{
	display: block;
}
.scroll-nav ul li.current{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
.scroll-nav ul li a:before{
	content: ' ';
	display: block;
	width: 7px;
    height: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: 14px;
}
.scroll-nav ul li:last-child a:before{
	margin-bottom: 0;
}
.scroll-nav ul.white li a:before{
	background-color: #fff;
}
.scroll-nav ul.white li a{
	color: #fff;
}
.scroll-nav ul.white li.current{
	border: 2px solid #fff;
}
.scroll-nav ul.blue li a:before{
	background-color: #3d5c95;
}
.scroll-nav ul.blue li a{
	color: #3d5c95;
}
.scroll-nav ul.blue li.current{
	border: 2px solid #3d5c95;
}
.scroll-nav ul li.current a:before{
	width: 0;
	height: 0;
}
@media screen and (min-width: 768px) {
	nav li a:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 0;
		border-bottom: 2px solid #fff;

		-webkit-transition: width .2s;
		-moz-transition: width .2s;
		-o-transition: width .2s;
		transition: width .2s;
	}
	nav li a:hover:before {
		width: 100%;
	}
}

section {
	position: relative;
	z-index: 2;
	background: #fff;
	/*
	height: 800px;
	height: 100vh;
	min-height: 800px;
	*/
	color: #3d5c95;
	overflow: hidden;
}
section.gr_blue,
.error404 div.gr_blue {
	background: #3d5c95;
	background: -moz-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(61,92,149,1)), color-stop(100%, rgba(95,151,209,1)));
	background: -webkit-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -o-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -ms-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f97d1', endColorstr='#3d5c95',GradientType=1 );
	color: #fff;
}
section.gr_blue.blue,
.error404 div.gr_blue.blue{
	color: #3d5c95;
}
section.blue {
	background: #3d5c95;
	color: #fff;
}
section.grey, .grey{
	background: #efefef;
	color: #3d5c95;
}
.grey a{
	color: #3d5c95;
}
section.gr_blue a,
section.blue a {
	color: #fff;
}
section.light {
	background: #efefef;
}
section.no_bg {
	background: transparent;
}
section.white {
	background: #fff;
}
/*
.section_num {
	position: absolute;
	z-index: 3;
	width: 50%;
	height: 100%;
	right: 50%;
	top: 0;
	max-width: 660px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.header_line {
	display: inline-block;
	width: 40px;
	border-bottom: 3px solid #3d5c95;
}
section.gr_blue .header_line,
.error404 div.gr_blue .header_line,
section.blue .header_line {
	border-bottom: 3px solid #fff;
}
section.main5 .header_line {
	border-bottom: none;
	height: 3px;
	background: transparent;
	background: -moz-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9f1a16), color-stop(100%, #f59d08));
	background: -webkit-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -o-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
}
.section_num {
	position: absolute;
	z-index: 3;
	height: 100%;
	left: 0;
	top: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_num span {
	position: absolute;
	width: 40px;
	left: 60px;
	bottom: 50%;
	border-bottom: 4px solid #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}
.section_bookmark {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
}
.section_bookmark a {
	float: left;
	background: #3d5c95;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 20px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 40px;

	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.gr_blue .section_bookmark a,
.blue .section_bookmark a {
	background: #fff;
	color: #3d5c95;
}
.section_bookmark span {
	display: inline-block;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

section.main {

}
section.main .main_bg {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.main .main_video {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.main .main_video_loader {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: #3d5c95;
	background: -moz-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(61,92,149,1)), color-stop(100%, rgba(95,151,209,1)));
	background: -webkit-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -o-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: -ms-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	background: linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f97d1', endColorstr='#3d5c95',GradientType=1 );
	color: #fff;
}
.main_video_loader_percent {
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	font-size: 115px;
	text-align: center;
}
.main_video_loader_progress {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.main_video_loader_progress div {
	background: #fff;
	height: 4px;
	float: left;
}
section.main h1 {
	padding-top: 120px;
	margin: 0 100px;
	font-size: 70px;
	line-height: 75px;
    margin-bottom: 15px;
}
section.main p {
	font-size: 20px;
	line-height: 30px;
	margin: 0 300px 150px 100px;
}
.sections.about_us section.main#section_3 p{
	text-transform: uppercase;
	padding-left: 40px;
    padding-top: 35px;
    background: url(i/blue-slash.png) 0 0 no-repeat;
}
.sections.about_us section.inner1 .reducer{
	margin-top: 75px;
}
section.main2 .main_bg {
	position: absolute;
	z-index: 1;
	right: 50%;
	bottom: 50%;
	width: 520px;
	height: 520px;
	margin-right: -260px;
	margin-bottom: -260px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .3;
}
section.main2 h2 {
	font-size: 70px;
	margin: 20px 40px;
}
section.main2 .cols {
	margin: 0 180px 40px;
	overflow: hidden;
}
section.main2 .col {
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}
section.main2 .col2 {
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 20px;
}
section.main2 .col3 {
	margin-top: 120px;
	padding-left: 20px;
}
section.main2 .col h3 {
	font-size: 40px;
	margin-bottom: 15px;
}
section.main2 .col p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
section.main2 .col .arr {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('i/arr.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

section.main3 {

}
section.main3 .main_bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.main3 h2 {
	font-size: 90px;
	margin-top: 20px;
	text-align: right;
	margin-right: 150px;
	letter-spacing: 4px;
}
section.main3 .slides {
	position: relative;
	margin: 0 40px 105px;
}
section.main3 .slides_scroll {
	width: 408px;
	height: 2px;
	background: #fff;
	margin-left: 50%;
	position: relative;
}
section.main3 .slides_scroll_btn {
	width: 0;
	height: 2px;
	background: #9f1a16;
}
section.main3 .slides_scroll_slash {
	width: 202px;
	height: 403px;
	background: url('i/gradient-slash.png') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	right: 100%;
	top: 0;

}
section.main3 .slide {
	overflow: hidden;
}
section.main3 .slide_year {
	float: left;
	font-size: 160px;
	font-weight: bold;
	line-height: 160px;
	margin-top: -20px;
	margin-right: -100%;


	color: #f59d08;
	background: transparent;
	background: -moz-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9f1a16), color-stop(100%, #f59d08));
	background: -webkit-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -o-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
section.main3 .slide_text {
	margin-left: 50%;
	margin-top: 60px;
	color: #fefeff;
	font-size: 20px;
	line-height: 30px;
}
section.main3 .slides_arr {
	overflow: hidden;
	float: left;
	margin-left: 50%;
	margin-top: 80px;
}
section.main3 .slides_arr_l {
	cursor: pointer;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: -100%;
	background: url('i/slider-arr-l.png') 0 0 no-repeat, url('i/slider-arr-grad-l.png') 60px 0 no-repeat;
}
section.main3 .slides_arr_l:hover {
	background: url('i/slider-arr-l.png') 60px 0 no-repeat, url('i/slider-arr-grad-l.png') 0 0 no-repeat;
}
section.main3 .slides_arr_r {
	cursor: pointer;
	width: 60px;
	height: 60px;
	float: right;
	margin-left: -60px;
	background: url('i/slider-arr-r.png') 0 0 no-repeat, url('i/slider-arr-grad-r.png') 60px 0 no-repeat;
}
section.main3 .slides_arr_r:hover {
	background: url('i/slider-arr-r.png') 60px 0 no-repeat, url('i/slider-arr-grad-r.png') 0 0 no-repeat;
}
section.main3 .slides_arr_num {
	margin: 0 80px;
}
section.main3 .slides_arr_num span {
	display: block;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
}
section.main3 .slides_arr_num span:first-child {
	border-bottom: 1px solid #fff;
}


section.main4 {

}
section.main4 h2 {
	font-size: 70px;
	margin: 20px 40px 30px;
}
section.main4 .management {
	position: relative;
	height: 390px;
	margin: 0 0 0 100px;
}
section.main4 .management_arr {
	position: absolute;
	right: -60px;
	bottom: 0;
	width: 60px;
}
section.main4 .management_arr_num {
	width: 60px;
	text-align: center;
}
section.main4 .management_arr_num span {
	display: inline-block;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
}
section.main4 .management_arr_num span:first-child {
	border-bottom: 1px solid #3d5c95;
}

section.main4 .management_arr_l {
	width: 60px;
	height: 60px;
	display: block;
	background: url('i/arr-blue-r.svg') 50% 50% no-repeat, url('i/arr-white-r.svg') 150px 50% no-repeat;
	background-color: #fff;
	cursor: pointer;

	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
section.main4 .management_arr_l:hover {
	width: 60px;
	height: 60px;
	display: block;
	background: url('i/arr-white-r.svg') 50% 50% no-repeat, url('i/arr-blue-r.svg') 150px 50% no-repeat;
	background-color: #3d5c95;
	cursor: pointer;
}

section.main4 .management_arr_r {
	width: 60px;
	height: 60px;
	background: url('i/arr-blue.svg') 50% 50% no-repeat, url('i/arr-white-r.svg') 150px 50% no-repeat;
	background-color: #fff;
	cursor: pointer;

	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
section.main4 .management_arr_r:hover {
	width: 60px;
	height: 60px;
	background: url('i/arr-white.svg') 50% 50% no-repeat, url('i/arr-blue.svg') 150px 50% no-repeat;
	background-color: #3d5c95;
	cursor: pointer;
}

section.main4 .management_list {
	height: 390px;
	position: relative;
}
section.main4 .manager {
	position: relative;
	height: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}
section.main4 .manager_img {
	position: relative;
	z-index: 1;
	margin-right: 60px;
	height: 360px;
	margin-bottom: -40px;
}
section.main4 .manager_data {
	position: relative;
	z-index: 2;
	margin-left: 30px;
	background: #fff;
	height: 70px;
}
section.main4 .manager_data_table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	height: 70px;
}
section.main4 .manager_data_td {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	font-size: 18px;
}
section.main4 .manager_data h3 {
	font-size: 18px;
}
section.main4 .linkedin {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 70px;
	width: 100%;
	text-align: right;
	height: 10px;
}
section.main4 .linkedin a {
	position: absolute;
	right: 40px;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: bold;

	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-ms-transform-origin: 59px 0;
	-webkit-transform-origin: 59px 0;
	transform-origin: 59px 0;

	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
section.main4 .linkedin a:hover {
	color: #102851;
}
section.main4 .linkedin em {
	font-style: normal;
	display: inline-block;
	padding: 0 10px 0 20px
}
section.main4 .linkedin span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('i/arr-blue.svg') 50% 50% no-repeat, url('i/arr-dark-blue.svg') 100px 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-ms-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	margin-right: 10px;
	position: relative;
	top: 3px;

	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
section.main4 .linkedin a:hover span {
	background: url('i/arr-dark-blue.svg') 50% 50% no-repeat, url('i/arr-blue.svg') 100px 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

section.main5 {
	background: url('i/index-bg4.png') 50% 20% no-repeat;
	-webkit-background-size: 95% auto;
	background-size: 95% auto;
}
.sections.about_us section.main5{
	background: transparent;
}
section.main5 h2 {
	font-size: 90px;
	text-align: right;
	margin: 20px 40px;
	color: #f59d08;
	background: transparent;
	background: -moz-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9f1a16), color-stop(100%, #f59d08));
	background: -webkit-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: -o-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
	background: linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
section.main5 .cols {
	overflow: hidden;
	margin: 0 40px;
}
section.main5 .col {
	margin-bottom: 40px;
}
section.main5 .col1 {
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 50%;
	margin-right: -100%;
}
section.main5 .col2 {
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('i/blue-slash.png') 55px 0 no-repeat;
	margin-left: 50%;
	padding-left: 100px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
section.main5 .reducer {
	padding-bottom: 150px;
}
.sections.about_us  section.main5 .reducer{
	padding-bottom: 0;
}
.sections.about_us  section.main5.inner2 .reducer{
	padding-bottom: 180px;
}
section.main5 .partners {
	padding: 0 0px 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 12;
	bottom: 0;
	left: 0;
	width: 100%;
}
section.main5 .partners_list_ovh {
	overflow: hidden;
	margin: 0 60px;
	margin-bottom: 60px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
section .partners_list_ovh img{
	max-width: 100px;
}
section.main5 ul.partners_list  li:before{
	content: '';
}
section.main5 .partners_list {
	overflow: hidden;
	height: 80px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
section.main5 .partner {
	text-align: center;
	float: left;
	width: 20%;
	height: 80px;
	line-height: 80px;
}
section.main5 .partners_list_all {
	display: none;
}
section.main5 .partners_list_scroll {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	border-bottom: 40px solid #efefef;
	width: 100%;
}
section.main5 .partners_list_scroll_btn {
	height: 6px;
	cursor: pointer;
	background: #3d5c95;
}



section.inner1.consulting .inner_bg,
section.inner1.management .inner_bg,
section.inner1.software .inner_bg,
section.inner1.career .inner_bg {
	position: absolute;
	z-index: 1;
	right: 50%;
	bottom: 50%;
	width: 520px;
	height: 520px;
	margin-bottom: -260px;
	opacity: .4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/*section.inner1.penalty .inner_bg {*/
	/*position: absolute;*/
	/*z-index: 2;*/
	/*width: 100%;*/
	/*height: 665px;*/
	/*opacity: .4;*/
	/*margin: 50px;*/
	/*bottom: 20px;*/
/*}*/
/*
section.inner1 .inner_reducer{
	margin: 130px 60px 0 60px;
	position: relative;
	z-index: 5;
}
*/
section.inner1 .inner_reducer{
	position: absolute;
	top: 130px;
	margin: 0 60px;
	z-index: 5;
	width: calc(100% - 120px);
}
section.inner6.penalty .reducer .cols,
section.inner5.penalty .reducer .cols,
section.inner4.penalty .reducer .cols,
section.inner3.penalty .reducer .cols,
section.inner2.penalty .reducer .cols,
section.inner1.penalty .inner_reducer .cols{
	margin: 0 100px;
}

section.inner1.penalty .inner_reducer .col{
	margin-top: 100px;
}
section.inner6.penalty .reducer .col,
section.inner5.penalty .reducer .col,
section.inner4.penalty .reducer .col,
section.inner3.penalty .reducer .col,
section.inner2.penalty .reducer .col{
	margin: 50px 0;
}

section.inner1.penalty .inner_reducer .col1{
	font-size: 20px;
	line-height: 30px;
	 float: left;
	 width: 45%;
 }
section.inner1.penalty .inner_reducer .col2{
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 50%;
}
section.inner1 h1 {
	margin-left: 140px;
	margin-top: 120px;
}
section.inner1.management h1{
	width: 600px;
}
section.inner1 .white{
	display: block;
	background: #fff;
	position: absolute;
	z-index: 0;
	height: 100px;
	bottom: 0px;
	right: 0;
	left:0;
}

section.inner1.penalty h1 {
	text-transform: none;
	font-size: 60px;
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding:40px;
	background: url('i/blue-slash.png') 0px 0 no-repeat;
}
section h1.blue-slash {
	text-transform: none;
	font-size: 60px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	padding-left: 40px;
	padding-top: 40px;
	background: url('i/blue-slash.png') 0px 0 no-repeat;
}
section .centered{
	width: 40%;
    margin-left: 35%;
}
section .centered.title{
	padding-top: 100px;
}
.sections.software section .centered.title{
	padding-top: 18vh;
}
section.inner1.penalty p {
	font-size: 20px;
	line-height: 28px;
	background: none;
	margin-right: 0px;
	margin-left: 7%;
	margin-top: 0;
	padding: 0;
}
/*
section.inner1 p {
	font-size: 16px;
	line-height: 28px;
	margin-left: 50%;
	padding-left: 100px;
	padding-top: 40px;
	background: url('i/white-slash.png') 50px 0 no-repeat;
	margin-right: 100px;
}
*/
section.inner1 p + p {
	margin-right: 140px;
	padding-top: 10px;
	background: transparent;
}
section.inner2.penalty .reducer .col{

}
section.inner2.penalty .reducer .col1{
	float: left;
	width:50%;
}
section.inner2.consulting .reducer .col1{
	margin-top: 0;
}
section.inner2.penalty .reducer .col1 p{
	margin-top: 60px;
	margin-bottom: 30px;
}
section.inner2.penalty .reducer .col2,
section.inner3.penalty .reducer .col2{
	float: right;
	width: 35%;
}
section.inner2.penalty .reducer .col2{
	margin-top: 150px;
}
section.inner2.penalty.consulting .reducer .col2{
	margin-top: 0;
}

section.inner2.consulting .reducer .col2{
	float: right;
	width: 40%;
    margin-top: 0;
    margin-left: -70px;
}

section.inner2.penalty h2, section.inner4.penalty h2{
	font-size: 80px;
	line-height:1em;
	margin-left: 0;
	width: 100%;
}
section.inner2.penalty h2.width-50, section.inner4.penalty h2.width-50{
	width: 50%;
}


section ul li,
section ul li{
	font-size: 16px;
	line-height: 25px;
	list-style-type: none;

}
section ul li:before ,
section ul li:before {
	content: '-';
	display: inline-block;
	margin-right: 10px;
	margin-left: -15px;
}

section .col.white-slash p{
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	background: url(i/white-slash.png) 0px 0 no-repeat;
	letter-spacing: 2px;
	padding-top: 40px;
	padding-left: 35px;
	margin-top: 30px;
}
section.inner6.penalty .reducer .col1,
section.inner3.penalty .reducer .col1{
	float: left;
	width:50%;
}
section.inner6.penalty .reducer .col2,
section.inner3.penalty .reducer .col2{
	float: right;
	width:40%;
}
section.inner3.consulting .reducer .col2{
	margin-top: -5%;
}
section.inner6.penalty h2,
section.inner5.penalty h2,
section.inner3.penalty h2,
section.inner2.consulting h2{
	font-size: 80px;
	line-height: 1em;
	margin-right: 0;
}

section.inner3.consulting h2{
	width: 50%;
	margin-top: 5%;
}
section.inner3.penalty .col1 p{
	font-size: 16px;
	padding-left: 50px;
	line-height: 25px;
	margin-top: 35px;
}

section.inner3.penalty .col1 .slash p{
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	background: url(i/blue-slash.png) 0px 0 no-repeat;
	letter-spacing: 2px;
	margin-left: 0px;
	padding-top: 40px;
	padding-left: 35px;
}

section.inner3.penalty .reducer .col2 ul{
	margin-top: 15px;
}
section.inner2.penalty li, section.inner3.penalty li{
	padding-bottom: 15px;
}
section.inner2.penalty li:last-child, section.inner3.penalty li:last-child{
	padding-bottom: 0;
}
section.inner6.penalty .reducer h2,
section.inner5.penalty .reducer h2,
section.inner4.penalty .reducer h2{
	margin-left: 0;
	line-height: 1em;
}
section.inner5.penalty .reducer .col1{
	float: left;
	width:58%;
}
section.inner4.penalty .reducer .col1{
	float: left;
	width:55%;
	margin-top: 250px;
	padding-top: 130px;
}
section.inner6.penalty .reducer .col2,
section.inner5.penalty .reducer .col2,
section.inner4.penalty .reducer .col2{
	float: right;
	width: 35%;
	padding-top: 130px;
}

section.inner4.world3.penalty .col1 .slash p{
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	background: url(i/white-slash.png) 0px 0 no-repeat;
	margin-left: 0px;
	padding-top: 40px;
	padding-left: 35px;
}
section.inner5.penalty .col1 .slash p{
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	background: url(i/blue-slash.png) 0px 0 no-repeat;
	margin-left: 0px;
	padding-top: 40px;
	padding-left: 35px;
	margin-top: 70px;
}
section.inner6.penalty h2{
	margin-top: 0;
}
section.inner6 .white_btn{
	margin-top: 20px;
    display: table;
}
.contact.information .cols .col{
	float: left;
	width: 50%;
}
	/*section.inner2 h2 ,*/
/*section.inner3 h2 {*/
	/*font-size: 60px;*/
	/*margin-top: 20px;*/
	/*margin-left: 140px;*/
	/*text-shadow: 1px 1px 1px #fff;*/
/*}*/
/*section.inner2 p,*/
/*section.inner3 p {*/
	/*position: relative;*/
	/*margin: 40px 420px 25px 140px;*/
	/*font-size: 40px;*/
	/*line-height: 52px;*/
	/*font-weight: bold;*/
	/*text-shadow: 1px 1px 1px #fff;*/
	/*max-width: 40%;*/
/*}*/
/*section.inner2 p:before,*/
/*section.inner3 p:before {*/
	/*content: '';*/
	/*position: absolute;*/
	/*left: -2px;*/
	/*top: -20px;*/
	/*width: 40px;*/
	/*height: 4px;*/
	/*background: #3d5c95;*/
/*}*/
section.inner2 .small p,
section.inner3 .small p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 0;
	width: 50%;
	margin-right: 0;
}
section.inner2 .small p:before,
section.inner3 .small p:before {
	display: none;
}
section.inner2 p span,
section.inner3 p span {
	color: #ff790f;
}
section.inner2 h2 + p,
section.inner3 h2 + p {
	margin-top: 30px;
	font-size: 22px;
	line-height: 34px;
}
section.inner2 h2 + p:before,
section.inner3 h2 + p:before {
	display: none;
}
section.inner2.software p,
section.inner3.software p {
	max-width: 50%;
}
section.inner2.software .small p,
section.inner3.software .small p {
	margin-bottom: 5px;
}
section.inner2.software .red_btn,
section.inner3.software .red_btn {
	margin-left: 140px;
	margin-top: 50px;
}
section.inner2 .inner_bg ,
section.inner3 .inner_bg {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 35%;
	height: 100%;
 }

section.world1 {

}
section.world1 .main_bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
section.world1 .section_num span {
	top: auto;
	bottom: 195px;
}
section.world1 ul {
	list-style-type: none;
	margin-left: 140px;
	margin-top: 120px;
}
section.world1 ul li {
	line-height: 38px;
	font-size: 18px;
}
section.world1 ul li span {
	display: inline-block;
	width: 16px;
	height: 0;
	overflow: hidden;
	background: url('i/arr-white.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 7px;
	position: relative;
	top: 4px;

	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
section.world1 ul a:hover span {
	height: 16px;
}
section.world1 h1 {
	margin-top: 0;
	margin-left: 140px;
	font-size: 80px;
}

section.world2 {

}
section.world2 .cols {
	position: relative;
	z-index: 1;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
section.world2 .col {
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 100px;
	width: 25%;
}
.sections.home section.world2 .col_bg {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	/*
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	*/
	
}
.sections.home section.world2 .col:hover .col_bg {
	background: rgba(16, 40, 81, 0.8);
	/*
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	*/
}
section.world2 .col_content {
	position: relative;
	z-index: 3;
}
section.world2 .col:hover .col_content {
	display: none;
}
section.world2 .col_content_hover {
	position: relative;
	z-index: 3;
	display: none;
    width: 100%;
}
section.world2 .col:hover .col_content_hover {
	display: block;
}
section.world2 .col h3 {
	padding-left: 45px;
	padding-top: 10px;
	color: #fff;
	font-size: 40px;
	background: url('i/white-slash.png') 0 0 no-repeat;
	margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}
section.world2 .col h4 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
	cursor: pointer;
}
section.world2 .col .col_manager{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
section.world2 .col h4{
	color: #fff;
}
section.world2 .col:hover .col_manager:hover h4, section.world2 .col:hover .col_manager:hover h4 a{
	color: #65a1d7;
}
section.world2 .col .sub_description{
	display: none;
}
section.world2 .col h5 {
	font-size: 14px;
	font-weight: bold;
}
section.world2 .col a {
	color: #fff;
}
section.world2 .col:hover .col_manager:hover a{
	color: #65a1d7;
}
section.world2 .col p {
	font-size: 14px;
}
section.world2 .col_manager {
	margin-top: 50px;
	overflow: hidden;
}
section.world2 .col_manager_img {
	float: left;
	margin-right: -100%;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
section.world2 .col_manager_img img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
section.world2 .col_manager_data {
	line-height: 18px;
	color: #65a1d7;
}
section.world2 .col_manager_add {
	margin-left: 45px;
	line-height: 20px;
}
section.world2 .col_manager_add p {
	margin-bottom: 15px;
}
section.world2 .col .white_btn {
	color: #fff;
}
section.world3 .main_bg {
	position: absolute;
	z-index: 1;
	right: 50%;
	bottom: 50%;
	width: 520px;
	height: 520px;
	margin-right: -260px;
	margin-bottom: -260px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .4;
}
section.world3 h2 {
	float: left;
	margin-right: -100%;
	width: 60%;
	font-size: 80px;
	margin-top: 70px;
	margin-left: 60px;
}
section.world3 .world3_right {
	margin-left: 60%;
	padding-top: 30px;
	position: relative;
	z-index: 3;
}
section.world3 ul {
	list-style-type: none;
	margin-left: 0;
}
section.world3 .col1 ul{
	margin-left: 30px;
}
section ul.section_links {
	list-style-type: none;
	margin: 0;
}
section.world3 ul li {
	line-height: 38px;
	font-size: 18px;
}
section.world3 ul li em {
	color: #3d5c95;
	font-style: normal;
}
section.world3 ul li span.arr-blue {
	display: inline-block;
	width: 16px;
	height: 0;
	overflow: hidden;
	background: url('i/arr-blue.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 7px;
	position: relative;
	top: 4px;

	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
section ul.section_links li span.number {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	width:40px;
	margin-right: 40px;
	border: 1px solid #3d5c95;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align: center;
	color: #3d5c95;
}
section ul.section_links li:before{
	content: '';
}
section ul.section_links li{
	padding: 10px 0;
	font-size: 18px;
}
section ul.section_links a{
	color: #3d5c95;
}
section ul.section_links a:hover li{
	font-weight: bold;
}
section ul.section_links a:hover span.number {
	background: #3d5c95;
	color: #fff;
}

section.world3 ul a:hover span.arr-blue {
	height: 16px;
}
section.world3 .world3_manager {
	margin: 70px 100px;
	overflow: hidden;
}
section.world3 .world3_manager h3 {
	margin-bottom: 20px;
	font-size: 22px;
}
section.world3 .world3_manager h3 .header_line {
	max-width: 15px;
	border-bottom-width: 2px;
}
section.world3 .world3_manager_img {
	float: left;
	margin-right: -100%;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
section.world3 .world3_manager_img img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
section.world3 .world3_manager_data {
	margin-left: 80px;
	line-height: 18px;
}
section.world3 .world3_manager_add {
	margin-left: 45px;
	line-height: 20px;
}
section.world3 .world3_manager_add p {
	margin-bottom: 15px;
}

section.career {
}
section.career .career_par p {
	margin-left: 30%;
}
section.career3 {
}
section.career3 h2 {
	font-size: 90px;
	margin: 20px 0 40px 40%;
}
section.career3 .l {
	float: left;
	margin-right: -100%;
}
section.career3 .r {
	margin-left: 40%;
}
section.career3 .r p {
	font-size: 16px;
	line-height: 28px;
	margin-right: 140px;
	margin-bottom: 10px;
}
section.career3 ul {
	list-style-type: none;
	margin-right: 100px;
	float: left;
}
section.career3 ul:first-child {
	margin-left: 140px;
}
section.career3 ul li {
	line-height: 39px;
	font-size: 22px;
	font-weight: bold;
}
section.career3 ul li a {
	display: block;
	overflow: hidden;
}
section.career3 ul a em {
	font-style: normal;
}
section.career3 ul a:hover em {
	color: #67a4d0;
	border-bottom: 1px solid #67a4d0;
}
section.career3 ul li span {
	float: right;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url('i/arr-blue-light.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 7px;
	position: relative;
	top: 11px;

	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.e404 {
	margin-top: 250px;
	margin-left: 35%;
}
.e404 p {
	font-size: 40px;
}
.e404 h1 {
	font-size: 115px;
}

section.consulting .red_btn {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 2px solid #ff790f;
	color: #ff790f;
	margin-top: 30px;
}
section.inner3.consulting .red_btn{
	margin-left: 35px;
}
.red_btn span {
	width: 17px;
	height: 17px;
	background: url('i/arr.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 10px;

	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.white_btn {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 30px;
	font-weight: 700;
	margin-right: 30px;
}
.white_btn span {
	width: 17px;
	height: 17px;
	background: url('i/arr-white.svg') 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 10px;

	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .layout .white_btn_full,
.white_btn_full {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 2px solid #fff;
	color: #67a4d0;
	background: #fff;
	font-size: 22px;
	font-weight: bold;
	position: relative;

	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
body .layout .white_btn_full:hover,
.white_btn_full:hover {
	color: #fff;
}
body .layout .white_btn_full:before,
.white_btn_full:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #67a4d0;

	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
body .layout .white_btn_full:hover:before,
.white_btn_full:hover:before {
	width: 100%;
}
.white_btn_full span {
	width: 17px;
	height: 17px;
	background: url('i/arr-blue-light.svg') 50% 50% no-repeat, url('i/arr-white.svg') 100px 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 10px;

	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.white_btn_full:hover span {
	background: url('i/arr-white.svg') 50% 50% no-repeat, url('i/arr-blue-light.svg') 100px 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.white_btn_full.no_rotate span {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.white_btn_full em {
	display: inline-block;
	font-style: normal;
	position: relative;
	z-index: 2;
}
.hidden {
	display: none;
}
.ovh {
	overflow: hidden;
}

.contact div.wpcf7-validation-errors,
.contact span.wpcf7-not-valid-tip {
	display: none !important;
}
.contact div.wpcf7-mail-sent-ng {
	border: none !important;
}

/*--------------------------------------------------------------
 - Our team
--------------------------------------------------------------*/
.sections.our_team section.main h1{
	margin: 0;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 0;
}
.sections.our_team section.main{
	position: relative;
}
.sections.our_team section.main .cols, .sections.our_team section.main .cols .col2{
	margin-top: 60px;
}

.sections.our_team section.main p{
	margin: 0;
	/*
	margin-bottom: 30px;
	text-indent: 20px;
	*/
}
.sections.our_team section.main .owl-carousel .owl-item img{
	border-radius: 50%;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sections.our_team section.main .owl-carousel .owl-item .manager_data{
	text-align: center;
}
.sections.our_team section.main .owl-carousel .owl-item .manager_data h3{
	font-size: 22px;
}
.sections.our_team section.main .owl-carousel .owl-item .manager_data p{
	font-size: 16px;
}
.sections.our_team section.main .management{
	position: relative;
}
.sections.our_team section.main .management .management_arr_l {
    width: 60px;
    height: 60px;
    display: none;
    background: url(i/arr-white-r.svg) 50% 50% no-repeat;
	position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 9999;
}
.sections.our_team section.main .management .management_arr_r {
    width: 60px;
    height: 60px;
    display: none;
    background: url(i/arr-white.svg) 50% 50% no-repeat;
	position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}
.sections.our_team section.main .reducer.section_cont .col{
	float: left;
}
.sections.our_team section.main .col1{
	width: 60%;
	margin-right: 5%;
}
.sections.our_team section.main .col2{
	width: 35%;
}
.sections.our_team section .reducer h2{
	float: none;
	margin: 0;
    margin-bottom: 12vh;
}
.sections.our_team section.inner2 .fp-tableCell{
	display: block;
}
.sections.our_team section.inner2 .reducer{
	margin: 0 160px;
}
.sections.our_team section.inner2 .reducer .cols{
	margin: 0;
}
.sections.our_team section.inner2 .reducer .cols .col{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 30%;
    margin-right: 5%;
}
.sections.our_team section.inner2 .reducer .cols .col:last-child{
	margin-right: 0;
}
.sections.our_team section.inner2 .reducer .cols .col h4{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}
.sections.our_team section.inner2 .reducer .cols .col p{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
    line-height: 1.5em;
}
.sections.our_team section.inner2 .reducer.section_cont{
	padding-top: 12vh;
}
.sections.our_team section.inner3 .reducer{
	margin: 0;
}
.sections.our_team section.inner3 .reducer.section_cont .cols{
	margin: 0;
}
.sections.our_team section.inner3 .reducer.section_cont .col{
	width: 50%;
	float: left;
	margin: 0;
}
.sections.our_team section.inner3 .reducer.section_cont .col p{
	margin: 0;
	padding: 0;
}
.sections.our_team section.inner3 .reducer.section_cont .col1{
	background: #3d5c95;
    color: #fff;
}
.sections.our_team section.inner3 .reducer.section_cont .col1 .header_line{
	border-color: #fff;	
}
.sections.our_team section.inner3 .reducer.section_cont .col ul{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sections.our_team section.inner3 .reducer.section_cont .col1 .inner{
	padding-left: 160px;
	padding-right: 60px;
}
.sections.our_team section.inner3 .reducer.section_cont .col1 a.btn{
	display: inline-block;
    height: 36px;
    line-height: 36px;
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.btn span{
	background-size: contain;
    background-repeat: no-repeat;
	width: 18px;
    height: 18px;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.btn-white{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.btn-orange{
	font-size: 22px;
	color: #ff790f;
}
.sections.our_team section.inner3 .reducer.section_cont .col.col2 .inner p{
    margin-top: 30px;
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.btn-white span{
	background-image: url(i/arr-white.svg);
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.btn-orange span{
	background-image: url(i/arr.svg);
}
.sections.our_team section.inner3 .reducer.section_cont .col2 .inner{
	padding-left: 60px;
	padding-right: 160px;
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.vacancy-form-popup{
	color: #ff790f;
	display: inline-block;
	margin-top: 30px;
}
.sections.our_team section.inner3 .reducer.section_cont .cols a.vacancy-form-popup span{
	display: inline-block;
	background: url(i/mail-white.svg) 50% 50% no-repeat, url(i/mail.svg) 100px 50% no-repeat;
    background-color: #ff790f;
	width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	vertical-align: middle;
    margin-right: 15px;
}
.sections.our_team section.inner3 .reducer.section_cont .col2 .inner{
	padding-left: 60px;
	padding-right: 160px;
}
.sections.our_team section.inner3 .reducer.section_cont .col h2{
    padding-top: 12vh;
}
.sections.our_team .socials{
	float: left;
	margin-top: 15px;
}
.sections.our_team .socials a{
	position: relative;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    list-style: none;
    text-align: center;
    font-size: 16px;
}
.sections.our_team .socials a:before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    border-color: #fff;
}
.sections.our_team .socials [class^="icon-"]:before{
	position: absolute;
    top: 8px;
    right: 6px
}

.sections.our_team .slider-section .col1 {
    float: left;
    width: 50%;
}

.sections.our_team .slider-section .col2 {
    float: right;
    width: 50%;
}

.sections.our_team .slider-section .col2 .inner {
    max-width: 500px;
	padding-top: 100px;
}

.sections.our_team .slider-section .cols::before {
    display: table;
    height: 0;
    content: "";
}

.sections.our_team .slider-section .cols::after {
    display: table;
    height: 0;
    content: "";
    clear: both;
}

.slider-section__img {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

@supports (background-blend-mode: multiply) {
    .slider-section__img {
        background-color: rgba(61, 92, 149, 0.3);
        background-blend-mode: multiply;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
}

.slider-section__dots {
    counter-reset: dots;
}
.slider-section .cols-dots {
    height: 60px;
    position: relative;
    width: 100px;
    margin: 50px auto 0;
}

.slider-section__prev {
    width: 24px;
    height: 20px;
    display: block;
    background: url(i/arr-blue-r.svg) 50% 50% no-repeat;
    position: absolute;
    left: -20px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}

.slider-section__next {
    width: 24px;
    height: 20px;
    display: block;
    background: url(i/arr-blue.svg) 50% 50% no-repeat;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}

.slider-section__count-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    color: #3d5c95;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.slider-section .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.slider-section .owl-dot:hover {
    cursor: default;
}
.slider-section .owl-carousel {
    width: auto;
}
.slider-section .owl-dot {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #3d5c95;
    color: #3d5c95;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.slider-section .owl-dot.active {
   visibility: visible;
}

.sections.our_team section  h2.slider-section__title {
    margin-bottom: 20px;
    color: #3d5c95;
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    left: 50%;
}
.sections.our_team section .owl-carousel p{
	padding-bottom: 10px;
}
.slider-section__subtitle {
    color: #3d5c95;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.slider-section__text {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

/*--------------------------------------------------------------
 - Penalty
--------------------------------------------------------------*/
/* Section 1 */
.sections.penalty section.inner1 .reducer {
    position: absolute;
    top: 130px;
    margin: 0 60px;
    z-index: 5;
    width: calc(100% - 120px);
}
.sections.penalty section.inner1 .reducer .cols{
	margin: 0 100px;
}
.sections.penalty section.inner1 .reducer .cols .col{
	width: 45%;
	float: left;
	padding-top: 10vh;
    margin-right: 0;
}
.sections.penalty section.inner1.main .reducer .cols .col1{
	width: 40%;
}
.sections.penalty section.inner1.main .reducer .cols .col2{
	width: 55%;
}
.sections.penalty section.inner1 .reducer .cols .col ul{
	padding-top: 5vh;
    margin: 0;
}
.sections.penalty section.inner1 .reducer .cols .col h1{
	margin: 0;
	margin-bottom: 30px;
	float: none;
}
.sections.penalty section.inner1 .reducer .cols .col p{
	margin: 0;
	padding: 0;
    padding-left: 40px;
}

/* Section 2 */

.sections.penalty section .reducer .cols .col{
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
	margin-right: 8%;
}
.sections.penalty section .reducer .cols.vertical{
	display: flex;
	-webkit-box;display:
	-moz-box;display:
	-ms-flexbox;display:
	-webkit-flex;display: flex;
}
.sections.penalty section .reducer .cols .col2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box;display:
	-moz-box;display:
	-ms-flexbox;display:
	-webkit-flex;display: flex;
}
.sections.penalty section .reducer .cols .col1{
	width: 60%;
}
.sections.penalty section .reducer .cols .col:last-child{
	margin-right: 0;
}
.sections.penalty section.inner2 .reducer .cols .col h2, .sections.penalty section.inner4 .reducer .cols .col h2, .sections.penalty section.inner6 .reducer .cols .col h2{
	margin: 0;
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
	line-height: 1;
}
.sections.penalty section.inner6 .reducer .cols .col1 h2{
	margin-bottom: 150px;
}

.sections.penalty section.inner2 .reducer .cols .col ul{
	margin: 0;
	padding: 0;
}
.sections.penalty section.inner2 .reducer .cols .col li{
	padding: 0;
	margin: 0;
}
.sections.penalty section.inner2 .reducer .cols .col1 p, .sections.penalty section.inner2 .reducer .cols .col li{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2em;
}
.sections.penalty section.inner2 .reducer .cols .col1 .slash p{
	margin: 0;
    font-size: 25px;
    line-height: 28px;
}
.sections.penalty section.inner2 .reducer .cols .col li:last-child{
	margin-bottom: 0;
}
.sections.penalty section.inner2 .reducer .cols .col li:before{
	content: '-';
    display: inline-block;
    margin-right: 10px;
    margin-left: -15px;
}
.sections.penalty section.inner2 .reducer .cols .col2 ul{
    padding-left: 5vw;
}

/* Section 3 */
.sections.penalty section.inner3 .reducer .cols .col li{
	padding: 0;
	margin: 0;
}
.sections.penalty section.inner3 .reducer .cols .col li{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5em;
}


/*--------------------------------------------------------------
 - About us
--------------------------------------------------------------*/

.sections.about_us section.main h1{
	margin: 0 140px;
	margin-bottom: 30px;
	padding: 0;
}
.sections.about_us section p{
	margin: 0 140px;
	margin-bottom: 30px;
	font-size: 20px;
    line-height: 30px;
}
.sections.about_us section.main p{
	padding: 0;
}
.sections.about_us.consulting section.main p{
	margin: 0 140px 30px 140px;
}
section.inner3.penalty ul.orange li:before{
	content: '';
}
.contact.form .contact_header_block{
	margin-bottom: 75px;
    padding-left: 35px;
    padding-top: 30px;
    background: url(i/white-slash.png) 0 0 no-repeat
}
.contact.form .cols .col{
	width: 50%;
	float: left;
}
.contact .footer-contacts{
	font-weight: 700;
	margin-top: 30px;
}
.contact .footer-contacts .title{
	margin-right: 15px;
}
.contact .footer-contacts a{
	text-decoration: none;
	margin-right: 15px;
}
.contact .footer-contacts a.underline{
	text-decoration: underline;
	font-weight: 400;
}
.contact .footer-contacts .email{
	display: inline-block;
    background: url(i/mail-white.svg) 50% 50% no-repeat, url(i/mail.svg) 100px 50% no-repeat;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

.contact.form input::-webkit-input-placeholder{color:#fff;}
.contact.form input::-moz-placeholder{color:#fff;}
.contact.form textarea::-webkit-input-placeholder{color:#fff;}
.contact.form textarea::-moz-placeholder{color:#fff;}

.contact.form .file input {
	display: none;
}
.contact.form .file .btn{
	display: inline-block;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    background: url(i/close.svg) 50% 50% no-repeat;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact.form .file .text{
	font-weight: 700;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 15px;
}
.contact.form .file .file-list{
	padding: 1em;
	color: #000;
}

.contact.documents h3, .contact.information h3{
	font-size: 24px;
	margin: 30px 0;
}

.contact.documents ul {
	list-style: disc;
}
.contact.documents ul li, .contact.information ul li{
	padding-left: 30px;
}

/*Our Life*/
.our-life-albums.our-life-albums_page {
    margin-bottom: 100px;
    position: relative;
}

.our-life__title {
    color: #3d5c95;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
}

.sections.our_team section .reducer h2.our-life__title {
    margin-bottom: 30px;
}

.our-life__gallery {
    display: flex;
    /*margin-bottom: 100px;*/
}

.our-life__img {
    margin: 0 25px;
    flex: 2;
    height: 225px;
    background-position: 50% 50%;
    background-size: cover;
}

.our-life__descr {
    margin: 0 25px;
    flex: 1;
    height: 185px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
}

.our-life__descr span {
    align-self: center;
	text-align: center;
    width: 100%;
}

.our_team .our-life__descr,
.our_team .our-life__img {
    margin: 25px;
    cursor: pointer;
}

.our-life-albums_page .slider-section__prev {
    width: 40px;
    height: 40px;
    left: -40px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.our-life-albums_page .slider-section__next {
    width: 40px;
    height: 40px;
    right: -40px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.our-life-albums_page .slider-section__next:hover {
    background-color: #3e5799;
    background-image: url(i/arr-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.our-life-albums_page .slider-section__prev:hover {
    background-color: #3e5799;
    background-image: url(i/arr-white-r.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.our-life-albums_page .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

.our-life-albums_page .owl-dot:hover {
    cursor: default;
}
.our-life-albums_page .owl-carousel {
    width: auto;
}
.our-life-albums_page .owl-dot {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #3d5c95;
    color: #3d5c95;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.our-life-albums_page .owl-dot.active {
   visibility: visible;
}

.our-life-albums_page  .slider-section__count-dots {
    left: calc(100% + 20px);
}

.our-life-albums_page  .slider-section__dots {
    position: absolute;
    right: -20px;
    bottom: 65px
}

.popup-gallery {
    display: none;
}

.our-life-albums_page .our-life__img:hover {
    cursor: pointer;
}

/*Vacancies*/
.vacancies {
    margin: 18vh 0 0;
}

.vacancies__hero {
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 81px;
    padding-top: 216px;
    margin: 0 60px 84px;
}

.vacancies__hero .introductory{
	color: #3d5c95;
    margin: 30px 150px 0 150px;
}

section.main .vacancies h1 {
    color: #3d5c95;
    font-size: 80px;
    font-weight: 700;
    line-height: 58px;
    padding: 0;
    margin: 0 0 0 150px;
    position: relative;
}

.vacancies h1:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -50px;
    width: 47px;
    height: 2px;
    transform: rotate(-45deg);
    background-color: #3f6099;
}

.vacancies__name {
    margin: 19px 150px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.vacancies__name:hover {
    color: #ff9139;
    cursor: pointer;
}

.vacancies-wrap_open .vacancies__number,
.vacancies__name:hover .vacancies__number{
    color: #ff9139;
    border-bottom: 4px solid #ff9139;
}

.vacancies__number {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    width: 40px;
    color: #fff;
    border-bottom: 4px solid #fff;
    height: 40px;
    text-align: center;
    line-height:28px;
    vertical-align: top;
}

section.main .vacancies p {
    margin: 0;
    font-size: 16px;
}
section.main .vacancies li{
	padding-left: 30px;
}
.vacancies-wrap_open .vacancy {
    padding: 0 150px;
    max-height: 1000px;
}

.vacancies-wrap_open .vacancy:first-of-type {
    padding-top: 39px;
}
.vacancy {
    padding: 0 150px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
.btn.btn-orange.vacancy{
	padding: 0;
    background: transparent;
}
.vacancies-wrap_open .vacancy:last-of-type {
    padding-bottom: 39px;
}

.vacancy__title span {
    margin-left: 19px;
}

.vacancy__title {
    margin-bottom: 45px;
    color: #fefeff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}

.vacancy__title:hover {
    color: #ff9139;
    cursor: pointer;
}

.vacancy__arrow {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #fff;

    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.vacancy__title:hover .vacancy__arrow {
    fill: #ff9139;
}

.vacancy__content {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.vacancy_open .vacancy__content{
    max-height: 1000px;
    margin-bottom: 40px;
}

.vacancy_open .vacancy__arrow {
    fill: #ff9139;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 5px;
}

.vacancy .vacancy__link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    margin-top: 14px;
    padding-left: 54px;
    position: relative;
    display: inline-block;
}

.vacancy .vacancy__link:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f47820;
    border-radius: 50%;
    background-image: url(i/mail-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.vacancy .vacancy__link:hover {
    color: #ff9139;
    cursor: pointer;
}

.vacancies-footer {
    background-color: #ffffff;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 100px 30px 150px;
}

.vacancies-footer__button {
    background-color: #ff9139;
    padding: 0 13px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.vacancies-footer__text {
    color: #3d5c95;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 70%;
}

/*Our life*/

section.main h1.our-life__title {
    padding-top: 60px;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 60px;
}

.our-life-albums {
	width: 70%;
	max-width: 900px;
	margin: 100px auto 0;
	
}

.our-life-albums .our-life__img {
	height: 300px;
}

.our-life-albums .our-life__descr {
	height: 260px;
	background-color: #EFEFEF;
}

/*--------------------------------------------------------------
 - Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
	section.main2 .cols {
		margin-left: 100px;
		margin-right: 100px;
	}

	section.main4 .manager {
		padding-right: 20px;
	}
	section.main4 .manager_img {
		margin-right: 30px;
	}

	.contact .contact_content,
	.contact form,
	.contact .footer-contacts {
		margin-left: 70px;
		margin-right: 70px;
	}
	section.career3 h2 {
		font-size: 100px;
	}
	section.career .career_par p {
		margin-right: 60px;
	}
	section.world2 .col{
		padding-top: 20px;
	}
	section.world2 .col .col_manager{
		padding-bottom: 0;
	}
	.sections.our_team section.inner2 .reducer .cols .col h4{
		font-size: 36px;
	}
	section.inner2.penalty h2,
	section.inner3.penalty h2,
	section.inner4.penalty h2,
	section.inner5.penalty h2,
	section.inner6.penalty h2,
	section.inner2.consulting h2{
		font-size: 70px;
	}
	section.inner3.penalty .col1 .slash p, section .col.white-slash p, section.inner4.world3.penalty .col1 .slash p, section.inner5.penalty .col1 .slash p, .sections.penalty section.inner2 .reducer .cols .col1 .slash p{
		font-size: 22px;
		line-height: 22px;
	}
	.sections.our_team section.inner3 .reducer h2{
		margin-bottom: 5vh;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col.col2 .inner p{
		margin-top: 15px;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col ul {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.sections.penalty section.inner2 .reducer .cols .col1 p, .sections.penalty section.inner2 .reducer .cols .col li{
		line-height: 1.5em;
	}
}
@media screen and (max-width: 1300px) {
	.reducer {
		margin: 0 40px;
	}
	.section_num span {
		left: 40px;
	}
	section.main2 .cols {
		margin-bottom: 50px;
	}
	section.main2 .col2 {
		margin-top: 30px;
	}
	section.main2 .col3 {
		margin-top: 60px;
	}
	section.main4 .management {
		margin: 0 20px 0 40px;
	}
	section.career3 h2 {
		font-size: 80px;
		margin-left: 47%;
	}
	section.career3 .r {
		margin-left: 47%;
	}

	section.inner2.software .red_btn,
	section.inner3.software .red_btn {
		margin-left: 60px;
	}

	section.world3 h2 {
		font-size: 60px;
	}
	.sections.penalty section.inner2 .reducer .cols .col1 p, .sections.penalty section.inner2 .reducer .cols .col li{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.sections.about_us.consulting .reducer{
		position: absolute;
		top: 130px;
	}
}
@media screen and (max-width: 1199px) {
	section.main2 .cols {
		margin-left: 60px;
		margin-right: 60px;
		margin-bottom: 0;
	}

	section.main4 .manager_img {
		margin-right: 60px;
	}
	section.world2 .col_manager_add,
	section.world2 .col_manager {
		margin-left: 0;
	}

	.e404 {
		margin-left: 25%;
	}
	section.inner1 p {
		margin-right: 40px;
	}

	.contact h2 {
		margin: 20px 100px;
	}
	.contact .contact_content,
	.contact form {
		margin-left: 100px;
		margin-right: 100px;
	}

	section.career .career_par p {
		margin-right: 0;
		margin-left: 15%;
	}


	section.world3 ul:first-child {
		margin-left: 0;
	}
	section.world3 .world3_manager {
		margin: 70px 0;
	}
	section.world3 h2 {
		width: 50%;
	}
	section.world3 .world3_right {
		margin-left: 65%;
	}
}
@media screen and (max-width: 1100px) {
	body.home .reducer.section_cont .col1 h1{
		font-size: 42px;
	}
	section.main2 .cols {
		margin-right: 0;
	}
	nav li {
		margin-left: 12px;
	}
	section.career3 h2 {
		margin-left: 140px;
	}
	section.career3 .l {
		float: none;
		margin-right: 0;
		overflow: hidden;
	}
	section.career3 .r {
		padding-top: 20px;
		margin-left: 140px;
	}
	section.main h1 {
		margin-right: 0;
	}
	section.main2 .col {
		margin-top: 0;
	}
	section.main3 .slide_year {
		font-size: 140px;
	}

	section.main4 .manager_img {
		margin-right: 30px;
	}

	.contact h2 {
		margin: 20px 60px;
	}
	.contact .contact_content,
	.contact form {
		margin-left: 60px;
		margin-right: 60px;
	}

	section.world3 ul:last-child {
		margin-left: 50px;
	}
	section.world3 h2 {
		margin-right: 0;
		float: none;
		width: 80%;
		margin-left: 40px;
		margin-top: 20px;
		font-size: 56px;
	}
	section.world2 .col h3{
		margin: 0 15px;
		font-size: 24px;
	}
	section.world3 .world3_right {
		margin-left: 40px;
		padding-top: 25px;
		overflow: hidden;
	}
	section.world3 .world3_right > .ovh {
		float: left;
		margin-right: -100%;
	}
	section.world3 .world3_right > .world3_manager {
		margin: 0 0 0 50%;
	}
	header .language-chooser{
		margin-top: 0;
	}
	nav{
		margin-top: 0;
	}
	nav a{
		font-size: 14px;
	}
	body.home .reducer.section_cont .col1 p{
		padding-bottom: 0px;
	}
	section.main p{
		font-size: 18px;
		line-height: 1.5em;
	}
	
	section h1.blue-slash{
		padding: 0;
		padding-left: 30px;
		padding-top: 30px;
	}
	.sections.penalty section.inner1 .reducer .cols .col p{
		padding-left: 30px;
	}
	section.inner1 h1, section.main h1 {
		font-size: 50px
	}
	.contact h2, section.inner2.penalty h2,section.inner6.penalty h2, section.inner5.penalty h2, section.inner3.penalty h2, section.inner2.consulting h2{
		font-size: 60px
	}
	section .col.white-slash p, section.inner3.penalty .col1 .slash p{
		font-size: 20px
	}
	.sections.penalty section.inner1 .reducer .cols .col{
		padding-top: 10vh;
	}
	section ul.section_links{
		padding-left: 0;
	}
	section ul.section_links li span.number {
		margin-right: 15px;
	}
	
	section.inner3.consulting .reducer .col2 {
	    margin-top: -10%;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col2 .inner{
		padding-right: 0;
	}
	.sections.our_team section.inner3 .reducer.section_cont .cols a.btn-white{
		font-size: 22px;
	}
	.contact .contact_content .col{
		width: 29%;
	}
	header .language-chooser li:first-child{
		margin-top: 0;
	}
	.sections.our_team section.main .owl-carousel .owl-item img{
		width: 60%;
	}
}
@media screen and (max-width: 1023px) {
	section.main4 .manager_img {
		margin-right: 60px;
	}
	nav li {
		margin-left: 15px;
	}

	section.inner1.consulting .inner_bg,
	section.inner1.management .inner_bg,
	section.inner1.software .inner_bg,
	section.inner1.penalty .inner_bg,
	section.inner1.career .inner_bg {
		margin-right: -260px;
	}
	section.world1 h1,
	section.inner1 h1,
	section.inner2 h2,
	section.inner3 h2,
	section.main h1 {
		font-size: 50px;
		line-height: 65px;
	}
	section.world3 h2,
	section.main2 h2,
	section.main4 h2 {
		font-size: 55px;
	}
	.contact h2,
	section.career3 h2,
	section.main5 h2,
	section.main3 h2 {
		font-size: 75px;
	}
	section.main2 .col h3 {
		font-size: 30px;
	}

	section.world2 .col h3 {
		background: none !important;
		padding: 0;
		font-size: 30px;
	}
	section.world2 .col_manager {
		margin: 10px 0;
	}
	section.world2 .col_manager_img {
		display: none;
	}
	section.world2 .col_manager_data {
		margin-left: 0;
	}
	section.world2 .col_manager_add {
		padding-right: 20px;
	}
	section.inner1 p {
		margin-left: 140px;
		background: transparent;
		padding-left: 0;
		padding-right: 100px;
	}
	section.inner2 p,
	section.inner3 p {
		margin-left: 60px;
		margin-right: 60px;
		max-width: 100%;
	}
	section.career .career_par p {
		margin-left: 140px;
		padding-top: 10px;
		padding-right: 0;
	}
	section.career3 h2 {
		margin-left: 40px;
	}
	section.career3 ul:first-child {
		margin-left: 40px;
	}
	section.career3 .r {
		margin-left: 40px;
	}
	section.career3 .r p {
		margin-right: 0;
	}

	.contact h2 {
		margin: 20px 0;
	}
	.contact .contact_content,
	.contact form {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 960px) {
	.menu_mobile {
		display: block;
	}
	nav ul {
		display: none;
		position: fixed;
		z-index: 140;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #3d5c95;
		background: -moz-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(61,92,149,1)), color-stop(100%, rgba(95,151,209,1)));
		background: -webkit-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
		background: -o-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
		background: -ms-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
		background: linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f97d1', endColorstr='#3d5c95',GradientType=1 );
		color: #fff;
	}
	nav ul:before {
		content: 'Menu _';
		margin: 40px;
		font-size: 40px;
		font-weight: bold;
		display: block;
	}
	nav li:first-child,
	nav li {
		float: none;
		margin-left: 60px;
		font-size: 22px;
		line-height: 60px;
	}
	nav.open ul {
		display: block;
	}
	nav.open .contact_close {
		display: block;
		position: fixed;
		z-index: 200;
		right: 40px;
		top: 0;
	}

	section.main p {
		margin-right: 40px;
	}

	section.main2 {
		height: auto;
	}
	section.main2 .cols {
		margin-bottom: 20px;
	}
	section.main2 .col {
		float: none;
		width: auto;
		padding: 0 0 20px 20px;
		margin-top: 0;
	}
	section.main2 .col h3 {
		margin-bottom: 5px;
	}

	section.main3 .slide_year {
		font-size: 110px;
	}
	section.main3 .slide_text {
		margin-top: 30px;
	}
	section.main3 .slides_arr {
		margin-top: 40px;
	}

	section.main5 .cols {
		overflow: hidden;
		margin: 0 40px 40px;
	}
	section.main5 .col1 {
		float: none;
		margin: 0 0 40px;
		width: auto;
	}
	section.main5 .col2 {
		background: transparent;
		margin: 0;
		padding: 0;
	}
	section.main2 .col .arr {
		display: none;
	}


	section.inner2 p,
	section.inner3 p {
		margin-right: 100px;
	}
	section.inner2.software p,
	section.inner3.software p,
	section.inner2 .small p,
	section.inner3 .small p {
		max-width: 80%;
		width: 80%;
		margin-right: 0;
	}

	section.inner2 .inner_bg ,
	section.inner3 .inner_bg {
		display: none;
	}

	section.career3 h2 {
		margin-left: 40px;
		font-size: 80px;
	}
	section.career3 ul:first-child {
		margin-left: 40px;
	}
	section.career3 .l {
		float: none;
		margin-right: 0;
		overflow: hidden;
	}
	section.career3 .r {
		margin-left: 40px;
	}

	.e404 {
		margin-left: 20%;
	}
	.contact .l {
		float: none;
		width: auto;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.contact .r {
		margin-left: 0;;
	}
	.contact form .r {
		padding-left: 100px;
	}
}
@media screen and (max-width: 768px) {
	.vacancies__hero .introductory{
	    margin: 15px;
	}
	.vacancies__hero{
		padding-top: 150px;
	}
	.sections.penalty section .reducer .cols.vertical{
		display: block !important;
	}
	header{
	    background: #3d5c95
	}
	body.home .slider .reducer.section_cont{
		margin-top: 150px;
	}
	body.home .reducer.section_cont .col1{
		width: 100%;
	}
	body.home .reducer.section_cont .col1 h1{
		color: #fff;
		font-size: 25px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	body.home .sections .slider img.slide1{
		display: none;
	}
	.layout header {
		display: block !important;
	}
	.reducer {
		margin: 0 20px;
	}
	nav.open .contact_close {
		right: 20px;
	}
	section {
		min-height: 0;
		max-height: 100%;
		height: auto;
	}
	.section_bookmark {
		display: none;
	}
	.main_bg {
		display: none;
	}
	section.main {
		background: #fff;
	}
	section.main  .reducer,
	section.main2 .reducer,
	section.main3 .reducer,
	section.main5 .reducer,
	section.inner2 .reducer,
	section.inner3 .reducer,
	section.career3 .reducer,
	section.world1 .reducer,
	section.inner1 .reducer {
		margin: 0;
		padding-bottom: 0;
	}
	section.main h1 {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
	.sections.penalty section.inner2 .reducer .cols .col h2, .sections.penalty section.inner4 .reducer .cols .col h2, .sections.penalty section.inner6 .reducer .cols .col h2, section.inner2.penalty h2, section.inner3.penalty h2, section.inner4.penalty h2, section.inner5.penalty h2, section.inner6.penalty h2, section.inner2.consulting h2{
		font-size: 40px;
		padding-top: 30px;
	}
	section.main p {
		color: #3d5c95;
		margin: 20px 20px 40px;
	}

	section.main .main_video_loader,
	section.main .main_video {
		display: none;
	}

	section.main2 h2 {
		margin: 0;
		padding: 100px 20px 30px;
		position: relative;
	}
	section.main2 h2 span {
		position: relative;
		z-index: 20;
	}
	section.main2 .cols {
		margin: 20px;
	}
	section.main2 .col {
		padding: 0 0 20px;
		margin-left: 0;
	}

	section.main3 {
		background: #fff;
	}
	section.main3 .slides_arr,
	section.main3 .slides_scroll {
		display: none;
	}
	section.main3 h2 {
		margin: 0;
		padding: 100px 20px 30px;
		position: relative;
		text-align: left;
		font-size: 65px;
	}
	section.main3 .slide_year {
		float: none;
		font-size: 80px;
		width: auto;
		margin: 0 0 30px;
		line-height: normal;
		position: relative;
	}
	section.main3 .slide_year:after {
		content: '_';
		position: absolute;
		left: 0;
		bottom: -15px;

		color: #f59d08;
		background: transparent;
		background: -moz-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9f1a16), color-stop(100%, #f59d08));
		background: -webkit-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
		background: -o-linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);
		background: linear-gradient(45deg, #f59d08 0%, #9f1a16 100%);

		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
	}
	section.main3 .slide_text {
		padding: 0 0 20px;
		margin: 0;
		color: #3d5c95;
	}
	section.main3 .slide.hidden,
	section.main3 .slide {
		display: block;
	}
	section.main3 .slides {
		margin: 20px;
	}

	section.main4 h2 {
		margin: 20px;
	}
	section.main4 .management {
		margin: 0 40px 40px 100px;
	}

	section.main5 {
		background: transparent;
	}
	section.career3 h2,
	section.main5 h2 {
		margin: 0;
		padding: 20px;
		position: relative;
		text-align: left;
		font-size: 65px;
	}
	section.main5 .cols {
		overflow: hidden;
		margin: 0 0 40px;
	}
	section.main5 .col1 {
		float: none;
		margin: 0 20px 40px;
		width: auto;
	}
	section.main5 .col2 {
		background: #efefef;
		margin: 0;
		padding: 40px 20px;
	}
	section.main5 .partners {
		padding: 0;
		position: relative;
	}
	section.main5 .partners_list_scroll {
		display: none;
	}
	section.main5 .partners_list {
		height: inherit;
		margin-bottom: 0;
		left: 0 !important;
	}
	section.main5 .partners_list.all {
		height: auto;
	}
	section.main5 .partner {
		height: 120px;
		width: 45%;
	}
	section.main5 .partners_list_all {
		display: block;
		height: 60px;
		line-height: 60px;
		background: #3d5c95;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
		font-size: 22px;
	}

	section.inner1 {
		background: #fff;
	}
	section.inner1.consulting .inner_bg,
	section.inner1.management .inner_bg,
	section.inner1.software .inner_bg,
	section.inner1.career .inner_bg {
		display: none;
	}
	.sections.about_us section.main h1 {
		margin: 0;
		padding-top: 120px;
	    padding-left: 100px;
	    padding-right: 100px;
	    padding-bottom: 30px;
		background: #3d5c95;
		position: relative;
		width: auto;
	}
	.sections.about_us section.main p, .sections.about_us section p{
		margin: 20px 100px 40px;
	}
	section.inner1 h1 span {
		position: relative;
		z-index: 2;
	}
	.sections.penalty section.inner1 .reducer{
		margin: 0;
		width: 100%;
	}
	.sections.penalty section.inner1.main .reducer .cols .col1, .sections.penalty section.inner1.main .reducer .cols .col2{
		width: 100%;
	}
	.sections.penalty section.inner1 .reducer .cols .col, .sections.penalty section.inner1 .reducer .cols .col ul{
		padding-top: 0;
	}
	.sections.penalty section.inner1 .reducer .cols .col ul{
		margin-bottom: 5vh;
	}
	.sections.penalty section .reducer .cols .col{
		color: #3d5c95;
		width: 100%;
	}
	.sections.penalty section .reducer .cols .col1{
		margin-top: 130px;
	}
	.sections.penalty section.inner2 .reducer .cols .col1 p, .sections.penalty section.inner2 .reducer .cols .col li{
		margin: 0;
		margin-bottom: 20px;
	}
	.sections.penalty section.inner2 .reducer .cols .col h2{
		margin-bottom: 20px;
	}
	.sections.about_us.consulting section.main p{
		margin: 30px 100px 20px;
	}
	section.inner1 .inner_reducer{
		margin: 0;
	    padding: 0 100px;
	    width: 100%;
	}
	.sections.about_us section.main .reducer{
		position: absolute;
    	top: 130px;
	}
	body.home .reducer.section_cont .col1 {
	    display: table-cell;
	    vertical-align: sub;
	}
	section .centered {
	    width: 100%;
	    margin-left: 5%;
	}
	section .centered h1{
		width: 70%;
	}
	section.world3 .reducer .col, section.world3 h2 span{
		color: #3d5c95;
		width: 100%;
	}
	section.inner2.penalty .reducer .col1, section.inner2.consulting .reducer .col2, section.inner6.penalty .reducer .col1, section.inner3.penalty .reducer .col1, section.inner6.penalty .reducer .col2, section.inner3.penalty .reducer .col2{
		width: 100%;
	}
	section.inner3.consulting h2{
		margin-top: 15vh;
	}
	section.inner3.consulting .reducer .col2{
		margin-top: 0;
	}
	section.inner2 p, section.inner3 p {
	    margin-left: 0;
	    margin-right: 0;
	}
	.sections.our_team section.main .fp-tableCell{
		background: #3d5c95;
    	color: #fff;
	}
	.sections.our_team section.main h1, .sections.our_team section.main p{
		color: #fff;
		margin: 30px 100px;
	}
	.reducer > .cols, .sections.our_team section.inner2 .reducer{
		margin: 0;
		padding: 0;
	}
	.sections.our_team section.inner2 .reducer .cols {
	    margin: 0 100px;
	}
	.sections.our_team section .reducer h2 {
		margin: 0 100px 5vh;
	    padding-left: 0;
	}
	.sections.our_team section.inner3 .reducer h2, .sections.our_team section.inner3 .reducer.section_cont .col h2{
		margin: 0;
		margin-bottom: 5vh;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col1 .inner, .sections.our_team section.inner3 .reducer.section_cont .col2 .inner{
		padding: 0 100px;
	}
	
	.sections.our_team section.inner2 .reducer .cols .col, .sections.our_team section.inner3 .reducer.section_cont .col{
		width: 100%;
		margin-bottom: 30px;
	}
	.sections.our_team section.inner3 .reducer.section_cont .cols{
		padding: 0;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col1{
		padding-bottom: 60px;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col h2{
		padding-top: 4vh;
	}
	.sections.penalty section.inner2 .reducer .cols .col2 ul{
		margin-top: 20px;
		padding-left: 0;
	}
	section .col.white-slash p{
		background: url(i/blue-slash.png) 0px 0 no-repeat;
	}
	section.gr_blue .header_line{
		border-bottom: 3px solid #fff;
	}
	section.gr_blue.inner2.world3.penalty.other .header_line, section.gr_blue.inner2.world3.consulting .header_line{
		border-bottom: 3px solid #3d5c95;
	}
	.sections.about_us .inner1, .sections.about_us.consulting section.main p:last-child, .sections.penalty section.inner3 .reducer .cols .col2{
		padding-bottom: 50px;
	}
	.software section ul li{
		list-style-type: disc;
	}
	.sections.penalty section.inner3 .reducer .cols .col2{
		padding-top: 3vh;
	}
	section.inner1 h1:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: .4;
	}
	section.inner1 p {
		color: #3d5c95;
		margin: 20px 20px 40px;
		padding: 0;
	}
	.sections.penalty section.inner3 .reducer .cols .col2 ul, .sections.penalty section.inner3 .reducer .cols .col2 p, section.inner3.penalty .col1 p{
		padding-left: 0;
	    margin-left: 0;
	}
	
	section.inner2.software p,
	section.inner3.software p,
	section.inner2 .small p,
	section.inner3 .small p {
		width: auto;
		max-width: 100%;
		margin-right: 20px;
	}
	section.inner2.software .small p:last-child,
	section.inner3.software .small p:last-child {
		margin-bottom: 40px;
	}
	section.inner2,
	section.inner3 {
		background: none !important;
	}
	section.inner2:before,
	section.inner3:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: .25;
	}
	.sections.penalty section .reducer .cols .col{
		margin-left: 0;
		margin-top: 20px;
	}
	section.inner2.software .red_btn,
	section.inner3.software .red_btn {
		margin: 0 20px 40px;
	}
	section.career .career_par p {
		margin: 20px 20px;
	}

	section.career3 ul:first-child,
	section.career3 ul {
		width: 50%;
		margin: 0 0 40px;
	}

	section.world1 {
		background: transparent;
	}
	section.world1 h1:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	section.world1 h1 span {
		position: relative;
		z-index: 2;
	}
	section.world1 h1 {
		margin: 0;
		padding: 200px 20px 30px;
		background: #3d5c95;
		position: relative;
		width: auto;
	}
	section.world1 ul {
		display: none;
	}

	section.world2 {
		height: auto;
		min-height: 0;
	}
	section.world2 .cols {
		display: block;
	}
	section.world2 .col {
		display: block;
		padding: 0;
		position: relative;
		overflow: hidden;
		background: transparent !important;
	}
	section.world2 .col_content:after {
		content: '';
		position: absolute;
		z-index: 3;
		z-index: 10;
		right: 40px;
		bottom: 40px;
		width: 40px;
		height: 40px;
		background: url('i/arr-white.svg') 50% 50% no-repeat, url('i/arr.svg') 100px 50% no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	section.world2 .open .col_content:after {
		background: url('i/arr.svg') 50% 50% no-repeat, url('i/arr-white.svg') 100px 50% no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	section.world2 .col h3 {
		color: #fff;
		background: url('i/white-slash.png') 0 0 no-repeat;
		margin: 120px 80px 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 33.3%;
		max-height: 33.3%;
	}
	section.world2 .col:hover .col_content {
		display: block;
	}
	section.world2 .col_content {
		z-index: 2;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}
	section.world2 .col_content:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(16, 40, 81, 0.8);
	}
	section.world2 .col_content h3 {
		position: relative;
		z-index: 2;
	}
	section.world2 .col .col_bg,
	section.world2 .col:hover .col_bg {
		display: block;
		z-index: 1;
	}
	section.world2 .col:hover .col_content_hover {
		display: none;
	}
	section.world2 .col.open .col_content_hover,
	section.world2 .col:hover.open .col_content_hover {
		display: block;
		background: #1e416a;
		overflow: hidden;
	}
	section.world2 .col.open .col_content_hover h3{
		display: none;
	}
	section.world2 .col_manager {
		margin-top: 0;
	}
	section.world2 .col .col_content_hover {
		padding: 40px 40px 40px 125px;
	}
	section.world2 .col_manager_img {
		width: 120px;
		height: 120px;
		display: block;
	}
	section.world2 .col h5,
	section.world2 .col p {
		font-size: 24px;
		line-height: 34px;
	}
	section.world2 .col p span {
		display: block;
	}

	section.world2 .col .col_content_hover {
		padding: 40px;
	}
	section.world2 .col h3 {
		margin-left: 40px;
	}

	section.world3 .reducer {
		padding-left: 0;
		padding-right: 0;
	}
	section.world3 h2 {
		margin: 0;
		padding: 100px 20px 30px;
		position: relative;
		text-align: left;
		font-size: 65px;
	}
	section.world3 h2:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: .25;
	}
	section.world3 h2 span {
		position: relative;
		z-index: 2;
	}
	section.world3 ul:last-child,
	section.world3 ul {
		width: 100%;
		margin: 0;
	}
	section.inner6.penalty .reducer .col, section.inner5.penalty .reducer .col, section.inner4.penalty .reducer .col, section.inner3.penalty .reducer .col, section.inner2.penalty .reducer .col {
	    margin: 15px 0;
	}
	section.world3 ul li {
		font-size: 28px;
		line-height: 52px;
	}
	section.world3 ul li span {
		top: 0;
	}
	section.world3 .world3_manager h3 {
		margin-bottom: 50px;
		font-size: 44px;
	}
	section.world3 .world3_manager p {
		font-size: 24px;
		line-height: 34px;
	}
	section.world3 .world3_manager_img {
		width: 120px;
		height: 120px;
	}
	section.world3 .world3_manager_data {
		margin-left: 160px;
	}
	section.world3 .world3_manager_data h5 {
		font-size: 24px;
		line-height: 34px;
	}
	section.world3 .world3_right > .ovh {
		float: none;
		margin-right: 0;
	}
	section.world3 .world3_right > .world3_manager {
		margin: 40px 0;
	}

	section.inner1 p + p {
		margin-right: 20px;
	}

	section.career3 .l {
		margin: 0 20px;
	}
	section.career3 .l ul {
		overflow: hidden;
	}
	section.career3 .l li {
		float: left;
		clear: left;
		min-width: 150px;
	}
	section.career3 .r {
		margin: 0 20px;
	}
	section.career3 .r p {
		margin-left: 0;
		margin-right: 0;
	}

	.e404 {
		margin-left: 40px;
	}
	.e404 p {
		font-size: 26px;
	}
	.e404 h1 {
		font-size: 80px;
	}
	
	header .language-chooser a{
		background: #3d5c95;
	    background: -moz-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(61,92,149,1)), color-stop(100%, rgba(95,151,209,1)));
	    background: -webkit-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	    background: -o-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	    background: -ms-linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	    background: linear-gradient(225deg, rgba(95,151,209,1) 0%, rgba(61,92,149,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f97d1', endColorstr='#3d5c95',GradientType=1 );
	}
	header .language-chooser .active a{
		background: #fff;
	}
	body.home .reducer.section_cont .col1 h1{
		width: 100%;
	    padding-top: 30px;
	    line-height: 1.5em;
	}
	body.home .reducer.section_cont .col1 p{
		width: 90%;
	}
	section.world2 .col{
		width: 100%;
	}
	section.world2 .cols{
		margin-top: 310px;
	}
	section.main .main_bg{
		display: none;
	}
	.sections.our_team section.main .reducer.section_cont .col{
		float: none;
	}
	.sections.our_team .socials{
		margin-left: 100px;
	}
	.sections.our_team section.main .col1, .sections.our_team .slider-section .col1{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.sections.our_team section.main .col2, .sections.our_team .slider-section .col2{
		width: 100%;
		float: none;
	}
	.slider-section__img {
		height: 300px;
	    width: 300px;
	}
	.our-life__gallery {
	    display: block;
	}
	.our_team .our-life__descr, .our_team .our-life__img {
	    width: 40%;
	    float: left;
	}
	.sections.our_team section  h2.slider-section__title{
		position: relative;
		left: 0;
		text-align: center;
	}
	section ul li, section ul li{
		margin-left: 15px;
	}
	.sections.our_team section.main h1 {
	    font-size: 25px;
	}
	.sections.about_us section p{
		font-size: inherit;
	}
	section.main5 .partners_list_ovh{
		margin: 0 30px;
	}
	.contact.form .cols .col{
		width: 100%;
		float: none;
	}
	.contact .contact_content, .contact form, .contact .footer-contacts{
		margin: 0;
	}
	.sections.our_team section.main h1, .sections.our_team section .reducer h2, .sections.our_team section.inner3 .reducer.section_cont .col h2{
		font-size: 45px !important;
		text-align: center;
	}
	.vacancies__number{
		color: #ff9139;
	}
	.vacancies__hero{
		margin: 0;
	}
	section.inner1 h1:before{
		display: none;
	}
	.vacancies__name {
	    margin: 19px 30px;
	    color: #3d5c95;
	}
	.vacancies-footer{
		padding: 0 30px;
	}
	.vacancy__content .vacancy__text p{
		color: #fff;
	}
	.sections.our_team .slider-section .col2 .inner{
		margin: auto;
	}
	section.main h1.our-life__title {
    	padding-top: 160px;
    	color: #3d5c95;
		margin-bottom: 0;
	}
	.our-life-albums{
		margin: 30px auto 0;
	}
	
	section.main .vacancies h1{
		font-size: 40px;
    	margin-left: 30px;
	}
	.vacancy{
		padding: 0 30px;
	}
	.vacancies__name {
	    margin: 19px 30px;
	    color: #3d5c95;
		font-size: 22px;
		margin-bottom: 0;
	}
	.vacancies__number{
		color: #ff9139;
		font-size: 20px;
		border: 0;
	}
	.vacancies-wrap_open .vacancies__number, .vacancies__name:hover .vacancies__number{
		border: 0;
	}
	.vacancy__title .vacancy__arrow{
		fill: #3d5c95;
	}
	.vacancies-wrap_open .vacancy{
		padding: 30px;
	}
	.vacancy__title{
		color: #3d5c95;
    	font-size: 14px;
    	margin-bottom: 15px;
	}
	section.main .vacancies p {
	    margin: 0;
	    font-size: 14px;
	    color: #3d5c95;
	}
	section.main .vacancies li{
		font-size: 14px;
		color: #3d5c95;
		padding-left: 15px;
	}
	.vacancies-footer{
		display: block;
		margin-bottom: 15px;
	}
	.vacancies-footer__text{
		width: 100%;
    	margin-bottom: 15px;
	}
	.vacancies-footer__button{
		padding: 10px;
		font-size: 16px;
	}
	.vacancy__arrow {
    	width: 14px;
    	height: 14px;
	}
	
	.contact.information .cols .col, .contact.contacts-information .cols .col{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	nav ul:before {
		content: 'Menu';
		margin: 40px 40px 20px;
		font-size: 36px;
		font-weight: bold;
		display: block;
	}
	nav li:first-child,
	nav li {
		float: none;
		margin-left: 60px;
		font-size: 18px;
		line-height: 40px;
	}


	section.main4 .management {
		margin: 0 40px 40px 40px;
	}

	section.world1 h1,
	section.inner1 h1,
	section.inner2 h2,
	section.inner3 h2,
	section.main h1 {
		font-size: 30px;
		line-height: 45px;
	}
	section.world3 h2,
	section.main2 h2,
	section.main4 h2 {
		font-size: 45px;
	}
	.contact h2,
	section.career3 h2,
	section.main5 h2,
	section.main3 h2,
	section.main3 .slide_year {
		font-size: 60px;
	}
	.header_line {
		width: 25px;
	}
	section.world2 .col_content:after {
		width: 32px;
		height: 32px;
		bottom: 20px;
	}
	section.world2 .col h3 {
		margin: 80px 20px 20px;
		font-size: 32px;
	}
	section.world2 .col_manager_img {
		width: 60px;
		height: 60px;
	}
	section.world2 .col_manager_data {
		margin-left: 80px;
	}
	section.world2 .col h5,
	section.world2 .col p {
		font-size: 14px;
		line-height: 24px;
	}
	section.world3 .world3_manager h3 {
		font-size: 32px;
	}
	section.world3 .world3_manager_img {
		width: 100px;
		height: 100px;
	}
	section.world3 .world3_manager_data {
		margin-left: 120px;
	}
	section.world3 .world3_manager p,
	section.world3 .world3_manager_data h5 {
		font-size: 20px;
		line-height: 30px;
	}
	section.world3 .world3_right {
		margin-left: 0;
		padding-top: 25px;
	}

	.contact h2 {
		margin-top: 0;
	}
	.contact_header_block h3 {
		float: none;
		margin-right: 0;
	}
	.contact_header_block_content {
		margin-left: 0;
		background: transparent;
		padding-left: 0;
	}
	.contact form .r {
		padding-left: 0;
	}
	body.home .slider .reducer.section_cont {
	    margin-top: 120px;
	}
	body.home .slider .reducer.section_cont{
		position: relative;
    	top: 0;
    	padding-bottom: 30px;
	}
	section.world2 .cols {
	    margin-top: 0;
	}
	section.world2 .col .col_manager{
		padding: 0;
	}
	section.world2 .col_content_hover {
	    width: initial;
	}
	.sections.about_us section.main .reducer, .sections.penalty section.inner1 .reducer, section.inner1 .inner_reducer {
	    position: relative;
	    top: 120px;
	    background: transparent !important;
	}
	.sections.about_us section.main .reducer{
		top: 40px;
	}
	.sections.penalty section.inner2 .reducer .cols .col li, .sections.penalty section.inner3 .reducer .cols .col li{
		margin: 0 15px 20px 15px;
	}
	section.inner1 h1:before{
		background: transparent !important;
	}
	.sections.about_us section.main h1, .sections.about_us section.main p, .sections.about_us section p, .sections.about_us section.main p, .sections.about_us section p{
		margin: 0;
		padding: 30px 20px;
	}
	.sections.penalty section.inner1 .reducer .cols{
		margin: 0;
	}
	.sections.penalty section .reducer .cols .col1{
		margin-top: 0;
	}
	.sections.penalty section.inner1.main .reducer .cols .col1, .sections.penalty section.inner1.main .reducer .cols .col2{
		display: block;
	}
	.sections.penalty section.inner1 .reducer .cols .col ul{
		margin-bottom: 0;
	}
	.sections.penalty section.inner1 .reducer .cols .col h1, .sections.penalty section.inner1 .reducer .cols .col ul{
		margin: 20px;
	}
	.sections.penalty section.inner1 .reducer .cols .col p{
		padding: 0 20px;
	    margin-bottom: 170px;
	}
	section.inner6.penalty .reducer .cols, section.inner5.penalty .reducer .cols, section.inner4.penalty .reducer .cols, section.inner3.penalty .reducer .cols, section.inner2.penalty .reducer .cols, section.inner1.penalty .inner_reducer .cols {
	    margin: 0 20px;
	}
	.sections.penalty section.inner2 .reducer .cols .col h2, .sections.penalty section.inner3 .reducer .cols .col h2{
		margin-top: 30px;
	}
	.sections.penalty section.inner3 .reducer .cols .col2 ul, .sections.penalty section.inner3 .reducer .cols .col2 p, section.inner3.penalty .col1 p{
		font-size: inherit;
	}
	.sections.about_us.consulting section.main p {
	    margin: 0;
	}	
	section.inner2.penalty h2, section.inner3.consulting h2{
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    padding-top: 150px;
	}
	section.inner3.consulting h2{
		padding-top: 50px;
	}
	.sections.our_team section.main h1, .sections.our_team section.main p{
		margin: 0;
		padding: 10px;
		color: #3d5c95;
		font-size: inherit;
	}
	.sections.our_team section.main h1{
		margin-top: 150px;
	}
	.sections.our_team section.inner2 .reducer.section_cont{
		padding-top: 0;
	}
	.sections.our_team section .reducer h2{
		margin: 0;
		padding: 30px 20px;
	}
	.sections.our_team section.inner2 .reducer .cols {
	    margin: 0 20px;
	}
	.sections.our_team section.inner3 .reducer.section_cont .col1 .inner, .sections.our_team section.inner3 .reducer.section_cont .col2 .inner {
    	padding: 0 20px;
	}
	.contact h2{
		padding-bottom: 20px;
	}
	.contact .contact_content .col {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.sections.our_team section.main .owl-carousel .owl-item img{
		width: 100%;
		margin: 0 auto;
	}
	.sections.our_team section.main .management .management_arr_l, .sections.our_team section.main .management .management_arr_r{
		display: none;
	}
	.sections.about_us  section.main5.inner2 .reducer{
		padding-bottom: 0;
	}
	section .centered.title {
	    padding-top: 50px;
	}
	.sections.software section .centered.title {
	    padding-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	.sections.our_team section .reducer h2.our-life__title{
		font-size: 45px;
		text-align: center;
	}
	.our_team .our-life__descr{
		display: none;
	}
	.our_team .our-life__img {
	    width: 100%;
	    float: none;
	    margin: 0;
	    margin-bottom: 30px;
	}
	.our-life-albums{
		width: 80%;
	}
	.our-life__gallery .our-life__descr{
		display: none;
	}
	.our-life__gallery .our-life__img{
		margin: 0;
	}
	section.world3 {
	    min-height: 500px;
	}
	section.inner1 .inner_reducer {
	    margin: 0 auto;
	    padding: 0;
	    width: 84%;
	}
	section.main4 .reducer {
		margin: 0 !important;
	}
	section.main4 .management {
		margin: 0 60px 40px 20px;
	}

	section.world1 h1,
	section.inner1 h1,
	section.inner2 h2,
	section.inner3 h2,
	section.main h1 {
		font-size: 25px;
		line-height: 35px;
	}
	section.world3 h2,
	section.main2 h2,
	section.main4 h2 {
		font-size: 35px;
	}
	.contact h2,
	section.career3 h2,
	section.main5 h2,
	section.main3 h2,
	section.main3 .slide_year {
		font-size: 40px;
	}
	.header_line {
		width: 25px;
	}
	.header_line {
		width: 17px;
	}
	section.inner2 p,
	section.inner3 p {
		font-size: inherit;
		line-height: 20px;
	}

	section.world2 .col_manager_img {
		float: none;
		margin-right: 0;
	}
	section.world2 .col_manager_data {
		margin-left: 0;
		margin-top: 20px;
	}
	section.world3 ul li {
		line-height: 38px;
		font-size: 18px;
	}
	section.world3 .world3_manager h3 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	section.world3 .world3_manager_img {
		width: 60px;
		height: 60px;
	}
	section.world3 .world3_manager_data {
		margin-left: 80px;
	}
	section.world3 .world3_manager p,
	section.world3 .world3_manager_data h5 {
		font-size: 14px;
		line-height: 24px;
	}
	section.world2 .col h3 {
		margin: 50px 20px 20px;
		font-size: 24px;
	}
	section.world2 .col_content:after {
		width: 26px;
		height: 26px;
	}

	section.career3 ul li {
		font-size: 16px;
		line-height: 30px;
	}
	section.career3 .l li {
		float: left;
		clear: left;
		min-width: 106px;
	}

	.contact_header_block,
	.contact_header_block_email {
		margin-bottom: 40px;
		overflow: visible;
	}
	.contact_header_block_email .white_btn_full {
		position: absolute;
		left: 0;
		top: 100% !important;
		width: 60px;
		text-align: center;
	}
	.contact_submit {
		right: auto;
		left: 0;
		bottom: -48px;
	}
	input[type="submit"] {
		width: auto;
		top: auto;
	}
	.contact_line {
		padding-right: 0;
	}
	.sections.penalty section.inner2 .reducer .cols .col h2{
		margin-top: 0;
		padding-top: 0; 
	}
	.sections.penalty section.inner4 .reducer .cols .col h2 span{
		color: #fff;
	}
	section.gr_blue.inner4 {
		padding-bottom: 30px;
	}
	section.gr_blue.inner4 .header_line{
		border-bottom: 3px solid #fff;
	}
	.sections.penalty section.inner4 .reducer .cols .col{
		color: #fff;
	}
	.sections section .reducer .cols .col h2{
		font-size: 20px !important;
	}
	section.inner5.penalty{
		background: transparent !important;
	}
	section.inner4.world3.penalty .col1 .slash p{
		margin-bottom: 30px;
	}
	section.inner5.penalty .col1 .slash p{
		margin-bottom: 30px;
	}
	.sections.penalty section.inner6 .reducer .cols .col1 h2{
		margin-bottom: 30px;
		color: #fff;
	}
	.sections.penalty section.inner6 .reducer .cols .col1 h2 .header_line{
		border-bottom: 3px solid #fff;
	}
	.sections.penalty section.inner6 .reducer .cols .col{
		color: #fff;
	}
	.sections.penalty section.inner6 .white_btn {
		font-size: 14px;
	}
	.sections.penalty section.inner6 .white_btn span {
		display: none;
	}
	.sections.penalty section.inner5, .sections.penalty section.inner6 {
		padding-bottom: 30px;
	}
	ol {
	    width: 90%;
	    margin: 10px auto 0;
	}
	section.inner2:before, section.inner3:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    width: 95%;
	    height: 100%;
	    opacity: .25;
	}
	section.consulting .red_btn {
	    display: block;
	    height: 36px;
	    line-height: 36px;
	    padding: 0 10px;
	    border: 2px solid #ff790f;
	    color: #ff790f;
	    margin-top: 30px;
	    width: 105px;
	    margin: 30px auto 0 !important;
	    text-align: center;
	}
	
	
	section.inner2.penalty h2.width-50, section.inner4.penalty h2.width-50 {
    	width: 100%;
    	padding-top: 0;
    	font-size: 35px;
	}
	section.inner3.penalty .col1 .slash p, section .col.white-slash p, section.inner4.world3.penalty .col1 .slash p, section.inner5.penalty .col1 .slash p, .sections.penalty section.inner2 .reducer .cols .col1 .slash p{
		font-size: 18px;
    	line-height: 18px;
    	background: none;
    	padding: 0;
	}
	#section_3 ul li span{
		display: none;
	}
	.sections.our_team section.main h1, .sections.our_team section .reducer h2, .sections.our_team section.inner3 .reducer.section_cont .col h2, .sections.our_team section  h2.slider-section__title{
		font-size: 30px !important;
	}
	.sections.our_team section.inner2 .reducer .cols .col h4, .sections section .reducer .cols .col h2{
		font-size: 22px !important;
	}
	.slider-section__img {
	    height: 275px;
	    width: 275px;
	}
	.sections.our_team .slider-section .col2 .inner{
		padding-top: 30px;
	}
	.sections.our_team section.main .management .management_arr_l{
		background-image: url("i/arr-blue-r.svg");
	}
	.sections.our_team section.main .management .management_arr_r{
		background-image: url("i/arr-blue.svg");
	}
	section.main h1.our-life__title{
		font-size: 30px;
		text-align: center;
	}
	.our-life-albums_page .owl-dot, .our-life-albums_page  .slider-section__count-dots{
		display: none;
	}
	section h1.blue-slash{
		background: none;
		padding: 0;
	}
	.sections.penalty section.inner6 .white_btn{
		padding: 0 5px;
	}
	.contact.contacts section.gr_blue .header_line{
		border-bottom: 3px solid #fff;
	}
	section.world2 .col h4{
		font-size: 18px;
	}
	.vacancy__title{
		font-size: 12px;
	}
	.vacancies__name{
		font-size: 16px;
	}
	.vacancy__title span {
	    margin-left: 5px;
	}
}
@media screen and (max-width: 400px) {
	section.main4 .manager_img {
		margin-right: 20px;
	}
	.logo {
		width: 150px;
	}
	.sections.our_team section.inner2 .reducer .cols .col h4, .sections section .reducer .cols .col h2{
		font-size: 19px !important;
	}
}
@media screen and (max-width: 320px) {

}