/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ul,
.language-holder,
.language-holder .language-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav .nav-drop > ul:after,
#nav .nav-drop > ul > li .dropdown-list:after,
.language-holder:after,
.language-holder .language-list:after,
.contact-list:after,
.footer-menu:after,
.contact__btn-group:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.4375 'Inter', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 0.5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.053;
}

.h2 {
	font-size: 27px;
	line-height: 1.072;
}

h2 {
	font-size: 24px;
	line-height: 1.125;
}
h3 {
	font-size: 20px;
	line-height: 1.125;
}
.h3 {
	font-size: 24px;
	line-height: 1.125;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 1.272;
}

h5,
.h5 {
	font-size: 19px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #007862;
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out;
}

.empiris a {
	color: #0060ac;
}

.symphasis a {
	color: #df2d2b;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
	border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.ttf?t4swgu') format('truetype'), url('../fonts/icomoon.woff?t4swgu') format('woff'), url('../fonts/icomoon.svg?t4swgu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-arrow-down:before {
	content: '\e900';
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	background: rgba(0, 0, 0, 0.06);
	min-width: 150px;
	height: 50px;
	border-radius: 12px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 45px 15px 17px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 30px;
	bottom: 0;
	right: 15px;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: '\e900';
	font-family: 'icomoon' !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #000;
	right: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 998;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 20px;
	font-size: 16px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0 !important;
}

.jcf-list ul li:before {
	display: none !important;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 14px;
	color: #000;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #007862;
	color: #fff;
}

.empiris .jcf-select-drop .jcf-hover,
.empiris .jcf-list-box .jcf-selected {
	background: #0060ac;
}

.symphasis .jcf-select-drop .jcf-hover,
.symphasis .jcf-list-box .jcf-selected {
	background: #df2d2b;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus {
	outline: 2px dashed #000;
}

body.nav-active {
	overflow: hidden;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	margin: 0 auto;
	max-width: 1142px;
	padding: 0 15px;
}

.btn {
	-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
	display: inline-block;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.25;
	padding: 14px;
	text-align: center;
	min-width: 88px;
	text-decoration: none;
	border: 1px solid #007862;
	text-transform: uppercase;
	font-weight: 700;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background: #007862;
}

.empiris .btn {
	border-color: #0060ac;
	color: #0060ac;
}

.empiris .btn:hover,
.empiris .btn:focus {
	color: #fff;
	background: #0060ac;
}

.symphasis .btn {
	border-color: #df2d2b;
	color: #df2d2b;
}

.symphasis .btn:hover,
.symphasis .btn:focus {
	color: #fff;
	background: #df2d2b;
}

.btn.btn-outline {
	border-color: #fff;
	color: #fff;
	background: none;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background: #fff;
	color: #007862;
}

.empiris .btn.btn-outline:hover,
.empiris .btn.btn-outline:focus {
	color: #0060ac;
}

.symphasis .btn.btn-outline:hover,
.symphasis .btn.btn-outline:focus {
	color: #df2d2b;
}

.btn.btn-background {
	background: #007862;
	color: #fff;
	border-color: transparent;
}

.btn.btn-background:hover,
.btn.btn-background:focus {
	background: rgba(96, 211, 179, 0.1);
	color: #60d3b3;
}

.empiris .btn.btn-background {
	background: #0060ac;
}

.empiris .btn.btn-background:hover,
.empiris .btn.btn-background:focus {
	color: #06aedb;
	background: rgba(96, 211, 179, 0.1);
}

.symphasis .btn.btn-background {
	background: #df2d2b;
}

.symphasis .btn.btn-background:hover,
.symphasis .btn.btn-background:focus {
	color: #df2d2b;
	background: rgba(245, 100, 64, 0.1);
}

.list-title {
	display: block;
}

ul:not([class]) {
	padding: 0 0 31px 2px;
}

ul:not([class]) li {
	padding-left: 21px;
	position: relative;
}

ul:not([class]) li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #60d3b3;
	border-radius: 50%;
}

.empiris ul:not([class]) li:before {
	background: #06aedb;
}

.symphasis ul:not([class]) li:before {
	background: #f56440;
}

a:focus,
textarea:focus,
button:focus,
input:focus {
	outline: 2px dashed #007862;
}

.empiris a:focus,
.empiris textarea:focus,
.empiris button:focus,
.empiris input:focus {
	outline-color: #0060ac;
}

.symphasis a:focus,
.symphasis textarea:focus,
.symphasis button:focus,
.symphasis input:focus {
	outline-color: #df2d2b;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	border: 0;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 14px;
	height: 50px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
textarea:focus {
	outline-color: #000;
}

address {
	font-style: normal;
}

.content-holder {
	padding: 40px 0;
}

.content-holder .container {
	max-width: 850px;
}

.content-holder h1 {
	margin-bottom: 25px;
}

.page-banner-sm {
	min-height: 250px;
	background: 50% 50% / cover no-repeat;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	left: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background: #007862;
	padding: 2px 10px;
	z-index: 1000;
	position: absolute;
}

.empiris .sr-only-focusable:active,
.empiris .sr-only-focusable:focus {
	background: #0060ac;
}

.symphasis .sr-only-focusable:active,
.symphasis .sr-only-focusable:focus {
	background: #df2d2b;
}

.sr-only-bottom {
	bottom: 0;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding: 17px 0;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1398px;
}

.header__logo {
	max-width: 150px;
	margin-right: 10px;
}

.header__logo img {
	max-height: 36px;
}

.symphasis .header__logo img.logo-accentus,
.empiris .header__logo img.logo-accentus {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.header__logo img.logo-empiris {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.empiris .header__logo img.logo-empiris {
	display: block;
	opacity: 1;
	visibility: visible;
}

.header__logo img.logo-symphasis {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.symphasis .header__logo img.logo-symphasis {
	opacity: 1;
	display: block;
	visibility: visible;
}

.header__holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-opener {
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
}

.nav-opener span {
	width: 30px;
	height: 2px;
	background: #007862;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%) rotate(0);
	-ms-transform: translate(50%, -50%) rotate(0);
	transform: translate(50%, -50%) rotate(0);
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition-duration: 0.22s;
	transition-duration: 0.22s;
}

.empiris .nav-opener span {
	background: #0060ac;
}

.symphasis .nav-opener span {
	background: #df2d2b;
}

.nav-opener span:before,
.nav-opener span:after {
	content: '';
	width: 30px;
	height: 2px;
	background: #007862;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0);
	-ms-transform: translateX(-50%) rotate(0);
	transform: translateX(-50%) rotate(0);
}

.empiris .nav-opener span:before,
.empiris .nav-opener span:after {
	background: #0060ac;
}

.symphasis .nav-opener span:before,
.symphasis .nav-opener span:after {
	background: #df2d2b;
}

.nav-opener span:before {
	top: -9px;
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.nav-opener span:after {
	bottom: -9px;
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-active .nav-opener span {
	-webkit-transform: translate(50%, -50%) rotate(225deg);
	-ms-transform: translate(50%, -50%) rotate(225deg);
	transform: translate(50%, -50%) rotate(225deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 30px;
}

.nav-active .nav-opener span:before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-in-out, opacity 0.1s 0.12s ease-in-out;
	transition: top 0.1s ease-in-out, opacity 0.1s 0.12s ease-in-out;
}

.nav-active .nav-opener span:after {
	width: 30px;
	bottom: 0;
	-webkit-transform: translateX(-50%) rotate(-90deg);
	-ms-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-in-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-in-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-in-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-in-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav {
	margin-left: 8px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#nav .nav-drop {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	padding: 15px;
	border-top: 1px solid #ccc;
	height: calc(100vh - 74px);
	overflow-x: hidden;
	overflow-y: auto;
}

.nav-active #nav .nav-drop {
	opacity: 1;
	visibility: visible;
}

#nav .nav-drop > ul > li {
	position: relative;
	margin-bottom: 15px;
}

#nav .nav-drop > ul > li:hover .dropdown-list,
#nav .nav-drop > ul > li.hover .dropdown-list,
#nav .nav-drop > ul > li:focus .dropdown-list {
	display: block;
}

#nav .nav-drop > ul > li:hover > a,
#nav .nav-drop > ul > li.hover > a,
#nav .nav-drop > ul > li:focus > a {
	color: #005f4d;
}

.empiris #nav .nav-drop > ul > li:hover > a,
.empiris #nav .nav-drop > ul > li.hover > a,
.empiris #nav .nav-drop > ul > li:focus > a {
	color: #005293;
}

.symphasis #nav .nav-drop > ul > li:hover > a,
.symphasis #nav .nav-drop > ul > li.hover > a,
.symphasis #nav .nav-drop > ul > li:focus > a {
	color: #d12220;
}

#nav .nav-drop > ul > li > a {
	color: #007862;
	text-decoration: none;
	font-weight: 600;
	position: relative;
}

.empiris #nav .nav-drop > ul > li > a {
	color: #0060ac;
}

.symphasis #nav .nav-drop > ul > li > a {
	color: #df2d2b;
}

#nav .nav-drop > ul > li .dropdown-list {
	display: none;
	padding: 15px 15px 0 15px;
}

#nav .nav-drop > ul > li .dropdown-list li {
	padding-bottom: 15px;
}

#nav .nav-drop > ul > li .dropdown-list li:last-child {
	border: 0;
}

#nav .nav-drop > ul > li .dropdown-list a {
	text-decoration: none;
	color: #007862;
}

.empiris #nav .nav-drop > ul > li .dropdown-list a {
	color: #0060ac;
}

.symphasis #nav .nav-drop > ul > li .dropdown-list a {
	color: #df2d2b;
}

#nav .nav-drop > ul > li .dropdown-list a:hover,
#nav .nav-drop > ul > li .dropdown-list a:focus {
	color: #005f4d;
}

.empiris #nav .nav-drop > ul > li .dropdown-list a:hover,
.empiris #nav .nav-drop > ul > li .dropdown-list a:focus {
	color: #005293;
}

.symphasis #nav .nav-drop > ul > li .dropdown-list a:hover,
.symphasis #nav .nav-drop > ul > li .dropdown-list a:focus {
	color: #d12220;
}

.language-holder {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.language-holder > li {
	position: relative;
}

.language-holder > li:hover .language-list,
.language-holder > li.hover .language-list,
.language-holder > li:focus .language-list {
	opacity: 1;
	visibility: visible;
}

.language-holder > li > a {
	display: block;
	min-width: 80px;
	height: 36px;
	width: 100%;
	background: #fff;
	border: 1px solid #007862;
	font-size: 16px;
	line-height: 1;
	color: #007862;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	position: relative;
}

.empiris .language-holder > li > a {
	border-color: #0060ac;
	color: #0060ac;
}

.symphasis .language-holder > li > a {
	border-color: #df2d2b;
	color: #df2d2b;
}

.language-holder > li > a:before {
	content: '\e900';
	font-family: 'icomoon' !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 9px;
	width: 18px;
	color: #007862;
	font-size: 15px;
	line-height: 1;
}

.empiris .language-holder > li > a:before {
	color: #0060ac;
}

.symphasis .language-holder > li > a:before {
	color: #df2d2b;
}

.language-holder .language-list {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: absolute;
	margin-top: 2px;
	left: 0;
	right: 0;
	top: 100%;
	border: 1px solid rgba(0, 120, 98, 0.1);
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.empiris .language-holder .language-list {
	border-color: rgba(0, 96, 172, 0.1);
}

.symphasis .language-holder .language-list {
	border-color: rgba(223, 45, 43, 0.1);
}

.language-holder .language-list:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	height: 15px;
	background: transparent;
}

.language-holder .language-list li a {
	color: #007862;
	padding: 7px 9px 7px 14px;
	text-decoration: none;
	display: block;
}

.language-holder .language-list li a:hover,
.language-holder .language-list li a:focus {
	background: #007862;
	color: #fff;
}

.empiris .language-holder .language-list li a {
	color: #0060ac;
}

.empiris .language-holder .language-list li a:hover,
.empiris .language-holder .language-list li a:focus {
	background: #0060ac;
	color: #fff;
}

.symphasis .language-holder .language-list li a {
	color: #df2d2b;
}

.symphasis .language-holder .language-list li a:hover,
.symphasis .language-holder .language-list li a:focus {
	background: #df2d2b;
	color: #fff;
}

#main {
	padding-top: 70px;
}

.footer {
	padding: 40px 0;
	background: #effbf7;
	text-align: center;
}

.empiris .footer {
	background: rgba(6, 174, 219, 0.1);
}

.symphasis .footer {
	background: rgba(245, 100, 64, 0.1);
}

.footer-top {
	padding: 0 0 25px;
	font-size: 19px;
	line-height: 1.315;
}

.footer-top__left {
	padding-bottom: 30px;
}

.footer-top__left .title {
	display: block;
	font-weight: 600;
}

.footer-top__left address {
	font-style: normal;
}

.contact-list li + li:before {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0;
	height: 22px;
	width: 2px;
	background: #000;
}

.footer-copyright {
	font-size: 15px;
	line-height: 1.866;
}

.footer-copyright a {
	color: #000;
	text-decoration: none;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: #007862;
}

.empiris .footer-copyright a:hover,
.empiris .footer-copyright a:focus {
	color: #0060ac;
}

.symphasis .footer-copyright a:hover,
.symphasis .footer-copyright a:focus {
	color: #df2d2b;
}

.back-to-top {
	-webkit-transition: opacity 0.3s ease-in-out, visiblity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visiblity 0.3s ease-in-out;
	width: 45px;
	height: 45px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border-radius: 100%;
	background: #007862;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 26px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
	background: #005f4d;
}

.empiris .back-to-top {
	background: #0060ac;
	color: #fff;
}

.empiris .back-to-top:hover,
.empiris .back-to-top:focus {
	background: #005293;
}

.symphasis .back-to-top {
	background: #df2d2b;
	color: #fff;
}

.symphasis .back-to-top:hover,
.symphasis .back-to-top:focus {
	background: #d12220;
}

.page-banner {
	background: 50% 50% / cover no-repeat;
}

.page-banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 35px;
	padding-bottom: 35px;
	min-height: 350px;
}

.page-banner__holder {
	width: 100%;
}

.page-banner__holder h1 {
	margin-bottom: 30px;
	color: #fff;
}

.page-banner__holder h1:only-child {
	margin-bottom: 0;
}

.content-text__wrap {
	padding: 50px 0 20px;
}

.content-text__col p {
	margin-bottom: 32px;
}

.info-card {
	padding-bottom: 50px;
}

.info-card__col {
	padding-bottom: 30px;
}

.info-card__body {
	background: #007862;
	color: #fff;
	text-align: center;
	padding: 25px 25px 30px;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.empiris .info-card__body {
	background: #0060ac;
}

.symphasis .info-card__body {
	background: #df2d2b;
}

.info-card__detail {
	font-size: 19px;
	line-height: 1.315;
	padding-bottom: 15px;
}

.info-card__title {
	display: block;
	font-weight: 600;
	margin-bottom: 14px;
}

.applicant__block {
	padding-bottom: 25px;
}

.applicant__block p {
	margin-bottom: 32px;
}

.applicant__block .list-title {
	display: block;
}

.applicant__title {
	font-weight: 600;
	display: block;
	margin-bottom: 16px;
}

.priority-block {
	background: rgba(96, 211, 179, 0.1);
	font-size: 19px;
	line-height: 1.368;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 40px;
}

.empiris .priority-block {
	background: rgba(6, 174, 219, 0.1);
}

.symphasis .priority-block {
	background: rgba(245, 100, 64, 0.1);
}

.priority-block .list-title {
	display: block;
	margin-bottom: 5px;
}

.priority-block__title {
	display: block;
	color: #60d3b3;
	font-weight: 600;
	margin-bottom: 18px;
}

.empiris .priority-block__title {
	color: #06aedb;
}

.symphasis .priority-block__title {
	color: #f56440;
}

.priority-block ul:not([class]) {
	padding: 0;
}

.priority-block ul:not([class]) li {
	padding-left: 16px;
}

.priority-block ul:not([class]) li:before {
	top: 9px;
}

.funding__top-block p {
	margin-bottom: 20px;
}

.project-wrap {
	padding-bottom: 30px;
}

.project-wrap h2 {
	margin-bottom: 16px;
	font-weight: 600;
}

.project-block {
	padding-bottom: 25px;
}

.project-block__img {
	width: 100%;
	margin-bottom: 25px;
}

.project-block__img img {
	width: 100%;
}

.project-block__detail p {
	margin-bottom: 22px;
}

.project-block__detail p:last-child {
	margin-bottom: 0;
}

.about-us__heading-block {
	padding-bottom: 25px;
}

.about-us__holder h2 {
	font-weight: 600;
}

.about-us__holder p {
	margin-bottom: 30px;
}

.about-us__employee-col {
	padding-bottom: 40px;
}

.about-us__employee-img {
	margin-bottom: 25px;
}

.about-us__employee-img img {
	width: 100%;
}

.about-us__employee-info p:last-child {
	margin: 0;
}

.about-us__employee-name {
	display: block;
	margin-bottom: 4px;
}

.about-us__employee-title {
	display: block;
	color: #60d3b3;
	margin-bottom: 7px;
}

.empiris .about-us__employee-title {
	color: #06aedb;
}

.symphasis .about-us__employee-title {
	color: #f56440;
}

.contact__address {
	font-style: normal;
	margin: 0 0 40px;
}

.contact__btn-group li {
	padding: 0 0 25px;
}

.contact__btn-group li .btn {
	width: 100%;
	border-radius: 12px;
}

.contact-form {
	padding-bottom: 30px;
}

.contact-form .form-group {
	margin-bottom: 24px;
}

.contact-form .form-group.input-error label {
	color: #df2d2b;
}

.contact-form label {
	display: inline-block;
	margin-bottom: 7px;
}

.contact-form textarea {
	height: 150px !important;
	resize: none;
}

.contact-form .jcf-select {
	display: block;
	width: 200px;
}

.chess__block p {
	margin-bottom: 25px;
}

.chess__block h2 {
	font-weight: 600;
}

.chess__block address {
	padding-bottom: 30px;
}

.chess__img {
	margin: 10px 0 40px;
}

.chess__img img {
	width: 100%;
}

@media screen and (min-width: 640px) {
	.info-card__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-card__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 15px 30px;
	}

	.project-block {
		padding-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.project-block__img {
		width: 250px;
		margin: 8px 30px 0 0;
	}

	.project-block__detail {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.about-us__employee-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.about-us__employee-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 0 15px 30px;
	}

	.contact__btn-group {
		padding: 6px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -14px;
	}

	.contact__btn-group li {
		padding: 0 14px;
	}

	.contact__btn-group li .btn {
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	.h2 {
		font-size: 35px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	.content-holder {
		padding: 80px 0 71px;
	}

	.page-banner-sm {
		min-height: 360px;
	}

	.header__logo {
		max-width: 168px;
	}

	.header__logo img {
		max-height: none;
	}

	.footer {
		padding: 55px 0 51px;
		text-align: left;
	}

	.footer-top {
		padding: 0 0 36px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-top__left {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
		padding-bottom: 0;
	}

	.footer-top__right {
		-ms-flex-preferred-size: 38%;
		flex-basis: 38%;
		max-width: 38%;
		text-align: right;
	}

	.back-to-top {
		right: 59px;
		bottom: 60px;
	}

	.page-banner .container {
		min-height: 600px;
		padding-top: 50px;
		padding-bottom: 62px;
	}

	.content-text__wrap {
		padding: 81px 0 20px;
	}

	.content-text__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -30px;
	}

	.content-text__col {
		padding: 0 30px 30px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.info-card {
		padding-bottom: 80px;
	}

	.info-card__row {
		margin: 0 -30px;
	}

	.info-card__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 30px 60px;
	}

	.info-card__body {
		padding: 25px 30px 30px;
	}

	.info-card__detail {
		padding-bottom: 18px;
	}

	.applicant__block {
		padding-bottom: 47px;
	}

	.priority-block {
		padding: 20px 70px 24px 31px;
	}

	.priority-block ul:not([class]) li:before {
		top: 10px;
	}

	.funding__top-block {
		padding-bottom: 13px;
	}

	.funding__top-block p {
		margin-bottom: 32px;
	}

	.project-block {
		padding-bottom: 46px;
	}

	.project-block__detail {
		padding-right: 10px;
	}

	.about-us__heading-block {
		padding-bottom: 54px;
	}

	.about-us__holder {
		padding-bottom: 16px;
	}

	.about-us__holder p {
		margin-bottom: 50px;
	}

	.about-us__employee-row {
		margin: 0 -30px;
	}

	.about-us__employee-col {
		padding: 0 30px 82px;
	}

	.about-us__employee-img {
		margin-bottom: 29px;
	}

	.contact__address {
		margin: 0 0 76px;
	}

	.contact-form textarea {
		height: 200px !important;
	}

	.chess__block p {
		margin-bottom: 31px;
	}

	.chess__img {
		margin: 24px 0 83px;
	}
}

@media screen and (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 32px;
	}

	.h2 {
		font-size: 55px;
	}

	h3 {
		font-size: 27px;
	}

	.h3 {
		font-size: 32px;
	}

	.jcf-select {
		height: 54px;
	}

	.jcf-select .jcf-select-text {
		font-size: 22px;
		line-height: 26px;
		padding: 14px 45px 14px 17px;
	}

	.jcf-list {
		line-height: 26px;
		font-size: 22px;
	}

	input[type='text'],
	input[type='email'],
	input[type='tel'],
	textarea {
		height: 54px;
		padding: 14px;
		font-size: 22px;
		line-height: 1.181;
	}

	.header {
		padding: 59px 0 50px;
	}

	.header .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header__logo {
		margin-right: 20px;
		height: 36px;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		font-size: 22px;
		line-height: 1.181;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 10px 0 0;
		margin: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	#nav .nav-drop {
		opacity: 1;
		visibility: visible;
		border: 0;
		background: none;
		padding: 0;
		position: static;
		height: auto;
		overflow: visible;
	}

	#nav .nav-drop > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#nav .nav-drop > ul > li {
		margin: 0 0 0 25px;
	}

	#nav .nav-drop > ul > li:hover .dropdown-list,
	#nav .nav-drop > ul > li.hover .dropdown-list,
	#nav .nav-drop > ul > li:focus .dropdown-list {
		opacity: 1;
		visibility: visible;
	}

	#nav .nav-drop > ul > li .dropdown-list {
		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		margin-top: 12px;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 202px;
		border: 1px solid rgba(0, 120, 98, 0.1);
		opacity: 0;
		visibility: hidden;
		z-index: 2;
		background: #fff;
		padding: 0;
	}

	.empiris #nav .nav-drop > ul > li .dropdown-list {
		border: 1px solid rgba(0, 96, 172, 0.1);
	}

	.symphasis #nav .nav-drop > ul > li .dropdown-list {
		border: 1px solid rgba(223, 45, 43, 0.1);
	}

	#nav .nav-drop > ul > li .dropdown-list:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -15px;
		height: 20px;
		background: none;
	}

	#nav .nav-drop > ul > li .dropdown-list li {
		border-bottom: 1px solid rgba(0, 120, 98, 0.1);
		padding: 6px 6px 9px 9px;
	}

	.empiris #nav .nav-drop > ul > li .dropdown-list li {
		border-bottom: 1px solid rgba(0, 96, 172, 0.1);
	}

	.symphasis #nav .nav-drop > ul > li .dropdown-list li {
		border-bottom: 1px solid rgba(223, 45, 43, 0.1);
	}

	.language-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 87px;
	}

	.language-holder > li > a {
		background: none;
		height: 22px;
		margin: 2px 0 0;
		max-width: 87px;
		width: auto;
		border: 0;
		padding: 0 33px 0 15px;
		font-size: 22px;
	}

	.empiris .language-holder > li > a {
		border: 0;
	}

	.symphasis .language-holder > li > a {
		border: 0;
	}

	.language-holder > li > a:before {
		font-size: 18px;
		right: 10px;
	}

	.language-holder .language-list {
		margin-top: 13px;
		font-size: 22px;
	}

	.language-holder .language-list li a {
		padding: 10px 16px 13px 16px;
	}

	#main {
		padding-top: 141px;
	}

	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-list li + li:before {
		content: '';
	}

	.back-to-top {
		bottom: 142px;
	}

	.page-banner .container {
		min-height: 720px;
		padding-bottom: 77px;
	}

	.info-card {
		padding-bottom: 120px;
	}

	.info-card__col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.priority-block {
		margin-bottom: 109px;
	}

	.contact-form {
		padding-bottom: 109px;
	}

	.chess__block address {
		padding-bottom: 131px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 22px;
		line-height: 1.4545;
	}

	.btn {
		font-size: 20px;
		line-height: 1.2;
	}

	ul:not([class]) li:before {
		top: 12px;
	}
}

@media screen and (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 75px;
	}

	.container {
		padding: 0 30px;
	}

	.content-holder .container {
		max-width: 880px;
	}

	.header__logo {
		max-width: 259px;
	}

	.header__holder {
		padding-top: 5px;
	}

	#nav {
		padding-right: 26px;
	}

	#nav .nav-drop > ul > li {
		margin: 0 0 0 35px;
	}

	#main {
		padding-top: 145px;
	}

	.footer-top__left {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%;
	}

	.footer-top__right {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%;
	}
}

@media screen and (min-width: 1400px) {
	#nav .nav-drop > ul > li {
		margin: 0 0 0 43px;
	}
}

@media (max-width: 1023px) {
	#nav .nav-drop > ul > li .dropdown-list li:last-child {
		padding-bottom: 0;
	}
}
