/*! 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;
}*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?2wy4re");
	src: url("../fonts/icomoon.eot?2wy4re#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2wy4re") format("truetype"), url("../fonts/icomoon.woff?2wy4re") format("woff"), url("../fonts/icomoon.svg?2wy4re#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.instagram-block.instagram-img:after {
	/* 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-plus:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-youtube-2:before {
	content: "";
}

.icon-facebook-2:before {
	content: "";
}

.icon-twitter-2:before {
	content: "";
}

.icon-instagram-2:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-search:before {
	content: "";
}

#SearchPhrase {
	background: #fff;
}

.buffer a.issues-item {
	border-color: #243257;
	color: #243257;
	background: #f5f5f5;
}

.buffer #newsfilterlist,
.buffer a.issues-item,
.buffer #news-search {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.buffer h2 {
	font-size: 30px;
	line-height: 1em;
}

.buffer h3 {
	font-size: 26px;
	line-height: 1em;
}

#nav .menu,
#nav .menu li .drop,
.social-networks,
.contact-list,
.add-list,
.intro-list,
.service-list,
.instagram-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content-section: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: #333;
	background: #fff;
	font: 14px/1.71 "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aspnetForm {
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

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: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 38px;
	line-height: 1em;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #bd1b1b;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 3px 10px;
	min-width: 90px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #253356;
}

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: #333;
}

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: #333;
}

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: #333;
}

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: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body.nav-active {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	-webkit-transition: position .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
	transition: position .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 6px 0;
	background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
}

#header.header-fixed {
	position: fixed;
	background: #253356;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top {
	margin-bottom: 33px;
}

.header-top .links-block {
	text-align: left;
}

.header-top .social-networks {
	font-size: 29px;
	margin: 0 -4px 17px;
	color: #fff;
}

.header-top .social-networks li {
	margin-left: 0;
	padding: 0 4px;
}

.logo {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 222px;
	height: 64px;
	margin: 0 10px 0 -5px;
	z-index: 99;
}

.nav-opener {
	width: 30px;
	height: 20px;
	display: block;
	position: relative;
	text-indent: -9999px;
	margin: 0 -5px 0 auto;
	z-index: 99;
}

.nav-active .nav-opener {
	pointer-events: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener.nav-close {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 3px;
	right: 18px;
	overflow: hidden;
	text-decoration: none;
	pointer-events: auto;
}

.nav-opener.nav-close:hover:before,
.nav-opener.nav-close:hover:after {
	background: #bd1b1b;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-opener.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-opener.nav-close span {
	display: none;
}

.nav-drop .nav-wrapper {
	width: 100%;
}

.links-block {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	-webkit-transition: height .3s ,opacity .2s , visibility .2s ,margin .5s ease;
	transition: height .3s ,opacity .2s , visibility .2s ,margin .5s ease;
}

.links-block form {
	position: relative;
	width: 137px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.links-block form input:not([type="submit"]):not([type="reset"]) {
	background: #e5e5e5;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	width: 100%;
	height: 25px;
	padding: 5px 47px 6px 15px;
	border-radius: 2px;
	border: none;
	outline: none;
	vertical-align: top;
}

.links-block form input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
	color: black;
}

.links-block form input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
	opacity: 1;
	color: black;
}

.links-block form input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
	color: black;
}

.links-block form input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
	color: black;
}

.links-block form input:not([type="submit"]):not([type="reset"]).placeholder {
	color: black;
}

.links-block form input:not([type="submit"]):not([type="reset"]):focus {
	border: 0;
	outline: 0;
}

.links-block form button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	background: none;
	border: none;
	border-left: 2px solid black;
	color: black;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	outline: 0;
}

.links-block form button:hover {
	opacity: .5;
}

#nav .menu {
	font-size: 36px;
	font-weight: 800;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	line-height: 1;
	color: #fff;
	height: calc(100vh - 285px);
}

#nav .menu .has-drop-down {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

#nav .menu > li > a.has-drop-down-a {
	position: relative;
}

#nav .menu > li > a.has-drop-down-a:before,
#nav .menu > li > a.has-drop-down-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;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 22px;
	height: 5px;
	background: #fff;
}

#nav .menu > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

#nav .menu > li > a.has-drop-down-a:hover {
	color: #fff;
}

#nav .menu li {
	position: relative;
	margin: 0 0 24px;
}

#nav .menu li:last-child {
	margin-bottom: 0;
}

#nav .menu li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

#nav .menu li.active > a {
	position: relative;
}

#nav .menu li.active > a:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
}

#nav .menu li a {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	color: inherit;
}

#nav .menu li a:hover {
	color: #cacaca;
}

#nav .menu li .drop {
	position: relative;
	top: 100%;
	left: 0;
	padding-top: 8px;
	font-size: 18px;
	font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
	max-height: 0;
	z-index: 2;
}

#nav .menu li .drop li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	margin: 0;
}

#nav .menu li .drop li a {
	display: block;
	padding: 7px 12px;
}

#nav .menu li .drop li:last-child {
	border-bottom: none;
}

.is-touch-device #nav .menu li .drop {
	visibility: hidden;
	opacity: 0;
}

#nav .menu li.hover .drop {
	max-height: 4000px;
}

.is-touch-device #nav .menu li.hover .drop {
	display: block;
	visibility: visible;
	opacity: 1;
}

#nav .menu li:last-child .drop {
	left: auto;
	right: 0;
}

.social-networks {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
}

.social-networks a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}

.social-networks a:hover {
	color: red;
}

.fade-in-search {
	border: 1px solid;
	border-width: 0 1px;
	border-color: #fff;
	color: #fff;
	line-height: 1;
	padding: 0 15px;
	margin-right: 13px;
}

.fade-in-search a {
	text-decoration: none;
	color: inherit;
}

.fade-in-search .search-open {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 21px;
	cursor: pointer;
}

.fade-in-search .search-open:hover {
	color: #bd1b1b;
}

.fade-in-search .search-close {
	position: absolute;
	top: 25px;
	right: 20px;
	color: #fff;
}

.fade-in-search .search-close:hover {
	text-decoration: none;
}

.fade-in-search .search-close span {
	color: #bd1b1b;
}

.fade-in-search .form-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #253356;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100;
}

.fade-in-search .form-wrapper {
	padding: 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.fade-in-search .input-wrapper {
	position: relative;
}

.fade-in-search .input-wrapper input {
	width: 100%;
	font-size: 24px;
	background: none;
	color: #fff;
	border: 2px solid currentColor;
	border-radius: 5px;
	padding-right: 60px;
}

.fade-in-search .input-wrapper input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrapper input::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrapper input:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrapper input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrapper input.placeholder {
	color: rgba(255, 255, 255, .5);
}

.fade-in-search .input-wrapper [type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	border: 2px solid currentColor;
	border-width: 0 0 0 2px;
	background: none;
	font-size: 24px;
	padding: 7px 12px;
	border-radius: 0 5px 5px 0;
}

.fade-in-search .input-wrapper [type="submit"]:hover {
	background: #bd1b1b;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 0;
	height: 0;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.container {
	width: 100%;
	padding: 0 25px;
	max-width: 1490px;
	margin: 0 auto;
}

.container.sm {
	max-width: 1220px;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .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, border .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #bd1b1b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 25px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .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, border .3s ease-in-out, box-shadow .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 18px 15px;
	color: #fff;
	background: #bd1b1b;
	border: 2px solid #bd1b1b;
	font: 500 14px/20px "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	max-width: 248px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
}

.btn.btn-outline-white {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn:hover {
	background: #fff;
	color: #bd1b1b;
}

.heading-decorated {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.heading-decorated:after {
	content: "";
	min-height: 100px;
	display: block;
	width: 0;
}

.heading-decorated.text-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.heading-decorated.sm:after {
	min-height: 72px;
}

.heading-decorated.sm .heading-content {
	padding: 24px 0 24px 18px;
}

.heading-decorated.sm .heading-content .decor {
	width: 53px;
	border-width: 8px;
}

.heading-decorated.md:after {
	min-height: 72px;
}

.heading-decorated.md .heading-content {
	padding: 28px 0 28px 18px;
}

.heading-decorated.md .heading-content .decor {
	width: 60px;
}

.heading-decorated .heading-content {
	max-width: 100%;
	min-width: 1%;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 0 33px 18px;
}

.heading-decorated .heading-content p {
	margin-bottom: 0;
}

.heading-decorated h1,
.heading-decorated .h1,
.heading-decorated h2,
.heading-decorated .h2,
.heading-decorated h3,
.heading-decorated .h3,
.heading-decorated h4,
.heading-decorated .h4,
.heading-decorated h5,
.heading-decorated .h5,
.heading-decorated h6,
.heading-decorated .h6 {
	line-height: .9;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 800;
}

.heading-decorated h1 span,
.heading-decorated .h1 span,
.heading-decorated h2 span,
.heading-decorated .h2 span,
.heading-decorated h3 span,
.heading-decorated .h3 span,
.heading-decorated h4 span,
.heading-decorated .h4 span,
.heading-decorated h5 span,
.heading-decorated .h5 span,
.heading-decorated h6 span,
.heading-decorated .h6 span {
	font-weight: 400;
}

.heading-decorated .decor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 10px solid rgba(189, 27, 27, .5);
	width: 84px;
	border-right: 0;
}

.heading-decorated .decor.decor-white {
	border-color: rgba(255, 255, 255, .5);
}

.heading-decorated .decor.decor-white:after,
.heading-decorated .decor.decor-white:before {
	border-color: rgba(255, 255, 255, .5);
}

.heading-decorated .decor.decor-gray {
	border-color: #d8d8d8;
}

.heading-decorated .decor.decor-gray:after,
.heading-decorated .decor.decor-gray:before {
	border-color: #d8d8d8;
}

.heading-decorated .decor:after,
.heading-decorated .decor:before {
	content: "";
	position: absolute;
	right: 0;
	border-right: 10px solid rgba(189, 27, 27, .5);
	top: 0;
	height: 12px;
}

.heading-decorated .decor:after {
	top: auto;
	bottom: 0;
}

.text-white {
	color: #fff;
}

.text-white h1,
.text-white .h1,
.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6 {
	color: inherit;
}

.text-center {
	text-align: center;
}

.footer {
	background: #3d4969;
	overflow: hidden;
	color: #fff;
	padding: 50px 0;
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer a:hover {
	color: #bd1b1b;
}

#map {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

address {
	font-style: normal;
	font-weight: 700;
}

.footer-row .col {
	position: relative;
	z-index: 4;
}

.footer-row .col:first-child {
	z-index: 2;
}

.footer-row .col:first-child:after {
	position: absolute;
	content: "";
	right: 0;
	left: -9999px;
	top: -9999px;
	bottom: -9999px;
	z-index: -2;
	background: #141c2f;
}

.footer-row .col:nth-child(2) {
	z-index: 3;
}

.footer-row .col:nth-child(2):after {
	position: absolute;
	content: "";
	right: 0;
	left: -9999px;
	top: 0;
	bottom: -9999px;
	z-index: -2;
	background: #253356;
}

.footer-row .map-wrapper {
	margin-left: -25px;
}

.footer-row .map-wrapper .map .esriMapContainer {
	height: 164px !important;
}

.footer-row .heading-decorated {
	padding: 3px 0 45px;
}

.footer-row .heading-decorated:only-child {
	margin-bottom: 0;
}

.contact-block {
	line-height: 1.45;
	padding: 25px 0 15px;
}

.contact-block h4,
.contact-block .h4 {
	line-height: 1;
	margin-bottom: 10px;
}

.add-block {
	padding: 38px 0;
	text-align: center;
}

.add-block .social-networks {
	font-size: 44px;
	margin: 0 0 12px;
}

.add-list {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px 10px -6px;
	line-height: 1.2;
	font-size: 12px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.add-list li {
	position: relative;
	padding: 2px 6px;
}

.add-list li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 0;
	width: 1px;
	background: currentColor;
}

.intro-section,
.hero-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	padding: 100px 0 55px;
}

.intro-section:after,
.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #182239;
	opacity: .6;
	z-index: 0;
}

.intro-section:before,
.hero-section:before {
	content: "";
	display: block;
	width: 0;
	min-height: calc(100vh - 155px);
}

.hero-section {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.hero-section:before {
	min-height: 300px;
}

.hero-section .heading-content h1 {
	padding: 10px;
}

.hero-section .heading-content h1 a {
	color: #fff;
	pointer-events: none;
  	cursor: default;
  	padding: 10px;
  	text-transform: capitalize;
  	text-decoration: none;
}

.intro-section .social-networks {
	font-size: 32px;
}

.intro-section .social-networks li {
	padding: 4px;
}

.intro-content {
	position: relative;
	z-index: 5;
	text-align: center;
}

.intro-content .heading-content {
	padding: 16px 0 18px 15px;
}

.intro-content .heading-decorated {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.intro-content .heading-decorated .decor {
	width: 86px;
	border-right: 0;
}

.intro-content .heading-decorated .decor:after,
.intro-content .heading-decorated .decor:before {
	height: 8px;
}

.intro-list {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.002em;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-list > li {
	position: relative;
}

.intro-list > li:not(:last-child) {
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.intro-list > li:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 165px;
	height: 1px;
	background: currentColor;
	opacity: .5;
}

.intro-list a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
}

.intro-list a:hover {
	color: #bd1b1b;
}

.bg-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

.about-section {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.about-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #efefef;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .15);
	width: 100%;
	max-width: 350px;
	margin: -20px auto;
}

.about-block .img-holder {
	position: relative;
	min-height: 155px;
	width: 87px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.about-block .img-holder:after {
	content: "";
	width: 17px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: 12px solid rgba(37, 51, 86, .8);
	border-right: 5px solid rgba(189, 27, 27, .6);
}

.about-block .img-holder img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	max-width: none;
}

.about-block .text-holder {
	padding: 15px 7px;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	min-width: 1%;
}

.about-block .text-holder .text {
	width: 100%;
}

.about-block .text-holder h1,
.about-block .text-holder .h1,
.about-block .text-holder h2,
.about-block .text-holder .h2,
.about-block .text-holder h3,
.about-block .text-holder .h3,
.about-block .text-holder h4,
.about-block .text-holder .h4,
.about-block .text-holder h5,
.about-block .text-holder .h5,
.about-block .text-holder h6,
.about-block .text-holder .h6 {
	color: #253356;
}

.about-block .text-holder .btn {
	font: 500 12px/20px "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	max-width: 200px;
	padding: 9px 10px;
}

.service-section {
	position: relative;
	z-index: 3;
	padding: 30px 0;
	background-size: 700px auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.service-section:after,
.service-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .34) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .34) 100%);
}

.service-section:after {
	z-index: -2;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	bottom: auto;
	height: 200px;
}

.service-row {
	padding-bottom: 55px;
	position: relative;
	z-index: 3;
	margin-bottom: 170px;
}

.service-block p {
	margin-bottom: 25px;
}

.service-list {
	padding-top: 3px;
}

.service-list li {
	margin-bottom: 34px;
}

.service-list a {
	text-decoration: none;
}

.service-item .h4 {
	display:inline;
}

.service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-item .img-holder {
	width: 60px;
	height: 50px;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.service-item .img-holder img {
	max-height: 100%;
}

.service-item h1,
.service-item .h1,
.service-item h2,
.service-item .h2,
.service-item h3,
.service-item .h3,
.service-item h4,
.service-item .h4,
.service-item h5,
.service-item .h5,
.service-item h6,
.service-item .h6 {
	font-weight: 800;
	color: #253356;
	line-height: 1;
	letter-spacing: -.03em;
}

.service-item h1:only-child,
.service-item .h1:only-child,
.service-item h2:only-child,
.service-item .h2:only-child,
.service-item h3:only-child,
.service-item .h3:only-child,
.service-item h4:only-child,
.service-item .h4:only-child,
.service-item h5:only-child,
.service-item .h5:only-child,
.service-item h6:only-child,
.service-item .h6:only-child {
	margin-bottom: 0;
}

.service-item .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.service-item h4,
.service-item .h4 {
	font-size: 20px;
	letter-spacing: -.011em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #333;
	height: 50px;
	background: #e5e5e5;
	font-size: 14px;
}

.form-section input[type="text"],
.form-section input[type="tel"],
.form-section input[type="email"],
.form-section input[type="search"],
.form-section input[type="password"],
.form-section textarea {
	width: 100%;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
	opacity: 1;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
	color: transparent;
	opacity: 1;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
	opacity: 1;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
	opacity: 1;
}

input[type="text"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="password"]:focus.placeholder,
textarea:focus.placeholder {
	color: transparent;
	opacity: 1;
}

textarea {
	height: 150px;
}

.form-section {
	padding: 80px 0;
	max-width: 630px;
	margin: 0 auto;
}

.form-section .heading-decorated {
	margin-bottom: 23px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-wrap {
	padding: 8px 0 0;
}

.form-wrap .input-holder {
	margin-bottom: 13px;
	position: relative;
	z-index: 2;
}

.form-wrap .input-holder:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	opacity: .4;
	top: 4px;
	left: 3px;
	z-index: -1;
}

.form-wrap .submit-holder {
	text-align: center;
}

.form-wrap .submit-holder .btn {
	max-width: 200px;
}

.search-form .input-wrapper {
	position: relative;
}

.search-form .input-wrapper input[type="search"] {
	width: 100%;
	height: 40px;
	padding: 5px 45px 5px 8px;
	border: 0;
	outline: none;
}

.search-form .input-wrapper button[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #bd1b1b;
	border: 0;
	padding: 0;
	width: 40px;
	font-size: 20px;
}

.news-section {
	padding: 65px 0;
}

.section-btn {
	padding-top: 8px;
	text-align: center;
}

.news-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background-color: #999;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	box-shadow: 4px 3px 0 0 rgba(0, 0, 0, .15);
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: -.011em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.news-item.item-hover .visible-content {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.news-item.item-hover:before {
	left: -40px;
	opacity: 0;
}

.news-item.item-hover .hover-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.news-item:after {
	content: "";
	display: block;
	width: 0;
	min-height: 313px;
}

.news-item:before {
	-webkit-transition: left .3s ease-in-out, opacity .3s ease-in-out;
	transition: left .3s ease-in-out, opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-left: 30px solid rgba(37, 51, 86, .6);
	border-right: 5px solid rgba(189, 27, 27, .6);
}

.news-item > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.news-item .text-holder {
	padding: 25px 35px;
	width: 100%;
}

.news-item h1,
.news-item .h1,
.news-item h2,
.news-item .h2,
.news-item h3,
.news-item .h3,
.news-item h4,
.news-item .h4,
.news-item h5,
.news-item .h5,
.news-item h6,
.news-item .h6 {
	line-height: 1;
}

.news-item .visible-content {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	max-width: 100%;
	min-width: 1%;
}

.news-item .hover-content {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	padding: 25px;
	background: -webkit-linear-gradient(top, rgba(189, 27, 27, .71) 0%, rgba(37, 51, 86, .71) 100%);
	background: linear-gradient(to bottom, rgba(189, 27, 27, .71) 0%, rgba(37, 51, 86, .71) 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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}

.news-item .hover-content .text {
	margin-bottom: 30px;
	max-height: 108px;
	overflow: hidden;
}

.news-item .btn {
	margin: 0 auto;
}

.news-row {
	padding-top: 45px;
	max-width: 400px;
	margin: 0 auto;
}

.instagram-section {
	padding-top: 20px;
}

.instagram-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 400px;
}

.instagram-list li {
	padding: 5px 0;
	width: 100%;
}

.instagram-block {
	width: 100%;
	padding-top: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.instagram-block:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.instagram-block:after {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: -webkit-linear-gradient(top, rgba(189, 27, 27, .71) 0%, rgba(37, 51, 86, .71) 100%);
	background: linear-gradient(to bottom, rgba(189, 27, 27, .71) 0%, rgba(37, 51, 86, .71) 100%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.instagram-block.instagram-title {
	color: #fff;
	background: #253356;
	text-align: center;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.instagram-block.instagram-title .title-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.instagram-block.instagram-title .title-content .title {
	display: block;
	font-weight: 500;
	font-size: 20px;
}

.instagram-block.instagram-title .title-content [class^="icon-"] {
	display: block;
	font-size: 56px;
	margin-bottom: 11px;
}

.instagram-block.instagram-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.instagram-block.instagram-img:after {
	content: "";
	font-size: 40px;
	font-weight: 400;
}

.breadcrumbs {
	background: #efefef;
	padding: 12px 0;
	color: #6c6d70;
	font-size: 12px;
	text-transform: capitalize;
}

.breadcrumbs a {
	text-decoration: none;
	color: #6c6d70;
}

.breadcrumbs .current {
	font-weight:bold;
}

.content-section {
	padding: 40px 0;
}

.main-col,
.sidebar {
	float:left;
}

.main-col {
	width: 70%;
	padding: 0 40px 0 0;
}

.main-col .heading-decorated h1 {
	font-size: 46px;
	padding: 5px;
}

.main-col .heading-decorated h1 span {
	font-weight: 800;
}

.sidebar {
	width: 30%;
}

.sidebar .block {
	background: #f5f5f5;
	box-shadow: 4px 3px 0 0 #d9d9d9;
	padding: 35px 20px;
	margin: 0 0 30px;
}

.sidebar .nav-wrap ul {
	list-style: none;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	padding: 0 0 0 10px;
	margin: 0;
}

.sidebar .nav-wrap ul li {
	padding: 0 0 10px 0;
}

.sidebar .nav-wrap ul li a {
	text-decoration: none;
	color: #333333;
}

.sidebar .nav-wrap ul li a:hover {
	font-weight: 800;
	color: #bd1b1b;
}

.sidebar h2 {
	font-size: 28px;
}

.sidebar h3 {
	font-size: 23px;
	margin: 0 0 6px;
}

.sidebar .heading-decorated {
    margin-bottom: 16px;
    padding: 0 0 0 10px;
}

.sidebar .heading-decorated.md .heading-content {
   padding: 28px 0 28px 20px;
}

.sidebar .heading-decorated.md .heading-content .decor {
    width: 56px;
}

.sidebar .heading-decorated .decor:after, 
.sidebar .heading-decorated .decor:before {
    height: 13px;
}

.sidebar .subscribe-form .input-wrap {
    position: relative;
}

.sidebar .subscribe-form input[type="email"] {
    border: none;
    font-size: 15px;
    line-height: 16px;
    height: 54px;
    outline: none;
    width: 100%;
    padding: 10px;
    background: #ffffff;
}

.sidebar .subscribe-form button[type="submit"] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #bf180f;
    color: #fff;
    font-size: 30px;
    padding: 0px 12px;
}

.sidebar .press-contacts {
	padding: 0 0 0 10px;
	line-height: 1.5em;
}

@media (min-width: 480px) {
	.footer-row .map-wrapper .map .esriMapContainer {
		height: 250px !important;
	}

	.about-block {
		max-width: 400px;
	}

	.about-block .img-holder {
		width: 130px;
		min-height: 185px;
	}

	.about-block .text-holder {
		padding: 27px 30px;
	}

	.service-section {
		background-size: 770px auto;
	}

	.service-block {
		max-width: 400px;
		margin: 0 auto;
	}

	.service-list {
		max-width: 400px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 12px 0;
	}

	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.header-top .social-networks {
		margin-bottom: 0;
		font-size: 20px;
	}

	.logo {
		height: 76px;
		width: 263px;
		margin-right: 40px;
	}

	.nav-opener.nav-close {
		width: 56px;
		height: 56px;
		top: 4px;
		right: 14px;
	}

	.links-block form {
		width: 178px;
		margin: 0;
	}

	#nav .menu {
		font-size: 42px;
		height: calc(100vh - 200px);
	}

	#nav .menu li {
		padding: 0 30px;
	}

	#nav .menu li .drop {
		font-size: 20px;
		display: block;
	}

	#nav .menu li .drop li {
		padding: 0;
	}

	#nav .menu li .drop li a {
		padding: 6px 42px;
		margin: 0 -30px;
	}

	.social-networks {
		margin: 0 0 0 2px;
	}

	.fade-in-search .search-close {
		top: 15px;
		right: 20px;
	}

	.fade-in-search .form-wrapper {
		padding: 20px 90px;
	}

	.heading-decorated {
		margin-bottom: 30px;
	}

	.heading-decorated.sm .heading-content {
		padding: 26px 0 27px 16px;
	}

	.heading-decorated.sm .heading-content .decor {
		width: 63px;
	}

	.heading-decorated.md .heading-content {
		padding: 32px 0 31px 18px;
		margin-left: -17px;
	}

	.heading-decorated.md .heading-content .decor {
		width: 71px;
	}

	.heading-decorated .heading-content {
		padding: 38px 0 42px 22px;
	}

	.heading-decorated .decor {
		width: 110px;
	}

	.heading-decorated .decor:after,
	.heading-decorated .decor:before {
		height: 15px;
	}

	h1,
	.h1 {
		font-size: 55px;
	}

	h2,
	.h2 {
		font-size: 42px;
	}

	h3,
	.h3 {
		font-size: 32px;
	}

	.select-language-holder {
		margin-right: 16px;
	}

	.hide-on-tablet {
		display: none;
	}

	.footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 -15px;
	}

	.footer-row .col {
		width: 36.3%;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.footer-row .col.col-wide {
		width: 63.7%;
		padding: 0 15px;
	}

	.footer-row .col.align-self-start {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.footer-row .col:first-child:after {
		right: 15px;
	}

	.footer-row .col:nth-child(2):after {
		left: 15px;
		right: -9999px;
		top: -9999px;
	}

	.footer-row .col:last-child:nth-child(odd) {
		margin-bottom: 0;
	}

	.footer-row .map-wrapper {
		margin-left: 0;
		margin-right: -25px;
		margin-bottom: -50px;
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	.footer-row .map-wrapper .map .esriMapContainer {
		height: 330px !important;
	}

	.footer-row .heading-decorated {
		padding-bottom: 32px;
	}

	.footer-row .add-block {
		-webkit-transform: translateY(-150%);
		-ms-transform: translateY(-150%);
		transform: translateY(-150%);
		margin-top: -43px;
	}

	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-list li {
		padding-left: 27px;
		width: 50%;
	}

	.contact-block {
		padding: 30px 0 20px;
	}

	.contact-block h4,
	.contact-block .h4 {
		margin-bottom: 15px;
	}

	.add-block {
		padding: 0;
		text-align: left;
	}

	.add-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.intro-section {
		padding: 100px 0 130px;
	}

	.hero-section {
		padding: 50px 0;
	}

	.intro-section:after,
	.hero-section:after {
		left: 39%;
		border-left: 25px solid rgba(255, 255, 255, .28);
	}

	.intro-section:before {
		min-height: calc(100vh - 270px);
	}

	.hero-section:before {
		min-height: 360px;
	}

	.intro-content {
		width: 57%;
		margin-left: auto;
	}

	.intro-content .heading-content {
		padding: 22px 0 28px 20px;
		font-size: 19px;
	}

	.intro-content .heading-decorated {
		margin-bottom: 25px;
	}

	.intro-content .heading-decorated .decor {
		width: 128px;
	}

	.intro-content .heading-decorated .decor:after,
	.intro-content .heading-decorated .decor:before {
		height: 14px;
	}

	.intro-list {
		font-size: 28px;
	}

	.intro-list > li:not(:last-child) {
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.about-block {
		max-width: 630px;
		margin-top: -70px;
	}

	.about-block .img-holder {
		width: 199px;
		min-height: 320px;
		max-height: 450px;
	}

	.about-block .img-holder:after {
		border-left-width: 22px;
		border-right-width: 8px;
	}

	.about-block .text-holder .heading-decorated {
		margin-bottom: 10px;
	}

	.about-block .text-holder .text {
		max-height: 96px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.about-block .text-holder .btn {
		padding: 13px 15px;
		font-size: 14px;
	}

	.service-section {
		background-size: 1200px auto;
		background-position: bottom -600px center;
	}

	.service-section {
		padding: 50px 0;
	}

	.service-row {
		margin-bottom: 150px;
	}

	.service-block {
		text-align: center;
		max-width: 570px;
	}

	.service-list {
		max-width: 490px;
	}

	.service-list li {
		margin-bottom: 55px;
	}

	.service-item .img-holder {
		width: 86px;
		height: 70px;
		margin-right: 20px;
	}

	.service-item h4,
	.service-item .h4 {
		font-size: 30px;
	}

	.form-section {
		padding: 40px 0;
	}

	.form-wrap {
		padding-top: 17px;
	}

	.form-wrap .input-holder {
		margin-bottom: 44px;
	}

	.form-wrap .form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}

	.form-wrap .form-row .col {
		width: 50%;
		padding: 0 15px;
	}

	.news-section {
		padding: 97px 0 92px;
	}

	.section-btn {
		padding-top: 17px;
	}

	.news-item:after {
		min-height: 270px;
	}

	.news-item .hover-content {
		padding: 30px 25px;
	}

	.news-item .hover-content h3,
	.news-item .hover-content .h3 {
		margin-bottom: 20px;
	}

	.news-row {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		padding-top: 0;
	}

	.news-row .col {
		padding: 0 10px;
		width: 33.33%;
	}

	.instagram-section {
		padding-top: 0;
	}

	.instagram-section .container {
		max-width: none;
	}

	.instagram-list {
		max-width: none;
		margin: 0 -28px;
	}

	.instagram-list li {
		padding: 0 3px 12px;
		width: 33.33%;
	}

	.instagram-block.instagram-title .title-content .title {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#nav {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 67px 0;
	}

	.service-block .heading-decorated {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -20px;
		margin-bottom: 34px;
	}

	.service-block .heading-decorated .decor {
		width: 72px;
	}

	.form-wrap .submit-holder {
		text-align: left;
	}

	.news-item {
		font-size: 12px;
		line-height: 15px;
	}

	.news-item h3,
	.news-item .h3 {
		font-size: 22px;
	}

	.news-item .hover-content .text {
		max-height: 90px;
	}

	.news-item .btn {
		font-size: 12px;
		padding: 7px 15px;
	}

	.main-col {
		width: 65%;
	}

	.sidebar {
		width: 35%;
	}

}

@media (max-width: 1023px) and (min-width: 768px) {
	.nav-active #nav {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 20px 0;
	}

	#header.header-fixed {
		padding: 10px 0;
	}

	#header.header-fixed .logo {
		height: 78px;
		width: 272px;
		padding: 0;
	}

	#header.header-fixed .holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header.header-fixed .header-top {
		display: none;
	}

	#header .holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 21px;
	}

	.header-top .social-networks {
		font-size: 19px;
	}

	.logo {
		height: 145px;
		width: 386px;
		padding: 15px 0;
	}

	.nav-opener {
		display: none;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]) {
		border-radius: 4px;
		background: rgba(19, 19, 19, .9);
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
		color: #fff;
	}

	.links-block form input:not([type="submit"]):not([type="reset"]).placeholder {
		color: #fff;
	}

	.links-block form button {
		color: #fff;
		border-left: 1px solid #535352;
	}

	.links-block form button:hover {
		color: black;
		opacity: 1;
	}

	#nav .menu {
		text-align: left;
		height: auto;
		font-size: 18px;
		margin: 0 -3px;
	}

	#nav .menu .has-drop-down {
		position: relative;
	}

	#nav .menu .has-drop-down:after {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background: #bd1b1b;
		width: 3px;
		opacity: 0;
		visibility: hidden;
	}

	#nav .menu .has-drop-down.hover {
		background: #253356;
	}

	#nav .menu .has-drop-down.hover:after {
		opacity: 1;
		visibility: visible;
	}

	#nav .menu > li.active {
		position: relative;
	}

	#nav .menu > li.active:after {
		content: "";
		position: absolute;
		left: 3px;
		right: 3px;
		bottom: 3px;
		height: 2px;
		background: #bd1b1b;
	}

	#nav .menu > li > a.has-drop-down-a:before,
	#nav .menu > li > a.has-drop-down-a:after {
		display: none;
	}

	#nav .menu li {
		font-weight: 600;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}

	#nav .menu li a {
		padding: 4px 3px 10px;
	}

	#nav .menu li .drop {
		position: absolute;
		display: none;
		top: 100%;
		text-align: left;
		background: #253356;
		opacity: 1;
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		min-width: 220px;
		max-height: none;
		padding: 15px 0;
	}

	#nav .menu li .drop:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 3px;
		background: #bd1b1b;
		z-index: -1;
	}

	#nav .menu li .drop li {
		margin-bottom: 4px;
	}

	#nav .menu li .drop li:last-child {
		margin-bottom: 0;
	}

	#nav .menu li .drop li.hover {
		background: #bd1b1b;
	}

	#nav .menu li .drop li.hover a {
		color: #fff;
	}

	#nav .menu li .drop li a {
		padding: 6px 12px;
		margin: 0;
		font-weight: 400;
	}

	.social-networks {
		font-size: 26px;
		margin: 0 0 0 2px;
	}

	.social-networks li {
		margin-left: 2px;
	}

	body {
		font-size: 16px;
		line-height: 1.88;
	}

	body .buffer {
		font-size: 14px;
		line-height: 1.7em;
	}

	.heading-decorated.sm .heading-content {
		padding: 27px 0 36px 20px;
	}

	.heading-decorated.sm .heading-content .decor {
		width: 83px;
	}

	.heading-decorated.md .heading-content {
		padding: 36px 0 36px 25px;
		margin-left: -10px;
	}

	.heading-decorated.md .heading-content .decor {
		width: 82px;
	}

	.heading-decorated .heading-content {
		padding: 43px 0 50px 28px;
	}

	.heading-decorated .decor {
		width: 140px;
	}

	.heading-decorated .decor:after,
	.heading-decorated .decor:before {
		height: 24px;
	}

	h1,
	.h1 {
		font-size: 55px;
	}

	h2,
	.h2 {
		font-size: 50px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	h4,
	.h4 {
		font-size: 30px;
	}

	.footer {
		padding-bottom: 80px;
	}

	.footer-row .map-wrapper .map .esriMapContainer {
		height: 355px !important;
	}

	.footer-row .add-block {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: -177px;
	}

	.add-block .social-networks {
		font-size: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -8px 20px;
	}

	.add-block .social-networks li {
		padding: 8px;
		display: block;
		margin: 0;
	}

	.add-list {
		font-size: 16px;
	}

	.intro-section {
		padding: 125px 0 130px;
	}

	.hero-section {
		padding: 60px 0 40px;
	}

	.intro-section:after,
	.hero-section:after {
		left: auto;
		width: 787px;
		border-left-width: 30px;
	}

	.intro-section:before {
		min-height: calc(100vh - 305px);
	}

	.hero-section:before {
		min-height: 500px;
	}

	.intro-content {
		width: 100%;
		max-width: 733px;
	}

	.intro-content .heading-content {
		padding: 27px 0 36px 20px;
		font-size: 20px;
	}

	.hero-section .intro-content .heading-content {
	    padding: 34px 0 32px 0px;
	    font-size: 20px;
	}

	.intro-content .heading-decorated {
		margin-bottom: 10px;
	}

	.intro-content .heading-decorated .decor {
		width: 160px;
	}

	.hero-section .intro-content .heading-decorated .decor {
		width: 90px;
	}

	.intro-content .heading-decorated .decor:after,
	.intro-content .heading-decorated .decor:before {
		height: 22px;
	}

	.about-section {
		margin-bottom: 60px;
	}

	.about-block {
		max-width: 1050px;
		box-shadow: 8px 8px 0 0 rgba(0, 0, 0, .15);
	}

	.about-block .img-holder {
		width: 346px;
		min-height: 430px;
		max-height: 550px;
	}

	.about-block .text-holder .heading-decorated {
		margin-bottom: 5px;
	}

	.about-block .text-holder .text {
		max-height: 180px;
		margin-bottom: 25px;
	}

	.service-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 130px;
	}

	.service-row .col {
		padding-right: 70px;
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.service-block {
		max-width: none;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
	}

	.service-block .heading-decorated {
		margin-bottom: 41px;
	}

	.service-block .text:not(:last-child) {
		margin-bottom: 56px;
	}

	.service-list {
		max-width: none;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 16px;
	}

	.form-section {
		max-width: none;
	}

	.form-section .heading-decorated {
		margin-bottom: 17px;
	}

	.form-wrap {
		padding-top: 9px;
	}

	.form-wrap .form-row .col {
		width: 33.33%;
	}

	.section-btn {
		padding-top: 22px;
	}

	.news-item {
		line-height: 1.71;
		margin-bottom: 35px;
	}

	.news-item:after {
		min-height: 350px;
	}

	.news-item .hover-content {
		padding: 45px 25px;
	}

	.news-item .hover-content .text {
		max-height: 142px;
	}

	.news-row {
		padding-top: 20px;
		margin: 0 -15px;
	}

	.news-row .col {
		padding: 0 15px;
	}

	.instagram-list li {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.header-top {
		margin-bottom: 11px;
	}

	#nav .menu {
		margin: 0 -15px;
	}

	#nav .menu > li.active:after {
		left: 15px;
		right: 15px;
	}

	#nav .menu li a {
		padding: 14px 15px 10px;
	}

	#nav .menu li .drop {
		padding: 12px 0;
	}

	.footer-row .col {
		width: 30.9%;
		margin-bottom: 27px;
	}

	.footer-row .col.col-wide {
		width: 69.1%;
	}

	.footer-row .map-wrapper {
		margin-right: calc(((100vw - 1220px)/2 + 25px)*-1);
	}

	.footer-row .heading-decorated {
		padding-bottom: 20px;
	}

	.about-block .text-holder {
		padding: 35px 58px;
	}

	.about-block .text-holder .heading-decorated {
		margin-left: -22px;
	}

	.service-section {
		background-size: 1500px auto;
		background-position: bottom -900px center;
	}

	.service-row .col {
		padding-right: 92px;
	}

	.service-list li:last-child {
		margin-bottom: 20px;
	}

	.news-item:after {
		min-height: 430px;
	}

	.instagram-block.instagram-title .title-content .title {
		font-size: 24px;
	}

	.instagram-block.instagram-title .title-content [class^="icon-"] {
		font-size: 70px;
		margin-bottom: 5px;
	}
}

@media (min-width: 1490px) {
	.intro-section:after,
	.hero-section:after {
		width: calc((100vw - 1490px)/2 + 730px);
	}

	.intro-content {
		max-width: 620px;
	}

	.service-section {
		background-size: 2400px auto;
		background-position: bottom -1830px center;
	}
}

@media (max-width: 1023px) {
	.nav-active #header:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: -999px;
		background: -webkit-linear-gradient(top, #253356 0%, #bd1b1b 100%);
		background: linear-gradient(to bottom, #253356 0%, #bd1b1b 100%);
		z-index: -1;
	}

	#nav .menu {
		overflow-y: auto;
	}

	#nav .menu > li > a.has-drop-down-a {
		padding-right: 30px;
	}

	.service-block .btn.last-on-mobile {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.instagram-list li:nth-child(3) ~ * {
		display: none;
	}

	.main-col .heading-decorated h1 {
    font-size: 34px;
	}
}

@media (max-width: 767px) {
	.nav-drop {
		-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.bg-video {
		display:none;
	}

	.bg-video-holder {
    background-position: 35% 50%;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.nav-drop .nav-wrapper {
		padding: 50px 25px 30px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.links-block {
		margin-bottom: 3px;
		text-align: center;
	}

	.select-language-holder {
		position: absolute;
		top: 12px;
	}

	.hide-on-mobile {
		display: none;
	}

	.about-block .text-holder .text {
		display: none;
	}

	.news-item .btn {
		padding: 9px 15px;
		max-width: 180px;
		font-size: 13px;
	}

	.main-col,
	.sidebar {
		width: 100%;
		float:none;
		padding: 0 0 30px;
	}

	.main-col .heading-decorated h1 {
    font-size: 30px;
	}

	.buffer h2 {
    font-size: 24px;
	}

	.buffer h3 {
    font-size: 22px;
	}
}
