
.page-list-grid-news {
	padding: 50px 0;
}
.page-list-grid-news .row > div {
	
	margin-bottom: 30px;
}
.page-list-grid-news .row .item {
	background: #312934;
	height: 100%;
    border-radius: 30px;
	overflow: hidden;
}
.page-list-grid-news .list-date {
	font-size: 12px;
}
.page-list-grid-news h2 {
	color: #E7EDEB;
	font-size: 25px;
	font-weight: 500;
}
.page-list-grid-news .page-list-text {
	padding: 20px 30px 40px 30px;
}
.page-list-grid-news .row {
	display: flex;
	align-items: sretch;
	flex-wrap: wrap;
}
.page-list-grid-news .list-button {
	margin-top: 25px;
}
.page-list-grid-news .list-button a {
    display: inline-block;
    z-index: 101;
    margin: 0 15px 0 0;
    position: relative;
    border: none;
    background: transparent;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    border: 1px solid #D5FF63;
    background: rgba(255, 255, 255, 0);
	
    transition: background .5s;
    white-space: nowrap;
    color: #FFFFFF;
    padding: 0 25px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
	text-decoration: none;
}
.page-list-grid-news .list-button a:hover {
	color: #2f2a31;
    background: #D5FF63;
}
.page-list-grid-news .list-photo {
    text-decoration: none !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 15px 0;
	aspect-ratio: 5 / 3;
    position: relative;
    overflow: hidden;
    display: block;
}
#popup img {
	max-width: 100%;
}
#popup {
	max-width: 750px;
}
.flats-holder {
	position: relative;
}
 .flat-popup h3 {
	 padding-top: 10px;
 }
 .flat-popup img {
	 height: auto;
	 max-width: 100%;
	 max-height: 250px;
    filter: invert(100%);
	display: block;
	margin: 0 auto;
 }
 .flat-popup .row {
	display: flex;
	align-items: center;
 }
 .flat-popup {
	 position: absolute; 
	 display: none;
	 border-radius: 20px;
	border: 1px solid #D5FF63;    
	background: #272129;
	padding: 10px 30px;
	z-index: 1000;
	width: 600px;
 }
 
 
body {
	background:#272129;
	color: #D6CCDA;
	font-size: 20px;
	line-height: 200%; 
	font-family: "Host Grotesk", sans-serif;
	font-weight: 300;
}

body,
a, a:hover, a:visited, a:active, a:link {
	font-family: "Host Grotesk", sans-serif;
	color: #D6CCDA;
}

a, a:hover, a:visited, a:active, a:link {
	color: #E7EDEB;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Host Grotesk", sans-serif;
	font-weight: normal;
}
#recap,
.calendar-coll input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 5px;
    background-clip: content-box;
    border: 1px solid #918d8a;
    background-color: #e4dfd9;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
}

.nav-top a:visited,
.nav-top a:active,
.nav-top a {
	text-decoration: none;
}
.nav-top a:hover {
	text-decoration: underline;
}
.inform-message {
	font-size: 12px;
	padding: 30px 0;
	line-height: 120%;
}
.fixed-header .container {
}
.header-line-menu {
}
.scrolled .fixed-header .fixed-header-container::before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	inset: 0;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px); 
	
	/* Safari support */
  
  /* Fade with transparency */
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.scrolled .fixed-header {
}
.fixed-header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 50001;
	margin-top: -100px;
	
	animation: 1.2s ease-out .5s 1 desktop-menu-animate;
    animation-fill-mode: forwards;
}
.fixed-header .fixed-header-container {
	position: relative;
	background: rgba( 39, 33, 41, 0);
	transition: background .5s;
	padding-bottom: 15px;
}
.scrolled .fixed-header .fixed-header-container {
	background: rgba( 39, 33, 41, 0);
}
.nav-logo > .container {
	height: 1px;
}
.nav-logo {
	transition: width .5s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50002;
}
.nav-logo .logo {
	max-width: 200px;
	padding-top: 30px;
}
.nav-logo {
	margin: 0;
}
@keyframes desktop-menu-animate {
  0% {
	margin-top: -100px;
  }
  95% {
	margin-top: 0px;
  }
  100% {
	margin-top: 0px;
  }
}
#preloader {
	background: #FFFFFF;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	animation: 1.2s ease-out 1.5s 1 introanimate;
    animation-fill-mode: forwards;
	display: none;
}

@keyframes introanimate {
  0% {
	top: 0;
  }
  95% {
	top: 100%;
  }
  100% {
	top: 100%;
  }
}


.mobile-only {
	display: none !important;
}
.
@media only screen and (min-width: 990px) {  
	.nodesktop {
		display: none !important;
	}
}



.nav-top .header-address {
	font-size: 18px;
	padding: 20px 18px;
	transition: margin .5s;
}
.nav-top .logo {
	padding: 0;
	margin-top: -20px;
}
.home-page .nav-top img {
	transition: opacity .5s;
}

.nav-top .logo img {
	width: 100%;
	display: block;
	
}
.nav-top .navbar-header-custom {
	float: left;
	padding-right: 20px;
}
.nav-top .navbar-toggle::after {
	content: '';
	display: none;
	position: absolute;
	left: 70px;
	top: 1px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: 400;
	transition: color .8s;
}
.nav-top .navbar-toggle.collapsed::after {
	
}
.nav-top .navbar-toggle strong {
	display: block;
	padding: 0 8px 0 8px;
	/*
	transform: rotate(90deg);
	transition: transform .5s;
	*/
}
.nav-top .navbar-toggle.collapsed strong {
}
.nav-top .navbar-toggle .icon-bar {
	background: #D5FF63;
	width: 16px;
	transition: all .2s;
	display: block;
    height: 1px;
    border-radius: 0;
	
}


.nav-top .navbar-toggle .icon-bar {
	/*
	transform: rotate(-25deg);
	transition: transform .5s;*/
}
.nav-top .navbar-toggle.collapsed .icon-bar+.icon-bar {
	margin-top: 4px;
}
.nav-top .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
	/*
    margin-top: -2px;
	transform: rotate(25deg);*/
}


.nav-top .navbar-toggle:hover .icon-bar {
	background: #2f2a31 !important;
}
.nav-top .navbar-toggle.collapsed .icon-bar {

	background: #D5FF63;
	transform: rotate(0);
}
.nav-top .navbar-header {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0 0 0 0;    
	box-sizing: border-box;
}
.nav-top>.row {
	display: flex;
	align-items: stretch;
}

.nav-top .nav-top-link-menu {
	background: #D9FF42;
	background: transparent;
	position: relative;
	text-align: right;
	
}
.nav-top {
	padding-top: 30px;
	padding-bottom: 20px;
}
.nav-top .nav-top-link a:hover {
	text-decoration: none !important;
}
.nav-top .nav-top-link .favorite-inner {
	display: block;
	float: left;
    padding-top: 7px;
	margin: 0 15px;
}

.nav-top .nav-top-link .favorite-inner a {
	display: block;
	position: relative;
}
.nav-top .nav-top-link .favorite-inner strong {
	display: block;
	width: 40px;
	font-size: 12px;
	color: #272029;
	height: 30px;
	position: absolute;
	margin-top: -20px;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}
.nav-top .nav-top-link .favorite-inner svg {
	display: block;
}
.nav-top .nav-top-link .favorite-inner svg *,
.nav-top .nav-top-link .favorite-inner svg {
    fill: #D5FF63 !important;
}
.nav-top .nav-top-link .favorite-inner:hover svg *,
.nav-top .nav-top-link .favorite-inner:hover svg {
    fill: #FFFFFF !important;
}
.nav-top .nav-top-link {
	text-align: right;
	float: right;
	padding-right: 90px;
}

.nav-top .nav-top-link a.btn:hover svg *,
.nav-top .nav-top-link a.btn:hover svg {
	
	fill: #2f2a31 !important;
}
.nav-top .nav-top-link a.btn:hover {
	background: #D5FF63;
	color: #2f2a31;
}
.nav-top .nav-top-link a.btn svg {
	margin-right: 10px;
	transition: fill .5s;
}
.nav-top .nav-top-link a.btn {
    display: inline-block;

	z-index: 101;
	margin: 0 15px 0 0;
	position: relative;
	border: none;
	background: transparent;
	height: 46px;
	line-height: 46px;
	border: 1px solid #D5FF63;
	background: rgba( 255, 255, 255, 0);
	border-radius: 70px;
	transition: background .5s;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 0 25px;
	text-align: center;
	font-size: 14px !important;
	font-weight: 400;
}



.inner-page .nav-top .nav-top-link div {
	
}
.nav-top .nav-top-link div {
	display: block;
	padding: 0 0 0 10px;

}
.inner-page .nav-top .nav-top-link a {

}
.nav-top .nav-top-link a:hover {
	text-decoration: underline;
}

.nav-top .navbar-toggle:hover {
	
	background: #D5FF63;
}
.nav-top .navbar-toggle {
    display: block !important;
	float: none;
	z-index: 101;
	margin: 0;
	position: relative;
	border: none;
	background: transparent;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #D5FF63;
	background: rgba( 255, 255, 255, .0);
	border-radius: 48px;
	transition: background .5s;

}


.main-slider video {
	display: block;
	width: 100%;
}
.main-slider li img {
	opacity: 0;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 1852 / 1360;
}
.home-top .nav-buttons {
	float: right;
	padding-top: 25px;
}
.home-top .nav-buttons::after {
	clear: both;
	display: table;
	
}
.home-top .site-button {
	text-align: left;
	
}
.site-prices {
	position: absolute;
	position: absolute;
    bottom: 1px;
    right: 0px;
    background: #4E00FF;
}
.site-prices div {
	padding: 3px 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.site-prices div:nth-child(2n) {
	background: #6C2BFF;
}
.site-prices h4 {
    background: #FFFFFF;
	padding: 16px 20px;
	font-size: 16px;
	margin: 0;
	color: #4E00FF;
	
}
.main-slider-container .site-button {
	position: absolute;
	position: absolute;
    bottom: 0;
    left: -150px;
}
.home-top .nav-button {
	float: left;
	cursor: pointer;
}
.home-top .nav-button.button-next::before,
.home-top .nav-button.button-prev::before {
	transition: background .5s;
	display: block;
	padding: 20px;
	width: 70px;
	font-size: 24px;
	text-align: center;
}
.home-top .nav-button.button-next::before {
	content: '\276F';
	background: #4E00FF;
}
.home-top .nav-button.button-prev::before {
	content: '\276E';
	background: #3700B3;
}
.home-top .nav-button.button-next:hover::before,
.home-top .nav-button.button-prev:hover::before {
	
	background: #6C2BFF;
}
.home-top .container .main-slider {
	position: relative;
}
.home-top .main-slider-container {
	display: block;
	margin-left: -152px;
	width: 100%;
	position: relative;
    max-width: 750px;
    position: relative;
	/*
	background: url('../img/home.jpg?a') 100% 0 / cover no-repeat;
	content: '';*/
	aspect-ratio: 1852 / 1360;
}




.home-viewport {
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.home-screen .home-screen-bg {
	
	background: url( '../img/home.png' ) 50% 35vh / 130% auto no-repeat;
	transition: background-size .5s,  background-position .2s;
	background-attachment: fixed;
}
.home-viewport .home-top {
    z-index: 15;
	box-sizing: border-box;
    position: relative;
	min-height: 100vh;
}
.scrolled .home-screen .home-screen-bg {
	background-size: 100% auto;
}
.scrolled .home-viewport h2 {
	position: absolute;
	font-size: 70px;
	margin-top: 250px;
}
.home-viewport .home-block {
	padding: 180px 40px 40px 40px;
}
.home-viewport h2 {
	color: #E7EDEB;
	font-size: 100px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 45px;
	transition: all .8s;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.scrolled .home-viewport .top-text {
	text-align: left;
	margin: 0;
	padding-top: 100px;
	max-width: 600px;
}
.home-viewport .top-text {
	font-size: 24px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	transition: all 0.8s;
}
.scrolled .home-viewport .top-down  {
	opacity: 0;
}
.home-viewport .top-down  {
	padding: 60px 0;
	transition: all .2s;
}
.home-viewport .top-down span:hover {
	background: #D5FF63;
}
.home-viewport .top-down span {
	width: 60px;
	transition: background .5s;
	line-height: 60px;
	text-align: center;
	height: 60px;
	border-radius: 60px;
	background: #FF5D01;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.home-viewport .container {
	position: relative;
}

.fancybox-image {
	background: #FFFFFF;
}
.scrolled .home-values {
	margin-top: -100px;
}
.home-values-container {
	position: relative;
	z-index: 4;
}
.home-values {
		border-radius: 25px;
		padding:  0 0 40px 0px;
		transition: margin .7s;
		position: relative;
}
.home-values h2 {
	color: #E7EDEB;
	font-size: 120px;
	font-weight: 600;
	padding-left: 32px;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 25px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #272129;
}

.home-values .list-item h3 strong {
	color: #FF5D01;
}
.home-values .list-item .list-item-text {
	line-height: 140%;
	font-size: 14px;
}
.home-values .list-item .list-item-text {
	padding-right: 50px;
}
.home-values .list-item .list-item-content {
	padding: 60px 40px;
}
.home-values .list-item .list-header {
	padding: 14px 32px;
	font-size: 22px;
	font-weight: 500;
	color: #E7EDEB;
	border-bottom: 1px solid #312934;
}
.home-values .list-item .list-header strong::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 25px;
	background: #E7EDEB;
	margin: 0 30px 8px 30px;
	opacity: .2;
	top: 17px;
	right: 0;
}
.home-values .list-item .list-header strong {
	font-size: 22px;
	font-weight: 500;
	color: #FF5D01;
	 font-family: "Urbanist", sans-serif;
	 width: 108px;
	 display: block;
	 float: left;
	 position: relative;
}
.home-values .list-item h3 {
	font-size: 50px;
	color: #D9D9D9;
	font-weight: bold;
}
.home-values .list-img {
	padding-right: 0;
}
.home-values .list-img img {
	border-radius: 40px;
	width: 100%;
	display: block;
}


@media screen and (max-width: 1200px) {
	.home-values .list-item h3 {
		font-size: 32px;
	}
}

.object-data {
	padding: 100px 0 0 0;
}
.object-data .data-line:hover {
	
}
.object-data .data-line {
	padding-right: 30px;
	transition: all .2s;
	min-height: 150px;
	margin-bottom: 0px;
	box-sizing: border-box;
}
.object-data .data-line:hover {
	padding-right: 20px;
	padding-top: 10px;
	transition: all .5s;
}
.object-data .data-line:nth-child(2n){
	text-align: right;
}
.object-data .data-line:nth-child(3){
	padding-left: 20%;
}
.object-data .data-line:nth-child(5){
	padding-left: 100px;
}
.object-data .data-line:nth-child(6){
	padding-right: 100px;
}
.object-data::after {
	content: '';
	display: table;
	clear: both;
}
.object-data span {
	
	font-size: 24px;
	font-weight: 300;
	display: block;
	line-height: 120%;
}
.object-data b {
	float: left;
}
.object-data a,
.object-data b,
.object-data strong {
	font-weight: normal;
	font-family: "wt_monarch_novaregular";
	font-size: 96px;
	display: block;
	line-height: 120%;
	text-decoration: none !important;
	transition: font-size .5s;
}

.object-data .data-line:hover strong,
.object-data .data-line:hover a,
.object-data .data-line:hover b {
	
	font-size: 116px;
}
.object-data strong {
	font-size: 64px;
}
.object-data .data-line:hover strong {
	font-size: 84px;
}

.object-data a {
	
	font-size: 48px;
}
.object-data .data-line:hover a {
	font-size: 68px;
}
.about-inner-bottom {
	position: relative;
}

.col-list {
	padding: 70px 0;
}
.col-list .col-text {
	background: #FFFFFF;
	padding: 30px 30px 50px 30px;
	font-weight: 300;
	
}
.col-list .row > div {
	display: flex;
  flex-wrap: wrap;align-items: space-between;
  }
  
.col-list .row > div >div {
	width: 100%;
	box-sizing: border-box;
}
.col-list .row div:nth-child(1) .col-text {
	background: #DADEEA;
	order: 2;
}
.col-list .row div:nth-child(1) .col-photo {
	
	order: 1;
}
.col-list .row div:nth-child(1) .col-title {
	
	order: 3;
}
.col-list .row div:nth-child(2) .col-text {
	background: #CFCDD3;
	
}
.col-list .row div:nth-child(2) .col-photo {
	order: 1;
}
.col-list .row div:nth-child(2) .col-title {
	
	order: 2;
}
.col-list .row div:nth-child(2) .col-text {
	
	order: 3;
}
.col-list .row div:nth-child(3) .col-text {
	background: #C0B9AE;
	
}
.col-list .col-title {
	background: #FFFFFF;
	padding: 20px 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	
}
.col-list .col-photo {
	min-height: 210px;
	background-position: center center;
	background-size: 110% auto;
	overflow: hidden;
	transition: background-size .5s;
}
.col-list .row > div:hover .col-photo {
	background-size: 130% auto;
}


.location-top > .container>.image-dec {
	
		content: '';
	position: absolute;
	top: -40px;
	right: 100px;
	width: 200px;
	z-index: 10;
	display: block;
	aspect-ratio: 214 / 145;
	background: url('../img/l-c.png?a') 0 0 / 100% auto no-repeat;
}
.location-top > .container {
	position: relative;
}
.location-top h2 {
	
	font-size: 45px;
	font-weight: normal;
	margin: 110px 0 20px 0;
	color: #D9FF42;
}
.location-top {
	padding: 0 0 50px 0;
    z-index: 15;
    position: relative;
	background: #4E00FF;
	color: #FFFFFF;
}
.location-top img {
	width: 100%;
	position: relative;
	bottom: -120px;
}





.about-inner-top {
	padding: 100px 0 40px 0;
}
.about-inner-top img {
	width: 100%;
	position: relative;
}
.about-inner-top .row {
	
	align-items: end;
}
.about-inner-top h1 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 120%;
}
.about-image {
	padding-bottom: 140px;
}
.about-image img {
	width: 100%;
}
.




.more-link {
	width: 33%;
	display: block;
	box-sizing: border-box;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 11px;
	padding: 0 30px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	z-index: 3;
	background: #FFFFFF;
}
.more-link a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 7px 0;
    line-height: 110%;
	text-transform: uppercase;
}
.more-link a::after {
	background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  background: #51519F;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
 
  
  left: 50%;
  width: 0;
}
.more-link a:hover::after {
	  width: 100%; 
  left: 0; 
}

 
.filter-plan .svgcompass {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
    filter: invert(1);
}

.flat-select .svgcompass {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 70px;
    filter: invert(1);
}
.flat-select {
	position: relative;
	display: block;
/*	overflow: hidden;*/
	background: #EFEFEF;
	aspect-ratio: 5 / 2;
	width: 100%;
}

.main-slider li {
		background-position: 50% 50%;
		background-size: cover;
	background-repeat: no-repeat;

	/*animation: 30s ease-in .5s 1 slide-animate ;
	animation-iteration-count: infinite;*/
   /* animation-fill-mode: forwards; */
   
}
@keyframes slide-animate {
  0% {
		background-position: 50% 50%;
		background-size: 150% auto;
  }
  20% {
		background-position: 40% 40%;		background-size: 140% auto;
  }
  50% {
		background-position: 60% 30%;		background-size: 160% auto;
  }
	80% {
		background-position: 90% 40%;		background-size: 140% auto;
  }
  100% {
		background-position: 50% 50%;		background-size: 150% auto;
  }
}



#status .status-status p {
	white-space: nowrap;
}
#status .status-status span {
	height: auto;
	border-radius: 30px;
	line-height: 100% !important;
	padding: 7px 15px !Important;
}
#status svg {
	margin-right: 10px;
	display: inline-block;
}
#status p {
	display: block;
	padding: 0;
	margin: 0;
}
#status .total-flats {
	display: inline-block;
	padding: 6px 15px;
	border-radius: 50px;
	border: 1px solid #D5FF63;
	color: #D5FF63;
	line-height: 100%;
	margin-top: 15px;
}
#status .status-data {
	padding: 20px;
	color: #E7EDEB;
	font-size: 14px;
}
#status .status h5::after {
	content: '';
	display: table;
	clear: both;
}
#status .status h5 {
	border-bottom: 1px solid #2c252e;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-size: 17px;
}
#status .status h5 strong {
	    width: 30px;
    height: 30px;
    border-radius: 24px;
    border: 1px solid #FF5D00;
    color: #FF5D00;
    text-align: center;
    margin-right: 8px;
    box-sizing: border-box;
    line-height: 30px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
}
#status .status p {
}
#status .status {
	display: none;
	position: relative;

	text-align: left;
	border-top: none;
}
#status {
	position: absolute;
	display: none;
	background: #221D24;
	border-radius: 10px;
	z-index: 14;
}


.flats-error {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.photo-copyright {
	margin-bottom: 40px;
}

.plan-floor {
	position: relative;
	margin: 0 auto;
	
    max-height: calc(100vh - 150px);
    max-width: 100vw;
}

.parking-floor.plan-floor {
	max-height: unset;
}
.full-plan {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.svg-hold svg {
	overflow: hidden;
	display: block;
}
.full-plan polygon {
	cursor: pointer;
	transition: 0.2s;
	opacity: 1;
	fill: rgba( 255, 255, 255, 0);
    opacity: 1;
	transition: fill .6;
	
	
}
.full-plan polygon.corpus-closed {
	
	fill: rgba( 66, 66, 66, .7);
}
.full-plan polygon.corpus-active {
	
	fill: rgba( 255, 255, 255, .7);
}
.full-plan polygon.corpus-closed {
	
	fill: rgba( 102, 102, 102, .7);
}

.full-plan a.hover polygon {
  
}
.full-plan a:hover polygon {
	
	fill: rgba( 255, 255, 255, .4);
	fill: rgba( 217, 217, 217, .3);
}




.full-plan .svg-hold .svg-bg polygon {
	opacity: 0 !important;
}
.full-plan polygon.flat-free {
	fill: #2aa323;
    opacity: 0.25;
    opacity: 0;
}
.full-plan polygon.flat-reserved {
	fill: #f9ad3b;
    opacity: 0.4;
}
.full-plan polygon.flat-sold {
	
	fill: #FE9DB4;
    opacity: 0.25;
}

.full-plan a.hover polygon.flat-free {
    opacity: 0.25;
}
.full-plan a.hover polygon.flat-reserved {
    opacity: 0.7;
}
.full-plan a.hover polygon.flat-sold {
	
    opacity: 0.55;
}



.full-plan polygon.flat-active {
	fill: #645757;
	fill: #000000;
    opacity: 0.75;
}

.svg-hold .svg-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}


















.nav-arrow {
	position: absolute;
	top: 50%;
	width: 70px;
	background: #FFFFFF;
	height: 70px;
	cursor: pointer;
}
.nav-arrow.nav-left {
	left: 0px;
	transition: left .5s ease-in;
}
.nav-arrow.nav-left:hover {
	left: -15px;
}
.nav-arrow.nav-right {
	right: 0px;
	transition: right .5s ease-in;
}
.nav-arrow.nav-right:hover {
	right: -15px;
}



.home-visual .full-video-over .container-border {
	
	border-left: 1px solid rgba( 255, 255, 255, .3);
	border-right: 1px solid rgba( 255, 255, 255, .3);
	position: relative;
	height: 100%;
}
.home-visual .full-video-over .container {
	position: relative;
	height: 100%;
}
.home-visual .full-video-over .container::before {
		width: 1px;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	width: 33.33333333%;
	position: absolute;
	border-left: 1px solid rgba( 255, 255, 255, .3);
	border-right: 1px solid rgba( 255, 255, 255, .3);
}
.home-visual .full-video-over .container::before {
	
	left: 33.33333333%;
}
.home-visual img,
.home-visual video {
	width: 100%;
	display: block;
}




.contacts-line {
	padding: 150px 0 150px 0;
	    background: #272129 url(../img/homebg.jpg) center 0 / cover no-repeat;
}


.form-button svg {
margin-left: 10px;
}
.form-button {
	display: inline-block;
	padding: 12px 33px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	transition: background .5s, color .5s, border .5s;
	border: 1px solid #D5FF63;
	background: #D5FF63;
	border-radius: 40px;
	color: #000000;
	font-size: 16px;
    font-weight: bold;
}
.form-button:hover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}


.text-data-sent {
	padding-bottom: 50px;
	text-align: center;
}


.dark-link a {
	background: transparent;
	border: none;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 3px;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
}
.dark-link a::after {
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  background: #51519F;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
 
  
	width: 100%; 
	left: 0; 
}
.dark-link a:hover::after {
  left: 50%;
  width: 0;
}




.contacts-line #ok {
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 2px;
    padding: 50px 0;
    text-align: center;
    display: none;
}
.contact-coll {
	margin-top: 100px;
	margin-bottom: 50px;
}
.contact-coll .contacts-text {
    flex: 2;
    padding: 50px 10px 50px 50px;
	background: #C0B9AE;
	animation: 20s ease-in .5s 1 image-animate ;
	animation-iteration-count: infinite;
	text-align: left;
	line-height: 120%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	padding: 100px;
}


.contact-coll-header h2 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
}
.contact-coll > .container {
	display: flex;
}
.contact-coll .contacts-form-bg {
}
.contact-coll .contacts-form {
   display: block;
}

.contact-coll .field-checkbox {
	padding: 0 10px;
	color: #0F1C5E;
	margin-bottom: 40px;
}
.contact-coll .field-checkbox input[type="checkbox"] {
    border: none;
  background: transparent;
	margin-right: 15px;
}

.contact-coll .field-checkbox {
	position: relative;
}
.contact-coll .field-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.contact-coll .field-checkbox  label {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  height: 25px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 25px;
}
.contact-coll .field-checkbox label:after {
  border-style: none none solid solid;
  content: "";
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  transform:rotate(-45deg);
  width: 10px;
}

.contact-coll .field-checkbox a {
	position: relative;
	text-decoration: underline;
}

.contact-coll .field-checkbox a:hover {
	text-decoration: none;
}



.contact-coll .field textarea, 
.contact-coll .user-form .field textarea,
.contact-coll .user-form .field input {
    border-bottom: 1px solid rgba( 28, 28, 62, .3);
	color: #0F1C5E;
}
.contact-coll .form-button svg,
.contact-coll .form-button {
	color: #0F1C5E;
}





.contacts-line h2 span {
	/*color: #3700b3;*/
}
.contacts-line h2 {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;
}
.contacts-line .contacts-line-toggle span.active svg *,
.contacts-line .contacts-line-toggle span.active svg {
	
	fill: #272029 !important;
}
.contacts-line .contacts-line-toggle.toggle-right::before {
	
	left: calc( 50% - 8px );
}
.contacts-line .contacts-line-toggle::before {
	content: '';
	background: #FFFFFF;
	border-radius: 50px;
	width: 50%;
	display: block;
	position: absolute;
	height: 66px;
	top: 10px;
	left: 10px;
	z-index: 1;
	transition: left .8s;
}
.contacts-line .contacts-line-toggle span svg *,
.contacts-line .contacts-line-toggle span svg {
	fill: #FFFFFF !important;
}
.contacts-line .contacts-line-toggle span svg {
	margin-right: 8px;
}
.contacts-line .contacts-line-toggle span {
	height: 65px;
	width: 224px;
	text-align: center;
	line-height: 65px;
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #FFFFFF;
}
.contacts-line .contacts-line-toggle span.active {
	color: #272029 !important;
	cursor: default;
}
.contacts-line .contacts-line-toggle {
	text-align: center;
	background: #332B36;
	padding: 10px;
	border-radius: 50px;
	margin-bottom: 45px;
	display: inline-block;
	position: relative;
}
.contacts-line .contacts-line-top {
	text-align: center;
}
.contacts-line .form-colls {
	display: flex;
	padding: 0 105px;
	align-items: stretch;
	height: 100%;
}

.contacts-line .container-over {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: 10;
	display: none;
}
.contacts-line .container {
	position: relative;
}
.contacts-line .form-content {
	flex: 50%;
	padding: 0px 0 0px 0;
	position: relative;
	align-items: stretch;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	    background: #332B36;
}
.contacts-line .form-content-dec {
    background: #332B36 url( '../img/bird.png' ) center bottom / auto 90% no-repeat !important;

}
.contacts-line .calendar-holder {
	display: block;
	position: relative;
	z-index: 2;
	background: #332B36;
	border-radius: 16px;
	padding: 20px 16px;
}
.contacts-line .form-content-user h6 {

	font-size: 26px;
	color: #FFFFFF;
	font-weight: 300;
}
.contacts-line .form-content-space {
	width: 90px;
	background: #332B36;
}
.contacts-line .form-content-user {
	background: #332B36;
	padding: 20px 20px 40px 20px;
	position: relative;
	flex: 50%;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.contacts-line .date-item {
	display: none;
	float: left; margin: 0 8px 8px 0;
}
.contacts-line .date-data {
	margin-left: -14px;
}
.contacts-line .date-data::after {
	content: '';
	clear: both;
	display: table;
}
.contacts-line .date-item.active {
	display: block;
}


.contacts-line .calendar-coll .form-error {
	margin-bottom: 20px;
	background: #CC0000;
	color: #CC0000;
	padding: 2px 7px;
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.contacts-line .calendar-coll {

}
.contacts-line .date-coll h4 {
	color: #E7EDEB;
	font-size: 16px;
}
.contacts-line .date-coll {
	padding: 10px 0 0 20px;
}
.contacts-line .label-block label input {
	position: absolute;
	top: 14px;
	left: 10px;
}
.contacts-line  input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #918d8a;
  background-color: #e4dfd9;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
}

/* appearance for checked radiobutton */
.contacts-line  input[type="radio"]:checked {
  background-color: #FFFFFF;
}


.contacts-line .label-block:hover input[type="radio"] ~ div.label-content {
	background: #2B242E;
}
.contacts-line .label-block input[type="radio"]:checked ~ div.label-content,
.contacts-line .label-block input[type="radio"]:checked ~ div.label-content { 

	background: #FF5D01;
}
.contacts-line .label-block input[type="radio"]:checked ~ div.label-content span { 
	
	
}

.contacts-line .label-block label {
	position: relative;
}
.contacts-line .label-block .label-content > span {
	display: block;
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
	width: 50px;
	line-height: 100%;
	font-size: 14px;
	color: #FFFFFF;
}
.contacts-line .label-block .label-content {
	cursor: pointer;
	display: block;
	border: 0 solid #D5D4DF;
	border-radius: 30px;
	padding: 14px 10px;
	color: #FFFFFF;
	transition: background .5s;
}
.contacts-line .label-block {
	margin-bottom: 10px;
}

.contacts-line  h6 {
	font-size: 24px;
	font-weight: normal;
}


.contacts-line ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
	font-weight: 400;
	font-size: 16px;
	color: #717171;
}
.contacts-line :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	font-weight: 400;
	color: #717171;
}
.contacts-line ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
	font-weight: normal;
  opacity: 1; /* Firefox */
	font-size: 16px;
	font-weight: 400;
	color: #717171;
}


.contacts-line .ui-datepicker {
	width: auto;
	padding: 0;
}
.contacts-line .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em 0 0;
    text-align: left;
	font-weight: 300;
}
.contacts-line .ui-datepicker .ui-datepicker-title * {
	font-weight: 300;
}
.contacts-line .ui-datepicker .ui-datepicker-prev-hover,
.contacts-line .ui-datepicker .ui-datepicker-prev {
    right: 46px;
	left: auto;
	top: 2px;
}
.contacts-line .ui-datepicker .ui-datepicker-next-hover,
.contacts-line .ui-datepicker .ui-datepicker-next {
	right: 2px;
	top: 2px;
	transition: background .5s, color .5s;
}
.contacts-line .ui-datepicker .ui-datepicker-next:hover {
	background: #f2f1f2;
}
.contacts-line .ui-datepicker .ui-datepicker-prev, 
.contacts-line .ui-datepicker .ui-datepicker-next  {
	text-decoration: none;
	text-align: center;
	transition: background .5s, color .5s;
}
.contacts-line .ui-datepicker .ui-datepicker-prev span, 
.contacts-line .ui-datepicker .ui-datepicker-next span {
	background: transparent;
	cursor: pointer;
}
.contacts-line .ui-datepicker .ui-datepicker-next:hover::before,
.contacts-line .ui-datepicker .ui-datepicker-prev:hover::before {

}
.contacts-line .ui-datepicker .ui-datepicker-next::before,
.contacts-line .ui-datepicker .ui-datepicker-prev::before {
	display: block;
	cursor: pointer;
	line-height: 43px;
	transition: background .5s, color .5s;
	color: #f2f1f2 !important;
}
.contacts-line .ui-datepicker .ui-datepicker-next::before {
	
	color: #FF5D01 !important;
}
.contacts-line .ui-datepicker .ui-datepicker-prev::before {
	
}
.contacts-line .ui-datepicker .ui-datepicker-next::before {
	content: '\276F';
}
.contacts-line .ui-datepicker .ui-datepicker-prev::before {
	
	content: '\276E';
}
.contacts-line .ui-datepicker .ui-datepicker-prev:hover {
	background: #f2f1f2;
	
}

.contacts-line .ui-datepicker .ui-datepicker-prev:hover::before {
    color: #FF5D01 !important;
}

.contacts-line .ui-widget-header .ui-state-hover,

.contacts-line .ui-widget-content .ui-state-focus,
.contacts-line .ui-widget-header .ui-state-focus,
.contacts-line .ui-button:hover,
.contacts-line .ui-button:focus {
	border: 0 solid #cccccc;
	background: transparent;
	font-weight: normal;
	color: #000;
}
.contacts-line .ui-widget-header {
    border: 0 solid #dddddd;
    background: transparent;
    color: #FFFFFF;
    font-weight: normal;
	font-size: 24px;
}
.contacts-line .ui-datepicker th {
	padding: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}
.contacts-line .ui-state-disabled, 
.contacts-line .ui-widget-content .ui-state-disabled {

}
.contacts-line .ui-state-default, 
.contacts-line .ui-widget-content .ui-state-default {
	
    color: #FFFFFF !important;
}
.form-colls .ui-widget-content .ui-datepicker-other-month {
	opacity: 0 !important;
}
.form-colls .ui-widget-content .ui-state-default.ui-state-disabled {
	color: #717171!important;
    background: #F7FFDF;
}
.form-colls .ui-widget-content .ui-state-default {
	
    background: transparent;
}
.contacts-line .ui-state-active, 
.contacts-line .ui-widget-content .ui-state-active, 
.contacts-line .ui-widget-header .ui-state-active, 
.contacts-line a.ui-button:active, 
.contacts-line .ui-button:active, 
.contacts-line  .ui-button.ui-state-active:hover {
    background: #FF5D01;
	border-color: transparent !important;
    color: #F8F0EC;
}

.form-colls .ui-widget-content .ui-state-active.ui-state-hover {
	
    background: #FF5D01;
}

.contacts-line .ui-widget-content .ui-state-default.ui-state-active:hover {

	
    background: #FF5D01;
}
.contacts-line .ui-widget.ui-widget-content {
    border: 0 solid #c5c5c5;
	background: transparent;
}
.contacts-line .ui-datepicker td {
	padding: 0;
}
.contacts-line .ui-datepicker td span, 
.contacts-line .ui-datepicker td a {
	padding: 4px 15px;
	text-align: center;
	margin: -1px 0 0 -1px;
	font-size: 14px !important;
	border-radius: 40px;
	border-color: transparent !important;
}
 .contacts-line .ui-widget-content .ui-state-disabled {
	 color: #717171;
	border-radius: 40px;
	background: #2B242E;
	background: transparent;
	opacity: 1;
	color: #717171;
	opacity: .3;
 }
.contacts-line .ui-widget-content .ui-state-default:hover {
	
	background: #2B242E;
}
.user-form .field {
	position: relative;
}

.user-form .field label {
	
	transition: all 0.5s;
	overflow: hidden;
	color: #FFFFFF;
	white-space: nowrap;
	z-index: 1;
	display: block;
	padding: 22px 0 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}
.user-form .field textarea:focus,
.user-form .field input:focus  {
	background: #FFFFFF !important;
}
.user-form .field textarea:focus + label,
.user-form .field input:focus + label {
	opacity: 1;
	top: 10px; 
	left: 10px;	
	
}






.form-colls-h {
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}
.form-colls-h::after {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	bottom: 40px;
	background: url('../img/wave.png') 0 0 / auto 100%  no-repeat;
	content: '';
	display: block;
	height: 170px;
	aspect-ratio: 1232/375;
	z-index: 1;
	
}
.form-colls-h h2 {
	text-transform: uppercase;
	font-size: 80px;
	text-align: center;
	z-index: 2;
	position: relative;
}
.form-colls .user-form .field-checkbox {
	padding: 5px 0 20px 40px;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 120%;
	display: block;
}

.form-colls .user-form .field-checkbox input[type="checkbox"] {
  border: none;
  background: transparent;
	margin-right: 15px;
	opacity: 0;
	position: absolute;
	left: -300000px;
}


.form-colls .user-form .field-checkbox {
	position: relative;
}

.form-colls .user-form .field-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
	color: #FFFFFF;
}

.form-colls .user-form .field-checkbox  label {
  border: 1px solid #D5FF63;
  cursor: pointer;
  height: 25px;
  left: 1px;
  position: absolute;
  top: 4px;
  width: 25px;
  border-radius: 4px;
}

.form-colls .user-form .field-checkbox label:after {
  border-style: none none solid solid;
  content: "";
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  transform:rotate(-45deg);
  width: 10px;
}


.form-colls .user-form .field-checkbox a {
  text-decoration: underline;
}


.form-colls .user-form .field-checkbox a:hover {
	text-decoration: none;c
}













.user-form .field  textarea,
.user-form .field  input {
	border: none;
	resize: none;
	font-weight: bold;
	font-weight: normal;
	font-size: 14px;
	display: block;
	background: #2C242F;
	width: 100%;
	padding: 6px 10px;
	transition: all 1s;
	border-radius: 8px;
	color: #FFFFFF;
	
}
.user-form .field textarea {
	margin-bottom: 25px;
	padding: 6px 10px;
	
}
.user-form .protect {
	display: none;
}
.user-form .field textarea:focus,
.user-form .field input:focus {
	background: #FFFFFF;
	color: #1C1D3C;
	outline: none;
}


.inner-data {
	margin: 0 -5px 50px -5px;
}
.inner-data .flex-box>div {
	flex-shrink: 0;
    flex-shrink: 0;
    flex-grow: 1;
	padding: 120px 30px;
	text-align: center;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	width: 20%;
	background: #E9EDF9 url(../img/round.svg) 60px 60px / 120% auto no-repeat;
}
.inner-data .flex-box>div:nth-child( 2 ) {
	background-position: -90px -40px;
}
.inner-data .flex-box>div:nth-child( 3 ) {
	background-position: -30px 140px;
}
.inner-data .flex-box>div:nth-child( 4 ) {
	background-position: 60px 40px;
}
.inner-data .flex-box>div:nth-child( 5 ) {
	background-position: 60px -70px;
}
.inner-data .flex-box {
	display: flex;
	background: #E9EDF9;
}
.inner-data span {
	font-size: 30px;
	display: block;
	color: #0F1C5E;
	margin-bottom: 30px;
}
.inner-data strong {
	color: #0F1C5E;
	display: block;
	font-weight: bold;
	margin-top: 18px;
}
.location-home.location-home-inner h2 {
    margin: -72px 0 60px 0;
}
.location-home h2 span {
	display:block;
	color: #AB8D73;
}
.location-home h2 {
	font-size: 76px;
	text-align: right;
	margin: -130px 0 60px 0;
	color: #FFFFFF;
	text-transform: uppercase;
}
.location-home .fluid-map {
	padding: 0 !important;
}
.location-home #gmap {
	margin-top: 60px;
}
.location-home {
	padding: 0 0 0 0;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	background: #060F3B;
}
.location-home-img {
		min-height: 50vh;
	background: url( '../img/home-map.jpg' ) center center / cover no-repeat;
}

.home-advantages.home-advantages-inner {
	padding-bottom: 150px;
}
.home-advantages {
	padding: 100px 0 40px 0;
	background: #F8F0EC;
	overflow: hidden;
}

.white-block::before {
	background: #4E00FF;
	width: 60vw;
	top: -98px;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	position: absolute;
}
.white-block {
	background: #F7FFDF;
	position: relative;
}
.white-block > .container {
	position: relative;
	z-index:11;
	top: -98px;
}

.home-gallery ul {
	
	height: 100vh;
}
.home-gallery-container {
	
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}
.home-gallery {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 100%;
	left:0;
	right: 0;
	top: 0;
}
.home-screen {
	
	background: #272129 url( '../img/homebg.jpg' ) center 0 / cover no-repeat;
	background-attachment:fixed;
}
.container.container-clean {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media screen and (min-width: 992px) {
		
		.home-gallery-container {
			min-height: 160vh;
		}
		.home-gallery-spacer {
			height: 50vh;
		}
		.home-gallery .image-item {
			scale: 1;
			transition: transform .5s;
		}
		.home-gallery {
			opacity: 0;
			transition: opacity .1s;    
			background: #272129;
		}
		.home-gallery.pos-fixed {
			position: fixed;
		}
		.list .list-item.pos-fixed {
			position: fixed;
		}
		
		#gmap {
			min-height: 750px;
		}
}

	.list .list-item {
		
		/*transition: top .2s;*/
	}
.home-footer {
	position: relative;
	z-index: 10000;
	background: #272129
}
.home-gallery .slider-li {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.home-gallery .image-item img {
	height: 100vh;
	width: 100%;
	opacity: 0;
}
.home-gallery .image-item {
	background-size: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-gallery .currentSlide {
	/*
	position: absolute;
	bottom: 145px;
	right: 160px;
	color: #E7EDEB;
	width: 95px;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	z-index: 10;
	*/
	
	
	z-index: 10;
	
	text-align: center;
	width: 108px;
	height: 50px;
	box-sizing: border-box;
	color: #272029;
	background: rgba( 231, 237, 235, .2);
	border-radius: 400px;
	padding: 5px 10px;
	bottom: 120px;
	right: 70px;
	position: absolute;
    backdrop-filter: blur(5px);
}
.home-gallery .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #D9D9D9;
    border-radius: 0px;
	opacity: .5;
    display: inline-block;
    height: 3px;
    width: 35px;
}



.home-gallery .lSAction {
	
	
	position: absolute;
	right: 70px;
	left: 70px;
	top: 50%;
	margin-top: -70px;
	/*
	width: 278px;
	height: 94px;
	box-sizing: border-box;
	color: #272029;
	background: rgba( 231, 237, 235, .2);
	border-radius: 400px;
	padding: 20px;
	bottom: 120px;
	right: 70px;
	position: absolute;
    backdrop-filter: blur(5px);
*/
}
.home-gallery .lSAction a:hover {
	background: #FFFFFF;
}
.home-gallery .lSAction a {
	transition: background .5s;
	width: 60px;
	background: #D5FF63;
	height: 60px;
	border: transparent;
	cursor: pointer;
	border-radius: 35px;
	opacity: 1;
	top: 34px;
	text-decoration: none;
}
.home-gallery .lSPrev,
.home-gallery .lSNext {
	line-height: 60px;
	text-align: center;
}
.home-gallery .lSNext {
	
	right: 19px;
}
.home-gallery .lSPrev {
	
	left: 19px;
}
.home-gallery .lSNext::before,
.home-gallery .lSPrev::before {
	color: #272029;
	display: block;
	height: 60px;
	display: block;
	text-decoration: none;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
}
.home-gallery .lSPrev::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url('../img/arrow-left.svg') center center no-repeat;

}
.home-gallery .lSNext::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url('../img/arrow-right.svg') center center no-repeat;
	
}
















.yellow-line {
	background: #D9FF42;
	padding: 100px 0 80px 0;
}
.yellow-line > .container .block-decoration {
	content: '';
	position: absolute;
	top: -400px;
	left: 0px;
	width: 300px;
	display: block;
	aspect-ratio: 354 / 455;
	background: url('../img/adv.jpg?a') 0 0 / 100% auto no-repeat;
}
.yellow-line > .container > .image-dec {
	content: '';
	position: absolute;
	top: -240px;
	left: 270px;
	width: 200px;
	display: block;
	aspect-ratio: 208 / 210;
	background: url('../img/c.png?a') 0 0 / 100% auto no-repeat;
	
}
.yellow-line > .container {
	position: relative;
}
.yellow-line h2 {
	
	 color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4E00FF;
	font-weight: normal;
	text-align: right;
	font-size:140px;
	display: block;
	margin-bottom: -15px;
	line-height: 100%;
}

.top-data {
	background: #3700B3;
	background:#DADEEA;
	position: relative;
	
	
	-webkit-mask: linear-gradient(#000 0 0), linear-gradient(90deg, #000 100%, #0000 0) content-box no-repeat;

    transition: mask-size .5s 0.4s;
	
	-webkit-mask-position: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 100% 100%;
    mask-size: 100% 0%;
	
	animation: .7s ease-out 1.5s 1 mask-animate;
    animation-fill-mode: forwards;
}

	
@keyframes mask-animate {
  0% {
    mask-size: 100% 0%;
  }
  95% {
    mask-size: 100% 100%;
  }
  100% {
    mask-size: 100% 100%;
  }
}

.top-data .row > div {
	width: auto !important;
}
.top-data .flex-box {
	padding: 15px 15px;
}


.top-data span {
	font-size: 14px;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}
.top-data a,
.top-data strong {
	font-size: 18px;
	display: block;
	text-decoration: none;
	font-weight: 300;
	margin-top: 8px;
}

.top-data .flex-yellow strong,
.top-data .flex-yellow a,
.top-data .flex-yellow span {
	color: #4E00FF;
	
}

.top-data .container {
	position: relative;
}
.top-data .link-bottom {
	position: absolute;
	margin-top: 0;
	top: 0;
	bottom: 0;
	right: 12px;
	    width: calc( 16.66666667% - 24px);
	display: block;
	background: #D9FF42;
	text-align: center;
	color: #3700B3;
	text-decoration: none;
	text-align: center;
	padding: 50px 0 0 0;
}
.top-data .link-bottom::before {
	display: block;
	content: '';
	width: 3px;
	height: 25px;
	margin: 0 auto 0 auto;
	
	background: #3700B3;
	
}
.top-data .link-bottom::after {
    content: '\276F';
	color: #3700B3;
	font-size: 30px;
	display: block;
	margin: -8px 0 0 -3px;
	transform: rotate(90deg);
}



button:focus,
button {
	outline: none;
}

.nav-top .navbar-collapse {
	background: rgba(0, 0, 0, .0);
    position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	transition: opacity .5s;
	z-index: 100;
	min-height: 100vh;
	padding: 0 0;
	z-index: 102;
	opacity: 0;
}
.round-close:hover {
	background: #D5FF63;
}
.round-close {
	width: 46px;
	height: 46px;
	color: #FFFFFF;
	border: 1px solid #D5FF63;
	border-radius: 46px;
	cursor: pointer;
	line-height: 46px;
	text-align: center;
	position: absolute;
	background: transparent;
	right: 15px;
	top: -110px;
	transition: background .5s;
}
.round-close strong {
    display: block;
    padding: 0 6px 0 9px
}
.round-close .icon-bar {
    background: #D5FF63;
    width: 1px;
    transition: all .2s;
    display: block;
    height: 16px;
	margin: 0 2px;
	float: left;
}

.round-close:hover .icon-bar {
	
    background: #2f2a31;
}
.nav-top .navbar-collapse .menu-container .container {
	position: relative;
}
.nav-top .navbar-collapse .menu-container {
	position: relative;
	min-height: 100vh;
	padding: 140px 120px;
	width: 100%;
	background: #2f2a31;  
	background: #2f2a31 url(../img/homebg.jpg) center 0 / cover no-repeat;
}

.nav-top .navbar-collapse  .nav>li>a:focus, 
.nav-top .navbar-collapse  .nav>li>a:hover {
	background: transparent;
}
.nav-top .navbar-collapse.show {
	opacity: 1;
	display: block;
}
.nav-top .navbar-collapse .navbar-nav a:hover {
	text-decoration: none;
	color: #000000 !important;
}
.nav-top .navbar-collapse .navbar-nav a {
	color: #000000;
	font-size: 34px;
	padding-left: 75px;
	font-weight: 300;
	transition: color .5s;
}
.nav-top .navbar-collapse .navbar-nav {
	text-align: left;
}
.nav-top .navbar-collapse .navbar-nav>li {
	display: block;
	padding: 15px 20px 15px 0;
	float: none;
	line-height: 120%;
}
.nav-top .navbar-collapse .navbar-nav>li a:hover {
	color: #D5FF63 !important;
}
.nav-top .navbar-collapse .navbar-nav>li a {
	display: block;
	color: #E7EDEB;
	font-size: 40px;
	line-height: 120%;
	padding-left: 0;
	transition: color .5s;
	font-size: 54px;
}
.nav-top .navbar-collapse .navbar-nav {
    float: none;
	
}

.faq {
	padding: 100px 0;
}
.faq h2 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
}


.mini-advantages {
	padding: 100px 0;
}
.mini-advantages h2 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
}



.mini-advantages ul {
	    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    counter-reset: all;
    border-top: 1px solid #EFEFEF;

}
.mini-advantages ul li {
	  color: #FFFFFF;
	  background: #0F1C5E;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
    padding: 30px 110px;
    cursor: pointer;
    margin: 0;
	    border: 1px solid #EFEFEF;
    border-top: 0 solid #EFEFEF;
	
}
.mini-advantages ul li::before {
/*    counter-increment: all;
    content: "0" counter(all);
    color: #FFFFFF;
    position: absolute;
    color: #525265;
    position: absolute;
    margin: 0 0 0 -40px;
    font-size: 16px;
	color: #bdbdcf;
	font-family: 'Open sans', Arial;*/
}

.about-block .about-image .image-dec {
	content: '';
	display: block;
	top: 80px;
	right: 170px;
	background: url('../img/ha.png?a') 0 0 / 100% auto no-repeat;
	aspect-ratio: 241 / 185;
	width: 200px;
	position: absolute;
	
	
	
}
.about-block .about-image.about-image-mobile {
	display: none;
}
.about-block .about-image{
	position: relative;
	padding: 170px 0 0 12px;
}
.about-block .about-image img {
	width: 100%;
	
}

.viewport-image {	
	-webkit-mask: linear-gradient(#000 0 0), linear-gradient(90deg, #000 100%, #0000 0) content-box no-repeat;

    transition: mask-size .5s 0.6s;
	
	-webkit-mask-position: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 100% 0%;
    mask-size: 0% 100%;
}
.home-top .container .main-slider.viewport-image {	 
    transition: mask-size .5s 1s;
}
.h2.viewport-image {	 
    transition: mask-size .5s 1.2s;
}
.viewport-image.in{
	
    mask-size: 100% 100%;
}

.about-block .link-button {
	margin-bottom: 250px; 
}
.about-block .text-block *,
.about-block .text-block {
	
	color: #FFFFFF;
}
.about-block h2 {
	 color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D9FF42;
	font-weight: normal;
	font-size: 200px;
	line-height: 110%;
	margin-bottom: 30px;
	position: relative;
	z-index: 11;
	width: 120%;
}
.about-block {
	background: #4E00FF;
	color: #FFFFFF;
}
.about-block > .container::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	    width: calc( 16.66666667% - 24px);
	display: block;
	background: #D9FF42;
}
.about-block > .container {
	position: relative;
	padding-top: 100px;
	padding-bottom: 150px;
}


.footer-menu .logo a {
	display: inline-block;
}
.footer-menu .logo {
	padding-bottom: 20px;
	text-align: center;
}
.footer-menu .logo img {
	margin: 0 auto;
	display: block;
}
.footer-menu ul {
	display: block;
	text-align: center;
	border-top: 1px solid #2C252E;
	padding-top: 25px;
}
.footer-menu ul li {
	display: inline;
	padding: 0 20px;
}
.footer-menu {
	padding-bottom: 40px;
	color: #FFFFFF;
}
.footer-menu a {
	color: #E7EDEB !important;
	
}

.footer-logos {
	padding: 50px 25px 40px 25px;
	
	border-top: 1px solid rgba( 255, 255, 255, .3);
	text-align: center;
}

.footer-logos h3 {
	font-size: 32px;
}
.footer-logos .row-logos {
	display: flex;
	align-items: center;
	 justify-content: center;
}

.footer-logos img {
	display: block;
	margin: 30px auto;
	filter: brightness(0) invert(1);
	max-width: 150px;
}
.footer-logos p {
	text-align: center;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}



.footer-line a {
	color: #E7EDEB !important;
	font-size: 11px;
}
.footer-line em {
    color: #D5FF63;
    display: inline-block;
    border: 1px solid #D5FF63;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 0 15px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.footer-line span {
	
	text-transform: uppercase;
}
.footer-line {
	padding: 40px 0 50px 0;
	color: #E7EDEB !important;
	font-size: 11px;
}
.footer-line svg * {
	
	fill: #FFFFFF;
}
.footer-line svg {
	fill: #FFFFFF;
	margin: -4px 0 0 8px;

}
.footer-line p {
	text-align: right;
}




.socials a {
	margin-left: 15px;
}
.socials a *,
.socials a {
	text-decoration: none !important;
	font-size: 24px;
}
.socials a:hover *,
.socials a:hover {
	color: #D5FF63 !important;
	fill: #D5FF63 !important;
}
.socials {
	font-size: 24px;
	text-align: right;
}




.footer-line img {
	margin-left: 8px;
}


footer img {
	width: 160px;
}
footer {
	background: #221D24;
	padding: 60px 0 0 0;
	margin: 0px 0 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Host Grotesk", sans-serif;
}
footer a {
	text-decoration: underline;
	font-size: 16px;
}
footer a:hover {
	text-decoration: none;
}
footer ul {
	list-style: none;
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
}
footer ul li {
	display: block;
	padding: 0;
	margin-bottom: 14px;
}
footer ul li a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	padding: 5px 0;
}

footer ul li a:hover {
	text-decoration: underline;
}



footer .logo img {
	
	max-width: 100px;
}
footer .logo {
	
}
footer .social-links {
}
footer .social-links a {
	text-decoration: none;
}
footer .social-links a:hover {
	text-decoration: underline;
}





.faq ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px solid #EFEFEF;
}
.faq li { 
	position: relative;
	overflow: hidden;
}
.faq li::after {
	border-radius:80px 0 0 80px ;
	display: block;
	z-index: -1;
	content: '';
	position: absolute;
	background: #0F1C5E;
	box-sizing: border-box;
	top: -40px;
	bottom: 100%;
	left: 100%;
	right: 0;
	transition: bottom .1s ease-out, left .4s ease-in;
}
.faq li:hover::after {
	
	bottom: -20px;
	left: -50px;
}
.faq h4 {
	color: #0F1C5E;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 16px;
	padding: 30px 110px;
	cursor: pointer;
	margin: 0;
	transition: color .2s;
}
.faq li:hover h4 {
	color: #FFFFFF;
}




.faq li input {
	opacity: 0;
	position: absolute;
}
.faq li {
	
	display: block;
	padding: 0;
	margin: 0;
	display: block;
	border: 1px solid #EFEFEF;
	border-top: 0 solid #EFEFEF;
}

.faq input[type="radio"]:checked ~h4 {
	background: #0F1C5E;
	color: #FFFFFF;
}
.faq label {
	display: block;
	margin: 0;
}
.faq label  .faq-content-padd {
	padding: 5px 35% 45px 110px;
}
.faq label  .faq-content::after {
	display: table;
	clear: both;
	content: '';
}
.faq label  .faq-content {
	font-weight: normal;
	font-size: 14px;
	line-height: 160%;
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s;
}
.faq input[type="radio"]:checked ~ div.faq-content { 
	max-height: 100px;
	background: #0F1C5E;
	color: #FFFFFF;
	
}


.image-block {
	position: relative;
	aspect-ratio: 5 / 2;
	text-align: center;
	color: #FFFFFF;
	background: url('../img/home-block.jpg?a') 50% 50%/150% auto no-repeat;
	animation: 20s ease-in .5s 1 image-animate ;
	animation-iteration-count: infinite;
   /* animation-fill-mode: forwards; */
   display: flex;
    align-items: center;
	border-left: 1px solid #EFEFEF;
   
}

.image-block.inner-block {
	border-left: none;
	margin-bottom: 50px;
}





.gallery-home {
	background: #4E00FF;
}
.gallery-home .gallery-link:hover::before {
	background: rgba( 72, 74, 100, .6);
	background: rgba( 217, 255, 66, .6);
	padding: 340px 346px;
}
.gallery-home .gallery-link::before {
	transition: all .5s;
	position: absolute;
	content: '+';
	left: 50%;
	top: 50%;
	display: block;
	padding: 30px 36px;
	font-size: 60px;
	
	text-align: center;
	background: #D9FF42;
	background: rgba( 217, 255, 66, 1);
	color: #4E00FF;
	transform: translate( -50%, -50% );
}
.gallery-home .gallery-link {
	overflow: hidden;
	padding: 100% 20px 20px 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 60px 90px 0;
	position: relative;
}
.gallery-home h2 {
	 color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFFFFF;
	font-weight: normal;
	font-size: 190px;
	line-height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 120%;   
	transform: rotate(-90deg) translate(150px, -690px);
}
.gallery-home > .container > .image-dec {
	content: '';
	display: block;
	position: absolute;
	left: 120px;
	top: 500px;
	z-index: 11;
	width: 190px;
	aspect-ratio: 208 / 109;
	background: url('../img/gc.png?a') 0 0 / 100% auto no-repeat;
}
.gallery-home > .container::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	    width: calc( 16.66666667% - 24px);
	display: block;
	background: #D9FF42;
}
.gallery-home .gallery-padding .cart {
	content: '';
	display: block;
	position: absolute;
	    width: 170px;
    bottom: 70px;
    right: 250px;
	background: url('../img/g.png?a') 0 0/100% auto no-repeat;
	aspect-ratio: 152 / 145;

}
.gallery-home .gallery-padding > .row div:nth-child(2) {
	    padding-top: 175px;
    margin-bottom: -175px;

}
.gallery-home .gallery-padding {
	padding: 0 50px 0 400px;
	position: relative;
	bottom: -170px;
	min-height: 960px;
}
.gallery-home > .container {
	position: relative;
	padding-top: 100px;
}




.image-block h2 {
	font-size:  50px;
	margin-bottom: 30px;
}
.image-block.inner-block::before {
	display: none;
}
.image-block::before {

content: '';
	display: block;
	position: absolute;
	background: #FFFFFF;
    width: 33.33333333%;
	left: 0;
	top: 0;
	height: 85px;
	border-left: 1px solid #FFFFFF;
	margin-left: -1px;
}
.image-block .image-block-center {
	
    flex-shrink: 1;
    flex-grow: 1;
}
.image-block .image-block-text {
	padding: 0 150px;
}
.image-block .image-block-padding {
	padding: 110px 20% 40px 20%;
}
.image-block::after {
    width: 1px;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    width: 33.33333333%;
    right: 33%;
    position: absolute;
    border-left: 1px solid rgba( 255, 255, 255, .3);
    border-right: 1px solid rgba( 255, 255, 255, .3);
}


@media screen and (max-width: 1023px) {
	.home-viewport h2 {
		font-size: 85px;
	}
	.nav-top .nav-top-link {
		padding-right: 50px;
	}
	.round-close {
		right: -15px;
	}
	.nav-top .nav-top-link a.btn {
		margin: 0 5px 0 0;
	}
	.nav-top .nav-top-link .favorite-inner {
		margin: 0 5px;
	}
	.nav-top .nav-top-link a.btn {
		padding: 0 20px;
	}
	.home-values h2 { 
		font-size: 60px;
	}
	.home-values .list-item .list-item-content {
		padding: 30px 40px;
	}
	.home-values .list-img img {
		border-radius: 25px;
	}
}



.side-toggle .dark-link {
	padding-top: 15px;
}
.side-toggle .side-buttons {
	display: flex;
}
.side-toggle .accordion-button {
	display: block;
	overflow: hidden;
	background: #D9FF42;
	padding: 15px 30px;
	color: #4E00FF;
	font-size: 24px;
	letter-spacing: 0;
	position: relative;
	font-weight: normal;
	
	transition: color .2s, background .8s;
}
.side-toggle .accordion-button span {
	display: block;
	text-transform: none;
	letter-spacing: 0;
	color: #3700B3;
	font-size: 16px;
}
.side-toggle .side-toggle-wrapper {
	
}
.side-toggle .accordion-button.collapsed {
	color: #FFF;
	background: #FFF;
	color: #0F1C5E;
	transition: background .8s;
}
.side-toggle .accordion-button:hover {
	background: #D9FF42;
}




.side-toggle .accordion-button::before {
	
	display: block;
	content: '';
	position: absolute;
	background: #4E00FF;
	box-sizing: border-box;
	top: 0px;
	width: 0;
	height: 4px;
	left: 0;
	right: 0;
	transition: width .4s ease-in;
}
.side-toggle .accordion-button:not(.collapsed)::before {
	width: 100px;
	
}





.side-toggle .side {
}
.side-toggle {
	overflow: hidden;
}
.side-toggle .side-toggle-content .text-padd {
	padding: 60px 60px 60px 0;
}
.side-toggle .side-toggle-content img {
	width: 100%;
}
.side-toggle .side-toggle-content h3 {
	font-size: 56px;
	color: #D9FF42;
	margin-bottom: 30px;
}
.side-toggle .side-toggle-content .accordion-button {
	display: none;
}
.side-toggle .side-toggle-content {

}
.side-toggle .side-toggle-content * {
	color: #FFFFFF;
	
}



.cookie-message .cookiebar-close-cancel {
    display: inline-block;
      display: inline-block;
    padding: 10px 25px !important;
	margin-top: 15px;
    font-size: 16px !important;
    text-align: center;
    text-decoration: none;
    transition: background .5s, color .5s, border .5s;
    border-radius: 35px;
    border: 1px solid #D5FF63;
    background: #272129;
    color: #FFFFFF;
	font-weight: normal !important;
	
}
.cookie-message .cookiebar-close-cancel:hover {
	color: #272129;
    background: #FFFFFF;
	
    border: 1px solid #FFFFFF;
	text-decoration: none;
}
.cookie-message .cookiebar-close {
     display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center;
    text-decoration: none;
    transition: background .5s, color .5s, border .5s;
    border-radius: 35px;
    border: 1px solid #D5FF63;
	margin-top: 15px;
    background: #D5FF63;
    color: #060F3B;
	font-weight: normal !important;
}
.cookie-message .cookiebar-close:hover {
	color: #272129;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
	
	
	text-decoration: none;
}
.cookie-message {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: rgba( 0, 0, 0, .85);
	background: rgb(39 33 41 / 95%);
	z-index: 100000;
	display: none;
	
}

.cookie-message .popup-block {
	border: 0;
	padding: 70px 50px;
	text-align: center;
	position: fixed;
	z-index: 100;
	background: #D9FF42;
	background: #272129;
	top: auto;
	bottom: 0;
	left: 0%;
	right: 0;
	z-index: 100001;
	/*transform: translate( -50%, -50% );*/
	box-sizing: border-box;
	border: 2px solid ##3700B3;
	
	
	
}

.filter-button,
.site-button {
	padding-top: 25px;
}
.filter-button button,
.site-button a {

	display: inline-block;
	padding: 21px 25px;
	font-weight: bold;
	font-size: 16px !important;
	text-align: center;
	text-decoration: none;
	transition: background .5s, color .5s, border .5s;
	border-radius: 35px;
	border: 1px solid #D5FF63;
	background: #D5FF63;
	color: #060F3B;

	font-size: 14px;
}
.filter-button button:hover,
.site-button a:hover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.filter-button button svg,
.site-button a svg {
	margin-left: 10px;
}
.site-buttons .site-button {
	text-align: center;
	display: inline-block;
}
.site-button.dark-bg-button a {
	color: #FFFFFF;
}
.site-button.dark-bg-button a:hover {
	
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #060F3B !important;
}



.link-button {
	padding-top: 25px;
}
.link-button a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	background: transparent;
	padding: 0 35px;
	height: 72px;
	font-weight: normal;
	line-height: 72px;
	text-decoration: none;
	transition: background .7s;
	border-bottom: 3px solid #D9FF42;
	color: #FFFFFF !important;
}
.link-button a:hover {
	text-decoration: none;
	background: #3700B3;
	color: #FFFFFF !important;
}



/* brokers-list */
.brokers-list {
	padding: 100px 0 50px 0;
	z-index: 1000;
	background: #272029;
	position: relative;
}
.brokers-list h2 strong {
	color: #FF5D01;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
    display: inline;
}
.brokers-list h2 {
	color: #E7EDEB;
	margin-bottom: 70px;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.brokers-list .broker .broker-img {
	padding-right: 35px;
	float: left;
}
.brokers-list .broker::after {
	content: '';
	display: table;
	clear: both;
}
.brokers-list .broker {
    padding: 35px 10px 35px 35px;
	border-radius: 30px;
	border: 1px solid #534658;
}

.brokers-list .row > div:nth-child(odd) .broker {

}
.brokers-list span {
	display: block;
}
.brokers-list strong {
	display: block;
	color: #E7EDEB;
	font-size: 20px;
font-style: normal;
font-weight: 400;
	margin-bottom: 3px;
}
.brokers-list .broker-text span {
		white-space: nowrap;
}
.brokers-list .broker-text {
	padding: 0 0;
	
}
.brokers-list a {
	text-decoration: none;
	font-weight: 400;
	color: #D5FF63;
	font-size: 14px;
	line-height: 120% !important;
}
.brokers-list a:hover svg *,
.brokers-list a:hover svg {
	fill: #FFFFFF!important;
}
.brokers-list a:hover {
	color: #FFFFFF !important;
}
.brokers-list img {
	width: 100%;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 140px;
}
.brokers-list span.link-phone a {
	
}
.brokers-list span.link-phone a:hover {
	
}
/*
.brokers-list span.link-phone::before {
	content: 'M';
	margin-right: 12px;
	display: inline-block;
	font-weight: normal;
	color: #060F3B;
	display: inline-block;
}*/
.brokers-list .row > div:last-child {
	border: none;
}
.brokers-list span a {
	display: inline-block;
	margin: 0;
	position: relative;

}

.brokers-list span.link-email a {
	margin: 1px 0;
	position: relative;
}
.brokers-list span.link-email a:hover {
	text-decoration: none;
}/*
.brokers-list span.link-email::before {
	display: inline-block;
	font-weight: normal;
	content: 'E';
	margin-right: 12px;
	color: #060F3B;
	display: inline-block;
}*/




.flat-gallery-slider .gallery-slider li a {
	aspect-ratio: 5 / 4;
	opacity: 1;
}


/* gallery-slider */
.gallery-slider {
	position: relative;
	margin: 0 -20% 50px -20%;
	width: 140%;
}
.gallery-slider li.active {
	padding: 0px 30px 40px 30px;
}
.gallery-slider li {
	padding: 20px 50px 20px 50px;
	transition: padding .5s;
}
.gallery-slider .slider-numbers {
	text-align: center;
	font-size: 22px;

	
}
.gallery-slider .lSPager {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate( -50%, 0 );
}
.gallery-slider .lSPager li {
	background: transparent;
	
}
.gallery-slider .lSSlideOuter .lSPager.lSpg > li:hover a, 
.gallery-slider  .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #FFFFFF;
	opacity: 1;
}
.gallery-slider  .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #D9D9D9;
    border-radius: 0px;
	opacity: .5;
    display: inline-block;
    height: 3px;
    width: 35px;
}


.default-holder {
	margin: 0 -12px;
	
}

.apdaila h2 {
	margin: 70px 0 60px 0;
	text-align: center;
	font-size: 50px;
}
.apdaila .p-block h3 svg {
	margin-right: 15px;
}
.apdaila .p-block h3 {
	text-transform: uppercase;
	font-size: 25px;
font-weight: 400;
letter-spacing: 5px;
}
.apdaila .p-block {
	border: 1px solid #EFEFEF;
	padding: 40px 60px;
	margin-bottom: 25px;
}
.apdaila .p-block-note {
	background: #E6E6F3;
	margin-bottom: 60px;
}


.header-line-image .container img {
	width: 100%;
}
.header-line-image::before {
	content: '';
	display: block;
	top: 0;
	bottom: 30%;
	left: 0;
	right: 0;
	background: #060f3b;
	position:absolute;
}
.header-line-image {
	position: relative;
}
.header-line-image .container {
	padding-left: 150px;
	position: relative;
}

.gallery-slider h2 {
	text-transform: uppercase;
	font-size: 50px;
	z-index: 10;
}
.gallery-slider li {
}
.gallery-slider li a {
	display: block;
	background-size: cover;
	aspect-ratio: 5 / 3;
	opacity: 0.65;
	opacity: 1;
	background-position: center center;
}
.gallery-slider li img {
	opacity: 0;
	display: none;
}

.gallery-slider .lSAction {
	
	
	margin: 0 auto;
	height: 30px;
	top: 50%;
	margin-top: -35px;
	left: 33%;
	width: calc(34% + 100px);
	position: absolute;

}
.gallery-slider .lSAction a:hover {
	background: #c39f7b;
}
.gallery-slider .lSAction a {
	transition: background .5s, color .5s, margin .5s;
	position: absolute;
	top: 50%;
	width: 70px;
	background: transparent;
	height: 70px;
	border: 1px solid #060F3B;
	cursor: pointer;
	margin-top: -35px;
	border-radius: 35px;
	opacity: 1;
	text-decoration: none;
}
.gallery-slider .lSPrev:hover {
	margin-left: 15px;
}
.gallery-slider .lSPrev::before {
	content: '\2190';
	color: #000000;
	display: block;
	height: 70px;
	display: block;
	text-decoration: none;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
}
.gallery-slider .lSNext::before {
	content: '\2192';
	display: block;
	height: 70px;
	text-decoration: none;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	
}


.gallery-slider .lSNext:hover{
	margin-right: 15px;	
}
.gallery-slider {
	position: relative;
}
.gallery-arrow {
	position: absolute;
	top: 50%;
	width: 70px;
	background: #FFFFFF;
	height: 70px;
	cursor: pointer;
	margin-top: -35px;
}
.gallery-arrow.nav-left {
	left: 30px;
	transition: left .5s ease-in;
}
.gallery-arrow.nav-left:hover {
	left: 15px;
}
.gallery-arrow.nav-right {
	right: 30px;
	transition: right .5s ease-in;
}
.gallery-arrow.nav-right:hover {
	right:15px;
}
/* gallery-slider */

.list {
	padding: 0px 0 50px 0;
}

.list .list-item-wrapper {
	min-height: 100vh;
	position: relative;
}
.list .list-item {
	min-height: 100vh;
	position: relative;
	position: static;
	top: 0;
}
.home-values .list .list-item-wrapper:first-child .list-item > .container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list .list-item > .container {
	box-shadow: 0 0 10px rgba( 0, 0, 0, .06);
	background: #272129 ;
	border-radius: 30px;
	width: 100% !important;
	padding: 0;
}
.list h2 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 30px;
}
.list > .row {
	align-items: center;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.list > .row:nth-child(2) {
	
	background: #A9ADA5;
}
.list > .row:nth-child(3) {
	
	background: #C0B9AE;
}
.list > .row:nth-child(4) {
	
	background: #DADEEA;
}
.list > .row .list-text {
	padding: 30px 50px;
}
.list > .row:nth-child(2n-1) .list-text {  
	order: 2;
}
.list .list-photo {
	min-height: 250px;
	background-size: 130%;
	background-position: center center;
	transition: background-size .5s; 
	background-repeat: no-repeat;
}

.list .row:hover .list-photo {
	background-size: 150%;
}
/* list-table */
.list-table h1 {
	font-weight: 400;
	margin: 25px 0 75px 0;
	font-size: 52px;
}
.list-table {
	margin-bottom: 50px;
}
.list-table table {
	width: 100%;
	
}
.list-table th {
	border-bottom: 3px solid #C39F7B;
	text-align: left;
	color: #C39F7B;
}
.list-table td .td-direction {
	position: relative;
	display: inline-block;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	padding: 1px 6px;
	padding-left: 25px;
	line-height: 130% !important;
	color: #060F3B;
}
.list-table td .td-direction::before {
	display: block;
	position: absolute;
	width: 15px;
	padding: 0;
	position: absolute;
	
	content: '\2191';
	left: 7px;
}
.list-table td .td-direction-s::before {
	
	transform: rotate(0deg);
}
.list-table td .td-direction-p::before {
	
	transform: rotate(180deg);
}
.list-table td .td-direction-v::before {
	
	transform: rotate(90deg);
}
.list-table td .td-direction-r::before {
	
	transform: rotate(-90deg);
}
.list-table td .td-direction-sr::before {
	
	transform: rotate(45deg);
	
}
.list-table td .td-direction-pr::before {

	transform: rotate(135deg);
}
.list-table td .td-direction-pv::before {
	
	transform: rotate(-135deg);
	
}
.list-table td .td-direction-sv::before {
	
	transform: rotate(-45deg);
}




.list-table td strong {
	font-weight: 400;
	color: #C39F7B;
}
.list-table td span {
	display: none;
	font-size: 16px;
	white-space: nowrap;
}
.list-table td, 
.list-table th {
	text-align: left;
	padding: 8px 16px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	text-align: center;
	
}
.list-table td {
}
.list-table .tr-status-reserved td,
.list-table .tr-status-free td {
	cursor: pointer;
}
.list-table .tr-status-reserved:hover td,
.list-table .tr-status-reserved:hover td *,
.list-table .tr-status-reserved td *,
.list-table .tr-status-reserved td {
	color: rgba( 15, 59, 30, .3) !important;
}
.list-table tr.tr-status-reserved td.button-td .table-button a,
.list-table tr.tr-status-reserved:hover td.button-td .table-button a {
    transition: background .5s;
	border: 1px solid  rgba( 15, 59, 30, .3) !important;
}
.list-table tr.tr-status-reserved:hover td.button-td .table-button a {
	color: #FFFFFF !Important;
	
}



.list-table .tr-status-sold:hover td,
.list-table .tr-status-sold:hover td *,
.list-table .tr-status-sold td *,
.list-table .tr-status-sold td {
	color: rgba( 15, 59, 30, .3) !important;
}


.list-table tr.tr-status-sold:hover td.button-td .table-button strong,
.list-table tr.tr-status-sold td.button-td .table-button strong,
.list-table tr.tr-status-sold:hover td.button-td .table-button strong,

.list-table tr.tr-status-sold:hover td.button-td .table-button a,
.list-table tr.tr-status-sold td.button-td .table-button a,
.list-table tr.tr-status-sold:hover td.button-td .table-button a {
    transition: background .5s;
	background: transparent !important;
	border: 1px solid  rgba( 15, 59, 30, .3) !important;
}




.list-table tr td.button-td  {
	transition: background .5s;
}
.list-table tr:hover td.button-td  .table-button a  {
	transition: background .5s;
	background: #C39F7B;
}
.list-table td .table-button a:hover {
	
}
.list-table td .table-button strong,
.list-table td .table-button a {
	display: block;
	padding: 3px 8px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: background .5s;
	border: 1px solid #C39F7B;
	border-radius: 25px;
}
.list-table td .table-button {
    margin-top: 0;
}
/* flats */
.advantages  {
	padding: 0 15px 100px 15px;
}
.advantages  h2 {
	font-weight: 300;
	margin: 0 -15px 30px -15px;
	}
.advantages  h3 {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 40px;
}
.advantages .advantages-item .nr {
	margin-bottom: 30px;
	font-weight: normal;
	font-family: "wt_monarch_novaregular";
	font-size: 96px;
	line-height: 100%;

}
.advantages .advantages-item .col-text {
	padding: 50px;
	font-size: 20px;
}
.advantages .advantages-item .col-photo {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 450px;
	border-left: 100px solid #A9ADA5;
	transition: background-size .5s;
}
.advantages .advantages-item:hover .col-photo {
	background-size: 140%;
}
.advantages .advantages-item:nth-child(7) .col-photo {
	
	border-left: 100px solid #C0B9AE;
}
.advantages .advantages-item:nth-child(3) .col-text {
	
	border-left: 100px solid #DADEEA;
}
.advantages .advantages-item:nth-child(3) .col-photo {
	
	border-left: 100px solid #FFFFFF;
}
.advantages .advantages-item:nth-child(6) .col-text {
	
	border-left: 100px solid #A9ADA5;
}
.advantages .advantages-item:nth-child(6) .col-photo {
	
	border-left: 100px solid #FFFFFF;
}
.advantages .advantages-item:nth-child(4) .col-photo {
	
	border-left: 200px solid #FFFFFF;
}
.advantages .advantages-item:nth-child(5) .col-photo {
	
	border-left: 0 solid #FFFFFF;
	border-right: 100px solid #CFCDD3;
	order: 1;
}
.advantages .advantages-item:nth-child(5) .col-text {
	
	order: 2;
}
.advantages .advantages-item {
	font-weight: 300;
	background: #FFFFFF;
	margin-bottom: 50px;
	
}
/* advantages-list */


.advantages-list .advantages-list-item .a-viewport-fade {
	padding-bottom: 75px;
}
.advantages-list .advantages-list-item {
	background: #060F3B;
	color: #FFFFFF;
	padding-bottom: 0;
}
.advantages-list .advantages-list-item:nth-child(2n) .text-wrapper {
	
	order: 1;
}
.advantages-list .advantages-list-item:nth-child(2n) .image-wrapper .row {
	align-items: end;
}
.advantages-list .advantages-list-item:nth-child(2n) .image-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	order: 2;
}
.advantages-list .advantages-list-item:nth-child(2n) .c4 {
	display: none;
}
.advantages-list .advantages-list-item:nth-child(2n) .c3 {
	order: 2;
	padding-top: 70px;margin-left: 100px;
}
.advantages-list .advantages-list-item:nth-child(2n) .c2 {
	order: 1;
}
.advantages-list .advantages-list-item:nth-child(2n) .c1 {
	order: 3;
}
.advantages-list .advantages-list-item:nth-child(2n) {
	background: transparent;	
	color: #060F3B;
}

.advantages-list .row-images {
	align-items: end;
}
.advantages-list.advantages-list-inner .advantages-list-item:first-child  h2 {
	mix-blend-mode: difference;
    margin-top: -70px;
}
.advantages-list h2 {
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60px;
	text-align: right;
	margin-top: -75px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.advantages-list h3 {
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 50px;
	text-align: left;
	margin-bottom: 75px;
	color: #FFFFFF;
}
.advantages-list.advantages-list-inner .advantages-list-item .advantages-text-block {
	padding: 0 0 0 0;
}
.advantages-list.advantages-list-inner .advantages-list-item h2 {
	    mix-blend-mode: difference;
	margin-top: -65px;
}
.advantages-list .advantages-list-item u{
	text-decoration: none;
	font-size: 28px;
}
.advantages-list .advantages-list-item:nth-child(2n) h2 {
	color: #060F3B;
	color: #FFFFFF;
	margin-top: -70px;
	text-align: left;mix-blend-mode: difference;
}
.advantages-list img {
	width: 100%;
}

.advantages-list .advantages-list-item.advantages-no-photo .advantages-text-block {
	padding-top: 10px;
}
.advantages-list .advantages-list-item.advantages-no-photo h2 {
	
	color: #FFFFFF;
}
.advantages-list .advantages-list-item.advantages-no-photo {

	color: #FFFFFF;
	background: #060F3B;
}
/* advantages-list */

/* header-line */

.header-line-img.dark-bg > .container,
.header-line-img.dark-bg {
	background-color: #3700B3;
}
.header-line-img {
	background-color: #060f3b;
	box-sizing: border-box;
}
.header-line-img > .container {
	position: relative;
	padding: 200px 0 60px 0;
	height: 650px;
	
	
	background-color: #4E00FF;
	background-size: auto 100%;    
	background-position: 100% -700px;
	background-repeat: no-repeat;
	animation: 1.2s ease-out 1.5s 1 header-line-animate;
    animation-fill-mode: forwards;
}

	

@keyframes header-line-animate {
  0% {
	background-position: 100vh 0;
  }
  95% {
	background-position: 100% 0;
  }
  100% {
	background-position: 100% 0;
  }
}





.header-line > .container {
	position: relative;
	padding: 150px 0 0 0;
}
.header-line {
	color: #FFFFFF;
	box-sizing: border-box;
}
.header-line .col-md-6 h1 {
	margin-bottom: -108px;
	z-index: 10;
}
.header-line h1 {
	font-size: 100px;
	color: #FFFFFF;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	line-height: 140%;
}
.subheader-line {
	padding: 70px 0 60px 0;
}
.subheader-line h2 {
	font-size: 50px;
	text-align: center;
}
/* header-line */ 
.project-plans-link {
	margin-bottom: 30px;
}
.project-plan-imgs {
	
} 

.project-plans-link span {
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 25px;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
}
.project-plans-link span.link {
	cursor:pointer;
}

.project-plans-link span.link::after {
	background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  background: #0F1C5E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
 
  
	  width: 100%; 
  left: 0; 
}
.project-plans-link span.link:hover::after {
  left: 50%;
  width: 0;
}


/* gallery-links*/ 
.gallery-links {
	position: relative;
	height: 0;
	text-align: center;
	z-index: 10;
	top: 40px;
}
.gallery-links span {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	display: inline-block;
	background: #0F1C5E;
	color: #CBACD2;
	font-size: 13px;
	text-transform: uppercase;
	padding: 30px 10px 10px 10px;
	width: 30%;
	margin: 0 -3px;
	position: relative;
	text-align: left;
	transition: color .5s, backgrond .5s;
}
.gallery-links span.link:hover {
	
	background: #E6E6F3;
}
.gallery-links span.link {
	cursor:pointer;
	transition: background .5s;
	background: #FFFFFF;
	color: #0F1C5E;
}


/* gallery-links*/ 
.slide-img {
	height: 100%;

}
.gallery-plan-slider li {
	min-height: 480px;
}
.slide-img-white {
	background: #FFFFFF;
	height: 100%;
	display: flex;
    display: flex;
    align-items: center;
}
.slide-img a {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slide-img img {
	opacity: 0;
}
.gallery-plan-slider {
	position: relative;
}
.gallery-plan-slider img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	max-height: 700px;
}

.home-slider .lSAction a,
.gallery-plan-slider .lSAction a {
	text-decoration:none;
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 60px;
	background: transparent;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	margin-top: -30px;
	border-radius: 30px;
	transition: background .5s;
}

.home-slider .lSAction a.lSPrev,
.gallery-plan-slider .lSAction a.lSPrev {
	background: rgba( 244, 241, 239, .6);
	border: 1px solid #C39F7B;
	left: 15px;
}
.home-slider  .lSAction a.lSPrev:hover,
.gallery-plan-slider .lSAction a.lSPrev:hover {
	background: #060F3B;
	color: #FFFFFF;
	border: 1px solid #060F3B;
}
.home-slider .lSAction a.lSPrev::before,
.gallery-plan-slider .lSAction a.lSPrev::before {
	content: '';
	display: block;
	height: 60px;
	content: '\276E';
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
}
.home-slider .lSAction a.lSNext,
.gallery-plan-slider .lSAction a.lSNext {
	background: rgba( 244, 241, 239, .6);
	border: 1px solid #C39F7B;
	right: 15px;
}
.home-slider  .lSAction a.lSNext:hover,
.gallery-plan-slider .lSAction a.lSNext:hover{
	background: #060F3B;
	color: #FFFFFF;
	border: 1px solid #060F3B;
}
.home-slider  .lSAction a.lSNext::before,
.gallery-plan-slider .lSAction a.lSNext::before {
	content: '';
	display: block;
	height: 60px;
	content: '\276F';
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
}

.home-slider .lSAction a.lSNext,
.home-slider .lSAction a.lSPrev {
	top: 225px;
}

.home-slider .lSAction a.lSPrev {
	left: 75px;
}
.home-slider .lSAction a.lSNext {
	right: 25px;
}

	


























.project-plan-imgs a {
	display: none;
}
.project-plan-imgs a.active {
	display: block;
}
.project-plan-imgs img {
	width: 100%;
}




.mobile-phone:hover {
	
	background: #FFFFFF;
	color: #4E00FF;
}
.mobile-phone {
	position: fixed;
	
	background: #FF5D00;
	color: #FFFFFF;
	line-height: 60px;
	width: 60px;
	border-radius: 30px;
	text-align: center;
	height: 60px;
	right: 5px;
	z-index: 1001;
	bottom: 5px;
	left: 5px;
	transition: background .5s, color .5s;
	display: none;
}
.mobile-phone:hover {
	color: #FFFFFF;
	background: rgba(244, 241, 239, .8);
	transition: color .5s ease-out, background .5s ease-in;
}



.inner-container {
	padding: 90px 0;
}

/* flat-gallery-nav */
.flat-gallery-nav li {
	list-style: none;
	display: block;
	margin: 0  0 10px 0;
	padding: 0;
}
.flat-gallery-nav strong {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0 0 0 auto;
	width: 60px;
}
.flat-gallery-nav {
	list-style: none;
	display: block;
	margin: 0 0 0 auto;
	width: 60px;
	padding: 130px 0 30px 0;
	
}
.flat-gallery-nav::after {
	content: '';
	display: table;
	clear: both;
}
.flat-gallery-nav li a.active,
.flat-gallery-nav li span.active {
	
	background: #C39F7B;
}
.flat-gallery-nav li a:hover,
.flat-gallery-nav li span:hover {
	
	text-align: center;
	background: #060F3B;
	border: 1px solid #060F3B;
	color: #FFFFFF;
}
.flat-gallery-nav li a,
.flat-gallery-nav li span{
	text-decoration:none;
	top: 50%;
	bottom: auto;
	width: 60px;
	background: transparent;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	border-radius: 30px;
	transition: background .5s, border .5s, color .5s;
	display: block;
	line-height: 60px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #C39F7B;
	color: #060F3B;




}

/* flat-gallery-nav */




.empty-wrapper {
	height: 100px;
}

.back-link a::before {
	content: '\2190';
	margin-right: 10px;
	
}
.back-link a {
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
}
.back-link a:hover {
}

/* floor-bg */
.project-plan .active {
	position: relative;
}
.project-plan span.compas,
.floor-bg::after {

}
.project-plan span.compas {
	
	background: #FFFFFF url(../img/compas.svg) center center / auto 100% no-repeat;
	background: #FFFFFF url(../img/compas.png?a) center center / auto 100% no-repeat;
}
.floor-bg {
	position: relative;
}
.floor-line > .container > .row {
	align-items: center;
}
.floor-line.floor-parking {
    background: #272129;
}
.floor-bg .svg-bg {
	
	filter: invert(80%);
}
.floor-line > .container {
	margin: 0 auto;
	/*max-width: 100vw;
	max-width: calc( 100vw - 60px );
	min-height: calc( 100vh - 76px );*/
}
.floor-line.floor-line-corpus-6 {
	
	background-color: #a9aca5 ;
}
.floor-line {
	padding-top: 15px;
	background-color: #FFFFFF ;
	position: relative;
	z-index: 90;
}
/* floor-bg */

.main-content-line {
	padding: 100px 0;
}


/* header-floors */
.header-floors {
	position: fixed;
	background: #060F3B;
	left: 25px;
	text-align: center;
	top: 50%;
	padding-bottom: 10px;
	z-index: 10;
	border-radius: 45px;
	transform: translate( 0%, -50% );
	overflow: hidden;
	z-index:99;
}
.header-floors strong {
	display: block;
	padding: 20px 20px;
	color: #C39F7B;
	font-size: 14px;
	font-weight: normal;
}
.header-floors ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.header-floors ul li a.active {
	
	border: 1px solid #C39F7B;
	color: #FFFFFF;
}
.header-floors ul li a:hover {
	
	border: 1px solid #FFFFFF;
}
.header-floors ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 12px 15px;
	color: #C39F7B;
	border-radius: 60px;
	display: inline-block;
	min-width: 58px;
	border: 1px solid #060F3B;
	transition: color .5s ease-out, background .5s ease-in;
}
.header-floors ul li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 0;
}
/* header-floors */



/* floors-list */
.floors-list {
	list-style: none;
	display: block;
	margin: 0;
	padding: 140px 0 30px 0;

	z-index: 100;
}
.floors-list li {
	list-style: none;
	display: block;
	margin: 0  0 10px 0;
	padding: 0;
}
.floors-list strong {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 60px;
}
.floors-list li a.active,
.floors-list li span.active {
	
	background: rgba( 244, 241, 239, .8);
}
.floors-list li a:hover,
.floors-list li span:hover {
	
	background: rgba( 244, 241, 239, 1);
}
.floors-list li a,
.floors-list li span{
	text-decoration:none;
	top: 50%;
	bottom: auto;
	width: 60px;
	background: transparent;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	border-radius: 30px;
	transition: background .5s;
	display: block;
	line-height: 60px;
	text-align: center;
	font-weight: 300;
	background: rgba( 244, 241, 239, .4);





}
/* floors-list */




.fancybox-placeholder {
	background: #FFFFFF;
}


.selected-filters label span {
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 12px 0 8px;
}
.selected-filters label span::after {
	display: inline-block;
	font-size: 20px;
	content: "\00d7" !important;
}
.selected-filters label {
	padding: 2px 10px 2px 14px;
	margin-top: 2px;
	border-radius: 20px;
	background: #C39F7B;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
}
.selected-filters {
	padding: 20px 0 0 0;
	display: none;
}

.filter-header {
	padding: 20px 15px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	letter-spacing: 2px;
}






.grid-list .row {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.grid-list {
	padding-top: 60px;
}
.grid-list img {
	width: 100%;
}
.grid-list .list-text h3 {
	font-size: 44px;
	margin-bottom: 25px;
	font-weight: normal;
}
.grid-list .list-text {
	padding: 60px 100px 40px 100px;
	color: #FFFFFF;
	background: #0F1C5E;
	margin-right: -70%;
}
.grid-list .row .r-text {
	order : 1;
	z-index: 5;
}
.grid-list .row .r-photo {
	order : 2;
}
.grid-list .r-even .r-text {
	order : 2;
}
.grid-list .r-even .r-photo {
	order : 1;
}
.grid-list .r-even .list-text {
	margin-left: -70%;
	margin-right: 0%;
}

.map-text {
	
}
.map-text ul strong {
	font-size: 30px;
	font-weight: 300;
	background: #D9D9D9;
	white-space: nowrap;
	min-width: 170px;
	padding: 10px 30px;
	min-width: 430px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.map-text ul  li:nth-child(2) strong {
	background: #DADEEA;
}
.map-text ul  li:nth-child(3) strong {
	background: #CFCDD3;
}
.map-text ul  li:nth-child(4) strong {
	background: #A9ADA5;
}
.map-text ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.map-text ul li em {
	font-style: normal;
	padding: 10px 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.map-text ul li {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-weight: 300;
	background: #FFFFFF;
	margin-bottom: 10px;
	min-height: 160px;
	display: flex;
	align-items: stretch;
}
#gmap {
	position: relative;
	bottom: 0px;
}

.light-block h2 {
	clear: both;
	font-size: 44px;
	margin-bottom: 40px;
}
.light-block ul li  {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
}
.light-block ul {
	float: left;
	width: 50%;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.light-block {
	background: #E9EDF9 url(../img/round-ligt.svg) center center / auto 130% no-repeat;
	padding: 100px 80px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.logos-list {
	padding-top: 50px;
}
.logos-list .row>div {
	display: flex;
    align-items: stretch;
    text-align: center;
    flex-shrink: 1;
	padding: 20px 60px;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.logos-list .row>div a {
    display: flex;
    padding: 15px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.logos-list .row >div a img {
    display: block;
    margin: 0 auto;
}
.logos-list .row {
	display: flex;
	    align-items: stretch;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;justify-content: center
}
.logos-list .row {
	padding: 0 15px 50px 15px;
}
.logos-list .row img {
	max-width: 100%;
}

#gmap {
	height: 65vh;
}


.holder-gallery {
	background: #F8F0EC;
	padding-bottom: 100px;
	overflow-x: hidden;
}
.holder-gallery h2 {
	text-align: center;
	font-size: 45px;
	padding: 80px 0 10px 0;
	text-transform: uppercase;
}
/* gallery-list*/

.gallery-block {
	position: relative;
	margin: 0 -10px;
}
.holder-gallery .gallery-block:nth-child(even)  h2 {
	color: #FFFFFF;
}
.gallery-list::after {
	content: '';
	display: table;
	clear: both;
}
.gallery-list a img {
	opacity: 0;
	display: none;
}
.gallery-list a {
	display: block;
	width: 30%;
	float: left;
	margin: 10px;
	padding: 20% 0 0 0;
	background-size: cover;
	background-position: center center;
}
.gallery-list a:nth-child( 1 ) {
	width: calc( 60% + 20px);
	padding: calc( 40%  + 19px ) 0 0 0;
}
/* gallery-list*/


.body .fancybox-bg {
	background: #30009C;
}
.default-holder {
	padding: 50px 0;
}



.a-viewport.transition-off {
    mask-size: 100% 0%;
}

.a-viewport-fade {
	opacity: 1;
	transition: opacity .8s;
}
.a-viewport-fade.transition-off {
	opacity: .2;
}
.a-viewport {
	
	-webkit-mask: linear-gradient(#000 0 0), linear-gradient(90deg, #000 100%, #0000 0) content-box no-repeat;

    transition: mask-size .5s 0.4s;
	
	-webkit-mask-position: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 100% 100%;
    mask-size: 100% 100%;
    transition: mask-size .5s .3s;
}

.home-slogan .a-viewport {
	
    transition: mask-size .5s .4s;
}




.image-dec {
	transition: translate .1s;
}


.home-add strong {
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #060F3B !important;
}
.home-add span {
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #060F3B !important;
}
.home-add {
	background: #F8F0EC url( '../img/add.png' ) 6px 6px / auto 45px no-repeat;
	background: #F8F0EC;
	transition: background .5s;
	border-radius: 30px;
	padding: 10px 20px 10px 70px;
	padding: 10px 20px 10px 20px;
	color: #060F3B !important;
	float: right;
	margin-top: 60px;
	display: block;
	line-height: 120% !important;
	text-decoration: none;
	display: none;
}
.home-add:hover {
	background: #FFFFFF url( '../img/add.png' ) 22px 6px / auto 45px no-repeat;
	
}


.fancybox-container .contacts-form.leave-popup textarea, 
.fancybox-container .contacts-form.leave-popup input {
	border-bottom: 1px solid #000000;
	color: #000000;
}
.leave-popup .user-form .field label {
	color: #000000;
}
.contacts-form.leave-popup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
	font-weight: normal;
}
.contacts-form.leave-popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #717171;
	font-weight: normal;
}
.contacts-form.leave-popup ::-ms-input-placeholder { /* Microsoft Edge */
   color: #717171;
	font-weight: normal;
}
.contacts-form.leave-popup label.checkbox {
	color: #717171;
}

.fancybox-container  .contacts-form h2 {
	font-size: 58px;
	margin: 0px 0 70px 0;
	
	padding: 50px 50px 50px 50px;
	display: block;
}
.fancybox-container .contacts-form.leave-popup {
	background: #FFFFFF;
	padding: 0px;
	max-width: 850px;
	background: #FFFFFF url( '../img/popup-bg.jpg' ) 100% 0 / cover no-repeat;
}
.fancybox-container .contacts-form.leave-popup fieldset h2 {
	display: none;
}
.leave-popup fieldset {
	
	padding: 0 50px 50px 50px;
}
.contacts-form.leave-popup #ok {
     padding: 150px 50px 150px 50px;
    color: #5b00ff;
    font-size: 24px;
    display: none;
    text-align: center;
	display: none;
}

.leave-popup .form-button {
	background: #FFFFFF;
	margin-top: 15px;
}
.leave-popup .form-button:hover {
	background: #000000;
	
}
.mobile-floors {
	text-align: center;
	padding: 50px 12px;
	display: none;
}

.mobile-floors h3 {
	margin-bottom: 25px;
}

.mobile-floors .row {
	text-align: center;
}
.mobile-floors a:hover {
	
	background: #C39F7B;
}
.mobile-floors a {
	display: inline-block;
	background: #FFFFFF;
    color: #060F3B;
    line-height: 60px;
    width: 60px;
    border-radius: 30px;
    text-align: center;
    height: 60px;
    right: 5px;
	margin: 4px;
    bottom: 5px;
	text-decoration: none;
    right: 5px;
    border: 1px solid #C39F7B;
    transition: background .5s, color .5s;
}




.popup-header-ask,
.popup-header {
	display: none;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
	font-size: 16px;
    margin-bottom: 30px;
}
.leave-popup-ask .popup-header-ask {
	
	display: block;
}
.leave-popup .popup-header {
	display: block;

}
.popup-header {
	display: block;

}
.leave-popup.leave-popup-ask .popup-header {
	
	display: none;
}
.leave-popup .popup-header-ask div,
.leave-popup .popup-header div {
	padding: 0 50px;
	color: #5b00ff;
	font-size: 20px;
}
.leave-popup .popup-header-ask h2,
.leave-popup .popup-header h2 {
	background: #DADEEA;
	font-size: 30px;
	font-weight: 300;
}
.leave-popup .popup-header h2 {
	padding-right: 450px;
}
.leave-popup .popup-header-ask::before,
.leave-popup .popup-header::before {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30%;
	bottom: 0;
	content: '';
	display: block;
	background: #A9ADA5;
}
.leave-popup .popup-header-ask::after,
.leave-popup .popup-header::after {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 45%;
	max-width: 350px;
	content: '';
	display: block;
	aspect-ratio: 600 / 296;
	background: url( '../img/leave.jpg' ) 100% 0 / 100% auto no-repeat;

}





.area-plan {
	margin-bottom: 15px;
	background: url( '../img/plan.png' ) center center / cover no-repeat;
	aspect-ratio: 1024 / 761;
	margin-bottom: 90px;
}


.back {
	display: inline-block;
	border-radius: 50px;
	padding: 15px 30px;
	border: 1px solid #EEDBC7;
	float: right;
}
.back a {
	text-decoration: none;
}
.back a:hover {
	text-decoration: underline;
}



.floor-legend {
	padding: 0px 50px 70px 110px;
}
.floor-legend>div {
	display: inline-block;
	margin-right: 15px;
	line-height: 14px;
	font-size: 14px;
}
.floor-legend>div::before {
	display: inline-block;
	content: '';
	border-radius: 20px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: #CCCCCC;
}

.floor-legend>div.legend-free::before {
	background: #2aa323;

}
.floor-legend>div.legend-reserved::before {
	background: #f9ad3b;

}
.floor-legend>div.legend-sold::before {
	background: #FE9DB4;

}





.flat-floors {
	padding: 25px 0;
}
.flat-floors ul li {
	display: block;
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
}
.flat-floors ul::after {
	content: '';
	display: table;
	clear: both;
}
.flat-floors ul li a:hover {
	background: #D5FF63;
	border: 1px solid #D5FF63;
	color: #272029;
}
.flat-floors ul li span,
.flat-floors ul li a {
	border: 1px solid #332c35;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	display : block;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	transition: all .5s;
	background: #2d262f;
	font-size: 16px;
}
.flat-floors ul li span {
	background: #FF5D00;
	border: 1px solid #FF5D00;
	color: #FFFFFF;
}
.flat-floors ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.flat-floors strong {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	color: #E7EDEB;
	font-weight: 500;
}
.flat-side-hdr {
	padding: 5px 0 5px 0;
}
.flat-side-hdr strong {

	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	color: #E7EDEB;
	font-weight: 500;
}

.slider-wraper .slider .slide-img-fit.img-containt a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.slider-wraper .slider .slide-img-fit.img-containt img {
	opacity: 0 !important;
}
.slider-wraper .slider .slide-img-fit  a {
	
}
.slider-wraper .slider .slide-img-fit  {
	
}
.houses-plan .slider-wraper .slider .slide-img-fit  {
		background: #cea68c;
		background: #ffed92;
		background: #FFFFFF;
}
.flats-plan .slider-wraper .slider .slide-img-fit  {
		background: #FFFFFF;
}
.flats-plan .slider-wraper .slider .slide-img-fit.white  {
		background: #FFFF;
}

.slider-wraper .slide-img.slide-white {
	background: #FFFFFF;
/*    filter: grayscale(.5);*/
}

.slider-wraper .slider .slide-img.img-gray {
	
}


.slider-wraper .slider .slide-img.img-gray  a {
	background-color: #FFFFFF;
	filter: grayscale( 100% );
}
.slider-wraper .slider .slide-img.slide-center  a {
	margin: 0 0;
	background-size: contain;
}
.slider-wraper .slider .slide-img-fit  a,
.slider-wraper .slider .slide-img  a {
	
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.slider-wraper .slider .slide-img-fit  a {
	background-size: 100% auto;
}

.slider-wraper .slider a {
	display: block;
}
.slider-wraper .slider .slide-bg {
	background-color: #f4f4f2;
}
.slider-wraper .slider .slider-real-img img {
	height: 100%; width: 100%; object-fit: contain;
}

.plan-links {
	padding: 30px 0 15px 0px;

	position: relative;
	z-index: 11111;
}
.project-plan .button-b:hover {
	text-decoration: underline;
}
.project-plan .button-b {
	
border: 1px solid #2B5DA3;
	display: inline-block;
	padding: 5px 15px;
	color: #FFFFFF;
	margin: 0 3px;
	cursor: pointer;
	color: #FFFFFF;
	display: inline-block;background: #D7E8FF;

	font-size: 14px;

	background-size: 100% auto;  
	}
.project-plan .button-o.ov {
	background: #D5FF63;
	color: #272029 !important;


}
.project-plan .button-o {
	padding: 8px 15px;
	display: inline-block;
border: 1px solid #D5FF63;
	margin: 0 3px;
	cursor: pointer;
	font-size: 14px !important;
	color: #FFFFFF;
	font-weight: 500;
	display: inline-block;
	background-size: 100% auto;  
	border-radius: 25px;
	line-height: 100%;
	text-decoration: none;
}
.project-plan .button-o:hover {
	text-decoration: none;
	background: #D5FF63;
	color: #272029 !important;

}


.slider-wraper .lSAction > .lSNext:hover,
.slider-wraper .lSAction > .lSPrev:hover {

}
.slider-wraper .lSAction > .lSPrev {
	left: 0;
	display: block;
	 border-radius: 15px;
	 overflow: hidden;
}

.slider-wraper .lSAction > .lSNext {
	right: 0;
	display: block;
	 border-radius: 15px;
	 overflow: hidden;
}

	
.slider-wraper .projects-next,
.slider-wraper .projects-prev {
	display: block;
	text-align: center;
	border: 1px solid #2B5DA3;
	background: #2B5DA3;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	opacity: 1;
	border-radius: 30px;
	
}
.slider-wraper .projects-next:hover,
.slider-wraper .projects-prev:hover {
	
	background: #FFFFFF !important;
	color: #2B5DA3 !important;
}


.slider-wraper .cslider img {
	width: auto !important;
	max-width: 100% !Important;
	max-height: 100% !Important;
	margin: 0 auto;
	display: block;
}
.slider-wraper .cslider {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
	
}
.slider-wraper .cslider li.img-gray {
	
	/*background-color: #FFFFFF;
	filter: grayscale( 100% );*/
	
	filter: invert(100%);
}
.slider-wraper .cslider li {
	text-align: center;
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
.slider-wraper .cslider .slide-img-fit a, 
.slider-wraper .cslider .slide-img a {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	height: 100%;
}
.slider-wraper .cslider .slide-img.slide-center a {
    margin: 0 0;
    background-size: contain;
}
.slider-wraper .cslider li img {
    display: block;
    opacity: 0;
}
.slider-wraper {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 130px;
}
.slider-wraper-container {
	
	position: relative;
	height: 410px;
	overflow: hidden;
}

.cslider-thumbs  {
	position: absolute;
	top: 50px;
	bottom: 50px;
	overflow: hidden;
	right: 0;
	width: 110px;
}
.cslider-thumbs ul li.img-gray.active  span{
	border: 1px solid #4c8db2;
}
.cslider-thumbs ul li.img-gray span {
	background-color: transparent;
	filter: invert( 70% );
}
.cslider-thumbs ul li.thumb-center span {
	background-size: contain;
}
.cslider-thumbs ul li span {
	height: 72px;
	margin-right: 6px;
	background: #FFFFFF;
	border: 1px solid #2C252E;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	opacity: .6;
	cursor: pointer;
}
.cslider-thumbs ul li.active span {
	display: block;
	opacity: 1;
	border: 1px solid #FF5D00;
	cursor: default;
}
.cslider-thumbs ul li {
	margin: 0 0 6px 0;
	padding: 0;
}
.cslider-thumbs ul {
	list-style: none;
	display: block;
	margin: 0;
	 padding: 0;
}

.flat-holder .container-bg {
	
}
.flat-holder {
	padding: 0  0 60px 0;
	position: relative;
	z-index: 1000;
}







.flat-data .row strong {
	width: 30px;
	height: 30px;
	border-radius: 24px;
	border: 1px solid #FF5D00;
	color: #FF5D00;
	text-align: center;
	margin-right: 8px;
	box-sizing: border-box;
	line-height: 30px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
}
.flat-data .row svg * {
	
	/*fill: #2B5DA3 !important; */
}
.flat-data .row svg {
	display: block;
	float: left;
	margin-right: 4px;
	width: 24px;
		height: 24px;
}
.flat-data .row  {
	
}
.flat-data .row > div {
	margin-bottom: 16px;
	overflow: hidden;
	line-height: 24px;
	font-weight: 300;
	min-height: 40px;
	white-space: nowrap;
	padding-right: 0 !important;
	color: #E7EDEB;
	font-size: 14px;
}
.flat-data {
		padding-top: 50px;
}





.register-button svg *,
.register-button svg {
	transition: fill .5s;
}
.register-button a.link-r:hover svg *,
.register-button a.link-r:hover svg {
	fill: #285DA3;
}
.register-button a.link-r svg {
	display: block;
	position: absolute;
	margin-left: -28px;
	margin-top: 12px;
}
.register-button a.link-r {
	text-decoration: none;
	float: left;
	
	    border-radius: 40px;
    padding: 4px 15px 4px 45px;
    transition: color .5s, background .5s, border .5s;
	
	text-decoration: none !important;
    border: 1px solid #D5FF63;
    background: #D5FF63;
	display: block;
	white-space: nowrap;
    color: #272029 !important;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	margin-right: 20px;
}
.register-button a.link-r:hover {
	
    border: 1px solid #285DA3;
    background: #FFFFFF;
}
.register-button a.link-r svg {
	
	display: block;
}
.register-button a.link-b.active svg {
	
	transform: rotate(0deg);
}
.register-button a.link-b svg {
	
}
.register-button a.link-b {
	text-decoration: none;
	font-weight: 500;
	float: right;
	font-size: 16px;
	    border-radius: 50px;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px;
    transition: color .5s, background .5s, border .5s;
	
	text-decoration: none !important;
	display: block;
	white-space: nowrap;
	display: inline-block;
	
    border: 1px solid #D5FF63;
    color: #285DA3 !important;
}
.register-button a.link-b.active {
	background: #D7E8FF;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.register-button a.link-b.active svg *,
.register-button a.link-b.active svg,
.register-button a.link-b:hover svg, 
.register-button a.link-b:hover svg * {
	fill: #272029 !important;
}
.register-button a.link-b:hover {
	
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}


.flat-broker {
	padding: 0px 0 20px 0;
	line-height: 100% !important;
}
.flat-broker strong {
	margin: 6px 0 10px 0;
	display: block;
	line-height: 100%;
	font-size: 14px !important;
	font-weight: 300;
	color: #E7EDEB !important;
}

.flat-broker span a {
	color: #D5FF63 !important;
	text-decoration: underline;
	font-weight: 400;
	font-size: 13px !important;
	margin-right: 15px;
	line-height: 100% !important;
}
.flat-broker span a:hover {
	text-decoration: underline;
}
.flat-broker span {
	
	line-height: 100% !important;
}
.flat-broker span svg {
	position: absolute;
	margin-top: 3px;
}
.flat-broker span a:hover {
	text-decoration: none;
}
.flat-broker span {
	
}
.flat-broker::after {
	clear: both;
	content: '';
	display: table;
}
.flat-broker img {
	width: 50px;
	border-radius: 55px;
	float: left;
	margin-right: 15px;
}

.project-detail-1 {
	padding: 0px 0 0 40px ;
	color: #3B4A5F;
}

.project-detail-1 .lSPager img {
	border-radius: 4px;
	opacity: .6;
	border: 1px solid transparent;
}
.project-detail-1 .lSSlideOuter .lSPager.lSGallery li.active {
	
	border: 1px solid #2B5DA3; 
}
.project-detail-1 .lSSlideOuter .lSPager.lSGallery li.active img {
	opacity: 1; 
}
.project-detail-1 .lSSlideOuter .lSPager.lSGallery li {
	display: block;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0;
	border: 1px solid transparent; 
}
.project-detail-1 ul li {
	border: none;
}
.project-detail-1 ul li.icon-info {
	
	padding: 20px 0 50px 0;
}
.project-detail-1 .button-contact {
	transition: opacity .5s;
	display: inline-block;
	background: url('../img/46.png') center center no-repeat;  
	padding: 35px 60px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	display: inline-block;
	background-size: 100% auto;  
}
.project-detail-1 .button-contact:hover {
	text-decoration: underline;
}
.project-detail-1 ul li .m {
	margin-left: 10px;
	font-size: 11px !important;
}
.flat-status-badge  {
	float: right;
	padding-top: 6px;
}
.flat-status-badge span {
	font-weight: normal;
	border-radius: 25px;
	padding: 2px 14px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #312934;
	background: rgba(54, 45, 57, 0.25);

}
.flat-status-free span {
	color: #D5FF63 ;
	
}
.flat-status-reserved span {
	color: #FFAE80;
	
}
.flat-status-sold span {
	color: #FF5D00;
}

.flat-holder-pdf {
	padding-top: 100px;
}

.flat-slider-nav svg {
	margin: 11px auto 0 auto;
	display: block;
}
.flat-slider-nav {
	border-radius: 30px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	background: #312934;
	border: 1px solid #312934;
	color: #FFFFFF;
	transition: background .5s, color .5s;
	cursor:pointer;
	position: absolute;
	z-index: 2;
	color: #FF5D00;
	font-weight: 300 !important;
}
.flat-slider-nav:hover {
	
	color: #2B5DA3;
	background: #FFFFFF;
}
.flat-slider-nav.nav-right
.flat-slider-nav.nav-left {
	display: none;
}
.flat-slider-nav.nav-up {
	right: 40px;
	top: 0px;
}
.flat-slider-nav.nav-down {
	right: 40px;
	bottom: 0px;
}

.clear {
    clear: both;
}

.favorite-link {
	float: right;
	cursor: pointer;
	margin: 5px 0 0 25px;
}
.favorite-link.active svg,
.favorite-link.active svg *,
.favorite-link:hover svg *,
.favorite-link:hover svg {
	fill: #D5FF63 !important;
}



.flat-header::after {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 10px;
}
.flat-header h2 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 400;
	padding-top: 14px
}
.flat-header {
	float: left;
}
.flat-header span {
	line-height: 67px;
	font-weight: 600;
	font-size: 18px;
	margin-left: 15px;
	display: block;
	float: left;
}
.flat-links a span {
	display: none;
	border-radius: 20px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	margin-top: -34px;
	background: #2B5DA3;
}
.flat-links a:hover {
	text-decoration: underline;
}
.flat-links a svg {
	position: absolute;
	margin-top: 4px;
	margin-left: 8px;
}
.flat-links a {
	text-decoration: none;
	font-weight: 400;
	display: inline-block;
	margin-right: 25px;
	padding-right: 25px;
	font-size: 14px;
	color: #E7EDEB !important;
}
.flat-links a:hover {
	text-decoration: underline;
}
.flat-links {
	text-align: right;
	float: right;
	padding-top: 10px;
}



.section-block-header .back-button {
	position: absolute;
	margin-top: 0;
}
.section-block-header-dec {
	background: #272129 url(../img/homebg.jpg) center 0 / cover no-repeat;
	padding: 170px 0 40px 0;
}
.section-block-header-dec-plain {
	background: transparent;
	padding: 0px 0 40px 0;
}
.section-block-header-dec-contacts {
	background: transparent;
	padding: 170px 0 40px 0;
	background: #272129 url(../img/homebg.jpg) center 0 / cover no-repeat fixed;
}
.section-block-header h1 {
	color: #E7EDEB;
	font-size: 50px;
	text-align: center;
	font-weight: 600;
}

.gallery-coll .gallery-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/*	background: #272029 url( '../img/p.svg' ) center center no-repeat;*/
	display: block;
	opacity: .6;
}
.gallery-coll .gallery-image:hover {
	background-size: 110%;
}
.gallery-coll .gallery-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	aspect-ratio: 5/2;
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: background-size .6s;
	border-radius: 10px;
}
.gallery-coll h2 span {
	margin-left: 30px;
	color: #887D8C;
}
.gallery-coll {
	margin-bottom: 80px;
}
.gallery-coll h2 {
	font-size: 22px;
	font-weight: 500;
	color: #E7EDEB;
	margin: 15px 30px 35px 30px;
	text-align: left;
}



#filter .filter-button {
    display: none;
}
.filter-plan {
		background: url('../img/plan.png') -1px 0 /100% auto no-repeat;
	top: auto;
	padding: 0;
	
	aspect-ratio: 985/609;
	width: 100%;
	position: relative;
	border-radius: 30px;
	/*overflow: hidden;*/
}
#filter .filter-button {
	display: none;
}
#filter {
	background: #221D24;

	padding: 20px 20px 16px 20px;
	margin-bottom: 70px;
}
#filter .filter-tabs {
	margin-bottom: 25px;
	display: none;
}
#filter .filter-tabs span,
#filter .filter-tabs a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0 20px;
	text-decoration: underline;
	font-family: "Montserrat";
}
#filter .filter-tabs span,
#filter .filter-tabs a:hover {
	text-decoration: none;
}
#filter .filter-tabs {
	text-align: center;
}
#filter form {
	text-align: left;
}
#filter select {
	margin: 0 20px 0 0;
}
#filter fieldset .c.c-no {
	border: none;
	padding: 0px 15px 0px 15px;
}
#filter fieldset .c {
	display: inline-block;
	padding: 2px 25px 2px 25px; 
	margin: 0 0 0 10px;
	color: #D5FF63;
}
#filter fieldset select {
	border: none;
	border: none;
	background: transparent;
	color:#FFFFFF;
	outline: none;
	border-bottom: 1px solid #FFFFFF;
}
#filter fieldset .c {
	border: 1px solid #D5FF63;
	border-radius: 50px;
}
#filter fieldset select option {
	background: #2B5DA5;
}
#filter fieldset strong {
	margin: 0 15px 0 0px;
	font-size: 16px;
}
#filter fieldset div:first-child {
	margin-left: 0;
}
.side-floor .plan-floor {
	margin: 0 !Important;
}
.parking-floor .floor-gray {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: 100% auto;
	z-index: -1;
}
.parking-floor .floor-gray,
.side-floor .floor-gray {
	filter: invert(80%);
}
.side-floor .svg-bg {
	filter: invert(100%);
}
#filter .button-link a:hover {
	
	background: #3B4A5F;
	color: #FFFFFF !important;
}
#filter .button-link a {
	font-size: 14px;
	border-radius: 10px;
	padding: 0 14px;
	background: #FFFFFF;
	color: #3B4A5F !important;
	transition: background .5s, colos .5s;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	display: block;
	border: none !important;
}
#filter .button-link {
	float: right;
}
#filter {
	position: relative;
	z-index: 101;
}
#filter fieldset .c {
	position: relative;
}
#filter fieldset .filter-active {
	border-radius: 4px;
	font-size: 14px;
	padding: 2px 5px;
	min-width: 15px;
}
#filter fieldset .filter-empty {
	padding: 2px 5px;
	min-width: 15px;
}
#filter fieldset .over svg {
	transform: rotate(0);
}
#filter fieldset svg {
	transform: rotate(180deg);
	margin-left: 10px;
	cursor: pointer;
}
#filter .over .filter-dropdown {
	display: block;
}
#filter .filter-dropdown input {
	opacity: 0;
	width: 1px;
	height: 1px;
	position: absolute;
}
#filter .filter-dropdown label.checked span {
	
	background: #D5FF63;
	border: 1px solid #D5FF63;
	color: #272029;
}
#filter .filter-dropdown label span:hover {
	background: #D5FF63;
	color: #272029;
}
#filter .filter-dropdown label span {
	cursor: pointer;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 2px;
	display: inline-block;
	border: 1px solid #D5FF63;
	font-weight: normal;
	font-size: 16px;
	transition: all .5s;
}
#filter .filter-dropdown {
	display: none;
	position: absolute;
	white-space: nowrap;
	background: #433B46;
	padding: 10px 10px;
	bottom: 100%;
	right: 0;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2);
}

.filter-plan a.hover polygon,
#filter a.hover polygon {
    fill: #ABC593;
    fill: rgba( 255, 148, 0, .65);
    fill: rgba( 255, 101, 0, .65);
}
.filter-plan  polygon.corpus-closed,
#filter  polygon.corpus-closed {
    fill: #FF5D00;
	fill: rgba( 102, 102, 102, .8);
	fill: rgba( 66, 66, 66, .6);
}
.filter-plan  a.hover polygon.corpus-closed,
#filter  a.hover  polygon.corpus-closed {
    fill: #FF5D00;
	fill: rgba( 102, 102, 102, .8);
	fill: rgba( 66, 66, 66, .8);
}
.filter-plan  polygon.corpus-active,
#filter  polygon.corpus-active {
    fill: #FF5D00;
    fill: rgba( 255, 101, 0, .65);
}
.filter-plan polygon,
#filter polygon {
    cursor: pointer;
    transition: 0.2s;
    fill: rgba( 255, 93, 0, .0001);
    opacity: 1;
}
.filter-plan a:hover polygon,
#filter a:hover polygon {


}
.filter-plan .svg-bg,
#filter .filter-dropdown.filter-plan .svg-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.filter-plan .svg-bg svg,
.filter-plan .svg-hold svg,


#filter .filter-dropdown.filter-plan .svg-bg svg,
#filter .filter-dropdown.filter-plan .svg-hold svg {
	margin: 0;
}
#filter .filter-dropdown.filter-plan {
	background: #272029 url('../img/plan.png') 0 0 /100% auto no-repeat;
	top: auto;
	padding: 0;
	bottom: 100%;
	margin-bottom: 20px;
	right: auto;
	left: 0px;
	aspect-ratio: 978/585;
	width: 500px;
	border-radius: 30px;
}

@media screen and (min-width: 1025px) {
	#filter .filter-dropdown {
		bottom: auto;
		top: 100%;
		margin-top: 8px;
	}
	#filter .filter-dropdown.filter-plan {
		bottom: auto;
		top: 100%;
		margin-top: 8px;
	}
}


#filter .favourited-only {
	margin-top: 12px;
}
#filter .favourited-only a:hover {
	text-decoration: underline;
}
#filter .favourited-only a::before,
#filter .favourited-only a {
	font-size: 25px;
}
#filter .favourited-only a:hover::before,
#filter .favourited-only a:hover {
	color: #FFED92;
}
#filter .favourited-only a.ov::before,
#filter .favourited-only a.ov *,
#filter .favourited-only a.ov {
	color: #FFED92;
}
#filter .favourited-only a {
	color: #FFFFFF;
	margin: 0 10px;
	text-decoration: none;
}
#filter fieldset .c-no label {
	margin-right: 14px;
}

#filter fieldset .c-no label span {
	
	color: #E7EDEB;
	position: relative;
	font-size: 16px !important;
	padding-left: 28px;
}
#filter fieldset .c-no label input[type="checkbox"] {
  border: none;
  background: transparent;
	margin-right: 15px;
	display: none;
}
#filter fieldset .c-no label input[type="checkbox"] + span::before {
	position: absolute;
	display: block;
	margin-right: 7px;
	content: '';
	left: 0;
	top: 0;
	border-radius: 4px;
	background: #433B46;
	width: 20px;
	height: 20px;
}
#filter fieldset .c-no label input[type="checkbox"] + span::after {
	    border-style: none none solid solid;
    content: "";
    height: 5px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
}
#filter fieldset .c-no label input[type="checkbox"]:checked + span::before {
	background: #D5FF63;
}
#filter fieldset .c-no label input[type="checkbox"]:checked + span::after {
  opacity: 1;
    color: #0F1C5E;
    color: #433B46;
  
}






#filter fieldset label {
	padding: 0;
}

#filter .favourited-only {
	display: inline-block;
	float: none; 
	text-align: center;
}
@media screen and (min-width: 1025px) {
	#filter.in {
		top: 0px;
		top: -200px;
		padding-top: 120px;
		position: fixed;
		right: 0;
		left: 0;
		
		
		animation: .7s ease-out .1s 1 filter-animate;
		animation-fill-mode: forwards;
	}
	#filter {
		transition: top .5s;
	}
	.anch {
		position: absolute;
		margin-top: -200px;
	}
}

@keyframes filter-animate {
  0% {
	top: -200px;
  }
  95% {
	top: 0px;
  }
  100% {
	top: 0px;
  }
}


.content-centered h2 {
	color: #E7EDEB;
	font-size: 40px;
	font-weight: 300;
}


.flats {
	width: auto;
	min-width: 100%;
	margin-top: 40px;
}
.flats td span {
	display: none;
}
.status-status span,
.flats td .td-status {
	border-radius: 30px;
	padding: 7px 10px;
	display: inline-block;
	background: #2a232d;
	border: 1px solid #312934;
	color: #d5ff63;
	line-height: 46px;
	height: 46px;
	padding: 0 25px;
	text-align: center;
}

.flats td .td-status {
	border: none;
	background: transparent;
	line-height: 100%;
	height: auto;
	padding: 0;
	text-align: left;
}
.flats td .td-status {
	display: block !important;
}
.flats .td-status {
	padding: 12px 16px;
}
.status-status.status-free span,
.flats .td-status-free {

}
.status-status.status-reserved span,
.flats .td-status-reserved {
	color: #fc8200;

}
.status-status.status-sold span,
.flats .td-status-sold{
	color: #fc0024;

}
.status-status {
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
}
.status-status.status-sold span,
.flats .td-status-sold {
	background: #FFCBC4;
	color: #3B4A5F;

}
.status-status span {
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 11px
}
.flats .view svg {
	position: absolute;
	display: block;
	margin-top: 0;
	margin-left: -25px;
	transition: margin-top .5s;
}
.flats .view:hover svg {
	margin-top: -5px;
}
.flats .td-link a:hover {
	
    background: #D5FF63;
	color: #272029;
}
.flats .td-link a {
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	display: inline-block;
    background: transparent;
    border: 1px solid #D5FF63;
    background: rgba(255, 255, 255, 0);
    border-radius: 70px;
    transition: all .5s;
    white-space: nowrap;
    color: #FFFFFF;
    padding: 0 55px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
	color: #FFFFFF;
}
.flats td.icon img {
	width: 30px;
	display: block;
	float: none !important;
	margin: 0 auto;
}
.flats th.tac,
.flats td.tac {
	text-align: center;
}

.flats .offer,
.flats .offer td {
	background: #312934;
}
.flats tr:hover td {
	border-bottom: 1px solid #312934;
	background: #312934;
	cursor: pointer;
}
.project-detail-1-info th,
.project-detail-1-info td,
.flats th,
.flats td  {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.filter-scroll {
	position: absolute; 
	margin-top: -110px;
}
.flats th,
.flats td  {
	white-space: nowrap;
	color: #E7EDEB;
	padding: 22px 25px;
	font-weight: 500;
	font-size: 16px;
}
.flats th {
	padding: 30px 25px
}
.flats td  {
	white-space: normal;
}
.flats td  em {
	display: inline;
	font-style: normal;
	color:#887D8C;
	font-size: 16px;
}
.flats .com td {
	background: #2c242f;
}
.flats tr td:last-child  {
	text-align: right;
}
.flats th select {
	display: block;
	font-size: 11px;
	margin: 2px auto 0 auto;
}
.flats td img {
	float: right;
}
.project-detail-1-info td,
.flats td {
	border-bottom: 1px solid #312934;
	font-size: 14px;
	padding: 32px 25px
}
.flats th {
	background: #221D24;
}
.flats th,
.flats td {
	
	font-size: 16px;
}
.project-detail-1-info tr td:last-child,
.flats tr td:last-child {
	padding: 14px  25px 14px 6px
}


.bank-buttons {
	position: relative;
	z-index: 2;
}
.banks div:first-child {
	border: none;
}
.banks div {
	padding: 10px 0;
	border-top :1px solid #EAEAEA;
}
.banks img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: 30px;
}
.banks {
	display: none;
	top: 55px;
	margin: 15px 0 0 0;
	right: 0px;
	position: absolute;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2);
	width: 215px;
	padding: 20px 30px;
	box-sizing: border-box;
}

.list-inner .back-button {
	margin: 20px 0 0 27px;
}
.back-button a svg {
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
}
.back-button a:hover {
	text-decoration: underline;
}
.back-button a {
	padding: 0 0 0 40px;
	text-decoration: none;
	color: #D5FF63 !important;
	font-size: 14px;
}
.back-button {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0;
}

.blue-line {
	height: 95px;
}

.list-inner h3 {
	font-weight: 600;
	font-size: 50px;    
	color: #D9D9D9;
}
.list-inner h2 {
	color: #E7EDEB;
	font-weight: 500;
	font-size: 50px;
	margin: 0 0 90px 0;
}
.list-inner .list-white .row {
	display: flex;
	text-align: center;
	
}
.list-inner .list-white .row {
	text-align: center;
	display: flex;
}
.list-inner .list-white .logo-block svg {
	display: block;
	margin: 0 auto;
}
.list-inner .list-white .logo-block:hover {
	
	background-size: 110%;
}
.list-inner .list-white .logo-block {
	background-size: cover;
	background-size: 100%;
	transition: background-size .6s;
	background-position: center center;
		aspect-ratio: 11 / 6;
    align-content: center;
	display: block;
	text-align: center;
}
.list-inner .list-white .white-content h4 {
	font-weight: 500;
	font-size: 30px;
	padding-top: 30px;
}
.list-inner .list-white .white-content {
	padding: 40px 50px;
	line-height: 130%;
	color: #272029;
	background: #E7EDEB;
}
.list-inner .list-white svg {
	display: block;
	margin-bottom: 30px;
}
.list-inner .list-white {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.list-inner h3  strong {
	font-weight: 600;
	font-size: 50px;    
	color: #D9D9D9;
	color: #FF5D01;
}
.list-inner {
	background: #272029;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 40px;
}
.list-inner .list-inner-text h3 {
	margin-bottom: 60px;
}
.list-inner .list-inner-text {
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	max-width: 900px;
}
.list-inner .list-inner-content h1 {
	margin-bottom: 30px;
	color: #E7EDEB;
}
.list-inner .list-inner-content {
	padding: 40px 64px;
}

.list-inner .list-header {
	padding: 30px 50px;
	font-size: 22px;
	font-weight: 500;
	color: #E7EDEB;
}
.list-inner .list-header strong::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 25px;
	background: #E7EDEB;
	margin: 0 30px 8px 30px;
	opacity: .2;
}
.list-inner .list-header strong {
	font-size: 22px;
	font-weight: 500; 
	font-family: "Urbanist", sans-serif;
	color: #FF5D01;
}


.inner-image img,
.inner-dec-image img {
	width: 100%;
}
.inner-image {
	overflow: hidden;
}
.inner-dec-image {
	border-radius: 30px;
	overflow: hidden;
	margin: 60px 0;
}
.inner-dec-container {
	    background: #272129 url(../img/homebg.jpg) center 0 / cover no-repeat fixed;
		padding: 0px 0  50px 0;
}



	.brokers-list .broker {
		margin-bottom: 25px;
	}
@media (max-width: 1200px) {
	.brokers-list .broker-text {
		clear: both;
		padding-top: 20px;
	}
	.brokers-list .broker {
		padding: 30px 0px 20px 70px;
	}
	.brokers-list .broker .broker-img img {
	
	}
	.brokers-list .broker .broker-img {
		float: none;
	}
}
@media (min-width: 1200px) {
    body .container {
        max-width: 1180px;
    }
	
	.list-inner .list-inner-text {
		max-width: 1000px;
	}
}
@media (min-width: 1240px) {
    body .container {
        max-width: 1240px;
    }
}

@media (max-width: 1000px) {
	.brokers-list .broker .broker-img {
		padding-right: 20px;
	}
	.brokers-list .broker {
        padding: 55px 0 20px calc(50% - 75px);
	
	}
}
	.corpus-street {
	text-align: center;
	font-size: 14px;
}
@media (min-width: 1680px) {
	
	.list-inner .list-inner-text {
		max-width: 1100px;
	}
	.brokers-list .broker-text {
		padding-top: 15px;
	}
	.brokers-list img {
		max-width: 170px;
	}
	.nav-top .nav-top-link a.btn {
		font-size: 16px !important;
	}
    body .container {
        max-width: 1600px;
    }
	footer .logo img {
	
		max-width: 130px;
	}
	.flat-holder {
		padding: 0px 0 60px 0;
	}
	.flat-header h2 {
		
		font-size: 28px;
	}
	.flat-floors strong,
	.flat-side-hdr strong {
		font-size: 17px;
	}
	.flat-floors ul li span, .flat-floors ul li a {
		border-radius: 35px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.flat-data .row strong {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 12px;
		font-size: 15px;
	}
	.flat-data .row > div {
		line-height: 34px;
		margin-bottom: 25px;
		font-size: 15px;
	}
	.flat-data .row svg {
		width: 32px;
		height: 32px;
		margin-right: 12px;
	}
	.register-button a.link-r {
		padding: 14px 25px 14px 55px;
		font-size: 16px;
		margin-right: 30px;
	}
	.flat-broker {
		font-size: 15px;
	}
	.flat-broker strong {
		padding-top: 9px;
		font-size: 16px;
	}
	


	.flat-broker span a {
		font-size: 14px !important;
	}
	.flat-broker img {
		width: 70px;
		border-radius: 55px;
	}
	.register-button a.link-b svg {
		height: auto !important;
		width: 32px !important;
	}
	.register-button a.link-b {
		width: 70px;
		height: 70px;
		    line-height: 70px;
	}
	
	.flat-slider-nav svg {
		margin-top: 13px;
	}
	.flat-slider-nav {
		border-radius: 30px;
		width: 36px;
		height: 36px;
	}
	.project-plan .button-o {
		
		padding: 12px 25px;
		
		font-size: 16px;
		
	}
	footer ul li a {
		font-size: 18px;
		font-weight: 300;
	}

}
