/*!
Theme Name: ARC Boutant
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: http://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boutant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ARC Boutant is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[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}
.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}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #171717;
}
body.hidden {
	overflow-y: hidden;
	overflow-x: inherit;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
img[data-lazyloaded]{
  opacity: 0;
}
img.litespeed-loaded{
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 15px;
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: none;
  color: #fff;
  height: 50px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 400;
  outline: none;
  border: none;
  border-bottom: 4px solid #464646;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/arrow-down-sign-to-navigate.svg) no-repeat calc(100% - 10px) center;
  background-size: 12px;
}


.main-btn {
	border: 2px solid #9EE015;
  padding: 8.5px 25px;
  text-align: center;
  display: inline-block;
  transition: .25s;
}
.active .main-btn,
.main-btn:hover {
	background: #9EE015;
	color: #000;
}
.main-btn-full {
	width: 100%;
}
.second-btn {
	font-size: 20px;
	border: 2px solid #9EE015;
	background: #9EE015;
	color: #000;
  padding: 8.5px 25px;
  text-align: center;
  display: inline-block;
  transition: .25s;
}
.second-btn:hover {
	background: none;
	color: #fff;
}



.wrapper {
	position: relative;
	overflow: hidden;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
  background: rgb(18 18 18 / 0.6);
  padding: 15px 0 0;
  z-index: 9;
}
header.open-mobile-menu {
	z-index: 999;
}
.header__inner {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}
.header__logo {
	flex: 0 0 130px;
	max-width: 130px;
}
.header__address-time {
	flex: 0 0 430px;
	max-width: 430px;
	padding-left: 40px;
	display: flex;
	align-items: center;
}
.header__address-time p {
	margin-bottom: 0;
}
.header__address-time p:last-child {
	padding-left: 40px;
}
.header__email {
	flex: 0 0 205px;
	max-width: 250px;
}
.header__phone {
	flex: 0 0 180px;
	max-width: 180px;
}
.header__email a,
.header__phone a {
	position: relative;
	padding-left: 25px;
	transition: .25s;
}
.header__email a:hover,
.header__phone a:hover {
	color: #9EE015;
}
.header__email a:before,
.header__phone a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #9EE015;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.header__email a:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.header__phone a:before {
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.header__soc {
	flex: 0 0 55px;
  max-width: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__soc li a {
	display: block;
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 18px;
  height: 18px;
  transition: .25s;
}
.header__soc li a:hover {
	background-color: #9EE015;
}
.header__soc li.header__soc-instagram a {
	-webkit-mask-image: url(images/instagram.svg);
  mask-image: url(images/instagram.svg);
}
.header__soc li.header__soc-facebook a {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}
.header__lang {
	flex: 0 0 calc(100% - 55px - 180px - 205px - 430px - 130px);
	max-width: calc(100% - 55px - 180px - 205px - 430px - 130px);
}
.header__lang ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header__lang ul li {
	margin-right: 12px;
}
.header__lang ul li:last-child {
	margin-right: 0;
}
.header__lang ul li a {
	text-transform: uppercase;
	transition: .25s;
}
.header__lang ul li a:hover,
.header__lang ul li.active a {
	color: #9EE015;
}
.main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu > li {
	margin-right: 30px;
	position: relative;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu li a {
	font-size: 18px;
  transition: .25s;
}
.main-menu > li > a {
	display: block;
  padding-bottom: 15px;
}
.main-menu li:hover > a {
	color: #9EE015;
}
/*---Second Level---*/
.main-menu > li > ul.sub-menu {
	display: none;
	margin: 0;
  list-style: none;
  background: #171717;
  position: absolute;
  width: 200px;
  padding: 10px 0;
}
.main-menu > li:hover > ul.sub-menu {
	display: block;
}
.main-menu > li > ul.sub-menu li {
	margin-bottom: 10px;
	position: relative;
	padding: 0 10px;
}
.main-menu > li > ul.sub-menu li:last-child {
	margin-bottom: 0;
}
.main-menu > li > ul.sub-menu li a {
	font-size: 16px;
	display: block;
}
.main-menu > li > ul.sub-menu li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
}
.main-menu > li > ul.sub-menu li.menu-item-has-children > a:after {
	content: '';
  -webkit-mask-image: url(images/arrow-right.svg);
  mask-image: url(images/arrow-right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 12px;
  height: 12px;
  transition: .25s;
  position: absolute;
  top: 6px;
  right: 0;
}
.main-menu > li > ul.sub-menu li.menu-item-has-children:hover > a:after {
	background-color: #9EE015;
}
/*---Thirty Level---*/
.main-menu > li > ul.sub-menu > li > ul.sub-menu {
	display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #171717;
  position: absolute;
  top: -10px;
  left: calc(100%);
  padding: 10px 0;
  width: 200px;
}
.main-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block;
}
.main-menu > li > ul.sub-menu > li:hover > ul.sub-menu li {
	padding: 0 10px;
}



.main-block {
	position: relative;
	height: 970px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	z-index: 1;
}
.main-block:before {
	content: '';
	display: block !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 86.14%, rgba(0, 0, 0, 0) 99.41%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main-block__item {
	position: relative;
	margin-top: 60px;
}
.main-block__item h1 {
	padding-left: calc((100% - 1110px) / 2);
	margin-bottom: 30px;
	-webkit-text-stroke: 2px #000000;
	max-width: 800px;
	line-height: 1.18;
}
.main-block__portfolio {
	position: absolute;
	right: 0;
	top: calc(50% - 175px);
	padding-right: calc((100% - 1110px) / 2);
	z-index: 1;
}
.main-block__portfolio:before {
	content: '';
  background: url(images/main-block-lines-green.svg) no-repeat left;
  background-size: contain;
  z-index: -1;
  width: 860px;
  height: 55px;
  position: absolute;
  left: -100px;
  top: calc(50% - 22px);
}
.main-block__portfolio-inner {
	height: 350px;
	width: 385px;
}
.main-block__portfolio-img {
	position: absolute;
	width: 185px;
	height: 290px;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
.main-block__portfolio-img:nth-child(2) {
	bottom: 60px;
	left: 200px;
}
.main-block__portfolio-img img {
	height: 100%;
  max-width: inherit;
}
.main-block__portfolio-btn {
	position: absolute;
	left: 200px;
	bottom: 0;
}
.main-block__portfolio-btn a {
	width: 185px;
}
.main-block__content {
	position: relative;
  padding-left: calc((100% - 1110px) / 2);
  margin-bottom: 30px;
  z-index: 1;
}
.main-block__content:before {
	content: '';
  background: url(images/main-block-lines-black.svg) no-repeat right;
  background-size: contain;
  z-index: -1;
  width: 965px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px);
  right: 50%;
}
.main-block__content ul {
	max-width: 600px;
  padding: 0 0 0 20px;
}
.main-block__content ul li {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px;
}
.main-block__content ul li:last-child {
	margin-bottom: 0;
}
.main-block__btn {
	padding-left: calc((100% - 1110px) / 2);
}


.key-success {
	margin-top: 75px;
	margin-bottom: 75px;
}
.key-success h1,
.key-success h2,
.key-success h3 {
	font-weight: 500;
}
.image-with-gallery {
	position: relative;
	display: flex;
	z-index: 1;
}
.image-with-gallery:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	z-index: -1;
	background: #171717;
	width: calc(100% + 20px);
	height: 100%;
}
.image-with-gallery__main {
	position: relative;
	flex: 0 0 66%;
	max-width: 66%;
	height: 540px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-with-gallery__main:before {
	content: '';
	background: rgb(0 0 0 / 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.image-with-gallery__main img {
	max-width: 225px;
}
.image-with-gallery__images {
	flex: 0 0 calc(34% - 10px);
	max-width: calc(34% - 10px);
	height: 540px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-left: 10px;
}
.image-with-gallery__images::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.image-with-gallery__images::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.image-with-gallery__images::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 1px solid #555555;
}
.image-with-gallery__image {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.image-with-gallery__image:last-child {
	margin-bottom: 0;
}
.image-with-gallery__image a {
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.image-with-gallery__image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
  transition: .25s;
}
.image-with-gallery__image a:after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	-webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.image-with-gallery__image a:hover:before,
.image-with-gallery__image a:hover:after {
	opacity: 1;
}


.why-we {
	margin-top: 65px;
	margin-bottom: 75px;
	padding: 10px 0 0;
}
.why-we:before {
	content: '';
  display: block !important;
  background: #9EE015;
  position: absolute;
  width: 55%;
  height: 75%;
  top: 0;
  right: 0;
  z-index: -1;
}
.why-we .heading h1,
.why-we .heading h2,
.why-we .heading h3 {
	font-size: 40px;
	font-weight: 500;
}
.vc__advantages {
	display: flex;
	flex-wrap: wrap;
}
.vc__advantages-item {
	position: relative;
	flex: 0 0 calc(100% / 4 - (3 * 10px) / 4);
	max-width: calc(100% / 4 - (3 * 10px) / 4);
	margin-right: 10px;
	height: 270px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.vc__advantages-item:last-child {
	margin-right: 0;
}
.vc__advantages-item:before {
	content: '';
	background: rgb(0 0 0 / 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.vc__advantages-item__number {
	font-size: 48px;
  font-weight: bold;
  color: #171717;
  background: #A8F700;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vc__advantages-item__icon {
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vc__advantages-item__icon img {
	max-width: 100px;
	max-height: 100px;
}
.vc__advantages-item__content {
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  height: 86px;
}
.vc__advantages-item__content h3 {
	font-weight: 500;
	margin-bottom: 3px;
}


.home-get-prices {
	position: relative;
	margin-top: 90px;
}
.home-get-prices:before {
	content: '';
  display: block !important;
  background: #A8F700;
  width: 270px;
  height: calc(100% + 60px);
  position: absolute;
  top: -30px;
  left: 220px;
  z-index: -1;
}
.home-get-prices__placeholder {
	-webkit-text-stroke: 1px #ffffff;
  font-weight: 500;
  font-size: 40px;
  color: #171717;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .13rem;
  transform: rotate(-90deg);
  transform-origin: center;
  top: calc(50% - 30px);
  left: -95px;
  z-index: -1;
}
.home-get-prices h1,
.home-get-prices h2,
.home-get-prices h3 {
	margin-bottom: 30px;
	font-weight: 500;
}
.home-get-prices p {
	font-size: 18px;
	margin-bottom: 20px;
}


.home-construction-key {
	margin-top: 175px;
}
.home-construction-key .heading {

}
.home-construction-key .heading h1,
.home-construction-key .heading h2,
.home-construction-key .heading h3 {
	font-weight: 500;
}
.home-construction-key .heading h1 strong,
.home-construction-key .heading h2 strong,
.home-construction-key .heading h3 strong {
	background: #A8F700;
	color: #000;
}
.home-construction-key .heading p {
	font-size: 19px;
	font-weight: 500;
}
.home-construction-key__placeholder {
	-webkit-text-stroke: 1px #ffffff;
  font-weight: 500;
  font-size: 40px;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: .13rem;
  transform-origin: center;
  position: absolute;
  top: -55px;
  left: 50%;
}
.vc__construct-key {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
.vc__construct-key__main {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
}
.vc__construct-key__main:after {
	content: '';
	width: 95px;
	height: 95px;
	background: #A8F700;
	z-index: -1;
	position: absolute;
	top: -10px;
	left: -10px;
}
.vc__construct-key__other {
	margin-left: 10px;
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -10px;
}
.vc__construct-key__other-item {
	position: relative;
	height: 145px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	margin-bottom: 10px;
}
.vc__construct-key__other-number {
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  background: #A8F700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vc__construct-key__main:before,
.vc__construct-key__other-item:before {
	content: '';
	background: rgb(0 0 0 / 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vc__construct-key__other-item h3 {
	position: absolute;
  font-weight: 500;
  width: calc(100% - 50px);
  left: 50px;
  padding: 3px 10px;
  z-index: 2;
}


.what-construct {
	position: relative;
	padding-top: 260px;
}
.what-construct:before {
	content: '';
  display: block !important;
  background: #9ee015;
  width: 100%;
  height: 346px;
  position: absolute;
  left: 0;
  top: calc(260px - 13px);
  z-index: -1;
}
.what-construct .heading {
	position: absolute;
  top: -80px;
}
.what-construct .heading h1,
.what-construct .heading h2,
.what-construct .heading h3 {
	font-weight: 500;
}
.vc__what-construct {
	display: flex;
}
.vc__what-construct__main {
	flex: 0 0 calc(75% - 5px);
	max-width: calc(75% - 5px);
	display: flex;
	flex-wrap: wrap;
}
.vc__what-construct__main-item {
	position: relative;
	margin-right: 10px;
	flex: 0 0 calc(100% / 3 - (2 * 10px) / 3);
	max-width: calc(100% / 3 - (2 * 10px) / 3);
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.vc__what-construct__main-item:nth-child(3n) {
	margin-right: 0;
}
.vc__what-construct__main-item:before,
.vc__what-construct__other-block:before {
	content: '';
	background: rgb(0 0 0 / 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.vc__what-construct__main-item h3 {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
}
.vc__what-construct__other {
	position: relative;
	flex: 0 0 calc(25% - 5px);
	max-width: calc(25% - 5px);
	margin-left: 10px;
}
.vc__what-construct__other:before {
  content: '';
  background: #9EE015;
  width: 100%;
  height: 260px;
  position: absolute;
  top: -260px;
  left: 0;;
}
.vc__what-construct__other h2 {
	position: absolute;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 0;
  top: -60px;
  color: #000;
  width: 100%;
  text-align: center;
  -webkit-text-stroke: 2px #000000;
}
.vc__what-construct__other-block {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 10px;
	border: 3px solid #9EE015;
}
.vc__what-construct__other-item {
	margin-bottom: 10px;
}
.vc__what-construct__other-item:last-child {
	margin-bottom: 0;
}
.vc__what-construct__other-item a {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px; 
	font-weight: 500;
}


.our-objects {
	position: relative;
	margin-bottom: 80px;
}
.our-objects .heading h1,
.our-objects .heading h2,
.our-objects .heading h3 {
	font-weight: 500;
	margin-bottom: 15px;
}
.vc__our-objects {
	position: relative;
}
.vc__our-objects__images {
	position: relative;
}
.vc__our-objects__image {
	position: relative;
}
.vc__our-objects__image div {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.vc__our-objects__image:nth-child(1) {
	width: calc(50% - (2 * 10px / 3));
	height: 570px;
}
.vc__our-objects__image:nth-child(2) {
  width: calc(25% - (2 * 10px / 3));
  height: 390px;
  position: absolute;
  left: calc(50% - (2 * 10px / 3) + 10px);
  top: 0;
}
.vc__our-objects__image:nth-child(3) {
  width: calc(25% - (2 * 10px / 3));
  height: 170px;
  position: absolute;
  left: calc(50% - (2 * 10px / 3) + 10px);
  top: 400px;
}
.vc__our-objects__image:nth-child(4) {
  width: calc(25% - (2 * 10px / 3));
  height: 250px;
  position: absolute;
  left: calc(75% - (2 * 10px / 3) + 13px);
  top: 0px;
}
.vc__our-objects__image:nth-child(5) {
  width: calc(25% - (2 * 10px / 3));
  height: 255px;
  position: absolute;
  left: calc(75% - (2 * 10px / 3) + 13px);
  top: 260px;
}
.vc__our-objects__image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
  transition: .25s;
}
.vc__our-objects__image a:after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	-webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.vc__our-objects__image a:hover:before,
.vc__our-objects__image a:hover:after {
	opacity: 1;
}
.vc__our-objects__btn {
	position: absolute;
  right: 0;
  bottom: 0;
  width: calc(25% - 6px);
}
.vc__our-objects__btn a {
	width: 100%;
}


.home-restavration {
	padding: 70px 0 120px;
	padding-left: calc((100vw - 1110px) / 2) !important;
	padding-right: calc((100vw - 1110px) / 2 + 95px) !important;
	margin-bottom: 120px;
}
.home-restavration:before {
	content: '';
  display: block !important;
  border: 3px solid #9EE015;
  border-left: 0;
  width: calc(100% - ((100% - 1110px) / 2));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.home-restavration__images {
	padding-left: 40px !important;
}
.home-restavration .heading h2 {
	letter-spacing: 0.055em;
  font-size: 40px;
  font-weight: 900;
  /*text-shadow: 0px 3px 1px #9ee015;*/
}
.home-restavration .heading h2 strong {
  letter-spacing: 0.055em;
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke: 1px #9EE015;
  color: #171717;
  position: absolute;
  top: 3px;
  z-index: -1;
}
.home-restavration .heading p {
	font-size: 18px;
}
.home-restavration .heading p strong {
	font-weight: 500;
	font-size: 20px;
}



.vc__footer-cf {
	position: relative;
	padding: 60px 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 75px;
}
.vc__footer-cf:before {
	content: '';
	background: rgb(0 0 0 / 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.vc__footer-cf__content {
	position: relative;
}
.vc__footer-cf__content h1,
.vc__footer-cf__content h2,
.vc__footer-cf__content h3 {
	margin-bottom: 20px;
}
.vc__footer-cf__content p {
	font-size: 18px;
}
.vc__footer-cf__form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
  margin-bottom: 10px;
}
.vc__footer-cf__form input[type="text"],
.vc__footer-cf__form input[type="tel"] {
	background: #171717;
	height: 42px;
	font-weight: 400;
	font-size: 16px;
	padding: 0 15px;
  border: none;
  border-radius: 0;
}
.vc__footer-cf__form input[type="submit"] {
	background: #171717;
	color: #fff;
	padding: 7px 20px;
	outline: none;
}
.vc__footer-cf__form input[type="submit"]:hover {
	background: #9EE015;
	color: #171717;
}
.vc__footer-cf__form .wpcf7-not-valid-tip {
	font-size: 12px;
}
.vc__footer-cf__form .wpcf7 form .wpcf7-response-output {
	font-size: 12px;
	margin: 10px 0 0;
}


.seo-text {
	margin-bottom: 80px;
}
.vc__seotext {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.vc__seotext.show {
	overflow: inherit;
	height: auto;
}
.vc__seotext h1 {
	font-size: 32px;
}
.vc__seotext h2 {
	font-size: 28px;
}
.vc__seotext h3 {
	font-size: 24px;
}
.vc__seotext h4 {
	font-size: 21px;
}
.vc__seotext * ~ h1,
.vc__seotext * ~ h2,
.vc__seotext * ~ h3,
.vc__seotext * ~ h4,
.wpb_content_element * ~ h1,
.wpb_content_element * ~ h2,
.wpb_content_element * ~ h3,
.wpb_content_element * ~ h4 {
	margin-top: 35px;
}
.wpb_content_element ul {
	padding-left: 20px;
	list-style-type: square;
}
.wpb_content_element ul li {
	margin-bottom: 12px;
}
.wpb_content_element ul li:last-child {
	margin-bottom: 0;
}
.wpb_content_element ul li::marker {
  color: #9EE015;
  font-size: 18px;
}
.vc__seotext-btn {
	position: absolute;
  bottom: 0;
  left: 0;
	text-align: center;
  background: rgb(23,23,23);
	background: -moz-linear-gradient(180deg, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5018382352941176) 30%, rgba(23,23,23,0.8995973389355743) 70%, rgba(23,23,23,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5018382352941176) 30%, rgba(23,23,23,0.8995973389355743) 70%, rgba(23,23,23,1) 100%);
	background: linear-gradient(180deg, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5018382352941176) 30%, rgba(23,23,23,0.8995973389355743) 70%, rgba(23,23,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171717",endColorstr="#171717",GradientType=1);
  height: 120px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.vc__seotext-btn a {
	transition: .25s;
}
.vc__seotext-btn a:hover {
	color: #9ddf15;
}


.contacts-bottom {
	position: relative;
	margin-bottom: 100px;
}
.contacts-bottom-left {
	padding-left: calc((100% - 1110px) / 2);
}
.contacts-map {
  position: relative;
  border: 2px solid #9EE015;
  border-right: none;
  padding: 10px 0 3px 10px;
}
.contacts-map iframe {
	width: 100%;
	height: 420px;
}
.contacts-bottom .heading {
	margin-bottom: 20px;
}
.contacts-bottom .heading h2 {
	font-weight: 500;
}
.contacts-info {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
}
.contacts-info li {
	margin-bottom: 20px;
}
.contacts-info li:last-child {
	margin-bottom: 0;
}
.contacts-info li a {
	color: #fff;
	transition: .25s;
}
.contacts-info li a:hover {
	color: #9EE015;
}
.contacts-info__map,
.contacts-info__email a,
.contacts-info__phone a,
.contacts-info__instagram a,
.contacts-info__facebook a {
	position: relative;
	padding-left: 30px;
}
.contacts-info__map:before,
.contacts-info__email a:before,
.contacts-info__phone a:before,
.contacts-info__instagram a:before,
.contacts-info__facebook a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 18px;
  height: 18px;
  transition: .25s;
}
.contacts-info li a:hover:before {
	background-color: #9EE015;
}
.contacts-info__map:before {
	-webkit-mask-image: url(images/location.svg);
  mask-image: url(images/location.svg);
}
.contacts-info__email a:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.contacts-info__phone a:before {
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
}
.contacts-info__instagram a:before {
	-webkit-mask-image: url(images/instagram.svg);
  mask-image: url(images/instagram.svg);
}
.contacts-info__facebook a:before {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}



footer {
	position: relative;
	padding: 55px 0;
	border-top: 2px solid #9EE015;
	border-bottom: 2px solid #9EE015;
}
footer .widget {
	position: relative;
}
footer .widget-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 180px;
	margin: 0 auto 12px;
}
footer .widget ul {
	padding: 0;
	list-style: none;
	max-width: 180px;
	margin: 0 auto;
}
footer .widget ul li {
	margin-bottom: 8px;
}
footer .widget ul li:last-child {
	margin-bottom: 0;
}
footer .widget ul li a {
	color: #fff;
	line-height: 1.2;
	transition: .25s;
}
footer .widget ul li a:hover {
	color: #9EE015;
}


.copyright {
	position: relative;
	padding: 10px 0;
}
.copyright p {
	text-align: center;
	line-height: 1.1;
}



.page-header-img {
	position: relative;
	height: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.page-header-img:before {
	content: '';
	background: rgb(0 0 0 / 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-info {
	position: relative;
	padding: 25px 0;
	z-index: 3;
}
.breadcrumbs {
	margin-bottom: 12px;
}
.breadcrumbs span,
.breadcrumbs span a {
	font-weight: 500;
	transition: .25s;
}
.breadcrumbs span a:hover,
.breadcrumbs span .current-item {
	color: #9EE015;
}
.page-header-info h1 {
	font-size: 48px;
	line-height: 1.1;
}
.page-content {
	position: relative;
	padding-bottom: 100px;
	z-index: 2;
}

.post-grid-objects {
	position: relative;
	margin-bottom: 50px;
}
.vc_PostProjects {
	margin-bottom: -10px;
}
.vc_PostProjects .row {
	margin: 0 -5px;
}
.vc_PostProjects-item-bg {
	background: #171717;
	padding: 0 5px;
}
.vc_PostProjects-item {
	position: relative;
	display: block;
	margin-bottom: 10px;
	height: 310px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.vc_PostProjects-item:before {
	content: '';
	background: rgb(0 0 0 / 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .25s;
}
.vc_PostProjects-item:hover:before {
	opacity: 1;
}
.vc_PostProjects-number {
	position: absolute;
	background: #A8F700;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.vc_PostProjects-item h3 {
  position: absolute;
  bottom: 0;
  font-weight: 400;
  background: rgb(0 0 0 / 0.6);
  width: 100%;
  padding: 10px;
  text-align: center;
}


.price-heading {
	width: 100%;
	margin-bottom: 25px;
}
.price-heading td {
	vertical-align: top;
}
.price-heading__main {
	width: auto;
}
.price-heading__econom,
.price-heading__standart,
.price-heading__premium {
	width: 180px;
	text-align: center;
	font-size: 18px;
}
.price-heading__econom img,
.price-heading__standart img,
.price-heading__premium img {
	margin-bottom: 12px;
}

.price-body {
	width: 100%;
	border-collapse: inherit;
	border-spacing: 5px;
	margin-bottom: 30px;
}
.price-body td {
	padding: 5px;
	background: #323232;
}
.price-body td.price-body__count {
	width: 30px;
	text-align: center;
	font-size: 18px;
}
.price-body td.price-body__heading {
	border: 1px solid #9EE015;
	font-size: 18px;
	line-height: 1.18;
}
.price-body td.price-body__check {
	width: 175px;
	text-align: center;
	background: #404040;
}
.price-body td.price-body__check span {
	width: 10px;
	height: 10px;
	background: #9EE015;
	display: inline-block;
}
.price-body__summ-label,
.price-body__summ-price {
	border: 1px solid #9EE015;
}
.price-body__summ-label {
	font-size: 18px;
}
.price-body__summ-price {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.price-bottom-calc {
	display: flex;
	align-items: center;
}
.price-bottom-calc__content {
	position: relative;
	font-size: 20px;
	color: #A8F700;
	padding: 10px 0 10px 15px;
	flex: 0 0 573px;
	max-width: 573px;
}
.price-bottom-calc__content:before {
	content: '';
	background: #9EE015;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.price-bottom-calc__btn {
	flex: 0 0 calc(100% - 573px);
	max-width: calc(100% - 573px);
}




.table-style-1 {
	position: relative;
}
.table-style-1 table {
	width: 100%;
	border-collapse: inherit;
	border-spacing: 5px;
}
.table-style-1 td {
	font-size: 18px;
	background: #323232;
	padding: 5px 10px;
}
.table-style-1 tr:first-child td {
	border: 1px solid #9EE015;
}
.table-style-1 tr td:first-child {
	width: 280px;
}













.full-calc-page {
	position: relative;
	background: url(images/calculation/bg.png) no-repeat 90px center;
	background-size: contain;
	padding-top: 230px;
  margin-top: -190px;
}

.eh-calc-left-panel-top {
	padding-right: 80px;
}

.eh-calculator-block-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.slide-range {
	width: 100%;
	height: 9px;
	background: linear-gradient(270deg, #A4F700 2.9%, rgba(168, 247, 0, 0) 149.81%);
	-webkit-appearance: none;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slide-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 29px;
  background: #171717;
	border: 1px solid #9EE015;
  cursor: pointer;
}
.slide-range::-moz-range-thumb {
  width: 13px;
  height: 29px;
  background: #171717;
	border: 1px solid #9EE015;
  cursor: pointer;
}

.eh-calculator-block-label > span {
	font-size: 28px;
	color: #9EE015;
}




.rsform-block {
	margin-bottom: 40px;
}

.formControls-complectation .label-text {
	position: relative;
  min-width: 140px;
  height: 28px;
  padding: 0 20px 0 30px;
  margin-left: -30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formControls-complectation label.active .label-text,
.formControls-complectation label input:checked + .label-text {
	background: #9EE015;
	color: #171717;
}
.formControls-complectation label input,
.rsform-block-buildingtech label input,
.rsform-block-radio label input,
.rsform-block-floor label input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.formControls-complectation .label-text:after,
.formControls-complectation .label-text:before {
	content: '';
  position: absolute;
  right: 3px;
  background: #171717;
  width: 3px;
  height: 100%;
}
.formControls-complectation .label-text:before {
	right: 9px;
}

.rsform-block-buildingtech .formControls,
.rsform-block-radio .formControls,
.rsform-block-floor .formControls {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
	justify-content: space-between;
}
.rsform-block-buildingtech label,
.rsform-block-radio label,
.rsform-block-floor label {
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
	margin-bottom: 10px;
}
.rsform-block-buildingtech .label-text,
.rsform-block-radio .label-text,
.rsform-block-floor .label-text {
	border: 1px solid #9EE015;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rsform-block-buildingtech label.active .label-text,
.rsform-block-buildingtech label input:checked + .label-text,
.rsform-block-radio label.active .label-text,
.rsform-block-radio label input:checked + .label-text,
.rsform-block-floor label.active .label-text,
.rsform-block-floor label input:checked + .label-text {
	background: #9EE015;
	color: #171717;
}





.eh-calc-right-panel {
	background: #272727;
  padding: 50px 15px 15px;
  margin-top: -230px;
  z-index: 1;
}
.eh-getprice-title {
	font-size: 48px;
	font-weight: bold;
	display: block;
	line-height: 1.16;
	margin-bottom: 25px;
}
.eh-getprice-subtitle {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.16;
	display: block;
}
.eh-calc-right-panel input[type="text"], .eh-calc-right-panel input[type="email"], .eh-calc-right-panel input[type="tel"], .eh-calc-right-panel textarea {
	height: 40px;
  background: #171717;
  border: 1px solid #9EE015;
  font-size: 16px;
}
.eh-calc-right-panel textarea {
	height: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.eh-calc-right-panel .rsform-block {
	margin-bottom: 15px;
}
.eh-calc-right-panel .rsform-block-submit {
	margin-bottom: 0;
}
.rsform-block-submit input[type="submit"] {
	height: 40px;
	background: #9EE015;
  color: #171717;
  border: 0;
  padding: 0 20px;
  outline: none;
  transition: .25s;
}
.rsform-block-submit input[type="submit"]:hover {
	opacity: .8;
}
.rsform-block-submit span {
	margin-top: 15px;
	display: block;
	color: #ABABAB;
	font-size: 14px;
	line-height: 1.17;
}



.rsform-block-option .formControls {
	display: flex;
}
.rsform-block-option .formControls label {
	flex: 0 0 calc((100% / 4) - (3 * 10px / 4));
  max-width: calc((100% / 4) - (3 * 10px / 4));
  margin-right: 10px;
  margin-bottom: 0;
  background: #272727;
  transition: .25s;
	border: 1px solid #272727;
	cursor: pointer;
}
.rsform-block-option .formControls label:last-child {
	margin-right: 0;
}
.rsform-block-option .formControls > br {
	display: none;
}
.rsform-block-option input {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.rsform-block-option .label-image {
	display: flex;
  height: 90px;
  align-items: flex-end;
  justify-content: center;
  margin: 22px 0;
}
.rsform-block-option .label-image img {
	max-width: 100%;
	max-height: 90px;
}
.rsform-block-option .label-text {
	display: flex;
	align-items: center;
	height: 60px;
	border-left: 5px solid #9EE015;
	padding: 0 35px 0 10px;
	line-height: 1.2;
}
.rsform-block-option label input:checked ~ .label-text {
	background: #9ee015;
  color: #171717;
}


.rsform-block-price label {
	font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
#priceText {
  font-size: 28px;
  font-weight: 500;
  color: #9EE015;
  padding: 0 0 0 10px;
  display: inline-block;
}
.link-specification {
	float: right;
}


.full-calc-page .wpcf7-not-valid-tip {
	font-size: 14px;
}
.full-calc-page .ajax-loader {
	position: absolute;
}
.full-calc-page .wpcf7 form .wpcf7-response-output {
text-align: center;
margin: 10px 0 0;
}



.title-outline {
	-webkit-text-stroke: 1px #9EE015;
	color: #171717;
    font-size: 36px;
}


.taxonomy-objects {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.taxonomy-objects li {
	position: relative;
	margin-right: 7px;
}
.taxonomy-objects li:last-child {
	margin-right: 0;
}


.objects-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 1;
}
.objects-item__bg {
	position: relative;
	height: 310px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.objects-item__bg:before {
	content: '';
	background: rgb(0 0 0 / 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .25s;
}
.objects-item__bg:after {
	content: '';
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	-webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #9EE015;
  width: 80px;
  height: 80px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.objects-item a:hover .objects-item__bg:before,
.objects-item a:hover .objects-item__bg:after {
	opacity: 1;
}
.objects-item__number {
	position: absolute;
	background: #A8F700;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.objects-item h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}




.navigation.pagination {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 40px;
	padding-top: 20px;
}
.navigation.pagination:before {
	content: '';
	position: absolute;
	width: 60%;
	left: 20%;
	height: 2px;
	top: 0;
	background: #9EE015;
	z-index: 2;
}
.navigation.pagination > h2 {
	display: none;
}
.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
.navigation.pagination .nav-links .page-numbers {
	border: 2px solid #9EE015;
  padding: 5px 13px;
  text-align: center;
  display: inline-block;
  transition: .25s;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #9ee015;
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links .page-numbers:hover {
	background: #9ee015;
	color: #000;
}


.single-object {
	margin-top: 50px;
}
.slider-object-for {
	position: relative;
	margin-bottom: 20px;
}
.slider-object-for:before {
	content: '';
  background: #9EE015;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70%;
  height: 60%;
  z-index: -1;
}
.slider-object-for .slick-slide {
	outline: none !important;
}
.main-object-img a:before {
	content: '';
	background: rgb(0 0 0 / 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .25s;
}
.main-object-img a:after {
	content: '';
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	-webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #9EE015;
  width: 80px;
  height: 80px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.main-object-img a:hover:before,
.main-object-img a:hover:after {
	opacity: 1;
}
.slider-object-nav .slick-list {
	margin: 0 -10px;
}
.slider-object-nav .slick-track {
	display: flex;
	align-items: center;
}
.slider-object-nav .slick-slide {
	margin: 0 10px;
	opacity: .6;
	cursor: pointer;
	outline: none !important;
	transition: .25s;
}
.slider-object-nav .slick-slide.slick-current,
.slider-object-nav .slick-slide:hover {
	opacity: 1;
}

.slider-object-nav .slick-arrow {
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	background: #9EE015;
	border-radius: 50%;
	border: none;
	outline: none !important;
	position: absolute;
  top: calc(50% - 18px);
  z-index: 2;
  opacity: .6;
  transition: .25s;
}
.slider-object-nav .slick-arrow:hover {
	opacity: 1;
}
.slider-object-nav .slick-arrow:before {
	content: '';
  -webkit-mask-image: url(images/arrow-right.svg);
  mask-image: url(images/arrow-right.svg);
  -webkit-mask-size: 10px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: .25s;
}
.slider-object-nav .slick-prev {
	left: -15px;
	transform: rotate(180deg);
}
.slider-object-nav .slick-next {
	right: -15px;
}



.img-with-box-bg .vc_single_image-wrapper {
	position: relative;
}
.img-with-box-bg .vc_single_image-wrapper:before {
	content: '';
	background: #9EE015;
	width: 95px;
	height: 95px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
}



.error404 .wrapper {
	position: relative;
	z-index: 1;
	background-image: url(images/error404-bg.png);
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.error404 .wrapper:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 86.14%, rgba(0, 0, 0, 0.5) 99.41%);
  z-index: -1;
  height: 100%;
}
.error404 .contacts-bottom,
.error404 footer {
	display: none;
}
.error-404.not-found {
	padding-top: 200px;
}
.error-404__image {
	text-align: center;
	margin-bottom: 40px;
}
.error-404 .page-content p {
	text-align: center;
	margin-bottom: 10px;
}




.restavration-steps {
	position: relative;
	margin-bottom: 120px;
}
.vc__steps {
	position: relative;
}
.vc__steps-item {
	position: relative;
	margin-bottom: 60px;
}
.vc__steps-item:last-child {
	margin-bottom: 0;
}
.vc__steps-item:nth-child(2n) {
	justify-content: flex-end;
}
.vc__steps-number {
	position: relative;
}
.vc__steps-item:nth-child(2n) .vc__steps-number {
	order: 3;
}
.vc__steps-number span {
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  font-size: 40px;
  color: #171717;
  display: block;
  border-bottom: 3px solid #9EE015;
  margin-bottom: 10px;
}
.vc__steps-number h4 {
	font-size: 18px;
	font-weight: 500;
}
.vc__steps-line {
	height: 4px;
	background: #9EE015;
}
.vc__steps-item:nth-child(2n) .vc__steps-line {
	order: 2;
}
.vc__steps-item:nth-child(2n) .vc__steps-text {
	order: 1;
}



.restavration-result {
	position: relative;
	margin-bottom: 100px;
}
.image-with-title {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -30px;
}
.image-with-title__title {
	order: 3;
}
.image-with-title__title h2 {
	font-size: 36px;
}
.image-with-title__image {
	margin-bottom: 30px;
}
.image-with-title__image:nth-child(1) {
	flex: 0 0 calc(35% - 15px);
	max-width: calc(35% - 15px);
	order: 3;
}
.image-with-title__image:nth-child(2) {
	flex: 0 0 calc(40% - 15px);
	max-width: calc(40% - 15px);
	order: 1;
}
.image-with-title__image:nth-child(3) {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	order: 2;
}
.image-with-title__image:nth-child(4) {
	flex: 0 0 calc(35% - 15px);
	max-width: calc(35% - 15px);
	order: 4;
}
.image-with-title__image:nth-child(5) {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	order: 5;
}
.image-with-title__image:nth-child(6) {
	flex: 0 0 calc(15% - 15px);
	max-width: calc(15% - 15px);
	order: 6;
}
.image-with-title__image a {
	display: block;
	height: 220px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}




.post-type-archive .page-content {
	overflow: hidden;
}
.all-architects {
	position: relative;
}
.architect-placeholder {
	font-size: 250px;
  font-weight: bold;
  text-transform: lowercase;
  color: #000;
  opacity: .6;
  transform: rotate(-90deg);
  position: absolute;
  z-index: -1;
  left: 150px;
  transform-origin: left bottom;
}
.architects__item {
	position: relative;
	margin-bottom: 30px;
}
.architects__item-info {
	position: relative;
}
.architects__item-info h3 {
	font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.architects__item-info h4 {
	font-size: 16px;
  font-weight: 400;
}
.architects__item-content {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
}


.single-architect {

}
.single-architect__content {

}
.single-architect__cat {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.single-architect__content h1 {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
.single-architect__content h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}
.single-architect__content {
	position: relative;
	margin-bottom: 30px;
}
.single-architect__form {
	position: relative;
}
.single-architect__form h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.single-architect__form p {
	margin-bottom: 20px;
}


.single-architect__portfolio {
	margin-top: 30px;
}
.single-architect__portfolio h2 {
	-webkit-text-stroke: 1px #9EE015;
  font-weight: 500;
  font-size: 90px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: -30px;
}
.single-architect__images {
	position: relative;
}
.single-architect__images a {
	position: relative;
	display: block;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.single-architect__images a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(0 0 0 / 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .25s;
}
.single-architect__images a:after {
  content: '';
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.single-architect__images a:hover:before, .single-architect__images a:hover:after {
  opacity: 1;
}




.modal-content {
	background: #171717;
	border: 1px solid #9EE015;
	border-radius: 0;
}
.modal-header {
	border: none;
}
.modal-title {
	font-size: 36px;
	padding-right: 40px;
}
.modal-header .close {
	padding: 0;
  float: none;
  margin: 0;
  text-shadow: none;
  color: #fff;
  font-weight: 100;
  opacity: 1;
  font-size: 36px;
  position: absolute;
  right: 15px;
  top: 28px;
  outline: none !important;
}
#orderProject .modal-content {
	background-image: url(images/maket-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#orderProject input[type="text"],
#orderProject input[type="tel"],
#orderCall input[type="text"],
#orderCall input[type="tel"] {
	height: 36px;
	font-size: 16px;
	border: 1px solid #9ee015;
}
#orderProject .rsform-block,
#orderCall .rsform-block {
  margin-bottom: 30px;
}
#orderProject input[type="submit"],
#orderCall input[type="submit"] {
  height: 40px;
  background: #9EE015;
  color: #171717;
  border: 0;
  padding: 0 20px;
  outline: none;
  transition: .25s;
}
#orderProject input[type="submit"]:hover,
#orderCall input[type="submit"]:hover {
	opacity: .8;
}
#orderProject .rsform-block-submit p,
#orderCall .rsform-block-submit p {
	margin-bottom: 0;
	margin-top: 20px;
}
#orderProject .wpcf7-not-valid-tip,
#orderCall .wpcf7-not-valid-tip {
	font-size: 12px;
}
#orderProject .wpcf7-response-output,
#orderCall .wpcf7-response-output {
	font-size: 14px;
	margin: 10px 0 0;
}
.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}




.photo-block-gallery a.vc_single_image-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.photo-block-gallery a.vc_single_image-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
  transition: .25s;
}
.photo-block-gallery a.vc_single_image-wrapper:after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	-webkit-mask-image: url(images/zoom.svg);
  mask-image: url(images/zoom.svg);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: .25s;
  z-index: 2;
  opacity: 0;
  transition: .25s;
}
.photo-block-gallery a.vc_single_image-wrapper:hover:before,
.photo-block-gallery a.vc_single_image-wrapper:hover:after {
	opacity: 1;
}


.child-pages li {
	font-size: 21px;
}


.price-body-mobile {
	display: none;
}

.modalMobileMenu {
	display: none;
}


@media (max-width: 1199px) {
	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 18px;
	}
	.main-btn {
		padding: 8.5px 20px;
	}
	.second-btn {
		font-size: 18px;
	}
	.header__phone {
		position: absolute;
		left: 560px;
    top: 23px;
	}
	.header__email {
		margin-top: -26px;
	}
	.header__lang {
    flex: 0 0 calc(100% - 55px - 205px - 430px - 130px);
    max-width: calc(100% - 55px - 205px - 430px - 130px);
	}
	.main-block {
		height: 820px;
	}
	.main-block__item h1,
	.main-block__content,
	.main-block__btn {
		padding-left: calc((100% - 930px) / 2);
	}
	.main-block__item h1 {
		max-width: 680px;
	}
	.main-block__content ul {
		max-width: 480px;
	}
	.main-block__portfolio {
		padding-right: calc((100% - 930px) / 2);
	}
	.main-block__portfolio-inner {
    height: 300px;
    width: 330px;
	}
	.main-block__portfolio-img {
		width: 160px;
		height: 240px;
	}
	.main-block__portfolio-img:nth-child(2) {
    bottom: 55px;
    left: 170px;
	}
	.main-block__portfolio-btn {
		left: 170px;
	}
	.main-block__portfolio-btn a {
		width: 160px;
	}
	.key-success {
    margin-top: 50px;
    margin-bottom: 50px;
	}
	.image-with-gallery__main,
	.image-with-gallery__images {
		height: 450px;
	}
	.why-we {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .heading {
  	margin-bottom: 30px !important;
  }
  .why-we .heading h1, .why-we .heading h2, .why-we .heading h3 {
  	font-size: 36px;
  }
  .vc__advantages-item {
  	height: 240px;
  }
  .vc__advantages-item__number {
  	width: 65px;
  	height: 65px;
  	font-size: 42px;
  }
  .vc__advantages-item__icon {
  	width: 80px;
  	height: 80px;
  	top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
  .vc__advantages-item__icon img {
    max-width: 80px;
    max-height: 80px;
	}
	.vc__advantages-item__content {
		height: 82px;
	}
	.home-get-prices {
		margin-top: 60px;
	}
	.home-get-prices:before {
		left: 210px;
		height: calc(100% + 30px);
		top: -15px;
	}
	.home-get-prices__placeholder {
		font-size: 36px;
		left: -85px;
	}
	.home-construction-key {
    margin-top: 120px;
	}
	.home-construction-key__placeholder {
		font-size: 36px;
		top: -45px;
	}
	.vc__construct-key__other-number {
		font-size: 28px;
	}
	.what-construct {
		padding-top: 180px;
	}
	.what-construct:before {
		top: calc(180px - 13px);
		height: 306px;
	}
	.vc__what-construct__other h2 {
		font-size: 36px;
		top: -70px;
		-webkit-text-stroke: 1px #000000;
	}
	.vc__what-construct__main-item {
		height: 280px;
	}
	.vc__what-construct__other-block {
		padding: 10px;
	}
	.our-objects {
		margin-bottom: 60px;
	}
	.vc__our-objects__image:nth-child(1) {
		height: 480px;
	}
	.vc__our-objects__image:nth-child(2) {
		height: 330px;
	}
	.vc__our-objects__image:nth-child(3) {
		height: 140px;
		top: 340px;
	}
	.vc__our-objects__image:nth-child(4) {
		height: 210px;
	}
	.vc__our-objects__image:nth-child(5) {
		height: 180px;
		top: 220px;
	}
	.home-restavration {
		padding: 60px 0 80px;
    padding-left: calc((100vw - 930px) / 2) !important;
    padding-right: calc((100vw - 930px) / 2 + 95px) !important;
		margin-bottom: 80px;
	}
	.home-restavration:before {
		width: calc(100% - ((100% - 930px) / 2));
	}
	.home-restavration .heading h2,
	.home-restavration .heading h2 strong {
		font-size: 36px;
	}
	.home-restavration__images {
    padding-left: 30px !important;
	}
	.vc__footer-cf {
		padding: 40px 0;
		margin-bottom: 50px;
	}
	.vc__footer-cf__content p {
		font-size: 16px;
	}
	.seo-text {
    margin-bottom: 60px;
	}
	.contacts-bottom {
		margin-bottom: 70px;
	}
	.contacts-bottom-left {
    padding-left: calc((100% - 930px) / 2);
	}
	footer {
		padding: 40px 0;
	}
	footer .widget-title {
		font-size: 18px;
	}
	.copyright p {
		font-size: 14px;
	}
	.page-header-info h1 {
		font-size: 42px;
	}
	.post-grid-objects {
		margin-bottom: 40px;
	}
	.vc_PostProjects-item {
		height: 280px;
	}
	.vc_PostProjects-number {
		height: 60px;
		width: 60px;
		font-size: 42px;
	}
	.page-content {
		padding-bottom: 70px;
	}
	.table-style-1 td {
		font-size: 16px;
	}
	.title-outline {
		font-size: 32px;
	}
	.vc__steps-number span {
		font-size: 36px;
	}
	.vc__steps-number h4 {
		font-size: 16px;
	}
	.vc__steps-item {
		margin-bottom: 45px;
	}
	.restavration-steps {
		margin-bottom: 80px;
	}
	.restavration-result {
		margin-bottom: 70px;
	}
	.image-with-title__title h2 {
    font-size: 32px;
	}
	.image-with-title__image:nth-child(1) {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
	.image-with-title__image:nth-child(2) {
    flex: 0 0 calc(35% - 15px);
    max-width: calc(35% - 15px);
  }
  .image-with-title__image:nth-child(5) {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
  .image-with-title__image:nth-child(6) {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .price-heading {
  	margin-bottom: 20px;
  }
  .price-heading__main img {
  	max-height: 140px;
  }
  .price-heading__econom, .price-heading__standart, .price-heading__premium {
  	width: 140px;
  	font-size: 16px;
  }
  .price-heading__econom img, .price-heading__standart img, .price-heading__premium img {
  	max-height: 120px;
  }
  .price-body td.price-body__count {
  	font-size: 16px;
  }
  .price-body td.price-body__heading {
  	font-size: 16px;
  }
  .price-body td.price-body__check {
  	width: 135px;
  }
  .price-body__summ-label {
    font-size: 16px;
	}
	.price-body__summ-price {
		font-size: 18px;
	}
	.price-bottom-calc__content {
		font-size: 18px;
		flex: 0 0 510px;
    max-width: 510px;
	}
	.price-bottom-calc__btn {
    flex: 0 0 calc(100% - 510px);
    max-width: calc(100% - 510px);
	}

	.eh-calc-right-panel {
		margin-top: -188px;
		padding: 25px 15px 10px;
	}
	.eh-getprice-title {
		font-size: 42px;
	}
	.full-calc-page {
		padding-top: 200px;
	}
	.eh-calculator-block-label {
		font-size: 18px;
	}
	.eh-calculator-block-label > span {
		font-size: 24px;
	}
	.eh-calculator-block-label > span {
		font-size: 21px;
	}
	.rsform-block-option .label-image {
		height: 75px;
	}
	.rsform-block-option .label-image img {
		max-height: 75px;
	}
	.rsform-block-price label {
		font-size: 18px;
	}
	#priceText {
		font-size: 24px;
	}
	.rsform-block {
    margin-bottom: 30px;
	}
	.rsform-block-square {
		margin-bottom: 80px;
	}
	.eh-calc-right-panel textarea {
		height: 148px;
	}
	.rsform-block-price {
		margin-bottom: 0;
	}
	.objects-item__bg {
		height: 280px;
	}
	.objects-item__number {
		width: 60px;
		height: 60px;
		font-size: 42px;
	}
	.architect-placeholder {
		font-size: 180px;
		left: 100px;
	}
	.single-architect__content h1 {
		font-size: 36px;
	}
	.single-architect__portfolio h2 {
		font-size: 72px;
	}
	.modal-title {
		font-size: 32px;
		line-height: 1.35;
	}
	.modal-header .close {
		top: 20px;
	}
}



@media (max-width: 991px) {
	h1 {
		font-size: 42px;
	}
	h2 {
    font-size: 32px;
	}
	header {
		height: 80px;
		padding: 10px 0;
		position: fixed;
	}
	.header__inner {
		padding: 0;
		margin: 0;
		border-bottom: 0;
	}
	.menu-toggled {
		flex: 0 0 72px;
		max-width: 72px;
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.menu-toggled button {
		display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    outline: none;
	}
	.menu-toggled button:after {
		content: '';
	  -webkit-mask-image: url(images/bars.svg);
	  mask-image: url(images/bars.svg);
	  -webkit-mask-size: contain;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-position: center;
	  background-color: #fff;
	  width: 32px;
	  height: 32px;
	  transition: .25s;
	}
	header.open-mobile-menu .menu-toggled button:after {
		-webkit-mask-image: url(images/close.svg);
	  mask-image: url(images/close.svg);
	}
	.menu-toggled button:hover:after {
		background-color: #9EE015;
	}
	.header__logo {
		flex: 0 0 calc(100% - 182px);
		max-width: calc(100% - 182px);
	}
	.header__logo img {
		max-height: 60px;
	}
	.header__lang {
		flex: 0 0 110px;
		max-width: 110px;
		padding-right: 3px;
	}

	.modalMobileMenu {
		position: fixed;
    z-index: -999;
    opacity: 0;
    top: 0;
    left: -100%;
    background: rgba(23, 23, 23, 0.7);
    width: 100%;
    height: 100vh;
    transition: .25s;
		display: block;
	}
	.modalMobileMenu.show {
		z-index: 99;
		opacity: 1;
		left: 0;
	}
	.modalMobileMenu__inner {
		width: 100%;
		max-width: 420px;
		background: #171717;
		height: 100%;
		padding-top: 80px;
		overflow-y: auto;
	}
	.modalMobileMenu__inner::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}
	.modalMobileMenu__inner::-webkit-scrollbar {
		width: 6px;
		background-color: #F5F5F5;
	}
	.modalMobileMenu__inner::-webkit-scrollbar-thumb {
		background-color: #9EE015;
	}

	.main-menu {
		display: block;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 2px;
		background: #2B2B2B;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li > a {
		padding: 10px 15px;
		display: block;
	}
	.main-menu > li > ul.sub-menu li.menu-item-has-children > a {
		padding: 0;
	}
	.main-menu > li > ul.sub-menu li.menu-item-has-children > a:after {
		display: none;
	}
	.main-menu li:hover > a {
		color: #fff;
	}
	.main-menu > li:hover > ul.sub-menu,
	.main-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
		display: none;
	}
	.main-menu > li > ul.sub-menu li {
		margin-bottom: 0;
	}

	/*----------*/
	.main-menu li.menu-item-has-children {
		position: relative;
	}
	.main-menu li.menu-item-has-children > i {
		position: absolute;
		height: 48px;
		width: 48px;
		display: flex;
		right: 0;
		top: 0;
		align-items: center;
		justify-content: center;
    z-index: 1;
    cursor: pointer;
	}
	.main-menu li.menu-item-has-children > i:after {
		content: '';
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    transition: .25s;
	}
	.main-menu li.menu-item-has-children > i:hover:after {
		background-color: #9EE015;
	}
	.main-menu li.menu-item-has-children > a {
		width: calc(100% - 50px);
	}
	.main-menu li > a:hover {
		color: #9EE015;
	}
	.main-menu li.menu-item-has-children.active > i:after {
		transform: rotate(-90deg);
	} 
	.main-menu li.menu-item-has-children.active > ul.sub-menu {
		display: block !important;
    position: relative;
    width: 100%;
    padding: 10px 0px 10px 20px;
    top: 0;
    left: 0;
	}
	.main-menu li > ul.sub-menu li,
	.main-menu > li > ul.sub-menu > li:hover > ul.sub-menu li {
		padding: 5px 10px;
	}

	.main-menu ul.sub-menu li.menu-item-has-children > i {
		width: 48px;
		height: 36px;
	}


	.modalModile__contacts {
		position: relative;
		margin-top: 50px;
		padding: 0 15px;
	}
	.header__address-time {
		position: relative;
		max-width: 100%;
		display: block;
		padding-left: 30px;
    transition: .25s;
    margin-bottom: 10px;
	}
	.header__email, .header__phone, .header__soc-instagram, .header__soc-facebook {
		margin-bottom: 10px;
	}
	.header__email a, .header__phone a, .header__soc-instagram a, .header__soc-facebook a {
		position: relative;
		padding-left: 30px;
		transition: .25s;
	}
	.header__soc-instagram a:hover, .header__soc-facebook a:hover {
		color: #9EE015;
	}
	.header__soc-instagram a:before,
	.header__soc-facebook a:before,
	.header__address-time:before,
	.header__email a:before,
	.header__phone a:before {
    content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #9EE015;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
	}
	.header__address-time:before {
		-webkit-mask-image: url(images/location.svg);
    mask-image: url(images/location.svg);
	}
	.header__soc-instagram a:before {
		-webkit-mask-image: url(images/instagram.svg);
    mask-image: url(images/instagram.svg);
	}
	.header__soc-facebook a:before {
		-webkit-mask-image: url(images/facebook.svg);
    mask-image: url(images/facebook.svg);
	}
	.header__phone {
		max-width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.header__email {
		max-width: 100%;
		margin-top: 0;
	}


	.main-block {
    height: 680px;
    background-size: 1400px;
    background-position: center -80px;
	}
	.main-block__item {
		margin-top: 140px;
	}
	.main-block__item h1, .main-block__content, .main-block__btn,
	.main-block__portfolio {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
	}
	.main-block__item h1 {
		font-size: 48px;
		max-width: 100%;
	}
	.main-block__portfolio {
		position: relative;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.main-block__portfolio-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
	}
	.main-block__portfolio:before {
		left: inherit;
		right: 0;
		width: 100%;
	}
	.main-block__portfolio-img,
	.main-block__portfolio-img:nth-child(2) {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 220px;
    height: 165px;
    margin-left: 20px;
	}
	.main-block__portfolio-btn {
		display: none;
	}
	.main-block__btn {
		text-align: center;
	}
	.main-block__btn a {
		width: 100%;
	}

	.key-success.vc_row.vc_row-flex {
		background-color: transparent !important;
	}
	.image-with-gallery {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.image-with-gallery__main {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.image-with-gallery__images {
		flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: inherit;
    display: flex;
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 70px;
    right: 70px;
	}
	.image-with-gallery__image {
		flex: 0 0 160px;
		max-width: 160px;
		width: inherit;
		margin: 0 10px;
	}
	.image-with-gallery__main img {
		margin-top: -70px;
	}
	.key-success__content p,
	.key-success__content span,
	.key-success__content ul {
		color: #fff !important;
	}
	.key-success__content h2 {
		position: relative;
		display: inline-block;
		z-index: 1;
		padding: 5px 10px 5px 0;
	}
	.key-success__content h2 span {
		color: #000 !important;
	}
	.key-success__content h2:before {
		content: '';
    background: #9EE015;
    width: calc((100vw - 690px) / 2 + 100%);
    height: 100%;
    position: absolute;
    left: calc((100vw - 690px) / -2);
    z-index: -1;
    top: 0;
	}
	.why-we:before {
		display: none !important;
	}
	.why-we .heading h2 {
		-webkit-text-stroke: 1px #9EE015;
    color: #171717;
	}
	.vc__advantages {
		margin-bottom: -10px;
	}
	.vc__advantages-item {
    flex: 0 0 calc(100% / 2 - (10px) / 2);
    max-width: calc(100% / 2 - (10px) / 2);
    margin-bottom: 10px;
  }
  .vc__advantages-item:nth-child(2n) {
  	margin-right: 0;
  }

  .home-get-prices__placeholder {
  	display: none;
  }
  .home-get-prices:before {
  	border: 1px solid #A8F700;
    background: no-repeat;
    width: calc(50% + 90px);
    left: calc(50% - 90px);
  }
  .home-construction-key .heading p {
  	display: none;
  }
  .vc__construct-key__main {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-bottom: 40px;
  }
  .vc__construct-key__other {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-left: 0;
  	margin-bottom: -20px;
  }
  .vc__construct-key__other-item {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-bottom: 20px;
  	height: 70px;
  }
  .vc__construct-key__other-item h3 {
  	font-size: 24px;
  }
  .home-construction-key__placeholder {
  	width: 100%;
    left: 0;
    text-align: center !important;
    top: 300px;
    z-index: 2;
  }
  .what-construct {
    padding-top: 80px;
    padding-bottom: 220px;
	}
  .what-construct:before,
  .vc__what-construct__other:before {
  	display: none !important;
  }
  .what-construct .heading {
  	position: relative;
  	top: 0;
  	margin-bottom: 20px !important;
  }
  .vc__what-construct {
  	flex-wrap: wrap;
  	position: relative;
  }
  .vc__what-construct__main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vc__what-construct__main-item {
  	flex: 0 0 calc(100% / 2 - (10px) / 2);
    max-width: calc(100% / 2 - (10px) / 2);
    margin-bottom: 10px;
  }
  .vc__what-construct__main-item:nth-child(2n) {
  	margin-right: 0;
  }
  .vc__what-construct__other {
   	margin-left: 0;
    position: absolute;
    bottom: -165px;
    right: 0;
    width: calc(50% - 5px);
    max-width: inherit;
	}
	.vc__what-construct__other h2 {
		font-size: 28px;
		position: relative;
		top: 0;
		color: #fff;
		margin-bottom: 15px;
		-webkit-text-stroke: inherit;
	}
	.vc__our-objects__images {
		margin-bottom: 15px;
	}
	.vc__our-objects__image:nth-child(1),
	.vc__our-objects__image:nth-child(3),
	.vc__our-objects__image:nth-child(4) {
		position: relative;
		top: 0;
		left: 0;
    height: 210px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
	}
	.vc__our-objects__image:nth-child(2) {
		height: 430px;
    width: calc(50% - 5px);
    top: 0;
    left: calc(50% + 5px);
	}
	.vc__our-objects__image:nth-child(5) {
		height: 210px;
    width: calc(50% - 5px);
    top: 440px;
    left: calc(50% + 5px);
	}
	.vc__our-objects__btn {
		position: relative;
		text-align: center;
		width: 100%;
	}
	.home-restavration {
    padding: 40px 0;
    padding-left: calc((100vw - 690px) / 2) !important;
    padding-right: calc((100vw - 690px) / 2) !important;
    margin-bottom: 60px;
	}
	.home-restavration:before {
		width: 720px;
    left: calc((100% - 690px) / 2 - 15px);
    border: 3px solid #9EE015;
	}
	.home-restavration__images {
		margin-top: 30px;
		padding-left: 0 !important;
	}
	.vc__footer-cf__content {
		margin-bottom: 20px;
	}
	.contacts-bottom-left {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
    margin-bottom: 30px;
	}
	.contacts-map {
		margin-left: calc((100% - 690px) / 2);
    margin-right: calc((100% - 690px) / 2);
    border: none;
    padding: 0;
	}
	.contacts-map iframe {
		height: 360px;
	}
	footer .widget {
		margin-bottom: 30px;
	}
	footer .widget:last-child {
		margin-bottom: 0;
	}
	footer .widget-title {
		max-width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
	}
	footer .widget-title:after {
		content: '';
    width: calc((100vw - 690px) / 2 + 100%);
    height: 3px;
    background: #9EE015;
    position: absolute;
    left: calc((100vw - 690px) / -2);
    bottom: 0;
	}
	footer .widget ul {
		max-width: 100%;
	}
	.page-header-info h1 {
    font-size: 36px;
	}
	.page-photo-block.vc_row,
	.post-grid-objects.vc_row[data-vc-full-width] {
		background: none !important;
	}
	.page-header-img {
		height: 180px;
	}
	.page-photo-block .wpb_single_image {
		margin-bottom: 10px !important;
	}
	.table-style-1 {
		overflow-x: auto;
		overflow-y: inherit;
	}
	.table-style-1::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}
	.table-style-1::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #F5F5F5;
	}
	.table-style-1::-webkit-scrollbar-thumb {
		background-color: #000000;
		border: 1px solid #555555;
	}
	.table-style-1 table {
		width: 690px !important;
	}


	.vc__steps-number span {
		border-bottom: 0;
	}
	.vc__steps-line {
		margin: 10px 0;
		order: 2 !important;
	}
	.vc__steps-number {
		order: 1 !important;
	}
	.vc__steps-text {
		order: 3 !important;
	}

	.image-with-title__image:nth-child(1) {
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.image-with-title__image:nth-child(2) {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
	}
	.image-with-title__image:nth-child(3) {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .image-with-title__image a {
  	height: 180px;
  }

  .price-heading__select {

  }
  .price-heading__select p {
  	font-size: 18px;
  	margin-bottom: 10px;
  }
  .price-heading__select select {
  	border: 1px solid #9EE015;
  	font-size: 18px;
  }
  .price-heading__select select option {
  	background: #000;
  	color: #fff;
  }

  .price-body-mobile.show {
  	display: block;
  }
  .price-body {
  	margin-bottom: 0;
  }
  .price-body:last-child {
  	margin-bottom: 30px;
  }
  .price-body__summ-label {
  	width: 50%;
  }

  .price-bottom-calc {
  	flex-wrap: wrap;
  }
  .price-bottom-calc__content {
  	flex: 0 0 100%;
  	max-width: 100%;
  	margin-bottom: 20px;
  }
  .price-bottom-calc__content p br {
  	display: none;
  }
  .price-bottom-calc__btn {
  	flex: 0 0 100%;
  	max-width: 100%;
  }
  .price-bottom-calc__btn a {
  	width: 100%;
  }


  .full-calc-page {
  	margin-top: 0;
  	padding-top: 0;
  }
  .eh-calc-left-panel-top {
  	padding-right: 0;
  }
  .rsform-block-square {
    margin-bottom: 40px;
	}
	.eh-calculator-block-label {
		margin-bottom: 10px;
	}
	.formControls-complectation {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -10px;
	}
	.formControls-complectation br {
		display: none;
	}
	.formControls-complectation label {
		flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
	}
	.formControls-complectation .label-text {
		border: 1px solid #9EE015;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: auto;
	}
	.formControls-complectation label.active .label-text,
	.formControls-complectation label input:checked + .label-text {
		background: #9EE015;
    color: #171717;
	}
	.formControls-complectation .label-text:after, .formControls-complectation .label-text:before {
		display: none;
	}
	.eh-calculator-block-label > span#textSquare {
		margin-left: 5px;
	}
	.rsform-block-option .formControls {
		flex-wrap: wrap;
	}
	.rsform-block-option .formControls br {
		display: none;
	}
	.link-specification {
		float: none;
	}
	.rsform-block-price label {
		display: block;
	}
	#priceText {
		padding: 0;
		margin-bottom: 10px;
		font-size: 32px;
	}
	.rsform-block-price {
		margin-bottom: 30px;
	}
	.eh-getprice-title {
    font-size: 36px;
	}
	.eh-calc-right-panel {
		margin-top: 0;
	}

	.single-object__images,
	.single-architect__image {
		margin-bottom: 40px;
		text-align: center;
	}
	.single-architect__image img {
		max-height: 450px;
	}
}




@media (max-width: 767px) {
	h1 {
		font-size: 42px;
	}
	h2 {
    font-size: 26px;
	}
	header {
		height: 60px;
	}
	.header__logo img {
    max-height: 40px;
	}
	.main-block {
		background-position: center -130px;
		background-size: 1200px;
	}
	.main-block__item {
    margin-top: 100px;
	}
	.main-block__item h1, .main-block__content, .main-block__btn, .main-block__portfolio {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
	}
	.main-block__portfolio {
		padding-right: 0;
	}
	.main-block__portfolio-img, .main-block__portfolio-img:nth-child(2) {
		width: 200px;
		height: 150px;
	}
	.main-block__content ul li {
		font-size: 18px;
	}
	.second-btn {
    font-size: 16px;
	}
	.key-success {
    margin-top: 0px;
    margin-bottom: 0;
	}
	.image-with-gallery {
		margin-bottom: 30px;
	}
	.why-we {
		margin-bottom: 30px;
	}
	.why-we .heading h1, .why-we .heading h2, .why-we .heading h3 {
    font-size: 28px;
	}
	.home-get-prices img {
		margin-bottom: 30px;
	}
	.home-get-prices p {
		font-size: 16px;
	}
	.home-get-prices:before {
		display: none !important;
	}
	.home-construction-key {
    margin-top: 80px;
	}
	.home-construction-key__placeholder {
		font-size: 28px;
	}
	.home-restavration {
    padding: 30px 0;
    padding-left: calc((100vw - 510px) / 2) !important;
    padding-right: calc((100vw - 510px) / 2) !important;
	}
	.home-restavration:before {
    width: 540px;
    left: calc((100% - 510px) / 2 - 15px);
	}
	.home-restavration .heading h2, .home-restavration .heading h2 strong {
    font-size: 28px;
	}
	.home-restavration .heading p {
    font-size: 16px;
	}
	.home-restavration .heading p strong {
		font-size: 18px;
	}
	.contacts-bottom-left {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
	}
	.contacts-map {
		margin-left: calc((100% - 510px) / 2);
    margin-right: calc((100% - 510px) / 2);
	}
	.page-content {
    padding-bottom: 60px;
	}
	.page-header-info h1 {
    font-size: 28px;
	}
	.child-pages li {
    font-size: 18px;
	}
	.vc_PostProjects-item {
    height: 250px;
	}
	.page-header-img {
    height: 150px;
	}
	.title-outline {
    font-size: 24px;
	}

	.vc__steps-number span {
    font-size: 28px;
	}
	.photo-block-gallery h2 br {
		display: none;
	}

	.rsform-block-option .formControls label {
    flex: 0 0 calc((100% / 2) - (1 * 10px / 2));
    max-width: calc((100% / 2) - (1 * 10px / 2));
    margin-bottom: 10px;
  }
  .rsform-block-option .formControls label.Option2 {
  	margin-right: 0;
  }
  #priceText {
  	font-size: 28px;
  }
  .eh-getprice-title {
    font-size: 28px;
	}
	.taxonomy-objects li {
		margin-bottom: 5px;
	}
	.objects-item__bg {
    height: 230px;
	}
	.objects-item__bg:after,
	.main-object-img a:after {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
    left: calc(50% - 30px);
	}
	.single-object {
    margin-top: 20px;
	}
	.single-architect__content h1 {
    font-size: 28px;
	}
	.single-architect__portfolio {
		margin-top: 0;
	}
	.single-architect__portfolio h2 {
    font-size: 56px;
    margin-bottom: -20px;
	}
	.single-architect__images a {
		height: 230px;
	}
	.modalMobileMenu__inner {
		padding-top: 60px;
	}
	.vc__steps-number span {
    font-size: 21px;
    margin-bottom: 5px;
	}
	.modal-title {
		font-size: 28px;
	}
}



@media (max-width: 575px) {
	h2,
	.vc__seotext h2 {
		font-size: 24px;
	}
	.main-block {
		height: auto;
		min-height: 480px;
		background-position: center -70px;
    background-size: 700px;
    margin-bottom: 30px;
	}
	.main-block__item h1, .main-block__content, .main-block__btn, .main-block__portfolio {
    padding-left: 15px;
    padding-right: 15px;
	}
	.main-block__item h1 {
		font-size: 32px;
		margin-bottom: 10px;
		-webkit-text-stroke: 1.2px #000000;
	}
	.main-block__portfolio-img, .main-block__portfolio-img:nth-child(2) {
    width: 130px;
    height: 100px;
	}
	.main-block__content ul li {
    font-size: 14px;
	}
	.main-block__content:before {
		height: 70px;
		top: calc(50% - 35px);
	}
	.image-with-gallery__images {
		left: 20px;
		right: 20px;
	}
	.image-with-gallery__image {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .key-success__content h2 {
  	font-size: 24px;
  }
  .key-success__content h2:before {
  	left: -15px;
  	width: calc(100% + 30px);
  }
  .why-we .heading h1, .why-we .heading h2, .why-we .heading h3 {
    font-size: 24px;
    letter-spacing: .055em;
	}
	.vc__advantages-item__number {
    width: 55px;
    height: 55px;
    font-size: 36px;
	}
	.vc__advantages-item {
    height: 210px;
	}
	.vc__advantages-item__icon {
    width: 50px;
    height: 50px;
    top: calc(50% - 40px);
    left: calc(50% - 25px);
	}
	.vc__advantages-item__icon img {
    max-width: 50px;
    max-height: 50px;
	}
	.vc__advantages-item__content h3 {
		font-size: 15px;
	}
	.vc__advantages-item__content p {
		font-size: 12px;
	}
	.vc__construct-key__main {
		height: 200px;
	}
	.home-construction-key__placeholder {
		top: 205px;
		font-size: 24px;
	}
	.vc__construct-key__other-item h3 {
    font-size: 21px;
	}
	.vc__what-construct__main-item {
    height: 180px;
	}
	.vc__what-construct__other {
		bottom: -200px;
	}
	.vc__what-construct__other h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.vc__what-construct__other-block {
		border-width: 2px;
		padding: 7px;
	}
	.vc__what-construct__other-item a {
		font-size: 12px;
	}
	.what-construct {
    padding-top: 60px;
    padding-bottom: 240px;
	}
	.vc__our-objects__image:nth-child(1), .vc__our-objects__image:nth-child(3), .vc__our-objects__image:nth-child(4) {
		height: 140px;
	}
	.vc__our-objects__image:nth-child(5) {
		height: 140px;
		top: 300px;
	}
	.vc__our-objects__image:nth-child(2) {
		height: 290px;
	}
	.home-restavration {
		padding: 20px 0;
		padding-left: 15px !important;;
		padding-right: 15px !important;
	}
	.home-restavration:before {
		width: calc(100% - 10px);
		left: 5px;
	}
	.contacts-bottom {
		padding: 0 15px;
		margin-bottom: 60px;
	}
	.contacts-bottom-left {
    padding-left: 15px;
    padding-right: 15px;
	}
	.contacts-map {
    margin-left: 0;
    margin-right: 0;
	}
	footer .widget-title:after {
		left: -15px;
		width: calc(100% + 30px);
	}
	.vc_PostProjects-item {
    height: 220px;
	}
	.vc_PostProjects-number {
    height: 50px;
    width: 50px;
    font-size: 32px;
	}
	.page-content {
    padding-bottom: 30px;
	}
	.title-outline {
    font-size: 21px;
	}
	.taxonomy-objects .main-btn {
    padding: 5px 15px;
	}
	.objects-item__bg {
    height: 190px;
	}
	.objects-item__number {
    width: 50px;
    height: 50px;
    font-size: 32px;
	}
	.single-architect__content h1 {
    font-size: 24px;
	}
	.single-architect__portfolio h2 {
    font-size: 48px;
    margin-bottom: -15px;
	}
	.single-architect__images a {
    height: 190px;
	}
	.modal-title {
		font-size: 24px;
	}
	.modal-header .close {
    top: 15px;
	}
}



@media (max-width: 460px) {
	.what-construct {
		padding-bottom: 270px;
	}
	.vc__what-construct__other {
    bottom: -250px;
	}
	.vc__what-construct__other-block {
		height: 405px;
	}
}