/*!
Theme Name: open-development-theme
Version: 1.0.0
*/


@font-face {
	font-family: 'MursGothic';
	src: url('assets/fonts/mursgothic-keyregular_w.eot');
	src: url('assets/fonts/mursgothic-keyregular_w.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/mursgothic-keyregular_w.woff2') format('woff2'),
		 url('assets/fonts/mursgothic-keyregular_w.woff') format('woff'),
		 url('assets/fonts/mursgothic-keyregular_w.ttf') format('truetype'),
		 url('assets/fonts/mursgothic-keyregular_w.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: 400;
  }


 @font-face {
	font-family: NAMU;
	src: url('assets/fonts/NAMU-Pro.ttf');
}
/*
@font-face {
	font-family: MacPawFixelDisplay;
	src: url('assets/fonts/FixelDisplay-Light.ttf');
} */
/* 
@font-face {
	font-family: MursGothic;
	src: url('assets/fonts/mursgothic-widedark.ttf');
} */



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #040204;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/









/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}






/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}















/* =====================
 HEADER 
===================== */



header{
    position: fixed;
    width: 100%;
	padding: 0px;
	z-index: 100;
	mix-blend-mode: difference;
}
header>.container{
	align-items: normal;
}
.logo{
	height: 68px;
	width: 68px;
	display: inline-block;
	background-image: url("assets/img/logo.png");
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 16px;
}

/* вийнятки */

.page-template-page-invest .animated-icon2 span, .page-template-page-development .animated-icon2 span{
	background: #fff;
}


.back-btn{
	display:none;
}
.single-projects .back-btn{
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	margin-top: 10px;
}
.single-projects .back-btn .arr{
	background-image: url("assets/img/arr-light.svg");
	background-position: left;
}
.single-projects .back-btn:hover .arr{
    width: 28px;
}


.navbar-collapse{
	float:right;
	width: auto;
	font-family: NAMU;
	font-size: 14px;
	font-weight: 900;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
}
.navbar-collapse{
	margin-top: 16px;
}
.navbar-collapse ul.menu{
	padding: 0px;
	margin: 0px;
}
.navbar-collapse .menu li{
	display: inline-block;
}
.navbar-collapse .menu li a{
	
	color: #fff;
	padding: 8px;
	margin-left: 10px;
	text-decoration: none;
	display: block;
}




.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 48px;
    height: 28px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}


.animated-icon2 span{
display: block;
position: absolute;
height: 4px;
width: 100%;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon2 span {
background: #040204;
}

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 12px;
}

.animated-icon2 span:nth-child(4) {
top: 24px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}


header.open{
	height: 100%;
	background-color: #000;
	mix-blend-mode: normal;
}
header.open .animated-icon2 span {
	background: #fff;
}
header.open .logo{
	background-image: url("assets/img/logo.png");
}

@media (max-width: 992px){
	.navbar-collapse{
		width: 100%;
	}
	.navbar-toggler{
		display: block;
		float: right;
		margin-top: 34px;
	}
	.navbar-collapse .menu li a{
		font-family: 'MursGothic';
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
		padding: 8px 0;
    	margin: 0;
		color:#fff;
	}
	.navbar-collapse .menu li{
		display: block;
		border-top: 1px solid #fff;
	}
			
	.single-projects .back-btn .arr{
		margin-left: 0px;
	}
	.single-projects .back-btn{
		margin-top: 0px;
	}
}
@media (min-width: 992px){
	.navbar-collapse{
		display: flex!important;
		flex-basis: auto;
	}
	.navbar-toggler{
		display: none;
	}
}


/* --- */
















/* =====================
 MAIN PAGE
===================== */

.page-template-page-main-php{
	background-color: #F1F1F2;
}

.section--main-hero{
	padding-top: 131px;
}
.main-hero--content-title{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 100px;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;
}
.main-hero--content-descr{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;
}
.main-hero--content-btn{
    font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.04em;

	
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 24px;
    display: inline-block;



	transition: all 0.1s ease-out;

}
.main-hero--content-btn:hover{
	background: linear-gradient(to bottom right, #E3A282, #91432C); 
	border: solid 1px #fff;
	color: #fff;
}

.main-hero--img{
	width: 100%;
	height: 765px;
	background-image: url("assets/img/hero-bg-3.png");
	margin-top: 50px;
	background-size: cover;
}
.main-hero--hr{
	display:none;
}


.section--main-directions{
	margin: 120px 0;
}
.section--main-directions .container{
    display: flex;
    justify-content: space-between;
}
.main-directions--experience{
	width: 564px;
	display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
}
.main-directions--experience-count{
	font-family: 'MursGothic';
	font-size: 60px;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 12px;
	width: 100%;
}
.main-directions--experience-descr{
    font-family: 'MursGothic';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: left;
    max-width: 322px;
}
.main-directions--experience-img{
	width: 100%;
	height: 300px;
	background-image: url("assets/img/image42(3)-new.png");
	background-size: cover;
	order: -1;
	margin-bottom: 16px;
}

.main-directions--list{
	width: 684px;
	margin-top: 200px; 
	margin-left: 20px;
}
.main-directions--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 24px;
}
.main-directions--list-item{
	border-bottom: 1px solid #040204;
	padding: 23px 0;
	display: flex;
	color: #040204;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: space-between;
	align-items: center;
}
.main-directions--list-item:hover{
	color: #333;
}
.main-directions--list-item:first-of-type{
	
	border-top: 1px solid #040204;
}
.main-directions--list-descr{
	font-family: 'MursGothic';
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	display: flex;
	max-width: 90%;
}
.main-directions--list-descr span{
	margin-right: 16px;
	display: block;
}
.main-directions--list-arr{
	width: 32px;
	height: 32px;
	background-image: url("assets/img/arr3.svg");
	background-size: cover;
}

.main-directions--btn{
    font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 24px;
    display: inline-block;
	transition: all 0.1s ease-out;
}
.main-directions--btn:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 
	border: solid 1px #fff;
	color: #fff;
}


.main-gallery--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 62px;
}
.main-gallery--top-list, .main-gallery--bottom-list{
	overflow: hidden;
	width: 100%;
}
.main-gallery--top-list{
	margin-bottom:35px;
}
.main-gallery--top-list .images__inner{
	display: flex;
	align-items: flex-end;
	width: max-content;
	transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.main-gallery--top-list img{
	margin: 0 12px;
}
.main-gallery--bottom-list .images__inner{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: max-content;
	transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.main-gallery--bottom-list img{
	margin: 0 12px;
}




.section--main-areas{
	margin: 120px 0; 
}
.section--main-areas .container{
	display: flex;
    justify-content: flex-end;
}
.main-areas--list{
	width: 684px;
}
.main-areas--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 24px;
}
.main-areas--list-item{
	border-top: 1px solid #040204;
	padding: 23px 0;
	display: flex;
	color: #040204;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: space-between;
	align-items: center;
}
.main-areas--list-item:last-of-type{
	border-bottom: 1px solid #040204;

}
.main-areas--list-descr{
	font-family: 'MursGothic';
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	display: flex;
	max-width: 90%;
}
.main-areas--list-descr span{
	margin-right: 16px;
	display: block;
}
.main-areas--list-arr{
	width: 32px;
	height: 32px;
	background-image: url("assets/img/arr3.png");
	background-size: cover;
}

.main-areas--btn{
    font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 24px;
    display: inline-block;
	transition: all 0.1s ease-out;
}
.main-areas--btn:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 
	border: solid 1px #fff;
	color: #fff;
}



.section--main-us{
	margin: 0  0 100px 0; 
}
.section--main-us .container{
	max-width: 1000px;
}

.main-us--title{
	font-family: 'MursGothic';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 36px;
}

.main-us--item-img{
	width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
	background-position: center;
}

.main-us--item-name{
	margin: 14px 0 13px;
	font-size: 24px;
    font-weight: 500 !important;
    line-height: 28.8px;
    text-align: left;
}

.main-us--item-position{
	max-width: 90%;
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 24px;
}


.main-frames--block{
	background-color: #F2F2F2;
	border-radius: 20px;
	color: #040204;
	width: 100%;

	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	min-height: 450px;
	padding: 98px;
}
.main-frames--block span{
	color: #C05D36;
}
.main-frames--btn{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;
    padding: 9px 16px 10px 0px;
	text-decoration: none;
    text-transform: uppercase;
    margin-top: 24px;
    display: inline-block;
	width: 100%;
}
.main-frames--btn .arr{
	background-image: url("assets/img/arr-dark.svg");
}
.main-frames--btn:hover{
	color: #333;
}
.section--main-brands{
	margin: 71px 0 60px 0;
}
.brands__title{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-top:27px;
	margin-bottom: 22px;
}
.brands__inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
	overflow: hidden;
}
.brands__inner img{
	margin: 0 auto; 
	max-width: 180px;
}


.section--seo{
	margin: 71px 0 60px 0;
}
.seo-title{
    font-family: 'MursGothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 27px;
    margin-bottom: 22px;
    color: #9d9b9b;
}







/* =====================
 INVEST PAGE
===================== */




.section--invest-hero{
	background: url("assets/img/image36-new.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	/* height: 975px; */
	height: 100vh;
	width: 100%;
}
.section--invest-hero .container{
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-end;
}
.invest-hero--content{
	color:#fff;
	/* padding-top: 568px; */
}
.invest-hero--content-title{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 0em;
	text-align: left;
}

.invest-hero--content-description{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 12px;
	width: 63%;
	max-width: 100% !important;

}

a.invest-hero--content-btn{
	margin-top: 24px;
	display: block;
	text-transform: uppercase;
	font-family: 'MursGothic';
    line-height: 24px;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
	padding: 10px 16px 10px 16px;
	border-radius: 27px;
	border: 1px solid #fff;

    width: fit-content;
    text-decoration: none;
	transition: all 0.1s ease-out;
}
a.invest-hero--content-btn:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 
	border: solid 1px transparent;

	color: #fff;
}

.arr{
	background-image: url("assets/img/arr.png");
	background-position: right;
	width: 35px;
    height: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
	margin: 4px 10px;

	-webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.submit-wrap:hover .arr, .main-frames--btn:hover .arr{
    width: 28px;
}

.invest-hero--hr{
	width: 100%;
	height: 1px;
	margin-top: 41px;
	background-color: #fff;
    margin-bottom: 100px;
}




.section--invest-services{
	margin: 125px 0 100px;
}
.invest-services--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 36px;
}
.invest-services--item{
	position: relative;
	overflow: hidden;
}
.invest-services--item-img1{
	background: url("assets/img/image42-new.png");
	width: 210px;
	height: 262px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.invest-services--item-img2{
	background: url("assets/img/image44-new.png");
	width: 566px;
	height: 681px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	float: right;
	
}
.invest-services--item-text1{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	width: 447px;
	max-width: 100%;
	margin-top: 16px;
}
.invest-services--item-img3{
	background: url("assets/img/image43-new.png");
	width: 212px;
	height: 262px;
	margin-top: 236px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.invest-services--item-img4{
	background: url("assets/img/image41-new.png");
	width: 354px;
	height: 498px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
    left: 33%;
    top: 0px;
}
.invest-services--item-text2{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: left;
	width: 315px;
	max-width: 100%;
	margin-top: 16px;
}
.invest-services--item a{
	color: #040204;
	text-decoration: none;
    border-bottom: 1.2px solid #040204;
}



.section--invest-why{
	margin-bottom: 75px;
}
.invest-why--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
}
.section--invest-why .container, .invest-why--wrap{
	display: flex;
    justify-content: space-between;
}
.invest-why--col{
	width: 328px;
	margin: 0 12px;
}
.invest-why--row{
	border-top: 1px solid #4F4F4F;
	padding-top: 20px;
	margin-bottom: 16px;
}
.invest-why--row:nth-of-type(2){
	padding-bottom: 16px;
	border-bottom: 1px solid #4F4F4F;
}
.invest-why--row-title{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
}
.invest-why--row-text{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}





.section--invest-projects{
	margin-bottom: 40px;
}

.invest-projects--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 24px;
}

.invest-projects--item{
	border-top: 1px solid #040204;
	padding-top: 16px;
	color: #040204;
}
.invest-projects--item:hover{
	color: #333;
}
.invest-projects--item-img{
	width: 100%;
	height: 640px;
	background-size: cover;
	position: relative;
}

.invest-projects--item-title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	position: absolute;
    bottom: 5px;
    padding: 15px;
}
.invest-projects--item-description{

	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
    width: 58%;
    margin-top: 15px;
    float: left;
}
.invest-projects--item-btn{
	float: left;
	width: 100%;
}
.invest-projects--item-btn span{
	font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 10px;
    display: inline-block;
}
.invest-projects--item-btn a:hover{
	color: #333333;
	border: solid 1px #333333;
}

.invest-projects--item-info{
    width: 40%;
    margin-top: 15px;
    float: right;
}
.invest-projects--item-info div{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;
	border-bottom: 1px solid #040204;
	padding-bottom: 4px;
    margin-bottom: 3px;
}
.invest-projects--item-info div span{
	float: right;
}


.invest-projects--list .owl-prev{
	left: 1rem;
}

.invest-projects--list .owl-prev .arr{
	width: 37px;
    margin: 3px 2px;
    background-image: url(assets/img/prev.svg);
    /* background-position: left; */
    background-position: center;
}
.invest-projects--list .owl-next .arr{
	width: 37px;
    margin: 3px 2px;
    background-image: url(assets/img/next.svg);
    /* background-position: left; */
    background-position: center;
}


.invest-projects--list .owl-next{
	right: 1rem;
}
.invest-projects--list .owl-nav button{

    /* mix-blend-mode: difference; */

    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 1;
    opacity: .7 !important;
    align-items: center;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;


	width: 48px;
    height: 48px;
    background: #fff  !important;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
    /* background-color: rgab(#FFFFFF, .2) !important; */
	/* border: 1px solid #000 !important; */


}

.invest-projects--list .owl-theme .owl-nav [class*=owl-]:hover{
	background: #fff  !important;
    backdrop-filter: blur(4px) !important;
}










/* =====================
 DEVELOPMENT PAGE
===================== */

.section--development-hero{
	background: url(assets/img/d-hero-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	/* height: 975px; */
	height: 100vh;
	width: 100%;
}
.section--development-hero .container{
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-end;
}
.development-hero--content{
	color:#fff;
	/* padding-top: 568px; */
}
.development-hero--content-title{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 100px;
	letter-spacing: 0em;
	text-align: left;
	width: 690px;
}

.development-hero--content-description{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 12px;
	width: 63%;
	max-width: 100% !important;

}

a.development-hero--content-btn{
	margin-top: 24px;
	display: block;
	text-transform: uppercase;
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
	text-align: left;
	color:#fff;
	padding: 10px 16px 10px 16px;
	border-radius: 27px;
	border: 1px solid #fff;
    width: fit-content;
    text-decoration: none;
	transition: all 0.1s ease-out;
}
a.development-hero--content-btn:hover{

background: linear-gradient(to bottom right, #E3A282, #91432C); 
border: solid 1px transparent;
color: #fff;
}
.development-hero--hr{
	width: 100%;
	height: 1px;
	margin-top: 41px;
	background-color: #fff;
    margin-bottom: 100px;
	
}



.section--development-specialization{
	margin: 120px 0;
}
.development-specialization--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: left;
	padding-right: 6%;
}
.section--development-specialization .container, .development-specialization--wrap{
	display: flex;
    justify-content: space-between;
}
.development-specialization--col{
	width: 683px;
	margin: 0 12px;
}
.development-specialization--row{
	border-top: 1px solid #4F4F4F;
	padding-top: 20px;
	margin-bottom: 16px;
}
.development-specialization--row:last-of-type{
	border-bottom: 1px solid #4F4F4F;
}
.development-specialization--row-title{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;

    position: relative;
}
.development-specialization--row-title span{
	display: block;
    margin: 2px 10px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}
.development-specialization--row-text{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
.development-specialization--row-text ul{
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
}
/* .development-specialization--row-text ul li::before {
	background: #404040;
    border-radius: 100%;
    content: " ";
    display: inline-block;
    height: 2px;
    margin-bottom: 4px;
    margin-right: 0.6em;
    width: 2px;
  } */
  .development-specialization--btn{
	font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 10px;
    display: inline-block;
	transition: all 0.1s ease-out;
}
.development-specialization--btn:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 
    border: solid 1px #fff;
	color: #fff;
}

.section--development-ahead{
	background-color: #173453;
	padding: 71px 0 61px;
}
.development-ahead--title{
    font-family: 'MursGothic';
    font-size: 60px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 71px;
}
.development-ahead--img{
	height: 1304px;
	/* background: url("assets/img/ahead.png"); */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed; */
	width: 100%;
}


.section--development-why{
	margin: 120px 0; 
}
.section--development-why .container{
	display: flex;
    justify-content: flex-end;
}
.development-why--list{
	width: 680px;
}
.development-why--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 24px;
}
.development-why--list-item{

	padding: 24px 0;
	display: flex;
	color: #040204;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: space-between;
	align-items: center;
	border-top: 1px solid #040204;
}
.development-why--list-item:last-of-type{
	border-bottom: 1px solid #040204;
}
.development-why--list-descr{
	font-family: 'MursGothic';
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	display: flex;
	max-width: 90%;
}
.development-why--list-descr span{
	margin-right: 16px;
	display: block;
}
.development-why--list-descr small{
	font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
	display: block;
	text-transform: none;
    margin-top: 8px;
}
.development-why--list-arr{
	width: 32px;
	height: 32px;
	background-image: url("assets/img/arr3.png");
	background-size: cover;
}

.development-why--btn{
    font-family: 'MursGothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;
    text-align: left;
    padding: 9px 16px 10px 16px;
    border-radius: 27px;
    border: solid 1px #040204;
    text-decoration: none;
    text-transform: uppercase;
    color: #040204;
    margin-top: 24px;
    display: inline-block;
	transition: all 0.1s ease-out;
}
.development-why--btn:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 

    border: solid 1px #fff;

	color: #fff;
}











/* =====================
 PROJECTS ARCHIVE PAGE
===================== */

.section--projects-list{
	padding-top: 124px;
}
.projects-list--filter{
	display: flex;
	margin-bottom: 15px;
}
.projects-list--filter-item{
	margin: 8px 16px 8px 0px;
	cursor: pointer;

	font-family: 'MursGothic';
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	
}
.projects-list--filter-item:hover{
	color: #333;
}

.projects-list--filter-item::before {
	background-image: url("assets/img/n-point.svg");
	content: " ";
	display: inline-block;
	height: 12px;
	margin-right: 4px;
	width: 12px;
}
.projects-list--filter-item.active::before {
	background-image: url("assets/img/a-point.svg");
}
.projects-list--wrap{
	display: flex;
}
.projects-list--wrap>div{
	width: 50%;
}
.projects-list--content{
	margin-right: 24px;
	border-top: 1px solid #040204;
}
.projects-list--item{
	color: #040204;
	text-decoration: none;

	border-bottom: 1px solid #040204;
    padding: 16px 0;
    display: flex;
    color: #040204;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}
.projects-list--item:hover{
	color: #333;
}
.projects-list--params{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	width: 25%;
}
.projects-list--params span{
	display: block;
	margin: 2px 0;
}
.projects-list--name{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	width: 70%;
}
.projects-list--status{
	min-width: 100px;
}
.projects-list--status label{
	font-family: 'MursGothic';
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	padding: 6px 8px 6px 8px;
	border-radius: 14px;
	background-color: #C0854E;
	text-transform: uppercase;
}
.projects-list--img-wrap{
	border-top: 1px solid #040204;
	padding-top: 16px;
}
.projects-list--img{
	width: 100%;
	height: 640px;
	background-position: center center;
    background-size: cover;
	transition: 0.5s;
}









/* =====================
 PROJECT PAGE
===================== */

.section--project-hero{
	background-color: #040204;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	/* height: 975px; */
	height: 100vh;
	width: 100%;
}
.section--project-hero .container{
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-end;
}
.project-hero--content{
	color:#fff;
	/* padding-top: 568px; */
}
.project-hero--content-title{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 0em;
	text-align: left;
	width: 100%;
}
.project-hero--content-description{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 12px;
	width: 100%;
	max-width: 100% !important;

}
a.project-hero--content-btn{
	margin-top: 24px;
	display: block;
	text-transform: uppercase;
	font-family: 'MursGothic';
    line-height: 24px;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color:#fff;
	padding: 10px 16px 10px 16px;
	border-radius: 27px;
	border: 1px solid #fff;
    width: fit-content;
    text-decoration: none;
}
.project-hero--hr{
	width: 100%;
	height: 1px;
	margin-top: 41px;
	background-color: #fff;
    margin-bottom: 100px;
}


.section--project-common{
	margin-top: 61px;
}
.section--project-common .container{
	display: flex;
	justify-content: space-between;
}
.project-common--list{
	padding-left: 120px;
	max-width: 448px;
}
.project-common--text{
	width: 50%;
	margin-left: 10px;
}
.project-common--item{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 24px;
}
.project-common--item:last-of-type{
	margin-bottom: 0px;
}
.project-common--item span{
	display: block;
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 4px;
}

.project-common--text{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}
.project-common--btn{

	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
    line-height: 24px;
	letter-spacing: 0.04em;

	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color:#040204;
	display: block;
    width: fit-content;
	padding: 10px 0;
	margin-top: 16px;
}
.project-common--btn .arr {
    background-image: url(assets/img/arr-dark.svg);
}
.project-common--btn:hover {
	color: #333;
}
.project-common--btn:hover .arr{
	width: 28px;
}



.section--project-params{
	margin-top: 126px;
}
.section--project-params .container{
	display: flex;
}

.project-params--img{
	height: 609px;
	width: calc(100% - 446px);
	background-size: cover;
    background-position: center;
}

.project-params--list{
	margin-top: 40px;
	margin-left: 26px;
	width: 446px;
}

.project-params--item{
	font-family: 'MursGothic';
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0em;
	text-align: left;
	border-bottom: 1px solid #040204;
	padding-bottom: 12px;
	margin-top: 60px;
	margin-bottom: 17px;
}

.project-params--item span{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	display: block;
	margin-top: 12px;
}


.section--project-promo{
	margin-top: 80px;
}
.section--project-promo .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.project-promo--text{
	border-top: 1px solid #040204;
	padding-top: 32px;
	width: 100%;
	display: flex;
}
.project-promo--text-left{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	width: 50%;
	padding-right: 100px;
}
.project-promo--text-right{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	width: 50%;
}
.project-promo--img{
	height: 609px;
	width: calc(100% - 446px);
	background-size: cover;
    background-position: center;
	order: 2;
	margin-top: 132px;
}

.section--project-profit{
	margin-top: 160px;
}
.project-profit--title{
	max-width: 516px;
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;

}
.project-profit--boxes{
	margin-top: 56px;
	display: flex;
}
.project-profit--box{
	border: 1px solid #040204;
	width: 33%;
	padding: 32px 22px;
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	height: 464px;
}
.project-profit--box:first-of-type{
	border-right: none;
}
.project-profit--box:last-of-type{
	border-left: none;
}
.project-profit--box span{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 0em;
	text-align: left;
	display: block;
	margin-bottom: 16px;
}

.section--project-specifications{
	margin-top: 121px;
}
.project-specifications--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	padding-top: 40px;
	border-top: 1px solid #040204;
}
.project-specifications--row{
	display: flex;
	margin: 40px -12px 0;
}
.project-specifications--col{
	width: 33%;
	flex: 1 1 auto;
	margin: 0 12px;
}
.project-specifications--item{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	padding: 16px 0;
}
.project-specifications--item span{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}


.section--project-list{
	margin-top: 160px;
}
.project-list--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
}
a.project-list--btn {
    margin-top: 16px;
    display: block;
    text-transform: uppercase;
    font-family: 'MursGothic';
    line-height: 24px;
	letter-spacing: 0.04em;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #040204;
    padding: 10px 16px 10px 16px;
    border-radius: 27px;
    border: 1px solid #040204;
    width: fit-content;
    text-decoration: none;
}
a.project-list--btn:hover {
	color: #333;
	border: 1px solid #333;
}
a.project-list--btn .arr{
	display:none;
}
.project-list--wrap{
	margin-top: 40px;
	border-top: 1px solid #040204;
}
.project-list--item{
	border-bottom: 1px solid #040204;
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	padding: 16px 0 28px;
	position: relative;
}
.project-list--img{
	visibility: hidden;
	opacity: 0;
    position: absolute;
    top: -50%;
    right: 50px;
    max-width: 500px;
    max-height: 500px;
	z-index: 1;
    transition:visibility 0.3s linear,opacity 0.3s linear;
    
}
.project-list--item:hover .project-list--img{
	visibility: visible;
	opacity: 1;
}

.section--project-planning{
	margin-top: 143px;
}
.project-planning--params{
	display: flex;
	margin: 0 -13px;
}
.project-planning--params-item{
	flex: 1 1 auto;
	margin: 0 13px;
	font-family: 'MursGothic';
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #040204;
}
.project-planning--params-item span{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	margin: 12px 0;
	display: block;
}



.project-planning--slider-wrap{
	height: 752px;
	background-color: #F2F2F2;
	display: flex;
	align-items: center;
    justify-content: center;
}
.project-planning--slider-img{
	width: auto !important;
	max-width: 100%;
	max-height: 95%;
}
.project-planning--slider .owl-nav{
	margin: 0px !important;
	padding: 0px !important;
	position: absolute;
    top: 0px;
	width: 100%;
	height: 100%;
}
.project-planning--slider .owl-prev{
	width: 40%;
	float: left;
	height: 752px;
	padding: 0px !important;
	cursor:url(assets/img/prev.svg), auto !important;
}
.project-planning--slider .owl-next{
	width: 40%;
	float: right;
	height: 752px;
	padding: 0px !important;
	cursor:url(assets/img/next.svg), auto !important;
}
.project-planning--slider .owl-nav [class*=owl-]:hover{
	background-color: transparent !important;
}
.project-planning--slider .owl-prev span, .project-planning--slider .owl-next span{
	display: none;
}
.project-planning--slider .owl-dots{
	position: absolute;
    top: 704px;
    width: 100%;
}
.project-planning--slider-text {
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	width: 100%;
    padding-top: 40px;
    padding-bottom: 43px;
    padding-left: 50%;
}
.project-planning--slider-text span{
	font-family: 'MursGothic';
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 10px;
	display: block;
}







.section--project-relink{
	margin-top: 70px;
	padding-bottom: 70px;
}
.section--project-relink a{
	color:#040204;
	border-top: 1px solid #040204;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 24px;
}
.section--project-relink a:hover{
	color:#333;
}
.project-relink--label{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}
.project-relink--text{
	font-family: 'MursGothic';
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0em;
}

.slider-tooltip{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color:#040204;
	position:absolute;
	display: none;
	width: 200px;
	z-index: 1111;
}


















/* =====================
 CONTACTS PAGE
===================== */


.section--contacts-hero{
	padding-top: 181px;
	padding-bottom: 110px;
}
.contacts-hero--content-title{
	font-family: 'MursGothic';
	font-size: 92px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;
}
.contacts-hero--content-descr{
	font-family: 'MursGothic';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #040204;

}
.contacts-hero--content-descr p{
	margin: 15px 0 0;

}
.section--contacts-hero .col{
	display: flex;
	align-items: center;
}




.section--contacts-form{
	background-image: url("assets/img/contacts-form-bg-new.png");
    background-size: cover;
    background-position: right top;
	padding-left: 24px;
    padding-right: 24px;
}


.section--contacts-form .wpcf7{
	margin-left: 0px;
    padding-top: 105px;
    width: 560px;
    padding-bottom: 104px;
}
.section--contacts-form .wpcf7 .form--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}
.section--contacts-form .wpcf7 .form--title p, .section--contacts-form .wpcf7 .form--description p{
	margin: 0px;
}

.section--contacts-form .wpcf7 .form--description{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	width: 448px;
	margin-bottom: 15px;
}

.section--contacts-form .wpcf7 input{
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 100%;
}
.section--contacts-form .wpcf7 input:focus, .section--contacts-form .wpcf7 input:focus-visible {
	outline: none;
}
.section--contacts-form .wpcf7 input::placeholder {
    color: #fff;
}
.section--contacts-form .wpcf7 input[type=submit]{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	width: auto;
	padding: 10px 16px 10px 16px;
	border-radius: 27px;
	border: 1px solid #fff;
	transition: all 0.1s ease-out;
}
.section--contacts-form .wpcf7 input[type=submit]:hover{
	background: linear-gradient(to bottom right, #E3A282, #91432C); 
    border: none;
	color: #fff;
}
.section--contacts-form a{
	color:#fff;
	text-decoration: none;
}
.section--contacts-form a:hover{
	color: #fff;
}
.contacts-form--list{
	margin-top: 124px;
}
.contacts-form--soc{
	margin-top: 38px;
}
.contacts-form--soc a{
	margin-right: 40px;
}
.contacts-form--item{
	margin-bottom: 12px;
	display: block;
	color: #fff;
}

/* .contacts-form--list .location:before{
	background-image: url("assets/img/location.svg");
	content: " ";
	display: inline-block;
    height: 24px;
    margin-right: 24px;
    width: 24px;
    margin-bottom: -3px;
}
.contacts-form--list .phone:before{
	background-image: url("assets/img/call.svg");
	content: " ";
	display: inline-block;
    height: 24px;
    margin-right: 24px;
    width: 24px;
    margin-bottom: -6px;
}
.contacts-form--list .mail:before{
	background-image: url("assets/img/mail.svg");
	content: " ";
	display: inline-block;
    height: 24px;
    margin-right: 24px;
    width: 24px;
    margin-bottom: -8px;
} */


















/* =====================
 FOOTER
===================== */


.section--form{
	min-height: 762px;
	background-color: #040204;
	background-image: url("assets/img/form-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
}


.section--form .wpcf7{
    margin-left: 120px;
    padding-top: 220px;
	width: 560px;
	padding-bottom: 100px;
}
.section--form .wpcf7 .form--title{
	font-family: 'MursGothic';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	width: 431px;
	margin-bottom: 20px;
}
.section--form .wpcf7 .form--title p, .section--form .wpcf7 .form--description p{
	margin: 0px;
}

.section--form .wpcf7 .form--description{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	width: 448px;
	margin-bottom: 15px;
}

.section--form .wpcf7 input{
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #838383;
	color: #fff;
	width: 85%;
}

.section--form .wpcf7 input:focus, .section--form .wpcf7 input:focus-visible {
	outline: none;
}
.section--form .wpcf7 input::placeholder {
    color: #fff;
}



.section--form .wpcf7 input[type=submit]{
	font-family: 'MursGothic';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;

	letter-spacing: 0.04em;
	text-align: left;
	width: auto;
	padding: 10px 16px 10px 16px;
	border-radius: 27px;
	border: 1px solid #fff;
	transition: all 0.1s ease-out;
}
.section--form .wpcf7 input[type=submit]:hover{
    background: linear-gradient(to bottom right, #E3A282, #91432C); 
	border: none;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    background-color: #dba371 !important;
    margin: 20px 0px;
    max-width: 382px;
}
.wpcf7-not-valid-tip{
	color: #dba371;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #3f945d !important;
    background-color: #3f945d !important;
    color: #fff !important;
}



footer{
	background-color: #040204;
	
	padding: 24px;



}
footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
    line-height: 26px;
}

footer a{
	color: #fff;
	font-family: 'MursGothic';
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
	padding: 8px 0;
    display: inline-block;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}


















@media (max-width: 1400px) {
	.main-hero--content-title{
		font-size: 63px;
		line-height: 76px;
	}
	.main-hero--img{
		height: 315px;
	}
}
@media (max-width: 1200px) {


	.main-frames--block{
		min-height: 400px;
		padding: 50px;
	}
	.section--contacts-form .wpcf7{
		width: 90%;
	}
}
@media (min-width: 1024px) {
	.container{
		max-width:100%;
		padding-left:  24px;
		padding-right: 24px;
	}
	

}

@media (max-width: 999px) {



}

@media (max-width: 992px) {



	.section--main-hero .col{
		width: 100%;
	}
	.section--main-hero{
		background-color: #040204;
		background-image: url("assets/img/image366.png");
		background-size: auto;
		background-repeat: no-repeat;
		background-position: right bottom;
		/* height: 810px; */
		padding-top: 0px;

		height: 100vh;
	}
	.section--main-hero .container{
		height: 100vh;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-end;
	}
	.main-hero--content-descr{
		margin: 20px 0;
	}
	.main-hero--img{
		display: none;
	}
	.page-template-page-main  .logo{
		background-image: url("assets/img/logo.png");
	} 
	.page-template-page-main .navbar-collapse .menu li a, .main-hero--content-title, .main-hero--content-descr{
		color: #fff;
	}
	.main-hero--content-btn{
		color: #fff;
		border-color: #fff;
	}

	.page-template-page-main .animated-icon2 span {
		background: #fff;
	}
	.single-projects .animated-icon2 span {
		background: #fff;
	}
	.main-hero--hr{
		display: block;
		margin-top: 40px;
		background-color: #fff;
		width: 100%;
		height: 1px;
	}
	.section--main-directions{
		margin: 48px 0;
	}
	.main-directions--experience-img{
		order: 0;
		margin-top: 60px;
		height: 220px;
	}
	.section--main-directions .container{
		flex-wrap: wrap;
	}
	.main-directions--experience, .main-directions--experience-descr{
		width: 100%;
		max-width: 100%;
	}
	.main-directions--list {
		width: 100%;
		max-width: 100%;
		margin-top: 12px;
		margin-left: 0px;
	}
	.section--main-gallery img{
		max-height: 250px;
		max-width: 250px;
	}
	.section--main-areas{
		margin: 48px 0;
	}

	.main-areas--title{
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
	}
	.main-areas--list-item, .main-areas--list-item:last-of-type{
		border: none;
		padding: 12px 0;
	}
	.main-areas--list-arr, .main-areas--list-descr span{
		display:none;
	}
	.main-areas--list-descr{
		display: list-item;
		margin-left: 30px;
		text-transform: initial;
		font-family: 'MursGothic';
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}

	.section--main-us {
		margin: 40px 0 48px;
	}
    .main-us--title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
    }

	.main-us--item-img {
		height: 200px;
	}
	.main-us--item-name{
		min-height: auto;
		margin: 10px 0 6px;
		font-size: 18px;
	}
	.main-us--item-position{
        font-size: 16px;
        line-height: 16px;
	}


	.main-frames--block{
		padding: 16px;
		font-family: 'MursGothic';
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		min-height:0px;
	}
	.main-frames--block:first-of-type{
		margin-bottom: 24px;
	}


	.brands__inner{
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.brands__inner img{
		max-width: 130px;
		margin: 0 auto;
	}
	.section--main-brands .container{
		padding: 0px;
	}
	.brands__title{
		font-family: 'MursGothic';
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: left;
		padding: 0px 16px
	}



	.main-hero--hr{
		margin-bottom: 92px;
	}

	.invest-hero--hr{
		margin-bottom: 92px;
	}
	.development-hero--hr{
		margin-bottom: 92px;
	}
	.project-hero--hr{
		margin-bottom: 92px;
	}
	.invest-why--row:nth-of-type(2){
		padding-bottom: 0;
		border-bottom: none;
	}
	.invest-why--col:last-of-type{
		border-bottom: 1px solid #4F4F4F;
	}





	.section--invest-services {
		margin: 50px 0;
	}
	.invest-services--item{
		margin: 20px 0;
	}
	.invest-services--title{
		display: none;
	}
	.invest-services--item-img1 {
		width: 198px;
		height: 235px;
		margin-top: 160px;
	}
	.invest-services--item-img2 {
		width: calc(100% - 198px);
		height: 160px;
		position: absolute;
		top: 0px;
		right: 0px;

	}
	.invest-services--item-img3 {
		width: 198px;
		height: 235px;
		margin-top: 80px;
	}
	.invest-services--item-img4 {
		width: calc(100% - 198px);
		height: 160px;
		position: absolute;
		top: 315px;
		right: 0px;
		left: auto;
	
	}
	.invest-services--item-text1{
		font-size: 28px;
		max-width: 100%;
		margin-top: 20px;
	}
	.invest-services--item-text2{
		font-size: 28px;
		max-width: 198px;
		margin-top: 20px;
		margin-bottom: 55px;
	}

	.section--invest-why .container, .invest-why--wrap{
		flex-wrap: wrap;
	}
	.invest-why--title{
		width: 100%;
		margin-bottom: 16px;
	}
	.invest-why--col{
		width: 100%;
		margin: 0px;
	}
	.invest-why--row-title{
		font-family: 'MursGothic';
		font-size: 17px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: left;
		text-transform: uppercase;
	}
	.invest-why--row{
		margin-bottom: 20px;
		min-height: auto !important;
	}




	/* .section--invest-projects .owl-stage .cloned{
		display: none;
	}
	.section--invest-projects .owl-stage .owl-item{
		width: 100% !important;
		margin: 0px 0px 10px !important;
	}
	.section--invest-projects .owl-carousel .owl-stage{
		width: 100% !important;
		transform: none !important;
		transition: none !important;
	} */



	.invest-projects--title{
		margin-bottom:  8px;
	}
	.invest-projects--item{
		border: none;
	}
	.invest-projects--item-img{
		height: 540px;
	}
	.invest-projects--item-description{
		width: 100%;
	}
	.invest-projects--item-info{
		width: 100%;
	}
	.invest-projects--item-info div{
		font-size: 18px;
	}




	.section--development-hero{
		background: url("assets/img/image36-new.png");

	}
	.section--development-specialization{
		margin: 48px 0;
	}

	.section--development-specialization .container, .development-specialization--wrap{
		flex-wrap: wrap;
	}
	.development-specialization--title{
		width: 100%;
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 38px;
		padding: 0px;
		
	}
	.development-specialization--col{
		width: 100%;
		margin: 0px;
	}
	.development-specialization--row-title{
		font-family: 'MursGothic';
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: left;
		text-transform: uppercase;
	}
	.development-specialization--row{
		margin-bottom: 20px;
	}
	.section--development-ahead{
		background-color: #173453;
		padding: 16px 0 16px;
	}
	.development-ahead--title{
		font-family: 'MursGothic';
		font-size: 36px;
		font-weight: 400;
		line-height: 43px;
		letter-spacing: 0em;
		text-align: left;		
		margin-bottom: 18px;
		max-width: 100%;
	}
	.development-ahead--img{
		height: 640px;
	}
	.section--development-why{
		margin: 48px 0;
	}
	.development-why--title{
		font-family: 'MursGothic';
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
	}
	.development-why--list-descr{
		font-family: 'MursGothic';
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}
	.development-why--list-descr span{
		display:none;
	}
	.development-why--btn{
		display:none;
	}




	.post-type-archive-projects .animated-icon2 span{
		background: #ffffff;
	}
	.projects-list--img-wrap{
		display: none;
	}
	.projects-list--wrap>div{
		width: 100%;
	}
	.section--projects-list {
		padding-top: 95px;
	}
	.projects-list--filter-item{
		font-family: 'MursGothic';
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0em;
		text-align: left;
	}
	.projects-list--item{
		flex-wrap: wrap;
		padding: 10px 0;
		align-items: flex-end;
	}
	.projects-list--name{
		order:-1;
		width: 100%;
		margin-bottom: 10px;
	}
	.projects-list--arr{
		display: block;
		width: 32px;
		height: 32px;
		background-image: url("assets/img/arr3.svg");
		background-size: cover;
		float: right;
	}





	.section--project-common {
		margin-top: 48px;
	}
	.section--project-common .container{
		display: block;
	}
	.project-common--list{
		max-width: 100%;
		padding-left: 0px;
	}
	.project-common--text{
		margin: 48px 0px;
		padding:0px;
		width: 100%;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}

	.section--project-params {
		margin-top: 48px;
	}
	.section--project-params .container{
		display: block;
	}
	.project-params--img{
		width: 100%;
		height: 220px;
	}
	.project-params--list{
		width: 100%;
		margin: 0px;
	}
	.project-params--item{
		font-size: 48px;
		font-weight: 400;
		line-height: 58px;
		letter-spacing: 0em;
		text-align: left;
		margin-top: 12px;
	}
	.project-params--item span{
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}
	.section--project-promo{
		margin-top: 48px;
	}
	.section--project-promo .container{
		border:none;
	}
	.project-promo--img{
		order: 0;
		width: 100%;
		height: 220px;
		margin-top: 0px;
	}
	.project-promo--text{
		padding-top: 12px;
		display: block;
		border-top: none;
	}
	.project-promo--text-left{
		width: 100%;
	}
	.project-promo--text-right{
		padding-top: 12px;
		width: 100%;
	}


	.section--project-profit{
		margin-top: 48px;
	}
	.project-profit--title{
		font-family: 'MursGothic';
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
	}
	.project-profit--boxes{
		margin-top: 12px;
		display: block;
	}
	.project-profit--box{
		width: 100%;
		height: 358px;
	}
	.project-profit--box:first-of-type{
		border-right: 1px solid #040204;
		border-bottom: none;
	}
	.project-profit--box:last-of-type{
		border-left: 1px solid #040204;
		border-top: none;
	}

	.section--project-specifications{
		margin-top: 48px;
	}
	.project-specifications--title{
		padding-top: 12px;
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
	}
	.project-specifications--row{
		display: block;
		margin: 0;
	}
	.project-specifications--col{
		width: 100%;
		margin: 0px;
	}
	.project-specifications--item{
		padding: 8px 0;
		margin-top: 12px;
	}
	

	.section--project-list{
		margin-top: 48px;
		
	}
	.project-list--title{
		border-top: 1px solid #040204;
		padding-top: 12px;
		font-family: 'MursGothic';
		font-size: 32px;
		font-weight: 400;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
	}
	a.project-list--btn {
		font-family: 'MursGothic';
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.04em;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		color: #040204;
		display: block;
		width: fit-content;
		padding: 10px 0;
		margin-top: 12px;
		border: none;
	}
	a.project-list--btn:hover .arr{
		width: 28px;
	}
	a.project-list--btn:hover {
		color: #333;
		border: none;
	}
	a.project-list--btn .arr{
		display:inline-block;
		background-image: url(assets/img/arr-dark.svg);
	}
	.project-list--wrap{
		margin-top: 12px;
		border-top: 1px solid #040204;
	}
	.project-list--item{
		border-bottom: 1px solid #040204;
		font-family: 'MursGothic';
		padding: 12px 0 12px;
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
	}
	.project-list--img{
		display:block;
		margin-bottom: 12px;
		width: 100%;
		height: 180px;
		background-position: center;
    	background-size: cover;

		visibility: visible;
		opacity: 1;
		position:relative;
		box-shadow: none;
		right: auto;
		top: auto;

	}

	.section--project-planning{
		margin-top: 48px;
	}
	.project-planning--params{
		display: block;
	}
	.project-planning--params-item{
		display: block;
		font-size: 48px;
		line-height: 58px;
	}
	.project-planning--params-item span{
		font-size: 20px;
		line-height: 24px;
	}
	.project-planning--slider{
		margin-top: 36px;
	}
	.project-planning--slider-wrap{
		height: 375px;
	}
	.project-planning--slider .owl-prev{
		height: 375px;
	}
	.project-planning--slider .owl-next{
		height: 375px;
	}
	.project-planning--slider .project-planning--slider-text{
		font-size: 16px;
		line-height: 24px;
		margin-top: 16px;
		padding: 0px 16px 20px;
	}
	.project-planning--slider .project-planning--slider-text span{
		font-size: 20px;
		line-height: 24px;
	}
	.project-planning--slider .owl-dots{
		top: 325px;
	}




	.section--project-relink{
		margin-top: 48px;
		padding-bottom: 36px;
	}
	.section--project-relink a{
		color:#040204;
		text-decoration: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 24px;
	}
	.project-relink--label {
		font-size: 20px;
		line-height: 24px;
		padding-top: 0px;
	}
	.project-relink--text{
		font-size: 32px;
		line-height: 38px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.project-relink--arr{
		width: 32px;
		height: 32px;
		background-image: url("assets/img/arr3.svg");
		background-size: cover;
	}

	.slider-tooltip{
		display: none !important;
	}








	.section--contacts-hero {
		padding-top: 100px;
		padding-bottom: 24px;
	}
	.section--contacts-hero .col{
		display: block;
		width: 100%;
	}
	.contacts-hero--content-title{
		font-size: 48px;
		line-height: 58px;
	}
	.contacts-hero--content-descr{
		font-size: 20px;
		line-height: 24px;
		margin-top: 24px;
	}
	.page-template-page-contacts .animated-icon2 span{
		background: #ffffff;
	}

	.section--contacts-form .col{
		width: 100%;
	}
	.section--contacts-form .wpcf7 {
		margin-left: 0px;
		padding-top: 24px;
		width: 100%;
		padding-bottom: 0px;
	}
	.section--contacts-form .wpcf7 .form--title{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	.section--contacts-form .wpcf7 .form--description{
		display: none;
	}
	.section--contacts-form .wpcf7 input{
		font-size: 16px;
		line-height: 24px;
	}
	.contacts-form--list {
		margin-top: 40px;
		padding-bottom: 49px;
		font-size: 16px;
		line-height: 24px;
	}



	.section--form{
		height: 540px;
		min-height: auto;
	}
	.section--form .wpcf7 {
		margin-left: 0px;
		padding-top: 80px;
		width: 100%;
		
	}
	.section--form .wpcf7 .form--title, .section--form .wpcf7 .form--description, .section--form .wpcf7 input{
		max-width: 100%;
		width: 100%;
	}



}

@media (max-width: 760px) {

	.main-hero--content-title{
		font-family: 'MursGothic';
		font-size: 48px;
		font-weight: 400;
		line-height: 58px;

	}

	.container{
		padding: 0px 16px;
	}

	.logo{
		height: 60px;
		width: 60px;
	}






	.invest-hero--content-title{
		font-size: 48px;
		line-height: 58px;
	}
	.invest-hero--content-description{
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		margin-top: 24px;
		width: 100%;
	}
	a.invest-hero--content-btn{
		font-size: 16px;
		font-weight: 400;
	    line-height: 24px;
	letter-spacing: 0.04em;
		text-align: left;
		margin-top: 24px;
	}
	.invest-hero--hr{
		margin-top: 40px;
	}


	.development-hero--content-title{
		font-size: 48px;
		line-height: 58px;
		width: 100%;
	}
	.development-hero--content-description{
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		margin-top: 24px;
		width: 100%;
	}
	a.development-hero--content-btn{
		font-size: 16px;
		font-weight: 400;
	    line-height: 24px;
	letter-spacing: 0.04em;
		text-align: left;
		margin-top: 24px;
	}
	.development-hero--hr{
		margin-top: 40px;
	}




	.project-hero--content-title{
		font-size: 48px;
		line-height: 58px;
		width: 100%;
	}
	.project-hero--content-description{
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: left;
		margin-top: 24px;
		width: 100%;
	}
	a.project-hero--content-btn{
		font-size: 16px;
		font-weight: 400;
	    line-height: 24px;
	letter-spacing: 0.04em;
		text-align: left;
		margin-top: 24px;
	}
	.project-hero--hr{
		margin-top: 40px;
	}



	footer .col {
		padding: 15px 0;

	}
}


