/* @charset "utf-8";

*, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select, button, textarea {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
	height: 100%;
	overflow: auto;
}
body {
	font-family: 'Roboto', Arial, Helvetica, Myriad Pro, sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 300;
	color: #333;
	background: #fff;
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
img.img-news {
	width: 100%;
    height: 260px;
    object-fit: cover;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 40px 0;
}
h2 {
	font-size: 36px;
	font-weight: 100;
	margin: 0 0 40px 0;
	line-height: 40px;
}
h2.bold {
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 40px 0;
}
b {
	font-weight: 500;
}
p {
	margin-bottom: 15px;
}
ul {
	padding-left: 20px;
}
ul li {
	padding-left: 10px;
	margin: 0 0 10px 0;
}

h2.hborder {
	position: relative;
	text-align: center;
}
h2.hborder:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

a.button {
	background: rgb(37, 61, 50);
	background-size: auto 200%;
	background-position: 0 0;
	min-width: 220px;
	line-height: 30px;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	transition: all 0.5s;
	margin: 0;
	display: inline-block;
}
a.button:hover {
	background-position: 0 -100%;
	color: #fff;
}
a.button-on-dark {
	border: 2px solid #fff;
	background: linear-gradient(0deg, #fff  0%, #fff  49.9%, rgba(255,255,255,0) 50%);
	background-size: auto 200%;
	background-position: 0 0;
	min-width: 220px;
	line-height: 30px;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	transition: all 0.5s;
	margin: 0;
	display: inline-block;
}
a.button-on-dark:hover {
	background-position: 0 -100%;
	color: #333;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.border {
	width: 100%;
	height: 2px;
	background: #18274f;
	margin: 20px 0;
}
.border-none {
	border: none !important;
}
.ap_status {
	font-size: 24px;
	background: #18274f;
	color: #fff;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ap_status.free {
	background: rgb(37, 61, 50);
}
.ap_img {
	text-align: center;
	margin: 0 0 80px 0;
	position: relative;
}
.search_project {
	width: 100%;
	clear: both;
	text-align: center;
	color: #18274f;
	font-size: 30px;
	margin: 0 0 30px 0;
}
.img-list {
	width: 40%;
	position: relative;
	margin: 0;
	max-width: 100%;
}

.img-list > div {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-list > div > a{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-list > div > a img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.result .txt-list {
	width: 60%;
	min-width: 200px;
	padding-left: 40px;
}
.result .txt-list h3 { 
	font-size: 1.2rem;
	margin: 10px 0 20px 0;
}
.search_list {
	width: calc(100% + 40px);
	float: left;
	margin: 0 -20px 30px -20px;
}
.result {
	width: calc(50% - 40px);
	float: left;
	margin: 0 20px 40px 20px;
	transition: opacity 2s;
	border: 1px solid #ccc;
	padding: 20px;
	display: flex;
}
.result:nth-child(odd) {
	clear: both;
}
.result.hide {
	opacity: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
.navigation {
	float: right;
	margin: 0;
}



.navigation > .inner {
	position: relative;
	text-align: center;
	float: right;
	margin: 20px 30px 20px 0;
	transition: margin 1s;
}
.scrolled .navigation > .inner {
	margin: 11px 30px 11px 0;
}
.navigation.active .inner {
	left: 0;
	display: block;
}
.navigation .inner ul {
	margin: 0;
	padding: 0 !important;
	float: left;
}
.navigation .inner ul li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
	float: left;
}
.navigation .inner ul li a {
	font-size: 22px;
	line-height: 48px;
	color: #18274f;
	display: block;
	text-decoration: none;
	position: relative;
	font-weight: 300;
	padding: 3px 20px;
}
.navigation .inner ul li a:hover {
	color: #18274f;
}
.navigation .inner ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	transition: all 0.6s;
}
.navigation .inner ul li a:hover:after {
	left: 5px;
	right: 5px;
	transition: all 0.3s;
}
.navigation .inner ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0)); 
	transition: all 0.6s;
}
.navigation .inner ul li a:hover:before {
	left: 5px;
	right: 5px;
	transition: all 0.3s;
}
.phone {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #18274f;
	margin-top: 5px;
	text-decoration: none;
}
.phone i {
	vertical-align: middle;
}
.navigation.active .phone {
	left: -9999px;
}
.navigation .phone i {
	vertical-align: middle;
	transform: rotate(15deg);
}
.facebook {
	width: 24px;
	height: 24px;
	background-image: url('../img/facebook-button.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 7px 0 0 20px;
	vertical-align: top;
}
#toggle {
	width: 40px;
	height: 40px;
	float: right;
	margin: 30px 48px 30px 42px;
	position: relative;
	text-indent: -9999px;
	display: none;
}
#toggle:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 40px;
	height: 26px;
	border-top: 2px solid #18274f;
	border-bottom: 2px solid #18274f;
	transition: 0.5s;
}
#toggle:before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #18274f;
	transition: 0.5s;
}
#toggle-close {
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}

#toggle-close:after {
	content: '';
	position: absolute;
	left: 0;
	width: 40px;
	transition: 0.5s;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	border: none;
	top: 18px;
}
#toggle-close:before {
	content: '';
	position: absolute;
	top: 19px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #fff;
	transition: 0.5s;
	transform: rotate(-45deg);
}

.main {
	width: 100%;
	padding-top: 138px;
}
.start {
	width: 100%;
	position: relative;
}
.start .free-box {
	position: absolute;
	left: 50%;
	bottom: 8vh;
	width: 600px;
	max-width: 100%;
	padding: 25px;
	color: #fff;
	transform: translateX(-50%);
	text-align: center;
}
.start .free-box > h2 {
	font-weight: bold;
	font-size: 40px;
	position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.start .free-box > h2:after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: -20px;
	right: -20px;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.5), rgba(0,0,0,0));
}
.start .free-box > div {
	display: flex;
}
.start .free-box > div > div {
	width: 25%;
	line-height: 18px;
	margin-top: 20px;
}
.start .free-box > div span {
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 50%;
	background: rgb(37, 61, 50);
	width: 60px;
	line-height: 60px;
	display: inline-block;
	margin: 15px 0 0 0;
}
.start .free-box > div em {
	display: block;
	font-style: normal;
	margin: 9px 0;
}
.start .free-box > div em.var2 {
	margin: 0;
}
.logo {
	float: left;
	height: 180px;
	margin: -38px 0 -50px 0;
	transition: all 1s;
}
.scrolled .logo {
	height: 80px;
	margin: 0;
}
.logo img {
	height: 100%;
	width: auto;
}

.header {
	width: 100%;
	position: relative;
	background: #fff;
	position: fixed;
	top: 38px;
	left: 0;
	transition: top 1s;
	z-index: 999;
	box-shadow: 0 0px 70px rgba(0,0,0,0.2);
}
.scrolled .header {
	top: 0;
}
.header > .inner {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 6vw;
	height: 100px;
	transition: height 1s;
}
.scrolled .header > .inner {
	height: 80px;
}

.top {
	width: 100%;
	background: #ccc;
	position: fixed;
	top: 0;
	left: 0;
	transition: top 1s;
	z-index: 999;
}
.scrolled .top {
	top: -38px;
}
.top > .inner {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 6vw;
	height: 38px;
	text-align: right;
}
.top .inner > * {
	display: inline-block;
}


.search {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #18274f;
}
.search > div {
	float: left;
	width: 100%;
	padding: 0 20px;
}
.search.fixed {
	position: fixed;
	bottom: 0;
	right: -360px;
	z-index: 99999;
	width: 360px;
	height: calc(100vh - 138px);
	transition: height 1s;
}
.scrolled .search.fixed {
	height: calc(100vh - 80px);
}
.search.fixed.active {
	right: 0;
	transition: all 0.5s;
}
.search.fixed > div {
	opacity: 0;
	transition: all 1s;
}
.search.fixed.active > div {
	opacity: 1;
	width: 100%;
	max-height: calc(100% - 60px);
	overflow-y: auto;
}
.toggle-search {
	width: 70px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
	float: right;
	text-align: center;
	background: rgb(37, 61, 50);
	transition: all 1s;
}
.scrolled .toggle-search {
	height: 80px;
	line-height: 80px;
}
.toggle-search i {
	font-size: 38px;
	color: #fff;
}
.search.fixed .toggle-search {
	display: block;
}
.search.fixed.active .toggle-search {
	background: #333;
}
.search.fixed .toggle-search .icon-1 {
	display: inline-block;
}
.search.fixed .toggle-search .icon-2 {
	display: none;
}
.search.fixed.active .toggle-search .icon-1 {
	display: none;
}
.search.fixed.active .toggle-search .icon-2 {
	display: inline-block;
}
form[name="search"] {
	width: 100%;
	float: left;
}
.forselect {
	float: left;
	width: 100%;
}
.search select {
	background: none;
	border: none;
	border: 1px solid #fff;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 17px;
	margin: 2vh 0;
	float: left;
	padding: 0 0 0 10px;
}
.search button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: none;
	background: rgb(37, 61, 50);
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s;
	margin: 40px 0 0 0;
}
.search button:hover {
	background-position: 0 -100%;
	color: #18274f;
}
.search label {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	float: left;
	line-height: 38px;
	width: 100%;
	padding: 0;
	margin: 44px 0 20px 0;
	font-weight: bold;
}
.search label span {
	font-size: 19px;
	display: block;
}
.search label i {
	font-size: 50px;
	float: left;
	margin: -2px 5px 0 0;
}
.search .count {
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 70px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.search .count span {
	display: block;
	font-size: 16px;
	line-height: 84px;
	font-weight: 400;
	float: left;
}
.search .count em {
	float: right;
	font-style: normal;
	font-weight: bold;
}


.news {
	width: 100%;
	background: #fff;
	padding: 12vh 6vw 6vh 6vw;
}
.news .box {
	position: relative;
	padding-left: 40px;
}
.news .date {
	transform: rotate(-90deg);
	background: #18274f;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 38px;
	left: -34px;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 14px;
}
.request {
	width: 360px;
	position: fixed;
	top: 138px;
	bottom: 0;
	right: -360px;
	background: #18274f;
	z-index: 9999;
	transition: all 1s;
}
.scrolled .request {
	top: 80px;
}
.request.active {
	right: 0;
}
.request .toggle-request {
	position: absolute;
	bottom: 52px;
	left: -90px;
	border-radius: 50%;
	display: block;
	background: rgb(37, 61, 50);
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	
}
.request .toggle-request .material-icons {
	line-height: 70px;
	font-size: 30px;
}
.request .inner {
	width: 100%;
	padding: 0 20px;
	background: #18274f;
	max-height: calc(100% - 60px);
	overflow-y: auto;
}
.request .inner > div:first-child {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	float: left;
	line-height: 38px;
	width: 100%;
	padding: 0;
	margin: 44px 0 20px 0;
	font-weight: bold;
}
.request .inner > div:first-child i {
	font-size: 50px;
	float: left;
	margin: -2px 10px 0 0;
}
.request .inner > div:nth-child(2) {
	width: calc(100% - 200px)
}
.column-3 {
	width: 100%;
	overflow: hidden;
}
.column-3 > div {
	float: left;
	width: 33.33%;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0 0 40px 0;
}
.column-3 > div:first-child {
	padding-left: 0;
	padding-right: 18px;
}
.column-3 > div:last-child {
	padding-left: 18px;
	padding-right: 0;
}

.gallery-home {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.gallery-home .title {
	position: absolute;
	z-index: 1;
	height: 60px;
	width: 200px;
	top: calc(50% - 30px);
	left: calc(25% - 100px);
	color: #fff;
	text-align: center;
	background: #222;
	font-size: 30px;
	line-height: 60px;
}
.gallery-home .title i {
	font-size: 36px;
	vertical-align: text-top;
}
.gallery-home a {
	float: left;
	width: 33.33%;
	height: 35vh;
	padding: 1px;
	position: relative;
}
.gallery-home a img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(0.5);
	transition: 0.5s all;
}
.gallery-home a span {
	display: inline-block;
	position: absolute;
	right: 1px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 5px 10px;
}
@media only screen and (min-width: 769px){
	.gallery-home a:nth-child(2) span {top:1px;}
	.gallery-home a:nth-child(3) span {top:1px;}
	.gallery-home a:nth-child(4) span {top:1px;}
	.gallery-home a:nth-child(5) span {bottom:1px;}
	.gallery-home a:nth-child(6) span {bottom:1px;}
	.gallery-home a:nth-child(7) span {bottom:1px;}
}
@media only screen and (max-width: 768px){
	.gallery-home a:nth-child(2) span {bottom:1px;}
	.gallery-home a:nth-child(3) span {bottom:1px;}
	.gallery-home a:nth-child(4) span {bottom:1px;}
	.gallery-home a:nth-child(5) span {bottom:1px;}
	.gallery-home a:nth-child(6) span {bottom:1px;}
	.gallery-home a:nth-child(7) span {bottom:1px;}
	
	.gallery-home .title {top:10px;}
}

.about-us {
	width: 100%;
	background: #fff;
	padding: 6vh 6vw;
}
.about-us .inner {
	text-align: center;
}
.about-us .inner .left {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
}
.about-us .inner .right {
	width: 70%;
	color: #fff;
	padding: 30px;
	background: url('../img/gall4.jpg') no-repeat center center;
	background-size: cover;
}
@media only screen and (min-width: 1000px){
	#request {
		width: 100%;
	}
}
#request > div {
	width: 100%;
	float: left;
	padding: 0 2%;
}
#request > div:nth-child(6) {
	width: 100%;
	float: left;
}
#request > div > label {
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
}
#request > div > input {
	border: none;
	border: 1px solid #fff;
	background: none;
	width: 100%;
	margin: 0 0 20px 0;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, Myriad Pro, sans-serif;
	padding: 0 15px;
}
#request > div > select {
	border: none;
	border: 1px solid #fff;
	background: none;
	width: 100%;
	margin: 0 0 20px 0;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, Myriad Pro, sans-serif;
	padding: 0 0 0 10px;
}
#request > div > textarea {
	border: none;
	border: 1px solid #fff;
	background: none;
	width: 100%;
	height: 100px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, Myriad Pro, sans-serif;
	padding: 5px 15px;
}
#request > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: none;
	background:	rgb(37, 61, 50);
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s;
	margin: 40px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
#request > a:hover {
	background-position: 0 -100%;
	color: #18274f;
}
#request > a:before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('/img/AhHW.gif');
	background-size: 100%;
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: none;
}
#request.load > a:before {
	display: inline-block;
}
.content {
	width: 100%;
	padding: 6vh 6vw;
	min-height: calc(100vh - 640px);
	max-width: 1900px;
	margin: 0 auto;
}
.page {
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 6vh 6vw 2vh 6vw;
}
.page h1 {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin: 30px 0;
	line-height: 34px;
}
.page h1:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: linear-gradient(90deg,
	rgba(0,0,0,0), rgba(0,0,0,0.5),
	rgba(0,0,0,0));
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.page .logo {
	float: left;
	margin: 0 40px 0 6vw;
	max-width: calc(100% - 170px);
}
.page .back {
	float: right;
	margin: 50px 6vw 0 0;
	text-decoration: none;
	color: #111;
}
.page .back i {
	background: #18274f;
	border: 1px solid #18274f;
	color: #fff;
	border-radius: 50%;
	vertical-align: middle;
}
.page .back:hover i {
	background: #fff;
	color: #18274f;
}


.footer {
	width: 100%;
	background: #18274f;
	color: #fff;
}
.footer .inner {
	padding: 30px 2vw;
}
.footer .inner ul {
	list-style: none;
}
.footer .inner ul li {
	display: inline-block;
}
.footer .inner ul li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
}
.footer .copyright {
	padding: 30px 6vw 20px 6vw;
	border-top: 1px solid #444;
	font-size: 14px;
	max-width: 1900px;
	margin: 0 auto;
}
.footer .copyright > div {
	float: left;
}
.footer .copyright > div.clear {
	float: none;
}
.footer .copyright > ul {
	float: right;
}
.footer .copyright > ul li {
	float: left;
	list-style: none;
}
.footer .copyright > ul li a {
	color: #fff;
	text-decoration: none;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;


  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}





.col-var2-2 {
	width: 100%;
}
.col-var2-2 > div:nth-child(1) {
	width: 500px;
	float: right;
	padding: 0 0 0 40px;
}
.col-var2-2 > div:nth-child(2) {
	width: calc(100% - 500px);
	float: left;
}
@media only screen and (max-width: 980px){
	.col-var2-2 > div:nth-child(1) {
		width:100%;
		padding: 0;
	}
	.col-var2-2 > div:nth-child(2) {
		width:100%;
	}
}

.submenu {
	background: #ddd;
	padding: 10px 10px 6px 10px;
	margin: 0 0 30px 0;
}
.submenu .inner {
	margin: 0 auto;
	text-align: center;
}
.submenu a {
	display: inline-block;
	color: #18274f;
	text-decoration: none;
	padding: 15px 40px;
	text-align: center;
	margin: 0 2px 4px 0;
	font-weight: bold;
	font-size: 1.2rem;
}
.submenu a.selected, .submenu a:hover {
	background: rgb(37, 61, 50);
	color: #fff;
}
@media only screen and (max-width: 768px){
	.submenu {
		display: block;
	}
	.submenu a {
		padding: 5px 20px;
	}
}

.col-var2 {
	width: 100%;
}
.col-var2 > div:nth-child(1) {
	width: 480px;
	float: left;
	padding: 0 20px 0 0;
}
.col-var2 > div:nth-child(2) {
	width: calc(100% - 480px);
	float: left;
	padding-left: 10px;
	border: 1px solid #ccc;
	padding: 20px;
}
@media only screen and (max-width: 768px){
	.col-var2 > div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.col-var2 > div:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	.hide-768 {
		display: none;
	}
}
.col-var2 > div:nth-child(2).padd {
	padding: 0 120px 0 80px;
}
.col-var1 {
	width: 100%;
}
.col-var1 > div:nth-child(1) {
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 40px 0;
}
.col-var1 > div:nth-child(2) {
	width: 50%;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 40px 0;
}*/
.apart-info-box {
	margin: 2px 0 2rem 0;
	overflow-y: auto;
}
.apart-info {
	margin: 2px 0;
	padding: 0 10px;
	overflow: hidden;
	line-height: 60px;
	font-size: 1rem;
	border-bottom: 1px solid #ccc;	
	display: flex;
}
.apart-info:hover, .apart-info.selected {
	background: rgb(204, 220, 213);
	cursor: pointer;
}
.apart-info.sold:hover, .apart-info.sold.selected {
	background: #fdd8d8;
	cursor: pointer;
}
.apart-info > div:nth-child(1) {
	float: left;
	width: 33.33%;
	text-align: center;
	font-weight: bold;
}
.apart-info > div:nth-child(2) {
	width: 33.33%;
	float: left;
	font-size: 1rem;
	color: green;
	text-align: center;
}
.apart-info.sold > div:nth-child(2) {
	color: #f00;
}
.apart-info > div:nth-child(3) {
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 44px;
}
.apart-info-header {
	display: flex;
	background-color: rgb(37, 61, 50);;
}
.apart-info-header > div {
	width: 33.33%;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.apart-info sup {
	font-size: 8px;
  margin-top: 5px;
  display: inline-block;
}
/*
.link-circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: rgb(37, 61, 50);
	text-decoration: none;
	margin: 5px 0 10px 0;
}
.sold .link-circle {
	background: #18274f;
}
.apart-info.sold > div:nth-child(1) {
	color: #18274f;
}
.activator {
	width: 100%;
	clear: both;
	height: 1px;
}
.toolt {
	margin: 5px;
	text-align: center;
	line-height: 28px;
}
.view-ap {
	text-decoration: none;
	display: iline-block;
	border: 2px solid #000;
	padding: 5px 10px;
	color: #000;
	margin: 5px 0 5px 0;
}
.select-type-1 {
	width: 60px;
	height: 40px;
	margin: 0 5px;
	font-size: 16px;
	text-align: center;
}
.space50 {
	width: 100%;
	height: 50px;
}*/
.list {
	/*background: #f4f4f4;*/
	padding: 10px 20px;
	margin: 2px 0;
	border-top: 1px solid #ccc;
}
.list span {
	float: right;
}
.list span sup {
	font-size: 0.6rem;
}
.list:last-child {
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
/*
.type-radio {
	height: 300px;
	overflow-y: scroll;
	width: 100px;
	margin: 0 auto;
	padding-left: 16px;
}
.type-radio > div {
	text-align: center;
}
.type-radio > div > input {
	position: fixed;
	top: -9999px;
}
.type-radio > div > label {
	width: 40px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border: 2px solid transparent;
}
.type-radio > div > input:checked + label {
	border: 2px solid #18274f;
}
.col-type-3 {
	overflow: hidden;
}
.col-type-3 > div:nth-child(1) {
	width: 50%;
	float: left;
	text-align: center;
}
.col-type-3 > div:nth-child(2) {
	width: 50%;
	float: left;
	text-align: center;
}
.col-type-3 span {
	display: inline-block;
	font-size: 22px;
	line-height: 40px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #18274f;
	font-weight: 400;
}

[onclick] {
	cursor: pointer;
}

.projects-col2 {
	width: 50%;
	float: left;
	margin: 0;
	overflow: hidden;
	transition: transform 0.3s;
}
.projects-col2:hover {
	transform: scale(1.03);
}
.projects-col2:nth-child(1) {
	padding-right: 20px;
	margin-bottom: 40px;
}
.projects-col2:nth-child(2) {
	padding-left: 20px;
	margin-bottom: 40px;
}
.projects-col2:nth-child(3) {
	padding-right: 20px;
}

.projects-col2 > div:nth-child(1) {
	width: 100%;
	float: left;
}
.projects-col2 > div:nth-child(1) a {
	float: left;
}
.projects-col2 > div:nth-child(1) a img {
	float: left;
}
.projects-col2 > div:nth-child(2) {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}
@media only screen and (max-width: 980px){
	.projects-col2:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.projects-col2:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}
}
.pr-info {
	margin: 30px auto;
	text-align: center;
	max-width: 600px;
	width: 100%;
}
.pr-info > div {
	display: flex;
	margin-top: 20px;
}
.pr-info > div > div {
	width: 25%;
}
.pr-info > div > div em {
	display: block;
	font-style: normal;
	margin: 9px 0;
	line-height: 18px;
}
.pr-info > div > div em.var2 {
	margin: 0;
}
.pr-info > div > div span {
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 50%;
	background:	rgb(37, 61, 50);
	width: 60px;
	line-height: 60px;
	display: inline-block;
	margin: 15px 0 0 0;
	color: #fff;
}
.select-option {
	background: #18274f;
	padding: 25px;
	margin: 0 0 4px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.select-option select, .select-option select option {
	text-align: center;
}
.select-option-error span {
	color: #fff;
	display: block;
	margin: 0 0 15px 0;
}




@media only screen and (max-width: 980px){
	.header > .inner {
		height: 80px;
	}
	.toggle-search {
		height: 80px;
		line-height: 80px;
	}
	.logo {
		height: 125px;
	}
	.navigation.active {
		width: 100%;
		height: 100vh;
	}
	#toggle {
		float: left;
		margin: 20px;
		display: block;
	}
	.navigation > .inner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 !important;
		background: #18274f;
		z-index: 9999;
		display: none;
	}
	.navigation .inner ul {
		width: 100%;
		margin-top: 120px;
	}
	.navigation .inner ul li {
		width: 100%;
	}
	.navigation .inner ul li a {
		color: #fff;
	}
	.navigation .inner ul li a:hover {
		color: rgb(37, 61, 50);
	}
	.navigation .inner ul li a::after, .navigation .inner ul li a::before {
		background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
	}
	.navigation .phone {
		transform: rotate(0deg);
		position: relative;
		left: 0;
		top: 0;
		float: right;
		font-size: 18px;
		width: auto;
		margin: 25px 20px;
		font-weight: 300;
	}
	.navigation.active .phone {
		left: 0;
	}
	.navigation .facebook {
		position: relative;
		float: right;
		width: 30px;
		height: 30px;
		margin: 25px 20px 0 10px;
		background-size: 100%;
	}
	.main {
		padding-top: 118px;
	}
	.start .logo {
		left: 20px;
	}
	.start {
		min-height: 600px;
	}
	.request {
		top: 118px;
	}
	.page h1 {
		clear: both;
		margin-left: 6vw;
		font-size: 34px;
	}
}
@media only screen and (max-width: 768px){
	body {
		font-size: 14px;
	}
	.list span {
		font-size: 14px;
	}
	
	.column-3 > div {
		width: 100%;
		padding: 0 !important;
		margin: 0 0 20px 0;
	}
	.news .date {
		top: -82px;
	}
	#request > div:nth-child(6) {
		width: 100%;
	}
	#request > a {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.result .txt-list {
		width: 100%;
		margin-left: 0;
		clear: both;
	}
	.result {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#request > div {
		width: 100%;
	}
	.search_list {
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 540px){
	.logo {
		height: 80px;
	}
	.phone {
		font-size: 14px;
	}
	.phone .material-icons {
		font-size: 20px !important;
	}
	.navigation .inner ul li a {
		font-size: 18px;
		line-height: 36px;
	}

}

@media only screen and (max-width: 400px){
	#request > div {
		width: 100%;
	}
	.navigation .phone {
		font-size: 12px;
	}
	.navigation .facebook {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-height: 540px){
	.start .free-box {
		display: none;
	}
}


.search-status {
	position: absolute;
	top: 10px;
	left: -20px;
	background: rgb(37, 61, 50);
	color: #fff;
	line-height: 2em;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	
}
.search-status.sold {
	color: #18274f;
}

.errorBox {
	width: 100% !important;
	max-height: 66px;
	overflow: hidden;
}
.errorBox > div {
	padding: 10px 20px !important;
	margin: 0 0 20px 0;
	background: #fff;
	color: #18274f;
	line-height: 20px;
}
.request .success {
	color: #fff;
	background: rgb(37, 61, 50);
	padding: 15px 30px;
	display: none;
}
select option {
	color: #000;
}

.mb-40 {
	margin-bottom: 40px;
}

.start-object {
	width: 100%;
	height: 100%;
}
.start-object > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #000 0%, transparent 60%);
	opacity: 0.7;
}
.start-object > div {
	width: 100%;
	min-height: 90vh;
	position: relative;
}
.start-object > div.type4 {
	background: url('../img/render_4.jpg') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
.start-object > div.type1 {
	background: url('../img/maxresdefault.jpg') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
.start-object > div.type2 {
	background: url('../img/pr-2.jpg') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

.start-object > div.type3 {
	background: url('../img/index-img3.jpg') no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

.free-box h2 {
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px){
	.start {
	}
	.start .free-box > h2 {
		font-size: 30px;
	}
	.start-object {
		display: block;
	}
	.start .free-box {
		bottom: 130px;
	}

	.start .free-box {
		font-size: 13px !important;
		line-height: 16px;
		width: 100%;
		padding: 15px;
	}
	.free-box h2 {
		font-size: 20px;
	}
	.request .toggle-request {
		width: 50px;
		height: 50px;
		bottom: 10px;
		left: -60px;
	}
	.request .toggle-request .material-icons {
		line-height: 50px;
		font-size: 24px;
	}
	.request {
		max-width: 300px;
		right: -300px;
	}
	.request .inner > div:first-child {
		font-size: 16px;
	}
	#request > div > input, #request > div > select {
		height: 34px;
		margin-bottom: 10px;
	}
	#request > div > textarea {
		height: 60px;
	}
	#request > a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.search label {
		font-size: 16px;
	}
	.request {
		max-width: 300px;
		right: -300px;
	}
	.search.fixed {
		max-width: 300px;
		right: -300px;
		height: calc(100vh - 118px);
	}
	.search select {
		height: 34px;
		margin-bottom: 10px;
	}
	.search button {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.footer .copyright > ul {
		clear: both;
		float: left;
		padding-left: 0;
	}
	.footer .copyright > ul li:first-child {
		padding-left: 0;
	}
	.footer .copyright {
		font-size: 12px;
	}
	h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 540px){
	.submenu a {
		display: block;
	}
}
@media only screen and (max-width: 400px){
	.pr-info > div {
		display: block;
	}
	.pr-info > div > div {
		width: 100%;
	}
	.pr-info > div > div + div {
		margin-top: 20px;
	}

}

#agree {
	width: 14px !important;
	height: 14px !important;
	margin: 0 5px 0 0 !important;
}
.agree {
	color: #fff;
}
.agree a {
	color: rgb(37, 61, 50);
}
.agree a:hover {
	color: rgb(37, 61, 50);
	text-decoration: none;
}

.hide-3 {

}

.quar-apartments{
	font-size: 30px;
    font-weight: 500;
	margin-bottom: 40px;
}


#cookieNotice              {position:fixed;bottom:0;left:0;right:0;z-index:9999;background-color:rgba(0,0,0,0.85);color:#fff;box-shadow:0 0 5px rgba(0,0,0,0.2);border-bottom:solid 1px #a0a0a0;padding:15px 10px;text-align:center;line-height:25px;}
#cookieNotice a {color:#fff;text-decoration:underline;}
#cookieNotice a:hover {color:#fff;text-decoration:none;}
#cookieNoticeCloser        {color:#fff;width:24px;height:24px;display:inline-block;background:rgb(37, 61, 50);cursor:pointer;margin-left:10px;border-radius:5px;text-indent:-9999px;position:relative;}
#cookieNoticeCloser:before {content:'';position:absolute;width:2px;height:14px;background-color:#fff;left:11px;top:5px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
#cookieNoticeCloser:after  {content:'';position:absolute;width:2px;height:14px;background-color:#fff;left:11px;top:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}

[data-ent="4_d"] {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
[data-ent="4_e"] {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.default {
	text-decoration: none;
	color: #333;
}

*/






@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Onest';
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Onest/Onest-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Onest/Onest-ExtraBold.ttf') format('truetype');
}

*, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select, button, textarea {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
	height: 100%;
	overflow: auto;
	font-size: 14px;
}
body {
	font-family: 'Onest', Arial, Helvetica, Myriad Pro, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 300;
	color: #000;
	background: #fff;
	overflow: hidden;
}
@media only screen and (min-width: 541px) {
	html, body {
		font-size: 16px;
	}
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}

h1 {
	font-size: 22px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 2rem 0;
}
h1:last-child {
	margin: 0;
}
h2 {
	font-size: 22px;
	line-height: 140%;
	font-weight: 100;
	margin: 0 0 2rem 0;
	line-height: 40px;
}
h3 {
	margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
	h1 {
		font-size: 26px;
		font-weight: normal;
	}
	h2 {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1025px) {
	h1 {
		font-size: 36px;
		font-weight: normal;
	}
	h2 {
		font-size: 36px;
	}
}
b {
	font-weight: 500;
}
p {
	margin-bottom: 2rem;
}
a {
	color: #000;
}
ul {
	padding-left: 20px;
}
ul li {
	padding-left: 10px;
	margin: 0 0 10px 0;
}

.button {
	background: #ffb74d;
	line-height: 30px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	transition: all 0.5s;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.button:hover {
	background-color: #000;
	color: #fff;
	/*margin-left: 10px;*/
}

.button-green {
	background: #253D32;
	line-height: 30px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	transition: all 0.5s;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.button-green:hover {
	background-color: #000;
	color: #fff;
	/*margin-left: 10px;*/
}

/*.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 3px solid #ffb74d;
	display: block;
	z-index: -1;
	transition: all 0.5s;
}
.button:hover:after {
	left: -10px;
}*/

.button.full {
	width: 100%;
	text-align: center;
}

.center {
	text-align: center;
}
.clear {
	clear: both;
}
.border {
	width: 100%;
	height: 2px;
	background: #18274f;
	margin: 20px 0;
}

.flex {
	display: flex;
}
.flex-between {
	justify-content: space-between;
}
.flex-center {
	align-items: center;
}

.inner {
	max-width: 2260px;
	width: 100%;
	margin: 0 auto;
}
.inner-small {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.inner-small-2 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.inner-small-3 {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.header {
	width: 100%;
	background-color: #fff;
	padding: 1.2rem 1rem;
	box-shadow: 0 2px 50px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 769px) {
	.header {
		padding: 1.2rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.header {
		padding: 1.2rem 4rem;
	}
}

.logo img {
	display: block;
	height: 34px;
}

@media only screen and (min-width: 541px) {
	.logo img {
		height: 64px;
	}
}
@media only screen and (min-width: 1337px) {
	.logo img {
		height: 74px;
	}
}

@media only screen and (max-width: 1024px) {
	.navigation {
		display: block;
		position: fixed;
		top: 92px;
		left: 0;
		width: 300px;
		max-width: calc(100vh - 92px);
		height: calc(100vh - 92px);
		background-color: #e7dfc8;
		z-index: 99;
		padding: 2rem 1rem;
		transform: translate(-100%, 0);
		transition: transform 1s;
		overflow-y: auto;
	}
	
	.navigation.active {
		transform: translate(0, 0);
	}

	.navigation ul {
		display: block;
		list-style: none;
	}
	.navigation ul li {
		margin: 0;
		position: relative
	}
	.navigation ul li a {
		text-decoration: none;
		font-weight: 700;
		padding: 10px 40px 10px 10px;
		text-transform: uppercase;
		font-size: 0.9rem;
		display: block;
	}
	.navigation ul li ul {
		display: none;
	}
	.navigation ul li ul.selected {
		display: block;
	}
	.navigation ul li span {
		position: absolute;
		top: 3px;
		right: 0;
		width: 40px;
		height: 40px;
		display: block;
		cursor: pointer;
	}
	.navigation ul li span:before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(50% - 3px);
		transform: translate(0,-50%) rotate(45deg);
		width: 14px;
		height: 3px;
		background-color: rgb(37, 61, 50);
	}
	.navigation ul li span:after {
		content: '';
		position: absolute;
		top: 50%;
		left: calc(50% - 3px);
		transform: translate(0, -50%) rotate(-45deg);
		width: 14px;
		height: 3px;
		background-color: rgb(37, 61, 50);
	}
	.navigation ul li span.selected:before {
		transform: translate(0, -50%) rotate(-45deg);
	}
	.navigation ul li span.selected:after {
		transform: translate(0, -50%) rotate(45deg);
	}
}

@media only screen and (max-width: 541px) {
	.navigation {
		top: 72px;
		max-width: calc(100vh - 72px);
		height: calc(100vh - 72px);
	}
}

@media only screen and (min-width: 1025px) {
	.navigation {
		display: block;
	}

	.navigation ul {
		display: flex;
		list-style: none;
		padding: 0;
	}
	.navigation ul li {
		margin: 0;
		padding: 0;
		position: relative;
	}
	.navigation ul li a {
		text-decoration: none;
		font-weight: 700;
		padding: 14px 10px;
		text-transform: uppercase;
		font-size: 0.8rem;
		display: block;
	}
	.navigation ul li a:hover {
		color: rgb(255, 183, 77);
	}
	.navigation ul li ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 99;
		background-color: #f4f4f4;
		padding: 10px 0;
	}
	.navigation ul li:hover ul {
		display: block;
	}
	.navigation ul li ul li {
		display: block;
		padding: 0;
		width: 250px;
	}
	.navigation ul li ul li a {
		padding: 8px 10px;
		display: block;
	}
	
}
@media only screen and (min-width: 1337px) {
	.navigation ul li a {
		padding: 14px 20px;
		font-size: 0.9rem;
	}
	.navigation ul li ul li a {
		padding: 8px 20px;
	}
}

#toggle {
	display: block;
	width: 28px;
	height: 20px;
	position: relative;
	margin: 0 1rem 0 0;
	text-indent: -9999px;
}
@media only screen and (max-width: 541px) {
	#toggle {
		margin: 0 1rem 0 0;
	}
}
#toggle:before {
	content: '';
	width: 28px;
	height: 3px;
	background-color: rgb(37, 61, 50);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#toggle:after {
	content: '';
	width: 28px;
	height: 15px;
	border-top: 3px solid rgb(37, 61, 50);
	border-bottom: 3px solid rgb(37, 61, 50);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#toggle.active:before {
	transform: translate(-50%,-50%) rotate(45deg);
}
#toggle.active:after {
	transform: translate(-50%,-50%) rotate(-45deg);
	border: none !important;
	height: 3px;
	background-color: rgb(37, 61, 50);
}

@media only screen and (min-width: 1025px) {
	#toggle {
		display: none;
	}
}

.tel-header {
	font-weight: 700;
	text-decoration: none;
	font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
	.tel-header {
		font-size: 0.8rem;
	}
	.tel-header img {
		width: 20px !important;
	}
}

.footer {
	width: 100%;
	padding: 2rem 1rem;
	background-color: #fff;	
}
@media only screen and (min-width: 769px) {
	.footer {
		padding: 2rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.footer {
		padding: 3rem 4rem;
	}
}
.footer a {
	text-decoration: none;
	font-weight: 500;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .border {
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.5);
	margin: 3rem 0;
}

.footer ul {
	list-style: none;
}
.footer ul li {
	position: relative;
}
.footer ul li:before {
	content: '';
	position: absolute;
	left: -1rem;
	top: 8px;
	width: 6px;
	height: 6px;
	background-color: #ffb74d;
	display: block;
}

.copyright {
	background-color: #253D32;
	color: #ccc;
	padding: 1rem 1rem;
	font-size: 0.8rem;
}
@media only screen and (min-width: 769px) {
	.footer {
		padding: 2rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.footer {
		padding: 3rem 4rem;
	}
}
.copyright .inner-small {
	
}
@media only screen and (min-width: 769px) {
	.copyright .inner-small {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.copyright .inner-small > div:first-child {
		order: 2;
	}
	.copyright .inner-small > div:last-child {
		order: 1;
	}
}
	
	
	

.main {
	padding: 2rem 1rem;
}
@media only screen and (min-width: 769px) {
	.main {
		padding: 3rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.main {
		padding: 4rem 4rem;
	}
}

.main-2 {
	padding: 1rem 1rem;
}
@media only screen and (min-width: 769px) {
	.main-2 {
		padding: 1rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.main-2 {
		padding: 2rem 4rem;
	}
}

.bgr {
	background-color: #CCDCD5;
	background-size: auto;
	padding: 2rem 1rem;
}
@media only screen and (min-width: 769px) {
	.bgr {
		padding: 2rem 2rem;
	}
}
@media only screen and (min-width: 1337px) {
	.bgr {
		padding: 2rem 4rem;
	}
}

.col2 {
	display: flex;
	flex-wrap: wrap;
}
.col2 > div:first-child {
	width: 100%;
	margin: 0 0 2rem 0;
}
.col2 > div:last-child {
	width: 100%;
}
@media only screen and (min-width: 981px) {
	.col2 > div:first-child {
		width: 41%;
		padding-right: 50px;
	}
	.col2 > div:last-child {
		width: 59%;
	}
}

.col-multi {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	width: calc(100% + 3rem);
}
.col-multi > div {
	padding: 0 1.5rem;
	width: 100%;
}
.col-multi > div:nth-child(1),
.col-multi > div:nth-child(2),
.col-multi > div:nth-child(3) {
	margin: 0 0 2rem 0;	
}
@media only screen and (min-width: 769px) {
	.col-multi > div {
		width: 50%;
	}
	.col-multi > div:nth-child(3) {
		margin: 0;
	}
}
@media only screen and (min-width: 1337px) {
	.col-multi {
		flex-wrap: nowrap;
	}
	.col-multi > div {
		width: 100%;
	}
	.col-multi > div:nth-child(1),
	.col-multi > div:nth-child(2)	{
		margin: 0;
	}
}

.col-multi-free {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	width: calc(100% + 3rem);
}
.col-multi-free > div {
	padding: 0 1.5rem;
	width: 100%;
}
.col-multi-free > div:last-child {
	width: 100%;
}
.col-multi-free > div:nth-child(1),
.col-multi-free > div:nth-child(2),
.col-multi-free > div:nth-child(3) {
	margin: 0 0 2rem 0;	
}

@media only screen and (min-width: 500px) {
	.col-multi-free > div {
		width: 50%;
	}
}

@media only screen and (min-width: 769px) {
	.col-multi-free {
		flex-wrap: nowrap;
	}
	.col-multi-free > div {
		width: 100%;
	}
	.col-multi-free > div:nth-child(1),
	.col-multi-free > div:nth-child(2)	{
		margin: 0;
	}
	.col-multi-free > div:nth-child(3) {
		margin: 0 0 -3rem 0;	
	}
}
.col-multi-free .free {
	display: flex;
}
.col-multi-free .free a {
	display: block;
	align-items: center;
	margin: auto;
	text-align: center;
}
@media only screen and (min-width: 500px) {
	.col-multi-free .free a {
		display: flex;
		text-align: left;
	}
}

.col-multi-footer {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	width: calc(100% + 3rem);
}
.col-multi-footer > div {
	padding: 0 1.5rem;
	width: 100%;
}
.col-multi-footer > div:nth-child(1) {
	margin: 0 0 2rem 0;	
}
@media only screen and (min-width: 769px) {
	.col-multi-footer > div:nth-child(2),
	.col-multi-footer > div:nth-child(3),
	.col-multi-footer > div:nth-child(4) {
		width: 33.33%;
	}
}
@media only screen and (min-width: 1337px) {
	.col-multi-footer {
		flex-wrap: nowrap;
	}
	.col-multi-footer > div {
		width: 100% !important;
		margin: 0 !important;
	}
}


.free {
	display: block;
	position: relative;
	padding: 1rem 0 1rem 0;
	text-transform: uppercase;
}
.free span {
	font-size: 40px;
	line-height: 110%;
	font-weight: 800;
	display: block;
	color: #253D32;
	margin: 0 2rem;
}
@media only screen and (min-width: 500px) {
	.free span {
		margin: 0 2rem 0 0;
	}
}
@media only screen and (min-width: 981px) {
	.free span {
		font-size: 60px;
	}
}
.free > a {
	text-decoration: none;
}
/*.free:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2rem;
	right: 0;
	bottom: 0;
	border: 5px solid rgba(0,0,0,0.1);
	display: block;
}*/

.icon-info {
	text-align: center;
}
.icon-info img {
	width: 48px;
	max-width: 100%;
}
.icon-info p {
	margin: 0;
}

.search {
	position: relative;
	background-color: #253D32;
	color: #fff;
	padding: 1.5rem 1rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 140%;
	text-decoration: none;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.search {
		top: -5rem;
		margin: 0 auto -2rem auto;
	}
}

.search:hover {
	background-color: #ffb74d;
	color: #000;
}

.show-listing {
	text-decoration: none;
}

.map-front {
	position: relative;
}
.map-front .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.map-front .hover img {
	display: none;
}

.tooltips {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tooltips > div {
	/*display: none;*/
	position: absolute;
	color: #fff;
	background-color: #ffb74d;
	font-weight: bold;
	padding: 0 3px;
	font-size: 12px;
	line-height: 16px;
}
.tooltips > div.comp-h {
	top: 41%;
    left: 6%;
}
.tooltips > div.comp-a1 {
	top: 28%;
    left: 21%;
}
.tooltips > div.comp-a2 {
	top: 36%;
    left: 30%;
}
.tooltips > div.comp-a2 {
	top: 36%;
    left: 30%;
}
.tooltips > div.comp-a3 {
	top: 47%;
    left: 41%;
}
.tooltips > div.comp-a4 {
	top: 63%;
    left: 50%;
}
.tooltips > div.comp-b1 {
	top: 31%;
    left: 75%;
}
.tooltips > div.comp-b2 {
	top: 27%;
    left: 64%;
}
.tooltips > div.comp-b3 {
	top: 29%;
    left: 57%;
}
.tooltips > div.comp-b4 {
	top: 31%;
    left: 47%;
}
.tooltips > div.comp-c1 {
	top: 21%;
    left: 40%;
}
.tooltips > div.comp-c2 {
	top: 19%;
    left: 32%;
}
.tooltips > div.comp-c3 {
	top: 17%;
    left: 26%;
}
.tooltips > div.comp-c4 {
	top: 17%;
    left: 18%;
}

.tooltips-2 {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tooltips-2 > div {
	/*display: none;*/
	position: absolute;
	color: #fff;
	background-color: #ffb74d;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 15px;
	line-height: 16px;
	transform: translate(-50%,0);
}
.tooltips-2 > div span {
	color: #000;
}
.tooltips-2 > div.comp-h {
	top: 53%;
    left: 51%;
}
.tooltips-2 > div.comp-a1 {
	top: 33%;
    left: 12%;
}
.tooltips-2 > div.comp-a2 {
	top: 33%;
    left: 38%;
}
.tooltips-2 > div.comp-a3 {
	top: 33%;
    left: 65%;
}
.tooltips-2 > div.comp-a4 {
	top: 33%;
    left: 90%;
}
.tooltips-2 > div.comp-b1 {
	top: 6%;
    left: 11%;
}
.tooltips-2 > div.comp-b2 {
	top: 30%;
    left: 78%;
}
.tooltips-2 > div.comp-b3 {
	top: 29%;
    left: 50%;
}
.tooltips-2 > div.comp-b4 {
	top: 30%;
    left: 23%;
}
.tooltips-2 > div.comp-c1 {
	top: 25%;
    left: 80%;
}
.tooltips-2 > div.comp-c2 {
	top: 36%;
    left: 54%;
}
.tooltips-2 > div.comp-c3 {
	top: 38%;
    left: 35%;
}
.tooltips-2 > div.comp-c4 {
	top: 39%;
    left: 19%;
}

#slideshow {
	position: relative;
	height:calc(100vh - 108px);
}
#slideshow > img {
	position: absolute;
	width:100%;
	height:calc(100vh - 108px);
	object-fit:cover;
	z-index: 1;
}
#slideshow > img.active {
	z-index: 99;
}

.page-header-2 {
	width: 100%;
	height: 20vh;
}
@media only screen and (min-width: 981px) {
	.page-header-2 {
		height: 25vh;
	}
}
.page-header-2 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header {
	width: 100%;
	height: 20vh;
}
@media only screen and (min-width: 981px) {
	.page-header {
		height: 40vh;
	}
}
.page-header > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-main {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.page-main > div:first-child {
	background-color: #fff;
	width: 100%;
	padding: 0 1rem 2rem 1rem;
	order: 1;
}
.page-main > div:last-child {
	background-color: #f4f4f4;
	width: 100%;
	padding: 2rem 1rem 2rem 1rem;
	margin: 0;
	order: 2;
}

@media only screen and (min-width: 769px) {
	.page-main > div:first-child {
		padding: 0 2rem 2rem 2rem;
	}
	.page-main > div:last-child {
		padding: 2rem 2rem 2rem 2rem;
	}
}

@media only screen and (min-width: 981px) {
	.page-main {
		display: noflex;
		margin: -6rem 0 0 0;
	}
	.page-main > div:first-child {
		background-color: #fff;
		width: 60%;
		padding: 0 2rem 0 2rem;
		order: 1;
	}
	.page-main > div:last-child {
		background-color: #f4f4f4;
		width: 40%;
		padding: 4rem 2rem 2rem 2rem;
		margin: 6rem 0 0 0;
		order: 2;
	}
}


@media only screen and (min-width: 1337px) {
	.page-main > div:first-child {
		padding: 0 4rem 0 4rem;
		width: 65%;
	}
	.page-main > div:last-child {
		padding: 4rem 4rem 2rem 4rem;
		width: 35%;
	}
}


@media only screen and (min-width: 2380px) {
	.page-main > div:first-child {
		padding: 0 4rem 0 calc((100vw - 2260px) / 2);
		display: flex;
	}
	.page-main > div:last-child {
		padding: 3rem calc((100vw - 2260px) / 2) 2rem 4rem;
	}
}

.page-main > div  > .inn {
	max-width: 100%;
}



.page-main > div:first-child > .inn > .title {
	min-height: 6rem;
	display: flex;
}
.page-main > div:first-child > .inn > .title h1 {
	margin: auto 0;
}

.map-front .map {
	max-width: 100%;
	background-repeat: no-repeat;
}

.tooltipster-box {
	border: 2px solid  rgb(37, 61, 50) !important;
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 0 !important;
}
.tooltipster-box  * {
	color: #000 !important;
}

.tooltipster-box * .sold.ttxt {
	color: #f00 !important;
}
.tooltipster-box * .freet.ttxt {
	color: green !important
}

.tooltipster-arrow {
	display: none !important;
}

.details-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-left: -1.5rem;
	width: calc(100% + 3rem);
}
.details-flex > div {
	width: 100%;
	padding: 0 1.5rem;
}
.details-flex > div:first-child {
	margin-bottom: 2rem;
}

@media only screen and (min-width: 981px) {
	.details-flex {
		flex-wrap: nowrap;
	}
	.details-flex > div {
		width: 50%;
	}
	.details-flex > div:first-child {
		margin-bottom: 0;
	}
}

.img-details {
	border: 1px solid #ccc;
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}
.img-details > img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: calc(100% - 2rem);
	max-height: calc(100% - 2rem);
	transform: translate(-50%,-50%);
}
.img-details > a {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	background-color: rgb(37, 61, 50);
	display: block;
}
.img-details > a:before {
	content: '';
	width: 18px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
}
.img-details > a:after {
	content: '';
	width: 18px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
	display: block;
}

.f-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 9998;
	display: none;
}
.f-wrap.active {
	display: block;
}


.f-wrap-img {
	position: fixed;
	top: 50%;
	left: 50%;
	border: 10px solid #fff;
	max-width: calc(100vw - 6rem);
	max-height: calc(100vh - 6rem);
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}
.f-wrap-img.active {
	display: block;
}

.f-wrap > a {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	display: block;
}
.f-wrap > a:before {
	content: '';
	width: 22px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	display: block;
}
.f-wrap > a:after {
	content: '';
	width: 22px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	display: block;
}

.form {
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s;
}
.form.active {
	overflow: hidden;
	max-height: 1000px;
}

.form form {
	margin: 1rem 0 0 0;
	padding: 2rem;
    background-color: #ddd;
}

.form input[type="text"],
.form2 input[type="text"] {
	width: 100%;
	height: 3rem;
	font-size: 1rem;
	padding: 0 1rem;
}
.form textarea,
.form2 textarea {
	width: 100%;
	height: 9rem;
	font-size: 1rem;
	padding: 0 1rem;
}
.form label,
.form2 label {
	width: 100%;
	padding: 0.5rem 0;
	font-weight: 500;
	display: block;
}
.form button,
.form2 button {
	font-family: 'Onest';
	background: rgb(37, 61, 50);
	color: #fff;
  line-height: 30px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.5s;
  margin: 0;
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1rem;
}
.form button:hover,
.form2 button:hover {
	background: #ffb74d;
	color: #000;
}

.box-select {
	margin: 0 0 4rem 0;
}

.box-select > div {
	display: flex;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.box-select > div > div {
	padding: 0 0.5rem;
}
.box-select select {
	height: 3rem;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 0 1rem;
	width: 120px;
}
.box-select > div > div a {
	width: 3rem;
	height: 3rem;
	display: block;
	background-color: rgb(255, 183, 77);
	position: relative;
}
.box-select > div > div a:before {
	content: '';
	width: 14px;
	height: 3px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box-select > div > div a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.box-select label {
	margin: 0 1rem 0 0;
	display: none;
}

.p-tb-10 {
	padding: 10px 0;
}

.slide-title {
	position: absolute;
	bottom: 20vh;
	z-index: 50;
	text-align: center;
	width: 100%;
	font-size: 50px;
	line-height: 130%;
	color: #fff;
	font-weight: 100;
  text-shadow: 0 0 30px rgba(0,0,0,1);
}
@media only screen and (min-width: 769px) {
	.slide-title {
		font-size: 80px;
	}
}

.small-980 {
	width: 980px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 4rem auto;
}

.table-free {
	width: 100%;
}
.table-free tr th { 
	color: #fff;
	background-color: #253D32;
	padding: 5px;
}
.table-free tr td { 
	background-color: #fff;
	padding: 5px;
	text-align: center;
}
.table-free tr:nth-child(even) td { 
	background-color: #f9f9f9;
}
.table-free tr:hover td { 
	background-color: #ccc;
}

.table-free tr td a {
	font-size: 0.8rem;
	color: #253D32;
	text-decoration: none;
}
.table-free tr td a:hover {
	color: #ffb74d;
}

@media only screen and (max-width: 768px) {
	.table-free tr th,
	.table-free tr td { 
		display: block;
		text-align: left;
		padding: 0 20px;
	}
	.table-free tr th:last-child,
	.table-free tr td:last-child { 
		padding-bottom: 10px;
	}
	.table-free tr td:before {
		font-weight: 500;
	}
	.table-free tr td[data-type="b"]:before {
		content: 'Сграда: ';
	}
	.table-free tr td[data-type="n"]:before {
		content: 'Номер: ';
	}
	.table-free tr td[data-type="f"]:before {
		content: 'Етаж: ';
	}
	.table-free tr td[data-type="t"]:before {
		content: 'Тип: ';
	}
	.table-free tr td[data-type="s"]:before {
		content: 'Вид: ';
	}
	.table-free tr td[data-type="a"]:before {
		content: 'Площ с общи части: ';
	}
	.table-free tr td[data-type="l"]:before {
		content: 'Площ жилище: ';
	}
	.table-free tr td[data-type="p"]:before {
		content: 'Цена: ';
	}
}

.all-filter {
	padding: 1rem 2rem;
	background-color: #ffb74d;
	margin: 0 2px;
}
.all-filter select {
	height: 3rem;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 0 0 1rem;
	min-width: 200px;
}

.all-filter span {
	padding: 0 20px 0 0;
	font-weight: bold;
}

.col-gallery {
	display: flex;
	flex-wrap: wrap;
}
.col-gallery > div {
	width: calc(33.33% - 0.5rem);
	margin: 0.25rem;
	position: relative;
	padding: 22% 0 0 0;
}
@media only screen and (min-width: 769px) {
	.col-gallery > div {
		width: calc(16.66% - 1rem);
		margin: 0.5rem;
		padding: 11% 0 0 0;
	}
}
.col-gallery > div img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transform: translate(-50%,-50%);
	transition: all 1s;
}
.col-gallery > div a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: #fff;
	transform: translate(-50%,-50%);
	z-index: 999;
	transition: width 0.5s;
}
.col-gallery > div a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: #fff;
	transform: translate(-50%,-50%);
	z-index: 999;
	transition: height 0.5s;
}
.col-gallery > div a:hover:before {
	width: 31px;
	height: 1px;
}
.col-gallery > div a:hover:after {
	width: 1px;
	height: 31px;
}
.col-gallery > div a.selected:hover:before,
.col-gallery > div a.selected:hover:after {
	display:none;
}
.col-gallery > div a.selected img {
	position: fixed;
	z-index: 999;
	max-width: 96vw;
	max-height: 96vh;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wrap-gallery {
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	display: none;
}
.wrap-gallery.selected {
	display: block;
}

.ap_status {
	background-color: rgb(37, 61, 50);
	color: #fff;
	margin: 0 0 2rem 0;
	font-weight: bold;
	text-align: center;
}

.ap_status.sold {
	background-color: #aaa;
	display: block;
  position: relative;
  padding: 1rem 0 1rem 0;
  text-transform: uppercase;
  text-align: center;
}

.toggle-floor {
	display: inline-block;
	position: relative;
}
.toggle-floor > div {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 0.5rem 1rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color: #fff;
	z-index: 9;
}
.toggle-floor > div a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	line-height: 130%;
    padding: 0 0.5rem;
}
.toggle-floor > div a:hover {
	color: #ffb74d;
}
.toggle-floor > a {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	background-color: #ffb74d;
	
}

.toggle-floor > a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	transform: translate(2px,0) rotate(45deg);
}
.toggle-floor > a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	background-color: #000;
	transform: translate(-2px,0) rotate(-45deg);
}

.wrap-floor {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	display: none;
}

.cookiefirst-cookie-declaration p {
	margin: 0 0 1rem 0 !important;
}

#a1-a4, #b2-b4, #c1-c4 {
	overflow:hidden;
	max-height:0;
}
#a1-a4.active, #b2-b4.active, #c1-c4.active {
	max-height: 1000px;
}

.comp-tp {
	display: none;
	top: 53%;
    left: 51%;
	position: absolute;
}

.accordion {
	text-align: center;
	margin: 0 0 10px 0;
}
.accordion a {
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
	background-color: #253D32;
	font-weight: 600;
	display: inline-block;
}
.accordion a.active {
	background-color: #ffb74d;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.accordion a {
		padding: 10px 20px;
	}
	.accordion a span {
		display: none;
	}
}

.success {
	color: #fff;
	background: rgb(25, 134, 67);
	padding: 15px 30px;
	margin: 20px 0 20px 0;
}