/*
Theme Name: Fabrique Cité
Author: Spintank
Version: 2018
*/
/*! 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: .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: -.5em;
}

sub {
	bottom: -.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: .35em .625em .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;
}

.header ul,
.social,
.breadcrumb,
.pagination .pages,
.slick-dots,
.features .feature-list,
.tags-wrap .tags-list,
.article-list,
.hero.project-hero .tags,
.posts-list,
.video-list,
.contributors-list,
.team-list,
.government .organs,
.government-list,
.partners-list,
.map ul,
.footer .bottom-footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #262626;
	background: #fff;
	font: 16px/1.2 "LLCircularPro", "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 .5em;
	color: inherit;
}

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

h2,
.h2 {
	font-size: 26px;
}

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

h4,
.h4 {
	font-size: 22px;
	letter-spacing: .02em;
	line-height: 1.32;
}

h5,
.h5 {
	font-size: 18px;
	letter-spacing: .03em;
}

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

p {
	margin: 0 0 2.2em;
	line-height: 1.625;
	letter-spacing: .012em;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	color: #262626;
	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 #343434;
	padding: .5em .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: #333;
}

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: #343434;
}

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: #343434;
}

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: #343434;
}

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: #343434;
}

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

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

textarea {
	resize: none;
	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;
	border: none;
	background: transparent;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #8b8b8b;
	border-radius: 5px;
	background: #fff;
	margin: 0;
	min-width: 150px;
}

.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: 13px;
	line-height: 26px;
}

.jcf-select .jcf-select-text span {
	font-size: 13px;
	color: #8b8b8b;
	text-transform: uppercase;
	display: inline-block;
	padding: 21px 30px 17px 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	content: "\e907";
	font-family: "icomoon" !important;
	color: #8b8b8b;
	font-size: 24px;
}

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: 9999;
	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 #e8e4e4;
}

/* 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: 14px;
	font-size: 12px;
	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;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

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

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

.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;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

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

.jcf-focus,
.jcf-focus * {
	border-color: #343434 !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "LLCircularPro";
	src: url("fonts/lineto-circular-pro-book.eot");
	src: url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-book.woff2") format("woff2"), url("fonts/lineto-circular-pro-book.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "LLCircularPro";
	src: url("fonts/lineto-circular-pro-bold.eot");
	src: url("fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-bold.woff2") format("woff2"), url("fonts/lineto-circular-pro-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?wj1y2f");
	src: url("fonts/icomoon.eot?wj1y2f#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wj1y2f") format("truetype"), url("fonts/icomoon.woff?wj1y2f") format("woff"), url("fonts/icomoon.svg?wj1y2f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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-download:before {
	content: "\e90e";
}

.icon-look:before {
	content: "\e90f";
}

.icon-pin:before {
	content: "\e90d";
}

.icon-search:before {
	content: "\e901";
}

.icon-add:before {
	content: "\e90b";
}

.icon-close:before {
	content: "\e90c";
}

.icon-arrow-right:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-down:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e908";
}

.icon-play:before {
	content: "\e909";
}

.icon-arrow-up-right:before {
	content: "\e90a";
}

.icon-youtube:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-vimeo:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

body.fancybox-active {
	/* overflow: hidden; */
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.nav-opener {
	vertical-align: top;
	width: 20px;
	height: 16px;
	position: relative;
	z-index: 10;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #e60000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-opener span:nth-child(even) {
	left: 50%;
}

.nav-opener span:nth-child(odd) {
	left: 0;
}

.nav-opener span:nth-child(1),
.nav-opener span:nth-child(2) {
	top: 0;
}

.nav-opener span:nth-child(3),
.nav-opener span:nth-child(4) {
	top: 7px;
}

.nav-opener span:nth-child(5),
.nav-opener span:nth-child(6) {
	top: 14px;
}

.nav-active .nav-opener span:nth-child(1),
.nav-active .nav-opener span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener span:nth-child(2),
.nav-active .nav-opener span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span:nth-child(1) {
	left: 0;
	top: 5px;
}

.nav-active .nav-opener span:nth-child(2) {
	left: calc(50% - 4px);
	top: 5px;
}

.nav-active .nav-opener span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.nav-active .nav-opener span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.nav-active .nav-opener span:nth-child(5) {
	left: 0;
	top: 11px;
}

.nav-active .nav-opener span:nth-child(6) {
	left: calc(50% - 4px);
	top: 11px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	background: #fff;
	z-index: 5;
}

.header.nav-up {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header > .subscribe-container {
	align-items: center;
}

.header > .container,
.header > .subscribe-container {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.header .left-menu {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
}



.header .logo {
	width: 95px;
	height: 55px;
}

.header .logo a {
	display: block;
}

.header .logo a img {
	display: block;
	width: 100%;
}

/* .header #nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
} */
/*
.header #nav li {
	margin-right: 32px;
}

.header #nav li:last-child {
	margin-right: 0;
} */

.header #nav a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .03em;
}

/* .header #nav a:hover {
	color: #0049c7;
} */

.header .icon-search {
	margin-right: 35px;
	font-size: 18px;
}

.header .icon-search:hover {
	color: #e60000;
}

.nav-active .header .icon-search {
	color: #fff;
}

.nav-active .header .icon-search:hover {
	color: #e60000;
}

.header .lang {
	text-transform: uppercase;
	opacity: .5;
	margin-right: 28px;
	font-size: 13px;
	font-weight: 700;
	color: #343434;
}

.header .lang:hover {
	opacity: 1;
}

.nav-active .header .lang {
	color: transparent;
}

.header .drop {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #0023ac;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 0;
	color: #fff;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	min-height: 100vh;
}

.nav-active .header .drop {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .drop .drop-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #4c65c5;
	padding: 15px 0 9px;
}

.header .drop .drop-content {
	text-align: center;
	padding: 23px 0;
}

.header .drop .drop-content h5 {
	letter-spacing: .03em;
	margin-bottom: 19px;
}

.header .drop .drop-content .right-column {
	padding: 28px 0;
}

.header .drop .drop-content .right-column h5 {
	margin-bottom: 30px;
}

.header .drop .drop-content .right-column .subscribe-form {
	width: 100%;
}

.header .drop .drop-content .right-column .subscribe-form input {
	background: #0049c7;
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form input::-webkit-input-placeholder {
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form input:-moz-placeholder {
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form input:-ms-input-placeholder {
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form input.placeholder {
	color: #fff;
}

.header .drop .drop-content .right-column .subscribe-form button {
	background: #fff;
	color: #0049c7;
}

.header .drop .drop-content .right-column .subscribe-form button:hover {
	background: #8b8b8b;
	color: #fff;
}

.header .drop .icon-search {
	font-size: 18px;
	margin-right: 67px;
}

/* .header .sub-menu {
	margin-bottom: 34px;
}

.header .sub-menu li {
	margin-bottom: 22px;
}

.header .sub-menu li:last-child {
	margin-bottom: 0;
}

.header .sub-menu a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
} */

/* .header .sub-menu a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	content: "";
	bottom: 0;
	left: -10px;
	width: 125%;
	height: 14px;
	background: #e60000;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	z-index: -1;
} */

/* .header .sub-menu a:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
} */

/* .header .social {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 46px;
} */

/* .header .social li {
	margin-right: 31px;
}

.header .social li:last-child {
	margin-right: 0;
} */

/* .header .social a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	font-size: 21px;
} */

/* .header .social a:hover {
	background: #0049c7;
} */

/* .header .social a.icon-youtube {
	font-size: 26px;
} */

.header .right-column {
	border-top: 1px solid #4d65c5;
}

.header .search-popup {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #0023ac;
	z-index: 10;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	color: #fff;
}

.header .search-popup .popup-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #4c65c5;
	padding: 15px 0 9px;
}

.header .search-popup .popup-content {
	padding: 83px 0 20px;
}

.header .search-popup .popup-content .tags-list .tag:hover {
	background: #fff;
	color: #0049c7;
}

.header .search-popup .popup-content .search-wrap input::-webkit-input-placeholder {
	color: #fff;
	opacity: .56;
}

.header .search-popup .popup-content .search-wrap input::-moz-placeholder {
	opacity: 1;
	color: #fff;
	opacity: .56;
}

.header .search-popup .popup-content .search-wrap input:-moz-placeholder {
	color: #fff;
	opacity: .56;
}

.header .search-popup .popup-content .search-wrap input:-ms-input-placeholder {
	color: #fff;
	opacity: .56;
}

.header .search-popup .popup-content .search-wrap input.placeholder {
	color: #fff;
	opacity: .56;
}

.header .search-popup .close {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.header .search-popup .close span {
	position: absolute;
	right: 50%;
	top: 0;
	background: #e60000;
	width: 2px;
	height: 20px;
}

.header .search-popup .close span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .search-popup .close span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .search-popup .search-wrap {
	margin-bottom: 28px;
}

.header .search-popup .search-wrap input {
	border-color: #fff;
}

.header .search-popup .search-wrap button {
	margin: 0;
	color: #fff;
}

.header .search-popup .search-wrap button:hover {
	color: #e60000;
}

.header .search-popup .tags-wrap {
	margin-bottom: 20px;
}

.header .search-popup .tags-wrap > span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 18px;
}

.header .search-popup .tags-wrap .tags-list .tag {
	color: #fff;
	border-color: #fff;
}

.header.popup-active .search-popup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#wrapper {
	/* overflow: hidden; */
}

.container,
.subscribe-container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}

main {
	padding-top: 80px;
}

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

.lightbox-demo {
	padding: 5px;
	width: 300px;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

.avatar {
	border-radius: 100%;
	overflow: hidden;
}

.avatar img {
	width: 100%;
}

.jcf-select .jcf-select-text span {
	padding: 12px 30px 13px 20px;
	letter-spacing: .065em;
}

.jcf-select-opener {
	height: 100%;
}

.jcf-select-opener:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.jcf-list-content .jcf-option {
	font-size: 16px;
	padding: 10px 9px;
}

.btn {
	-webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border-color .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	position: relative;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	background: #fff;
	color: #0049c7;
	text-transform: uppercase;
	padding: 21px 10px 18px 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}

.btn:hover {
	background: #0023ac;
	color: #fff;
}

.btn.negative {
	position: relative;
	overflow: hidden;
	background: #0049c7;
	color: #fff;
}

.btn.negative:hover {
	background: #0023ac;
}

.btn.negative:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0, 1);
	-ms-transform: translateX(-50%) scale(0, 1);
	transform: translateX(-50%) scale(0, 1);
	height: 100%;
	width: 101%;
	background: #0023ac;
	z-index: -1;
}

.btn.negative:hover {
	background-color: transparent;
}

.btn.negative:hover:after {
	-webkit-transform: translateX(-50%) scale(1, 1);
	-ms-transform: translateX(-50%) scale(1, 1);
	transform: translateX(-50%) scale(1, 1);
}

.btn.bordered {
	background: transparent;
	border: 2px solid #0049c7;
	overflow: hidden;
	z-index: 1;
}

.btn.bordered:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0, 1);
	-ms-transform: translateX(-50%) scale(0, 1);
	transform: translateX(-50%) scale(0, 1);
	height: 100%;
	width: 101%;
	background: #0049c7;
	z-index: -1;
	border-radius: 3px;
}

.btn.bordered:hover:after {
	-webkit-transform: translateX(-50%) scale(1, 1);
	-ms-transform: translateX(-50%) scale(1, 1);
	transform: translateX(-50%) scale(1, 1);
}

.btn.bordered.inverted {
	border: 2px solid #fff;
	color: #fff;
}

.btn.bordered.inverted:after {
	background: #fff;
}

.btn.bordered.inverted:hover {
	color: #0049c7;
}

.btn.bordered.dark-blue {
	border: 2px solid #fff;
	color: #fff;
}

.btn.bordered.dark-blue:after {
	background: #0023ac;
}

.btn.bordered.blue {
	border: 2px solid #0049c7;
	background: #0049c7;
	color: #fff;
}

.btn.bordered.blue:hover {
	color: #0049c7;
}

.btn.bordered.blue:after {
	background: #fff;
	z-index: -2;
}

.btn.bordered.bordered-red {
	border: 2px solid #e60000;
	color: #e60000;
}

.btn.bordered.bordered-red:after {
	background: #e60000;
}

.btn.bordered.bordered-red:hover {
	color: #fff;
	background-color: transparent;
}

.btn.bordered.bordered-white {
	border: 2px solid #fff;
	color: #fff;
}

.btn.bordered.bordered-white:after {
	background: #fff;
}

.btn.bordered.bordered-white:hover {
	color: #262626;
	background-color: transparent;
}

.btn.red {
	border: 2px solid #e60000;
	background-color: #e60000;
	color: #fff;
}

.btn.red:hover {
	background-color: #fff;
	color: #e60000;
}

.btn.white {
	position: relative;
	overflow: hidden;
}

.btn.white:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0, 1);
	-ms-transform: translateX(-50%) scale(0, 1);
	transform: translateX(-50%) scale(0, 1);
	height: 100%;
	width: 101%;
	background: #0049c7;
	z-index: -1;
}

.btn.white:hover {
	background-color: transparent;
}

.btn.white:hover:after {
	-webkit-transform: translateX(-50%) scale(1, 1);
	-ms-transform: translateX(-50%) scale(1, 1);
	transform: translateX(-50%) scale(1, 1);
}

.bg-stretch {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.js-wrap-title {
	color: inherit;
}

.js-wrap-title .line {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 5px;
}

.js-wrap-title .line:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	width: 105%;
	height: 14px;
	bottom: 0;
	background: rgba(230, 0, 0, .15);
	z-index: -1;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.js-wrap-title:hover .line:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.higlight {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.higlight:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	width: 105%;
	height: 14px;
	bottom: 0;
	background: rgba(0, 35, 172, .15);
	z-index: -1;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.breadcrumb li,
.breadcrumb a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .032em;
}

.breadcrumb li {
	position: relative;
	color: #fff;
}

.breadcrumb li:after {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	color: #7dadff;
	margin: 0 5px 0 3px;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb a {
	color: #7dadff;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb.gray li {
	color: #343434;
}

.breadcrumb.gray li:after {
	color: #8b8b8b;
}

.breadcrumb.gray a {
	color: #8b8b8b;
}

.breadcrumb.gray a:hover {
	color: #343434;
}

.breadcrumb.white li {
	color: #fff;
}

.breadcrumb.white li:after {
	color: #ff9292;
}

.breadcrumb.white a {
	color: #ff9292;
}

.breadcrumb.white a:hover {
	color: #fff;
}

.breadcrumb.blue li {
	color: #fff;
}

.breadcrumb.blue li:after {
	color: #7dadff;
}

.breadcrumb.blue a {
	color: #7dadff;
}

.breadcrumb.blue a:hover {
	color: #fff;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.pagination .pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination .pages a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 300;
}

.pagination .pages a:hover,
.pagination .pages a.active {
	background: #e8e4e4;
}

.pagination .pagination-arrow {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid #8b8b8b;
	color: #8b8b8b;
	font-size: 18px;
}

.pagination .pagination-arrow:hover {
	background: #8b8b8b;
	color: #fff;
}

.gray-bg .pagination .pages a:hover,
.gray-bg .pagination .pages a.active {
	background: #d4d0d0;
}

.gray-bg {
	background: #e8e4e4 !important;
}

.time {
	display: inline-block;
	vertical-align: middle;
	color: #bbb;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.time.dark {
	color: #343434;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	padding: 0 !important;
	margin-right: 16px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 12px;
	height: 12px;
	outline: none;
	background: #fff;
	color: transparent;
	padding: 0 !important;
}

.slick-track,
.slick-list {
	height: 100%;
}

.flex-box.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 5px;
}

.subscribe-form input {
	padding: 20px 25px 20px 34px;
	background: #0049c7;
	border: none;
	border-radius: 5px 0 0 5px;
	width: 80%;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: .009em;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-weight: 300;
	letter-spacing: .009em;
}

.subscribe-form input:-moz-placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: .009em;
}

.subscribe-form input:-ms-input-placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: .009em;
}

.subscribe-form input.placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: .009em;
}

.subscribe-form button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #fff;
	color: #0023ac;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 19px 17px 20px;
	border-radius: 0 5px 5px 0;
	width: 20%;
}

.subscribe-form button:hover {
	background: #e8e4e4;
}

.intro-wrap {
	position: relative;
	background: #e8e4e4;
	z-index: 0;
	padding-bottom: 197px;
	overflow: hidden;
}

.intro-wrap .intro-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.homepage-intro > a {
	display: block;
}

.homepage-intro > a:hover .js-wrap-title .line:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.homepage-intro > a:hover .btn {
	background: #e60000;
	color: #fff;
}

.homepage-intro .content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0049c7;
	color: #fff;
	z-index: 1;
	padding: 25px 28px 46px;
	overflow: hidden;
}

.homepage-intro .content .shape {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.homepage-intro .content h1 {
	margin-bottom: 18px;
}

.homepage-intro .img-holder {
	-webkit-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 301px;
}

.features {
	padding: 36px 0 0;
}

.features .slick-list {
	margin-bottom: 20px;
	overflow: visible;
}

.features .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features .slick-slide {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	height: auto;
	opacity: 0;
}

.features .slick-current {
	opacity: 1;
}

.features .slick-current ~ .slick-slide {
	opacity: 1;
}

.features .slick-dots li:hover button,
.features .slick-dots li.slick-active button {
	background-color: #e60000;
}

.features .feature {
	margin-right: 10px;
}

.features .feature a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	height: 100%;
	background: #fff;
	padding: 27px 25px 37px;
}

.features .feature a h6 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #e60000;
	text-transform: uppercase;
}

.features .feature a p {
	margin: 0;
	letter-spacing: -.03em;
}

.features .feature a:hover {
	background: #0049c7;
	color: #fff;
	box-shadow: 0 0 15px rgba(155, 155, 155, .5);
}

.features .feature a:hover h6 {
	color: #fff;
}

.projects {
	position: relative;
	margin-top: 50px;
	z-index: 1;
	padding-bottom: 59px;
}

.projects.no-overlap {
	margin-top: 0;
}

.projects h2 {
	margin-bottom: 22px;
}

.projects .h4 {
	margin-bottom: 19px;
}

.projects .project-row {
	position: relative;
	margin-bottom: 22px;
}

.projects .project-row:last-of-type {
	margin-bottom: 0;
}

.projects .project-row:after {
	display: block;
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: calc(33% - 15px);
}

.projects .project {
	margin-bottom: 45px;
}

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

.projects .project > a:hover .js-wrap-title .line:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.projects .project > a:hover .bg-stretch {
	background-size: 110%;
}

.projects .project .img-holder {
	min-height: 182px;
	margin-bottom: 15px;
}

.projects .project .bg-stretch {
	-webkit-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}

.projects .project-content {
	font-size: 17px;
}

.projects .project-content p {
	letter-spacing: 0;
	margin: 0;
}

.button-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-row.inline-button-row {
	margin-bottom: 50px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.explorer-wrap.m0 {
	margin-bottom: 0;
}

.explorer-wrap .tags-wrap .tags-list .tag:hover {
	background: #e60000;
	color: #fff;
}

.explorer {
	position: relative;
	background: #e8e4e4;
	padding: 32px 30px 46px;
}

.explorer:before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	height: 100%;
	width: 9999px;
	background: #e8e4e4;
}

.explorer.error-page-explorer {
	background: #fff;
}

.explorer.error-page-explorer:before {
	background: #fff;
}

.explorer .tags-wrap {
	padding: 0;
}

.explorer-form .search-wrap {
	margin-bottom: 35px;
}

.search-wrap {
	position: relative;
}

.search-wrap input {
	width: 100%;
	border: none;
	border-bottom: 2px solid #343434;
	background-color: transparent;
	outline: none;
	padding: 19px 0 10px;
	line-height: 1;
	font-size: 21px;
}

.search-wrap input::-webkit-input-placeholder {
	color: #a09e9e;
	font-weight: 300;
}

.search-wrap input::-moz-placeholder {
	opacity: 1;
	color: #a09e9e;
	font-weight: 300;
}

.search-wrap input:-moz-placeholder {
	color: #a09e9e;
	font-weight: 300;
}

.search-wrap input:-ms-input-placeholder {
	color: #a09e9e;
	font-weight: 300;
}

.search-wrap input.placeholder {
	color: #a09e9e;
	font-weight: 300;
}

.search-wrap button {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e60000;
	font-size: 25px;
}

.tags-section {
	padding: 30px 0 10px;
}

.tags-section h2 {
	line-height: 1.4;
	margin-bottom: 18px;
}

.tags-section .tags-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0049c7;
	letter-spacing: .055em;
	margin-bottom: 35px;
}

.tags-section .tags-link:hover {
	color: #0023ac;
}

.tags-section .tags-link span {
	font-size: 26px;
	font-weight: 400;
}

.tags-wrap.inline-tags {
	padding: 50px 0 10px;
}

.tags-wrap > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
}

.tags-wrap .tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 19px;
}

.tags-wrap .tags-list li {
	margin-right: 5px;
	margin-bottom: 22px;
}

.tags-wrap .tags-list li:last-child {
	margin-right: 0;
}

.tags-wrap .tags-list .tag {
	font-size: 13px;
	font-weight: 300;
	background: transparent;
	border-color: #e60000;
	color: #e60000;
	padding: 14px 18px 15px 21px;
}

.tags-wrap .tags-list .tag:after {
	display: none;
}

.tags-wrap .tags-list .tag.adding {
	color: #0049c7;
	border-color: #0049c7;
}

.tags-wrap .tags-list .tag.adding span {
	margin-left: 5px;
	font-size: 21px;
	font-weight: 400;
}

.tags-wrap .tags-list .tag.adding .remove {
	display: none;
}

.tags-wrap .tags-list .tag.adding:hover {
	background: #0049c7;
	color: #fff;
}

.tags-wrap .tags-list .tag.adding.added {
	background: #0023ac;
	color: #fff;
}

.tags-wrap .tags-list .tag.adding.added .add {
	display: none;
}

.tags-wrap .tags-list .tag.adding.added .remove {
	display: block;
}

.pre-article {
	display: none;
}

.pre-article.high-top {
	margin-top: -150px;
}

.pre-article .container,
.pre-article .subscribe-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.pre-article .container.stretch,
.pre-article .stretch.subscribe-container {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.pre-article .img {
	margin-right: 31px;
}

.pre-article .img img {
	display: block;
	width: 100%;
}

.pre-article .btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.pre-article-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 330px;
}

.pre-article .title-and-date .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e60000;
}

.share-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 28px 0 23px;
}

.share-article .social {
	padding-right: 30px;
}

.share-article .social li {
	margin-right: 41px;
}

.share-article .social li:last-child {
	margin-right: 0;
}

.share-article .social a {
	color: #d0caca;
	font-size: 30px;
}

.share-article .social a:hover {
	color: #0049c7;
}

/* .articles {
	padding: 60px 0 270px;
} */

.articles h2 {
	margin-bottom: 36px;
}

.article {
	padding: 58px 0 20px;
}

.article-list li {
	padding-bottom: 25px;
	border-bottom: 1px solid #bebebe;
	/* margin-bottom: 25px; */
	padding-right: 55px;
}

.article-list li:last-child {
	border: none;
}

.article-list li .time {
	display: block;
	color: #8b8b8b;
	margin-bottom: 17px;
}

.article-list li a {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: .02em;
	line-height: 1.4;
}

.info {
	position: relative;
	text-align: center;
	background: #0049c7;
	color: #fff;
	font-size: 18px;
	z-index: 1;
	padding: 67px 0 55px;
	font-weight: 300;
	overflow: hidden;
}

.info .btn {
	min-width: 193px;
	z-index: 5;
}

.info .shape {
	position: absolute;
	z-index: -1;
}

.info .shape.shape3 {
	display: none;
}

.info .shape.shape4 {
	top: 13px;
	left: -163px;
}

.info .shape.shape5 {
	display: none;
	z-index: -1;
}

.info .shape.shape6 {
	bottom: -29px;
	left: -61px;
	max-width: 125px;
}

.info .shape.shape7 {
	display: none;
}

.info .shape.shape8 {
	display: none;
}

.info .shape.shape9 {
	display: none;
}

.info .shape.shape10 {
	display: none;
}

.info .shape.shape11 {
	display: none;
}

.info .shape.shape12 {
	display: none;
}

.info .shape.shape13 {
	display: none;
}

.info .shape.shape14 {
	bottom: 0;
	right: 0;
}

.info h2 {
	font-size: 26px;
	margin-bottom: 35px;
}

.info p {
	margin-bottom: 45px;
}

.hero {
	position: relative;
	min-height: 210px;
	background-color: #0049c7;
	z-index: 1;
	padding: 30px 0 10px;
	overflow: hidden;
}

.hero .container,
.hero .subscribe-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero .shape {
	position: absolute;
	z-index: -1;
}

.hero .shape.shape6 {
	right: 0;
	bottom: -47px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	max-width: 134px;
}

.hero .shape.shape15 {
	left: 0;
	bottom: 0;
	max-width: 82px;
}

.hero .shape.shape16 {
	display: none;
}

.hero .shape.shape22 {
	max-width: 92px;
	bottom: 0;
	left: 0;
}

.hero .shape.shape23 {
	bottom: 0;
	right: 0;
	max-width: 80px;
}

.hero .shape.shape-right {
	bottom: 0;
	right: 0;
	max-width: 108px;
}

.hero .shape.shape-left {
	bottom: 0;
	left: 0;
	max-width: 108px;
}

.hero .tags-wrap {
	padding: 0;
}

.hero .tags-list li {
	margin-right: 20px;
}

.hero .tags-list .tag {
	color: #fff;
	border-color: #fff;
}

.hero.bg-stretch {
	background-size: cover;
}

.hero .hero-content {
	text-align: center;
}

.hero .hero-content .title-and-date .title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
}

.hero .title-and-date .title {
	font-size: 13px;
	text-transform: uppercase;
}

.hero.white-text {
	color: #fff;
}

.hero.project-hero {
	min-height: 380px;
}

.hero.project-hero h1 {
	margin: 0 auto;
}

.hero.project-hero.inline-hero {
	height: 269px;
	min-height: 269px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero.project-hero.inline-hero h2 {
	margin-bottom: 35px;
}

.hero.project-hero .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 6px;
}

.hero.project-hero .tags li {
	text-transform: uppercase;
	color: #7dadff;
	font-weight: 700;
	margin-right: 25px;
	font-size: 13px;
}

.hero.project-hero .tags li:last-child {
	margin-right: 0;
}

.hero.project-hero .tags a {
	color: #fff;
	font-size: 13px;
}

.hero.project-hero .shape19 {
	bottom: 0;
	left: 0;
	max-width: 181px;
}

.hero.project-hero .shape06 {
	bottom: 0;
	right: 0;
	max-width: 152px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.hero.project-hero .shape20 {
	display: none;
}

.hero.contact-hero {
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero.contact-hero .breadcrumb {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 31px;
	left: 50%;
	position: absolute;
	width: 100%;
}

.hero.contact-hero h1 {
	margin: 0;
}

.hero.contact-hero .shape19 {
	bottom: 0;
	left: 0;
	max-width: 181px;
}

.hero.contact-hero .shape06 {
	bottom: 0;
	right: 0;
	max-width: 152px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.hero.contact-hero .shape-desktop {
	display: none;
}

.hero.gray-bg .title-and-date .title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e60000;
}

.hero.simple-hero {
	min-height: 300px;
}

.hero.event-hero {
	color: #fff;
	background-color: #e60000;
}

.hero.event-hero .btn {
	color: #e60000;
}

.hero.event-hero .btn:hover {
	background: #aa0303;
	color: #fff;
}

.hero.event-hero .icon-pin {
	margin-right: 7px;
}

.hero.video-hero {
	color: #fff;
}

.hero.video-hero time {
	color: #7dadff;
}

.hero.blending-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-blend-mode: soft-light;
	background-color: transparent;
	background-size: 30%, 42%, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom left, 120% 120%, center;
	min-height: 288px;
}

.hero.blending-hero .breadcrumb {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 31px;
	left: 50%;
	position: absolute;
	width: 100%;
}

.hero.blending-hero .breadcrumb li:after {
	color: #bfc3cd;
}

.hero.blending-hero .breadcrumb a {
	color: #bfc3cd;
}

.hero.blending-hero .breadcrumb a:hover {
	color: #fff;
}

.hero.blending-hero h1 {
	text-align: center;
	color: #fff;
	max-width: none;
}

.hero.error-hero {
	min-height: 460px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero.error-hero .breadcrumb {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 31px;
	left: 50%;
	position: absolute;
	width: 100%;
}

.hero.error-hero .shape-mobile-top-left {
	top: 28px;
	left: -160px;
}

.hero.error-hero .shape-mobile-bottom-left {
	bottom: -70px;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 150px;
}

.hero.error-hero .shape-middle1 {
	bottom: -31px;
	left: 31%;
	max-width: 80px;
}

.hero.error-hero .shape-mobile-right-bottom {
	right: -102px;
	bottom: -78px;
}

.hero.error-hero .shape-mobile-right-top {
	right: -68px;
	top: -162px;
}

.hero.error-hero .shape-desktop-left-top {
	display: none;
}

.hero.error-hero .shape-desktop-left-middle {
	display: none;
}

.hero.error-hero .shape-desktop-middle1 {
	display: none;
}

.hero.error-hero .shape-desktop-middle2 {
	display: none;
}

.hero.error-hero .shape-desktop-middle3 {
	display: none;
}

.hero.error-hero .shape-desktop-right-top {
	display: none;
}

.hero.error-hero .shape-desktop-right-bottom {
	display: none;
}

.hero.press-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b00000;
	color: #fff;
	min-height: 300px;
}

.hero.press-hero .breadcrumb {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 31px;
	left: 50%;
	position: absolute;
	width: 100%;
}

.hero.search-hero {
	background: #0023ac;
	margin-bottom: 37px;
	min-height: 300px;
}

.hero.search-hero .container,
.hero.search-hero .subscribe-container {
	display: block;
}

.hero.search-hero .search-wrap input {
	border-color: #fff;
}

.hero.search-hero .search-wrap .icon-search {
	color: #fff;
	right: 0;
}

.hero .hero-pre-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.hero .hero-pre-article .pre-article-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero .hero-pre-article .img {
	width: 100%;
	margin-bottom: 30px;
}

.hero .hero-pre-article .img img {
	display: block;
	width: 100%;
}

.hero .hero-pre-article h1 {
	padding: 0 30px;
}

.posts .container > h2,
.posts .subscribe-container > h2 {
	margin-bottom: 16px;
}

.posts-heading {
	margin-bottom: 50px;
}

.posts-heading h2 {
	position: relative;
	background: #e8e4e4;
	padding: 25px 0 38px;
	margin-bottom: 30px;
	width: 70%;
}

.posts-heading h2:before {
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	height: 100%;
	width: 9999px;
	background: #e8e4e4;
}

.posts .search-wrap input {
	border-color: #8b8b8b;
}

.posts.simple-posts {
	padding: 0 0 50px;
}

.posts.simple-posts h2 {
	margin-bottom: 32px;
}

.posts.simple-posts .post {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 25px;
	margin-bottom: 39px;
}

.posts.simple-posts .post:last-child {
	border: none;
}

.posts.simple-posts .post .js-wrap-title {
	display: block;
	margin-bottom: 19px;
	font-size: 22px;
}

.posts.simple-posts .post-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.posts.simple-posts .post-content .btn .icon {
	margin-right: 12px;
}

.posts.simple-posts .post .time {
	margin-bottom: 15px;
}

.filter-block label {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
}

.filter-block .jcf-select {
	margin-bottom: 18px;
}

.filter-block .jcf-select:first-of-type {
	min-width: 163px;
}

.filter-block .jcf-select:last-child {
	margin-bottom: 0;
	margin-right: 0;
	min-width: 193px;
}

.filter-block.filters-search {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}

.filter-block.filters-search .jcf-select {
	width: 100%;
}

.filter-block.filters-search .jcf-select:last-of-type {
	min-width: 193px;
}

.filter-block.filters-search .explorer-form {
	width: 100%;
}

.filter-block.filters-search .explorer-form input {
	padding: 5px 30px 7px 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: 300;
}

.filter-block.filters-search .explorer-form input::-webkit-input-placeholder {
	color: #b9b9b9;
	letter-spacing: .023em;
}

.filter-block.filters-search .explorer-form input::-moz-placeholder {
	opacity: 1;
	color: #b9b9b9;
	letter-spacing: .023em;
}

.filter-block.filters-search .explorer-form input:-moz-placeholder {
	color: #b9b9b9;
	letter-spacing: .023em;
}

.filter-block.filters-search .explorer-form input:-ms-input-placeholder {
	color: #b9b9b9;
	letter-spacing: .023em;
}

.filter-block.filters-search .explorer-form input.placeholder {
	color: #b9b9b9;
	letter-spacing: .023em;
}

.filter-block.filters-search .search-wrap button {
	padding: 0;
	right: 0;
}

.post {
	margin-bottom: 58px;
}

.post .bg-stretch {
	background-size: cover;
}

.post .img-holder {
	width: 100%;
	min-height: 182px;
	margin-bottom: 26px;
}

.post-content a:not(.btn) {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .017em;
	line-height: 1.4;
}

.post-content p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: .017em;
	line-height: 1.4;
}

.post-content .size {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.post-detail {
	margin-bottom: 5px;
	width: 100%;
}

.post-detail > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	color: #e60000;
	text-transform: uppercase;
	letter-spacing: .026875em;
	margin-right: 20px;
}

.post-detail time {
	font-size: 13px;
	font-weight: 700;
	color: #bbb;
}

.post-img {
	border-radius: 100%;
	width: 56px;
	height: 56px;
	max-width: 56px;
	overflow: hidden;
}

.post-img img {
	width: 100%;
}

.post .event-post-content {
	position: relative;
	border: 2px solid #d0caca;
	height: 100%;
	padding: 29px 29px 63px;
}

.post .event-post-content .shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.post .event-post-content .shape.right-offset {
	right: 30px;
}

.post .event-post-content a {
	font-size: 22px;
	font-weight: 700;
}

.post .event-post-content .btn {
	font-size: 14px;
}

.post .event-post-content.no-dates {
	padding: 25px 29px 52px;
}

.post .event-post-content.no-dates .event-post-detail {
	margin-bottom: 121px;
}

.post .event-post-content.no-dates time {
	display: block;
	color: #8b8b8b;
	margin-bottom: 14px;
}

.post .event-post-detail {
	display: inline-block;
	vertical-align: middle;
	color: #e60000;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 52px;
}

.post-carousel {
	padding: 0 0 30px 0;
}

.post-carousel .slick-list {
	margin: 0 -15px;
}

.post-carousel .slick-slide {
	padding: 0 15px;
}

.post-carousel .slick-dots {
	padding: 0 60px;
}

.post-carousel .slick-dots button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 300;
	color: #262626;
}

.post-carousel .slick-dots button:hover {
	background: #e8e4e4;
}

.post-carousel .slick-dots .slick-active button {
	background: #e8e4e4;
}

.post-carousel .slick-arrow {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid #8b8b8b;
	color: #8b8b8b;
	font-size: 18px;
	z-index: 5;
}

.post-carousel .slick-arrow:hover {
	background: #8b8b8b;
	color: #fff;
}

.post-carousel .slick-arrow.slick-next {
	right: 0;
}

.gray-bg .post-carousel .pages a:hover,
.gray-bg .post-carousel .pages a.active {
	background: #d4d0d0;
}

.when {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
}

.when time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.when time span {
	color: #e60000;
	display: block;
}

.when time span:first-child {
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2px;
}

.when time span:last-child {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
}

.when .icon-arrow-right {
	color: #e60000;
	margin: 0 15px 0 13px;
	font-size: 21px;
}

.event-hero .when span {
	color: #fff;
}

.event {
	position: relative;
	margin-top: -107px;
	z-index: 1;
}

.event .img-holder {
	min-height: 180px;
	margin-bottom: 51px;
	background-size: cover;
}

.event h2 {
	margin-bottom: 28px;
}

.event p {
	letter-spacing: .02em;
	line-height: 1.7;
	margin-bottom: 38px;
}

.event .author {
	margin-bottom: 37px;
}

.event-details {
	font-size: 20px;
	font-weight: 700;
}

.event-details .event-post {
	margin-bottom: 48px;
}

.event-details .event-post-content {
	height: auto;
	padding-bottom: 35px;
}

.event-details .event-post-content .btn {
	width: 100%;
}

.event-details .event-post-content .btn.negative {
	margin-bottom: 20px;
}

.event-details .event-post-detail {
	margin-bottom: 33px;
}

.event-details .when {
	margin-bottom: 39px;
}

.event-details .js-wrap-title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 58px;
}

.event-details .details > .btn {
	margin-bottom: 51px;
}

.poster {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.poster-holder {
	box-shadow: 0 0 40px #d0d0d0;
	margin: 0 34px 32px 0;
	width: 192px;
}

.author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.author .avatar {
	width: 62px;
	height: 62px;
	max-width: 62px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 31px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.author .avatar img {
	display: block;
	width: 100%;
}

.author-details {
	font-size: 15px;
	font-weight: 300;
}

.author-details p {
	margin: 0;
}

.author .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.publications {
	padding-bottom: 12px;
}

.publications-wrap {
	padding-bottom: 54px;
}

.publications-wrap .publications-heading {
	margin-bottom: 8px;
}

.publications-wrap .publications-heading h2 {
	position: relative;
	background: #fff;
	width: 80%;
	padding: 29px 0 25px 0;
	margin: 0;
}

.publications-wrap .publications-heading h2:before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	height: 100%;
	width: 9999px;
	background: #fff;
}

.publications-wrap .pagination {
	margin: 0;
}

.publication {
	padding: 0 0 34px;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 29px;
	border-bottom: 1px solid #bebebe;
}

.publication > a:visited .publication-img,
.publication > a:visited .publication-heading span,
.publication > a:visited .publication-heading time,
.publication > a:visited p {
	color: #bebebe !important;
}

.publication > a .publication-heading span {
	color: #e60000;
}

.publication-img {
	height: 183px;
	width: 100%;
	margin-bottom: 18px;
}

.publication-img.include-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.publication-img.include-date .when {
	margin: 0;
}

.gray-bg .publication-img {
	background-color: #fff;
}

.publication-heading span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 13px;
	letter-spacing: .03em;
}

.publication-heading time {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #bbb;
}

.publication p {
	line-height: 1.4;
	margin: 0;
}

.event .publication p {
	margin: 0;
}

.publication .location {
	color: #bbb;
	vertical-align: bottom;
}

.publication .icon-pin {
	vertical-align: .04em;
	margin-right: 6px;
	color: #bbb;
}

.media-block {
	position: relative;
	background: #0023ac;
	color: #fff;
	z-index: 0;
	overflow: hidden;
	padding: 45px 0 68px;
}

.media-block.floating-image {
	position: relative;
	padding-top: 29px;
}

.media-block.floating-image .container,
.media-block.floating-image .subscribe-container {
	position: relative;
	padding-top: 190px;
}

.media-block.lighter-bg {
	background-color: #0049c7;
}

.media-block .shape21 {
	position: absolute;
	bottom: -196px;
	left: -37px;
	z-index: -1;
}

.media-block .shape25 {
	display: none;
}

.media-block .container,
.media-block .subscribe-container {
	position: relative;
}

.media-block .video-description {
	font-size: 17px;
	margin-bottom: 55px;
}

.media-block .video-description p {
	letter-spacing: -.005em;
}

.media-block .video-wrap .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 19px;
}

.media-block .video-column:only-child {
	width: 100%;
}

.media-block .h4 {
	margin-bottom: 18px;
}

.media-block h3 {
	margin-bottom: 38px;
}

.video-list .slick-list {
	overflow: visible;
}

.video-list .slick-dots button {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.video-list .slick-dots button:hover {
	opacity: .3;
}

.video-list .slick-dots .slick-active button {
	opacity: .3;
}

.video-list .video-item {
	margin-right: 30px;
	font-size: 22px;
	font-weight: 700;
}

.video-list .video-item a {
	color: #fff;
}

.video-list .video-item a > span {
	display: block;
	position: relative;
	min-height: 146px;
	margin-bottom: 17px;
}

.video-list .video-item a > span .icon-play {
	position: absolute;
	left: 10px;
	bottom: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	color: #0049c7;
}

.blockquote {
	margin: 0 0 50px;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #0049c7;
}

.blockquote p {
	letter-spacing: .025em;
	line-height: 1.8;
	margin-bottom: 17px;
}

.blockquote-footer {
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
}

.quote-section {
	background: #e8e4e4;
	padding: 44px 0 78px;
}

.quote-section.m1 {
	margin-bottom: 40px;
}

.quote-section .quote-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 30px;
}

.quote-section .blockquote {
	color: #262626;
	margin-bottom: 30px;
}

.quote-section .blockquote p {
	line-height: 1.7;
}

.quote-section .quote-img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}

.quote-section .quote-img img {
	display: block;
	width: 100%;
}

.quote-section .quote-content .time {
	margin-bottom: 20px;
}

.quote-section .quote-content > span {
	color: #1100bc;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.quote-section .quote-content > span:hover {
	color: #343434;
}

.chief {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #bebebe;
}

.chief .avatar {
	width: 109px;
	height: 109px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.chief .avatar img {
	display: block;
	width: 100%;
}

.chief-details {
	font-size: 17px;
}

.chief-details .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.chief-details strong {
	display: block;
}

.chief-wrap {
	text-align: center;
	padding: 15px 0 0;
}

.chief-wrap h2 {
	margin-bottom: 40px;
}

.chief-wrap .chief {
	border: none;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.chief-wrap .chief .avatar {
	margin-bottom: 25px;
}

.contributors-wrap {
	padding: 0 0 33px;
}

.contributors-wrap h2 {
	margin-bottom: 45px;
}

.contributors-list .slick-list {
	margin-bottom: 31px;
	overflow: visible;
}

.contributors-list .slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background-color: #e8e4e4;
}

.contributors-list .slick-dots button:hover {
	background-color: #0049c7;
}

.contributors-list .slick-dots .slick-active button {
	background-color: #0049c7;
}

.contributors-list .slick-prev,
.contributors-list .slick-next {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid #8b8b8b;
	color: #8b8b8b;
	font-size: 21px;
}

.contributors-list .slick-prev:hover,
.contributors-list .slick-next:hover {
	background-color: #8b8b8b;
	color: #fff;
}

.contributors-list .slick-prev {
	left: 0;
}

.contributors-list .slick-next {
	right: 0;
}

.contributors-list .contributor > a {
	display: block;
}

.contributors-list .contributor-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contributors-list .contributor .avatar {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	max-width: 60px;
	overflow: hidden;
	border-radius: 100%;
}

.contributors-list .contributor .contributor-details {
	font-size: 15px;
}

.contributors-list .contributor .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contributors-list .contributor p {
	line-height: 1.4;
	margin: 0;
}

.project-team .chief-wrap {
	/* border-top: 1px solid #bebebe; */
	/* border-bottom: 1px solid #bebebe; */
	padding: 42px 0 11px;
	margin-bottom: 42px;
}

.project-team .chief-wrap.without-borders {
	border: 0;
	margin-bottom: 0;
}

.news-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-header h2 {
	position: relative;
	padding: 34px 30px 29px 0;
	margin: 0;
	width: 75%;
}

.news-header h2:before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	height: 100%;
	width: 9999px;
	background: #e8e4e4;
}

.news-header div {
	width: 33%;
}

.news-wrap {
	padding: 53px 0 49px;
}

.news-wrap .time {
	display: block;
	margin-bottom: 15px;
}

.figure {
	margin: 0 0 60px;
}

.figure img {
	width: 100%;
	margin-bottom: 17px;
}

.figure .figure-caption {
	font-size: 13px;
	letter-spacing: .01em;
}

.default-text {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.default-text h2 {
	margin-bottom: 17px;
}

.default-text h3 {
	margin-bottom: 47px;
}

.default-text p {
	line-height: 1.7;
	margin-bottom: 27px;
}

.default-text.smaller {
	font-size: 17px;
	margin-bottom: 47px;
}

.default-text.smaller p {
	line-height: 1.6;
	letter-spacing: -.02em;
}

.default-text [class^="addthis_inline_share_toolbox_"] {
	position: absolute;
	top: -40px;
	left: 0;
}

.default-text [class^="addthis_inline_share_toolbox_"] .at-svc-linkedin {
	display: none !important;
}

.default-text .at-share-btn {
	outline: none;
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.default-text .at-share-btn svg {
	fill: #d0caca !important;
}

.default-text .at-share-btn:hover svg {
	fill: #0049c7 !important;
}

.bold-text {
	font-size: 20px;
	font-weight: 700;
	padding: 50px 0;
}

.image-text figure {
	margin: 0 0 30px;
}

.image-text .text {
	font-size: 17px;
}

.image-text .text p {
	letter-spacing: -.001em;
}

.intro-section {
	font-size: 20px;
	padding: 50px 0 0;
}

.intro-section .container .img-holder,
.intro-section .subscribe-container .img-holder {
	background-size: cover;
	width: 100%;
	min-height: 328px;
	margin-bottom: 44px;
}

.intro-section .container .img-holder.avatar,
.intro-section .subscribe-container .img-holder.avatar {
	width: 245px;
	height: 245px;
	max-width: 245px;
}

.intro-section .content {
	margin-bottom: 77px;
}

.intro-section .content h2 {
	margin-bottom: 33px;
}

.intro-section .content p {
	margin: 0 0 2.7em;
	line-height: 1.7;
}

.intro-section.contributors-intro {
	margin-bottom: 0;
}

.intro-section.contributors-intro .container,
.intro-section.contributors-intro .subscribe-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.intro-section.contributors-intro .avatar-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 70px;
}

.intro-section.contributors-intro .avatar-holder .avatar {
	width: 245px;
	height: 245px;
	max-width: 245px;
	margin-bottom: 50px;
}

.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] {
	width: 100%;
	height: 30px;
}

.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] .at-share-btn-elements {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] .at-share-btn {
	background-color: transparent !important;
}

.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] svg {
	fill: #343434 !important;
}

.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] .at-svc-facebook {
	display: none !important;
}

.sub-intro {
	padding: 0 0 55px;
}

.sub-intro .img-holder {
	text-align: center;
	margin-bottom: 44px;
}

.sub-intro .content {
	font-size: 17px;
}

.sub-intro .content p {
	letter-spacing: .001em;
	line-height: 1.6;
	margin: 0;
}

.team-wrap {
	border-bottom: 1px solid #bebebe;
	/*margin-bottom: 58px;*/
	padding-bottom:30px;
	margin-bottom:30px;
}

.team-wrap h2 {
	margin-bottom: 16px;
}

.team-list li {
	margin-bottom: 30px;
}

.team-list .team-member > a {
	display: block;
}

.team-list .team-member-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-list .team-member .avatar {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 30px;
	max-width: 60px;
	width: 60px;
	height: 60px;
}

.team-list .team-member .avatar img {
	width: 100%;
	display: block;
}

.team-list .team-member .team-member-details {
	font-size: 15px;
}

.team-list .team-member .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-list .team-member p {
	line-height: 1.4;
	margin: 0;
}

.portfolio {
	margin-bottom: 60px;
}

.portfolio h2 {
	margin-bottom: 23px;
}

.portfolio .our-works .work-item {
	margin-bottom: 70px;
}

.portfolio .our-works .work-item:last-child {
	margin-bottom: 0;
}

.portfolio .our-works .work-item .img-holder {
	position: relative;
	width: 100%;
	min-height: 328px;
	z-index: 1;
	background-size: cover;
}

.portfolio .our-works .work-item .content {
	position: relative;
	padding: 135px 30px 69px;
	z-index: 0;
	background: #0023ac;
	color: #fff;
	overflow: hidden;
}

.portfolio .our-works .work-item .content h2 {
	margin-bottom: 16px;
}

.portfolio .our-works .work-item .content p {
	letter-spacing: .02em;
}

.portfolio .our-works .work-item .content .shape {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 126px;
	z-index: -1;
}

.government .container h2,
.government .subscribe-container h2 {
	margin-bottom: 35px;
}

.government .container h3,
.government .subscribe-container h3 {
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 35px;
}

.government .organs {
	margin-bottom: 40px;
}

.government .organs li:not(:last-child) {
	margin-bottom: 32px;
}

.government .organs h3 {
	margin-bottom: 17px;
}

.government .organs p {
	font-size: 17px;
	margin: 0;
}

.government .government-wrap {
	margin-right: -30px;
}

.government .government-wrap .jcf-scrollable-wrapper {
	padding-bottom: 62px;
	margin-bottom: 60px;
}

.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
	display: none !important;
}

.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
	width: calc(100% - 30px) !important;
	height: 4px;
	background-color: rgba(165, 158, 158, .4);
}

.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: none;
}

.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-slider {
	width: 100% !important;
	display: block;
	height: 4px;
}

.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-handle {
	height: 4px;
	width: 63px !important;
	background-color: #333;
}

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

.government-list li {
	width: 267px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 48px;
}

.government-list .government-member > a {
	display: block;
}

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

.government-list .government-member .avatar {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	max-width: 60px;
}

.government-list .government-member .avatar img {
	width: 100%;
	display: block;
}

.government-list .government-member .government-member-details {
	font-size: 15px;
}

.government-list .government-member .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.government-list .government-member p {
	line-height: 1.4;
	margin: 0;
}

.partners {
	padding: 60px 0 50px;
	font-size: 17px;
}

.partners h2 {
	margin-bottom: 35px;
}

.partners-wrap {
	overflow: hidden;
}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 5px);
	margin: -2px !important;
	padding: 0 !important;
}

.partners-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	min-height: 120px;
	margin-top: -1px;
	margin-right: -1px;
	z-index: 0;
	padding: 10px 20px;
}

.partners-list li:after {
	position: absolute;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	width: 90%;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	z-index: -1;
}

.partners-list li:before {
	position: absolute;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 70%;
	width: 100%;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	z-index: -1;
}

.partners-list li:before a {
	max-width: 90%;
	max-height: 90%;
}

.feedback {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #0023ac;
	padding: 68px 0 56px;
	margin-bottom: 50px;
	z-index: 0;
}

.feedback .shape {
	position: absolute;
	display: none;
	z-index: -1;
}

.feedback .shape.shape-left {
	left: -50px;
	bottom: 56px;
}

.feedback .shape.shape-right {
	right: 0;
	top: 0;
}

.feedback .time {
	color: #fff;
}

.feedback .img-and-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.feedback .img-and-time .post-img {
	margin-right: 15px;
}

.feedback .post-content .see-article {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	letter-spacing: .07em;
}

.feedback .posts.simple-posts {
	padding-bottom: 0;
}

.feedback .posts-list .post .post-content .js-wrap-title {
	margin-bottom: 40px;
}

.communicate-section {
	padding: 44px 0 78px;
}

.communicate-section .communicate-item {
	display: block;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 35px;
}

.communicate-section .quote-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.communicate-section .quote-img {
	width: 56px;
	height: 56px;
	max-width: 56px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
	border: 1px solid #bebebe;
}

.communicate-section .quote-img img {
	display: block;
	width: 100%;
}

.communicate-section .quote-content {
	font-size: 22px;
	font-weight: 700;
}

.communicate-section .quote-content .time {
	margin-bottom: 20px;
}

.communicate-section .quote-content p {
	margin-left: -2px;
}

.shape-boxes {
	background: #e60000;
	color: #fff;
	padding: 36px 0 52px;
}

.shape-boxes .h4 {
	text-align: center;
}

.shape-boxes .h4 span {
	display: block;
	font-weight: 300;
}

.shape-boxes .jcf-scrollable {
	padding-bottom: 65px;
}

.shape-boxes .jcf-scrollable-wrapper {
	padding-left: 100px;
	padding-bottom: 40px;
}

.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
	display: none !important;
}

.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
	width: calc(100% - 260px) !important;
	height: 4px;
	background-color: rgba(255, 255, 255, .4);
}

.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: none;
}

.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-slider {
	width: 100% !important;
	display: block;
	height: 4px;
}

.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-handle {
	height: 4px;
	width: 63px !important;
	background-color: #fff;
}

.map {
	position: relative;
	background: url(../images/map_mobile.png) no-repeat;
	width: 1255px;
	height: 226px;
}

.map.mobile-map {
	padding-right: 100px;
}

.map img {
	top: 0;
	left: 0;
	z-index: 10;
}

#map {
	position: relative;
	z-index: 100;
}

.map ul {
	z-index: 15;
}

.map li {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}

.map li a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
}

.map li .area-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.map li.activestate a {
	display: block;
	opacity: 1;
	visibility: visible;
}

.map li.activestate .area-text {
	color: #e60000;
}

.map li#area1 a {
	background-image: url(../images/map01-hovered.png);
}

.map li#area2 {
	top: 12px;
	left: 275px;
	width: 172px;
	height: 189px;
}

.map li#area2 a {
	background-image: url(../images/map02-hovered.png);
}

.map li#area3 {
	left: 514px;
	top: 0;
	width: 227px;
	height: 227px;
}

.map li#area3 a {
	background-image: url(../images/map03-hovered.png);
}

.map li#area4 {
	left: 806px;
	top: 13px;
	width: 192px;
	height: 192px;
}

.map li#area4 a {
	background-image: url(../images/map04-hovered.png);
}

.map li#area5 {
	left: 1064px;
	top: 19px;
	width: 190px;
	height: 185px;
}

.map li#area5 a {
	background-image: url(../images/map05-hovered.png);
}

.map li#area6 {
	top: 35px;
	left: 0;
	width: 210px;
	height: 170px;
}

.map li#area6 a {
	background-image: url(../images/map01-hovered.png);
}

.map li#area7 {
	top: 12px;
	left: 275px;
	width: 172px;
	height: 189px;
}

.map li#area7 a {
	background-image: url(../images/map02-hovered.png);
}

.map li#area8 {
	left: 514px;
	top: 0;
	width: 227px;
	height: 227px;
}

.map li#area8 a {
	background-image: url(../images/map03-hovered.png);
}

.map li#area9 {
	left: 806px;
	top: 13px;
	width: 192px;
	height: 192px;
}

.map li#area9 a {
	background-image: url(../images/map04-hovered.png);
}

.map li#area10 {
	left: 1064px;
	top: 19px;
	width: 190px;
	height: 185px;
}

.map li#area10 a {
	background-image: url(../images/map05-hovered.png);
}

.input-wrap {
	width: 100%;
	margin-bottom: 45px;
}

.input-wrap.label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.input-wrap.label-wrap label {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.input-wrap.label-wrap textarea {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.input-wrap input,
.input-wrap .jcf-select,
.input-wrap textarea {
	width: 100%;
}

.contact-form .input-wrap .jcf-select {
	border: none;
	border-bottom: 2px solid #343434;
	border-radius: 0;
	height: 43px;
}

.contact-form .input-wrap .jcf-select-text span {
	text-transform: none;
	font-size: 20px;
	padding: 4px 30px 9px 0;
}

.contact-form .input-wrap .jcf-select-opener:before {
	right: 0;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-form input {
	border: none;
	border-bottom: 2px solid #343434;
	font-size: 20px;
	padding: 4px 30px 9px 0;
}

.contact-form input::-webkit-input-placeholder {
	color: rgba(52, 52, 52, .4);
	font-size: 20px;
	letter-spacing: .01em;
}

.contact-form input::-moz-placeholder {
	opacity: 1;
	color: rgba(52, 52, 52, .4);
	font-size: 20px;
	letter-spacing: .01em;
}

.contact-form input:-moz-placeholder {
	color: rgba(52, 52, 52, .4);
	font-size: 20px;
	letter-spacing: .01em;
}

.contact-form input:-ms-input-placeholder {
	color: rgba(52, 52, 52, .4);
	font-size: 20px;
	letter-spacing: .01em;
}

.contact-form input.placeholder {
	color: rgba(52, 52, 52, .4);
	font-size: 20px;
	letter-spacing: .01em;
}

.contact-form input:focus {
	border-color: #0023ac;
}

.contact-form input:focus::-webkit-input-placeholder {
	color: #0023ac;
}

.contact-form input:focus::-moz-placeholder {
	opacity: 1;
	color: #0023ac;
}

.contact-form input:focus:-moz-placeholder {
	color: #0023ac;
}

.contact-form input:focus:-ms-input-placeholder {
	color: #0023ac;
}

.contact-form input:focus.placeholder {
	color: #0023ac;
}

.contact-form textarea {
	border: 2px solid #343434;
	border-radius: 5px;
	min-height: 240px;
}

.contact-form textarea:focus {
	border-color: #0023ac;
}

.contact-form textarea:focus ~ label {
	color: #0023ac;
}

.contact-form label {
	font-size: 20px;
	color: rgba(52, 52, 52, .4);
	margin-bottom: 9px;
}

.contact-form-wrap {
	padding: 54px 0 60px;
}

.contact-form-wrap h2 {
	margin-bottom: 35px;
}

.contact-form .button-row button {
	width: 100%;
}

.custom-map {
	position: relative;
	height: 400px;
	width: 100%;
}

.custom-map .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 125%;
}

.custom-map .marker .icon-pin {
	font-size: 35px;
	color: red;
}

.map-holder .location-info {
	background: #e60000;
	color: #fff;
	padding: 53px 30px 48px;
}

.map-holder .location-info h2 {
	margin-bottom: 30px;
}

.map-holder .location-info address {
	font-style: normal;
}

.map-holder .location-info address span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: .04em;
}

.footer {
	position: relative;
	background: #e8e4e4;
	padding: 0 0 0;
}

.footer > .container,
.footer > .subscribe-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .logo {
	width: 120px;
	height: 70px;
	margin-bottom: 38px;
}

.footer .social {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .social a {
	font-size: 21px;
}

.footer .social a:hover {
	color: #0023ac;
}

.footer .top-footer {
	text-align: center;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 31px;
	width: 100%;
}

.footer .top-footer h5 {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .01em;
	margin-bottom: 25px;
}

.footer .bottom-footer {
	padding: 31px 0 30px;
}

.footer .bottom-footer .footer-nav {
	text-align: center;
}

.footer .bottom-footer .footer-nav ul li {
	margin-bottom: 11px;
}

.footer .bottom-footer .footer-nav ul li:last-child {
	margin-bottom: 0;
}

.footer .bottom-footer .footer-nav ul a {
	font-size: 13px;
}

.footer .bottom-footer .footer-nav ul a:hover {
	color: #0023ac;
}

.footer .subscribe-box {
	background: #fff;
	margin-bottom: 36px;
}

.footer.padding-top {
	padding: 30px 0 0;
}

.subscribe-box {
	background: #e8e4e4;
	padding: 46px 32px 55px;
}

.subscribe-box.bordered {
	border-top: 2px solid #d0caca;
}

.subscribe-text h2 {
	font-size: 26px;
	margin-bottom: 17px;
}

.subscribe-text p {
	line-height: 1.4;
}

.subscribe-form input {
	border: 2px solid #0049c7;
	background: transparent;
	border-right: none;
	padding: 20px 25px 17px 34px;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #0049c7;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #0049c7;
}

.subscribe-form input:-moz-placeholder {
	color: #0049c7;
}

.subscribe-form input:-ms-input-placeholder {
	color: #0049c7;
}

.subscribe-form input.placeholder {
	color: #0049c7;
}

.subscribe-form input:focus {
	border-color: #0049c7;
}

.subscribe-form button {
	background: #0049c7;
	color: #fff;
}

.subscribe-form button:hover {
	background: #0023ac;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.hero.contact-hero {
		/* IE10+ CSS styles go here */
		height: 300px;
	}

	.hero.blending-hero {
		/* IE10+ CSS styles go here */
		background-size: 0, 0, 100% 100%;
		height: 242px;
	}

	.hero.press-hero {
		/* IE10+ CSS styles go here */
		height: 300px;
	}

	.hero.search-hero {
		/* IE10+ CSS styles go here */
		height: 300px;
	}
}

@media (min-width: 375px) {
	.btn {
		padding: 20px 37px 21px 35px;
	}

	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 222px;
	}
}

@media (min-width: 425px) {
	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 280px;
	}
}

@media (min-width: 480px) {
	.pre-article .container,
	.pre-article .subscribe-container {
		padding: 0 50px;
	}

	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 330px;
	}

	.contact-form .button-row button {
		width: auto;
	}

	.footer .social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .social li {
		margin-right: 55px;
	}

	.footer .social li:last-child {
		margin-right: 0;
	}
}

@media (min-width: 500px) {
	.image-text figure {
		padding: 0 100px;
	}
}

@media (min-width: 550px) {
	.pre-article .btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media (min-width: 600px) {
	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 380px;
	}
}

@media (min-width: 700px) {
	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 420px;
	}
}

@media (min-width: 768px) {
	.two-columns-text {
		-webkit-columns: 2;
		columns: 2;
	}

	.features .feature-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.features .feature {
		width: calc(33.33% - 20px);
	}

	.projects .project-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.projects .project.half {
		width: calc(50% - 15px);
	}

	.projects .project.triens {
		width: calc(50% - 15px);
	}

	.pre-article {
		display: block;
		margin-top: -71px;
		margin-bottom: 6px;
		position: relative;
		z-index: 1;
	}

	.pre-article .container,
	.pre-article .subscribe-container {
		padding: 0 100px;
	}

	.hero .hero-pre-article {
		display: none;
	}

	.posts-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-block.filters-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 55px;
	}

	.filter-block.filters-search label {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.filter-block.filters-search .jcf-select {
		width: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.filter-block.filters-search .explorer-form {
		margin: 0;
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.filter-block.filters-search .search-wrap {
		margin: 0;
	}

	.post {
		width: calc(50% - 20px);
	}

	.post-carousel .slick-dots button {
		width: 60px;
		height: 60px;
	}

	.publication {
		padding: 22px 0 18px;
		margin-bottom: 0;
	}

	.publication > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.publication-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 249px;
		flex: 0 1 249px;
		min-width: 249px;
		height: 144px;
		margin-right: 34px;
		margin-bottom: 0;
	}

	.media-block.floating-image .container,
	.media-block.floating-image .subscribe-container {
		padding-top: 0;
	}

	.chief {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		padding-bottom: 70px;
		border-bottom: none;
	}

	.chief .avatar {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		margin-right: 30px;
	}

	.chief-details {
		padding-top: 13px;
		padding-right: 20px;
	}

	.chief-details .name {
		margin-bottom: 15px;
	}

	.chief-details strong {
		margin-bottom: 5px;
	}

	.chief-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.chief-wrap {
		text-align: left;
		/* border-top: 1px solid #bebebe; */
		padding: 47px 0 0;
		margin-bottom: 31px;
	}

	.project-team .avatar {
		max-width: 109px;
	}

	.image-text figure {
		padding: 0 150px;
	}

	.intro-section .container,
	.intro-section .subscribe-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.intro-section .container .img-holder,
	.intro-section .subscribe-container .img-holder {
		min-height: 444px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 343px;
		margin-bottom: 0;
	}

	.intro-section .content {
		margin-right: 50px;
	}

	.team-list {
		-webkit-columns: 2;
		columns: 2;
	}

	.portfolio .our-works .work-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 64px;
	}

	.portfolio .our-works .work-item.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.portfolio .our-works .work-item.reverse .content {
		padding: 80px 100px 73px 100px;
		margin: 82px -80px 0 0;
	}

	.portfolio .our-works .work-item .img-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 32%;
		flex: 0 1 32%;
		min-height: 250px;
		min-width: 250px;
	}

	.portfolio .our-works .work-item .content {
		padding: 80px 100px 73px 100px;
		margin: 82px 0 0 -80px;
		width: 100%;
	}

	.government .organs {
		-webkit-columns: 2;
		columns: 2;
	}

	.government-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.government-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: 0;
		width: calc(33.33% - 25px);
		margin-bottom: 72px;
	}

	.government-list .government-member .avatar {
		margin-right: 20px;
	}

	.partners-list li {
		width: calc(33.33% + 1px);
		min-height: 182px;
	}

	.feedback {
		padding: 48px 0 43px;
		margin-bottom: 83px;
	}

	.input-row {
		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;
	}

	.input-wrap.half-wrap {
		width: calc(50% - 15px);
	}

	.input-wrap.triens-wrap {
		width: calc(50% - 15px);
	}

	.input-wrap.quarter-wrap {
		width: calc(50% - 15px);
	}
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
	.hero.contact-hero {
		/* IE10+ CSS styles go here */
		height: 320px;
	}

	.hero.blending-hero {
		/* IE10+ CSS styles go here */
		background-size: 0, 0, 100% 100%;
		height: 320px;
	}

	.hero.press-hero {
		/* IE10+ CSS styles go here */
		height: 320px;
	}

	.hero.search-hero {
		/* IE10+ CSS styles go here */
		height: 320px;
	}
}

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

	h2,
	.h2 {
		font-size: 32px;
	}

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

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

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

	.header > .container,
	.header > .subscribe-container {
		padding-bottom: 15px;
	}

	.header .logo	 {
		width: 138px;
		height: 80px;
	}

	.header .icon-search {
		margin-right: 0;
	}

	.header .drop {
		padding: 0 0 205px;
		min-height: auto;
	}

	.header .drop .drop-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
		padding: 130px 0;
	}

	.header .drop .drop-content h5 {
		margin-bottom: 34px;
	}

	.header .drop .drop-content .right-column {
		padding: 0 0 0 25px;
	}

	.header .drop .drop-content .right-column h5 {
		margin-bottom: 18px;
	}

	.header .drop .drop-content .right-column .subscribe-form input {
		width: 80%;
	}

	/* .header .sub-menu {
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-gap: 188px;
		column-gap: 188px;
	}

	.header .sub-menu li {
		margin-bottom: 36px;
	} */

	.header .sub-menu a {
		font-size: 32px;
	}

	.header .social {
		margin-bottom: 0;
	}

	.header .right-column {
		border-top: none;
		border-left: 1px solid #4d65c5;
		padding-left: 27px;
	}

	.header .search-popup {
		min-height: auto;
		padding: 15px 0 235px;
	}

	.header .search-popup .popup-heading {
		margin-bottom: 39px;
	}

	.header .search-popup .popup-content > .btn {
		display: none !important;
	}

	.header .search-popup .popup-content .tags-list li {
		margin-bottom: 0;
	}

	.header .search-popup .tags-wrap {
		padding: 0;
	}

	.header .search-popup .tags-wrap > span {
		margin-bottom: 0;
	}

	main {
		padding-top: 110px;
	}

	.jcf-select .jcf-select-text span {
		padding: 13px 30px 15px 18px;
	}

	.desktop-hide {
		display: none !important;
	}

	.breadcrumb {
		margin-bottom: 67px;
	}

	.pagination .pages a {
		width: 60px;
		height: 60px;
	}

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

	.intro-wrap {
		padding-bottom: 212px;
	}

	.homepage-intro > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 17px;
	}

	.homepage-intro > a:hover .img-holder {
		background-size: 101%;
	}

	.homepage-intro .content {
		width: 55%;
		margin-right: -259px;
		padding: 105px 170px 140px 50px;
	}

	.homepage-intro .content h1 {
		margin-bottom: 9px;
	}

	.homepage-intro .content-wrap {
		max-width: 426px;
	}

	.homepage-intro .img-holder {
		position: relative;
		width: 55%;
		height: 471px;
		margin: 54px 0 54px 0;
		z-index: 2;
		background-size: 100%;
	}

	.features .feature a {
		padding: 27px 100px 33px 30px;
		font-size: 18px;
	}

	.features .feature a h6 {
		margin-bottom: 20px;
	}

	.features .feature a:hover {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	.projects {
		/* margin-top: -169px; */
		padding-bottom: 39px;
	}

	.projects h2 {
		margin-bottom: 32px;
	}

	.projects .h4 {
		margin-bottom: 12px;
	}

	.projects .project .img-holder {
		min-height: 200px;
		margin-bottom: 28px;
	}

	.projects .project.half .img-holder {
		min-height: 307px;
	}

	.projects .project.triens {
		width: calc(33.33% - 20px);
		margin-bottom: 42px;
	}

	.projects .project.triens .img-holder {
		margin-bottom: 30px;
	}

	.projects .project-content.offset-right {
		padding-right: 100px;
	}

	/* .button-row {
		margin-bottom: 30px;
	} */

	.button-row.inline-button-row {
		margin-bottom: 86px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.explorer-wrap {
		margin-bottom: 19px;
	}

	.explorer {
		margin-top: -203px;
		padding: 75px 95px 87px 0;
		z-index: 1;
	}

	.explorer.error-page-explorer {
		margin-top: -289px;
	}

	.explorer .tags-wrap .tags-list li {
		margin-bottom: 0;
	}

	.explorer > .btn {
		display: none !important;
	}

	.explorer-form {
		margin-bottom: 45px;
	}

	.search-wrap input {
		padding: 19px 0 14px;
		font-size: 32px;
	}

	.tags-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 89px 0 78px;
	}

	.tags-wrap.inline-tags {
		padding: 85px 0 65px;
	}

	.tags-wrap > span {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.tags-wrap .tags-list {
		margin-bottom: 0;
	}

	.tags-wrap .tags-list li {
		margin-right: 20px;
	}

	.pre-article.high-top {
		margin-top: -210px;
	}

	.pre-article .container.stretch .img,
	.pre-article .stretch.subscribe-container .img {
		width: 210px;
		margin-right: 60px;
	}

	.pre-article .container,
	.pre-article .subscribe-container {
		padding: 0 223px;
	}

	/* .articles {
		padding: 60px 0 270px;
	} */

	.articles h2 {
		margin-bottom: 71px;
	}

	.article-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		/* margin-bottom: 45px; */
	}

	.article-list li {
		width: calc(25% - 22px);
		border-bottom: none;
		border-right: 1px solid #bebebe;
		padding-bottom: 18px;
		padding-right: 20px;
	}

	.article-list li .time {
		margin-bottom: 19px;
	}

	.article-list li a {
		font-size: 20px;
	}

	.info {
		padding: 56px 0 133px;
	}

	.info .container,
	.info .subscribe-container {
		padding: 0 230px;
	}

	.info .shape.shape3 {
		display: block;
		bottom: 0;
		left: 0;
	}

	.info .shape.shape4 {
		top: 85px;
		left: 96px;
		display: none;
	}

	.info .shape.shape5 {
		display: block;
		left: 207px;
		bottom: 72px;
	}

	.info .shape.shape6 {
		left: 297px;
		bottom: 39px;
		max-width: none;
		z-index: -2;
	}

	.info .shape.shape7 {
		display: block;
		left: 469px;
		bottom: 19px;
	}

	.info .shape.shape8 {
		display: block;
		right: 332px;
		bottom: 67px;
	}

	.info .shape.shape9 {
		display: block;
		right: 241px;
		bottom: 77px;
	}

	.info .shape.shape10 {
		top: 76px;
		right: 213px;
		z-index: -2;
	}

	.info .shape.shape11 {
		display: block;
		top: 76px;
		right: 94px;
	}

	.info .shape.shape12 {
		display: block;
		top: 194px;
		right: 79px;
	}

	.info .shape.shape13 {
		display: block;
		right: 0;
		bottom: 0;
	}

	.info .shape.shape14 {
		display: none;
	}

	.info h2 {
		font-size: 44px;
	}

	.info p {
		margin-bottom: 52px;
		letter-spacing: .069em;
	}

	.hero {
		padding: 31px 0;
		min-height: 259px;
	}

	.hero .shape.shape6 {
		max-width: none;
		bottom: 0;
	}

	.hero .shape.shape15 {
		max-width: none;
	}

	.hero .shape.shape16 {
		display: block;
		bottom: 0;
		right: 47px;
	}

	.hero .shape.shape22 {
		max-width: none;
	}

	.hero .shape.shape23 {
		max-width: none;
	}

	.hero .shape.shape-right {
		max-width: none;
	}

	.hero .shape.shape-left {
		max-width: none;
	}

	.hero.project-hero {
		min-height: 450px;
	}

	.hero.project-hero.inline-hero {
		height: 440px;
	}

	.hero.project-hero .shape19 {
		max-width: none;
	}

	.hero.project-hero .shape06 {
		display: none;
	}

	.hero.project-hero .shape20 {
		display: block;
		bottom: 0;
		right: 0;
	}

	.hero.contact-hero {
		min-height: 320px;
	}

	.hero.contact-hero .shape19 {
		bottom: -32px;
		max-width: none;
	}

	.hero.contact-hero .shape06 {
		display: none;
	}

	.hero.contact-hero .shape-desktop {
		right: 47px;
		bottom: 0;
		display: block;
	}

	.hero.simple-hero {
		min-height: 320px;
	}

	.hero.simple-hero h1 {
		max-width: 70%;
		margin: 0 auto;
	}

	.hero.event-hero .breadcrumb {
		margin-bottom: 36px;
	}

	.hero.event-hero .when {
		margin-bottom: 36px;
	}

	.hero.video-hero .breadcrumb {
		margin-bottom: 55px;
	}

	.hero.video-hero .title-and-date {
		margin-bottom: 5px;
	}

	.hero.blending-hero {
		min-height: 320px;
		background-size: auto, auto, cover;
		background-position: 15% 100%, 80% 100%, center;
	}

	.hero.blending-hero .breadcrumb {
		margin-bottom: 86px;
	}

	.hero.error-hero {
		display: block;
		min-height: 710px;
	}

	.hero.error-hero .breadcrumb {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 86px;
	}

	.hero.error-hero .shape-mobile-top-left {
		display: none;
	}

	.hero.error-hero .shape-mobile-bottom-left {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 288px;
		left: 50%;
		max-width: 153px;
	}

	.hero.error-hero .shape-middle1 {
		bottom: 245px;
		left: 33%;
		max-width: none;
	}

	.hero.error-hero .shape-mobile-right-bottom {
		top: 100px;
		bottom: auto;
		right: 11%;
	}

	.hero.error-hero .shape-mobile-right-top {
		top: 16px;
		right: -50px;
	}

	.hero.error-hero .shape-desktop-left-top {
		display: block;
		top: 0;
		left: 4.4%;
	}

	.hero.error-hero .shape-desktop-left-middle {
		display: block;
		top: 170px;
		left: 0;
	}

	.hero.error-hero .shape-desktop-middle1 {
		display: block;
		bottom: 283px;
		left: 20%;
	}

	.hero.error-hero .shape-desktop-middle2 {
		display: block;
		bottom: 283px;
		left: 60.15%;
	}

	.hero.error-hero .shape-desktop-middle3 {
		display: block;
		bottom: 283px;
		left: 65%;
	}

	.hero.error-hero .shape-desktop-right-top {
		display: block;
		top: 26px;
		right: 3.5%;
	}

	.hero.error-hero .shape-desktop-right-bottom {
		display: block;
		bottom: 0;
		right: 0;
	}

	.hero.press-hero {
		min-height: 320px;
	}

	.hero.search-hero {
		min-height: 320px;
		margin-bottom: 70px;
	}

	.posts {
		padding: 0 0 100px;
	}

	.posts .container > h2,
	.posts .subscribe-container > h2 {
		margin-bottom: 51px;
	}

	.posts-heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 76px;
	}

	.posts-heading h2 {
		margin: 0;
		width: 27%;
		padding: 55px 10px 57px 0;
	}

	.posts .search-wrap {
		margin-bottom: 10px;
	}

	.posts.simple-posts {
		padding: 0 0 121px;
	}

	.posts.simple-posts h2 {
		margin-bottom: 70px;
	}

	.posts.simple-posts .post {
		border-bottom: none;
		padding-bottom: 0;
		padding-left: 15px;
		border-left: 1px solid #bebebe;
	}

	.posts.simple-posts .post:last-child {
		border-left: 1px solid #bebebe;
	}

	.posts.simple-posts .post:first-child {
		border: none;
		padding-left: 0;
	}

	.posts.simple-posts .post .js-wrap-title {
		margin-bottom: 39px;
		font-size: 20px;
	}

	.posts.simple-posts .post .time {
		margin-bottom: 23px;
	}

	.filter-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
	}

	.filter-block label {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 33px;
	}

	.filter-block .jcf-select {
		margin-bottom: 0;
		margin-right: 29px;
	}

	.filter-block.filters-search label {
		margin-right: 74px;
	}

	.filter-block.filters-search .jcf-select {
		margin-right: 21px;
	}

	.filter-block.filters-search .jcf-select:last-of-type {
		margin-right: 32px;
	}

	.filter-block.filters-search .explorer-form input::-webkit-input-placeholder {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .035em;
	}

	.filter-block.filters-search .explorer-form input::-moz-placeholder {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .035em;
	}

	.filter-block.filters-search .explorer-form input:-moz-placeholder {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .035em;
	}

	.filter-block.filters-search .explorer-form input:-ms-input-placeholder {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .035em;
	}

	.filter-block.filters-search .explorer-form input.placeholder {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: .035em;
	}

	.post {
		width: calc(33.33% - 20px);
		margin-bottom: 68px;
	}

	.post .img-holder {
		min-height: 200px;
		margin-bottom: 22px;
	}

	.post-content a:not(.btn) {
		font-size: 26px;
	}

	.post-detail {
		margin-bottom: 12px;
	}

	.post-img {
		margin-bottom: 30px;
		max-width: 94px;
		width: 94px;
		height: 94px;
	}

	.post.event-post {
		padding-bottom: 10px;
	}

	.post .event-post-content a {
		font-size: 26px;
	}

	.post-carousel {
		padding: 0;
	}

	.event {
		margin-top: -143px;
	}

	.event .img-holder {
		min-height: 380px;
		margin-bottom: 45px;
	}

	.event p {
		margin-bottom: 65px;
	}

	.event-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 22px;
	}

	.event-details .event-post {
		min-width: 346px;
	}

	.event-details .details {
		padding-right: 20px;
	}

	.event-details .details > .btn {
		display: none !important;
	}

	.poster {
		margin-bottom: 64px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.poster-holder {
		margin-bottom: 0;
		margin-right: 27px;
		width: 126px;
	}

	.poster-info h3 {
		margin-bottom: 32px;
		max-width: 70%;
	}

	.author {
		max-width: 400px;
		margin-bottom: 42px;
	}

	.publications {
		padding-bottom: 10px;
		margin-bottom: 90px;
	}

	.publications.bot-gutter {
		margin-bottom: 20px;
	}

	.publications.no-margin {
		margin-bottom: 0;
	}

	.publications-wrap {
		padding-bottom: 56px;
	}

	.publications-wrap .publications-heading h2 {
		padding: 46px 30px 57px 0;
	}

	.publications-wrap .publications-heading h2 {
		width: 35%;
	}

	.publication {
		border-top: 1px solid #bebebe;
		border-bottom: none;
		font-size: 26px;
		padding-bottom: 0;
		margin-bottom: 18px;
	}

	.publication.no-img {
		margin-bottom: 30px;
	}

	.publication.no-border {
		border: none !important;
	}

	.media-block {
		padding: 43px 0 35px;
	}

	.media-block.floating-image {
		padding-top: 84px;
	}

	.media-block.gutters .container,
	.media-block.gutters .subscribe-container {
		padding: 0 220px;
	}

	.media-block .shape21 {
		bottom: 0;
		left: 0;
	}

	.media-block .shape25 {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.media-block .container,
	.media-block .subscribe-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.media-block .video-description {
		width: 48.5%;
	}

	.media-block .video-description p {
		margin-bottom: 83px;
	}

	.media-block .video-column {
		width: 48.5%;
	}

	.media-block .main-video {
		margin-bottom: 35px;
	}

	.media-block .h4 {
		font-size: 32px;
		letter-spacing: -.002em;
		margin-bottom: 35px;
	}

	.media-block h3 {
		margin-bottom: 25px;
	}

	.video-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.video-list .video-item {
		width: calc(50% - 15px);
		margin-right: 0;
	}

	.blockquote {
		font-size: 22px;
		padding: 0 190px 0 100px;
		margin-bottom: 65px;
	}

	.blockquote p {
		line-height: 1.7;
		letter-spacing: .02em;
	}

	.quote-section {
		padding: 80px 0 73px;
	}

	.quote-section a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 30px 0 89px;
	}

	.quote-section .blockquote {
		padding: 0;
		margin-bottom: 22px;
	}

	.quote-section .quote-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 158px;
		height: 158px;
		margin-right: 76px;
	}

	.chief .avatar {
		width: 158px;
		height: 158px;
		margin-bottom: 0;
	}

	.contributors-list {
		padding: 0 95px;
	}

	.contributors-list .slick-list {
		overflow: hidden;
	}

	.project-team .chief-wrap {
		border-bottom: none;
		margin-bottom: 14px;
	}

	.project-team .avatar {
		max-width: 158px;
	}

	.news-header h2 {
		width: 26%;
		padding: 61px 30px 51px 0;
	}

	.news-header div {
		width: 69%;
	}

	.news-wrap {
		padding: 58px 0;
	}

	.news-wrap .time {
		margin-bottom: 23px;
	}

	.figure {
		padding: 0 165px 0 194px;
	}

	.default-text {
		font-size: 22px;
		padding: 0 165px 0 194px;
	}

	.default-text h2 {
		max-width: 90%;
		margin-bottom: 29px;
	}

	.default-text h3 {
		margin-bottom: 18px;
	}

	.default-text [class^="addthis_inline_share_toolbox_"] {
		top: 0;
		left: 110px;
	}

	.default-text .at-share-btn-elements {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.default-text .at-share-btn {
		margin: 0 0 20px !important;
	}

	.bold-text {
		font-size: 22px;
		padding: 89px 0 13px;
	}

	.bold-text p {
		max-width: 65%;
		letter-spacing: .02em;
	}

	.image-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.image-text figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 32%;
		margin: 0 29px 0 0;
		padding: 0;
	}

	.image-text figure img {
		margin-bottom: 8px;
	}

	.image-text .text {
		width: 48%;
	}

	.intro-section {
		padding: 97px 0 0;
		font-size: 22px;
	}

	.intro-section .container .img-holder.avatar,
	.intro-section .subscribe-container .img-holder.avatar {
		width: 346px;
		height: 346px;
		max-width: 346px;
	}

	.intro-section .content {
		margin-bottom: 109px;
		padding-right: 70px;
		width: 100%;
	}

	.intro-section .content h2 {
		margin-bottom: 48px;
	}

	.intro-section .content p {
		margin: 0 0 1.5em;
	}

	.intro-section.contributors-intro {
		padding: 88px 0 0;
	}

	.intro-section.contributors-intro h2 {
		margin-bottom: 80px;
	}

	.intro-section.contributors-intro .content {
		padding-right: 100px;
		margin-bottom: 100px;
	}

	.intro-section.contributors-intro .content p {
		line-height: 1.3;
		letter-spacing: .0078em;
	}

	.intro-section.contributors-intro .avatar-holder .avatar {
		width: 346px;
		height: 346px;
		max-width: 346px;
		margin-bottom: 15px;
	}

	.intro-section.contributors-intro [class^="addthis_inline_share_toolbox_"] .at-share-btn-elements {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.sub-intro {
		padding: 0 0 66px;
	}

	.sub-intro .img-holder {
		width: 45%;
	}

	.sub-intro .content {
		width: 55%;
	}

	.team-wrap {
		margin-bottom: 79px;
	}

	.team-wrap h2 {
		margin-bottom: 50px;
	}

	.team-list {
		padding-bottom: 49px;
	}

	.team-list li {
		margin-bottom: 40px;
	}

	.team-list .team-member .avatar {
		width: 94px;
		height: 94px;
		max-width: 94px;
	}

	.portfolio {
		margin-bottom: 88px;
	}

	.portfolio h2 {
		margin-bottom: 77px;
	}

	.portfolio .our-works .work-item.reverse .content {
		padding: 85px 187px 73px 155px;
	}

	.portfolio .our-works .work-item.reverse .content .shape {
		left: 0;
		right: auto;
	}

	.portfolio .our-works .work-item .img-holder {
		min-height: 376px;
		min-width: 361px;
	}

	.portfolio .our-works .work-item .content {
		padding: 85px 155px 73px 187px;
	}

	.portfolio .our-works .work-item .content .shape {
		max-width: none;
	}

	.government .subscribe-container {
		padding-top: 86px;
		border-top: 1px solid #bebebe;
	}

	.government .container h2,
	.government .subscribe-container h2 {
		margin-bottom: 58px;
	}

	.government .container h3,
	.government .subscribe-container h3 {
		letter-spacing: .001em;
		margin-bottom: 65px;
	}

	.government .organs h3 {
		margin-bottom: 10px;
	}

	.government .government-wrap h2 {
		font-size: 22px;
		margin-bottom: 45px;
	}

	.government .government-wrap .jcf-scrollable-wrapper {
		padding-bottom: 33px;
		margin-bottom: 0;
	}

	.government .government-wrap .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
		width: calc(100% - 30px) !important;
	}

	.government-list .government-member .avatar {
		margin-right: 30px;
		width: 64px;
		height: 64px;
		max-width: 64px;
	}

	.partners {
		padding: 86px 0 50px;
	}

	.partners h2 {
		margin-bottom: 40px;
	}

	.partners-list li {
		padding: 5px 15px;
	}

	.partners-list li:after {
		width: 80%;
	}

	.partners-list li:before {
		height: 80%;
	}

	.partners-list li {
		width: calc(25% + 1px);
	}

	.feedback .shape {
		display: block;
	}

	.feedback .img-and-time {
		display: block;
		margin-bottom: 0;
	}

	.feedback .img-and-time .post-img {
		margin-right: 0;
	}

	.feedback .posts.simple-posts {
		padding-bottom: 0;
	}

	.feedback .posts h2 {
		margin-bottom: 44px;
	}

	.feedback .posts-list .post .post-content .js-wrap-title {
		margin-bottom: 22px;
	}

	.communicate-section {
		padding: 80px 0 73px;
	}

	.communicate-section .communicate-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 41px;
	}

	.communicate-section .quote-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 94px;
		height: 94px;
		max-width: 94px;
		margin-right: 54px;
	}

	.communicate-section .quote-content {
		font-size: 26px;
	}

	.shape-boxes {
		padding: 50px 0 150px;
	}

	.shape-boxes .h4 {
		text-align: left;
		margin-bottom: 40px;
	}

	.shape-boxes .h4 span {
		font-size: 22px;
	}

	.shape-boxes .jcf-scrollable-wrapper {
		padding-left: 0;
	}

	.shape-boxes .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
		width: calc(100% - 30px) !important;
	}

	.map-wrap {
		width: auto;
	}

	.input-wrap.triens-wrap {
		width: calc(33.33% - 10px);
	}

	.input-wrap.quarter-wrap {
		width: calc(25% - 10px);
	}

	.contact-form .input-wrap .jcf-select-text span {
		font-size: 22px;
	}

	.contact-form input {
		font-size: 22px;
	}

	.contact-form input::-webkit-input-placeholder {
		font-size: 22px;
	}

	.contact-form input::-moz-placeholder {
		font-size: 22px;
	}

	.contact-form input:-moz-placeholder {
		font-size: 22px;
	}

	.contact-form input:-ms-input-placeholder {
		font-size: 22px;
	}

	.contact-form input.placeholder {
		font-size: 22px;
	}

	.contact-form textarea {
		min-height: 310px;
	}

	.contact-form label {
		font-size: 22px;
		margin-bottom: 17px;
	}

	.contact-form-wrap {
		padding: 88px 0 35px;
	}

	.contact-form-wrap h2 {
		margin-bottom: 78px;
	}

	.map-holder {
		position: relative;
		padding-top: 73px;
	}

	.map-holder .location-info {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 610px;
		padding: 71px 90px 72px 170px;
		z-index: 5;
	}

	.map-holder .location-info h2 {
		margin-bottom: 47px;
	}

	.map-holder .location-info address span {
		font-size: 22px;
		margin-bottom: 15px;
		letter-spacing: .02em;
	}

	.footer {
		padding: 187px 0 0;
	}

	.footer > .container,
	.footer > .subscribe-container {
		display: block;
	}

	.footer .logo {
		width: 161px;
		height: 93px;
		/* position: absolute;
		left: 30px;
		top: 0; */
		margin-bottom: 0;
	}

	.footer .top-footer {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 47px;
	}

	.footer .top-footer h5 {
		font-size: 22px;
	}

	.footer .bottom-footer {
		padding: 41px 0 33px;
		background: #fff;
	}

	.footer .bottom-footer .footer-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .bottom-footer .footer-nav ul li {
		margin-bottom: 0;
		margin-right: 62px;
	}

	.footer .bottom-footer .footer-nav ul li:last-child {
		margin-right: 0;
	}

	.footer .subscribe-container {
		position: absolute;
		left: 50%;
		top: -79px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
		padding: 0;
		max-width: 1100px;
		margin: 0;
	}

	.footer.padding-top {
		padding: 187px 0 0;
	}

	.subscribe-container {
		margin-bottom: 56px;
	}

	.subscribe-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding: 54px 94px 50px;
		margin-bottom: 0;
	}

	.subscribe-box.bordered {
		border: 2px solid #d0caca;
	}

	.subscribe-text {
		width: 38%;
	}

	.subscribe-text h2 {
		margin-bottom: 22px;
	}

	.subscribe-text p {
		margin: 0;
	}

	.subscribe-form {
		width: 38%;
	}
}

@media (min-width: 1122px) {
	.map {
		background: url(../images/map.png) no-repeat;
		width: 1046px;
		height: 318px;
	}

	.map.mobile-map {
		display: none;
	}

	.map li#area1 {
		top: 24px;
		left: 0;
		width: 210px;
		height: 170px;
	}

	.map li#area2 {
		left: 230px;
		top: 129px;
	}

	.map li#area3 {
		left: 417px;
	}

	.map li#area4 {
		left: 653px;
		top: 126px;
	}

	.map li#area5 {
		left: 856px;
		top: 14px;
	}
}

@media (min-width: 1440px) {
	.homepage-intro .content {
		padding: 105px 297px 140px 0;
		width: 63%;
	}

	.info .shape.shape4 {
		display: block;
	}

	.info .shape.shape10 {
		display: block;
	}

	.communicate-section .quote-content p {
		max-width: 60%;
	}
}

@media (max-width: 1121px) {
	.shape-boxes .jcf-scrollable {
		height: 240px !important;
	}

	.map.desktop-map {
		display: none;
	}
}

@media (max-width: 1023px) {
	.nav-opener {
		margin-right: 10px;
	}

	.mobile-hide {
		display: none !important;
	}

	.projects.no-overlap-mobile {
		margin-top: 0;
	}

	.explorer-wrap .container,
	.explorer-wrap .subscribe-container {
		padding: 0;
	}

	.poster-info .btn {
		display: none !important;
	}

	.publication:last-child {
		border: none;
		margin: 0;
	}

	.project-team .chief-wrap.border-bottom-none {
		border-bottom: none;
	}

	.portfolio .our-works .work-item.reverse .content .shape.rotate {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.feedback .time {
		margin-bottom: 0 !important;
	}

	.communicate-section .communicate-item:last-child {
		border-bottom: none;
	}

	.shape-boxes .jcf-scrollable {
		margin-right: -30px;
		margin-left: -130px;
		padding: 0 100px;
	}

	.subscribe-container {
		padding: 0;
	}

	.subscribe-form input {
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 768px) {
	.header #nav {
		display: none;
		width: 0;
	}
}

@media (max-width: 767px) {
	.header .drop .drop-content .left-column h5 {
		font-size: 16px;
	}

	.publications-wrap .publications-heading {
		margin-bottom: 50px;
	}

	.media-block.floating-image .container .main-video,
	.media-block.floating-image .subscribe-container .main-video {
		position: absolute !important;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 60px);
	}

	.portfolio .our-works .work-item .content {
		margin: -80px -30px 0;
	}

	.feedback .button-row {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.map-holder .container,
	.map-holder .subscribe-container {
		padding: 0;
	}
}

@media (max-width: 479px) {
	.header .search-popup .popup-content .tags-list li:nth-child(even) {
		margin-right: 0;
	}

	.filter-block .jcf-select:first-of-type {
		min-width: 193px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
