/*******************
Fonts
********************/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBoldItalic.eot');
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
        url('../fonts/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('../fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBoldItalic.eot');
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
        url('../fonts/Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/********************
General
********************/
html {
  height: 100%;
}
body {
	position: relative;
	min-height: 100%;
	min-width: 320px;
	font-family: 'Gilroy', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #022449;
	background-color: #fafbfc;
	overflow-x: hidden;
}
.page-wrapper {
	position: relative;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	line-height: 1.2;
}
h1 {
	margin-bottom: 0;
	font-size: 48px;
	text-transform: uppercase;
}
h2 {
	font-size: 44px;
	text-transform: uppercase;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a,
button {
	transition: all 0.3s;
}
a {
	color: #022449;
}
a:hover {
	color: #edc187;
	text-decoration: none;
}
img {
	max-width: 100%;
}
/*** Markup ***/
.container {
	max-width: 1545px;
}
main {
	min-height: 800px;
	padding-bottom: 200px;
}
/*** Forms ***/
.form-group {
	margin-bottom: 20px;
}
.ajax_form .error {
	display: block;
	font-size: 14px;
	text-align: center;
}
input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 309px;
	height: 54px;
	padding: 17px 0;
	font-size: 14px;
	font-weight: 600;
	color: #022449;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #022449;
	border-radius: 0;
	outline: none;
}
input:focus {
	border-bottom-color: #edc187;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 21px;
    padding-left: 1.5rem;
    margin-right: 35px;
    margin-bottom: 35px;
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 21px;
	height: 21px;
	opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 9px;
}
.custom-control-label:before {
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    display: block;
    width: 21px;
    height: 21px;
    pointer-events: none;
    content: "";
    background-color: #e2e8ee;
    border: #e2e8ee solid 1px;
}
.custom-control-label:after {
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    display: block;
    width: 21px;
    height: 21px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox:hover,
.custom-control-input:hover,
.custom-control-label:hover {
	cursor: pointer;
}
.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #edc187;
    background-color: #edc187;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* Buttons */
.btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 253px;
	height: 70px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	background-color: #edc187;
	border: none;
	border-radius: 7px;
	box-shadow: 0px 20px 25px 0px rgba(237, 193, 135, 0.55);
}
.btn:hover {
	color: #fff;
	box-shadow: 0px 20px 25px 0px rgba(237, 193, 135, 0.8);
}

/*** FontAwesome ***/
.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/********************
Header
********************/
header {
	margin-bottom: 120px;
	background-color: #fff;
  	box-shadow: 0px 3px 10px 0px rgba(71, 119, 152, 0.1);
}
header > .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 144px;
}
header .logo {
	margin-right: 130px;
}
header .logo img {
	width: 200px;
	height: 79px;
}
header nav {
	display: flex;
	align-items: center;
}
.services-menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 139px;
	height: 54px;
	margin-right: 65px;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 9px;
  	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.12);
  	transition: all .3s;
}
.services-menu:hover {
	cursor: pointer;
  	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.25);
}
.services-menu .bars {
	margin-right: 15px;
}
.services-menu .bar1,
.services-menu .bar2,
.services-menu .bar3 {
	width: 25px;
	height: 2px;
	background-color: #022449;
	margin: 4px 0;
	transition: 0.3s;
}
.services-menu span {
	margin-top: -2px;
	font-size: 16px;
	font-weight: bold;
	color: #022449;
	text-transform: lowercase;
}
.services-menu-body {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 524px;
	padding: 50px 58px;
	background-color: #fff;
  	box-shadow: 0px 10px 20px 0px rgba(71, 119, 152, 0.25);
  	border-radius: 15px;
  	display: none;
}
.services-menu-body:hover {
	cursor: auto;
}
.services-menu-body ul {
	list-style-type: disc;
	padding-left: 18px;
}
.services-menu-body ul li {
	margin-bottom: 24px;
}
.services-menu-body ul li:last-child {
	margin-bottom: 0;
}
.services-menu-body ul li a {
	font-weight: bold;
}
.close {
  position: absolute;
  right: 26px;
  top: 22px;
  width: 20px;
  height: 20px;
}
.close:before,
.close:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #022449;
  transition: all .3s;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:hover {
	cursor: pointer;
}
.close:hover:before,
.close:hover:after {
  background-color: #edc187;
}
.main-menu {
	display: flex;
	flex-wrap: wrap;
}
.main-menu li {
	margin-right: 33px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}
.mobile-menu-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	width: 42px;
	height: 54px;
	margin-right: 53px;
	margin-left: auto;
}
.mobile-menu-burger .bar {
	width: 42px;
	height: 4px;
	margin-bottom: 7px;
	background-color: #0f2f52;
}
.mobile-menu-burger .bar:last-child {
	margin-bottom: 0;
}
.header-icons {
	display: flex;
	margin-left: auto;
	margin-right: 53px;
}
.header-icons li:first-child {
	margin-right: 15px;
}
.header-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	font-size: 0;
	background-color: #fff;
  	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.12);
  	border-radius: 9px;
  	background-repeat: no-repeat;
  	background-position: center;
}
.header-icons li a:hover {
  box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.25);
}
.header-icons li.icon-search a {
	background-image: url('../img/icons/icon-search.png');
}
.header-icons li.icon-phone a {
	background-image: url('../img/icons/icon-phone.png');
}
.header-contacts {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.header-contacts .phone {
	font-size: 22px;
	font-weight: bold;
}
.header-contacts .email {
	font-size: 15px;
	font-weight: 600;
}
/*** Search ***/
.header-icons li.icon-search {
	position: relative;
}
.simplesearch-search-form {
	position: absolute;
	top: -6px;
	right: 0;
	z-index: 3;
	display: none;
}
.simplesearch-search-form fieldset {
	position: relative;
}
.simplesearch-search-form input[type="text"] {
	width: 433px;
	height: 66px;
	padding: 20px 30px;
	padding-right: 50px;
	background-color: #fff;
  	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.12);
  	border-radius: 4px;
  	font-size: 14px;
  	font-weight: 600;
  	border-bottom: none;
}
.simplesearch-search-form button {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 23px;
	border:  none;
	outline: none;
	background: url('../img/icons/icon-search.png') no-repeat center;
}
/*** Mobile menu ***/
.overlay {  
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #283891;
  overflow-x: hidden;
  transition: 0.3s;
}
#mobileMenu {
	display: none;
	padding: 100px 80px;
}
#mobileMenu .mobile-menu {
	margin-bottom: 50px;
}
#mobileMenu .mobile-menu li {
	margin-bottom: 25px;
}
#mobileMenu .mobile-menu li:last-child {
	margin-bottom: 0;
}
#mobileMenu .mobile-menu a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#mobileMenu .phone a {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
#mobileMenu .email {
	position: relative;
	padding-left: 30px;
}
#mobileMenu .email:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 21px;
	height: 16px;
	background: url("../img/icons/icon-email.png") no-repeat center;
	background-size: contain;
}
#mobileMenu .email a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
#mobileMenu .close:before,
#mobileMenu .close:after {
	background-color: #fff;
}

/********************
Page
********************/

/*** Breadcrumbs ***/
.breadcrumbs {
	display: flex;
	margin-bottom: 30px;
}
.breadcrumbs li {
	margin-right: 3px;
	margin-left: 3px;
}
.breadcrumbs li:first-child {
	margin-left: 0;
}
.breadcrumbs,
.breadcrumbs li a {
	font-size: 13px;
	font-weight: 600;
	color: #c2cad4;
}
.breadcrumbs li a:hover {
	color: #edc187;
}

/*** Introtext ***/
p.introtext {
	max-width: 730px;
	margin-bottom: 60px;
}

/*** Block ***/
.block {
	padding: 90px 110px;
	background-color: #fff;
	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.11);
}

/********************
Mainpage
********************/
#mainpage {
	background: #fff;
}
#mainpage header {
	margin-bottom: 55px;
	box-shadow: none;
}
#mainpage h2 {
	font-size: 48px;
	text-transform: uppercase;
}

/*** Intro ***/
.intro {
	position: relative;
	min-height: 850px;
	margin-bottom: 50px;
	padding-top: 64px;
}
.blue-ribbon {
	position: relative;
	display: flex;
	padding-left: 2px;
	align-items: center;
	min-height: 74px;
	background-color: #2a3a92;
	font-size: 16px;
	color: #fff;
}
.blue-ribbon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1999px;
	width: 2000px;
	height: 74px;
	background-color: #2a3a92;
}
.blue-ribbon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -2000px;
	width: 2000px;
	height: 74px;
	background-color: #2a3a92;
}
.intro-block {
	position: relative;
	z-index: 3;
	width: 706px;
	padding: 80px 75px 75px 0;
}
.intro-block:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -2000px;
	width: 2706px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.13);
}
.intro-block h1 {
	margin-bottom: 20px;
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
}
.intro-block .introtext {
	margin-bottom: 72px;
	font-size: 22px;
	line-height: 1.2;
}
.intro-block .call-to-action-text {
	display: none;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
}
.intro-block .call-to-action-row {
	display: flex;
}
.intro-block .btn {
	margin-right: 87px;
}
.intro-block .video-link {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1.2;
	display: none;
}
.intro-block .video-link:before {
	content: '';
	margin-right: 20px;
	width: 70px;
	height: 70px;
	background: url('../img/icons/icon-play.png') no-repeat center;
	background-size: contain;
}
.intro-gallery {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 445px;
	width: 1280px;
	height: 768px;
}
.intro-gallery .client-image {
	margin-bottom: 22px;
}
.intro-gallery .client-description {
	max-width: 380px;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
}
.intro-gallery .client-name {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 6px;
	font-size: 12px;
	border-bottom: 2px solid #ffecd3;
}
.intro-gallery .client-name span {
	font-size: 14px;
	font-weight: 900;
}
.intro-gallery .slick-dots {
	display: none;
}
.slick-dots {
	bottom: -37px;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 8px;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}
.slick-dots li button:before {
	width: 8px;
	height: 8px;
	font-size: 8px;
	line-height: 1;
}
.slick-dots li.slick-active button:before {
	color: #2a3068;
	opacity: 1;
}
.intro-further {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	transform: rotate(-90deg) translate(60px,-51px);
}
.intro-further:before {
	content: '';
	width: 86px;
	height: 2px;
	margin-right: 11px;
	background-color: #022449;
}

/*** Services ***/
.services {
	margin-bottom: 118px;
}
.services h2 {
	margin-bottom: 35px;
}
.services .services-desc {
	margin-bottom: 12px;
	max-width: 720px;
}
.services .services-list-wrapper {
	position: relative;
	margin-top: 47px;
}
.services .services-list-wrapper:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 102px;
	left: 0;
	display: block;
	width: 100%;
	height: 315px;
	background-color: #edc187;
}
.services .view-all-services {
	margin-bottom: 0;
	text-align: center;
}
.services .view-all-services a {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #ffecd3;
}

/*** Facts ***/
.facts {
	margin-bottom: 60px;
}
.facts .container {
	display: flex;
}
.facts .col-left,
.facts .col-right {
	flex: 0 0 50%;
	width: 50%;
}
.facts .col-left {
	padding-right: 85px;
}
.facts .big-title {
	margin-bottom: 30px;
	font-size: 200px;
	line-height: 1;
	font-weight: 900;
	color: #f2f4f6;
	text-transform: uppercase;
}
.facts .facts-list {
	display: flex;
	flex-wrap: wrap;
}
.facts .facts-list li {
	flex: 0 0 33.333%;
	width: 33.333%;
	margin-bottom: 62px;
	text-align: center;
}
.facts .facts-list li .icon {
	width: 82px;
	height: 82px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
  	box-shadow: 0px 10px 35px 0px rgba(2, 36, 73, 0.12);
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
}
.facts .facts-list li .title {
	font-size: bold;
}
.facts .col-right {
	padding-top: 80px;
}
.facts .col-right h2 {
	margin-bottom: 45px;
}
.facts .principles-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.facts .principles-list {
	margin-bottom: 50px;
	list-style-type: decimal;
	padding-left: 18px;
}
.facts .principles-motto {
	margin-bottom: 30px;
	font-weight: bold;
}

/*** Projects ***/
.projects {
	margin-bottom: 80px;
}
.projects h2 {
	margin-bottom: 30px;
}
.projects .desc {
	max-width: 718px;
	margin-bottom: 65px;
}
.projects-list {
	display: flex;
}
.projects-list .item {
	display: flex;
	position: relative;
}
.projects-list .details {
	background-color: #2a3a92;
}
.projects-list .image {
	flex: 0 0 955px;
	width: 955px;
	height: 563px;
}
.projects-list .details {
	position: relative;
	flex: 0 0 calc(100%  - 955px);
}
.projects-list .link-wrapper {
	display: flex;
	align-items: center;
	height: 87px;
	padding-left: 38px;
	background-color: #fff;
}
.projects-list .link-wrapper a {
	display: flex;
	align-items: center;
	padding-bottom: 11px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #ffecd3;
}
.projects-list .link-wrapper a:after {
	content: '→';
	margin-left: 8px;
}
.projects-list .body {
	padding: 60px 80px 37px 80px;
	color: #fff;
}
.projects-list .client-name {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.projects-list .client-name-desc {
	margin-bottom: 174px;
}
.projects-list .client-name-desc
.projects-list .client-work-desc,
.projects-list .project-manager-desc {
	font-size: 16px;
	font-weight: 600;
}
.client-work {
	margin-bottom: 0;
	text-transform: uppercase;
}
.client-work,
.project-manager {
	font-size: 22px;
	font-weight: bold;
}
.project-manager {
	margin-bottom: 0;
}
.projects-list .client-work-desc {
	margin-bottom: 36px;
}
.projects-list .project-link {
	position: absolute;
	right: 50px;
	bottom: 40px;
	margin-bottom: 0;
	text-transform: lowercase;
	color: #fff;
}
.projects-list .project-link:hover {
	color: #edc187;
}
.projects-list .details .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-50%,50%);
}
.projects-list .slick-list {
	padding-bottom: 70px;
}
.projects-list .slick-dots {
	width: 955px;
	bottom: 23px;
}

/*** Areas of use ***/
.areas-of-use {
	margin-bottom: 150px;
}
.areas-of-use h2 {
	margin-bottom: 25px;
}
.areas-of-use .desc {
	margin-bottom: 65px;
	max-width: 703px;
}
.areas-of-use-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.areas-of-use-list li {
	flex: 0 0 220px;
	width: 220px;
	margin-right: 34px;
	margin-bottom: 43px;
}
.areas-of-use-list li a {
	display: flex;
	flex-direction: column;
	height: 140px;
	padding: 85px 20px 18px 20px;
	background-color: #fff;
	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.1);
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: right 20px top 15px;
	background-size: 47px 47px;
}
.areas-of-use-list li a:hover {
	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.2);
}
.areas-of-use-list li a .title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
.areas-of-use-list li a span {
	display: none;
	align-self: flex-end;
	margin-top: auto;
	font-size: 12px;
	font-weight: bold;
}
.areas-of-use-list li.row-separator {
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 0;
}

/*** About ***/
.about .container {
	display: flex;
	min-height: 223px;
}
.about .logo-block {
	position: relative;
	flex: 0 0 425px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 425px;
	padding-right: 70px;
	background-color: #2a3a92;
}
.about .logo-block:before {
	content: '';
	position: absolute;
	height: 223px;
	background-color: #2a3a92;
	top: 0;
	left: -2000px;
	width: 2000px;
}
.about-block {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 123px;
}
.about-block:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 2000px;
	height: 223px;
	background-color: #fff;
  	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.11);
}
.about-block p {
	font-size: 16px;
	font-weight: bold;
}
.about-block a.btn {
	position: absolute;
	bottom: 0;
	left: 123px;
	transform: translateY(50%);
}

/*** Order ***/
.order {
	padding-top: 170px;
	padding-bottom: 170px;
}
.order-block {
	position: relative;
	width: 877px;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 97px 90px;
	background-color: #fff;
  	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.11);
}
.order-block:before {
	content: 'Заявка';
	position: absolute;
	left: -447px;
	top: 247px;
	font-size: 165px;
	font-weight: 900;
	color: #f2f4f6;
	text-transform: uppercase;
	transform: rotate(-90deg);
}
.order-block:after {
	content: '';
	position: absolute;
	right: -2000px;
	width: 2000px;
	top: 50%;
	height: 491px;
	transform: translateY(-50%);
	background-color: #2a3a92;
}
.order-block .icon-sale {
	position: absolute;
	display: block;
	top: 32px;
	right: 32px;
	width: 67px;
	height: 58px;
	background: url("../img/icons/icon-sale.png") no-repeat center;
}
.order-block .for {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
}
.order-block h2 {
	margin-bottom: 50px;
}
#orderForm .services {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
#orderForm .form-row {
	display: flex;
	flex-wrap: wrap;
}
#orderForm .form-row .col {
	flex: 0 0 calc(50% - 50px);
	width: calc(50% - 50px);
	margin-right: 50px;
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}
#orderForm .form-row .col:nth-child(2n) {
	margin-right: 0;
}
#orderForm .form-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#orderForm .form-footer .tos {
	flex: 0 0 290px;
	width: 290px;
	margin-right: 107px;
	margin-bottom: 0;
}

/********************
Services
********************/

/*** Services list ***/
.services-list {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.services-list li {
	flex: 0 0 345px;
	width: 345px;
	margin-right: 45px;
	margin-bottom: 45px;
	background-color: #fff;
}
.services-list li:nth-child(4n) {
	margin-right: 0;
}
.services-list li a {
	display: flex;
	flex-direction: column;
	min-height: 500px;
  	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.1);
}
.services-list li .image {
	width: 345px;
	height: 287px;
}
.services-list li .body {
	display: flex;
	flex-direction: column;
	flex: 2;
	padding: 28px;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	transition: all 0.3s;
}
.services-list li .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
.services-list li .read-more {
	margin-top: auto;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
}
.services-list li a:hover {
  	box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.2);
}
.services-list li a:hover .body {
  	border-color: #022449;
}
.we-offer-title-wrapper {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}
.we-offer-title {
	display: none;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
}
.we-offer-title-wrapper .btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

/********************
Service
********************/
#service .we-offer-title {
	margin-bottom: 50px;
}
.service-block {
	position: relative;
	padding: 65px 125px 90px 125px;
	padding-right: 307px;
	min-height: 764px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
/*.service-block:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 182px;
	height: 100%;
	background: url('../img/service-bg.png') no-repeat center;
	background-size: cover;
}*/
.checkmark-list {
	padding-left: 32px;
	list-style-image: url('../img/icons/icon-checkmark.png');
}
.checkmark-list li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	padding-left: 5px;
}
.service-block .checkmark-list {
	margin-bottom: 80px;
}
.service-block .btn {
	margin-top: 50px;
}
.service-block ul {
	margin-bottom: 30px;
}
.service-block ul li {
	position: relative;
	padding-left: 25px;
}
.service-block ul li:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url("../img/icons/icon-checkmark.png") no-repeat center;
	background-size: contain;
}

/********************
Vacancies
********************/
.vacancies-menu,
.vacancies-category-menu {
	display: flex;
	flex-wrap: wrap;
}
.vacancies-menu-item,
.vacancies-category-menu-item {
	margin-right: 22px;
	margin-bottom: 22px;
}
.vacancies-menu-item:last-child,
.vacancies-category-menu {
	margin-right: 0;
}
.vacancies-menu-item a,
.vacancies-category-menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	min-height: 96px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
  	box-shadow: 0px 7px 20px 0px rgba(71, 111, 152, 0.15);
  	border-radius: 8px;
}
.vacancies-menu-item a:hover,
.vacancies-menu-item.active a,
.vacancies-category-menu-item a:hover,
.vacancies-category-menu-item.active a {
	color: #fff;
	background-color: #edc187;
  	box-shadow: none;
}
.vacancies-category-menu-item a {
	width: 241px;
}
.vacancies-category-menu-item a:hover,
.vacancies-category-menu-item.active a {
	background-color: #022449;
}
#vacancy .introtext {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: bold;
}
#vacancy .btn-vacancy {
	margin-top: 60px;
}
.content {
	font-size: 16px;
	font-weight: 500;
}
.content h2 {
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}
.content h3 {
	margin-top: 35px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.content ul.no-bullet {
	list-style-type: none;
}

/********************
Contacts
********************/
.contacts {
	display: flex;
	min-height: 880px;
}
.contacts.block {
	padding: 0;
}
.contacts-body {
	flex: 0 0 730px;
	width: 730px;
	padding: 150px;
}
.contacts-body  .title {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.contacts-body .address {
	font-size: 24px;
	font-weight: 400;
}
.contacts-body .phone a,
.contacts-body .email a,
.contacts-body .website a {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}
.contacts-body .phone a {
	font-weight: bold;
}
.contacts-body .address {
	margin-bottom: 70px;
}
.contacts-body .phone {
	margin-bottom: 5px;
}
.contacts-body .phone2 {
	margin-bottom: 50px;
}
.contacts-body .email {
	margin-bottom: 15px;
}
.contacts-body .website {
	margin-bottom: 80px;
}
.contacts-body .email,
.contacts-body .website {
	position: relative;
	padding-left: 42px;
}
.contacts-body .email:before,
.contacts-body .website:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.contacts-body .email:before {
	width: 27px;
	height: 21px;
	background-image: url('../img/icons/icon-email.png');
}
.contacts-body .website:before {
	width: 29px;
	height: 29px;
	background-image: url('../img/icons/icon-website.png');
}
.contacts-map {
	flex: 0 0 calc(100% - 730px);
	width: calc(100% - 730px);
}

/********************
About
********************/
.about-grid {
	display: flex;
	flex-wrap: wrap;
}
.about-grid .block {
	position: relative;
}
.about-grid .about-strategy,
.about-grid .about-values {
	flex: 0 0 952px;
	width: 952px;
	margin-right: 31px;
	padding: 90px 110px;
	margin-bottom: 31px;
}
.about-grid .about-principles,
.about-grid .about-goals {
	flex: 0 0 calc(100% - 31px - 952px);
	width: calc(100% - 31px - 952px);
	margin-right: 0;
	margin-bottom: 31px;
	padding: 90px 65px;
}
.about-grid .block:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.about-grid .about-strategy:before {
	background-image: url('../img/icons/icon-about-strategy.png');
	width: 59px;
	height: 60px;
}
.about-grid .about-principles:before {
	background-image: url('../img/icons/icon-about-principles.png');
	width: 64px;
	height: 60px;
}
.about-grid .about-values:before {
	background-image: url('../img/icons/icon-about-values.png');
	width: 67px;
	height: 63px;
}
.about-grid .about-goals:before {
	background-image: url('../img/icons/icon-about-goals.png');
	width: 60px;
	height: 60px;
}
.about-grid .block h3 {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-grid .block ol {
	padding-left: 20px;
	list-style-type: decimal;
}
.about-grid .block ol li {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

/********************
Sout
********************/
.sout-doc-text {
	position: relative;
	margin-bottom: 40px;
	padding-left: 50px;
	font-size: 18px;
	color: #022449;
	text-transform: uppercase;
	font-weight: 600;
}
.sout-doc-text:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 29px;
	height: 35px;
	background: url("../img/icons/icon-docs.png") no-repeat center;
}
.sout-doc-text + .btn {
	margin-left: 50px;
}

/********************
Misc
********************/

/*** Scroll to top button ***/
#scrollToTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #FF9800;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: background-color .3s, opacity .5s, visibility .5s;
}
#scrollToTop::before {
  content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
  font-weight: 900;
	line-height: 50px;
	color: #fff;
}
#scrollToTop:hover {
	background-color: #333;
	cursor: pointer;
}
#scrollToTop:active {
	background-color: #555;
}
#scrollToTop.show {
	opacity: 1;
	visibility: visible;
}

/********************
Modals
********************/
.modal {
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(71, 119, 152, 0.25);
	border-radius: 15px;
	max-width: 397px;
}
.modal h3 {
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.modal .btn {
	margin-left: auto;
	margin-right: auto;
}
/*** Get order modal ***/
#getOrder.modal {
	width: 851px;
	max-width: 851px;
	padding: 60px 85px;
}
#getOrder .custom-control {
	margin-right: 30px;
}
#introVideo {
	width: 800px;
	max-width: 800px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow-y: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********************
Footer
********************/
footer {
	background-color: #fff;
  	box-shadow: 0px 7px 20px 0px rgba(71, 119, 152, 0.25);
}
footer > .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
footer .footer-top {
	margin-bottom: 35px;
	padding-top: 40px;
}
footer .logo {
	margin-right: auto;
}
footer .logo img {
	max-width: 155px;
}
.footer-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu li {
	margin-right: 32px;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li a {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}
.footer-contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex: 0 0 280px;
	width: 280px;
	margin-left: 190px;
}
.footer-contacts .address,
.footer-contacts .phone {
	position: relative;
	padding-left: 38px;
}
.footer-contacts .address {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 600;
}
.footer-contacts .phone {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.footer-contacts .phone span {
	font-size: 13px;
	font-weight: 600;
}
.footer-contacts .phone a {
	font-size: 15px;
	font-weight: bold;
}
.footer-contacts .address:before,
.footer-contacts .phone:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 25px;
	background-repeat: no-repeat;
}
.footer-contacts .address:before {
	background-image: url('../img/icons/icon-address.png');
}
.footer-contacts .phone:before {
	background-image: url('../img/icons/icon-phone2.png');
	width: 25px;
	height: 25px;
	background-size: contain;
}
footer > .footer-bottom {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 30px;
}
.footer-bottom .copyrights {
	margin-right: 340px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
}
.footer-bottom a {
	font-size: 13px;
	font-weight: 600;
}

/********************
Media
********************/
@media (max-width: 1550px) {
	header .logo {
		margin-right: 100px
	}
	.services-list li {
		flex: 0 0 308px;
    	width: 308px;
	}
	.services-list li .image {
		width: 308px
	}
}
@media (max-width: 1400px) {
	.mobile-menu-burger {
		display: flex;
	}
	header nav {
		display: none;
	}
	.header-icons {
		margin-left: 0;
	}
	#mainpage header {
		margin-bottom: 40px;
	}
	.services-list li {
		flex: 0 0 calc(25% - 22.5px);
		width: calc(25% - 22.5px);
		margin-right: 22.5px;
	}
	.services-list li a {
		min-height: 410px;
	}
	.services-list li .image {
		width: 100%;
		height: auto;
	}
	.services-list li .body {
		padding: 24px 18px;
	}
	.services-list li .title {
		font-size: 20px;
	}
	.services .services-list-wrapper:before {
		top: 50%;
		transform: translateY(-50%);
	}
	.services-list {
		margin-bottom: 10px;
	}
	.facts .big-title {
		font-size: 150px;
	}
	.projects-list .image {
		flex: 0 0 760px;
		width: 760px;
		height: auto;
	}
	.projects-list .details {
		flex: 0 0 calc(100% - 760px);
		width: calc(100% - 760px);
	}
	.projects-list .link-wrapper {
		height: 60px;
	}
	.projects-list .body {
		padding: 20px;
	}
	.projects-list .client-name-desc,
	.projects-list .client-work-desc,
	.projects-list .project-manager-desc {
		margin-bottom: 20px
	}
	.order-block:before {
		left: -420px;
	}
	.footer-contacts {
		margin-left: auto;
	}
	.about-grid .about-strategy,
	.about-grid .about-values {
		flex: 0 0 calc(70% - 15px);
    	width: calc(70% - 15px);
    	margin-right: 30px;
    	padding: 50px 40px;
	}
	.about-grid .about-principles,
	.about-grid .about-goals {
	    flex: 0 0 calc(30% - 15px);
	    width: calc(30% - 15px);
    	padding: 50px 30px;
	}
	.contacts-body,
	.contacts-map {
	    flex: 0 0 50%;
	    width: 50%;
	}
	.contacts-body {
		padding: 50px 60px;
	}
	.contacts.block {
		min-height: 500px;
	}
	.contacts-body .address,
	.contacts-body .phone a,
	.contacts-body .email a,
	.contacts-body .website a {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.intro {
		padding-top: 0;
	}
	.blue-ribbon {
		padding-left: 0;
	}
	.intro-block {
		width: 100%;
	}
	.intro-block:before {
		width: 100%;
	}
	.intro-gallery {
		position: relative;
		left: 0;
		width: 100%;
	}
	.intro-further {
		display: none;
	}
	.slick-dots {
		bottom: 60px;
	}
	.services-list li .title {
		font-size: 16px;
	}
	.facts .big-title {
		font-size: 100px;
	}
	.facts .col-right {
		padding-top: 0;
	}
	.projects-list .image {
		flex: 0 0 630px;
	    width: 630px;
	}
	.projects-list .details {
	    flex: 0 0 calc(100% - 630px);
	    width: calc(100% - 630px);
	}
	.projects-list .link-wrapper {
		height: 40px;
		padding-left: 20px;
	}
	.projects-list .link-wrapper a {
		padding-bottom: 0;
		border-bottom: none;
		padding-left: 0;
	}
	.projects-list .client-name {
		font-size: 22px;
	}
	.client-work, .project-manager {
		font-size: 18px;
	}
	.projects-list .slick-dots {
		bottom: 0;
	}
	.about-block {
		padding-left: 20px;
	}
	footer .footer-top {
		flex-wrap: wrap;
	}
	.footer-menu {
		flex: 0 0 100%;
		width: 100%;
		order: 3;
		margin-top: 30px;
		justify-content: center;
	}
	.order {
		padding-bottom: 50px;
	}
	.service-block {
		padding: 50px 40px;
	}
	.service-block:after {
		display: none;
	}
	header {
		margin-bottom: 60px;
	}
	h1 {
		font-size: 40px;
	}
	.about-grid .about-strategy,
	.about-grid .about-values,
	.about-grid .about-principles,
	.about-grid .about-goals {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
	}
	.block {
		padding: 50px 40px;
	}
}
@media (max-width: 991px) {
	.intro {
		margin-bottom: 90px;
	}
	.intro-gallery {
		height: auto;
	}
	.slick-dots {
		bottom: -20px;
	}
	.services-list li {
	    flex: 0 0 calc(50% - 25px);
	    width: calc(50% - 25px);
	    margin-right: 25px;
	}
	.services-list li:nth-child(2n) {
		margin-right: 0;
	}
	.services {
		margin-bottom: 40px;
	}
	.facts .container {
		flex-wrap: wrap;
	}
	.facts .col-left,
	.facts .col-right {
		flex: 0 0 100%;
    	width: 100%;
	}
	.facts .col-left {
		padding-right: 0;
	}
	.facts .big-title {
		font-size: 200px;
		text-align: center;
	}
	.projects-list .item {
		flex-wrap: wrap;
	}
	.projects-list .image,
	.projects-list .details {
	    flex: 0 0 100%;
	    width: 100%;
	}
	.projects-list .details .btn {
		left: 50%;
		transform: translate(-50%,50%);
	}
	.projects-list .body {
		padding: 50px 30px;
	}
	.projects-list .slick-dots {
		width: 100%;
	}
	.areas-of-use-list {
		justify-content: center;
	}
	.areas-of-use {
		margin-bottom: 100px;
	}
	.about .container {
		flex-wrap: wrap;
		min-height: auto;
	}
	.about .logo-block,
	.about-block {
		flex: 0 0 calc(100% + 30px);
		width: calc(100% + 30px);
	}
	.about .logo-block:before {
		display: none;
	}
	.about .logo-block {
		justify-content: center;
		padding: 30px 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.about .about-block {
		padding: 50px 30px;
		margin-left: -15px;
		margin-right: -15px;
  		box-shadow: 0px 15px 35px 0px rgba(2, 36, 73, 0.11);
	}
	.about-block a.btn {
		left: 50%;
		bottom: 0;
		transform: translate(-50%,50%);
	}
	.about-block:after {
		display: none;
	}
	.order-block {
		width: 100%;
		padding: 60px;
	}
	#orderForm .form-footer .tos {
		margin-bottom: 20px;
	}
	main {
		padding-bottom: 100px;
	}
	.footer-bottom .copyrights {
		margin-right: auto;
	}
	#introVideo {
		width: 600px;
		max-width: 600px;
	}
	#getOrder.modal {
		width: 100%;
		max-width: 100%;
		padding: 30px;
	}
	h1 {
		font-size: 40px;
	}
	header {
		margin-bottom: 60px;
	}
	.vacancies-menu-item a {
		width: auto;
		font-size: 14px;
	}
	.vacancies-menu-item {
		flex: 0 0 calc(33% - 14.6px);
		width: calc(33% - 14.6px);
	}
	.vacancies-menu-item:nth-child(3n) {
		margin-right: 0;
	}
	.contacts-body {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.header-contacts {
		display: none;
	}
	.mobile-menu-burger {
		order: 4;
		margin-left: 30px;
		margin-right: 0;
	}
	.header-icons {
		margin-right: 0;
		margin-left: auto;
	}
	header .logo {
		width: 112px;
		margin-right: 0;
	}
	header > .container {
		height: 88px;
	}
	header .logo img {
		width: 112px;
		height: auto;
	}
	.blue-ribbon {
		display: none;
	}
	#mainpage header {
		margin-bottom: 70px;
		box-shadow: 0px 3px 10px 0px rgba(71, 119, 152, 0.1);
	}
	header {
		margin-bottom: 70px;
	}
	.intro-block {
		padding-top: 0;
		padding-right: 0;
	}
	.intro-block .introtext {
		margin-bottom: 50px;
	}
	.intro-block .btn {
		margin-right: auto;
	}
	#mainpage h2 {
		font-size: 40px;
	}
	.facts .big-title {
		font-size: 100px;
	}
	.order {
		padding-top: 100px;
	}
	.order-block {
		padding: 60px 50px;
	}
	#orderForm .form-row .col {
		flex: 0 0 100%;
		width: 100%;
	}
	footer .footer-top {
		justify-content: center;
	}
	footer .logo,
	.footer-contacts {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
	footer .logo {
		text-align: center;
	}
	.footer-menu {
		display: block;
		margin-top: 0;
	}
	.footer-menu li {
		margin-right: 0;
		text-align: center;
	}
	footer > .footer-bottom {
		display: block;
		text-align: center;
	}
	.simplesearch-search-form input[type="text"] {
		width: 400px;
	}	
	#introVideo {
		padding: 25px;
		width: 100%;
		max-width: 100%;
	}
	h1 {
		font-size: 30px;
	}
	header {
		margin-bottom: 40px;
	}
	.checkmark-list li {
		font-size: 18px;
	}
	.about-grid .block h3 {
		font-size: 22px;
	}
	.order-block h2 {
		font-size: 30px;
	}
	.vacancies-menu-item {
	    flex: 0 0 calc(50% - 11px);
	    width: calc(50% - 11px);
	}
	.vacancies-menu-item:nth-child(2n) {
		margin-right: 0;
	}
	.vacancies-menu-item:nth-child(3n) {
		margin-right: 22px;
	}
	.content h2 {
		font-size: 22px;
	}
	.contacts.block {
		flex-wrap: wrap;
	}
	.contacts-body, .contacts-map {
	    flex: 0 0 100%;
	    width: 100%;
	}
	.contacts.block {
		height: auto;
	}
	.contacts-map {
		height: 400px;
	}
	.sout-doc-text {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.intro-block h1,
	#mainpage h2 {
		font-size: 30px;
	}
	header,
	#mainpage header {
		margin-bottom: 50px;
	}
	.intro {
		min-height: auto;
	}
	.intro-block {
		padding-bottom: 30px;
	}
	.intro-block .introtext {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.call-to-action-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.intro-block .btn {
		margin-right: 0;
		margin-bottom: 30px;
	}
	#mainpage h2 br {
		display: none;
	}
	#mainpage h2 {
		margin-bottom: 20px;
	}
	.services .services-list-wrapper {
		margin-top: 20px;
	}
	.services-list li {
	    flex: 0 0 100%;
	    width: 100%;
	    margin-right: 0;
	}
	.services {
		margin-bottom: 70px;
	}
	.facts .facts-list li {
	    flex: 0 0 50%;
	    width: 50%;
	    margin-bottom: 30px;
	}
	.facts .principles-list {
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 70px;
	}
	.projects .desc {
		margin-bottom: 20px;
	}
	.projects-list .project-manager-desc {
		margin-bottom: 70px;
	}
	.projects-list .project-link {
		bottom: 60px;
	}
	.areas-of-use-list li {
	    flex: 0 0 calc(50% - 20px);
	    width: calc(50% - 20px);
	    margin-right: 20px;
	    margin-bottom: 30px;
	}
	.areas-of-use-list li:nth-child(2n) {
		margin-right: 0;
	}
	.areas-of-use .desc {
		margin-bottom: 20px;
	}
	.areas-of-use-list li a .title {
		font-size: 13px;
	}
	.areas-of-use {
		margin-bottom: 70px;
	}
	.order-block {
		padding: 50px 30px;
	}
	.order-block .icon-sale {
		right: 20px;
		top: 20px;
	}
	.order {
		padding-bottom: 0;
	}
	.modal {
		width: 100%;
		max-width: 100%;
	}
	.simplesearch-search-form {
		right: -126px;
	}
	.simplesearch-search-form input[type="text"] {
		width: 370px;
	}
	.we-offer-title-wrapper {
		flex-wrap: wrap;
	}
	.we-offer-title-wrapper .btn {
		position: relative;
		order: 1;
		margin-bottom: 20px;
	}
	.we-offer-title {
		order: 2;
	}
	h1 {
		font-size: 30px;
	}
	.checkmark-list li {
		font-size: 16px;
	}
	#service .we-offer-title {
		margin-bottom: 20px;
	}
	.about-grid .about-strategy,
	.about-grid .about-values,
	.about-grid .about-principles,
	.about-grid .about-goals {
		padding: 30px 20px;
	}
	.about-grid .block ol li {
		font-size: 16px;
	}
	.about-grid .block:before {
		top: 10px;
		right: 10px;
	}
	.vacancies-menu-item {
	    flex: 0 0 100%;
	    width: 100%;
	    margin-right:0;
	}
	.vacancies-menu-item:nth-child(3n) {
		margin-right:0;
	}
	.block {
		padding: 30px 20px;
	}
	.content h2 {
		font-size: 18px;
	}
	.breadcrumbs {
		flex-wrap: wrap;
	}
	.contacts-body .address,
	.contacts-body .phone a,
	.contacts-body .email a,
	.contacts-body .website a {
		font-size: 18px;
	}
	.sout-doc-text {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.mobile-menu-burger {
		margin-left: 15px;
	}
	header .logo img,
	header .logo {
		width: 90px;
	}
	.intro-block h1,
	#mainpage h2 {
		font-size: 26px;
	}
	.intro-block .introtext {
		font-size: 16px;
	}
	.facts .big-title {
		font-size: 80px;
	}
	.areas-of-use-list li {
	    flex: 0 0 100%;
	    width: 100%;
	    margin-right: 0;
	}
	.areas-of-use-list li a .title {
		font-size: 16px;
	}
	.order-block .icon-sale {
		top: 10px;
		right: 10px;
	}
	input {
		width: 100%;
	}
	.service-block {
		padding: 30px 20px;
	}
	.checkmark-list li {
		font-size: 14px;
	}
	.simplesearch-search-form input[type="text"] {
		width: 290px;
	}
	h1 {
		font-size: 22px;
	}
	.about-grid .block h3 {
		padding-right: 50px;
	}
	.order-block:after {
		display: none;
	}
	#orderForm .form-footer .tos {
		flex: 0 0 100%;
		width: 100%;
	}
	#orderForm .form-btn,
	#orderForm .btn {
		width: 100%;
	}
	.modal h3 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	.contacts-body .btn {
		width: 100%;
	}
	.sout-doc-text + .btn {
		margin-left: 0;
	}
}