* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroylight.woff2') format('woff2'), url('../fonts/Gilroylight.woff') format('woff'), url('../fonts/Gilroylight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroyextrabold.woff2') format('woff2'), url('../fonts/Gilroyextrabold.woff') format('woff'), url('../fonts/Gilroyextrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Next Art';
	src: local('NEXT ART SemiBold'), local('NEXTART-SemiBold'), url('../fonts/Nextartsemibold.woff2') format('woff2'), url('../fonts/Nextartsemibold.woff') format('woff'), url('../fonts/Nextartsemibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Next Art';
	src: local('NEXT ART Thin'), local('NEXTART-Thin'), url('../fonts/Nextartthin.woff2') format('woff2'), url('../fonts/Nextartthin.woff') format('woff'), url('../fonts/Nextartthin.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Next Art';
	src: local('NEXT ART Light'), local('NEXTART-Light'), url('../fonts/Nextartlight.woff2') format('woff2'), url('../fonts/Nextartlight.woff') format('woff'), url('../fonts/Nextartlight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Next Art';
	src: local('NEXT ART Regular'), local('NEXTART-Regular'), url('../fonts/Nextartregular.woff2') format('woff2'), url('../fonts/Nextartregular.woff') format('woff'), url('../fonts/Nextartregular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Next Art';
	src: local('NEXT ART Bold'), local('NEXTART-Bold'), url('../fonts/Nextartbold.woff2') format('woff2'), url('../fonts/Nextartbold.woff') format('woff'), url('../fonts/Nextartbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}



body {
	font-family: 'Gilroy', sans-serif;
}

h2 {
	font-size: 42px;
}

.show-on-small-ib {
	display: none !important;
}

.show-on-small {
	display: none !important;
}

.centered {
	text-align: center;
}

.padded {
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width:  1394px;
	margin: 0 auto;
}

.space {
	height: 30px;
}

.space-2x {
	height: 60px;
}

.space-3x {
	height: 90px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.sidebar-color {
	background: #212121;
	width: 240px;
	position: absolute;
	left: -240px;
	top: 0;
	bottom: 0;
}

.header {
	width: 240px;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #292929;
	opacity: 0.9;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 3.8vh;
	padding-left: 28px;
	padding-right: 28px;
	transition: opacity 0.3s;
}

.header .logo-developer {
	text-align: center;
	display: block;
	margin-bottom: 2.5vh;
}

.header .logo-developer img {
	display: block;
	margin: 0 auto;
}

.header .logo-agency {
	text-align: center;
	display: block;
	margin-top: 2.7vh;
	margin-bottom: 3.1vh;
}

.header .main-nav {
	margin-top: 2.7vh;
}

.header .main-nav ul {
	list-style-type: none;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 7px;
	margin-bottom: 3.5vh;
}

.header .main-nav ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #7a7a7c;
	border-radius: 50%;
	margin-right: 24px;
	transition: box-shadow 300ms, background-color 300ms;
}

.header .main-nav ul li:hover a,
.header .main-nav ul .active-link {
	color: #fff;
}

.header .main-nav ul li:hover:before {
	background-color: #fff;
	box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.header .main-nav ul li.active:before {
	background-color: #18c0bc;
	box-shadow: 0 0 16px rgba(69, 205, 216, 0.81);
}



.header .main-nav ul li:not(:last-child) {
	margin-bottom: 2.9vh;
}

.header .main-nav a {
	text-decoration: none;
	color: #a7a9ab;
	transition: color 300ms;

}

.header .logo-agency img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.header .visit-text {
	font-size: 18px;
	line-height: 28.27px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin-top: 2.5vh;
	margin-bottom: 2.8vh;
	letter-spacing: -0.1px;
}

.header .visit-icon {
	display: block;
	margin-bottom: 3.2vh;
}

.header .visit-icon img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 0.8;
	transition: box-shadow 300ms, transform 300ms, opacity 300ms;
} 

.header .visit-icon:hover img {
	box-shadow: 0 0 30px 0 rgba(40, 160, 157, 0.6);
	transform: translateY(-3px);
	opacity: 1;
}

.header .visit-button {
	display: block;
	width: 175px;
	height: 58px;
	margin: 0 auto;
	box-shadow: 0 4px 17px 1px rgba(40, 160, 157, 0.64);
	border: 2px solid #18c0bc;
	border-radius: 34px;
	text-align: center;
	line-height: 55px;
	font-weight: 800;
	color: #18c0bc;
	text-decoration: none;
	margin-bottom: 3.7vh;
}

.header .divider {
	margin: 0 auto;
	max-width: 185px;
	height: 1px;
	background-color: #acacac;
	opacity: 0.6;
}















.header-margin {
	margin-left: 240px;
}

.full {
	min-height: 100vh;
}

.dark {
	color:  #fff;
}

.green-button {
	overflow: hidden;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 13px 35px rgba(11, 152, 155, 0.83);
	box-shadow: 0 13px 35px rgba(11, 152, 155, 0.83);
	background-color: #10c9d0;
	background-image: -webkit-gradient(linear, right top, left top, from(#109b98), to(#18c0bc));
	background-image: -webkit-linear-gradient(right, #109b98 0%, #18c0bc 100%);
	background-image: -o-linear-gradient(right, #109b98 0%, #18c0bc 100%);
	background-image: linear-gradient(to left, #109b98 0%, #18c0bc 100%);
	border-radius: 36px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	padding: 23px 40px;
	transition: transform 300ms, box-shadow 300ms;
}

.green-button.super-effects:hover:after {
	display: none;
}

.green-button:hover {
	transform: translateY(4px);
	box-shadow: 0 13px 35px rgba(11, 152, 155, 0.6);
}

.green-button:hover .hoverbg {
	opacity: 1;
}

.green-button img {
	margin-right: 9px;
	display: block;
	float: left;
	position: relative;
	bottom: -2px;
}

.green-button .button-container {
	position: relative;
	top: -1px;
	display: inline-block;
}

.green-button .hoverbg {
	background-image: linear-gradient(to left, #12a7a3 0%, #18c0bc 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 300ms;
}










.intro {
	background-image: url('../images/header_cover.png');
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 660px;
}

.intro .shadow1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#292c2e), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, #292c2e 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, #292c2e 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, #292c2e 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 300px;
}

.intro .shadow2 {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#292c2e), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(bottom, #292c2e 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: -o-linear-gradient(bottom, #292c2e 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: linear-gradient(to top, #292c2e 0%, rgba(0, 0, 0, 0.3) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro .content-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro .content-area .frame {
	position: absolute;
	margin: 46px 160px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.intro .contacts {
	text-align: right;
	list-style-type: none;
}

.intro .contacts li {
	display: inline-block;
}

.intro .contacts a {
	color: #fff;
}

.intro .contacts a:hover {
	color: #2fd8d3;
}

.intro .contacts .phone {
	font-size: 25px;
	line-height: 1;
	font-weight: 800;
	margin-right: 25px;
	transition: text-shadow 400ms, transform 500ms;
}

.intro .contacts .phone:hover {
	transform: translateY(-3px);
	text-shadow: 0 0 30px rgba(226, 226, 226, 0.3);
}


.intro .contacts .callback {
	font-size: 17px;
	position: relative;
	bottom: 2px;
	transition: text-shadow 400ms, transform 500ms;
}

.intro .contacts .callback:hover {
	transform: translateY(-3px);
	text-shadow: 0 0 30px rgba(226, 226, 226, 0.3);
}


.intro .contacts .phone a {
	text-decoration: none;
	letter-spacing: 0.16px;
}

.intro .description {
	position: absolute;
	left: 0;
	bottom: 40px;
	right: 0;
}

.intro h1 {
	font-size: 82px;
	font-weight: 800;
	margin-bottom: 10px;
}

.intro .words {
	font-size: 37px;
	margin-bottom: 28px;
}

.intro .text {
	max-width: 986px;
	line-height: 35.9px;
	font-size: 17px;
	margin-bottom: 64px;
}

.intro .data-table {
	max-width: 930px;
	list-style-type: none;
	height: 50px;
	margin-bottom: 68px;
}

.intro .data-table a {
	font-weight: 300;
	color: #18c0bc;
	text-decoration: none;
	border-bottom: 1px solid #18c0bc;
	line-height: 1;
	position: relative;
	bottom: 3px;
}

.intro .data-table li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.intro .data-table li:first-child {
	width: 28.5%;
}

.intro .data-table li:not(:last-child) {
	margin-right: 3.2%;
	border-right: 1px solid #fff;
}

.intro .data-table li:not(:first-child) {
	width: 32.55%;
}

.intro .data-table .name {
	display: block;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 16px;
}

.intro .data-table .value {
	display: block;
	font-size: 25px;
	font-weight: 800;
}






.apartment-quiz {
	position: relative;
	height: 696px;
	background-image: url('../images/podborka.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fbfbfb;
}

.apartment-quiz .container {
	height: 100%;
	text-align: right;
}

.apartment-quiz .box {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.apartment-quiz .box .inner {
	width: 365px;
}

.apartment-quiz h2 {
	margin-bottom: 30px;
	font-size: 35px;
}

.apartment-quiz .box .description {
	color: #000000;
	font-size: 17px;
	line-height: 36px;
	text-align: justify;
	margin-bottom: 34px;
}

.apartment-quiz .box .bonus-text {
	color: #000000;
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 16px;
}

.apartment-quiz .box .bonus-pic {
	text-align: right;
	will-change: transform, opacity;
}

.apartment-quiz .box .bonus-pic img {
	box-shadow: 0 11px 21px 3px rgba(0, 0, 0, 0.23);
	transform: scale(0.9);
	opacity: 0.9;
	border-radius: 5px;
	transition: transform 500ms, opacity 500ms, box-shadow 700ms;

}

.apartment-quiz .box .bonus-pic img:hover {
	box-shadow: 0 11px 21px 3px rgba(0, 0, 0, 0.33);
	transform: scale(1);
	opacity: 1;
}


.apartment-quiz .green-button img {
	display: inline-block;
	position: relative;
	bottom: 1px;
}

.apartment-quiz .green-button {
	padding: 24px 60px;
	margin-bottom: 48px;
}













.about {
	position: relative;
}

.about {
	padding-bottom: 0;
}

.about h2 {
	margin-bottom: 42px;
}

.about .elements .content-area {
	position: relative;
}

.about .elements .content-area .box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.about .elements .content-area .box .container {
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about .elements .element:nth-child(2n+1) .content-area .box .container {
	padding-right: 38%;
}

.about .elements .element:nth-child(2n+2) .content-area .box .container {
	padding-left: 38%;
}


.about .elements .element:nth-child(2n+1) .bg-picture {
	text-align: right;
}

.about .elements .element:nth-child(2n+2) .bg-picture {
	text-align: left;
}



.about .element .bg-img {
	max-height: 852px;
	min-height: 760px;
	height: 90vh;
}

.about .black-box {
	padding-left: 104px;
	padding-right: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 756px;
	width: 100%;
	height: 647px;
	background-color: #202123;
	-webkit-box-shadow: 0 11px 21px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 0 11px 21px 3px rgba(0, 0, 0, 0.33);
	opacity: 0.98;
}

.about .black-box .more {
	font-family: 'Next Art', sans-serif;
	line-height: 1;
	color: #aeb1b4;
	font-size: 13px;
	letter-spacing: 3px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 33%;
	left: -17.9%;
}

.about .black-box .more:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	background-color: #fff;
	margin-right: 28px;
	position: relative;
	top: -3px;
}

.about .black-box h3 {
	font-size: 42px;
	line-height: 54.5px;
}

.about .black-box h3:after {
	content: '';
	display: block;
	width: 23px;
	height: 4px;
	background-color: #fff;
	margin-top: 28px;
	margin-bottom: 28px;
}

.about .black-box .features {
	list-style-type: none;
	margin-bottom: 30px;
	min-height: 114px;
}

.about .black-box .text {
	font-size: 17px;
	line-height: 36px;
}


.about .black-box .features li {
	display: inline-block;
	border-radius: 25px;
	background-color: #383838;
	padding: 15px 28px;
	color: #9f9f9f;
	font-size: 17px;
	margin-right: 6px;
	margin-bottom: 19px;
	transition: box-shadow 300ms, color 300ms;
	cursor: default;
}

.about .black-box .features li:hover {
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
	color: #c7c7c7;
}

.about .divider {
	text-align: center;
	padding: 61px 0px;
}










.play {
	background-image: url('../images/video_preview.png');
	height: 321px;
	position: relative;
	background-size: cover;
	will-change: transform;
}

.play .content .inner {
	font-size: 0;
}

.play .overlay {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#131313), to(rgba(0, 0, 0, 0.29)));
	background-image: -webkit-linear-gradient(bottom, #131313 0%, rgba(0, 0, 0, 0.29) 100%);
	background-image: -o-linear-gradient(bottom, #131313 0%, rgba(0, 0, 0, 0.29) 100%);
	background-image: linear-gradient(to top, #131313 0%, rgba(0, 0, 0, 0.29) 100%);
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: opacity 300ms;
}

.play:hover .overlay {
	opacity: 0.7;
}

.play .content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
	text-align: center;
}

.play .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.play .play-text {
	color: #fff;
	font-size: 37px;
	position: relative;
	top: -100px;
	font-weight: 800;
	text-decoration: none;
	display: inline-block;
	transition: color 300ms, transform 300ms;
	position: relative;
}

.play .play-text:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 1000ms ease-out;
}

.play .play-button {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	transition: transform 300ms, filter 300ms;
}

.play:hover .inner .play-button {
	transform: scale(0.9);
	filter: brightness(120%);
}


.play:hover .inner .play-text {
	color: #2adfdc;
	transform: scale(0.95);
}

.play:hover .inner .play-text:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2adfdc;
}













.layouts {
	position: relative;
}

.layouts .layout-fix img {
	bottom: 2px;
}

.layouts .button-container {
	top: 1px;
}

.layouts .layouts-data .row {
	margin-bottom: 130px;
}

.layouts .layouts-data .row > * {
	float: left;
}

.layouts .layouts-data .row .name {
	width: 19%;
	margin-right: 1%;
}

.layouts .layouts-data .row .name .big {
	color: #282a2c;
	font-weight: 800;
	font-size: 33px;
	line-height: 36px;
}

.layouts .layouts-data .row .name .price {
	color: #282a2c;
	font-size: 21px;
	line-height: 36px;
}

.layouts .layouts-data .row .item {
	width: 26%;
	display: block;
	box-shadow: 0 16px 27px rgba(92, 92, 92, 0.14);
	border: 3px solid #ffffff;
	box-sizing: border-box;
	background-color: #ffffff;
	height: 425px;
	position: relative;
	text-align: center;
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 300ms, box-shadow 300ms, transform 300ms;
}

.layouts .layouts-data .row .item .plan {
	width: 260px;
	height: 210px;
	margin: auto;
	margin-top: 90px;
	text-align: center;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding-right: 4px;
}

.layouts .layouts-data .row .item .plan img {
	max-width: 100%;
	max-height: 100%;
}

.layouts .layouts-data .row .item .button {
	width: 238px;
	height: 65px;
	border-radius: 32px;
	background-color: transparent;
	font-weight: 800;
	font-size: 18px;
	line-height: 61px;
	color: #bbbbbb;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #c5c5c5;
	transition: box-shadow 500ms, background-color 500ms, border-color 500ms, color 500ms;
}

.layouts .layouts-data .row .item:hover {
	opacity: 1;
}

.layouts .layouts-data .row .item:hover .button {
	box-shadow: 0 13px 18px rgba(11, 152, 155, 0.39);
	background-color: #18c0bc;
	color: #fff;
	border-color: transparent;
}

.layouts .layouts-data .row .item .data {
	width: 83px;
	height: 83px;
	position: absolute;
	top: 20px;
	right: 17px;
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layouts .layouts-data .row .item .data .inner * {
	text-align: center;
	width: 100%;
}

.layouts .layouts-data .row .item .data .value {
	font-size: 21px;
}

.layouts .layouts-data .row .item .data .name {
	font-size: 13px;
}


.layouts .layouts-data .row .item:not(:last-child) {
	margin-right: 1%;
}







.photos {
	position: relative;
}

.photos .area {
	width: 100%;
}


.photos button.owl-prev {
	width: 58px;
	height: 58px;
	box-shadow: 0 13px 13px rgba(153, 152, 152, 0.64);
	background-color: #f4f4f4 !important;
	border-radius: 50% !important;
	outline: none;
	transition: box-shadow 300ms;    
}


.photos button.owl-next {
	width: 58px;
	height: 58px;
	box-shadow: 0 13px 13px rgba(153, 152, 152, 0.64);
	background-color: #f4f4f4 !important;
	border-radius: 50% !important;
	outline: none;
	transition: box-shadow 300ms;
}


.photos .owl-carousel img {
	width: 100%;
	display: block;
}


.photos button.owl-prev:hover, .photos button.owl-next:hover {
	background-color: #13d4db !important;
	background-image: linear-gradient(-3deg, #109b98 0%, #18c0bc 100%) !important;
	box-shadow: 0 13px 13px rgba(22, 124, 126, 0.64) !important;
}

.photos button.owl-prev:hover i:before, .photos button.owl-next:hover i:before {
	filter: brightness(500%);
}

.photos .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	width: 1160px;
	right: 50%;
	margin-right: -580px;
	top: 43%;
	display: flex;
	justify-content: space-between;
}







.expert {
	position: relative;
	height: 350px;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #353535;
}

.expert .container {
	position: relative;
	height: 100%;
}

.expert .area {
	height: inherit;
}

.expert .area .left-part {
	float: left;
	width: 30%;
	height: inherit;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.expert .area .right-part {
	float: left;
	width: 70%;
	height: inherit;	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}



.expert .block-title {
	display: inline-block;
	color: #ffffff;
	font-family: 'Next Art', sans-serif;
	font-size: 13px;
	letter-spacing: 3.75px;
	position: absolute;
    right: -92px;
    bottom: 186px;
	transform: rotate(-90deg);
}

.expert .block-title:before {
	content: '';
	display: inline-block;
	height: 3px;
	width: 33px;
	background-color: #f0f0f0;
	position: relative;
	margin-right: 30px;
	top: -3px;
}

.expert h2 {
	margin-bottom: 6px;
}


.expert .position {
	color: #858585;
	font-size: 21px;
	margin-bottom: 28px;
}


.expert .opinion {
	color: #fff;
	width: 88%;
	max-width: 838px;
	font-size: 17px;
	line-height: 33.33px;
	box-sizing: border-box;
}

.expert .opinion:before {
	content: '';
	display: block;
	width: 33px;
	height: 5px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}



.expert .frame-bg {
	width: 251px;
	height: 221px;
	position: relative;
	background-image: url('../images/bg-expert.png');
	background-repeat: no-repeat;
	background-size: 251px 221px;
	margin-left: 13px;
}

.expert .frame {
	display: block;
	width: 191px;
	height: 190px;
	background-color: #18c0bc;
	background-image: linear-gradient(to top, #109b98 0%, #18c0bc 100%);
	box-shadow: 0 0 131px #848787, 0 0 68px rgba(30, 167, 168, 0.18);
	text-align: center;
	border-radius: 50%;
	position: relative;
	left: 29px;
	top: 14px;
}

.expert .frame img {
	display: block;
	margin: 0 auto;
	position: relative;
	left: -5px;
	top: -11px;
}

.expert .contact-expert {
	display: block;
	width: 265px;
	height: 72px;
	border-radius: 36px;
	box-shadow: 0 13px 21px rgba(11, 152, 155, 0.1);
	border: 2px solid #18c0bc;
	line-height: 68px;
	font-size: 20px;
	text-align: center;
	font-weight: 800;
	color: #18c0bc;
	text-decoration: none;
	margin-top: 14px;
	position: relative;
	overflow: hidden;
}



.expert .contact-expert span.first {
	position: relative;
	z-index: 10;
	transition: color 1000ms;
}

.expert .contact-expert:hover span.first {
}

.expert .contact-expert span.b {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0eada9;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.expert .contact-expert:hover {
	border-color: #0eada9 !important;
	color: #fff !important;
}
.expert .contact-expert:hover span.b {
	width: 225%;
	height: 562.5px;
}
.expert .contact-expert:active {
	background-color: #0eada9;
}













.catalog {
	position: relative;
	height: 800px;
}

.catalog .bg1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
	background-image: url('../images/catalog.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.catalog .bg2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #e8e8e8;
	background-image: linear-gradient(79deg, #cdcdcd 0%, #f5f5f5 100%);
	opacity: 0.09;
}

.catalog .container {
	text-align: right;
	position: relative;
}

.catalog .box {
	width: 364px;
	display: inline-block;
	margin-top: 124px;
}

.catalog .features {
	list-style-type: none;
	font-size: 17px;
	color: #000000;
	margin-bottom: 52px;
}

.catalog .features li {
	margin-bottom: 22px;
}

.catalog ul.features i {
	margin-left: 24px;
}

.catalog h2 {
	margin-bottom: 30px;
}

.catalog .green-button {
	padding: 24px 76px;
}

.catalog .green-button img {
	bottom: 0;
}





.mortgage {
	position: relative;
}

.mortgage .description {
	color: #292929;
	font-size: 25px;
	line-height: 36px;
	text-align: center;
}

.mortgage h2 {
	margin-bottom: 24px;
}

.mortgage .mortgage-blocks {
	margin-bottom: 48px;
}

.mortgage .mortgage-blocks .item {
	display: block;
	width: 32.3333%;
	float: left;
	box-shadow: 0 12px 32px rgba(167, 167, 167, 0.25);
	height: 335px;
	text-decoration: none;
}

.mortgage .mortgage-blocks .item:not(:nth-child(3n+3)) {
	margin-right: 1.5%;
}

.mortgage .mortgage-blocks .item .logo-area {
	height: 134px;
	box-sizing: border-box;
	padding-top: 38px;
	padding-bottom: 32px;
	padding-left: 76px;
	padding-right: 76px;
}

.mortgage .mortgage-blocks .item .logo-area .inner {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mortgage .mortgage-blocks .item .logo-area .inner img { 
    height: 44px;
}

.mortgage .mortgage-blocks .item .info > div {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.mortgage .mortgage-blocks .item .info .left-part {
	box-sizing: border-box;
	padding-left: 18px;
}

.mortgage .mortgage-blocks .item .info .right-part {
	box-sizing: border-box;
	padding-right: 18px;
}

.mortgage .mortgage-blocks .item .info .name {
	color: #292929;
	font-size: 17px;
	margin: 6px;
}

.mortgage .mortgage-blocks .item .info .value {
	font-size: 25px;
	font-weight: 800;
	color: #292929;
}

.mortgage .mortgage-blocks .item .info {
	margin-bottom: 30px;
}


.mortgage .mortgage-blocks .item .button {
	margin: 0 auto;
	width: 251px;
	height: 68px;
	box-shadow: 0 3px 10px rgba(11, 152, 155, 0.06);
	border-radius: 34px;
	border: 2px solid #18c0bc;
	color: #18c0bc;
	font-weight: 800;
	font-size: 19px;
	color: #18c0bc;
	line-height: 65px;
	text-align: center;
}

.mortgage .more-banks {
	color: #292929;
	font-size: 25px;
	line-height: 36px;
}

.mortgage .more-banks a {
	color: #18c0bc;
	cursor: pointer;
}

.mortgage .banks-hidden-link:hover .banks-hidden-block {
    width: 300px;
    height: auto;
    opacity: 1;
    box-shadow: 0 4px 17px 1px rgba(40, 160, 157, 0.64);
    transition: opacity 300ms;
}

.mortgage .banks-hidden-block {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    bottom: -54px;
    left: -102px;
    transition: opacity 0;
    font-size: 15px;
    box-sizing: border-box;
    padding: 6px;
    border: 2px solid #2ec7c3;
    line-height: 1.3;
    color: #000;
    background: #fff;
}

.mortgage .banks-hidden-link {
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.mortgage .big-h3 {
	color: #282a2c;
	font-size: 42px;
	font-weight: 800;
	line-height: 35.99px;
	margin-bottom: 29px;
}

.mortgage .after-title {
	color: #292929;
	font-size: 25px;
	line-height: 50px;
	margin-bottom: 48px;
}


.mortgage .icons-box .item {
	float: left;
	width: 29%;
	text-align: center;
}

.mortgage .icons-box .item:not(:last-child) {
	margin-right: 6.5%;
}

.mortgage .icons-box .icon-title {
	color: #292929;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 16px;
}

.mortgage .icons-box .icon-text {
	color: #292929;
	font-size: 17px;
	line-height: 36px;
}

.mortgage .icons-box .icon {
	margin-bottom: 18px;
}

.mortgage .line {
	display: block;
	height: 6px;
	background-color: #e8e8e8;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}



.mortgage .final .numbers {
	float: left;
	width: 66%;
}

.mortgage .final .button-box {
	float: left;
	width: 34%;
	text-align: center;
}

.mortgage .final .numbers .col {
	float: left;
	width: 28%;
}

.mortgage .final .numbers .col:not(:last-child) {
	margin-right: 8%;
}

.mortgage .final .numbers .value {
	text-shadow: 0 6px 8px rgba(11, 152, 155, 0.25);
	color: #17bab6;
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 20px;
	opacity: 0.9;
	transition: opacity 300ms, transform 300ms;
	will-change: opacity, transform;
	cursor: default;
}

.mortgage .final .numbers .value:hover {

	opacity: 1;
	transform: scale(1.05) translateX(6px);
}

.mortgage .final .numbers .name {
	color: #292929;
	font-size: 17px;
	line-height: 25px;
}

.mortgage .mortgage-fix {
	padding: 23px 64px;
	margin-bottom: 29px;
}

.mortgage .final .button-box .name {
	color: #292929;
	font-size: 17px;
	line-height: 25px;
}





.mortgage-quiz {
	position: relative;
	height: 696px;
	background-image: url('../images/mortgage_quiz_cover.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fbfbfb;
}

.mortgage-quiz .container {
	height: 100%;
	text-align: right;
}

.mortgage-quiz .box {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mortgage-quiz .box .inner {
	width: 355px;
}

.mortgage-quiz h2 {
    font-size: 35px;
	margin-bottom: 46px;
}

.mortgage-quiz .box .description {
	color: #000000;
	font-size: 17px;
	line-height: 36px;
	text-align: justify;
	margin-bottom: 48px;
}

.mortgage-quiz .green-button {
	min-width: 149px;
	white-space: nowrap;
}







.location {
	position: relative;
	padding-bottom: 0;
}

.location h2 {
	margin: 20px;
}

.location .description {
	color: #030303;
	font-size: 21px;
	line-height: 41px;
	text-align: center;
	margin-bottom: 66px;
}

.location .map {
	height: 874px;
	background-image: url('../images/map.png');
	background-size: cover;
	position: relative;
}

.location .map .info {
	position: absolute;
	width: 682px;
	height: 662px;
	background-color: #ffffff;
	box-shadow: 0 18px 16px rgba(77, 77, 77, 0.13);
	right: 2%;
	top: 50%;
	margin-top: -356px;
	box-sizing: border-box;
	padding-left: 118px;
	padding-right: 118px;
	padding-top: 58px;
	font-size: 17px;
	color: #434141;
	line-height: 32px;
}

.location .map .info .name {
	color: #434141;
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 7px;
}

.location .map .icons-list {
	list-style-type: none;
	padding: 0;

}

.location .map .block {
	margin-bottom: 33px;
}

.location .map .row > div {
	float: left;
	width: 50%;
}

.location .map .row ul li {
	margin-bottom: -3px;
}

.location .map .callback-box {
	text-align: center;
}






.footer {
	position: relative;
	background-color: #6f6f6f;
	background-image: radial-gradient(circle 671px at center, rgba(16, 15, 15, 0) 0%, rgba(0, 0, 4, 0.29) 100%);
	height: auto;
	padding: 26px 0;
}

.footer .container {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .footer-text {
	font-size: 21px;
	line-height: 33.33px;
	text-align: center;
}
































/***** CUSTOM ICONS *****/

/** SLIDER **/

.ci-left:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/arrow-left.png') no-repeat;
	width: 12px;
	height: 22px;
	background-position: center center;
	position: relative;
	bottom: -3px;
	left: -2px;
}

.ci-right:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/arrow-right.png') no-repeat;
	width: 12px;
	height: 22px;
	background-position: center center;
	position: relative;
	bottom: -3px;
	left: 2px;
}


/** LOCATION **/

.ci-metro:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/metro.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 21px 27px;
	position: relative;
	bottom: -7px;
}

.ci-airport:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/airport.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 26px 26px;
	position: relative;
	bottom: -7px;
}

.ci-car:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/car.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 24px 22px;
	position: relative;
	bottom: -6px;
}

.ci-school:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/school.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 26px 24px;
	position: relative;
	bottom: -7px;
}

.ci-coffee:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/coffee.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 15px 23px;
	position: relative;
	bottom: -7px;
}

.ci-shopping:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/shopping.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 23px 23px;
	position: relative;
	bottom: -7px;
}

.ci-kindergarten:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/kindergarten.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 25px 25px;
	position: relative;
	bottom: -6px;
}

.ci-market:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/market.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 24px 24px;
	position: relative;
	bottom: -4px;
}

.ci-hospital:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/hospital.png') no-repeat;
	width: 27px;
	height: 27px;
	background-position: center center;
	background-size: 24px 20px;
	position: relative;
	bottom: -2px;
}

/** CATALOG FEATURES **/


.ci-plans:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/plans.png') no-repeat;
	width: 36px;
	height: 36px;
	background-position: center center;
	position: relative;
	bottom: -12px;
}

.ci-price:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/price.png') no-repeat;
	width: 36px;
	height: 36px;
	background-position: center center;
	position: relative;
	bottom: -12px;
}

.ci-description:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/description.png') no-repeat;
	width: 36px;
	height: 36px;
	background-position: center center;
	position: relative;
	bottom: -12px;
}

.ci-terms:before {
	content: '';
	display: inline-block;
	background: url('../images/icons/terms.png') no-repeat;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-size: 35px 35px;
	position: relative;
	bottom: -12px;
}






/** EFFECTS **/
.btn-6 {
	position: relative;
	overflow: hidden;
	transition: color 1000ms;

}
.btn-6 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0eada9;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn-6:hover {
	border-color: #0eada9;
	color: #fff;
}
.btn-6:hover span {
	width: 225%;
	height: 562.5px;
}
.btn-6:active {
	background-color: #2c8665;
}


.mortgage-effect {
	position: relative;
	overflow: hidden;
	transition: color 1000ms;

}
.mortgage-effect span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0eada9;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.mortgage-effect:hover {
	border-color: #0eada9 !important;
	color: #fff !important;
}
.mortgage-effect:hover span {
	width: 225%;
	height: 562.5px;
}
.mortgage-effect:active {
	background-color: #0eada9;
}













/* LINK HOVER FILL */

.under {
	position: relative;
	transition: color 300ms, text-shadow 300ms;
}

.under:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #2fd8d3;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: width 300ms;
}

a.under:hover {
	color: #2fd8d3;
	text-shadow: 0 0 30px rgba(226, 226, 226, 0.3);
}



.under:hover:after {
	width: 100%;
}





.super-effects:after {
	content: "";
	display: block;
	width: 50px;
	height: 300px;
	margin-left: -200px;
	background: rgba(255,2555,255,0.2);
	position: absolute;
	left: -90px;
	top: -150px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 
	0% { 
		left: -70px; margin-left: 0px; 
	}
	12% { 
		left: 110%; margin-left: 80px; 
	}
	24% { left: 110%; margin-left: 80px; 
	} 

	100% { left: 110%; margin-left: 80px; 
	} 
}




/****** ANIMATION ******/


.vertical {
	animation: vertical_4569 5s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes vertical_4569 {
	0% { transform:translate(0,0) }
	10% { transform:translate(0,-5px) }
	20% { transform:translate(0,5px) }
	30% { transform:translate(0,-5px) }
	40% { transform:translate(0,5px) }
	50% { transform:translate(0,-5px) }
	60% { transform:translate(0,5px) }
	70% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}







.animated:nth-child(1) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(2) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(3) {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}

.animated:nth-child(4) {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}

.animated:nth-child(5) {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.animated:nth-child(6) {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}

.animated:nth-child(7) {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.animated:nth-child(8) {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
}

.animated:nth-child(9) {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.animated:nth-child(10) {
	-webkit-animation-delay: 350ms;
	animation-delay: 350ms;
}

.animated:nth-child(11) {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.animated:nth-child(12) {
	-webkit-animation-delay: 450ms;
	animation-delay: 450ms;
}

.animated:nth-child(13) {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animated:nth-child(14) {
	-webkit-animation-delay: 550ms;
	animation-delay: 550ms;
}

.animated:nth-child(15) {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.animated:nth-child(16) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(17) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(18) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(19) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(20) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(21) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(22) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(23) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(24) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(25) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.animated:nth-child(26) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}







/*** FINAL FIXES ***/
.owl-carousel {
	position: relative !important;
}
.owl-prev,
.owl-next {
	position: absolute !important;
	top: 50% !important;
	margin-top: -29px !important; 
}
.owl-prev {
	left: 0 !important;
}
.owl-next {
	right: 0 !important;
}









/*** MODAL DESKTOP ***/
.remodal {
	background: none;
    background-image: url('../images/modal-bg.png');
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}

.remodal .wpcf7 {
    height: 100%;
}

.remodal .wpcf7 .wpcf7-form {
    height: 100%;
}

.remodal-close {
	left: auto;
	right: 0;
}

.remodal.nopadding {
	padding: 0;
}

.remodal.with-picture .left-part {
    float: left;
    width: 48%;
    height: inherit;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5%;
}

.remodal.with-picture .left-part .inner {
	max-width: 73%;
}

.remodal.with-picture .left-part img {
    max-width: 100%;
    max-height: 100%;
}

.remodal.with-picture {
	height: 430px;
}

.remodal.with-picture .right-part {
	float: left;
	width: 52%;
	height: inherit;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 2%;
}

.remodal.with-picture .title {
	font-size: 21px;
	font-weight: 300;
	line-height: 33.33px;
	margin-bottom: 35px;
}

.remodal.with-picture .form {
	max-width: 90%;
}

.remodal .form .row:not(:last-child) {
    margin-bottom: 12px;
}

.remodal.with-picture .form .modal-button {
	margin-top: 29px;
	margin-bottom: 16px;
}

.remodal.with-picture .form .row label {
	display: block;
	float: left;
	width: 30%;
	height: 43px;
	color: #494949;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: left;
}

.remodal.with-picture .form .row input[type="text"] {
	display: block;
	float: left;
	width: 70%;
	height: 43px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	box-sizing: border-box;
    padding: 0 10px;
}

.remodal.with-picture .form .row input[type="text"]::placeholder {
    color: #8e8e8e;
}

.remodal .agree {
	display: block;
	font-size: 12px;
}

.remodal.with-picture .form {
    max-width: 90%;
    margin: 0 auto;
}




.remodal.with-picture.cat-plan .left-part {
    justify-content: left;
    padding-bottom: 0;
}

.remodal.with-picture.cat-plan .left-part .inner {
    max-width: 100%;
}

.remodal.with-picture.cat-plan .align-control {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
}











.remodal.compact {
	max-width: 444px;
}

.remodal.compact .form .modal-button {
    margin-top: 9px;
    margin-bottom: 16px;
}

.remodal.compact .form .row label {
	display: block;
	float: left;
	width: 30%;
	height: 43px;
	color: #494949;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: left;
}

.remodal.compact .form .row input[type="text"] {
	display: block;
	float: left;
	width: 70%;
	height: 43px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	box-sizing: border-box;
    padding: 0 10px;
}

.remodal.compact .form .row input[type="text"]::placeholder {
    color: #8e8e8e;
}

.remodal.compact .title {
	font-weight: 800;
	font-size: 21px;
	margin-bottom: 20px;
}

.remodal.compact .description {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.remodal.compact .form {
    max-width: 86%;
    margin: 0 auto;
}




.remodal.videomodal {
    padding: 0;
}

.remodal.videomodal .videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.remodal.videomodal .videocontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remodal.videomodal .remodal-close {
    top: -35px;
    right: -35px;
    color: #fff;
}




/*** FIXE CONTACT FORM 7 BUTTON SUBMIT ***/

.remodal input[type="submit"].modal-button {
    border: 0;
    font-family: inherit;
}

.remodal input[type="text"] {
    font-size: inherit;
    transition: background-color 400ms;
}

.remodal .wpcf7-not-valid {
    background-color: #ffdede !important;
}

.remodal .screen-reader-response, .remodal .wpcf7-not-valid-tip {
    display: none;
}

.remodal .wpcf7-response-output {
	display: none !important;
}

/* .fix-button-input {
    display: inline-block;
    border-radius: 36px;
}

.fix-button-input input {
    display: block;
    margin: 0;
    border: 0;
}

.fix-button-input:after {
    content: "";
    display: block;
    width: 50px;
    height: 300px;
    margin-left: -200px;
    background: rgba(255,2555,255,0.2);
    position: absolute;
    left: -90px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
} */





/*** INNER PAGES ***/
.full-page {
	text-align: center;
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.full-page .container {
	position: relative;
	z-index: 10;
}

.custom-rombs:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2019/01/romb.png');
	width: 364px;
	background-size: contain;
	height: 234px;
	position: absolute;
	right: 3%;
	top: -150px;
	background-position: bottom right;
}

.custom-rombs:after {
	background-repeat: no-repeat;
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2019/01/romb.png');
	width: 364px;
	background-size: contain;
	height: 234px;
	position: absolute;
	left: 3%;
	bottom: -92px;
	background-position: top left;
}






/*** SIZE 1700 =>1540 px ***/
@media screen and (max-width: 1700px) {

	.space {
		height: 20px;
	}

	.space-2x {
		height: 40px;
	}
	
	.space-3x {
	    height: 60px;
	}

	.padded {
		padding-top: 40px;
	}

	.container {
		max-width:  1142px;
	} 

	.green-button {
		font-size: 17px;
		padding: 20px 26px;
	}

	h2 {
		font-size: 35px;
	}

	.intro h1 {
		font-size: 61px;
		margin-bottom: 8px;
	}

	.intro .data-table a {
		bottom: 2px;
	}

	.intro .content-area .frame {
		margin: 18px 130px;
		margin-top: 30px;
	}

	.intro .words {
		font-size: 31px;
		margin-bottom: 24px;
	}

	.intro .text {
		font-size: 14px;
		line-height: 29px;
		max-width: 819px;
		margin-bottom: 50px;
	}

	.intro .data-table {
		max-width: 790px;
		height: auto;
		margin-bottom: 40px;
	}

	.intro .data-table li:not(:last-child) {
		margin-right: 2.7%;
	}

	.intro .data-table li:first-child {
		width: 29.5%;
	}

	.intro .contacts .phone {
		font-size: 21px;
	}

	.intro .contacts .callback {
		font-size: 14px;
	}

	.intro .data-table .name {
		font-size: 16px;
	}

	.intro .data-table .value {
		font-size: 21px;
	}

	.apartment-quiz {
	    height: 615px;
	}

	.apartment-quiz .green-button .button-container {
		top: 1px;
	}

	.apartment-quiz .box .inner {
		width: 304px;
	}

	.apartment-quiz h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.apartment-quiz .box .description {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	.apartment-quiz .green-button {
		padding: 18px 49px;
		margin-bottom: 42px;
	}

	.green-button .button-container {
		top: 0;
	}

	.apartment-quiz .green-button img {
		bottom: 0;
	}

	.apartment-quiz .box .bonus-text {
		font-size: 16px;
	}

	.apartment-quiz .box .bonus-pic img {
		width: 220px;
	}





	.about .black-box {
		padding-left: 90px;
		padding-right: 50px;
		padding-top: 44px;
		padding-bottom: 42px;
		height: 540px;
		width: 631px;    
	}

	.about .black-box h3 {
		font-size: 35px;
		line-height: 45.42px;
	}

	.about .black-box h3:after {
		width: 20px;
	}

	.about .black-box .features {
		min-height: 100px;
	}

	.about .black-box .features li {
		font-size: 14px;
		padding: 13px 22px;
		margin-bottom: 15px;
	}

	.about .black-box .text {
		font-size: 14px;
		line-height: 30px;
	}


	.about .black-box .more {
		bottom: 34%;
		left: -20%;
		font-size: 11px;
	}

	.about .element .bg-img {
		max-width: 85%;
		min-height: 711px;
		height: auto;
	}

	.about .divider {
		padding: 39px 0px;
	}

	.about .vertical {
		width: 30px;
	}

	.play {
		height: 268px;
	}

	.play .play-text {
		font-size: 31px;
		top: -88px;
	}

	.play .play-button {
		width: 192px;
	}
	
	.layouts .layouts-data .row {
		margin-bottom: 105px;
	}

	.layouts .layouts-data .row .item {
		height: 354px;
	}


	.layouts .layouts-data .row .name .big {
		font-size: 28px;
	}

	.layouts .layouts-data .row .name .price {
		font-size: 17px;
	}

	.layouts .layouts-data .row .item .data {
		width: 69px;
		height: 69px;
		top: 16px;
		right: 16px;
	}

	.layouts .layouts-data .row .item .plan {
		margin-top: 70px;
		width: 250px;
		height: 160px;
		margin-bottom: 38px;
	}

	.layouts .layouts-data .row .item .data .value {
		font-size: 17px;
	}

	.layouts .layouts-data .row .item .data .name {
		font-size: 12px;
	}

	.layouts .layouts-data .row .item .button {
		font-size: 15px;
		width: 200px;
		height: 55px;
		line-height: 51px;
	}

	.layouts .green-button {
		font-size: 17px;
		padding: 19px 21px
	}

	.layouts .green-button .button-container {
		top: 1px;
	}

	.layouts .green-button img {
		width: 22px;
	}





	.catalog {
		height: 676px;
	}

	.catalog h2 {
		margin-bottom: 22px;
	}

	.catalog .features li {
		margin-bottom: 19px;
	}

	.catalog .features {
		font-size: 14px;
		margin-bottom: 43px;
	}

	.catalog .super-icons:before {
		width: 30px;
		height: 30px;
	}

	.catalog .ci-terms:before {
		background-size: 29px 29px;
	}

	.catalog .green-button {
		padding: 20px 62px;
	}

	.catalog .green-button img {
		width: 21px;
	}




	.expert {
		height: 300px;
	}

	.expert .frame {
		width: 159px;
		height: 159px;
	}

	.expert .frame img {
		width: 115px;
		left: -4px;
	}

	.expert .block-title:before {
		width: 29px;
	}

	.expert .block-title {
		right: -110px;
		bottom: 150px;
	}

	.expert .frame-bg {
		width: 240px;
		height: 200px;
		background-size: 219px 193px;
	}

	.expert .contact-expert {
		margin-top: 0;
		font-size: 17px;
		width: 222px;
		height: 61px;
		box-sizing: border-box;
		line-height: 56px;
	}

	.expert .position {
		font-size: 17px;
	}

	.expert .opinion:before {
		width: 28px;
	}

	.expert .opinion {
		font-size: 14px;
		line-height: 27.8px;
	}





	.mortgage .description {
		font-size: 21px;
	}

	.mortgage .mortgage-blocks .item .logo-area {
		height: 50px;
		box-sizing: content-box;
		padding-top: 34px;
		padding-left: 62px;
		padding-right: 62px;
		padding-bottom: 22px;
	}

	.mortgage .mortgage-blocks .item .info {
		margin-bottom: 21px;
	}

	.mortgage .mortgage-blocks .item .logo-area .inner {
		height: inherit;
	}

	.mortgage .mortgage-blocks .item .logo-area .inner img {
	    display: block;
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
	}

	.mortgage .mortgage-blocks .item .info .name {
		font-size: 14px;
	}

	.mortgage .mortgage-blocks .item .info .value {
		font-size: 21px;
	}

	.mortgage .mortgage-blocks .item .button {
		width: 210px;
		height: 58px;
		box-sizing: border-box;
		line-height: 54px;
		font-size: 16px;
	}

	.mortgage .mortgage-blocks .item {
		height: 280px;
	}

	.mortgage .more-banks {
		font-size: 21px;
	}

	.mortgage .big-h3 {
		font-size: 35px;
	}

	.mortgage .after-title {
		font-size: 21px;
		line-height: 41.68px;
	}

	.mortgage .icons-box .icon {
		width: 125px;
	}

	.mortgage .icons-box .icon-title {
		font-size: 21px;
	}

	.mortgage .icons-box .icon-text {
		font-size: 14px;
		line-height: 29.97px;
	}

	.mortgage .line {
		height: 4px;
	}

	.mortgage .final .numbers .value {
		font-size: 35px;
	}

	.mortgage .final .numbers .name {
		font-size: 14px;
		line-height: 20.84px;
	}

	.mortgage .mortgage-fix {
		padding: 20px 53px;
		margin-bottom: 29px;
	}

	.mortgage .final .button-box .name {
		font-size: 14px;
	}





	.mortgage-quiz {
		height: 582px;
	}

	.mortgage-quiz h2 {
		margin-bottom: 38px;
		font-size: 28px;
	}

	.mortgage-quiz .box .description {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 42px;
	}

	.mortgage-quiz .box .inner {
		width: 295px;
	}

	.mortgage-quiz .green-button {
		min-width: auto;
		white-space: nowrap;
		padding: 18px 47px;
	}

	.green-button .button-container {
		top: -1px;
	}

	.mortgage-quiz .green-button img {
		width: 21px;
		height: 19px;
		display: inline-block;
		margin-right: 7px;
		float: none;	
	}





	.location .description {
		font-size: 17px;
		line-height: 34.71px;
		margin-bottom: 52px;
	}

	.location .map {
		height: 729px;
	}


	.location .map .info {
		width: 569px;
		height: 552px;
		padding-top: 46px;
		padding-left: 96px;
		padding-right: 98px;
		line-height: normal;
		margin-top: -300px;
	}

	.location .map .info .name {
		font-size: 17px;
		margin-bottom: 3px;
	}

	.location .map .icons-list {
		font-size: 14px;
		line-height: 1.8;
	}

	.location .map .info .block p {
		font-size: 14px;
		line-height: 27.77px;
	}

	.location .green-button {
		font-size: 17px;
		padding: 20px 28px;
	}

	.location .green-button img {
		width: 23px;
		height: 21px;
	}

	.location .map .block {
		margin-bottom: 28px;
	}


	/* ICONS */

	.location .super-icons:before {
		width: 23px;
		height: 23px;
	}

	.location .ci-metro:before {
		background-size: 19px 23px;
	}

	.location .super-icons:before {
		background-size: 22px 22px;
	}

	.location .ci-car:before {
		background-size: 20px 18px;
	}
	.location .ci-school:before {
		background-size: 22px 20px;
	}

	.location .ci-coffee:before {
		background-size: 13px 19px;
	}

	.location .ci-shopping:before {
		background-size: 19px 19px;
	}

	.location .ci-kindergarten:before {
		background-size: 21px 21px;
	}

	.location .ci-market:before {
		background-size: 20px 20px;
		bottom: -4px;
	}

	.location .ci-hospital:before {
		background-size: 20px 17px;
		bottom: -4px;
	}







	.footer .footer-text {
		font-size: 17px;
	}


}



/** SIZE 1500px **/
@media screen and (max-width: 1500px) {

	.photos .owl-theme .owl-nav {
		width: 100%;
		right: auto;
		margin-right: auto;
		padding: 0 8vw;
		box-sizing: border-box;
	}

}







/*** SIZE 1390px ***/
@media screen and (max-width: 1390px) {


	


	.space {
		height: 15px;
	}

	.space-2x {
		height: 30px;
	}
	
	.space-3x {
	    height: 45px;
	}

	.catalog .green-button {
		font-size: 15px;
		padding: 17px 29px;
	}	
	
	.container {
		max-width: 990px;
	}

	h2 {
		font-size: 32px;
	}

	.intro .content-area .frame {
		margin: 8px 114px;
		margin-top: 20px;
	}

	.intro h1 {
		font-size: 52px;
	}

	.intro .words {
		font-size: 26px;
	}

	.intro .text {
		font-size: 14px;
		line-height: 25.6px;
	}

	.intro .green-button .button-container {
		top: -1px;
	}

	.intro .green-button img {
		width: 22px;
		height: 15px;
		bottom: -1px;
	}

	.intro .data-table .name {
		font-size: 14px;
	}

	.intro .data-table .value {
		font-size: 18px;
	}

	.green-button {
		font-size: 15px;
		padding: 17px 18px;
	}

	.green-button .button-container {
		top: 0;
	}



	.apartment-quiz {
		height: 495px;
	}

	.apartment-quiz .box .inner {
		width: 294px;
	}

	.apartment-quiz .box .bonus-pic img {
		width: 200px;
	}

	.about .elements .element:nth-child(2n+1) .content-area .box .container {
		padding-right: 37%;
	}

	.about .elements .element:nth-child(2n+2) .content-area .box .container {
		padding-left: 37%;
	}

	.about .element .bg-img {
		min-height: 608px;
	}

	.about .black-box {
		width: 539px;
		height: 472px;
		padding-left: 77px;
		padding-top: 36px;
		min-height: 94px;
	}

	.about .black-box .features {
		min-height: 94px;
		margin-bottom: 18px;
	}

	.about .black-box .features li {
		font-size: 13px;
		padding: 11px 16px;
		margin-bottom: 10px;
	}

	.about .black-box h3 {
		font-size: 32px;
		line-height: 38.78px;
	}

	.about .black-box h3:after {
		width: 17px;
		margin-top: 19px;
		margin-bottom: 19px;
	}

	.about .black-box .text {
		font-size: 13px;
		line-height: 27.61px;
	}

	.about .black-box .more:before {
		width: 17px;
		margin-right: 22px;
	}

	.about .black-box .more {
		font-size: 10px;
		bottom: 35%;
		left: -20.4%;
	}

	.about .vertical {
		width: 26px;
	}

	.about .divider {
		padding: 33px 0px;
	}



	.play {
		height: 229px;
	}

	.play .play-text {
		font-size: 27px;
		top: -68px;
	}

	.play .play-button {
		width: 150px;
	}




	.layouts .layouts-data .row .item .plan {
		margin-top: 63px;
		width: 190px;
		height: 136px;
		margin-bottom: 32px;	
	}

	.layouts .layouts-data .row {
		margin-bottom: 92px;
	}



	.layouts .layouts-data .row .name .big {
		font-size: 25px;
		line-height: 20px;
	}

	.layouts .layouts-data .row .name .price {
		font-size: 16px;
	}

	.layouts .layouts-data .row .item {
		height: 306px;
	}

	.layouts .layouts-data .row .item .data {
		width: 58px;
		height: 58px;
		top: 13px;
		right: 13px;
	}

	.layouts .layouts-data .row .item .data .value {
		font-size: 15px;
		line-height: 0.8;
	}

	.layouts .layouts-data .row .item .data .name {
		font-size: 11px;
	}

	.layouts .layouts-data .row .item .button {
		font-size: 14px;
		width: 169px;
		height: 47px;
		line-height: 43px;
		box-sizing: border-box;
	}

	.layouts .green-button {
		font-size: 15px;
		padding: 16px 17px;
	}

	.layouts .green-button img {
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}

	.catalog {
		height: 577px;
	}

	.catalog .box {
		width: 264px;
		margin-top: 79px;
	}

	.catalog .green-button {
		padding: 17px 46px;
	}

	.catalog h2 {
		margin-bottom: 18px;
		line-height: 34px;
	}

	.catalog ul.features i {
		margin-left: 17px;
	}

	.catalog .features li {
		margin-bottom: 16px;
	}



	.expert {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.expert .frame {
		width: 136px;
		height: 136px;
		left: 18px;
	}

	.expert .frame-bg {
		width: 180px;
		height: 165px;
		background-size: 190px 157px;
	}

	.expert .frame img {
		width: 99px;
		left: -2.9px;
		top: -10px;
	}

	.expert .contact-expert {
		font-size: 15px;
		width: 189px;
		height: 52px;
		box-sizing: border-box;
		line-height: 48px;
	}

	.expert h2 {
		margin-bottom: 2px;
	}

	.expert .position {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.expert .opinion:before {
		width: 24px;
		margin-bottom: 15px;
	}


	.expert .area .left-part {
		width: 27%;
	}

	.expert .area .right-part {
		width: 73%;
	}


	.expert .block-title:before {
		width: 24px;
		margin-right: 22px;
	}

	.expert .block-title {
		right: -91px;
		bottom: 134px;
		font-size: 11px;
	}



	.mortgage h2 {
		margin-bottom: 7px;
	}

	.mortgage .description {
		font-size: 19px;
	}

	.mortgage .mortgage-blocks .item {
		height: 242px;
	}

	.mortgage .mortgage-blocks .item .logo-area {
		height: 44px;
		padding-top: 31px;
		padding-bottom: 18px;
	}

	.mortgage .mortgage-blocks .item .info .name {
		font-size: 13px;
		margin: 4px;
	}

	.mortgage .mortgage-blocks .item .info .value {
		font-size: 19px;
	}

	.mortgage .mortgage-blocks .item .button {
		width: 180px;
		height: 49px;
		box-sizing: border-box;
		line-height: 45px;
		font-size: 15px;
	}

	.mortgage .more-banks {
		font-size: 19px;
	}

	.mortgage .big-h3 {
		font-size: 32px;
	}

	.mortgage .after-title {
		font-size: 19px;
		line-height: 37.58px;
		margin-bottom: 30px;
	}

	.mortgage .icons-box .icon {
		width: 110px;
		margin-bottom: 9px;
	}

	.mortgage .icons-box .icon-title {
		font-size: 19px;
		margin-bottom: 9px;
	}

	.mortgage .icons-box .item:not(:last-child) {
		margin-right: 4%;
	}

	.mortgage .icons-box .item {
		width: 30.666%;
	}

	.mortgage .icons-box .icon-text {
		letter-spacing: -0.4px;
		line-height: 28px;
	}

	.mortgage .line {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.mortgage .final .numbers .value {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.mortgage .final .numbers .name {
		font-size: 13px;
		line-height: 19px;
	}

	.mortgage .mortgage-fix {
		padding: 17px 44px;
		margin-bottom: 18px;
	}

	.mortgage .final .button-box .name {
		font-size: 13px;
	}





	.mortgage-quiz {
		height: 497px;
	}

	.mortgage-quiz .green-button {
		padding: 16px 39px;
	}

	.mortgage-quiz .green-button img {
		width: 18px;
		height: 16px;
	}

	.mortgage-quiz .box .inner {
		width: 270px;
	}

	.mortgage-quiz .padded {
		padding-top: 30px;
	}

	.location .description {
		font-size: 16px;
		line-height: 30px;
	}



	.location .map {
		height: 624px;
	}


	.location .map .info {
		width: 486px;
		height: 512px;
		padding-left: 70px;
		padding-top: 41px;
		padding-right: 34px;
		top: 47%;
		margin-top: -256px;
	}

	.location .green-button {
		font-size: 15px;
		padding: 17px 23px;
	}

	.location .green-button img {
		width: 20px;
		height: 18px;
		margin-right: 5px;
		bottom: 0px;
	}

	.footer {
		font-size: 15px;
	}

}












@media screen and (min-height: 750px) and (max-width: 1390px) {
	.about .bg-picture img {
		
	}

	.about .element .bg-img {
		min-height: none;
		max-width: 80%;
		height: auto;
	}
}































/*** SIDEBAR FIX ***/
@media screen and (max-height: 980px) {
	
	.sidebar-color {
		width: 202px;
		left: -202px;
	}

	.header {
		width: 202px;
		padding-right: 15px;
		padding-left: 17px;
	}

	.header-margin {
		margin-left: 202px;
	}


	.header .logo-developer {
		height: 30px;
		text-align: center;
	}

	.header .logo-developer img {
		max-height: 100%;
	}

	.header .logo-agency {
		height: 28px;
		text-align: center;
	}

	.header .logo-agency img {
		max-height: 100%;
	}


	.header .main-nav ul {
		font-size: 13px;
	}

	.header .main-nav ul li:before {
		width: 7px;
		height: 7px;
	}

	.header .visit-text {
		font-size: 16px;
		line-height: 23.56px;
		letter-spacing: 0.1px;
	}

	.header .visit-icon img {
		width: 90px;
		height: 90px;
	}

	.header .visit-button {
		font-size: 14px;
		width: 146px;
		height: 48px;
		box-sizing: border-box;
		line-height: 44px;
	}


	.header .last-div {
		display: none;
	}

}



@media screen and (max-height: 755px), screen and (max-width: 1175px) and (min-width: 1001px) {

	.sidebar-color {
		width: 172px;
		left: -172px;
	}

	.header {
		width: 172px;
		padding-right: 14px;
		padding-left: 12px;
	}

	.header-margin {
		margin-left: 172px;
	}

	.header .logo-developer {
		height: 26px;
	}

	.header .logo-agency {
		height: 24px;
	}

	.header .main-nav ul {
		font-size: 11px;
	}

	.header .main-nav ul li:before {
		margin-right: 15px;
	}

	.header .visit-text {
		font-size: 14px;
		line-height: 20.11px;
		margin-top: 2vh;
		margin-bottom: 2vh;
	}

	.header .visit-icon img {
		width: 78px;
		height: 78px;
	}

	.header .visit-button {
		font-size: 13px;
		width: 126px;
		line-height: 38px;
		height: 42px;
	}


	.intro .shadow2 {
		top: 0;
	}

}



@media screen and (max-height: 640px) {
	.header {
		padding-top: 2vh;
	}

	.logo-developer {
		margin-bottom: 1.6vh;
	}

	.header .logo-agency {
		margin-top: 1.7vh;
		margin-bottom: 1.9vh;
	}

	.header .main-nav {
		margin-top: 2vh;
	}

	.header .main-nav ul {
		margin-bottom: 2.5vh;
	}

	.header .visit-text {
		margin-top: 1.4vh;
		margin-bottom: 1.4vh;
	}

	.header .visit-icon {
		margin-bottom: 2.3vh;
	}


	.intro .shadow2 {
		top: -20%;
	}
	
}


@media screen and (max-width: 1000px), screen and (max-height: 560px)  {
	.header {
		position: absolute;
		z-index: -9999;
		height: 0;
		width: 0;
		overflow: hidden;
		opacity: 0;
	}

	.sidebar-color {
		display: none;
	}

	.header-margin {
		margin-left: 0;
	}

}


/*** END HEADER FIX ***/













/*** ELEMENTS FIXES ***/

@media screen and (max-width: 1480px) and (min-width: 1391px) {
	.apartment-quiz {
		background-position-x: -5vw;
	}

	.catalog .bg1 {
		background-position-x: -4vw;
	}

	.mortgage-quiz {
		background-position-x: -5vw;
	}

	.location .map {
		background-position-x: -7vw;
	}
}



/*** SIZE  ***/
@media screen and (max-width: 1175px) and (min-width: 1001px) {

	.container {
		max-width: 850px;
	}

	.sidebar-color {
		width: 148px;
		left: -148px;
	}

	.header {
		width: 148px;
		padding-right: 5px;
		padding-left: 6px;
	}

	.intro .data-table .value {
		font-size: 17px;
	}

	.header-margin {
		margin-left: 148px;
	}


	.apartment-quiz {
	    height: 464px;	
        background-position-x: -11vw;
	}

	.about .element .bg-img {
		min-height: 456px;
		max-height: 550px;
		height: 71vh;
	}

	.play {
		height: 200px;
	}

	.layouts .layouts-data .row .name .big {
    	font-size: 23px;
	    line-height: 12px;
	}

	.layouts .layouts-data .row .name .price {
	    font-size: 15px;
	}

	.catalog {
	    height: 462px;
	}

	.catalog .box {
		margin-top: 50px;
	}

	.mortgage-quiz {
	    height: 400px;
	}

	.location .map {
	    background-position-x: calc(100% - -6vw);
	}

}




/*** SIZE 1000 Здесь начинается мобилка ***/
@media screen and (max-width: 1000px) {
    .space-3x {
        height: 60px;
    }
    
	h2 {
		font-size: 33px;
	}

	.green-button {
	    padding: 35px 58px;
    	border-radius: 100px;
    	font-size: 28px;
	}

	.intro .green-button img {
	    width: 31px;
	    height: auto;
	    bottom: -5px;
	}

	/*** MAIN CLASSES ***/
	.hide-on-small {
		display: none !important;
	}

	.show-on-small {
		display: block !important;
	}

	.show-on-small-ib {
		display: inline-block !important;
	}



	.container {
		width: 100%;
		max-width: none;
	}

	.intro .contacts {
		text-align: center;
	}

	.intro .content-area .frame {
	    margin: 30px 80px;
	    margin-top: 42px;
	}

	.intro .words {
		font-size: 29px;
	}

	.intro .text {
	    font-size: 19px;
	    line-height: 36.6px;
	}

	.intro .green-button {

	}

	.intro .content-area .align-control {
		text-align: center;
	}

	.intro .data-table .break-control {
		display: block;
	} 

	.intro .data-table {
		text-align: center;
	    max-width: 790px;
    	width: 100%;
    	min-width: 600px;
	    margin: 0 auto;
	    margin-bottom: 40px;
	}

	.intro .data-table li:first-child,
	.intro .data-table li:not(:first-child) {
		width: auto;
	}

	.intro .data-table li:not(:last-child) {
		margin-right: 0;
	}

	.intro .data-table li:nth-child(1) {
	    width: 33.333%;
	}

	.intro .data-table li:nth-child(2) {
	    width: 37.66%;
	}

	.intro .data-table li:nth-child(3) {
	    width: 29%;
	}

	.intro .data-table .name {
	    font-size: 17px;
	    text-align: center;
	}

	.intro .contacts .phone {
		font-size: 26px;
	}

	.intro .contacts .callback {
		font-size: 25px;
	}



	.apartment-quiz {
		background-image: none !important;
		height: auto;
		position: relative;
		
	}

	.apartment-quiz .cover {
	    float: left;
    	width: 54%;
	}

	.apartment-quiz .box .inner {
		width: 100%;
		padding-top: 30px;
	}

	.apartment-quiz h2 {
		text-align: center;
	}

	.apartment-quiz .box .description {
		float: left;
		width: 46%;
		font-size: 19px;
		margin-bottom: 40px;
		line-height: 2;
		padding-right: 15px;
		box-sizing: border-box;
		text-align: right;
	}

	.apartment-quiz h2 {
		margin-bottom: 32px;
	}

	.apartment-quiz .box .align-control {
	    text-align: center;
	}

	.apartment-quiz .green-button img {
		bottom: -8px;
	}

	.apartment-quiz .green-button {
	    padding: 35px 96px;
	}


	

	/* .about .element .bg-img {
	    max-width: 85%;
    	height: auto;
    	min-height: auto;
	} */


	.about .cover-mob img {
		width: 100%;
		height: auto;
		display: block;
	}

	.about .text-mob {
		position: relative;
		top: -180px;
		max-width: 640px;
		background-color: #202123;
		box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.33);
		color: #fff;
		margin: 0 auto;
		box-sizing: border-box;
		padding-left: 45px;
		padding-top: 48px;
		padding-right: 43px;
		padding-bottom: 50px;
		margin-bottom: -120px;
	}

	.about .text-mob .features {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 42px;
	}

	.about .text-mob .features li {
		display: inline-block;
		padding: 13px 28px;
		background-color: #383838;
		border-radius: 20px;
		margin-bottom: 10px;
	}

	.about .text-mob .features li:not(:last-child) {
		margin-right: 5px;
	}

	.about .text-mob h3 {
		font-size: 29px;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.about .text-mob .text {
		font-size: 19px;
		line-height: 33px;
	}










	
	/** ПЛАНИРОВКИ АККОРДИОН **/
	.mob-layouts .inner-content {
      padding-top: 20px;
	  overflow: hidden;
	  display: none;
	  box-shadow: 0 0 30px 0 #f3f3f3;
	}

	.mob-layouts ul {
		list-style-type: none;
	}	

	.accordion > li {
	    margin-bottom: 3px;
	}

	.mob-layouts li a.toggle-accordion {
	  width: 100%;
	  display: block;
	  font-size: 21px;
	  background: #f5f4f9;
	  color: #191919;
	  border-radius: 0.15em;
	  transition: background 0.3s ease;
	  box-sizing: border-box;
	  padding: 21px 28px;
	  text-decoration: none;

	}
	.mob-layouts li a.toggle-accordion:hover {
	  background: #e4e4e4;
	}

	.mob-layouts .room-number {
		font-weight: 700;
	}

	.mob-layouts .price-data {
		display: inline-block;
		margin-left: 10px;
		color: #8b8b8b;
		font-weight: 300;
	}

	.mob-layouts {
		max-width: 700px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		box-sizing: border-box;
	}

	.layouts .green-button {
		font-size: 28px;
	    padding: 35px 38px;
	}

	.layouts .green-button img {
		width: 27px;
    	height: auto;
	}

	.layouts .layout-fix img {
		bottom: -3px;
	}

	.layouts .margin-button {
		margin-top: 30px;
	}

	.layouts .layouts-data .row > * {
		float: none;
	}

	.layouts .layouts-data .row .item {
		width: 85%;
		max-width: 589px;
		margin: 0 auto;
		height: 700px;
	}

	.layouts .layouts-data .row {
		margin-bottom: 50px;
	}



	.layouts .layouts-data .row .item .plan {
		max-height: 399px;
		max-width: 353px;
		width: 100%;
		height: auto;
		margin-top: 124px;
	}

	.layouts .layouts-data .row .item .plan img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.layouts .layouts-data .row .item .data {
		width: 140px;
		height: 140px;
	}

	.layouts .layouts-data .row .item .data .value {
		font-size: 35px;
	}

	.layouts .layouts-data .row .item .data .name {
		font-size: 23px;
	}

	.layouts .layouts-data .row .item .button {
		border-radius: 100px;
		font-size: 28px;
		width: 379px;
		height: 107px;
		line-height: 97px;
		margin-top: 65px;
	}


	

	.catalog {
		height: auto;
	}

	.catalog .cover-head {
		width: 100%;
		display: block;
		position: relative;
	}

	.catalog h2 {
		text-align: center;
		font-size: 33px;
	}

	.bg-holder {
		margin-top: -10px;
		background-image: url('../images/layouts-catalog-bottom-mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}


	.catalog .bg2 {
		display: none;
	}

	.catalog .bg1 {
		display: none;
	}

	.catalog .box {
	    background-color: #f7f6f6;
		width: 100%;
	}

	.catalog .features li {
		width: 50%;
		float: left;
	}

	.catalog .features {
	    max-width: 562px;
    	font-size: 19px;
    	margin: 0 auto;
	}

	.catalog .green-button {
	    font-size: 28px;
	    padding: 35px 116px;
	}

	.catalog .green-button img {
	    width: 26px;
	    height: auto;
	    bottom: -6px;
	}

	.catalog .features:after {
		content: '';
		display: block;
		clear: both;
	}

	.catalog .align-control {
		margin-top: 20px;
		text-align: center;
		padding-bottom: 40px;
	}
	
	/** .bg-grey-small {
	    background-color: #f7f6f6;
	}**/



	.expert {
		height: auto;
		padding-top: 39px;
		padding-bottom: 40px;
	}

	.expert .block-title {
		display: none;
	}

	.expert .area .left-part {
		width: 100%;
		float: none;
		text-align: center;
	}

	.expert .area .left-part .left-inner {
		width: 100%;
	}


	.expert .area .right-part {
		width: 100%;
		float: none;
		text-align: center;
	}

	.expert .area .right-part .right-inner {
		width: 100%;
	}

	.expert .opinion:before {
		margin: 0 auto;
		margin-bottom: 23px;
	}

	.expert .frame-bg {
		margin: 0 auto;
		width: 234px;
		height: 215px;
		background-size: 247px 204px;
	}

	.expert .frame {
		width: 177px;
		height: 177px;
		left: 38px;
	}

	.expert .frame img {
		width: 129px;
		left: -3.77px;
		top: -13px;
	}

	.expert .align-control {
		padding: 20px 0;
	}

	.expert .align-control a {
		margin: 0 auto;
	}

	.expert .opinion {
	    max-width: 580px;
	    text-align: justify;
	    margin: 0 auto;
	    font-size: 23px;
	    line-height: 1.7;
	    padding: 0px 10px;
	    width: 100%;
	    margin-bottom: 26px;
	}

	.expert h2 {
		font-size: 49px;
	}

	.expert .position {
		font-size: 23px;
		margin-bottom: 26px;
	}

	.expert .contact-expert {
		font-size: 28px;
		width: 379px;
		height: 106px;
		border-radius: 100px;
		line-height: 98px;
	}


    

	.mortgage .container {
		max-width: 570px;
	}
	.mortgage .mortgage-blocks .item:not(:nth-child(3n+3)) {
	margin-right: auto;
	}

	.mortgage .mortgage-blocks .item {
		width: 90%;
		height: 482px;
		margin: 0 auto;
		float: none;
		margin-bottom: 32px;
		max-width: 580px;
	}



	.mortgage .mortgage-blocks .item .logo-area {
		height: 93px;
		padding-top: 38px;
		padding-bottom: 52px;
	}

	.mortgage .mortgage-blocks .item .info {
		margin-bottom: 59px;
	}

	.mortgage .mortgage-blocks .item .info .name {
		font-size: 21px;
	}

	.mortgage .mortgage-blocks .item .info .value {
		font-size: 34px;
	}

	.mortgage .mortgage-blocks .item .button {
	    font-size: 28px;
	    width: 379px;
	    height: 107px;
	    border-radius: 100px;
	    line-height: 99px;
	}

	.mortgage .big-h3 {
		font-size: 28px;
	}

	


	.mortgage .icons-box .item {
		text-align: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.mortgage .line {
		height: 3px;
	}

	.mortgage .icons-box .item:not(:last-child) {
		margin-right: auto;
	}

	.mortgage .icons-box .icon-title {
		font-size: 25px;
	}

	.mortgage .icons-box .icon-text {
	    font-size: 19px;
	    line-height: 1.8;
	}

	.mortgage .icons-box .icon {
	    margin-bottom: 9px;
	    float: left;
	    margin-right: 27px;
	    width: 135px;
	}

	.mortgage .final .numbers {
		width: 100%;
		float: none;
	}

	.mortgage .final .button-box {
		width: 100%;
		margin-top: 34px;
		float: none;
		text-align: center;
	}

	.mortgage .final .numbers .value {
		font-size: 29px;
	}

	.mortgage .final .numbers .name {
	    font-size: 19px;
	    line-height: 21px;
	}

	.mortgage .final .numbers .col:not(:last-child) {
		margin-right: 2%;
	}

	.mortgage .final .numbers .col {
	    float: left;
	    width: 32%;
	}

	.mortgage .mortgage-fix {
	    padding: 36px 94px;
	    margin-bottom: 18px;
	}

	.mortgage .final .button-box .name {
		font-size: 17px;
	}

	

	.mortgage-quiz {
		height: auto;
		background-image: none !important;
	}

	.mortgage-quiz h2 {
		padding-top: 40px;
		font-size: 29px;
		text-align: right;
	}

	.mortgage-quiz .container {
		text-align: inherit;
	}

	.mortgage-quiz .box {
		display: block;
	}

	.mortgage-quiz .box .inner {
		width: 100%;
	}

	.mortgage-quiz .box .left-part-mobile {
		float: left;
		width: 55%;
	}
	
	.mortgage-quiz .box .left-part-mobile img {
		width: 100%;
	}

	.mortgage-quiz .right-part-mobile {
	   margin-right: 5%;
	}

	.mortgage-quiz .box .description {
		font-size: 19px;
		text-align: right;
	}

	.mortgage-quiz .align-control {
		text-align: center;
		margin-bottom: 30px;
	}

	.mortgage-quiz .green-button img {
		width: 24px;
		height: auto;
	}

	.mortgage-quiz .green-button {
	    padding: 35px 94px;
	}

	.mortgage-quiz .box .inner:after {
		content: '';
		display: block;
		clear: both;
	}





	.location .description {
	    font-size: 19px;
    	line-height: 36px;
    	max-width: 700px;
    	margin: 0 auto;
	}

	.location .map {
		background-image: none !important;
		height: auto;
	}

	.location .map .info {
		position: relative;
		margin: 0 auto;
		max-width: 588px;
		width: 90%;
		height: 709px;
		z-index: 5;
		padding-left: 29px;
		padding-top: 28px;
		padding-right: 27px;
		background-color: rgba(255,255,255,0.5);
	}

	.location .map .info .name {
		font-size: 19px;
		margin-bottom: 9px;
	}

	.location .map .icons-list {
	    font-size: 19px;
	    line-height: 2;
	}

	.location .mobile-map {
		position: relative;	
		top: -60px;
		margin-bottom: -60px;

	}

	.location .mobile-map img {
	    max-width: 100%;
	}

	.location .map .info .block p {
		font-size: 19px;
		line-height: 1.8;
	}

	.location .map .block {
		margin-bottom: 42px;
	}

	.location .green-button {
		font-size: 29px;
		padding: 35px 58px;
	}

	.location .green-button img {
	    width: 30px;
    	height: auto;
    	bottom: -5px;
	}

	.location .map .info {
		right: auto;
		top: auto;
		margin: auto;
	}


	.remodal.with-picture {
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}

	.remodal.with-picture .right-part {
		width: 100%;
		float: none;
		padding-right: 1%;
		padding-left: 1%;
		display: block;
	}

	.remodal.with-picture .title {
	    font-size: 19px;
	    line-height: 26px;
	    margin-bottom: 10px;
	}

	.remodal.with-picture .form .modal-button {
		margin-top: 24px;
	}


	.remodal.with-picture .align-control img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: auto;
	}

	.remodal.with-picture .align-control {
	    text-align: center;
	    height: 155px;
		margin-bottom: 16px;

	}





	.remodal.compact .title {
		font-size: 25px
	}

	.remodal.compact {
	    padding-top: 25px;
	    padding-bottom: 20px;
	    padding-left: 15px;
	    padding-right: 15px;
	}



}



/*** SIZE 480 - 700 ***/
@media screen and (max-width: 700px) {

	.container {
		max-width: none;
		width: 100%;
	}

	.green-button {
		font-size: 17px;
	    padding: 19px 25px;
	}

	h2 {
		font-size: 19px;
	}

	.intro .green-button img {
		width: 23px;
		bottom: -2px;
	}

	.intro {
		min-height: 900px;
	}

	.intro .contacts {
		text-align: right;
	}

	.intro .shadow2 {
		top: -35%;
	}

	.intro .content-area .frame {
	    margin: 24px 20px;
	    margin-top: 16px;
	}

	.intro .contacts .callback {
		font-size: 17px;
	}

	.intro .contacts .phone {
		font-size: 20px;
	}

	.intro h1 {
		font-size: 36px;
	}

	.intro .words {
	    font-size: 20px;
	}

	.intro .text {
		font-size: 13px;
		line-height: 1.7;
	}

	.intro .data-table {
		min-width: auto;
	}

	.intro .data-table li:nth-child(1) {
		width: auto;
	}

	.intro .data-table li:nth-child(2) {
		width: auto;
	}

	.intro .data-table li:nth-child(3) {
		width: auto;
	}
	
	.intro .data-table li:not(:last-child) {
		border: 0;
	}

	.intro .data-table li {
		display: block;
		width: 100%;
		float: none;
		border: 0;
		text-align: left;
	}

	.intro .data-table li:before {
	    content: '';
	    display: block;
	    width: 10px;
	    height: 2px;
	    background-color: #fff;
	    margin-bottom: 12px;
	    margin-top: 12px;
	}

	.intro .data-table .name {
		text-align: left;
		margin-bottom: 1px;
	}

	.intro .data-table .break-control {
		display: none;
	}



	.apartment-quiz .box .description {
		font-size: 15px;
		line-height: 1.8;
	}

	.apartment-quiz .container {
		width: 100%;
	}

	.apartment-quiz .green-button {
	    padding: 19px 34px;
	}

	.apartment-quiz .green-button img {
	    bottom: -1px;
	}



	.about .text-mob {
		top: -90px;
		max-width: 94%;
		margin-bottom: -40px;
		padding-left: 32px;
		padding-top: 30px;
		padding-right: 31px;
		padding-bottom: 35px;
	}

	.about .text-mob .features {
		font-size: 12px;
		margin-bottom: 21px;

	}

	.about .text-mob .features li {
	    display: inline-block;
    	padding: 10px 23px;
	}

	.about .text-mob h3 {
		font-size: 25px;
		margin-bottom: 28px;
	}

	.about .text-mob .text {
	    font-size: 16px;
	    line-height: 29px;
	}


	.play .break-control {
	    display: block;
	}

	.play .play-button {
		width: 100px;
		margin-right: 20px;
	}

	.play .play-text {
		font-size: 23px;
		top: -33px;
	}


	.photos button.owl-prev {
	    width: 15px;
    	height: 15px;
	}

	.photos button.owl-next {
	    width: 15px;
    	height: 15px;
	}

	.photos .ci-left:before {
	    width: 4px;
    	height: 7px;
	    background-size: contain;
        bottom: 4.333px;
        left: -0.6px;
	}

	.photos .ci-right:before {
	    width: 4px;
    	height: 7px;
	    background-size: contain;
        bottom: 4.333px;
        left: 0.6px;
	}

	.photos .owl-theme .owl-nav {
		top: 54%;
	}
	


	.mob-layouts {
		max-width: 94%;
	}

	.layouts .green-button {
		padding: 19px 29px;
		font-size: 19px;
	}
	
	.layouts {
	    padding-bottom: 0;
	}

	.mob-layouts li a.toggle-accordion {
		font-size: 18px;
		padding: 19px 28px;
	}

	.layouts .layouts-data .row .item .data {
		width: 70px;
		height: 70px;
	}

	.layouts .layouts-data .row .item .data .value {
		font-size: 22px;
	}

	.layouts .layouts-data .row .item .data .name {
		font-size: 15px;
	}

	.layouts .layouts-data .row .item .plan {
	    max-height: 270px;
	    max-width: 250px;
	    width: 90%;
	    height: auto;
	    margin-top: 64px;
	}

	.layouts .layouts-data .row .item .button {
		width: 200px;
		height: 61px;
		font-size: 17px;
		line-height: 56px;
	    margin-top: 35px;
	}

	.layouts .layouts-data .row .item {
		width: 85%;
		max-width: 460px;
		height: 426px;
	}

	.layouts .green-button .button-container {
		top:2px;
	}

	.layouts .layout-fix img {
		bottom: 2px;
	}

	.catalog h2 {
		font-size: 20px;
	}

	.catalog .bg-holder {
		margin-top: 0;
	}

	.catalog .features {
		font-size: 16px;
		text-align: center;
	}

	.catalog .text-holder {
		display: inline-block;
		text-align: left;
	    position: relative;
    	top: 12px;
	}

	.catalog .features .super-icons.show-on-small {
		display: inline-block !important;
	}

	.catalog .features .break-control {
		display: block;
	}

	.catalog .green-button {
		font-size: 19px;
	    padding: 19px 52px;

	}

	.catalog .green-button img {
		width: 21px;
		bottom: -2px;
	}




	.expert .container {
		width: 92%;
	}

	.expert h2 {
	    font-size: 26px;
	} 

	.expert .position {
	    font-size: 16px;
	    margin-bottom: 21px;
	}

	.expert .opinion:before {
		margin-bottom: 17px;
	}
	
	.expert .opinion {
		font-size: 17px;
	}

	.expert .contact-expert {
		font-size: 19px;
		width: 215px;
		height: 61px;
		line-height: 55px;
	}




	.mortgage .container {
	    max-width: 94%;
	} 

	.mortgage .mortgage-blocks .item {
		height: 268px;
		width: 80%;
		min-width: 295px;
	}

	.mortgage .mortgage-blocks .item .logo-area {
		padding-left: 20px;
		padding-right: 20px;
		height: 59px;
	    padding-top: 20px;
	    padding-bottom: 24px;

	}

	.mortgage .mortgage-blocks .item .info .name {
		font-size: 15px;
		margin: 0;
	}

	.mortgage .mortgage-blocks .item .info .value {
		font-size: 24px;
	}

	.mortgage .mortgage-blocks .item .button {
		font-size: 19px;
		width: 212px;
		height: 61px;
	    line-height: 56px;
	}

	.mortgage .mortgage-blocks .item .info {
	    margin-bottom: 20px;
	}

	.mortgage .more-banks {
	    font-size: 17px;
	}
	
	.mortgage .banks-hidden-link:hover .banks-hidden-block {
	    width: 275px;
	}
	
	.mortgage .banks-hidden-block {
	    left: -147px;
	}

	.mortgage .after-title {
		font-size: 16px;
	    line-height: 28px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    max-width: 94%;
	}

	.mortgage .icons-box .icon {
		width: 81px;
		margin-right: 11px;
	}

	.mortgage .icons-box .icon-title {
	    font-size: 18px;
	    margin-bottom: 4px;
	} 

	.mortgage .icons-box .icon-text {
	    font-size: 16px;
	    line-height: 1.5;
	}

	.mortgage .final .numbers .value {
		font-size: 19px;
	}

	.mortgage .final .numbers .name {
	    font-size: 13px;
	    line-height: 18px;
	}

	.mortgage .mortgage-fix {
	    padding: 20px 72px;
	    margin-bottom: 13px;
	}

	.mortgage .final .button-box .name {
		font-size: 15px;
	}

	.mortgage-quiz h2 {
	    padding-top: 19px;
	    font-size: 22px;
	    text-align: right;
	    padding-right: 2%;
	}

	.mortgage-quiz .box .description {
	    font-size: 15px;
	    line-height: 1.6;
	    padding-right: 2%;
	}

	.mortgage-quiz .green-button {
	    padding: 17px 40px;
	}

	.mortgage-quiz .green-button .button-container {
		top: -3px;
	}


	.location .description {
	    font-size: 16px;
	    line-height: 27px;
	    max-width: 94%;
	}

	.location .map .info {
		width: 80%;
		min-width: 295px;
		height: auto;
		padding-bottom: 20px;
	}

	.location .map .info .name {
	    font-size: 17px;
	    margin-bottom: 5px;
	}

	.location .map .icons-list {
	    font-size: 13px;
	    line-height: 1.8;
	}

	.location .map .info .block p {
		font-size: 13px;
		line-height: 1.5;
	}

	.location .map .block {
		margin-bottom: 22px;
	}

	.location .green-button {
		font-size: 19px;
		padding: 19px 32px;
	}

	.location .green-button img {
		width: 22px;
		bottom: -2px;
	}

	.location .mobile-map {
		top: -35px;
		margin-bottom: -35px;
	}


	.footer .footer-text {
	    font-size: 14px;
	    line-height: 1.2;
	}
}



/*** SIZE 410 - 768??? ***/

@media screen and (max-width: 410px) {
	h2 {
		font-size: 18px;
	}
	

	.intro h1 {
		font-size: 30px;	
	}

	.intro .words {
		font-size: 17px;
	}

	.intro .text {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.intro .contacts .phone {
		font-size: 16px;
	}

	.intro .contacts .callback {
		font-size: 15px;
	}

	.intro .data-table .name {
		font-size: 12px;
	}

	.intro .data-table .value {
		font-size: 14px;
	}



	.apartment-quiz .box .description {
	    font-size: 14px;
    	line-height: 1.6;
	}

	.about .text-mob .features {
		font-size: 11px;
		margin-bottom: 7px;
	}

	.about .text-mob .features li {
	    padding: 9px 13px;
	}

	.about .text-mob .features li:not(:last-child) {
		margin-right: 3px;
	}

	.about .text-mob {
	    padding-left: 22px;
	    padding-top: 22px;
	    padding-right: 21px;
	    padding-bottom: 25px;
	}

	.about .text-mob h3 {
	    font-size: 20px;
	    line-height: 1.5;
	    margin-bottom: 12px;
	}

	.about .text-mob .text {
	    font-size: 14px;
	    line-height: 27px;
	}




	.play {
		height: 123px;
	}

	.play .play-button {
	    width: 84px;
	    margin-right: 3px;
	}

	.play .play-text {
	    font-size: 19px;
	    top: -26px;
	}



	.mob-layouts li a.toggle-accordion {
	    font-size: 15px;
	    padding: 12px 19px;
	}

	.layouts .layouts-data .row .item .data {
	    width: 60px;
	    height: 60px;
	} 

	.layouts .layouts-data .row .item .data .value {
	    font-size: 17px;
	}

	.layouts .layouts-data .row .item .data .name {
	    font-size: 13px;
	}

	.layouts .layouts-data .row .item .plan {
	    max-width: 75%;
        width: auto;
        height: auto;
        margin-top: 57px;
	}

	.layouts .layouts-data .row .item .button {
		margin-top: 32px;
	}

	.layouts .layouts-data .row .item {
	    width: 85%;
	    max-width: 400px;
	    height: auto;
	    padding-bottom: 31px;
	}

	.layouts .layouts-data .row .item .button {
		width: 195px;
		height: 57px;
		font-size: 17px;
		line-height: 52px;
	}

	.layouts .green-button {
		font-size: 17px;
		padding: 16px 21px;
	}

	.layouts .green-button img {
		width: 23px;
	}



	.catalog .features {
		font-size: 14px;
	}

	.catalog .green-button {
		font-size: 17px;
		padding: 17px 43px;
	}

	.catalog .green-button img {
		width: 18px;
	}



	.expert .frame-bg {
		width: 167px;
		height: 153px;
		background-size: 176px 145px;
	}

	.expert .frame {
		width: 126px;
		height: 126px;
		left: 25px;
	}

	.expert .frame img {
		width: 92px;
		left: -2.77px;
    	top: -10px;
	}

	.expert h2 {
	    font-size: 23px;
	}

	.expert .position {
	    font-size: 14px;
	    margin-bottom: 17px;
	}

	.expert .opinion:before {
		width: 24px;
		height: 4px;
		margin-bottom: 14px;
	}

	.expert .contact-expert {
	    font-size: 17px;
	    width: 200px;
	    height: 53px;
	    line-height: 49px;
	}




	.expert .opinion {
	    font-size: 14px;
	}

	.mortgage h2 {
		font-size: 18px;
	}

	.mortgage h2 .break-control {
		display: block;
	}

	.mortgage .description {
	    font-size: 17px;
	    line-height: 1.5;
	}

	.mortgage .mortgage-blocks .item .logo-area {
		height: 44px;
	}

	.mortgage .mortgage-blocks .item .info .left-part {
		padding-left: 5px;
	}

	.mortgage .mortgage-blocks .item .info .right-part {
		padding-right: 5px;
	}

	.mortgage .mortgage-blocks .item .info .name {
		font-size: 11px;
	}

	.mortgage .mortgage-blocks .item .info .value {
	    font-size: 18px;
	}

	.mortgage .mortgage-blocks .item {
	    padding-bottom: 16px;
    	height: auto;
	}

	.mortgage .mortgage-blocks .item .button {
	    font-size: 17px;
	    width: 195px;
	    height: 53px;
	    line-height: 49px;
	}

	.mortgage .mortgage-fix {
	    padding: 17px 44px;
	}




	.mortgage .more-banks {
		font-size: 15px;
	}

	.mortgage .big-h3 {
	    font-size: 18px;
	    line-height: 1.5;
	}

	.mortgage .big-h3 .break-control {
		display: block;
	}

	.mortgage .after-title {
		font-size: 14px;
		line-height: 26px;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.mortgage .icons-box .icon {
		width: 70px;
		margin-right: 14px;
	}

	.mortgage .icons-box .icon-title {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.mortgage .icons-box .icon-text {
	    font-size: 14px;
	    line-height: 1.3;
	}

	.mortgage .mortgage-fix {
		margin-bottom: 9px;
	}

	.mortgage .final .button-box .name {
		font-size: 14px;
	}

	.mortgage-quiz h2 {
		font-size: 18px;
	}

	.mortgage-quiz .box .description {
	    font-size: 14px;
	    line-height: 1.5;
	    padding-right: 1%;
	}

	.location .description {
		font-size: 14px;
		line-height: 23px;
	}

	.location .map .info .name {
	    font-size: 13px;
	    margin-bottom: 0px;
	}

	.location .map .info {
		padding-left: 21px;
		padding-top: 24px;
		padding-right: 20px;
		height: auto;
	}

	.location .map .icons-list {
		font-size: 11px;
		line-height: 1.5;
	}

	.location .map .info .block p {
	    margin-top: 3px;
	    font-size: 12px;
	    line-height: 1.5;
	}

	.location .green-button {
		font-size: 17px;
	    padding: 17px 21px;
	}

	.location .green-button img {
		width: 19px;
	}

}



@media screen and (max-width: 360px) {
	.intro .contacts .phone {
		font-size: 13px;
		margin-right: 12px;
	}

	.intro .contacts .callback {
		font-size: 12px;
	}


}
















/*** MENU ***/
@media screen and (max-width: 1000px), 
screen and (max-height: 560px) {
	.header-margin {
		margin-left: 0;
	}

	.bar-wrapper {
		position: absolute;
	    width: 30px;
    	height: 20px;
	}


	.bar, .bar:before, .bar:after {
	  transition: all .25s;
	  content: "";
	  height: 4px;
	  width: 30px;
	  border-radius: 1px;
	  background-color: rgba(255, 255, 255, 0.95);
	  z-index: 9999999;
	}

			.bar {
	  position: relative;
	  display: block;
	      top: 8px;
	  
	}
	.bar:before {
		content: '';
	position: relative;
	  top: -8px;
	  display: block;
	}
	.bar:after {
		content: '';
		position: relative;
	  top: 4px;
	  display: block;
	}

	.itsclose .bar {
	  background-color: transparent;
	  transition: all .25s;
	  z-index: 999999;
	}
	.itsclose .bar:before {
	  transform: rotate(45deg);
    	top: 2px;
	}
	.itsclose .bar:after {
	  transform: rotate(-45deg);
	  top: -2px;
	}

	.itsclose {
		height: 25px;
	}

	.header .main-nav ul li:before {
		display: none;
	}

	.header .main-nav ul {
		text-align: center;
		font-size: 22px;
		font-weight: 400;
	}

	.header .main-nav ul li {
		display: block;
		margin-right: 0px;
	}

	.header .main-nav a {
		color: #fff;
	}

	.header .visit-text {
		margin-bottom: 1.8vh;
		font-size: 22px;
	}

	.header .showroom .left-part {
	    float: left;
	    width: 50%;
	    text-align: right;
	    box-sizing: border-box;
	    padding-right: 10px;
	}

	.header .showroom .right-part {
	    float: left;
	    width: 50%;
	    text-align: left;
	    box-sizing: border-box;
	    padding-left: 10px;
	    margin-top: 32px;
	}

	.header .showroom .visit-icon {
		float: right;
	}

	.header .showroom .visit-button {
		float: left;
	}

	.header .main-nav {
		margin-top: 0;
	}

	.header .flex-mob-divider {
		width: 83%;
		max-width: none;
	}



	.header {
		position: fixed;
		left: -9000px;
	}

	.header .inner {
		width: 100%;
		max-width: 600px;
	}

	.mob-active {
	    position: fixed;
	    z-index: 9999;
	    height: 100%;
	    width: 100%;
	    left: 0;
	    opacity: 1;
        background-color: rgba(25, 25, 25, 0.9);
        display: flex;
    	align-items: center;
    	justify-content: center;
    	overflow: scroll;
	}

	.header .logo-mob .left {
		float: left;
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #acacac;
	}

	.header .logo-mob .right {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}

	.header .logo-mob .logo-agency {
		margin-top: 0;
		margin-bottom: 0;
	}

	.header .logo-mob .logo-developer {
		margin-top: 0;
		margin-bottom: 0;
	}

	.header .logo-mob {
		margin-bottom: 40px;
	}

	
}

/*** MENU MIDDLE SIZE ***/ 

@media screen and (max-width: 500px) {
	.header .main-nav ul {
		font-size: 18px;
	}

	.header .visit-text {
		font-size: 17px;
	}

	.header .showroom .right-part {
		padding-left: 5px;
		margin-top: 21px;
	}

	.header .logo-developer img,
	.header .logo-agency img {
		max-width: 100%;
	}

	.header .inner {
	    width: 100%;
	    max-width: 450px;
	}

	.header .logo-mob .left {
		border: 0;
	}
}



/*** MENU SMALL SIZE ***/
@media screen and (max-width: 500px) {
	.header .logo-mob {
	    max-width: 276px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}

	.header .inner {
		max-width: 300px;
	}

	.header .main-nav ul {
	    font-size: 16px;
	    margin-bottom: 24px;
	    margin-top: 25px;
	}

	.header .visit-text {
		font-size: 14px;
	}
}




