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

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

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

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

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

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

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

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

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

/*! 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;
}

.contact-list,
.footer-nav,
.nav-list,
.nav .open-close .slide,
.archives-list,
.pagination-list {
	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: #314144;
	background: #fff;
	font: 22px/1.75 "Lato", "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;
}

body {
	letter-spacing: .058em;
	font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 0 0 34px;
	color: inherit;
	line-height: 1.533;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	display: block;
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #da6634;
}

h1,
.h1 {
	font-size: 25px;
}

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

h3,
.h3 {
	font-size: 20px;
	letter-spacing: .07em;
}

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

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

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

p {
	margin: 0 0 1em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	color: #da6634;
	text-decoration: none;
}

a:hover {
	color: #a4461e;
}

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;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #acacac;
	border-radius: 3px;
	padding: 13.5px 19px;
	outline: none;
}

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

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

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

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

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

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

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

textarea {
	min-height: 100px;
	resize: none;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.contact-form .input-holder {
	margin-bottom: 20px;
}

.contact-form .input-holder label {
	display: block;
	margin-bottom: 5px;
}

.contact-form .input-holder.input-error label {
	color: #9e1c1c;
}

.contact-form .input-holder.input-error input,
.contact-form .input-holder.input-error textarea {
	border-color: #9e1c1c;
}

.contact-form .input-group {
	margin: 0 -19px;
}

.contact-form .input-group .input-holder {
	width: 100%;
	padding: 0 19px;
}

.contact-form .btn-holder {
	padding-top: 51px;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
}

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

.slick-arrow {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	font-size: 0;
	padding: 0;
	border: 0;
	width: 50px;
	height: 50px;
	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;
	background-color: rgba(255, 255, 255, .1);
}

.slick-arrow:hover {
	background-color: rgba(255, 255, 255, .52);
}

.slick-arrow:hover::before {
	border-color: rgba(0, 0, 0, .52);
}

.slick-arrow::before {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	border-top: 4px solid rgba(255, 255, 255, .52);
	border-left: 4px solid rgba(255, 255, 255, .52);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.slick-arrow.slick-next::before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-right: 10px;
}

.slick-arrow.slick-prev::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
}

html,
body {
	height: 100%;
}

body.nav-active {
	overflow: hidden;
}

.wrapper {
	min-height: 100%;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border: 5px solid #e6e6e6;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.container,
.header-inner,
.footer,
.title-block,
.section-news,
.news-block .block-content,
.section-information {
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.logo {
	display: inline-block;
	vertical-align: top;
	max-width: 150px;
}

.btn-holder {
	text-align: center;
}

.subtitle {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-style: italic;
	font-family: "PT Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: .04em;
}

.text-lead {
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 20px;
	color: #6b767a;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.75;
}

.text-lead p {
	margin-bottom: 32px;
	letter-spacing: .07em;
}

.text-lead p:last-child {
	margin-bottom: 0;
}

.text-lead a {
	color: inherit;
	text-decoration: underline;
}

.text-lead a:hover {
	text-decoration: none;
}

figure {
	margin: 0;
}

figure figcaption {
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #6b767a;
}

address {
	font-style: normal;
}

.contact-list b {
	text-transform: uppercase;
}

.contact-list a {
	color: inherit;
}

.contact-list a:hover {
	color: #da6634;
}

.overlay {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(165, 165, 165, .7);
	opacity: 0;
	visibility: hidden;
}

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

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

.cards .card-holder {
	width: 100%;
	margin-bottom: 31px;
	padding: 0 15px;
}

.js-slide-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	display: block !important;
}

.fancybox-slide {
	padding: 15px;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: .15em;
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.header .login {
	margin-left: auto;
	margin-right: 15px;
	text-transform: uppercase;
}

.footer {
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
}

.footer-nav {
	padding-top: 30px;
	margin-bottom: 35px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
	border-top: 1px solid rgba(107, 118, 122, .65);
}

.footer-nav li {
	margin-bottom: 5px;
}

.footer-nav a {
	display: block;
	color: rgba(165, 165, 165, .85);
}

.footer-nav a:hover {
	color: #da6634;
}

.footer-bottom p {
	margin-bottom: 10px;
	font-size: 14px;
}

.footer-bottom a {
	color: inherit;
}

.footer-bottom a:hover {
	color: #da6634;
}

.nav {
	-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: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	height: 100vh;
	width: 80%;
	padding: 33px 0;
	background-color: #fff;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.nav-list {
	text-transform: uppercase;
}

.nav-list > li {
	margin: 0 15px;
	margin-bottom: 10px;
}

.nav-list > li > a,
.nav-list > li > span {
	position: relative;
}

.nav-list > li > a::before,
.nav-list > li > span::before {
	-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;
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #314144;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.nav-list > li > a:hover::before,
.nav-list > li > span:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-list > li.active > a::before,
.nav-list > li.active > span::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-list a,
.nav-list span {
	display: block;
	color: #314144;
}

.nav .open-close {
	position: relative;
}

.nav .open-close::after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -17px;
	right: -17px;
	bottom: -10px;
	background-color: transparent;
}

.nav .open-close .opener::before {
	-webkit-transition: bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, bottom .3s ease-in-out;
	transition: transform .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav .open-close .slide {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	z-index: 5;
	display: block;
	padding: 10px 15px;
	min-width: 100%;
	background-color: transparent;
}

.nav .open-close .slide a {
	display: block;
}

.nav .open-close .slide a:hover {
	color: #da6634;
}

.nav .open-close.active-drop::after {
	background-color: #f2f2f2;
}

.nav .open-close.active-drop .slide {
	background-color: #f2f2f2;
}

.nav .open-close.active-drop .opener::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav .nav-opener {
	margin-left: auto;
	margin-right: 15px;
	margin-bottom: 30px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.nav-active .nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav-opener {
	color: inherit;
	font-size: 20px;
}

.nav-opener:hover {
	color: #da6634;
}

.btn {
	min-width: 208px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 19px;
	color: #fff;
	background-color: #da6634;
	border: 0;
	border-radius: 5px;
	font-size: inherit;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}

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

.btn:focus {
	color: #fff;
}

.btn-gray {
	background-color: rgba(49, 65, 68, .71);
}

.btn-gray:hover {
	background-color: #314144;
}

.btn-large {
	min-width: 251px;
}

.card-video {
	display: block;
	color: inherit;
}

.card-video:hover {
	color: #da6634;
}

.card-video:hover .icon-play {
	color: #da6634;
}

.card-video:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-video .card-img {
	margin-bottom: 15px;
	position: relative;
	height: 0;
	padding-top: 65%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	background-color: #e6e6e6;
}

.card-video .card-img img {
	-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%;
	height: 100%;
	object-fit: cover;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.card-video .icon-play {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: rgba(255, 255, 255, .8);
}

.card-video h3 {
	text-transform: uppercase;
}

.card-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-info .card-img {
	margin-bottom: 20px;
	display: block;
	position: relative;
	height: 0;
	padding-top: 75.5%;
	overflow: hidden;
	background-color: #e6e6e6;
}

.card-info .card-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-info .card-img img {
	-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%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.card-info .card-body {
	margin-bottom: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	letter-spacing: .05em;
}

.card-info h3 {
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 5px;
	min-height: 60px;
}

.title-block {
	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;
	border-top: 1px solid rgba(107, 118, 122, 0.5);
}

.title-block .title {
	padding: 0;
	position: relative;
	text-align: center;
}

.title-block .title::before,
.title-block .title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 88px;
	height: 1px;
	background-color: #6b767a;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title-block .title::before {
	left: -125px;
}

.title-block .title::after {
	right: -125px;
}

.title-block h2 {
	margin-bottom: 0;
	letter-spacing: .04em;
}

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

.post-text {
	width: 100%;
	position: relative;
	padding: 0;
}

.post-text::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
}

.post .text {
	position: relative;
	padding: 35px 10px 45px;
	line-height: 1.75;
}

.post .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #da6634;
}

.post .text a {
	color: inherit;
}

.post .text a:hover {
	color: #da6634;
}

.post-img {
	width: 100%;
}

.post .img {
	position: relative;
	height: 0;
	padding-top: 103.16%;
}

.post .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post h3 {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.post p {
	margin-bottom: 16px;
}

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

.card-news {
	display: block;
	color: inherit;
}

.card-news:hover {
	color: inherit;
}

.card-news:hover h3 {
	color: #da6634;
}

.card-news:hover .card-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-news .card-img {
	margin-bottom: 15px;
	display: block;
	position: relative;
	padding-top: 66%;
	overflow: hidden;
}

.card-news .card-img img {
	-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%;
	height: 100%;
	object-fit: cover;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.card-news h3 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #6b767a;
}

.card-news .date {
	display: block;
}

.archives {
	margin-bottom: 35px;
	line-height: 1.2;
	letter-spacing: -.02em;
}

.archives .title {
	display: block;
	margin-bottom: 15px;
}

.archives-list {
	line-height: 1.35;
}

.archives-list a {
	color: inherit;
}

.archives-list a:hover {
	color: #da6634;
}

.pagination {
	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;
	font-size: 18px;
	color: #a5a5a5;
}

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

.pagination-list li {
	margin: 0 3px;
}

.pagination-list a {
	color: inherit;
}

.pagination-list a:hover {
	color: #da6634;
}

.news-slider {
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
	display: none;
}

.news-slider .slick-list {
	margin: 0 -15px;
}

.news-slider .slick-slide {
	margin: 0 15px;
}

.news-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	width: 32px;
	height: 39px;
	background-color: rgba(165, 165, 165, .53);
}

.news-slider .slick-arrow:hover {
	background-color: #7f7f7f;
}

.news-slider .slick-arrow::before {
	width: 15px;
	height: 15px;
	border-color: #fff;
}

.news-slider .slick-arrow.slick-prev {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.news-slider .slick-arrow.slick-prev::before {
	margin-left: 5px;
}

.news-slider .slick-arrow.slick-next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.news-slider .slick-arrow.slick-next::before {
	margin-right: 5px;
}

.news-slider.slick-initialized {
	display: block;
}

.projects-slider {
	position: relative;
	padding: 0 15px;
	margin-bottom: 70px;
	display: none;
}

.projects-slider .slick-slide {
	margin: 0 15px;
}

.projects-slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	width: 32px;
	height: 39px;
	background-color: rgba(165, 165, 165, .53);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.projects-slider .slick-arrow:hover {
	background-color: #7f7f7f;
}

.projects-slider .slick-arrow::before {
	width: 15px;
	height: 15px;
	border-color: #fff;
}

.projects-slider .slick-arrow.slick-prev {
	left: 0;
}

.projects-slider .slick-arrow.slick-prev::before {
	margin-left: 5px;
}

.projects-slider .slick-arrow.slick-next {
	right: 0;
}

.projects-slider .slick-arrow.slick-next::before {
	margin-right: 5px;
}

.projects-slider .img {
	position: relative;
	padding-top: 66%;
}

.projects-slider .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projects-slider.slick-initialized {
	display: block;
}

.map {
	margin-bottom: 70px;
}

.map-holder {
	position: relative;
	padding-top: 18.3%;
	overflow: hidden;
	min-height: 300px;
}

.map-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.section-hero {
	min-height: 180px;
	position: relative;
	margin-bottom: 50px;
	padding: 35px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #da6634;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e6e6e6;
}

.section-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .85);
}

.section-hero .container,
.section-hero .header-inner,
.section-hero .footer,
.section-hero .title-block,
.section-hero .section-news,
.section-hero .news-block .block-content,
.news-block .section-hero .block-content,
.section-hero .section-information {
	position: relative;
	max-width: 1250px;
}

.section-hero h1 {
	margin-bottom: 0;
}

.section-hero.hero-light {
	margin-top: 0;
	color: #fff;
	letter-spacing: .13em;
}

.section-hero.hero-light::before {
	background-color: rgba(0, 0, 0, .46);
}

.section-hero.hero-primary {
	color: #fff;
	letter-spacing: .13em;
}

.section-hero.hero-primary::before {
	background-color: rgba(255, 255, 255, .11);
}

.section-hero.hero-primary .container,
.section-hero.hero-primary .header-inner,
.section-hero.hero-primary .footer,
.section-hero.hero-primary .title-block,
.section-hero.hero-primary .section-news,
.section-hero.hero-primary .news-block .block-content,
.news-block .section-hero.hero-primary .block-content,
.section-hero.hero-primary .section-information {
	max-width: 1500px;
}

.section-slider {
	margin-bottom: 50px;
}

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

.section-slider .slide-item {
	position: relative;
	height: 0;
	padding-top: 44.6%;
	min-height: 390px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-slider .slide-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 25px 15px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, .46);
	color: #fff;
	letter-spacing: .13em;
}

.section-slider h1 {
	margin-bottom: 0;
}

.section-slider .slick-next {
	position: absolute;
	z-index: 10;
	bottom: 5px;
	right: 15px;
}

.section-slider .slick-prev {
	position: absolute;
	z-index: 10;
	bottom: 5px;
	right: 78px;
}

.section-slider .slick-slider {
	display: none;
}

.section-slider .slick-slider.slick-initialized {
	display: block;
}

.section-videos {
	margin-bottom: 50px;
	letter-spacing: .1em;
}

.section-videos.video-archive {
	margin-bottom: 0;
}

.section-videos h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}

.section-videos h2 b {
	font-weight: 600;
}

.section-videos.section-large {
	padding-top: 18px;
}

.section-news {
	padding-top: 20px;
	margin-bottom: 50px;
}

.section-news .title-block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-news .news-block {
	margin-left: -15px;
	margin-right: -15px;
}

.section-news .news-block .block-content {
	max-width: 1200px;
}

.news-block {
	position: relative;
	padding: 35px 0 35px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e6e6e6;
	text-align: center;
	letter-spacing: .13em;
}

.news-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .89);
}

.news-block .block-content {
	position: relative;
}

.news-block h1 {
	margin-bottom: 30px;
	color: #6b767a;
}

.news-block .date {
	display: block;
	margin-bottom: 40px;
	letter-spacing: -0;
}

.section-info {
	margin-bottom: 10px;
}

.section-info .cards-wrapper {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid rgba(107, 118, 122, .65);
}

.section-info .card-info {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
}

.section-info .card-info::before {
	-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;
	z-index: 1;
	top: -120px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #da6634;
	opacity: 0;
	visibility: hidden;
}

.section-information .block-inner {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	border-top: 1px solid rgba(107, 118, 122, .65);
}

.section-information .block-col {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.section-information .block-col:last-child {
	margin-bottom: 0;
}

.section-information .icon {
	font-size: 35px;
	margin-bottom: 10px;
	color: #da6634;
}

.section-information h3 {
	margin-bottom: 20px;
}

.section-information.no-border .block-inner {
	border-top: 0;
}

.section-information.section-small .block-inner {
	/*padding-bottom: 18px;*/
}

.section-text {
	margin-bottom: 50px;
}

.section-text .section-inner {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(107, 118, 122, .65);
}

.section-text h3 {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.section-text .text-img h3 {
	margin-bottom: 10px;
}

.section-text .text {
	margin-bottom: 50px;
}

.section-text .text p {
	margin-bottom: 32px;
}

.section-text .text p:last-child {
	margin-bottom: 0;
}

.section-text .text a {
	color: inherit;
	text-decoration: underline;
}

.section-text .text a:hover {
	text-decoration: none;
}

.section-text.no-border .section-inner {
	border-bottom: 0;
	padding-bottom: 0;
}

.section-text.text-projects {
	margin-bottom: 0;
}

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

.section-posts .post {
	margin-bottom: 50px;
}

.section-posts .post:last-child {
	margin-bottom: 0;
}

.section-news-posts,
.section-blog {
	margin-bottom: 70px;
	padding-top: 35px;
}

.section-news-posts {
	margin-bottom: 0;
}

.section-news-posts.with-slider {
	margin-bottom: 50px;
}

.section-news-posts .section-inner,
.section-blog .section-inner {
	position: relative;
}

.section-news-posts .cards,
.section-blog .cards {
	margin-bottom: 31px;
}

.section-news-posts .cards .card-holder,
.section-blog .cards .card-holder {
	margin-bottom: 35px;
}

.section-blog {
	margin-bottom: 45px;
}

.section-blog .section-inner {
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(107, 118, 122, .65);
}

.section-blog .blog-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22.5px;
	margin-bottom: 35px;
}

.section-blog .blog-title .col-img {
	width: 100%;
	padding: 0 22.5px;
	margin-bottom: 15px;
}

.section-blog .blog-title .col-title {
	width: 100%;
	padding: 0 22.5px;
}

.section-blog .blog-title h1 {
	margin-bottom: 21px;
	color: #6b767a;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.section-blog .blog-title .img {
	position: relative;
	padding-top: 59%;
}

.section-blog .blog-title .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-blog .blog-text p {
	margin-bottom: 32px;
}

.section-blog .blog-text p:last-child {
	margin-bottom: 0;
}

.section-form {
	margin-bottom: 50px;
	padding: 0;
}

.nav .open-close .slide li a {
	line-height: 22px;
}

.section-videos .cards h3 {
	margin-bottom: 25px;
}

@media (min-width: 601px) {
	.wrapper {
		border: 15px solid #e6e6e6;
	}
	.g-text-wrapper h1 {
		width: 90%;
		margin: auto;
	}
}
@media (min-width: 768px) {
	.wrapper {
		border: 25px solid #e6e6e6;
	}
	.contact-form .input-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-form .input-group .input-holder {
		width: 50%;
	}

	.cards .card-holder {
		width: 33.33333%;
	}

	.footer {
		text-align: left;
	}

	.footer-nav {
		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;
	}

	.footer-nav li {
		margin: 0 10px;
	}

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

	.nav {
		width: 60%;
	}

	.card-info .card-body {
		padding-right: 30px;
	}

	.post-text {
		width: 66.5%;
		padding: 0 50px;
	}

	.post-text::before {
		left: 0;
		right: -160px;
	}

	.post-img {
		width: 33.5%;
	}

	.post h3 {
		margin-bottom: 40px;
	}

	.post.reversed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.post.reversed .post-text::before {
		right: 0;
		left: -160px;
	}

	.projects-slider {
		padding: 0 20px;
	}

	.section-slider .slide-text {
		height: auto;
	}

	.section-info .card-info {
		width: 50%;
	}

	.section-information .block-col {
		margin-bottom: 0;
		width: 50%;
		padding: 0 15px;
	}

	.section-text .text-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section-text .text-img .img-col {
		padding-top: 30px;
		padding-left: 50px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 50%;
	}
	.section-news-posts.with-slider {
		margin-bottom: 70px;
	}
}

@media (min-width: 1024px) {
	.contact-form .input-holder {
		margin-bottom: 20px;
	}

	.logo {
		max-width: none;
	}
	.logo-container {
		max-width: 364px;
		text-align: center;
	}
	.logo-container a.logo {
		width: 80%;
	}

	.logo-container a.logo img {

	}

	.subtitle {
		font-size: 22px;
		line-height: 22px;
	}

	figure figcaption {
		font-size: 16px;
	}

	.header {
		padding-top: 30px;
		padding-bottom: 40px;
		font-size: 14px;
	}

	.header-top {
		margin-bottom: 25px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header .login {
		margin: 0;
		position: absolute;
		right: 0;
		bottom: -15px;
	}

	.footer {
		padding-bottom: 0px;
	}

	.footer-nav {
		margin-bottom: 40px;
	}

	.footer-nav li {
		margin: 0 30px;
	}

	.nav {
		position: static;
		display: block;
		width: auto;
		height: auto;
		padding: 20px 0 20px;
		background-color: transparent;
		border-top: 1px solid #6b767a;
		border-bottom: 1px solid #6b767a;
		overflow-y: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.nav-list {
		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;
	}

	.nav-list > li {
		margin: 0 9px;
	}

	.nav .open-close .slide {
		position: absolute;
		top: 100%;
		left: -17px;
		right: auto;
		/*right: -17px;*/
		/*padding: 24px 24px 13px;*/
		padding: 20px 24px 13px;
		min-width: 173px;
	}
	.nav .open-close .slide li {
		margin-bottom: 15px;
	}

	.nav .open-close.active-drop .opener::before {
		/*bottom: -13px;*/
	}

	.nav-opener {
		display: none;
	}

	.card-video .icon-play {
		font-size: 90px;
	}

	.card-info .card-img {
		margin-bottom: 25px;
	}

	.card-info .card-body {
		margin-bottom: 40px;
	}

	.card-info h3 {
		min-height: 60px;
		margin-bottom: 14px;
	}

	.title-block .title {
		padding: 0 180px;
	}

	.title-block .title::before {
		left: 0;
	}

	.title-block .title::after {
		right: 0;
	}

	.archives {
		margin-bottom: 0;
		text-align: right;
	}

	.archives .title {
		margin-bottom: 30px;
	}

	.news-slider {
		padding-bottom: 130px;
	}

	.projects-slider {
		padding: 15px 68px;
		margin: 0 -73px;
		margin-bottom: 70px;
	}

	.projects-slider::before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 118px;
		bottom: 0;
		background-color: #fff;
	}

	.projects-slider::after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: 118px;
		bottom: 0;
		background-color: #fff;
	}

	.projects-slider .slick-list {
		padding: 0 155px;
	}

	.projects-slider .slick-arrow.slick-prev {
		left: 27px;
	}

	.projects-slider .slick-arrow.slick-next {
		right: 27px;
	}

	.map {
		margin-bottom: 60px;
	}

	.section-hero {
		padding: 70px 0;
		margin-bottom: 40px;
	}

	.section-hero.hero-primary {
		margin-bottom: 60px;
		padding: 70px 0;
	}

	.section-slider {
		margin-bottom: 80px;
	}

	.section-slider .slide-item.text-right .slide-text {
		top: 0;
		left: auto;
		right: 0;
		width: 500px;
		padding: 61px 64px;
	}

	.section-slider .slide-text {
		display: block;
		padding: 47px 200px 30px 70px;
	}

	.section-slider .slick-next {
		bottom: 35px;
		right: 35px;
	}

	.section-slider .slick-prev {
		bottom: 35px;
		right: 98px;
	}

	.section-videos {
		margin-bottom: 60px;
	}

	.section-videos.video-archive {
		margin-bottom: 20px;
	}

	.section-videos h2 {
		margin-bottom: 40px;
	}

	.section-videos .cards {
		margin-bottom: 0px;
	}

	.section-videos.section-large .card-video .icon-play {
		font-size: 90px;
	}

	.section-videos .cards h3 {
		margin-bottom: 30px;
	}

	.section-news {
		margin-bottom: 60px;
	}

	.section-news .title-block {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.news-block {
		padding: 80px 0 70px;
	}

	.news-block h1 {
		margin-bottom: 42px;
	}

	.news-block .date {
		margin-bottom: 65px;
		font-size: 18px;
	}

	.section-info {
		margin-bottom: 60px;
	}

	.section-info .cards-wrapper {
		padding-top: 60px;
	}

	.section-info .card-info {
		width: 25%;
		margin-bottom: 30px;
	}

	.section-info .card-info:hover::before {
		opacity: 1;
		visibility: visible;
	}

	.section-information .block-inner {
		padding: 60px 0 60px;
	}

	.section-information .icon {
		font-size: 45px;
		margin-bottom: 30px;
	}

	.section-information h3 {
		margin-bottom: 25px;
	}

	.section-information.no-border {
		margin-bottom: 0px;
	}

	.section-text {
		margin-bottom: 60px;
	}

	.section-text .section-inner {
		padding-bottom: 108px;
		padding: 0 44px;
	}

	.section-text h3 {
		margin-bottom: 30px;
	}

	.section-text .text {
		margin-bottom: 60px;
	}

	.section-text.text-projects {
		margin-bottom: 0;
	}

	.section-text.text-projects .section-inner {
		padding-bottom: 100px;
	}

	.section-text.text-projects .text {
		margin-bottom: 60px;
	}

	.section-text.text-projects .btn-holder {
		padding-top: 0;
	}

	.section-posts {
		margin-bottom: 100px;
	}

	.section-posts .section-inner {
		padding: 0 40px;
	}

	.section-posts .post {
		margin-bottom: 60px;
	}

	.section-news-posts,
	.section-blog {
		margin-bottom: 20px;
		padding-top: 30px;
	}

	.section-news-posts .section-inner,
	.section-blog .section-inner {
		padding: 0 100px;
	}
	.section-blog .section-inner {
		padding-bottom: 60px;
	}

	.section-news-posts .cards .card-holder,
	.section-blog .cards .card-holder {
		margin-bottom: 60px;
	}

	.section-news-posts .archives,
	.section-blog .archives {
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
	}

	.section-news-posts.with-slider,
	.with-slider.section-blog {
		margin-bottom: 100px;
	}

	.section-blog {
		margin-bottom: 60px;
	}

	.section-blog .blog-title {
		margin-bottom: 60px;
	}

	.section-blog .blog-title .col-img {
		width: 51%;
		margin-bottom: 0;
	}

	.section-blog .blog-title .col-title {
		width: 46%;
	}

	.section-blog .blog-title .col-title.title-full {
		width: 80%;
	}

	.section-form {
		margin-bottom: 100px;
		padding: 0 80px;
	}

	.g-text-wrapper h1 {
		width: 68%;
		margin: auto;
	}
	#tribe-events-pg-template, .tribe-events-pg-template {
		padding-top: 20px!important;
	}
	.section-info .card-info::before {
		top: -60px;
	}
}

@media (min-width: 1130px) {
	.header {
		font-size: 14px;
	}
	.nav-list > li {
		margin: 0 8px;
	}
}

@media (min-width: 1300px) {
	body {
		font-size: 16px;
	}

	h1,
	.h1 {
		font-size: 25px;
	}

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

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

	.contact-form .input-holder label {
		margin-bottom: 13px;
		font-size: 20px;
	}

	.wrapper {
		border: 33px solid #e6e6e6;
	}

	.container,
	.header-inner,
	.footer,
	.title-block,
	.section-news,
	.news-block .block-content,
	.section-information {
		padding: 0 40px;
	}

	.text-lead {
		padding-top: 20px;
		font-size: 20px;
		margin-bottom: 120px;
	}

	.cards {
		margin: 0 -31px;
	}

	.cards .card-holder {
		padding: 0 31px;
	}

	.fancybox-slide {
		padding: 44px;
	}

	.header {
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 14px;
	}

	.footer-nav {
		font-size: 16px;
	}

	.nav-list > li {
		margin: 0 13px;
	}

	.card-video .icon-play {
		font-size: 112px;
	}

	.post {
		font-size: 16px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-news {
		font-size: 16px;
	}

	.archives {
		font-size: 18px;
	}

	.news-slider .slick-list {
		margin: 0 -22.5px;
	}

	.news-slider .slick-slide {
		margin: 0 22.5px;
	}

	.projects-slider {
		margin-bottom: 80px;
	}

	.projects-slider .slick-slide {
		margin: 0 22.5px;
	}

	.section-slider .slide-item.text-right .slide-text {
		width: 652px;
	}

	.section-videos.section-large .cards {
		margin: 0 -24.5px;
		margin-bottom: 0px;
	}

	.section-videos.section-large .cards .card-holder {
		margin-bottom: 60px;
		padding: 0 24.5px;
	}

	.section-news .news-block {
		margin-left: -40px;
		margin-right: -40px;
	}

	.section-information .block-inner {
		padding: 100px 95px 100px;
	}

	.section-information .block-col {
		padding: 0 30px;
	}

	.section-information.section-small .block-inner {
		padding: 30px 0 100px;
	}

	.section-news-posts .cards,
	.section-blog .cards {
		margin: 0 -22.5px;
	}

	.section-news-posts .cards .card-holder,
	.section-blog .cards .card-holder {
		padding: 0 22.5px;
	}

	.section-blog {
		font-size: 16px;
	}

	.section-form {
		margin-bottom: 190px;
	}
	.section-hero {
		margin-bottom: 70px;
		min-height: 226px;
	}
	.section-text .text {
		margin-bottom: 100px;
	}
	.section-info .cards-wrapper {
		padding-top: 120px;
	}
	.section-info .card-info::before {
		top: -120px;
	}
	.section-news {
		margin-bottom: 120px;
	}
	.section-info {
		margin-bottom: 100px;
	}
	.footer-nav {
		margin-bottom: 60px;
	}
	.section-news .title-block {
		padding-top: 80px;
		padding-bottom: 78px;
	}
	.section-videos {
		margin-bottom: 100px;
	}
	.header-top {
		margin-bottom: 37px;
	}
	.nav {
		padding: 30px 0 30px;
	}
	.section-slider {
		margin-bottom: 120px;
	}
	.section-videos h2 {
		margin-bottom: 75px;
	}
	.section-text {
		margin-bottom: 107px;
	}
	.section-posts .post {
		margin-bottom: 120px;
	}
	.section-posts {
		margin-bottom: 145px;
	}
	.section-news-posts .cards .card-holder,
	.section-blog .cards .card-holder {
		margin-bottom: 100px;
	}
	.section-news-posts,
	.section-blog {
		margin-bottom: 60px;
	}
	.contact-us .section-form {
		margin-bottom: 100px;
	}
}

@media (min-width: 1250px) {
	.nav-list > li {
		margin: 0 13px;
	}
}

@media (min-width: 1300px) {
	.header {
		font-size: 15px;
	}
	.nav-list > li {
		margin: 0 16px;
	}
}

@media (min-width: 1400px) {
	.header {
		font-size: 16px;
	}
	.nav-list > li {
		margin: 0 19px;
	}
	.container, .header-inner, .footer, .title-block, .news-block .block-content, .section-information {
		max-width: 1270px;
		padding: 0;
	}
	.tg-container {
		max-width: 1270px;
		padding: 0;
		margin: auto;
	}
    .section-news-posts .section-inner, .section-blog .section-inner {
        padding: 0 120px 0 80px;
    }
	.section-blog .section-inner {
		padding-bottom: 80px;
	}
    .section-news-posts .archives, .section-blog .archives {
        width: 120px;
    }
	.g-text-wrapper h1 {
		width: 58%;
		margin: auto;
	}
}

@media (min-width: 1800px) {
	.wrapper {
		border: 33px solid #e6e6e6;
	}

	.container,
	.header-inner,
	.footer,
	.title-block,
	.section-news,
	.news-block .block-content,
	.section-information {
		padding: 0;
	}

	.nav-list > li {
		margin: 0 20px;
	}

	.post-text {
		padding: 0 135px 0 158px;
	}

	.post .text {
		padding: 70px 0 56px;
	}

	.post.reversed .post-text {
		padding: 0 158px 0 135px;
	}

	.section-videos.section-large {
		padding: 0 175px;
		margin-bottom: 162px;
	}

	.section-videos.video-archive.section-large {
		margin-bottom: 20px;
	}

	.section-news .news-block {
		margin-left: -86px;
		margin-right: -86px;
	}

	.section-information .block-col {
		padding: 0 80px;
	}

	.section-information.section-small .block-inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 80px 150px 125px;
	}

	.section-information.section-small .block-col {
		width: auto;
	}

	.section-text .text-img .img-col {
		padding-top: 64px;
		padding-left: 129px;
	}

	.section-news-posts .section-inner,
	.section-blog .section-inner {
		padding: 0 120px 0 80px;
	}

	.section-news-posts .archives,
	.section-blog .archives {
		width: 120px;
	}

	.section-blog .section-inner {
		padding: 0 210px 80px 80px;
	}

	.section-form {
		margin-bottom: 190px;
		padding: 0 285px;
	}
}


@media (max-width: 1060px) {
	.header {
		font-size: 14px;
		letter-spacing: 0.12em;
	}
	.nav-list > li {
		margin: 0 9px;
	}
}
@media (max-width: 1030px) {
	.nav-list > li {
		margin: 0 8px;
	}
}
@media (max-width: 1023px) {
	.header {
		font-size: 16px;
		letter-spacing: .15em;
	}
	.nav-list > li {
		margin: 0 15px 10px;
	}
	.nav .open-close .slide li {
		margin-bottom: 10px;
	}
}

@media (max-width: 641px) {
	.cards .card-holder {
		margin-bottom: 10px;
	}
}

