/*!
Theme Name: Novdim
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://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: novdim
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.

Novdim 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/
*/



@font-face {
	font-family: 'Proxima Nova';
	src: url('/wp-content/themes/novdim/fonts/ProximaNova-Regular.eot');
	src: url('/wp-content/themes/novdim/fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
	url('/wp-content/themes/novdim/fonts/ProximaNova-Regular.woff') format('woff'),
	url('/wp-content/themes/novdim/fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('/wp-content/themes/novdim/fonts/ProximaNova-Bold.eot');
	src: url('/wp-content/themes/novdim/fonts/ProximaNova-Bold.eot') format('embedded-opentype'),
	url('/wp-content/themes/novdim/fonts/ProximaNova-Bold.woff') format('woff'),
	url('/wp-content/themes/novdim/fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/wp-content/themes/novdim/fonts/PTSans-Regular.eot');
	src: url('/wp-content/themes/novdim/fonts/PTSans-Regular.eot') format('embedded-opentype'),
	url('/wp-content/themes/novdim/fonts/PTSans-Regular.woff') format('woff'),
	url('/wp-content/themes/novdim/fonts/PTSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/wp-content/themes/novdim/fonts/PTSans-Bold.eot');
	src: url('/wp-content/themes/novdim/fonts/PTSans-Bold.eot') format('embedded-opentype'),
	url('/wp-content/themes/novdim/fonts/PTSans-Bold.woff') format('woff'),
	url('/wp-content/themes/novdim/fonts/PTSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	--container: 1170px;
	--gap: 30px;

	--text-size: 16px;
	--h1-size: 36px;
	--h2-size: 30px;
	--h3-size: 26px;
	--h4-size: 24px;
	--h5-size: 22px;
	--h6-size: 20px;
}


body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Proxima Nova';
	line-height: 1.5;
	color: #3a3a3a;
	background: #e5eefb;
}
.body-overlay {
	overflow: hidden;
}
a, a:hover {
	color: #3a3a3a;
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 20px;
	font-family: 'Proxima Nova';
	line-height: 1.25;
	color: #222222;
	font-weight: 700;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin: 0 0 20px;
}
h1, .h1 {
	font-size: var(--h1-size);
}
h2, .h2 {
	font-size: var(--h2-size);
}
h3, .h3 {
	font-size: var(--h3-size);
}
h4, .h4 {
	font-size: var(--h4-size);
}
h5, .h5 {
	font-size: var(--h5-size);
}
h6, .h6 {
	font-size: var(--h6-size);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
iframe, video {
	max-width: 100%;
}
.ff-pt-sans {
	font-family: 'PT Sans';
}

.form-field {
	position: relative;
	margin-bottom: 10px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
select,
textarea {
	width: 100%;
	outline: none;
	background: transparent;
	border: 1px solid #c8d9f1;
	color: #c8d9f1;
	border-radius: 0px;
	font-size: var(--h6-size);
	font-weight: 400;
	font-family: 'Proxima Nova';
	line-height: 1.5;
	padding: 12px 20px;
}
textarea {
	height: 120px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c8d9f1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #c8d9f1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #c8d9f1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #c8d9f1;
}
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}


.row {
	--bs-gutter-x: var(--gap);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: var(--gap);
}
@media (min-width: 1240px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}


.owl-carousel.off {
	display: block;
}


.btn {
	--bs-btn-padding-x: 25px;
	--bs-btn-padding-y: 13.5px;
	--bs-btn-font-size: calc(var(--text-size) * 1.125);
	--bs-btn-font-weight: 700;
	--bs-btn-border-radius: 10px;
	--bs-btn-box-shadow: none;
	--bs-btn-focus-box-shadow: none;
	position: relative;
	min-width: 300px;
	text-transform: uppercase;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-primary {
	--bs-btn-color: #c1d2e9;
	--bs-btn-bg: #31525f;
	--bs-btn-border-color: #31525f;
	--bs-btn-hover-color: #c1d2e9;
	--bs-btn-hover-bg: #738fc9;
	--bs-btn-hover-border-color: #738fc9;
	--bs-btn-active-color: #c1d2e9;
	--bs-btn-active-bg: #738fc9;
	--bs-btn-active-border-color: #738fc9;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #c1d2e9;
	--bs-btn-disabled-bg: #31525f;
	--bs-btn-disabled-border-color: #31525f;
}
.btn-secondary {
	--bs-btn-color: #c1d2e9;
	--bs-btn-bg: #738fc9;
	--bs-btn-border-color: #738fc9;
	--bs-btn-hover-color: #31525f;
	--bs-btn-hover-bg: #c1d2e9;
	--bs-btn-hover-border-color: #c1d2e9;
	--bs-btn-active-color: #31525f;
	--bs-btn-active-bg: #c1d2e9;
	--bs-btn-active-border-color: #c1d2e9;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #c1d2e9;
	--bs-btn-disabled-bg: #738fc9;
	--bs-btn-disabled-border-color: #738fc9;
}
.btn-outline-primary {
	--bs-btn-color: #31525f;
	--bs-btn-border-color: #31525f;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #31525f;
	--bs-btn-hover-border-color: #31525f;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #31525f;
	--bs-btn-active-border-color: #31525f;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #31525f;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #31525f;
	--bs-gradient: none;
}
.btn-link {
	--bs-btn-font-weight: 700;
	--bs-btn-color: #748fc9;
	--bs-btn-hover-color: #31525f;
	--bs-btn-active-color: #31525f;
	--bs-btn-disabled-color: #748fc9;
	--bs-btn-box-shadow: none;
	padding: 0;
	font-size: calc(var(--text-size) / 1.2307);
	min-width: auto;
	text-decoration: none;
}


.btn-trapezoid {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/novdim/images/btn.png);
	width: 189px;
	height: 42px;
	font-size: 16px;
	font-weight: 700;
	color: #c1d2e9;
	text-transform: uppercase;
	padding: 5px 30px 5px 10px;
}
.btn-trapezoid:hover {
	background-position: 0 100%;
	color: #c1d2e9;
}





.owl-nav {
	position: absolute;
	width: 100%;
	top: calc(50% - (52px / 2));
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.owl-nav button {
	position: absolute;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-nav button:before {
	content: '';
	flex: 0 0 31px;
	max-width: 31px;
	width: 31px;
	height: 52px;
	background-image: url(/wp-content/themes/novdim/images/left-arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.owl-nav button:hover:before {
	background-position: 0 100%;
}
.owl-nav button.owl-prev {
	left: 40px;
}
.owl-nav button.owl-next {
	right: 40px;
	transform: rotate(180deg);
}




.soc-links {
	display: flex;
	align-items: center;
}
.soc-links-label {
	margin-right: 20px;
	font-size: calc(var(--text-size) / 1.1428);
	line-height: 1.42;
	color: #748fc9;
}
.soc-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 17px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: block;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.soc-links li a:hover {
	background-position: 0 100%;
}
.soc-links li.facebook a {
	background-image: url(/wp-content/themes/novdim/images/facebook.png);
}
.soc-links li.instagram a {
	background-image: url(/wp-content/themes/novdim/images/instagram.png);
}
.soc-links li.telegram a {
	background-image: url(/wp-content/themes/novdim/images/telegram.png);
}



.wrapper {
	position: relative;
	z-index: 1;
}
.body-overlay .wrapper:before {
	content: '';
	background: #31525f;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: 90;
}
.body-overlay .wrapper:before {
	opacity: .6;
}


.header {
	position: sticky;
	top: 0;
	background: #e5eefb;
	width: 100%;
	z-index: 99;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	position: relative;
	margin-right: 38px;
	padding-right: 20px;
	z-index: 1;
}
.header-logo:before {
	content: '';
	position: absolute;
	background: #c8d9f1;
	width: calc(100% + (100vw - var(--container)) / 2);
	height: 74px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.home .header-logo:before {
	display: none;
}
.header-logo img {
	width: 100%;
	max-width: 55px;
}
.main-menu {
	margin: 0 50px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex: auto;
	max-width: 100%;
}
.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 27px;
	max-width: 27px;
	width: 27px;
	height: 27px;
	background: none;
	border-radius: 0;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none !important;
	transition: .25s;
}
.header-toggle button:before {
	content: '';
	background-image: url(/wp-content/themes/novdim/images/menu.png);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	flex: 0 0 27px;
	max-width: 27px;
	height: 19px;
}
.header-toggle button.show:before {
	background-image: url(/wp-content/themes/novdim/images/close-mobile.png);
	flex: 0 0 19px;
	max-width: 19px;
}
.header-toggle button:hover:before {
	background-position: 0 100%;
}
.main-menu li {
	position: relative;
	margin-right: 42px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	color: #222222;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: #738fc9;
}
.header-soc {
	margin-right: 20px;
}
.header-phone {
	position: relative;
	margin-right: 12px;
}
.header-phone a {
	height: 74px;
	background: #31525f;
	display: flex;
	align-items: center;
	padding: 0 30px 0 22px;
	display: flex;
	align-items: center;
	font-size: var(--h4-size);
	font-weight: bold;
	color: #c1d2e9;
}
.header-phone a:before {
	content: '';
	background-image: url(/wp-content/themes/novdim/images/phone-call.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin-right: 18px;
	z-index: 1;
}
.header-phone a:hover {
	color: #ffffff;
	background: #738fc9;
}
.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
}
.lang-menu li a {
	position: relative;
	color: #222222;
}
.lang-menu li a:hover {
	color: #738fc9;
}
.lang-menu > li > a {
	padding-right: 18px;
}
.lang-menu > li > a:after {
	content: '';
	background: url(/wp-content/themes/novdim/images/down-arrow.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}
.lang-menu > li.active > a:after {
	transform: rotate(180deg);
}
.lang-menu ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #c8d9f1;
	text-align: center;
	z-index: 99;
}
.lang-menu ul li {
	margin-bottom: 3px;
}
.lang-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-modal {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #e5eefb;
	max-height: calc(100vh - 74px);
	overflow: auto;
	z-index: 9;
}
.mobile-modal-menu {
	position: relative;
	padding: 30px 0;
}
.mobile-modal-lang {
	position: relative;
	padding: 30px 0;
	background: #c8d9f1;
	z-index: 1;
}
.mobile-menu-1 {
	position: relative;
	margin: 0 20px 20px;
	padding: 0;
	list-style: none;
}
.mobile-menu-1 li {
	margin-bottom: 16px;
}
.mobile-menu-1 li:last-child {
	margin-bottom: 0;
}
.mobile-menu-1 li a {
	font-weight: bold;
}
.mobile-menu-1 li a:hover {
	color: #748fc9;
}
.mobile-menu-2 {
	position: relative;
	margin: 0 20px;
	padding: 0;
	list-style: none;
}
.mobile-menu-2 li {
	margin-bottom: 16px;
}
.mobile-menu-2 li:last-child {
	margin-bottom: 0;
}
.mobile-menu-2 li a {

}
.mobile-menu-2 li a:hover {
	color: #748fc9;
}



.main-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.mainSlider-section,
.mainSlider-item {
	position: relative;
	height: 780px;
	z-index: 1;
}
.mainSlider-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mainSlider-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainSlider-item__wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: calc(700px - 250px);
	z-index: 2;
}
.mainSlider-item__trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	border-radius: 30px 30px 0 0;
	background: #31525f;
	opacity: .75;
	z-index: -1;
}
.mainSlider-item__trapezoid span {
	position: absolute;
	right: -250px;
	width: 250px;
	height: 200px;
	background: #31525f;
	border-radius: 0 30px 0px 0;
	bottom: 0;
	transform: skew(41deg);
	transform-origin: bottom right;
}
.mainSlider-item__info {
	position: relative;
	padding: 40px;
}
.mainSlider-item__title {
	font-size: var(--h1-size);
	line-height: 1;
	font-weight: bold;
	color: #c8d9f1;
	margin-bottom: 10px;
}
.mainSlider-item__description {
	font-size: var(--h4-size);
	line-height: 1;
	color: #c8d9f1;
	margin-bottom: 25px;
}
.mainSlider-item__button .btn {
	width: 186px;
}





.about-section {
	position: relative;
	padding: 50px 0 90px;
	z-index: 1;
}
.about-content {
	position: relative;
	margin-bottom: 40px;
}
.advantages-items {
	position: relative;
	margin-bottom: -34px;
}
.advantages-item {
	position: relative;
	margin-bottom: 34px;
}
.advantages-item__wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	max-width: calc(100% - 60px);
}
.advantages-item__image {
	position: relative;
	flex: 0 0 calc(52px + 20px + 20px);
	max-width: calc(52px + 20px + 20px);
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.advantages-item__trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-radius: 15px 15px 0 15px;
	background: #31525f;
	z-index: -1;
}
.advantages-item__trapezoid span {
	position: absolute;
	right: -56px;
	width: 56px;
	height: 90px;
	background: #31525f;
	border-radius: 0 15px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.advantages-item__info {
	position: relative;
	flex: auto;
	max-width: 100%;
	padding: 10px 10px 10px 56px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
	color: #222222;
	line-height: 1.25;
	margin-top: 24px;
	margin-left: 15px;
	z-index: 1;
}
.advantages-item__trapezoid2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-radius: 15px 15px 0 15px;
	background: #c8d9f1;
	z-index: -1;
	transform: scale(-1, -1);
}
.advantages-item__trapezoid2 span {
	position: absolute;
	right: -56px;
	width: 56px;
	height: 90px;
	background: #c8d9f1;
	border-radius: 0 15px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.about-advantages-info {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: calc(var(--text-size) * 1.1875);
	font-weight: 700;
	color: #222222;
	line-height: 1.25;
	padding-top: 22px;
}
.about-advantages-info:after {
	content: '';
	background: url(/wp-content/themes/novdim/images/element-n.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 150px;
	height: 130px;
	right: 0;
	top: calc(50% - 65px + 11px);
	z-index: 1;
}




.feedback-section {
	position: relative;
	padding: 60px 0 70px;
	z-index: 1;
}
.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.feedback-bg:after {
	content: '';
	background: #10252c;
	opacity: .8;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.feedback-heading {
	color: #c1d2e9;
	margin-bottom: 5px;
}
.feedback-sub-heading {
	color: #c1d2e9;
	line-height: 1.25;
	margin-bottom: 10px;
}
.feedback-description {
	color: #c1d2e9;
	font-size: calc(var(--text-size) * 1.0625);
	line-height: 1.25;
	margin-bottom: 10px;
}
.feedback-form {
	max-width: 370px;
	margin: 30px auto 0;
	color: #c1d2e9;
	line-height: 1.25;
}
.feedbackForm input[type="tel"] {
	border-radius: 10px 10px 0 0;
}
.feedbackForm input[type="submit"] {
	border-radius: 0 0 10px 10px;
}




.seo-section {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}
.pageLandPlotsSeo-section {
	background: #c8d9f1;
}
.seo-content {
	margin-bottom: 35px;
}
.seo-content:last-child {
	margin-bottom: 0;
}
.seo-button {
	margin-top: 25px;
}
.seo-button .btn {
	min-width: 370px;
}
.galleryImages {
	position: relative;
	margin-bottom: -30px;
}
.galleryImages-item {
	position: relative;
	margin-bottom: 30px;
}
.galleryImages-item a {
	display: block;
	height: calc((var(--container) - 2 * 30px) / 3 / 1.48);
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.galleryImages-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.galleryImages-item a:hover img {
	transform: scale(1.05);
}
.galleryImages-more {
	margin-top: 30px;
}
.btn-galleryImages-hide {
	display: none;
}

.galleryImages-items__show-hide .galleryImages-item {
	display: none;
}
.galleryImages-items__show-hide .galleryImages-item:nth-child(1),
.galleryImages-items__show-hide .galleryImages-item:nth-child(2),
.galleryImages-items__show-hide .galleryImages-item:nth-child(3),
.galleryImages-items__show-hide.active .galleryImages-item {
	display: block;
}



.footer {
	position: relative;
	padding: 60px 0;
	background: #31525f;
	color: #c1d2e9;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	margin-left: 30px;
}
.footer-widget:first-child {
	margin-left: 0;
}
.footer-logo img {
	width: 100%;
	max-width: 62px;
}
.footer-contacts {
	position: relative;
}
.footer-contacts p {
	position: relative;
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	font-size: calc(var(--text-size) / 1.142);
	line-height: 1.42;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p.phone {
	font-size: var(--h4-size);
	font-weight: 700;
}
.footer-contacts p.address {
	align-items: flex-start;
}
.footer-contacts p:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin-right: 15px;
	z-index: 1;
}
.footer-contacts p.phone:before {
	background-image: url(/wp-content/themes/novdim/images/phone-call-blue.png);
}
.footer-contacts p.address:before {
	background-image: url(/wp-content/themes/novdim/images/location-blue.png);
}
.footer-contacts p.e-mail:before {
	background-image: url(/wp-content/themes/novdim/images/envelope-blue.png);
}
.footer-contacts p a {
	color: #c1d2e9;
}
.footer-contacts p a:hover {
	color: #748fc9;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer-menu-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu-1 li {
	position: relative;
	margin-bottom: 10px;
}
.footer-menu-1 li:last-child {
	margin-bottom: 0;
}
.footer-menu-1 li a {
	font-size: calc(var(--text-size) * 1.0625);
	font-weight: 700;
	color: #c1d2e9;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.footer-menu-1 li a:hover {
	color: #748fc9;
}
.footer-menu-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 270px;
}
.footer-menu-2 li {
	position: relative;
	margin-bottom: 12px;
	margin-right: 20px;
}
.footer-menu-2 li:nth-child(2n) {
	margin-right: 0;
}
.footer-menu-2 li a {
	color: #748fc9;
}
.footer-menu-2 li a:hover {
	color: #c1d2e9;
	text-decoration: underline;
	text-underline-offset: 4px;
}



.footer-bottom {
	position: relative;
	padding: 30px 0;
	z-index: 1;
}
.footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
}
.copyright {
	font-size: calc(var(--text-size) / 1.142);
	line-height: 1.42;
	color: #748fc9;
}




.project-section {
	position: relative;
	background: #c8d9f1;
	padding: 45px 0;
	z-index: 1;
}
.project-heading {
	margin-bottom: 25px;
	line-height: 1.1;
}
.project-more {
	margin-top: 30px;
}
.btn-project-hide {
	display: none;
}



.project-items {
	position: relative;
	margin-bottom: -24px;
}
.project-item {
	position: relative;
	margin-bottom: 24px;
}
.project-items__show-hide .project-item {
	display: none;
}
.project-items__show-hide .project-item:nth-child(1),
.project-items__show-hide .project-item:nth-child(2),
.project-items__show-hide .project-item:nth-child(3),
.project-items__show-hide.active .project-item {
	display: block;
}
.project-item__wrap {
	position: relative;
}
.project-item__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc((var(--container) - 2 * 30px) / 3);
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
	z-index: 1;
}
.project-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.project-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.project-item__badge {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 10px 10px;
	max-width: calc(50% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #31525f;
	border-radius: 0 0 10px 10px;
	font-size: calc(var(--text-size) * 1.0625);
	font-weight: 700;
	line-height: 1.05;
	color: #31525f;
	background: #e5eefb91;
	z-index: 2;
}
.project-item__badge-2 {
	left: auto;
	right: 15px;
}
.project-item__badge span {
	font-size: calc(var(--text-size) * 1.375);
}
.project-item__info {
	position: relative;
	padding: 10px 20px;
	z-index: 1;
}
.project-item__info:before {
	content: '';
	background: #31525f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: -1;
}
.project-item__title {
	color: #c8d9f1;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 3px;
}
.project-item__price {
	position: relative;
	color: #c8d9f1;
	font-size: calc(var(--text-size) * 1.0625);
}
.project-item__price span {
	font-size: calc(var(--text-size) * 1.25);
	font-weight: 700;
	margin-left: 10px;
}
.project-item__buttons {
	display: flex;
	align-items: center;
}
.project-item__button-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/novdim/images/btn-1-project.png);
	flex: 0 0 141px;
	max-width: 141px;
	width: 141px;
	height: 33px;
	font-size: 13px;
	font-weight: 700;
	color: #31525f;
	text-transform: uppercase;
	padding: 8px 25px 5px 5px;
}
.project-item__button-more:hover {
	background-position: 0 100%;
	color: #c1d2e9;
}
.project-item__button-form {
	position: relative;
	flex: auto;
	max-width: 100%;
	height: 33px;
	margin-left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #c1d2e9;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px 5px 0px;
}
.project-item__button-form-trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	border-radius: 10px 10px 0 10px;
	background: #31525f;
	transform: scale(-1, -1);
	z-index: -1;
}
.project-item__button-form-trapezoid span {
	position: absolute;
	right: -33px;
	width: 33px;
	height: 33px;
	background: #31525f;
	border-radius: 0 8px 0px 0;
	bottom: 0;
	transform: skew(41deg);
	transform-origin: bottom right;
}
.project-item__button-form:hover {
	color: #c1d2e9;
}
.project-item__button-form:hover .project-item__button-form-trapezoid,
.project-item__button-form:hover .project-item__button-form-trapezoid span {
	background: #748fc9;
}







.page-breadcrumbs {
	position: relative;
	padding: 8.5px 0;
	color: #3a3a3a;
	font-size: calc(var(--text-size) / 1.1428);
	z-index: 1;
}
.page-breadcrumbs a {
	color: #3a3a3a;
}
.page-breadcrumbs a:hover {
	color: #31525f;
}
.page-breadcrumbs p span span {
	margin: 0 3px;
}
.page-breadcrumbs p span span:first-child {
	margin-left: 0;
}
.page-breadcrumbs span.breadcrumb_last {
	color: #31525f;
	margin-right: 0;
}
.projectCatTop {
	display: flex;
	justify-content: space-between;
}
.projectCatTop-item {
	position: relative;
	flex: 0 0 calc(50% - 25px);
	max-width: calc(50% - 25px);
	height: 66px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 66px;
	font-size: var(--h4-size);
	font-weight: 700;
	color: #c8d9f1;
	line-height: 1.06;
	z-index: 1;
}
.projectCatTop-item:first-child {
	z-index: 2;
}
.projectCatTop-item:hover,
.projectCatTop-item.active {
	z-index: 2;
}
.projectCatTop-item__trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	border-radius: 15px 15px 0 0;
	background: #31525f;
	z-index: -1;
}
.projectCatTop-item__trapezoid span {
	position: absolute;
	right: -66px;
	width: 66px;
	height: 66px;
	background: #31525f;
	border-radius: 0 15px 0px 0;
	bottom: 0;
	transform: skew(41deg);
	transform-origin: bottom right;
}
.projectCatTop-item:last-child .projectCatTop-item__trapezoid {
	transform: scale(-1, 1);
}
.projectCatTop-item:first-child .projectCatTop-item__trapezoid,
.projectCatTop-item:first-child .projectCatTop-item__trapezoid span {
	background: #31525f;
}
.projectCatTop-item:hover .projectCatTop-item__trapezoid,
.projectCatTop-item:hover .projectCatTop-item__trapezoid span,
.projectCatTop-item.active .projectCatTop-item__trapezoid,
.projectCatTop-item.active .projectCatTop-item__trapezoid span {
	background: #c8d9f1;
}
.projectCatTop-item:first-child .projectCatTop-item__trapezoid,
.projectCatTop-item:hover .projectCatTop-item__trapezoid,
.projectCatTop-item.active .projectCatTop-item__trapezoid {
	box-shadow: 0 0 30px rgba(77, 81, 82, .44);
}
.projectCatTop-item:first-child .projectCatTop-item__trapezoid span,
.projectCatTop-item:hover .projectCatTop-item__trapezoid span,
.projectCatTop-item.active .projectCatTop-item__trapezoid span {
	box-shadow: 20px 0 15px -10px rgba(77, 81, 82, .44);
}
.projectCatTop-item a {
	color: #c8d9f1;
}
.projectCatTop-item a:hover,
.projectCatTop-item.active a {
	color: #222222;
}


.page-title {
	padding: 35px 0;
}
.page-content {
	position: relative;
	padding: 0 0 60px;
}



.pageThanks-section {
	padding: 100px 0;
}
.pageThanks-wrap {
	position: relative;
	padding: 40px;
	z-index: 1;
}
.pageThanks-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageThanks-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pageThanks-inner {
	position: relative;
	padding: 80px 40px;
}
.pageThanks-inner:before {
	content: '';
	background: #31525f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: -1;
}
.pageThanks-image {
	text-align: center;
	margin-bottom: 10px;
}
.pageThanks-image img {
	max-height: 99px;
}
.pageThanks-title {
	font-size: calc(var(--h1-size) * 1.3333);
	text-align: center;
	color: #c1d2e9;
	margin-bottom: 5px;
}
.pageThanks-description {
	font-size: var(--h4-size);
	text-align: center;
	color: #c1d2e9;
	margin-bottom: 25px;
	line-height: 1.1;
}


.floatingPhone {
	position: fixed;
	bottom: 70px;
	right: 55px;
	z-index: 99;
}
.floatingPhone-button {
	position: relative;
	background: #738fc9;
	width: 122px;
	height: 122px;
	border: none;
	border-radius: 50%;
	outline: none;
  	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
	transform: scale(1);
	animation: pulse 2s infinite;
	z-index: 1;
}
.floatingPhone.active .floatingPhone-button {
	/*animation: none;*/
	background: #a4b9df;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.floatingPhone-button:before {
	content: '';
	position: absolute;
	background: #6684c2;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35), 0 0px 12px 7px rgba(195, 211, 244, .35);
	border-radius: 50%;
	z-index: 1;
}
.floatingPhone.active .floatingPhone-button:before {
	background: #99b0db;
}
.floatingPhone-button:after {
	content: '';
	position: absolute;
	background: #738fc9;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35), 0 0px 12px 15px rgba(195, 211, 244, .35), inset 0 0px 20px 18px rgba(195, 211, 244, .35);
	border-radius: 50%;
	z-index: 2;
}
.floatingPhone.active .floatingPhone-button:after {
	background: #8fa7d6;
}
.floatingPhone-button span {
	background-image: url(/wp-content/themes/novdim/images/phone-call.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.floatingPhone.active .floatingPhone-button span {
	background-image: url(/wp-content/themes/novdim/images/close.png);
	width: 23px;
	height: 23px;
}
.floatingPhone-block {
	position: absolute;
	display: none;
	bottom: calc(100% + 6px);
	right: 0;
	z-index: 2;
	background: #e5eefb;
	box-shadow: 0px 0px 21px 0px rgba(147, 147, 148, 0.35);
	width: 228px;
	padding: 10px 0;
}
.floatingPhone-block p {
	margin-bottom: 8px;
}
.floatingPhone-block p:last-child {
	margin-bottom: 0;
}
.floatingPhone-block p a {
	display: flex;
	align-items: center;
	color: #202020;
	padding: 8px 26px;
}
.floatingPhone-block p a:hover {
	background: #c8d9f1;
}
.floatingPhone-block p span {
	flex: 0 0 46px;
	max-width: 46px;
	width: 46px;
	height: 46px;
	margin-right: 12px;
}


@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 680px;
	}
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #31525f;
	--bs-backdrop-opacity: 0.75;
}
.modal-content {
	border: none;
	background: #31525f;
  	box-shadow: 0px 12px 40.42px 2.58px rgba(1, 1, 1, 0.47);
  	border-radius: 0;
  	padding: 60px 40px;
}
.modal .btn-close {
	position: absolute;
	top: 22px;
	right: 22px;
	background-color: transparent;
	background-image: url(/wp-content/themes/novdim/images/close-modal.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	opacity: 1;
   box-shadow: none;
}
.modal .btn-close:hover {
	background-position: 0 100%;
}
.modal-body {
	padding: 0;
}
.modal-heading {
	color: #c1d2e9;
	margin-bottom: 5px;
}
.modal-sub-heading {
	font-weight: 400;
	color: #c1d2e9;
	line-height: 1.25;
	margin-bottom: 10px;
}
.modal-description {
	color: #c1d2e9;
	font-size: calc(var(--text-size) * 1.0625);
	line-height: 1.25;
	margin-bottom: 10px;
}
.modal-form {
	max-width: 370px;
	margin: 10px auto 0;
	color: #c1d2e9;
	line-height: 1.25;
}



.page404-section {
	padding: 120px 0;
}
.page404-number {
	font-size: 400px;
	font-weight: 700;
	line-height: .95;
	margin-bottom: 0;
	background-image: url(/wp-content/themes/novdim/images/bg-404.jpg);
	background-repeat: no-repeat;
	background-position: center 42%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page404-section .page-title {
	color: #202020;
	padding: 0;
	margin-bottom: 30px;
}





.pageCatBanner-section {
	position: relative;
	min-height: 600px;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.pageCatBanner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageCatBanner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pageCatBanner-wrap {
	position: relative;
	padding: 60px;
	text-align: center;
	z-index: 1;
}
.pageCatBanner-wrap:before {
	content: '';
	background: #31525f;
	opacity: .6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.pageCatBanner-title {
	font-size: calc(var(--h2-size) * 2);
	line-height: 1;
	color: #c8d9f1;
}
.pageCatBanner-title:after {
	content: '';
	width: 170px;
	height: 1px;
	background: #e5eefb;
	margin: 15px auto 0;
	display: block;
}
.pageCatBanner-description {
	font-size: calc(var(--h3-size) * 1.0769);
	line-height: 1.285;
	color: #c8d9f1;
}


.pageCatPrice-section {
	position: relative;
	background: #c8d9f1;
	padding: 30px 0;
	z-index: 1;
}
.pageCatPrice-value {
	position: relative;
	text-align: center;
	margin-bottom: 11px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #31525f;
	color: #31525f;
	font-size: var(--h6-size);
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
}
.pageCatPrice-value strong {
	font-weight: 700;
	font-size: var(--h4-size);
}
.pageCatPrice-button .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}



.info-section {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}
.info-content {
	margin-bottom: 20px;
}
.info-content h1,
.info-content h2,
.info-content h3,
.info-content h4,
.info-content h5,
.info-content h6 {
	line-height: 1;
}
.info-content:last-child {
	margin-bottom: 0;
}


.advantages-section {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.advantages-heading {
	margin-bottom: 35px;
	line-height: 1.11;
}




.banner-wrap {
	position: relative;
	padding: 45px 40px;
	min-height: calc(var(--container) / 2.6590);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-bg:after {
	content: '';
	background: #31525f;
	opacity: .65;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-info {
	position: relative;
	max-width: 440px;
}
.banner-title {
	line-height: 1.11;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #c8d9f1;
}
.banner-description {
	color: #c8d9f1;
	font-size: var(--h4-size);
	line-height: 1.2;
}
.banner-button {
	position: relative;
}
.banner-button a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/novdim/images/btn-banner.png);
	width: 351px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
	color: #c1d2e9;
	text-transform: uppercase;
	padding: 5px 30px 5px 10px;
}
.banner-button a:hover {
	background-position: 0 100%;
	color: #c1d2e9;
}
.banner-wrap:after {
	content: '';
	background: url(/wp-content/themes/novdim/images/element-n.png) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 232px;
	height: 200px;
	right: 40px;
	top: 40px;
	z-index: 1;
}




.pageCatInfrastructure-section {
	position: relative;
	padding: 70px 0 90px;
	z-index: 1;
}
.infrastructure-heading {
	margin-bottom: 30px;
}
.infrastructure-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -16px;
}
.infrastructure-item {
	position: relative;
	margin-bottom: 16px;
	z-index: 1;
}
.infrastructure-item:nth-child(4),
.infrastructure-item:nth-child(5),
.infrastructure-item:nth-child(6) {
	margin-bottom: 0;
}
.infrastructure-item:nth-child(2) {
	margin-left: -140px;
	margin-right: 16px;
}
.infrastructure-item:nth-child(5) {
	margin-left: 16px;
	margin-right: -140px;
}
.infrastructure-item__image {
	background: #31525f;
	height: 199px;
}
.infrastructure-item:nth-child(1) .infrastructure-item__image {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-image: url(/wp-content/themes/novdim/images/infrastruture-1.png);
	mask-image: url(/wp-content/themes/novdim/images/infrastruture-1.png);
	width: 421px;
}
.infrastructure-item:nth-child(2) .infrastructure-item__image {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-image: url(/wp-content/themes/novdim/images/infrastruture-2.png);
	mask-image: url(/wp-content/themes/novdim/images/infrastruture-2.png);
	width: 581px;
}
.infrastructure-item:nth-child(3) .infrastructure-item__image {
	border-radius: 28px 28px 0 0;
	width: calc(var(--container) - 421px - 581px + 140px - 16px);
	overflow: hidden;
}
.infrastructure-item:nth-child(4) .infrastructure-item__image {
	border-radius: 0 0 28px 28px;
	width: calc(var(--container) - 421px - 581px + 140px - 16px);
	overflow: hidden;
}
.infrastructure-item:nth-child(5) .infrastructure-item__image {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-image: url(/wp-content/themes/novdim/images/infrastruture-2.png);
	mask-image: url(/wp-content/themes/novdim/images/infrastruture-2.png);
	width: 581px;
	transform: rotate(180deg);
}
.infrastructure-item:nth-child(6) .infrastructure-item__image {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-image: url(/wp-content/themes/novdim/images/infrastruture-1.png);
	mask-image: url(/wp-content/themes/novdim/images/infrastruture-1.png);
	width: 421px;
	transform: rotate(180deg);
}
.infrastructure-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .3;
}
.infrastructure-item:nth-child(5) .infrastructure-item__image img,
.infrastructure-item:nth-child(6) .infrastructure-item__image img {
	transform: rotate(180deg);
}
.infrastructure-item__info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.infrastructure-item:nth-child(1) .infrastructure-item__info {
	padding-right: 130px;
}
.infrastructure-item:nth-child(2) .infrastructure-item__info {
	padding-left: 65px;
}
.infrastructure-item:nth-child(5) .infrastructure-item__info {
	padding-right: 65px;
}
.infrastructure-item:nth-child(6) .infrastructure-item__info {
	padding-left: 130px;
}
.infrastructure-item__title {
	color: #c8d9f1;
	font-size: var(--h2-size);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
.infrastructure-item__description {
	line-height: 1.1764;
	color: #c8d9f1;
	font-size: calc(var(--text-size) * 1.0625);
	text-align: center;
}
.infrastructure-button {
	margin-top: 40px;
}
.infrastructure-button .btn {
	width: 100%;
	max-width: 370px;
}



.video-section {
	position: relative;
	z-index: 1;
}
.pageCatVideo-section {
	padding: 80px 0 0;
}
.video-wrap {
	position: relative;
	background: #c8d9f1;
	padding: 55px 100px;
	z-index: 1;
}
.video-heading {
	line-height: 1.1;
	margin-bottom: 30px;
}
.video-player {
	width: 100%;
	height: calc((var(--container) - 100px * 2) / 1.6440);
}
.video-player-preview {
	position: relative;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.video-player-preview:before {
	content: '';
	background: #11181b;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .6;
	z-index: 1;
}
.video-player-preview:after {
	content: '';
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/novdim/images/youtube.png);
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.video-player-preview:hover:after {
	background-position: 0 calc(100% + 2px);
}
.video-player img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-player iframe {
	width: 100%;
	height: 100%;
}
.video-button {
	margin-top: 25px;
}



.contacts-section {
	position: relative;	
	padding: 80px 0;
	z-index: 1;
}
.contacts-heading {
	margin-bottom: 30px;
	line-height: 1;
}
.contacts-info {
	position: relative;
	padding-left: 35px;
}
.contacts-info p {
	position: relative;
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	font-size: calc(var(--text-size) / 1.142);
	line-height: 1.42;
}
.contacts-info p:last-child {
	margin-bottom: 0;
}
.contacts-info p.phone {
	font-size: var(--h4-size);
	font-weight: 700;
}
.contacts-info p.address {
	align-items: flex-start;
}
.contacts-info p:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 21px;
	max-width: 21px;
	width: 21px;
	height: 21px;
	margin-right: 15px;
	z-index: 1;
}
.contacts-info p.phone:before {
	background-image: url(/wp-content/themes/novdim/images/phone-call-blue.png);
}
.contacts-info p.address:before {
	background-image: url(/wp-content/themes/novdim/images/location-blue.png);
}
.contacts-info p.e-mail:before {
	background-image: url(/wp-content/themes/novdim/images/envelope-blue.png);
}
.contacts-info p a:hover {
	color: #748fc9;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.contacts-button {
	position: relative;
	margin-top: 25px;
	padding-left: 71px;
}
.contacts-map iframe {
	width: 100%;
	height: 300px;
}



.landSingle-id {
	position: relative;
	margin-bottom: 10px;
}
.landSingle-inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.landSingle-content {
	margin-bottom: 30px;
}
.landSingle-info {
	position: relative;
	background: #c8d9f1;
	padding: 30px 100px 45px;
	z-index: 1;
}
.landSingle-area {
	text-align: center;
	margin-bottom: 10px;
}
.landSingle-area-label {
	font-size: var(--h6-size);
	margin-bottom: 0;
	line-height: 1;
}
.landSingle-area-value {
	font-size: var(--h3-size);
	color: #202020;
	font-weight: 700;
}
.landSingle-button {
	position: relative;
}
.landSingle-button .btn {
	width: 100%;
}


.counters-items {
	position: relative;
	margin-bottom: -34px;
}
.counters-item {
	position: relative;
	margin-bottom: 34px;
}
.counters-item__wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	max-width: calc(100% - 60px);
	margin: auto;
}
.counters-item__info {
	position: relative;
	flex: 0 0 calc(52px + 20px + 20px);
	max-width: calc(52px + 20px + 20px);
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.counters-item__trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-radius: 15px 15px 0 15px;
	background: #31525f;
	z-index: -1;
}
.counters-item__trapezoid span {
	position: absolute;
	right: -56px;
	width: 56px;
	height: 90px;
	background: #31525f;
	border-radius: 0 15px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.counters-item__value {
	font-size: 60px;
	line-height: .75;
	color: #e5eefb;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	width: calc(100% + 20px);
}
.counters-item__label {
	font-size: calc(var(--text-size) * 1.125);
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #e5eefb;
	width: calc(100% + 20px);
}
.counters-item__text {
	position: relative;
	flex: auto;
	max-width: 100%;
	padding: 10px 8px 10px 50px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
	font-size: calc(var(--text-size) / 1.0666);
	color: #222222;
	line-height: 1.25;
	margin-top: 24px;
	margin-left: 15px;
	z-index: 1;
}
.counters-item__trapezoid2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	border-radius: 15px 15px 0 15px;
	background: #c8d9f1;
	z-index: -1;
	transform: scale(-1, -1);
}
.counters-item__trapezoid2 span {
	position: absolute;
	right: -56px;
	width: 56px;
	height: 90px;
	background: #c8d9f1;
	border-radius: 0 15px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.pageAboutInfo-section {
	padding-bottom: 70px;
}
.pageAboutInfo-heading h1 br {
	display: none;
}


.projectsCat-section {
	position: relative;
	background: #c8d9f1;
	padding: 60px 0 90px;
	z-index: 1;
}
.projectsCat-heading {
	margin-bottom: 25px;
	line-height: 1.1;
}
.projectsCat-items {
	position: relative;
	margin-bottom: -24px;
}
.projectsCat-item {
	position: relative;
	margin-bottom: 24px;
}
.projectsCat-item__wrap {
	position: relative;
}
.projectsCat-item__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc((var(--container) - 30px) / 2 / 1.055);
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	margin-bottom: 14px;
	z-index: 1;
}
.projectsCat-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.projectsCat-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.projectsCat-item__info {
	position: relative;
	padding: 20px 0 20px 30px;
	max-width: 270px;
	height: 174px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.projectsCat-item__info-trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 174px;
	border-radius: 30px 30px 0 0;
	background: #31525f;
	opacity: .75;
	z-index: -1;
}
.projectsCat-item__info-trapezoid span {
	position: absolute;
	right: -174px;
	width: 174px;
	height: 174px;
	background: #31525f;
	border-radius: 0 30px 0px 0;
	bottom: 0;
	transform: skew(41deg);
	transform-origin: bottom right;
}
.projectsCat-item__title {
	font-size: calc(var(--h2-size) / 1.0714);
	color: #c8d9f1;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.0714;
	width: calc(100% + 50px);
}
.projectsCat-item__buttons {
	display: flex;
	align-items: center;
}
.projectsCat-item__button-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/novdim/images/btn-2-project.png);
	flex: 0 0 207px;
	max-width: 207px;
	width: 207px;
	height: 48px;
	font-size: 20px;
	font-weight: 700;
	color: #31525f;
	text-transform: uppercase;
	padding: 8px 25px 5px 5px;
}
.projectsCat-item__button-more:hover {
	background-position: 0 100%;
	color: #c1d2e9;
}
.projectsCat-item__button-form {
	position: relative;
	flex: auto;
	max-width: 100%;
	height: 48px;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #c1d2e9;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 20px 5px 0px;
}
.projectsCat-item__button-form-trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	border-radius: 10px 10px 0 10px;
	background: #31525f;
	transform: scale(-1, -1);
	z-index: -1;
}
.projectsCat-item__button-form-trapezoid span {
	position: absolute;
	right: -48px;
	width: 48px;
	height: 48px;
	background: #31525f;
	border-radius: 0 8px 0px 0;
	bottom: 0;
	transform: skew(41deg);
	transform-origin: bottom right;
}
.projectsCat-item__button-form:hover {
	color: #c1d2e9;
}
.projectsCat-item__button-form:hover .projectsCat-item__button-form-trapezoid,
.projectsCat-item__button-form:hover .projectsCat-item__button-form-trapezoid span {
	background: #748fc9;
}




.pageContacts-section {
	position: relative;
	padding: 0 0 60px;
	z-index: 1;
}
.pageContacts-wrap {
	position: relative;
	background: #c8d9f1;
	padding: 40px 50px;
	z-index: 1;
}
.pageContacts-item {
	position: relative;
	margin-bottom: 15px;
}
.pageContacts-item:last-child {
	margin-bottom: 0;
}
.pageContacts-item__label {
	font-size: var(--h6-size);
	margin-bottom: 5px;
	line-height: 1.1;
}
.pageContacts-item__value {
	font-size: var(--h5-size);
	color: #202020;
	line-height: 1.1;
}
.pageContacts-item__value a {
	color: #202020;
}
.pageContacts-item__value a:hover {
	color: #31525f;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.pageContacts-item.phone .pageContacts-item__value {
	font-size: var(--h2-size);
	font-weight: 700;
}



.pageContacts-map {
	position: relative;
}
.pageContacts-map iframe {
	width: 100%;
	height: 420px;
	border: none;
}


.projectSingle-images {
	position: relative;
	z-index: 1;
}
.projectSingle-imagesMain {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
}
.projectSingle-imagesMain-item {
	position: relative;
	height: 470px;
}
.projectSingle-imagesMain-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.projectSingle-imagesMain .owl-nav button.owl-prev {
	left: 15px;
	transform: scale(.75);
}
.projectSingle-imagesMain .owl-nav button.owl-next {
	right: 15px;
	transform: rotate(180deg) scale(.75);
}
.projectSingle-imagesOther {
	position: relative;
}
.projectSingle-imagesOther-item {
	position: relative;
	height: 100px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.projectSingle-imagesOther-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.projectSingle-imagesOther-item:after {
	content: '';
	opacity: .75;
	background: #31525f;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: 1;
}
.projectSingle-imagesOther-item:hover:after {
	opacity: .5;
}
.owl-item.current > .projectSingle-imagesOther-item:after {
	opacity: 0;
}
.projectSingle-badge {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 15px 20px;
	max-width: calc(50% - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #31525f;
	border-radius: 0 0 10px 10px;
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.05;
	color: #31525f;
	background: #e5eefb91;
	z-index: 2;
}
.projectSingle-badge-2 {
	left: auto;
	right: 20px;
}
.projectSingle-badge span {
	font-size: var(--h3-size);
}
.projectSingle-title {
	margin-bottom: 15px;
	line-height: 1.1;
}
.projectSingle-content {
	position: relative;
}
.projectSingle-info {
	position: relative;
	margin-top: 40px;
	background: #c8d9f1;
	padding: 35px 120px;
	z-index: 1;
}
.projectSingle-characteristics {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 calc(var(--gap) * -1);
}
.projectSingle-characteristics p {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	padding: 0 10px;
	margin-bottom: var(--gap);
	text-align: center;
}
.projectSingle-characteristics p span {
	display: block;
	font-size: var(--h6-size);
	line-height: 1.1;
	margin-bottom: 5px;
}
.projectSingle-characteristics p strong {
	font-size: var(--h3-size);
	display: block;
	font-weight: bold;
	color: #202020;
	line-height: 1.1;
}


.plan-section {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.plan-heading {
	margin-bottom: 35px;
}
.plan-items {
	position: relative;
	margin-bottom: calc(var(--gap) * -1);
}
.plan-item {
	margin-bottom: var(--gap);
}
.plan-item__wrap {
	position: relative;
	max-width: 370px;
	margin: 0 auto;
}
.plan-item__image {
	position: relative;
	padding: 15px 110px 15px 15px;
	text-align: center;
	z-index: 1;
}
.plan-item__image img {
	max-height: 200px;
}
.plan-item__image-trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 160px);
	height: 230px;
	border-radius: 30px 30px 0 0;
	background: #ffffff;
	z-index: -1;
}
.plan-item__image-trapezoid span {
	position: absolute;
	right: -160px;
	width: 160px;
	height: 230px;
	background: #ffffff;
	border-radius: 0 30px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.plan-item__title {
	position: relative;
	background: #31525f;
	padding: 15px 20px;
	font-size: var(--h6-size);
	font-weight: 700;
	text-align: center;
	color: #e5eefb;
	line-height: 1.1;
	margin-bottom: 0;
}
.plan-item__content {
	position: relative;
	background: #c8d9f1;
	padding: 15px 30px;
	border-radius: 0 0 30px 30px;
	z-index: 1;
}
.plan-item__content-inner {
	position: relative;
	/*padding: 15px 10px 15px 120px;*/
}
.plan-item__content-trapezoid {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 160px);
	height: 230px;
	border-radius: 30px 30px 0 0;
	background: #c8d9f1;
	transform: rotate(180deg);
	z-index: -1;
}
.plan-item__content-trapezoid span {
	position: absolute;
	right: -160px;
	width: 160px;
	height: 230px;
	background: #c8d9f1;
	border-radius: 0 30px 0px 0;
	bottom: 0;
	transform: skew(33deg);
	transform-origin: bottom right;
}
.plan-pdf-button {
	position: relative;
	margin-top: 45px;
	z-index: 9;
}

.projectSingleVideo-section {
	background: #c8d9f1;
}
.projectSingleBanner-section {
	background: #c8d9f1;
}
.projectSingleProjects-section {
	padding: 60px 0;
}






@media (max-width:1599px) {
	.mainSlider-section,
	.mainSlider-item {
		height: 656px;
	}
}



@media (max-width: 1239px) {
	:root {
		--container: 1116px;
	}
	.infrastructure-item:nth-child(2) {
		margin-left: -134px;
	}
	.infrastructure-item:nth-child(5) {
		margin-right: -134px;
	}
	.infrastructure-item__image {
		height: 188px;
	}
	.infrastructure-item:nth-child(1) .infrastructure-item__image,
	.infrastructure-item:nth-child(6) .infrastructure-item__image {
		width: 397px;
	}
	.infrastructure-item:nth-child(2) .infrastructure-item__image,
	.infrastructure-item:nth-child(5) .infrastructure-item__image {
		width: 548px;
	}
	.infrastructure-item:nth-child(3) .infrastructure-item__image,
	.infrastructure-item:nth-child(4) .infrastructure-item__image {
		width: calc(var(--container) - 397px - 548px + 80px - 16px);
	}
	.advantages-item__wrap {
		max-width: calc(100% - 45px);
	}
	.about-advantages-info {
		font-size: calc(var(--text-size) * 1.1);
	}
	.project-item__button-form {
		padding: 8px 10px 5px 0;
	}
	.project-item__info {
		padding: 12px 15px;
	}
	.counters-item__wrap {
		max-width: calc(100% - 40px);
	}
	.pageContacts-map iframe {
		height: 400px;
	}
	.projectSingle-imagesMain-item {
		height: 440px;
	}
	.projectSingle-info {
		padding: 35px 100px;
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 930px;
		--gap: 30px;

		--text-size: 15px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn {
		min-width: 240px;
	}
	.owl-nav button {
		width: 42px;
		height: 42px;
	}
	.owl-nav button:before {
		flex: 0 0 25px;
		max-width: 25px;
		width: 25px;
		height: 42px;
	}
	.contacts-info p,
	.footer-contacts p {
		font-size: var(--text-size);
	}
	.header-logo {
		margin-right: 30px;
	}
	.main-menu {
		margin-right: 30px;
	}
	.main-menu li {
		margin-right: 20px;
	}
	.header-phone a {
		padding: 0 20px 0 12px;
	}
	.mainSlider-section, .mainSlider-item {
    	height: 580px;
	}
	.mainSlider-item__wrap {
		max-width: calc(640px - 250px);
	}
	.mainSlider-item__info {
		padding: 30px;
	}
	.advantages-item__wrap {
    	max-width: 100%;
	}
	.advantages-item__info {
		padding: 10px 5px 10px 50px;
	}
	.about-advantages-info br {
		display: none;
	}
	.about-advantages-info:after {
		width: 174px;
		height: 150px;
		top: calc(50% - 75px + 11px);
	}
	.footer-menu-2 {
		max-width: 230px;
	}
	.floatingPhone {
		bottom: 55px;
		right: 40px;
	}
	.floatingPhone-button {
		width: 100px;
		height: 100px;
	}
	.floatingPhone-button span {
		width: 32px;
		height: 32px;
	}
	.banner-wrap {
		padding: 35px 30px;
	}
	.banner-button a {
		width: 320px;
		height: 49px;
		font-size: 18px;
	}
	.banner-wrap:after {
		width: 175px;
		height: 150px;
		right: 30px;
		top: 30px;
	}
	.infrastructure-item:nth-child(2) {
		margin-left: -105px;
	}
	.infrastructure-item:nth-child(5) {
		margin-right: -105px;
	}
	.infrastructure-item__image {
		height: 156px;
	}
	.infrastructure-item:nth-child(1) .infrastructure-item__image,
	.infrastructure-item:nth-child(6) .infrastructure-item__image {
		width: 330px;
	}
	.infrastructure-item:nth-child(2) .infrastructure-item__image,
	.infrastructure-item:nth-child(5) .infrastructure-item__image {
		width: 456px;
	}
	.infrastructure-item:nth-child(3) .infrastructure-item__image,
	.infrastructure-item:nth-child(4) .infrastructure-item__image {
		width: calc(var(--container) - 330px - 456px + 105px - 16px);
	}
	.infrastructure-item__info {
		padding: 20px;
	}
	.infrastructure-item:nth-child(1) .infrastructure-item__info {
    	padding-right: 90px;
	}
	.infrastructure-item:nth-child(6) .infrastructure-item__info {
		padding-left: 90px;
	}
	.infrastructure-item__title {
		font-size: var(--h3-size);
	}
	.landSingle-info {
		padding: 25px 60px 30px;
	}
	.pageCatBanner-section {
		min-height: 480px;
	}
	.pageCatBanner-wrap {
		padding: 40px;
	}
	.pageCatBanner-title {
		font-size: calc(var(--h2-size) * 1.5);
	}
	.pageCatBanner-description {
		font-size: var(--h3-size);
	}
	.video-wrap {
		padding-left: 60px;
		padding-right: 60px;
	}
	.footer-bottom {
		padding: 20px 0;
	}
	.projectSingle-imagesMain-item {
    	height: 380px;
	}
	.projectSingle-imagesOther-item {
		height: 80px;
	}
	.projectSingle-info {
    	padding: 30px 60px;
	}
	.counters-item__wrap {
    	max-width: 100%;
	}
	.projectsCat-item__info {
		max-width: 240px;
	}
	.projectsCat-item__info,
	.projectsCat-item__info-trapezoid,
	.projectsCat-item__info-trapezoid span {
		height: 140px;
	}
	.projectsCat-item__info {
		padding: 20px 0 20px 20px;
	}
	.projectsCat-item__button-form,
	.projectsCat-item__button-more {
		font-size: 18px;
	}
	.pageContacts-map iframe {
    	height: 340px;
	}
	.pageContacts-item.phone .pageContacts-item__value {
		font-size: var(--h3-size);
	}
	.pageContacts-wrap {
		padding: 35px;
	}
	.pageThanks-inner {
		padding: 60px 30px;
	}
	.pageThanks-title {
		font-size: var(--h1-size);
	}
	.pageThanks-image img {
		max-height: 80px;
	}
	.page404-number {
		font-size: 280px;
	}
}


















@media (max-width: 991px) {
	:root {
		--container: 690px;
		--gap: 30px;

		--text-size: 16px;
		--h1-size: 28px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.header:after {
		content: '';
		background: #31525f;
		position: absolute;
		width: calc((100% - var(--container)) / 2);
		height: 74px;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.header-logo,
	.header-soc,
	.header-toggle {
		margin-right: 30px;
	}
	.home .header-logo:before {
		display: block;
	}
	.header-toggle {
		flex: auto;
		max-width: 100%;
	}
	.header-phone {
		margin-right: 0;
	}
	.header-phone a {
		padding: 0 20px;
	}
	.mainSlider-section {
		height: inherit;
	}
	.mainSlider-item {
		height: calc(100vw / 2.09);
		min-height: 200px;
	}
	.mainSlider-item:nth-child(2n) .mainSlider-item__wrap {
		left: auto;
		right: 0;
	}
	.mainSlider-item:nth-child(2n) .mainSlider-item__trapezoid {
		transform: scale(-1, 1);
	}
	.mainSlider-item:nth-child(2n) .mainSlider-item__button {
		transform: scale(-1, 1);
	}
	.mainSlider-item:nth-child(2n) .mainSlider-item__button span {
		transform: scale(-1, 1);
	}
	.about-content {
		margin-bottom: 0;
	}
	.advantages-items {
		margin-bottom: -15px;
	}
	.advantages-item {
		order: 2;
		margin-bottom: 15px;
	}
	.advantages-item-info {
		order: 1;
		margin-top: -10px;
		margin-bottom: 70px;
	}
	.about-advantages-info-inner {
		min-height: 66px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.project-item__inner {
		height: calc((var(--container) - 1 * 30px) / 2);
	}
	.feedback-heading {
		color: #748fc9;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		margin-bottom: 25px;
		margin-left: 0;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-contacts p {
		margin-bottom: 10px;
	}
	.footer-menu-1 li {
		margin-bottom: 5px;
		text-align: center;
	}
	.footer-menu-2 {
		max-width: 100%;
	}
	.footer-menu-2 li {
		flex: 0 0 calc(50% - 15px);
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-soc {
		margin-bottom: 25px;
	}
	.copyright {
		text-align: center;
	}
	.lang-menu {
		margin: 0 20px;
	}
	.lang-menu ul {
		top: auto;
		bottom: 100%;
		width: 80px;
		right: auto;
		left: -15px;
	}
	.page-content {
		padding-bottom: 40px;
	}
	.page404-section {
    	padding: 80px 0;
	}
	.pageThanks-wrap {
		padding: 15px;
	}
	.pageThanks-section {
    	padding: 50px 0;
	}
	.page-title {
		padding: 20px 0;
	}
	.single-zemelni-dilianky .page-title {
		text-align: center;
	}
	.landSingle-id {
		margin-top: 5px;
		text-align: center;
		margin-bottom: 15px;
	}
	.landSingle-id strong {
		display: block;
	}
	.landSingle-image {
		text-align: center;
		margin-bottom: 20px;
	}
	.landSingle-info {
		padding: 30px 20px 40px;
	}
	.landSingle-button {
		text-align: center;
	}
	.landSingle-button .btn {
		max-width: 300px;
	}
	.banner-section .container {
		max-width: 100%;
		padding: 0;
	}
	.banner-wrap {
		min-height: 345px;
		padding: 30px calc((100% - var(--container)) / 2);
	}
	.banner-wrap:after {
		background: url(/wp-content/themes/novdim/images/element-n-mobile.png) no-repeat center;
		background-size: contain;
		right: calc((100% - var(--container)) / 2);
		top: 22px;
		width: 98px;
		height: 84px;
	}
	.banner-title {
		margin-bottom: 15px;
	}
	.infrastructure-items {
		display: block;
		margin-bottom: 0;
	}
	.infrastructure-item:nth-child(4), .infrastructure-item:nth-child(5), .infrastructure-item:nth-child(6) {
		margin-bottom: 16px;
	}
	.infrastructure-item:last-child {
		margin-bottom: 0;
	}
	.infrastructure-item:nth-child(2),
	.infrastructure-item:nth-child(5) {
		margin-left: 0;
		margin-right: 0;
	}
	.infrastructure-item:nth-child(1) .infrastructure-item__image, .infrastructure-item:nth-child(6) .infrastructure-item__image {
    	width: 100%;
   	height: calc(var(--container) / 2.1195);
	}
	.infrastructure-item:nth-child(2) .infrastructure-item__image, .infrastructure-item:nth-child(5) .infrastructure-item__image {
		width: 100%;
   	height: calc(var(--container) / 2.9195);
	}
	.infrastructure-item:nth-child(3) .infrastructure-item__image, .infrastructure-item:nth-child(4) .infrastructure-item__image {
		width: 100%;
		height: calc(var(--container) / 1.5);
	}
	.infrastructure-item:nth-child(1) .infrastructure-item__info,
	.infrastructure-item:nth-child(5) .infrastructure-item__info {
		padding-right: 30%;
	}
	.infrastructure-item:nth-child(2) .infrastructure-item__info,
	.infrastructure-item:nth-child(6) .infrastructure-item__info {
		padding-left: 30%;
	}
	.contacts-section {
		padding-bottom: 0;
	}
	.contacts-heading {
		text-align: center;
		margin-bottom: 20px;
	}
	.contacts-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.contacts-info p {
		margin-bottom: 10px;
	}
	.contacts-button {
		padding-left: 0;
		text-align: center;
	}
	.contacts-map {
		position: relative;
		margin-top: 30px;
		width: 100vw;
		margin-left: calc((100vw - var(--container)) / -2);
		margin-bottom: -8px;
	}
	.contacts-map iframe {
		height: calc(100vw / 1.45);
	}
	.pageContacts-wrap {
		text-align: center;
	}
	.pageContacts-wrap > .row > div {
		margin-bottom: 20px;
	}
	.pageContacts-wrap > .row > div:last-child {
		margin-bottom: 0px;
	}
	.pageContacts-soc {
		justify-content: center;
	}
	.pageContacts-item__button {
		text-align: center;
	}
	.pageContacts-item__button .btn {
		max-width: 300px;
	}
	.pageContacts-map iframe {
		height: 420px;
	}
	.pageCatBanner-section {
    	min-height: 360px;
    	padding: 70px 0;
	}
	.pageCatBanner-wrap {
		padding: 25px 30px;
	}
	.pageCatBanner-wrap:before {
		border-radius: 20px;
	}
	.pageCatBanner-title {
		font-size: var(--h1-size);
		margin-bottom: 10px;
	}
	.pageCatBanner-title:after {
		margin-top: 10px;
		width: 100px;
	}
	.pageCatBanner-description {
		font-size: var(--h4-size);
	}
	.info-content {
		margin-bottom: 10px;
	}
	.video-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.video-wrap:before {
		content: '';
		background: #c8d9f1;
		position: absolute;
		width: 100vw;
		height: 100%;
		top: 0;
		left: calc((100vw - var(--container)) / -2);
		z-index: -1;
	}
	.pageAboutInfo-heading h1 br {
		display: block;
	}
	.pageAboutInfo-section .info-content {
		margin-bottom: 25px;
	}
	.counters-items {
		margin-bottom: 0;
	}
	.counters-item {
		margin-bottom: 10px;
	}
	.counters-item:last-child {
		margin-bottom: 0;
	}
	.projectsCat-item__inner {
		height: calc(var(--container) / 1.055);
		max-height: 480px;
	}
	.galleryImages-item a {
		height: calc((var(--container) - 1 * 30px) / 2 / 1.48);
	}
	.projectSingle-images {
		margin-bottom: 25px;
	}
	.projectSingle-info {
    	padding: 20px;
    	margin-top: 20px;
	}
	.projectSingle-characteristics {
		margin-bottom: 0;
	}
	.projectSingle-characteristics p {
		margin-bottom: 15px;
	}
	.video-player {
		height: calc(var(--container) / 1.6440);
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;
		--gap: 20px;

		--text-size: 14px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, ol, blockquote, .wp-caption, .gallery {
		margin-bottom: 15px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="password"], select, textarea {
		padding: 11px 15px;
	}
	.btn {
		--bs-btn-padding-x: 20px;
		--bs-btn-padding-y: 11px;
		--bs-btn-font-size: var(--text-size);
	}
	.btn-link {
		--bs-btn-font-size: 12px;
	}
	.form-field {
		margin-bottom: 8px;
	}
	.header-logo, .header-soc, .header-toggle {
    	margin-right: 20px;
	}
	.header-phone a {
		font-size: 0;
		width: 62px;
	}
	.header-phone a:before {
		margin-right: 0;
	}
	.header-toggle {
		flex: inherit;
	}
	.mobile-modal-menu {
		font-size: var(--h6-size);
	}
	.lang-menu {
		font-size: var(--h5-size);
	}
	.mainSlider-item__wrap {
    	max-width: calc(550px - 250px);
	}
	.mainSlider-item__info {
		padding: 15px;
	}
	.mainSlider-item__description {
		margin-bottom: 10px;
	}
	.mainSlider-item__trapezoid {
		border-radius: 15px 30px 0 0;
	}
	.about-section {
		padding: 35px 0 65px;
	}
	.advantages-item {
		margin-bottom: 13px;
	}
	.advantages-item__info {
		font-size: var(--h5-size);
	}
	.about-advantages-info:after {
		width: 150px;
		height: 130px;
		top: calc(50% - 65px + 11px);
	}
	.advantages-item-info {
		margin-top: -17px;
		margin-bottom: 60px;
	}
	.about-advantages-info {
    	font-size: calc(var(--text-size) * 1.2142);
	}
	.project-sub-heading {
		font-size: var(--h4-size);
	}
	.project-item__wrap {
		max-width: 360px;
		margin: auto;
	}
	.project-item__inner {
    	height: calc(var(--container) );
    	max-height: 360px;
	}
	.project-item__title {
		font-size: var(--h4-size);
		margin-bottom: 5px;
	}
	.project-item__price {
		font-size: var(--text-size);
	}
	.project-item__price span {
		font-size: var(--h5-size);
	}
	.project-item__badge {
		font-size: var(--text-size);
	}
	.project-item__badge span {
		font-size: var(--h4-size);
	}
	.project-item__button-more,
	.project-item__button-form {
		padding-top: 6px;
	}
	.feedback-heading {
		margin-bottom: 5px;
	}
	.feedback-sub-heading {
		margin-bottom: 10px;
	}
	.feedback-form {
		max-width: 300px;
		margin-top: 20px;
	}
	.seo-section {
		padding: 45px 0;
	}
	.seo-title {
		font-size: var(--h1-size);
	}
	.footer {
		padding: 35px 0 30px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-menu-1 li a {
		font-size: var(--h6-size);
	}
	.soc-links-label {
		font-size: var(--text-size);
		margin-right: 15px;
	}
	.copyright {
		font-size: 13px;
	}
	.projectCatTop-item {
		padding: 0 30px;
		font-size: var(--h6-size);
	}
	.page404-number {
    	font-size: 220px;
	}
	.page404-section .page-title {
		margin-bottom: 20px;
	}
	.pageThanks-inner {
    	padding: 50px 20px;
	}
	.pageThanks-image img {
    	max-height: 60px;
	}
	.pageThanks-title {
    	font-size: calc(var(--h1-size) * 1.25);
	}
	.pageThanks-description {
		font-size: var(--h4-size);
		margin-bottom: 15px;
	}
	.landSingle-area-label {
		font-size: var(--text-size);
	}
	.banner-button a {
		width: 221px;
		height: 34px;
		font-size: var(--text-size);
		padding-right: 20px;
	}
	.banner-wrap {
		padding: 22px calc((100% - var(--container)) / 2);
	}
	.pageCatInfrastructure-section {
		padding: 40px 0;
	}
	.infrastructure-heading {
		margin-bottom: 20px;
	}
	.infrastructure-item__description {
		font-size: var(--h5-size);
	}
	.infrastructure-button {
    	margin-top: 35px;
	}
	.infrastructure-button .btn {
		max-width: 300px;
	}
	.contacts-section {
		padding: 35px 0 0;
	}
	.contacts-heading {
		margin-bottom: 20px;
	}
	.contacts-button {
		margin-top: 15px;
	}
	.pageContacts-section {
		padding-bottom: 35px;
	}
	.pageContacts-item.phone .pageContacts-item__value {
		font-size: var(--h1-size);
	}
	.pageContacts-item__button .btn {
		max-width: 240px;
	}
	.pageCatBanner-description {
		font-size: var(--h3-size);
	}
	.pageCatPrice-section {
		padding: 20px 0;
	}
	.pageCatPrice-value {
		min-height: 45px;
		padding: 7px 20px;
		margin-bottom: 8px;
		max-width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
	.pageCatPrice-button {
		max-width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
	.category .info-section {
		padding: 25px 0;
	}
	.info-afterContent {
		font-size: calc(var(--h4-size) / 1.0588);
	}
	.project-section {
		padding: 35px 0;
	}
	.project-heading {
		margin-bottom: 20px;
	}
	.advantages-section {
		padding: 35px 0;
	}
	.advantages-heading {
		margin-bottom: 20px;
	}
	.banner-info {
		max-width: 360px;
	}
	.banner-title {
		margin-bottom: 5px;
	}
	.banner-description {
		font-size: var(--h3-size);
	}
	.pageCatVideo-section {
		padding: 60px 0 0;
	}
	.video-wrap {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.video-player-preview:after {
		width: 60px;
		height: 60px;
	}
	.pageAboutInfo-section {
    	padding: 25px 0 45px;
	}
	.counters-item__label {
		font-size: var(--h4-size);
	}
	.counters-item__text {
		font-size: var(--h6-size);
	}
	.projectsCat-section {
		padding: 35px 0 50px;
	}
	.projectsCat-heading {
		margin-bottom: 20px;
	}
	.projectsCat-item__wrap {
		max-width: 360px;
		margin: auto;
	}
	.projectsCat-item__inner {
		max-height: 360px;
		margin-bottom: 8px;
	}
	.projectsCat-item__title {
		font-size: var(--h4-size);
	}
	.projectsCat-item__info, .projectsCat-item__info-trapezoid, .projectsCat-item__info-trapezoid span {
    	height: 88px;
	}
	.projectsCat-item__info-trapezoid {
		border-radius: 20px 25px 0 0;
	}
	.projectsCat-item__info-trapezoid span {
		right: -70px;
		width: 70px;
	}
	.projectsCat-item__button-more {
		font-size: var(--text-size);
		flex: 0 0 146px;
		max-width: 146px;
		width: 146px;
		height: 34px;
		padding-top: 6px;
	}
	.projectsCat-item__button-form {
		height: 34px;
		padding-top: 6px;
		font-size: var(--text-size);
	}
	.projectsCat-item__button-form-trapezoid,
	.projectsCat-item__button-form-trapezoid span {
		height: 34px;
	}
	.projectsCat-item__button-form-trapezoid span {
		width: 34px;
		right: -34px;
	}
	.seo-button .btn {
		max-width: 300px;
		width: 100%;
		min-width: auto;
	}
	.galleryImages {
		margin-bottom: -20px;
	}
	.galleryImages-item {
		margin-bottom: 20px;
	}
	.projectSingle-imagesMain-item {
    	height: 300px;
	}
	.projectSingle-badge {
		font-size: var(--text-size);
	}
	.projectSingle-badge span {
		font-size: var(--h4-size);
	}
	.projectSingle-characteristics p span {
		font-size: 12px;
	}
	.projectSingle-characteristics p strong {
		font-size: var(--h5-size);
	}
	.plan-section {
		padding: 35px 0;
	}
	.plan-heading {
		margin-bottom: 20px;
	}
	.plan-item__title {
		font-size: calc(var(--h4-size) / 1.0577);
		padding: 13px 20px;
	}
	.plan-item__wrap {
		max-width: 320px;
	}
	.plan-item__image img {
		max-height: 155px;
	}
	.plan-item__image-trapezoid,
	.plan-item__image-trapezoid span,
	.plan-item__content-trapezoid,
	.plan-item__content-trapezoid span {
		height: 185px;
	}
	.floatingPhone-button {
    	width: 80px;
    	height: 80px;
	}
	.floatingPhone-button span {
    	width: 24px;
    	height: 24px;
	}
	.floatingPhone.active .floatingPhone-button span {
		width: 20px;
		height: 20px;
	}
	.modal-content {
		padding: 50px 20px 30px;
	}
	.modal-heading {
		margin-bottom: 5px;
	}
	.modal-form {
		margin-top: 0;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);
	}
	.mainSlider-item__title {
		font-size: var(--h4-size);
		margin-bottom: 5px;
		line-height: 1.1;
	}
	.mainSlider-item__description {
		font-size: var(--h6-size);
		line-height: 1.1;
	}
	.btn-trapezoid {
		width: 126px;
		height: 28px;
		font-size: 12px;
	}
	.mainSlider-item__wrap {
    	max-width: calc(450px - 250px);
	}
	.mainSlider-item__info {
		padding: 15px 10px 10px 10px;
	}
	.project-item__button-more {
		height: 30px;
		flex: 0 0 128px;
		max-width: 128px;
		width: 128px;
		font-size: 12px;
	}
	.project-item__button-form {
		font-size: 12px;
		height: 30px;
	}
	.project-item__button-form-trapezoid {
		height: 30px;
	}
	.project-item__button-form-trapezoid span {
		width: 30px;
		right: -30px;
		height: 30px;
	}
	.project-item__button-form-trapezoid {
		border-radius: 7px 7px 0 7px;
	}
	.floatingPhone {
		right: 10px;
	}
	.floatingPhone-button {
    	width: 60px;
    	height: 60px;
	}
	.floatingPhone-button:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.floatingPhone-button:after {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	.floatingPhone-button span {
    	width: 19px;
    	height: 19px;
	}
	.floatingPhone.active .floatingPhone-button span {
    	width: 14px;
    	height: 14px;
	}
	.floatingPhone-block {
		width: 180px;
	}
	.floatingPhone-block p a {
		padding: 5px 15px;
	}
	.floatingPhone-block p span {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}
	.page404-number {
    	font-size: 168px;
	}
	.projectCatTop-item {
		padding: 0 15px;
		flex: 0 0 calc(50% - 15px);
    	max-width: calc(50% - 15px);
	}

	.projectsCat-item__button-more {
		font-size: 12px;
		flex: 0 0 129px;
		max-width: 129px;
		width: 129px;
		height: 30px;
	}
	.projectsCat-item__button-form {
		font-size: 12px;
		height: 30px;
	}
	.projectsCat-item__button-form-trapezoid, .projectsCat-item__button-form-trapezoid span {
		height: 30px;
	}
	.projectsCat-item__button-form-trapezoid span {
    	width: 30px;
    	right: -30px;
	}
	.projectsCat-item__button-form-trapezoid {
		border-radius: 7px 7px 0 7px;
	}
	.feedback-heading br {
		display: none;
	}
	.galleryImages-item a {
    	height: calc(var(--container) / 1.48);
	}
}












/*
     FILE ARCHIVED ON 09:42:04 Mar 08, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:28:40 Apr 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.66
  captures_list: 0.7
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 54.815
  LoadShardBlock: 194.633 (3)
  PetaboxLoader3.resolve: 349.674 (4)
  PetaboxLoader3.datanode: 167.805 (5)
  load_resource: 353.401
  loaddict: 56.523
*/