:root {
	--color1: rgba(255, 85, 9, 1);
	--color1-1: rgba(255, 85, 9, 0.1);
	--color1-3: rgba(255, 85, 9, 0.3);
	--color1-5: rgba(255, 85, 9, 0.5);
	--color1-7: rgba(255, 85, 9, 0.7);

	--color2: rgba(86, 96, 94, 1);
	--color2-3: rgba(86, 96, 94, 0.3);
	--color2-5: rgba(86, 96, 94, 0.5);
	--color2-7: rgba(86, 96, 94, 0.7);

	--color3: rgba(20, 20, 20, 1); /* black */
	
	--color4: rgba(255, 121, 61, 1); /* light */
	--color4-1: rgba(255, 121, 61, 0.1);
	
	--color-gray1: #e8e8e8;
	--color-gray1-0: rgba(232, 232, 232, 0);
	--color-gray1-5: rgba(232, 232, 232, 0.5);
	--color-gray1-7: rgba(232, 232, 232, 0.7);
	
	--color-gray2: rgba(136, 136, 136, 1.0);
	--color-gray2-5: rgba(136,136,136,0.5);
	
	--color-dark-bg: rgba(105, 57, 34, 0.6);
	--color-light-bg: rgba(255, 246, 242, 1);
	
	--color-green1: rgba(90, 137, 59, 1);
	--color-green1-1: rgba(90, 137, 59, 0.1);
	--color-green1-3: rgba(90, 137, 59, 0.3);
	--color-green1-5: rgba(90, 137, 59, 0.5);
	--color-green1-8: rgba(90, 137, 59, 0.8);
}


::selection {
	color: #000;
	background-color: var(--color1-5);
}

::-moz-selection {
	color: #000;
	background-color: var(--color1-5);
}


@font-face {
  font-family: "font_light";
  font-style: normal;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-Light.ttf") format("truetype");
}
@font-face {
  font-family: "font_light";
  font-style: italic;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "font_regular";
  font-style: normal;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "font_regular";
  font-style: normal;
  font-weight: bold;
  src: url("/files/font/GillSansProCyrillic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "font_regular";
  font-style: italic;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-MediumItali.ttf") format("truetype");
}
@font-face {
  font-family: "font_bold";
  font-style: normal;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "font_bold";
  font-style: italic;
  font-weight: normal;
  src: url("/files/font/GillSansProCyrillic-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "exo2_black";
  font-style: normal;
  font-weight: normal;
  src: url("/files/font/exo2-black.ttf") format("truetype");
}


/* анимации */

@keyframes fade_out {
	0% {
		opacity: 1;
		left: 0px;
	}
	99% {
		opacity: 0;
		left: 0px;
	}
	100% {
		opacity: 0;
		left: -999px;
	}
}




/* теги */

html {
	font-size: 14pt;
}

body {
	font-family: 'font_regular', Verdana, Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

header {
	
}

footer {
	background-color: #000;
	color: #fff;
	background-position: 40% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	font-size: inherit;
	color: var(--color1);
	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	transition: 250ms;
}
a:hover {
	text-decoration: none;
	color: var(--color1);
}

a.green {
	font-size: inherit;
	color: var(--color-green1);
	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	transition: 250ms;
}
a.green:hover {
	text-decoration: none;
	color: var(--color-green1);
}

a.dashed {
	text-decoration: underline;
	text-decoration-color: var(--color1);
	text-decoration-style: dashed;
}

a.green {
	text-decoration-color: var(--color-green1);
}

a.admin {
	background-color: rgba(128,128,128,.2);
	border-radius: 2px;
	color: rgba(0,0,0,.4);
	font-size: 80%;
	padding: 2px;
	position: absolute;
	right: 5px;
	z-index: 1000;
}

img {
	max-width: 100%;
	max-height: 100%;
}

img.inline {
	height: 1em;
	vertical-align: middle;
}

img.inline2 {
	height: 2em;
	vertical-align: middle;
}

h1 {
	font-family: "font_regular";
	font-weight: normal;
	/*color: var(--color1);*/
}
h2 {
	font-family: "font_bold";
	font-weight: normal;
	/*color: var(--color1);*/
}
h3 {
	font-family: "font_bold";
	font-weight: normal;
	/*color: var(--color1);*/
}
h4 {
	font-weight: normal;
	/*font-family: "font_bold";
	font-weight: normal;*/
	/*color: var(--color1);*/
}

.color ul {
	list-style: none;
	padding-left: 35px;
}
.color ul li::after {
	content: url(/files/site/li_marker.png);
	display: block;
	width: auto;
	position: absolute;
	top: 0.2em;
	left: -30px;
	z-index: 1;
}
.color ul li {
	position: relative;
	margin-bottom: 1em;
}



.color ol {
	list-style: none;
	padding-left: 50px;
	counter-reset: list 0;
}
.color ol li {
	position: relative;
	margin-bottom: 1em;
}
.color ol li::before {
	display: block;
	position: absolute;
	top: 0;
	left: -45px;
	text-align: center;
	color: #fff;
	width: 40px;
	z-index: 3;
	counter-increment: list;
	content: counter(list);
}
.color ol li::after {
	content: url(/files/site/color_ol.png);
	display: block;
	width: auto;
	position: absolute;
	top: calc((1.5em - 40px) / 2);
	left: -45px;
	z-index: 1;
}




/* table */

table {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	border-spacing: 0px;
}

table.list {
	padding: 2px 4px;
	margin: auto;
}

table.border td {
	border: 1px solid #888;
}

table.rows td {
	border-bottom: 1px solid #bbb;
}

tr {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
}

td {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	padding: 0px;
}

.list0 td {
	padding: 0px 0px;
}

.list td, .list th {
	padding: 4px 4px;
}

form td {
	padding: 4px 4px;
}

th {
	font-size: smaller;
	font-family: inherit;
	color: inherit;
	border: 0px;
	background-color: #eee;
	padding: 4px 2px;
	border-right: 1px solid #fff;
}

table.highlight tr:hover,
tr.highlight:hover {
	background-color:  var(--color-gray1);
}



/* form */

input, select, textarea, button, a.button {
	font-size: inherit;
	border: 1px solid var(--color1);
	background-color: rgba(255,255,255,0.80);
	padding: 0.5em 1em;
	margin: 2px 0px;
	color: #000;
	border-radius: 0px;
	box-sizing: border-box;
}

textarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

input[type="number"] {
	width: 100px;
}

input[type="image"] {
	border: 0;
	background: transparent;
}

input[type="submit"], button, a.button {
	font-size: inherit;
	cursor: pointer;	
	color: #fff;
	text-align: center;
	border: 0px solid var(--color1);
	border-radius: 0em;
	/*-webkit-appearance: button;*/
	background-color: var(--color1);
	padding: 0.5em 1em;
	outline: 1px solid var(--color1);
	outline-offset: 0.3em;
	transition: 250ms;
	display: inline-block;
	margin-bottom: 1em;
}
input[type="submit"]:hover, button:hover, a.button:hover {
	color: #fff;
	outline-offset: 0em;
	background-color: var(--color4);
	box-shadow: 0 0 2em 0 var(--color1-5);
}

input[type="submit"]:disabled, button:disabled {
	background-color: #ccc;
	background: linear-gradient(to bottom, #ccc, #bbb);
	/*box-shadow: 0px 0px 0px rgba(255,80,80,.5);*/
}
input:hover, select:hover, textarea:hover {
	/*background-color: var(--color4-1);*/
}
input:focus, select:focus, textarea:focus {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

input[readonly] {
	filter: grayscale(50%);
	opacity: 0.5;
}

label {
	cursor: pointer;
	padding: 0.5em 1em;
	line-height: 3em;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background-color: var(--color1-1);
	border-bottom: 3px solid var(--color1);
}
input[type="radio"] + label:hover {
	background-color: var(--color4-1);
}


input[type="checkbox"] {
	display: none;
}

input[type=checkbox] + label {
	width: 100%;
	display: inline-block;
	cursor: pointer;
	position: relative;
    line-height: 1.1em;
	padding: 0em 0em 0em 2em;
}

input[type=checkbox] + label::before {
	content: "";
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;

	width: 1.2em;
	height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
    line-height: 1em;

	margin-right: 10px;
	background-color: var(--color-gray1);
	box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .2);
	vertical-align: middle;
}

input[type=checkbox]:checked + label::before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background-color: var(--color1);
}

input[type=checkbox]:hover + label::before {
	box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .3);
}










/*  */

.admin_stat {
	opacity: 0;
	left: -999px;
	position: fixed;
	font-size: 70%;
	top: 200px;
	text-align: left;
	color: #000;
	z-index: 2000;
	padding: 10px;
	background-color: rgba(128,128,128,.2);


	animation-name: fade_out;
	animation-duration: 4s;
	animation-timing-function: ease-in;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.login {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 10001;
	
	text-align: right;
	color: #000;
	font-size: 80%;
	padding: 0.5em 0em;
}



.white_text {
	color: #fff;
}
.white_text a,
.white_text h1,
.white_text h2,
.white_text h3 {
	color: #fff;
}
.white_text a:hover {
	color: var(--color1);
}

.gray {
	opacity: 0.5;
}

.color1 {
	color: var(--color1);
}

.color_green1 {
	color: var(--color-green1);
}

.light {
	font-family: "font_light", "font_regular";
}

.huge {
	font-size: 150%;
}

.sm {
	font-size: 80%;
}

.img_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.color1_1_bg {
	background-color: var(--color1-1);
}

.white_bg {
	background-color: #fff;
}

.gray_bg {
	background-color: var(--color-gray1);
}

.green_bg {
	background-color: var(--color-green1);
}

.black {
	background-color: var(--color3);
	color: #fff;
}

.black a {
	color: var(--color4);
}

.mh100 { max-height: 100vh; }
.mh80 { max-height: 80vh; }

.border_bottom {
	border-bottom: 1px solid var(--color2-3);
}

.pointer {
	cursor: pointer;
}





/* modal */

.modal {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 10010;
	padding-top: 100px;
}

.modal_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	overflow: auto;
}

.modal_card {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.modal_container {
    position: relative;
	max-height: 100vh;
	overflow: auto;
}

.modal_container > * {
	position: relative;
}

.close_modal {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	cursor: pointer;
	opacity: 0.8;
	z-index: 100;
}
.close_modal:hover {
	opacity: 1;
}
.close_modal img {
	width: 1em;
	height: 1em;
}




/* slider */


.slick-dots {
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 1;
	position: relative;
	padding: 0;
}

.slick-dots li::before {
	content: '';
}


.slick-dots li {
	display: block;
	width: 1em;
	height: 0.3em;
	margin: 0.3em;
	background-color: var(--color1-3);
	border-radius: 2px;
	border: 0px solid var(--color1);
	cursor: pointer;
}

.slick-dots li.slick-active {
	background-color: var(--color1);
}

.slick-dots li:hover {
	background-color: var(--color1-5);
}

.slick-dots button {
	display: none;
}

.slick-slide {
	outline: none;
}

.slick-prev {
	position: absolute;
	left: 0;
	top: -95px;
	padding: 0em;
	cursor: pointer;
	z-index: 100;
}

.slick-next {
	position: absolute;
	right: 0;
	top: -95px;
	padding: 0em;
	cursor: pointer;
	z-index: 100;
}

.slick-prev img,
.slick-next img {
	height: 193px;
}

.dots_green .slick-dots li {
	background-color: var(--color-green1-3);
}
.dots_green .slick-dots li.slick-active {
	background-color: var(--color-green1);
}
.dots_green .slick-dots li:hover {
	background-color: var(--color-green1-5);
}





/* сайт */

.menu_top {
	top: 0px;
	width: 100%;
	padding: 1em 0em;
	background-color: rgba(255,255,255,0.9);
	z-index: 10000;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}
.menu_top a {
	color: #000;
}
.menu_top a:hover {
	color: var(--color1);
}

.menu_main {
	background-color: transparent;
	background-image: url(/files/site/menu_main_tint.png);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1em 4em 1em 2em;
}
.menu_main a {
	color: #000;
}
.menu_main a:hover {
	color: var(--color1);
}



.menu_mobile {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
	z-index: 100000;
	overflow-y: auto;
}

.menu_mobile li {
	display: block;
	padding: 0.7em 1em 0.5em 1em;
}

.menu_mobile a {
	color: #000;
}

.menu_mobile_links {
	position: absolute;
	top: 2em;
	right: 1em;
	width: auto;
}



.title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 5em;
}

.title_marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 5em;
	height: 5em;
	transform: translateX(-1.5em) rotateZ(45deg);
	background-color: var(--color1);
	z-index: 1;
}

.title_marker2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 5em;
	height: 5em;
	transform: translateX(-1.5em) rotateZ(45deg);
	outline: 3px solid var(--color1);
	z-index: 1;
}

.title_marker2_green {
	position: absolute;
	top: 0;
	left: 0;
	width: 5em;
	height: 5em;
	transform: translateX(-1.5em) rotateZ(45deg);
	outline: 3px solid var(--color-green1);
	z-index: 1;
}

.title_text {
	text-transform: uppercase;
	position: relative;
	padding-left: 0em;
	z-index: 2;
}

.title p,
.title h2 {
	margin: 0;
}



/* */

.house_top_left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	z-index: 2;
}

.house_top {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-dark-bg);
	background-blend-mode: multiply;
	z-index: 2;
}

.house_top p,
.house_top h1,
.house_top h2,
.house_top h3 {
	margin-bottom: 0;
}

.house_advantage {
	display: block;
	counter-reset: section;
	list-style-type: none;
	/*padding-left: calc((1200px - 100vw) / 2 + 350px);*/
	font-size: 100%;
	padding-left: 0;
}

.house_advantage li {
	position: relative;
	padding: 3em 1em 1em 2em;
}

.house_advantage li > * {
	position: relative;
	z-index: 2;
}

.house_advantage li::before {
	counter-increment: section;
	content: counter(section);
	
	font-family: "exo2_black";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6em;
	color: var(--color1-5);
	z-index: 1;
}


.house_advantage_slider .slick-list {
	padding: 0 15% 0 0;
}

.house_advantage_mobile {
	position: relative;
	background-color: var(--color1-3);
	border: 2px solid var(--color1);
	padding: 0 1em 1em 1em;
}

.house_top_right {
	z-index: 1;
}




/* house_slider */

.house_slider {
	/*width: 100vw;*/
	z-index: 3;
	position: relative;
	background-color: var(--color1-5);
}

.house_slider > * {
}

.house_slider_item {
	position: relative;
}

.house_slider_item img {
	width: 100%;
}

.house_slider_tint {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--color1-5);
	opacity: 1;
	transition: 500ms;
}

.house_slider .slick-list {
	overflow: visible !important;
	padding: 0 10% 0 0;
}

.house_slider .slick-slide {
	outline: var(--color1) solid 0px;
	outline-offset: 0em;
	transform: scale(1);
	transition: 500ms;
}

.house_slider .slick-current {
	outline: var(--color1) solid 1px;
	outline-offset: 0.5em;
	transform: scale(1.2);
	z-index: 1000;
}

.house_slider .slick-current .house_slider_tint {
	opacity: 0;
}




/* house */

.house {
	display: block;
	position: relative;
	/*padding: 2em 0em 4em 3em;*/
	transform: rotateZ(10deg);
	transition: 500ms;
}

.house * {
	transition: 500ms;
}

.house_selected .house_title {
	background-color: var(--color1);
}

.house_selected .house_image_cover {
	outline: var(--color1) solid 1px;
	outline-offset: 0.5em;
}

.house:hover {
}

.house:hover .house_title {
	background-color: var(--color1);
}

.house:hover .house_image_cover {
	box-shadow: 0 0 3em 0 var(--color1);
}

.house:hover .house_image {
	filter: brightness(1);
}

.house p {
	margin: 0;
}

.house h3 {
	color: #fff;
}

.house_image_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.house_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

	filter: brightness(0.6);
}

.house_title {
	border: 2px solid var(--color1);
	color: #fff;
	padding: 1em 4em 1em 1em;
	transform: rotateZ(-10deg) translateX(1em) translateY(1em);
}

.house_mark {
	position: absolute;
	top: -2em;
	right: -1em;
	width: auto;
	height: auto;
}




/* project */

.project {
	position: relative;
	background-color: #fff;
	background-image: url(/files/site/project_bg.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.project_select {
	position: relative;
	overflow: visible;
	display: inline-block;
}

.project_select ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.15);
}

.project_select > a {
	display: block;
	padding: 0.5em 1em;
	border-bottom: 2px dashed var(--color1);
	color: #000;
}

.project_select li > a {
	display: block;
	padding: 0.5em 1em;
	color: #000;
	background-color: #fff;
}

.project_select li > a:hover {
	background-color: var(--color-gray1);
}

.project_select ul li {
	display: block;
	padding: 0em;
	background-color: #fff;
	color: #000;
}

.project_select_selected {
	background-color: var(--color-gray1);
}

.project_select_title a {
	background-color: var(--color1) !important;
	color: #fff !important;
}

/* why_we */

.why_we {
	position: relative;
}

.why_we p {
	font-family: "font_light";
}

.why_we_item {
    position: relative;
	background-color: #fff;
	background-image: url(/files/site/why_we_item_bg.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 1em;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.why_we_item > * {
    position: relative;
    z-index: 2;
}

.why_we_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    outline: 2px solid var(--color1);
    width: 10em;
    height: 10em;
    z-index: -1;
}

.why_we_item img {
	width: 130px;
    transition: 250ms;
}

.why_we_item:hover img {
    transform: scale(1.1);
}

.why_we_item2 {
    position: relative;
	background-color: #fff;
	background: url(/files/site/why_we_item_bg.png) top left no-repeat,
		url(/files/site/why_we_more.jpg) center center no-repeat;
	background-size: contain, cover;
	padding: 2em;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.why_we_item2 > * {
    position: relative;
    z-index: 2;
}

.why_we_item2::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    outline: 2px solid var(--color1);
    width: 10em;
    height: 10em;
    z-index: -1;
}

.why_we_slider p,
.why_we_slider h4 {
	text-align: center;
}

.why_we_slider .slick-track > * {
	height: 100% !important;
}

.why_we_slider .slick-list {
	padding: 0 20% 0 0;
}


/* news */

.news *,
.house_list *,
.technology * {
	transition: 250ms;
}

.news .card {
	height: 100%;
}

.news .card > * {
    position: relative;
    z-index: 2;
}

.news .card::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    outline: 2px solid var(--color1);
    width: 10em;
    height: 10em;
    z-index: -1;
	transition: 250ms;
}

.news .card-text {
	font-family: "font_light";
}

.img_link {
	display: block;
	position: relative;
	overflow: hidden;
}

.tint {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--color1-5);
	opacity: 0;
	z-index: 5;
}

.card:hover .tint {
    opacity: 1;
}

.card:hover .img_link img {
    transform: scale(1.05);
	z-index: 1;
}

.news .card:hover {
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.15);
}

.news .card:hover::before {
    background-color: var(--color1);
    top: -0.8em;
    right: -0.8em;
}

/* novapark */

.novapark {
	position: relative;
	/*background-color: var(--color-green1-8);
	background-blend-mode: multiply;*/
	background-image: url(/files/site/novapark_bg.jpg?2);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.novapark > * {
    position: relative;
    z-index: 2;
}

.novapark::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
	left: 0;

	background-image: url(/files/site/novapark_tint.png);
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
	z-index: 1;
}

.novapark_card1 {
	outline: 1px solid var(--color-green1);
	padding: 2em;
	transform: rotateZ(3deg);
}

.novapark_card1 > * {
	transform: rotateZ(-3deg);
}

.novapark_card2 {
	outline: 1px solid var(--color-green1);
	padding: 2em;
	transform: rotateZ(-3deg);
}

.novapark_card2 > * {
	transform: rotateZ(3deg);
}
.novapark_partner {
	padding: 2em 2em;
	background-color: var(--color-green1);
	background-image: url(/files/site/novapark_partner_bg.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
}



.view_360 img {
	max-height: 90vh;
	margin:  0 auto;
	border-radius: 20%;
}

/* */

.section_title {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-dark-bg);
	background-blend-mode: multiply;
}

.section_title a {
	text-decoration: underline;
}

.triangle_bg_tr {
	position: relative;
	background-image: url(/files/site/why_we_bg.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.partner_delivery {
	position: relative;
	background-image: url(/files/site/partner_delivery_bg.jpg);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}

.partner_logo {
	position: relative;
	height: 100px;
	display: block;
}
.partner_logo img {
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.15);
}

.news_img_block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.news_img_block img {
	max-height: 200px;
	margin-bottom: 1em;
	margin-right: 1em;
}

.technology_img_block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.technology_img_block img {
	max-height: 100px;
	margin-bottom: 1em;
	margin-right: 1em;
}


.video iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

/*@media only screen {
	.video iframe {
		width:  1200px;
		height:  675px;
	}
}
@media only screen and (max-width: 1200px) {
	.video iframe {
		width:  100vw;
		height:  56.25vw;
	}
}*/



.novapark_item1 {
    position: relative;
	background-color: rgba(250, 255, 246, 1);
	background-image: url(/files/site/novapark_item1_bg.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: 250ms;
}

.novapark_item1 * {
    transition: 250ms;
}

.novapark_item1 > * {
    position: relative;
    z-index: 2;
}

.novapark_item1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    outline: 2px solid var(--color-green1);
    width: 10em;
    height: 10em;
    z-index: -1;
    transition: 250ms;
}

.novapark_item1:hover::before {
    background-color: var(--color-green1);
    bottom: -0.8em;
    right: -0.8em;
}

.novapark_item1:hover img {
    transform: scale(1.1);
}

.novapark_item2 {
    position: relative;
	background-image: url(/files/site/novapark_item2_bg.png);
	background-repeat: repeat;
    height: 100%;
}

.novapark_green_bg {
	background-color: var(--color-green1);
	background-position: 100% 50%;
	background-size: 50% auto;
	background-repeat: no-repeat;
}


.map {
	width: 100%;
	height: 400px;
	max-height: 40vh;
}


a.button:hover {
	color: #fff;
}

.button_green {
	background-color: var(--color-green1) !important;
	outline-color: var(--color-green1) !important;
}

.button_green:hover {
	background-color: var(--color-green1-8) !important;
	outline-color: var(--color-green1) !important;
	box-shadow: 0 0 2em 0 var(--color1-green1-5) !important;
}

.button_white {
	background-color: #fff !important;
	outline-color: #fff !important;
	color: var(--color-green1) !important;
}

.button_white:hover {
	background-color: #fff !important;
	outline-color: #fff !important;
	box-shadow: 0 0 2em 0 #fff !important;
}



.flip_img img {
	transform: rotateY(0deg);
	transition: 1s;
}
.flip_img:hover img {
	transform: rotateY(360deg);
}

.img_16_9 {
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
}

.review_ava {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	width: 100px;
}









/* */

@media screen {

	.house {
		width: 12em;
		height: 10em;
	}
	
	.house p,
	.house h3 {
		font-size: 100%;
	}
	

	footer {
		background-image: url("/files/site/footer_bg.png");
	}

	.novapark_logo_full {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		padding: 3em 2em;
		text-align: center;
	}

	.novapark_logo_mobile {
		display: none;
	}

	.frame1 {
		border: 4px solid var(--color1);
		padding: 1em 2em;
		background-color: var(--color-light-bg);
	}
	
	.news_slider .slick-list {
		padding: 0;
	}
}

@media screen and (max-width: 1800px) {

	.novapark_logo_full {
		display: none;
	}
	
	.novapark_logo_mobile {
		display: block;
		position: relative;
		background-color: transparent;
	}
	
	.novapark_partner_list {
		background-color: transparent;
	}
	
}

@media screen and (max-width: 1400px) {
	
	.slick-prev {
		top: -70px;
	}

	.slick-next {
		top: -70px;
	}

	.slick-prev img,
	.slick-next img {
		height: 140px;
	}
	
}

@media screen and (max-width: 1200px) {

	.frame1 {
		border: 0px solid var(--color1);
		padding: 1em 1em;
		background-color: var(--color-light-bg);
	}

	
	.partner_delivery {
		background-image: none;
	}
}

@media screen and (max-width: 992px) {

	.novapark_green_bg {
		background-image: none !important;
	}
	
	footer {
		background-image: none;
	}
	
	.novapark_logo_mobile {
		background-color: var(--color2);
	}
	
	.novapark_partner_list {
		background-color: var(--color2);
	}

}

@media screen and (max-width: 768px) {

	.house {
		width: 7em;
		height: 6em;
	}
	
	.house p,
	.house h3 {
		font-size: 80%;
	}
	
	.slick-prev {
		top: -50px;
	}

	.slick-next {
		top: -50px;
	}

	.slick-prev img,
	.slick-next img {
		height: 100px;
	}


	.news_slider .slick-list {
		padding: 0 10% 0 0;
	}

}






