@media screen and (max-width: 767px) {
	div#navbarSupportedContent {
		width: 100vw !important;
		left: -15px !important;
		padding: 20px;
	}
	a.navbar-brand img {
        width: 45%;
        max-width: 150px;
        margin-right: auto;
        margin-left: 0;
	}
	section#banner {
		margin-top: 100px !important;
	}
    .logo_text {
        top: 70px;
        left: -85px;
    }
	a.navbar-brand img {
        margin-top: -20px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 300px){
	.btn {
		font-size: 12px !important;
		padding: 8px 13px !important;
		margin-bottom: 20px  !important;
	}
	.navbar-toggler {
		padding: .2rem .7rem;
		font-size: 1rem;
	}

	

	div#navbarSupportedContent.show {
		width: 100vw !important;
		top: 92px !important;
		left: -15px !important;
	}
	section#banner {
		margin-top: 92px !important;
	}
}

@media screen and (min-width: 992px) {
	.container-fluid {
		width: 100%;
		padding-right: 60px;
		padding-left: 60px;
		margin-right: auto;
		margin-left: auto;
		max-width:2040px
	}
	button.fancybox-button.fancybox-button--close {
		z-index: 999999;
		transform: scale(2);
	}
}
div,li,a,p,ul,img{
	outline: none !Important;
}
a, .btn, .card-header,.icon,img.right-arrow,img.left-arrow,.counter-wrapper{
	cursor: pointer;
}
header a.nav-link.active {
	color: #F7931E !important;
}
.nav-item:hover svg path {
	fill: #C4C4C4 !important;
}
.align-center {
	display: flex;
	align-items: center;
}
.logo_text {
    position: absolute;
    bottom: -13px;
    right: -1px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 19.5px;
    color: #659FD8;
    text-transform: uppercase;
}
.img_logo{
    margin: 0 auto;
    position: relative;
    top: 0px;
    display: block;
}
.btn.white-btn {
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 60px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #659FD8;
    padding: 20px 32px;
}

.btn.white-btn:hover {
	color: #659FD8 !important
}

.btn.orange-btn {
	background: #659FD8;
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 32px;
	border: 1px solid white
}

.btn.orange-btn:hover {
	border: 1px solid #659FD8 !important;
	background-color: transparent !important;
	color: #659FD8 !important
}

.btn.transparent-btn {
    border-radius: 5px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 46px;
    border: 1px solid white;
}

.btn.transparent-btn:hover {
	border: 1px solid #fff !important;
	background-color: #fff !important;
	color: #659FD8 !important
}

.btn.gray-btn {
	border-radius: 50px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #2D2D2D;
	padding: 20px 46px;
	background-color: #DBDBDB;
	margin-bottom: 30px
}

.btn.gray-btn:hover {
	background-color: #659FD8 !important;
	color: #FFf !important
}


/* Navbar */

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.pink.scrolling-navbar {
	height: 157px;
	background-color: white;
	z-index: 999
}
section#banner {
	margin-top: 157px;
}
header {
	height: 157px;
	background-color: white;
	display: flex;
	align-items: center;
}
.navbar-light .navbar-nav a.nav-link {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 31px;
	color: #2D2D2D;
	padding: 22.5px;
	text-transform: uppercase;
}

.mr-auto,
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important;
}

.navbar-light li.nav-item.active a.nav-link {
	color: #F7931E;
}

.navbar-light ul.navbar-nav.nav-flex-icons .nav-item:hover svg path {
	fill: #C4C4C4 !important
}

.navbar-light ul.navbar-nav.nav-flex-icons a.nav-link {
	padding: 10.5px !important
}

.header-phone a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	line-height: 150%;
	color: #2D2D2D;
}

.houseNum{
    color:#fff;
}

/* Banner */

section#banner {
	height: calc(100vh - 157px);
	background-image: url(../images/fon_malin.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	padding-bottom: 0;
	position: relative;
}
section#banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(101, 159, 216, 0.8);
    z-index: 1;
}
section#banner .container-fluid {
    position: relative;
    z-index: 2;
}

.banner-text {
	font-family: Merriweather;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 150%;
	color: #FFFFFF;
	text-transform: uppercase;
    text-align: center;
}
.banner-sub_text {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    font-family: Open Sans;
}


/* Description */

#description {
	padding-top: 90px;
	padding-bottom: 90px;
}

#description .btn.orange-btn {
	margin-top: 50px
}

#description h3 {
	padding-top: 20px
}

h2 {
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	color: #659FD8;
	line-height: 1;
	margin-top: 15px;
}
/*
#plan{
    background-image: url('../images/map2.jpg');
    background-size: auto;
    background-position-y: -179px;
    background-position-x: -588px;
    background-repeat: no-repeat;
}
*/
#plan h2 {
    color:#333333;
}

h3 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 50px;
	margin-top: 40px;
	color: #659FD8;
	text-transform: uppercase;
}

p {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #2D2D2D;
}

.counter-wrapper {
	display: flex;
	width: 126px;
	height: 40px;
	background: rgba(219, 219, 219, 0.9);
	border-radius: 50px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #2D2D2D;
	justify-content: space-around;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

img.slick-left {
	transform: rotate(180deg);
}

.counter-wrapper {
	position: absolute;
	bottom: 27px;
	left: 27px;
	z-index: 99;
}

.slider-wrapper {
	position: relative !important;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
	position: absolute;
	z-index: -100;
	opacity: 0;
	top: 0px;
}


/* Plan */

section#plan {
    background-color: #F5F5F5;
    padding-top: 90px;
    padding-bottom: 0;
}

div#plan-wrapper {
	height: auto;
	margin-top: 100px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.map {
	margin: 0 auto;
}
div#plan-wrapper img {
	display: block;
	margin: 0 auto;
	width: auto;
}
/*
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
*/
area:hover{
	cursor: pointer;
}

.plan_legend {
	background: #fff;
	padding-top: 60px;
    padding-bottom: 60px;
}
ul.plan-list li {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	color: #2D2D2D;
	list-style: none;
	position: relative
}

ul.plan-list {
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	margin: auto;
}

li.sold:before {
	content: '';
	width: 33px;
	height: 33px;
	display: inline-block;
	background-color: #807c7c;
	position: absolute;
	left: -60px;
	border-radius: 33px;
}

li.booked:before {
	content: '';
	width: 33px;
	height: 33px;
	display: inline-block;
	background-color: #ff9800;
	position: absolute;
	left: -60px;
	border-radius: 33px;
}

li.available:before {
	content: '';
	width: 33px;
	height: 33px;
	display: inline-block;
	background-color: #0c9a0c;
	position: absolute;
	left: -60px;
	border-radius: 33px;
}


/* Callback */

#callback .title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 130%;
	color: #FFFFFF;
}
#callback .sub_title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
}

section#callback {
	background: #659FD8;
	padding-top: 76px;
	padding-bottom: 76px;
}


/* Houses */

#houses {
    padding-top: 90px;
    padding-bottom: 90px;
}

.doma {
	width: 100%;
	border: 0;
}
.doma th {
	text-align: center;
}
.doma img {
	display: block;
	margin: 0 auto 5px;
}
.tb_title {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #333333;
}
.tb_price {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	color: #659FD8;
}

.doma tbody tr:nth-of-type(even) {
	background: #F5F5F5;
}
.doma tbody tr:nth-child(odd) {
	background: #fff;
}
.doma td {
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	color: #333333;
	padding: 20px;
}
.doma td:first-child {
	font-weight: 600;
	text-align: left;
}
.doma .popup-trigger {
	color: #659FD8;
}

div.tab-pane {
	padding: 100px 100px 80px;
}

img {
	max-width: 100%;
}

#houses .nav-link {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 35px;
	color: #2D2D2D;
	padding: 23px 0px;
}

div#myTabContent {
	border: 1px solid #DBDBDB;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid #DBDBDB;
	border-top-color: rgb(219, 219, 219);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: rgb(219, 219, 219);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(219, 219, 219);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(219, 219, 219);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #DBDBDB;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
/* Accordeon */

section#under-houses {
	padding: 90px 0px;
	background-color: #659FD8;
}
#under-houses h2 {
	color: #fff;
}

div.card-header {
	line-height: 35px;
	padding: 20px 0;
}

button.btn.btn-link {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.card-header {
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1.5px dashed #F5F5F5 !important;
}

.card {
	background-color: transparent;
	background-clip: border-box;
	border: 0;
}

button.btn.btn-link:before {
    content: "";
    display: inline-flex;
    width: 14px;
    height: 14px;
    border-top: 4px solid #F5F5F5;
    border-left: 4px solid #F5F5F5;
    transition: .3s ease;
    position: absolute;
    right: 8px;
    top: 22px;
}
button.btn.btn-link[aria-expanded="true"]:before {
	transform: rotate(45deg);
}
button.btn.btn-link[aria-expanded="false"]:before {
    transform: rotate(-135deg);
}

button.btn.btn-link {
	padding: 0;
	text-decoration: none !important
}

.card-body {
	padding: 0;
	color: #fff;
	font-size: 20px;
}
.card-body p {
	color: #fff;
	font-size: 20px;
}
.list-ol {
	counter-reset: myCounter;
	padding: 0;
}
.list-ol li{
	list-style: none;
	padding: 5px 0;
}
.list-ol li:before {
      counter-increment: myCounter;
      content:counter(myCounter) '.';
      display: inline-block;
      text-align: center;
      margin: 5px 10px;
      line-height: 20px;
      width: 20px;
      height: 20px;
      background: $accent;
}
/* YouTube */

#youtube .title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 43px;
	line-height: 130%;
	/* or 56px */
	/* Ð‘ÐµÐ»Ñ‹Ð¹ */
	color: #FFFFFF;
}

section#youtube {
	background-image: url(../images/youtube.png);
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 76px;
}


/* Advantages */


#advantages .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    margin: 30px 30px 30px 0;
    border-radius: 50%;
    background: #659FD8;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
	float: left;
}
#advantages .icon:hover, #advantages .active .icon {
	color: #659FD8;
	background: #fff;
}


.active > svg {
	margin-top: 40px
}

.active > svg path {
	fill: #DBDBDB;
}

.text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    text-transform: uppercase;
    color: #659FD8;
	width: calc(100% - 130px);
	display: flex;
	height: 100px;
	align-items: center;
	margin: 30px 0;
}

section#advantages {
	padding-top: 60px;
	background-color: #F5F5F5;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 60px;
}
.container-fluid h2 {
	margin-bottom: 30px;
}
#advantages .col-md-4 {
	margin-bottom: 100px
}
.active .more-info {
	display:block !important;
}
.more-info {
	width: 100vw;
	max-width: 100%;
	display:none;
	margin-top: 40px;
}
#advantages .col-lg-4:nth-child(1) .more-info,#advantages .col-lg-4:nth-child(4) .more-info {
	width: 70vw;
	max-width: 70vw;
	display: none;

}
#advantages .col-lg-4:nth-child(2) .more-info,#advantages .col-lg-4:nth-child(5) .more-info {
	width: 70vw;
	max-width: 70vw;
	display: none;
	margin-top: 40px;
	margin-left: -22vw;
}
#advantages .col-lg-4:nth-child(3) .more-info,#advantages .col-lg-4:nth-child(6) .more-info {
	width: 70vw;
	max-width: 70vw;
	display: none;
	margin-top: 40px;
	margin-left: -45vw;
}

.more-info {
	left: 0px;
}
section#advantages {
	position: relative;
	overflow: hidden;
}
#advantages h2 {
	color: #333333;
}
.more-info {
    border: 1px solid #DDDDDE;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 30px 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 150%;
    color: #333;
    text-align: left;
}

section#steps {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
}
#steps h2 {
	color: #333333;
}
#steps h3 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 48px;
	color: #2D2D2D;
}
#etapTab {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	transition: all .3s ease;
}
#etapTab * {
	transition: all .3s ease;
}
#etapTab:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 0;
	background: rgba(101, 159, 216, 0.8);
}
#etapTab.etap_1:after {
	width: 0;
}
#etapTab.etap_2:after {
	width: 16.6666%;
}
#etapTab.etap_3:after {
	width: 33.3333%;
}
#etapTab.etap_4:after {
	width: 50%;
}
#etapTab.etap_5:after {
	width: 66.6666%;
}
#etapTab.etap_6:after {
	width: 83.3333%;
}




#etapTab li {
	width: 16.666%;
}
#etapTab .nav-link {
	display: block;
	padding: 0;
	font-weight: bold;
	font-size: 55px;
	line-height: 75px;
	color: #DDDDDE;
}
#etapTab .nav-link span {
	display: block;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 45px;
}
#etapTab .nav-link i {
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
}
#etapTab .nav-link i:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	height: 0;
	width: 100%;
	border-top: 3px dashed #659FD8;
}
#etapTab .nav-link i:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #DDDDDE;
	border-radius: 2px;
	z-index: 1;
}

#etapTab .active.nav-link, #etapTab .active.nav-link span, #etapTab .nav-link:hover, #etapTab .nav-link:hover span {
	color: #659FD8;
}
#etapTab .active.nav-link i:before, #etapTab .nav-link:hover i:before {
	background: #659FD8;
}
#etapTab .active.nav-link i {
	background: linear-gradient(90deg, rgba(101, 159, 216, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}


.step {
	display: none;
    background: rgba(101, 159, 216, 0.8);
    border-radius: 15px;
    margin-top: 40px;
    padding: 5px 30px;
}
.step p {
	color: #fff;
	font-size: 20px;
	line-height: 150%;
}
.step.active {
	display: block;
}

section#insta {
    background-color: #F5F5F5;
    padding: 25px 90px 60px;
}

.wrapper_ista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper_ista a {
    width: 30%;
    display: block;
    margin: 5px;
}
.wrapper_ista a img {
    border-radius: 30px;
    border: 4px #649fd8 solid;
} 
.slider {
	box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
}

.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider {
	box-shadow: none;
}

a.with-arrow {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	color: #659FD8;
}
a.with-arrow.orange:hover{
	color: #659FD8;
}
a.with-arrow.orange {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333;
}

a.with-arrow svg {
	margin-left: 30px;
	transition: all .7s
}

a.with-arrow:hover svg {
	margin-left: 60px;
}

.slick-slide img {
	margin-top: 50px;
}

div a.with-arrow {
	margin-top: 20px;
	display: block;
	text-decoration: none;
}

img.left-arrow {
	transform: rotate(180deg);
	position: absolute;
	top: 39%;
	left: -100px;
}

img.right-arrow {
	position: absolute;
	top: 39%;
	right: -100px;
}

section#callback-section {
	background-color: #659FD8;
    padding: 5px;
    margin-bottom: 80px;
}
.sect_form > div {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 25px;
}
.form_wrap {
    background: #74A9DC;
    border-radius: 5px;
    margin: -45px 0;
    width: 100%;
    padding: 70px 100px;
    color: #fff;
}

section#callback-section h2.title {
	color: #ffffff;
	margin-bottom: 35px
}

section#callback-section p {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    color: #fff;
}

form {
	max-width: 600px;
	margin: auto;
}

.form-group {
	margin-bottom: 40px;
}

.form-group input {
    height: 60px;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 15px;
    font-size: 20px;
    line-height: 150%;
    color: #F5F5F5;
    border-bottom: 1.5px dashed #F5F5F5;
}

.form-group input[type=textarea] {
	height: 140px;
}

.form-control:focus {
    color: #f5f5f5;
    background-color: transparent;
    border-color: #f5f5f5;
    outline: 0;
    box-shadow: none;
}

.form-group ::-webkit-input-placeholder {color:    #f5f5f5;}
.form-group :-moz-placeholder {color:    #f5f5f5;   opacity:  1;}
.form-group ::-moz-placeholder {color:    #f5f5f5;   opacity:  1;}
.form-group:-ms-input-placeholder {color:    #f5f5f5;}
.form-group ::-ms-input-placeholder {color:    #f5f5f5;}
.form-group ::placeholder {color:    #f5f5f5;}

button.btn.btn-primary {
	background: #659FD8;
	border-radius: 50px;
	height: 70px;
	border: 0px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 20px 46px;
	margin: 40px auto !important;
	display: block;
}

button.btn.btn-primary:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff
}

button.btn.btn-primary {
    background: #FFF;
    border-radius: 5px;
    height: 70px;
    border: 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #659FD8;
    padding: 20px 46px;
    margin: 40px auto !important;
    display: block;
    border: 1px solid #659FD8;
}

label.form-check-label, label.form-check-label a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

label.form-check-label {
	padding-left: 50px;
}

label.form-check-label:before {
	content: '';
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #DBDBDB;
	display: block;
	position: absolute;
	left: 0px;
	border: 1px solid #dbdbdb !important;
}

input#exampleCheck1 {
	opacity: 0;
}

input#exampleCheck1:checked+label.form-check-label:before {
	content: '';
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #2D2D2D;
	display: block;
	position: absolute;
	left: 0px;
	box-shadow: inset 0px 0px 0 9px #DBDBDB;
}
input#exampleCheck2 {
	opacity: 0;
}

input#exampleCheck2:checked+label.form-check-label:before {
	content: '';
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #2D2D2D;
	display: block;
	position: absolute;
	left: 0px;
	box-shadow: inset 0px 0px 0 9px #DBDBDB;
}
footer {
	padding-top: 94px;
	padding-bottom: 94px
}

footer ul.navbar-nav.nav-flex-icons {
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

footer p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #659FD8;
    margin-top: 0;
    margin-bottom: 35px;
}

footer .footer-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 35px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.contacts div, .contacts div a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #333;
    margin-bottom: 15px;
}

.contacts {
	margin-bottom: 40px
}

.address {
	padding-left: 60px;
	background-image: url(../images/address.svg);
	background-repeat: no-repeat;
}

.scedule {
	padding-left: 60px;
	background-image: url(../images/scedule.svg);
	background-repeat: no-repeat;
}

.phone {
	padding-left: 60px;
	background-image: url(../images/tel.svg);
	background-repeat: no-repeat;
}

footer .with-arrow {
	padding-left: 60px
}

footer form {
	max-width: 426px !important;
	margin: 0 !important;
}

footer input {
	background-color: transparent !important;
	border: 1px solid white !important;
	color: white !important;
}

footer button.btn.btn-primary {
	margin: 40px 0px !important
}

#copyright {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	background-color: #659FD8;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px
}

footer .col-lg-4 {
	align-items: center;
	display: flex;
}

footer ul.navbar-nav.nav-flex-icons {
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	max-width: 218px;
}

@media screen and (max-width:1410px) {
	.navbar-light .navbar-nav a.nav-link {
		font-size: 18px;
	}
	a.navbar-brand img {
		max-width: 200px;
	}
	li.nav-item svg {
		width: 40px !important;
	}
	#description h3 {
		padding-top: 0px;
	}
	#description .col-md-6:nth-child(1) {
		display: flex;
		align-items: center;
	}
	.slider-wrapper {
		position: relative !important;
		max-width: 100%;
	}
	p {
		font-size: 22px;
	}
	#callback .title {
		font-size: 36px;
	}
	#houses .nav-link {
		font-size: 22px;
		line-height: 35px;
		padding: 19px 50px;
	}
	div.tab-pane {
		padding: 80px 60px 80px;
	}
	button.btn.btn-link {
		font-size: 24px;
	}
	#youtube .title {
		font-size: 30px;
	}
	.text {
		font-size: 22px;
	}
	.contacts div,
	.contacts div a {
		font-size: 22px;
	}
	footer p {
		font-size: 22px;
	}
}

@media screen and (max-width: 1199px) {
	.doma {
		width: 900px;
		margin: 0 auto;
	}
	.table-fluid {
		overflow: auto;
		padding-bottom: 20px;
	}
	.doma td {
		font-size: 16px;
		padding: 15px;
	}
	.tb_title, .tb_price {
		font-size: 18px;
		line-height: 1.3;
	}
	#etapTab .nav-link {
		font-size: 48px;
	}
	#etapTab .nav-link span {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
    section#insta {
        background-color: #F5F5F5;
        padding: 15px;
    }
    .wrapper_ista a {
        width: 45%;
        display: block;
        margin: 5px;
    }
    .wrapper_ista{
        margin-bottom: 20px;
    }
    .wrapper_ista a img {
        border-radius: 5px;
        border: 3px #649fd8 solid;
    }
	#advantages .col-lg-4 .more-info {
    width: calc(100vw - 30px) !important;
    max-width: 700px !important;
    display: none;
    margin-top: 40px;
    margin-left: 0;
}
	section#steps .container-fluid {
		max-width: 880px;
		position: relative;
		max-width: 80%;
	}
	img.left-arrow {
		left: -60px;
		max-width: 26px !important;
	}
	img.right-arrow {
		right: -60px;
		max-width: 26px !important;
	}
	.title {
		text-align: center;
		margin-bottom: 40px;
	}
	section#youtube {
		background-image: url(../images/youtube-mob.png);
	}
	section#calllback {
		background-image: url(../images/callback-mob.png);
	}
	section#banner {
		padding-bottom: 40px;
		text-align: center;
	}
	.banner-text {
		font-size: 36px;
	}
	#etapTab .nav-link span {
		display: none;
	}
}

@media screen and (max-width: 560px) {
    .more-info{
        margin-left:0 !important;
    }
	div.card-header {
		padding: 10px 0px;
	}
	div.tab-pane {
		padding: 70px 20px 0px;
	}
	.btn {
		font-size: 18px !important;
	}
	.card-body {
		padding: 10px 20px;
		font-size: 16px;
	}

	.banner-text {
		font-size: 22px;
	}
	.banner-sub_text {
		font-size: 12px;
	}
	.btn.white-btn {
		margin-top: 20px;
		font-size: 10px !important;
		line-height: 1.2;
		padding: 10px 17px;
	}
}

@media screen and (max-width: 767px) {
	section#callback {
		padding-top: 46px;
		padding-bottom: 26px
	}
	section#youtube {
		background-image: url(../images/youtube-mob.png);
		padding-top: 46px;
		padding-bottom: 26px
	}
	div#callback1 {
		display: flex;
		align-items: center;
		padding: 30px;
	}
	a.cd-popup-close.img-replace {
		transform: scale(1.5);
		top: 20px;
		right: 20px;
	}
	#callback .title {
		font-size: 24px;
	}
	#callback .sub_title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#houses {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section#under-houses {
		padding: 40px 0;
	}
	.container-fluid h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	button.btn.btn-link {
		font-size: 18px;
	}
	.card-body p {
		font-size: 16px;
	}
	
	.text {
		font-size: 18px;
		margin: 10px 0;
		height: 70px;
		width: calc(100% - 90px);
	}
	#advantages .icon {
		width: 70px;
		height: 70px;
		margin: 10px 20px 10px 0;
	}
	#advantages .icon svg {
		width: 35px;
	}
	.more-info {
		padding: 20px;
		font-size: 16px;
	}
	section#steps {
		padding-top: 40px;
	}
	section#steps .container-fluid {
		max-width: 100%;
	}
	.step p {
		font-size: 18px;
		margin: 10px 0;
	}
	section#callback-section h2.title {
		color: #ffffff;
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 1.3;
	}
	section#callback-section p {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.form_wrap {
		margin: -65px 0;
		padding: 30px 30px 1px;
	}
	#etapTab .nav-link {
		font-size: 32px;
	}
}
div#map {
	display: flex;
	align-items: center;
	justify-content: center;
}
header a.navbar-brand {
	height: 100px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 420px) {
	#description {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	h3 {
		font-size: 17px;}
	.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
		color: #fff !important;
		width: 50px !important;
		height: 50px !important;
		top: 10px !important;
		right: 10px !important;
	}

	.more-info {
		width: 90%;
		margin-left: 5%;
		left: 0 !important;
	}
	.navbar-light .navbar-nav a.nav-link {
		padding: 11.5px 0px;
	}
	.navbar-light ul.navbar-nav.nav-flex-icons a.nav-link {
		padding: 0;
	}
	ul.navbar-nav.nav-flex-icons {
		justify-content: space-between;
		max-width: 161px;
		margin-top: 30px;
	}
	.btn {
	;
		font-size: 14px !important;
		padding: 12px 20px !important;
		margin-bottom: 30px;
	}
	ul.plan-list {
		display: block;
		justify-content: space-around;
		max-width: 100%;
		margin: auto;
		padding: 20px 20px 20px 80px;
	}
	ul.plan-list li {
		margin-bottom: 20px;
	}
	ul.plan-list li {
		font-size: 20px;
	}
	section#plan {
		padding-top: 50px;
	}
	#callback .title {
		font-size: 26px;
	}
	.banner-text {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.btn.white-btn {
		font-size: 13px !important;
		padding: 9px 15px !important;
		line-height: 20px;
		margin-top: 25px;
		margin-bottom: 0px;
	}
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.pink.scrolling-navbar {
		height: 101px;
		padding: 0px 20px !important;
		background-color: white;
		z-index: 999;
	}
	header {
		height: 100px;
	}
	section#banner {
		margin-top: 157px;
	}
	section#banner {
		height: 360px;
		padding-bottom: 0px
	}
	#banner img {
		max-width: 250px;
	}
	h2 {
		font-size: 25px;
		line-height: 33px;
	}
	.text {
		font-size: 16px;
	}
	.more-info {
		border-radius: 15px;
		padding: 20px;
		font-size: 16px;
		line-height: 150%;
		margin-top: 30px
	}
	section#advantages {
		padding-top: 50px;
		padding-bottom: 80px;
		background-color: #F5F5F5;
	}
	p {
		font-size: 18px;
	}
	a.with-arrow {
		font-size: 14px !important;
		margin-top: 0px;
		padding-left: 0px !important;
	}
	a.with-arrow svg {
		max-width: 32px;

	}
	#steps h3 {
		font-family: Open Sans;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 24px;
		color: #2D2D2D;
		margin-top: 0px;
	}
	img.left-arrow {
		left: -30px;
		max-width: 13px !important;
		top: 35%;
	}
	img.right-arrow {
		right: -30px;
		max-width: 13px !important;
		top: 35%;
	}
	section#steps {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section#callback-section {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #F5F5F5;
	}
	.form-group input {
		height: 60px;
		background: #DBDBDB;
		border-radius: 50px;
		padding: 17px 25px;
		font-size: 17px;
	}
	.form-group {
		margin-bottom: 24px;
	}
	label.form-check-label,
	label.form-check-label a {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 22px;
		color: #2D2D2D;
	}
	label.form-check-label {
		padding-left: 32px;
	}
	.footer-inner {
		margin-bottom: 50px;
	}
	#houses li.nav-item {
		width: 100%;
		text-align: center;
	}
	#houses .nav-link {
		font-size: 18px;
		line-height: 23px;
		padding: 19px 50px;
	}
	h2 {
		margin-bottom: 20px;
	}
	#steps h3 {
		font-family: Open Sans;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 24px;
		color: #2D2D2D;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	section#banner .row {
		margin: 0px;
	}
	#houses img.right-arrow {
		right: -5px;
		max-width: 13px !important;
		top: 50%;
	}
	#houses img.left-arrow {
		left: -15px;
		max-width: 13px !important;
		top: 50%;
	}
	#description h3 {
		margin: 0;
	}
}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
		width: 100vw !important;
		background-color: white;
		position: absolute;
		top: 100px;
		left: 0px;
		padding: 20px;
	}
	.thanks-text {
		font-family: Open Sans;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: 54px;
		color: #FFFFFF;
	}
	.collapse:not(.show) {
		width: 100vw !important;
		background-color: white;
		position: absolute;
		top: 100px;
		left: 0px;
		padding: 20px;
	}
	div#navbarSupportedContent.show {
		width: 100vw !important;
		background-color: white;
		position: absolute;
		display: block;
		top: 100px;
		left: -15px;
		padding: 20px;
	}
	ul.navbar-nav.nav-flex-icons {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cd-popup {
    overflow: scroll!important;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(24, 33, 61, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container p,
.cd-popup-container h2 {
	color: white
}

.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%;
	list-style: none;
}

.cd-popup-container .cd-buttons a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
	background: #fc7169;
	border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8;
}

.cd-popup-close {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 30px;
	height: 30px;
}

.cd-popup-close::before,
.cd-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 1px;
	background-color: #fff;
}

.cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}

.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
	.cd-popup-container {
		margin: 8em auto;
	}
}

div#callback1 {
	z-index: 9999;
	color: white !important;
}

div#callback1 label.form-check-label {
	color: white
}

a.cd-popup-close.img-replace {
	transform: scale(2);
}

div#callback1 label.form-check-label,
div#callback1 label.form-check-label a {
	color: #fff
}

label.form-check-label a {
	text-decoration: underline
}

.fancybox-bg {
	background: rgba(24, 33, 61, 0.8) !important;
}

button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--zoom,
.fancybox-infobar {
	display: none !important
}

.fancybox-button {
	background: transparent !important;
}



button.fancybox-button.fancybox-button--arrow_right,button.fancybox-button.fancybox-button--arrow_left {
	transform: scale(2);
}
div#map {
	z-index: 9999;
}
div#map .cd-popup-container {
	display: flex;
	justify-content: center;
}
section#advantages .col-lg-4{
	position: unset !important;
}
button.fancybox-button.fancybox-button--arrow_right, button.fancybox-button.fancybox-button--arrow_left {
	transform: scale(2) !important;
	position: absolute;
	top: 50% !important;
	opacity:1;
}
button.fancybox-button.fancybox-button--arrow_left {
	left: 60px;
}
button.fancybox-button.fancybox-button--arrow_right {
	right: 60px;
}
@media screen and (min-width: 400px){
	.fancybox-button,
	.fancybox-button:visited,
	.fancybox-button:link {
		color: #fff !important;

		top: 60px !important;
		right: 60px !important;
	}
}


div#thanks-dark.is-visible,
div#thanks-light.is-visible {
	z-index: 100012 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	color: #FFFFFF;
}
div#thanks-light.is-visible{
	background-color: #F5F5F5 !important;
}
div#thanks-light.is-visible .thanks-text{
	color: #659FD8 !important;

}
div#thanks-light .cd-popup-close::before, div#thanks-light .cd-popup-close::after{
	background-color: #659FD8 !important;
}
#houses img.left-arrow {
	transform: rotate(180deg);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
	width: 24px;
}
#houses img.right-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 999;
	width: 24px;
}
#button {
	display: inline-block;
	background-color: #659FD8;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	border-radius: 70px;
}
#button::after {
	content: "";
	/* font-family: FontAwesome; */
	/* font-weight: normal; */
	/* font-style: normal; */
	/* font-size: 2em; */
	/* line-height: 50px; */
	/* color: #fff; */
	background-image: url(../images/to-top.svg);
	background-repeat: no-repeat;
	width: 33px;
	height: 19px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#button:hover {
	cursor: pointer;
	background-color: #000;
}
#button:active {
	background-color: #000;
}
#button.show {
	opacity: 1;
	visibility: visible;
}path.modal {
    position: relative !important;
    display: block !important;
}
@media screen and (min-width:1900px){
	a.with-arrow.orange.map-trigger {
		white-space: nowrap;
		height: 32px !important;
		overflow: hidden;
	}
}
@media screen and (max-width: 991px){
	#houses li.nav-item {
    width: 100%;
    text-align: center;
}
.cd-popup-container {
    max-width: 100% !important;
}
p.title_popup,label.form-check-label {
    max-width: 100% !important;
    font-size: 14px 
}
button.btn.btn-primary {
    height: 50px !important;
    line-height: 25px !important;
	padding: 0 20px;
}
.navbar {
    padding: 0 !important;
}
.form-group input {
    height: 45px !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
}
}

@media screen and (max-width: 1650px) and (min-width: 992px){
	#houses .nav-link {
		padding: 19px 15px !important
	}
}


header, header * {
    transition: all .7s;
}

a.navbar-brand img {
    max-width: 250px;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
	.navbar-light .navbar-nav a.nav-link {
    	font-size: 14px !important;
	}
.fixed-top .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-light .navbar-nav a.nav-link {
padding: 22.5px 13px !important;}
.header-phone a {
font-size: 20px !important;}

}


@media (min-width: 768px) {
	.bulleted-list-2--columns {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}
  .advantages__icon{position:absolute}.advantages__icon--kids,.advantages__icon--road,.advantages__icon--security,.advantages__icon--transport{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.advantages__icon--city{top:36.5px;left:28.5px}.advantages__icon--architecture{top:40.5px;left:34.5px}.advantages__item--active .advantages__icon{fill:#fff}.advantages__excurtion-btn{width:374px;max-width:inherit;margin-top:32px}.map{height:800px;margin:0}.map__title-wrapper{margin-top:51px;max-width:768px}.map__title{display:block;position:relative;padding-bottom:20px}.gallery__title::after,.how-to-buy__title::after,.map__title::after{content:"";display:block;position:absolute;left:2px;bottom:0;width:140px;height:2px;background-color:#9caed2}.gallery{padding:46px 0 71px}.gallery__title-wrapper{margin-bottom:26px}.gallery__video-link-wrapper{padding-top:4px;margin-left:31px}.gallery__video-link{font-size:18px}.gallery__title{padding-bottom:20px}.gallery__slider{padding-left:62px;padding-right:62px}.gallery__slider .owl-dots{display:block;bottom:-41px;width:730px}.how-to-buy{padding:48px 0 49px}.how-to-buy__title{padding-bottom:20px;margin-bottom:22px}.how-to-buy__info{margin-bottom:36px}.how-to-buy__order{-ms-flex-negative:0;flex-shrink:0}.text-phone{padding-left:32px;font-size:18px;line-height:24px}.text-phone::before{top:-2px;width:26px;height:26px;background-color:#fff;border-radius:50%}.calc-order{padding:32px 54px}.calc-order__title{font-size:18px;line-height:24px}.calc-order__input{padding:11px 16px;font-size:15px;line-height:22px}.page-footer{font-size:15px;text-align:inherit}.page-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.development{margin-top:0;-ms-flex-item-align:center;align-self:center}.development .development__social{margin-top:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.social--fixed{display:-webkit-box;display:-ms-flexbox;display:flex}.social--footer .social__item+.social__item{margin-left:15px}}@media all and (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs::before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);-webkit-box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs,.fancybox-thumbs>ul>li{margin:0;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-thumbs{top:0;right:0;bottom:0;left:auto;background:#fff;word-break:normal;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;z-index:99995;position:absolute;width:220px;padding:5px 5px 0 0}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;width:105px;height:75px;position:relative;cursor:pointer;outline:0;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}@media (min-width:970px){p{margin:27px 0}.page-header{padding-top:10px;padding-bottom:7px;background-color:#fff;-webkit-box-shadow:0 3px 6px rgba(2,7,30,.1);box-shadow:0 3px 6px rgba(2,7,30,.1)}.page-header__layout{padding-left:15px;padding-right:15px;max-width:970px;margin-left:auto;margin-right:auto}.page-header__contacts{padding:3px 0;height:inherit;-webkit-box-shadow:none;box-shadow:none}.page-main{padding-top:90px}.affix{background-color:#fff;-webkit-animation:showmenu .5s ease-out;animation:showmenu .5s ease-out}.main-nav{margin-top:7px}.main-nav__toggle{display:none}.main-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-shadow:none;box-shadow:none}.main-nav--opened .main-nav__list{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;width:inherit;max-height:inherit}.main-nav__item{margin-left:25px}.main-nav__item:first-child .main-nav__link{-webkit-box-shadow:none;box-shadow:none}.main-nav__link{display:inline;padding:0;-webkit-box-shadow:none;box-shadow:none}.logo img{position:static;margin-top:4px;margin-right:28px;margin-left:0}.container{max-width:970px}.popup{padding:22px 43px;max-width:486px}.popup__wrapper{padding:30px 32px 24px}.popup__title{margin-bottom:7px;font-size:24px;line-height:24px}.popup__success{padding-bottom:34px}.popup__success-title{font-size:24px;line-height:24px}.popup__success-message{font-size:18px;line-height:26px}.feedback__input,.feedback__textarea{padding:10px 19px}.showcase{min-height:446px}.showcase__img,.showcase__slide,.showcase__slider{height:446px}.showcase__slider .owl-dot{width:16px;height:16px;margin-left:7px;margin-right:7px}.showcase__text{padding-top:135px}.showcase__title{margin-bottom:14px;font-size:46px;line-height:56px}.showcase__btn{margin-top:32px}.showcase__title+.showcase__btn{margin-top:20px}.about{padding:48px 0 50px}.about__logo-wrap{margin-right:51px;margin-left:30px}.about__logo-wrap img{width:116px;height:107px}.about__text{margin-bottom:28px}.about__features-img{width:273px}.bulleted-list{margin:34px 0}.bulleted-list li{margin-bottom:12px;line-height:24px}.steps-list li{margin:20px 0}.plan__title-wrapper{margin-top:48px;max-width:242.5px;-webkit-transform:translateX(-200%);transform:translateX(-200%)}.legend__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.legend__list{width:697px;overflow:hidden}.legend__item{width:212px}.legend__status-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.legend__status-item{padding-left:35px;width:212px;margin-top:0;margin-right:0;margin-bottom:26px}.legend__status-item::before{left:0}.legend__price-btn-wrapper{margin-top:9px}.houses__slider{width:100%;padding-left:34px;padding-right:34px;max-width:1008px}.houses__slider .owl-item{width:calc((100% - 60px)/3)}.houses__title{padding-bottom:17px;margin-bottom:26px}.slider .owl-next,.slider .owl-prev{margin-top:-25px}.house-buy__info--mortgage{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.house-buy__mortgage .house-buy__title{padding-right:30px}.house-buy__mortgage{width:50%}.house-buy__mortgage-logo{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin:0;width:45%}.house-buy__order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.house-buy__order-desc{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:20px}.house-buy__order-btn{min-width:180px}.advantages__desc{padding:38px 46px 33px;border:8px solid #e7ded5}.advantages__desc::before{content:"";display:block;position:absolute;top:-22px;left:calc((100% - 60px)/6);width:32px;height:32px;border:8px solid #e7ded5;border-right:0;border-bottom:0;background-color:#fff;-webkit-transform:translateX(-23px) rotate(45deg);transform:translateX(-23px) rotate(45deg)}.advantages__desc:nth-of-type(3n)::before{left:auto;right:calc((100% - 60px)/6);-webkit-transform:translateX(23px) rotate(45deg);transform:translateX(23px) rotate(45deg)}.advantages__desc:nth-of-type(3n+2)::before{left:50%;-webkit-transform:translateX(-15px) rotate(45deg);transform:translateX(-15px) rotate(45deg)}.advantages__item--active+.advantages__desc{margin-top:26px}.advantages__excurtion-btn{margin-top:40px}.map__title-wrapper{margin-top:49px;max-width:970px}.gallery{padding:48px 0 71px}.gallery__slider{padding-left:81px;padding-right:81px}.how-to-buy{padding:48px 0 44px}.how-to-buy__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.how-to-buy__title{margin-bottom:17px}.how-to-buy__info{width:680px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:0;padding-top:5px}.how-to-buy__order{width:294px;margin-left:33px}.calc-order{padding:32px 22px 23px}.calc-order__btn{margin-top:22px;width:100%;max-width:inherit}}@media (min-width:1200px){.showcase{min-height:506px}.showcase__img,.showcase__slide,.showcase__slider{height:506px}.showcase__text{padding-top:165px}}@media (min-width:1400px){body{font-size:17px;line-height:26px}.page-header__layout{max-width:1170px}.page-header__phone{font-size:26px;margin-top:6px}.page-header__order-btn{margin-left:48px}.page-main{padding-top:100px}.main-nav{margin-top:11px}.logo img{width:80%;height:auto;margin-top:5px}.container{max-width:1170px}.content h2 .content .h2,.title-h2{font-size:30px;line-height:34px}.content h2 .content .h2{margin-top:34px;margin-bottom:14px}.content h3 .content .h3{margin-top:27px;margin-bottom:18px;font-size:22px;line-height:27px}.showcase{min-height:650px}.showcase__slider{height:650px;width:100%;max-width:1920px;margin-left:auto;margin-right:auto;overflow:hidden}.showcase__img,.showcase__slide{height:650px}.showcase__text{padding-top:254px}.showcase__title{font-size:60px;line-height:72px}.showcase__subtitle{padding-top:14px;font-size:40px;line-height:48px}.showcase__title+.showcase__btn{margin-top:22px}.about{padding:64px 0 55px}.about__intro-text{padding-bottom:26px}.about__logo-wrap{width:300px;height:200px;margin-right:38px;margin-left:48px}.about__logo-wrap img{width:144px;height:133.5px;margin-top:-3px}.about__text{margin-bottom:27px}.about__features-img{width:340px;margin-right:53px}.lead{font-size:22px;line-height:30px}.bulleted-list li{margin-bottom:10px;line-height:inherit}.bulleted-list li::before,.bulleted-list-2 li::before{top:9px}.steps-list li{margin:22px 0}.steps-list__lead{font-size:20px;line-height:30px}.plan__title-wrapper{margin-top:64px;max-width:295.5px}.plan__title{font-size:30px;line-height:34px}.legend{padding:48px 0 70px}.legend__title{font-size:22px;line-height:30px}.legend__title+.legend__box{margin-top:30px}.legend__list{width:847px}.legend__item{padding:2px 0 2px 45px;width:262px}.legend__status-item{width:262px;padding-left:40px}.houses{padding:63px 0 70px}.houses__slider{padding-left:70px;padding-right:70px;max-width:1280px}.house__desc{padding:33px 29px 25px}.house__title{font-size:22px;line-height:26px}.house__price{font-size:30px;line-height:37px}.house__complectation,.house__price{margin-top:10px}.slider .owl-next,.slider .owl-prev{margin-top:-15px}.house-buy__title{font-size:22px;line-height:24px}.house-buy__mortgage .house-buy__title{padding-right:0}.house-buy__mortgage{width:calc(50% - 30px)}.house-buy__mortgage-logo{margin-left:30px;width:242px}.advantages{padding:63px 0 69px}.advantages__desc{padding:38px 60px 39px}.advantages__name{font-size:22px}.map{height:820px}.map__title-wrapper{margin-top:64px;max-width:1170px}.gallery{padding:64px 0 91px}.gallery__video-link-wrapper{padding-top:6px;margin-left:31px}.gallery__video-link{font-size:22px;line-height:24px}.gallery__slider{padding-left:97.5px;padding-right:97.5px}.how-to-buy{padding:62px 0 63px}.how-to-buy__title{margin-bottom:16px}.how-to-buy__order{width:360px;margin-left:100px}.text-phone{padding-left:36px;font-size:22px;line-height:26px}.calc-order{padding:40px 32px 43px}.calc-order__title{margin-bottom:18px;font-size:22px;line-height:27px}.calc-order__input{padding:11px 23px}}@media (max-width:969px){.page-header--nojs{position:static}.page-main--nojs{padding-top:0}.main-nav--closed .main-nav__list,.main-nav--nojs .main-nav__toggle{display:none}}@media all and (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}@media (max-width:767px){.legend__box--closed{display:none}.legend__box--opened{display:block;-webkit-animation:showlegend .5s ease-out;animation:showlegend .5s ease-out}}
  html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box}body{min-width:320px;margin:0;padding:0;font-family:"Roboto","Arial",sans-serif;font-size:14px;line-height:20px;color:#4f5354;background-color:#fff;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#659FD8}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;max-width:100%;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a:hover{text-decoration:none}p{margin:24px 0}blockquote,dd,figure{margin:0}.sr-only,fieldset,legend{margin:0;padding:0}ol{counter-reset:item}ol li{display:block;position:relative}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;border:0}.btn{display:inline-block;vertical-align:top;font-family:"Roboto Condensed","Arial",sans-serif;text-decoration:none;text-transform:uppercase;border:0;outline:0;cursor:pointer;-webkit-transition:background-color ease .3s;transition:background-color ease .3s}.btn--header,.btn--showcase{padding:6.5px 21.5px 5.5px;font-size:15px;line-height:24px;font-weight:700;color:#fff;background-color:#f89825;border-radius:18px}.btn--header:hover,.btn--showcase:hover{color:#fff;background-color:#ee6464}.btn--showcase{padding:12px 30px;font-size:16px;line-height:25px;border-radius:27px}.btn--accent,.btn--info,.btn--popup,.btn--submit{font-size:14px;line-height:24px;font-weight:700;color:#fff;border-radius:27px}.btn--info{text-align:center;padding:12.5px 15px 11.5px;background-color:#f99726}.btn--info:hover{color:#fff;background-color:#4973ce}.btn--accent,.btn--popup,.btn--submit{padding:12.5px 8px 11.5px;background-color:#db3d3d}.btn--accent:hover{color:#fff;background-color:#ee6464}.btn--popup,.btn--submit{padding:12px 20px;background-color:#f99726}.btn--popup:hover,.btn--submit:hover{color:#fff;background-color:#4973ce}.btn--popup{padding:14.5px 15px;width:100%;font-size:16px;line-height:25px;text-align:center}.page-header{width:100%;min-width:320px;position:fixed;top:0;left:0;right:0;height:auto;z-index:100}.page-header__layout{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.page-header__inner{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page-header__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;padding-right:67px;padding-left:85px;background-color:#fff;-webkit-box-shadow:0 3px 6px rgba(2,7,30,.1);box-shadow:0 3px 6px rgba(2,7,30,.1)}.page-header__phone{font-family:"Roboto Condensed","Arial",sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#db3d3d;text-decoration:none}.page-header__order-btn{display:none}.page-main{padding-top:60px}.affix-top,.affix-top .page-header__contacts{-webkit-box-shadow:none!important;box-shadow:none!important}@-webkit-keyframes showmenu{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes showmenu{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.main-nav__toggle{position:absolute;top:22px;right:15px;width:28px;height:17px;padding:0;background-color:transparent;border:0;cursor:pointer;outline:0}.main-nav--closed .main-nav__toggle span{display:block;width:28px;height:3px;background-color:#f99726;border-radius:1px}.main-nav--closed .main-nav__toggle span::after,.main-nav--closed .main-nav__toggle span::before{content:"";position:absolute;left:0;width:28px;height:3px;background-color:#f99726;border-radius:1px}.main-nav--closed .main-nav__toggle span::before{top:0}.main-nav--closed .main-nav__toggle span::after{bottom:0}.main-nav--opened .main-nav__toggle{height:22px;width:22px;top:17px}.main-nav--opened .main-nav__toggle span::after,.main-nav--opened .main-nav__toggle span::before{content:"";position:absolute;right:-4px;top:10px;width:30px;height:3px;background-color:#f99726;border-radius:1px}.main-nav--opened .main-nav__toggle span::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.main-nav--opened .main-nav__toggle span::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.main-nav__toggle:active span,.main-nav__toggle:active span::after,.main-nav__toggle:active span::before,.main-nav__toggle:hover span,.main-nav__toggle:hover span::after,.main-nav__toggle:hover span::before{background-color:#db3d3d}.main-nav__list{margin:0;padding:0;list-style:none;text-align:center}.main-nav--opened .main-nav__list{position:relative;margin-left:auto;background-color:rgba(255,255,255,.95);-webkit-box-shadow:0 6px 9px rgba(17,24,43,.1);box-shadow:0 6px 9px rgba(17,24,43,.1);width:300px;max-height:calc(100vh - 60px);overflow-y:auto}.main-nav__item:first-child .main-nav__link{margin-top:1px;-webkit-box-shadow:0 -1px 0 #c0ccdb,0 1px 0 #c0ccdb;box-shadow:0 -1px 0 #c0ccdb,0 1px 0 #c0ccdb}.main-nav__item:last-child .main-nav__link{-webkit-box-shadow:none;box-shadow:none}.main-nav__link{display:block;padding:12.5px 0;-webkit-box-shadow:0 1px 0 #c0ccdb;box-shadow:0 1px 0 #c0ccdb;font-family:"Roboto Condensed","Arial",sans-serif;font-size:15px;text-transform:uppercase;font-weight:700;color:#4f5354;text-decoration:none;-webkit-transition:color ease .2s;transition:color ease .2s}.main-nav__item.active a,.main-nav__link:hover{color:#db3d3d}.main-nav__order-btn{margin-top:26px;margin-bottom:27px}.logo img{display:block;position:absolute;width:70px;height:37px;margin-top:12px;margin-left:16px}.container{width:auto;padding-left:15px;padding-right:15px}.container>:first-child{margin-top:0}.container>:last-child{margin-bottom:0}.content h2 .content .h2,.title-h2{text-transform:uppercase;font-weight:700;font-size:20px;line-height:24px}.content h2 .content .h2,.content h3 .content .h3,.title-h2{font-family:"Roboto Condensed","Arial",sans-serif;color:#1f1f1f}.content h2 .content .h2{margin-top:24px;margin-bottom:14px}.content h3 .content .h3{margin-top:22px;margin-bottom:9px;font-size:17px;line-height:22px;text-align:center;font-weight:400}.fancybox-enabled{overflow:auto}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#0f1f43;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility 0s linear .25s;transition:opacity .25s,visibility 0s linear .25s;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility 0s;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:0;white-space:normal;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:0 0;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-iframe{display:block;border:0;height:100%;padding:0}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small,.fancybox-close-small:after{position:absolute;top:0;right:0;width:22px;height:22px}.fancybox-close-small{padding:0;margin:0;border:0;border-radius:0;outline:0;background:0 0;cursor:pointer;z-index:10}.fancybox-close-small:after{content:'';display:block;background:url(https://egorievka.ru/villag/img/sprite.svg) no-repeat 0 0;background-size:44px 22px;z-index:2}.fancybox-close-small:hover:after{background-position:-22px 0}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:0 0;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,rgba(0,0,0,.1)),color-stop(40%,rgba(0,0,0,.2)),color-stop(80%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:0 0;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:0}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button::after,.fancybox-button::before{content:'';pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::after,.fancybox-button[disabled]::before,.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:0 0;border-top:solid 2px currentColor;border-right:solid 2px currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close::after,.fancybox-button--close::before{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:0;background:0 0;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .25s;transition:opacity .25s}.fancybox-arrow::after{content:'';position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left::after,.fancybox-arrow--right::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(255,255,255,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:0 0;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.fancybox-button--fullscreen::before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:0 0}.fancybox-button--pause::before,.fancybox-button--play::before{top:calc(50% - 6px);left:calc(50% - 4px);background:0 0}.fancybox-button--play::before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause::before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.popup__wrapper{padding:32px 12px 24px;border:8px solid #e6dfd6;text-align:center;background-color:#fff}.popup__title{margin-bottom:5px;font-family:"Roboto Condensed","Arial",sans-serif;font-size:20px;line-height:24px;font-weight:700;text-transform:uppercase;color:#1f1f1f}.popup__success{padding-top:17px;padding-bottom:36px}.popup__success-message,.popup__success-title{position:relative;font-family:"Roboto Condensed","Arial",sans-serif;line-height:24px}.popup__success-title{font-weight:700;text-transform:uppercase;padding-top:123px;font-size:20px;color:#1f1f1f}.popup__success-message::before,.popup__success-title::before{content:"";display:block;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.popup__success-title::before{border-radius:50%;background:#729cf7 url(https://egorievka.ru/villag/img/mail.svg) no-repeat center;background-size:46px 32px;width:100px;height:100px}.popup__success-message{padding-top:20px;margin-top:20px;font-size:17px;color:#000}.popup__success-message::before{width:140px;height:2px;background-color:#9caed2}.popup__success-message-contact,.popup__success-message-send,.spec p{margin:0}.feedback__row{padding-top:15px}.feedback__input{padding:10px;font-family:inherit;font-size:15px;line-height:24px;display:block;width:100%;background-color:#f3eee8;border:2px solid transparent;outline:0}.feedback__input::-webkit-input-placeholder{color:#848077;opacity:1}.feedback__input:-ms-input-placeholder,.feedback__textarea:-ms-input-placeholder{color:#848077;opacity:1}.feedback__input::placeholder{color:#848077;opacity:1}.feedback__textarea{padding:10px;font-family:inherit;font-size:15px;line-height:24px;display:block;width:100%;height:130px;resize:none;background-color:#f3eee8;border:2px solid transparent;outline:0}.feedback__textarea::-webkit-input-placeholder{color:#848077;opacity:1}.feedback__textarea::placeholder{color:#848077;opacity:1}.feedback__confirm{position:relative;padding-top:20px;text-align:left;font-size:14px;line-height:20px;color:#767b8c}.feedback__confirm-label{display:inline-block;vertical-align:top;position:relative;padding-left:34px;cursor:pointer}.feedback__confirm-label::before{content:"";display:block;position:absolute;top:0;left:0;background-color:#f3eee8;border:2px solid transparent;width:20px;height:20px}.feedback__confirm-checkbox{display:inline-block;vertical-align:top;position:absolute;top:20px;left:0;width:20px;height:20px;opacity:0}.calc-order__confirm-checkbox:checked~.calc-order__confirm-label::before,.feedback__confirm-checkbox:checked~.feedback__confirm-label::before{background-color:#f3eee8;background-image:url(https://egorievka.ru/villag/img/check.svg);background-repeat:no-repeat;background-position:center;background-size:14px 12px}.feedback__submit-btn{margin-top:20px;max-width:223px}.feedback__error .feedback__confirm-label::before,.feedback__error .feedback__input,.feedback__error .feedback__textarea{border-color:#d80000}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1500ms;animation-duration:1500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 100ms ease;transition:transform 100ms ease;transition:transform 100ms ease,-webkit-transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.showcase{position:relative;overflow:hidden;min-height:286px}.showcase__slide,.showcase__slider{overflow:hidden;height:286px}.showcase__slider .owl-item{float:left}.showcase__slider .owl-dots{position:absolute;bottom:10px;left:50%;width:290px;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;line-height:1;font-size:0}.showcase__slider .owl-dot{display:inline-block;vertical-align:top;width:12px;height:12px;margin-left:4px;margin-right:4px;border:2px solid #fff;border-radius:50%;cursor:pointer}.showcase__slider .owl-dot.active{background-color:#fff}.showcase__slide{text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.showcase__img{position:absolute;top:0;left:0;background-color:#f4f5f9;width:100%;height:286px}.showcase__img::after,.showcase__img::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.showcase__img::before{background-color:#0146ac;opacity:.15}.showcase__img::after{background:url(https://egorievka.ru/villag/img/chess.svg) top left;opacity:.35}.showcase__img img{display:block;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto!important;max-width:inherit!important}.showcase__text{position:relative;z-index:2;width:100%;-ms-flex-item-align:center;align-self:center}.showcase__subtitle,.showcase__title{font-family:"Roboto Condensed","Arial",sans-serif;text-shadow:0 8px 30px #110e15}.showcase__title{font-weight:700;font-size:28px;line-height:32px;color:#fff}.showcase__subtitle{position:relative;padding-top:10px;font-size:24px;line-height:28px;color:#ffedd3}.showcase__btn{margin-top:16px}.about{padding:31px 0 32px}.about a{text-decoration:none;border-bottom:1px solid transparent}.about a:hover{border-color:rgba(58,93,168,.5)}.about__intro-text{position:relative;padding-bottom:19px;margin-bottom:24px}.about__intro-text>:first-child{margin-top:0}.about__intro-text>:last-child{margin-bottom:0}.about__intro-text::after{content:"";display:block;position:absolute;left:2px;bottom:0;width:200px;height:2px;background-color:#9caed2}.about__logo-wrap{display:none}.about__logo-wrap img{display:block;margin-top:7px}.about__title{margin-bottom:14px}.about__title+.about__lead{margin-top:0}.about__text{margin-bottom:24px}.about__text>:first-child{margin-top:0}.about__text>:last-child{margin-bottom:0}.about__features{display:-webkit-box;display:-ms-flexbox;display:flex}.about__features-img{display:none}.about__features-desc>:first-child{margin-top:0}.about__features-desc>:last-child{margin-bottom:0}.about__presentation{display:block;max-width:260px;margin-left:auto;margin-right:auto}.spec{padding:30px;background-color:#e8ebf2}.spec>:first-child{margin-top:0}.bulleted-list li:last-child,.bulleted-list-2 li:last-child,.spec>:last-child{margin-bottom:0}.spec__title{margin:0;font-size:20px;line-height:30px;font-family:"Roboto Condensed",Arial,sans-serif;color:#000}.lead{font-family:"Roboto Condensed","Arial",sans-serif;font-size:17px;line-height:24px;color:#1f1f1f}

.bulleted-list,.bulleted-list-2{padding:0;list-style:none;display:block;overflow:hidden;margin:24px 0;font-size: 22px;
	font-family: 'Open Sans';
	font-weight: normal;
	line-height: 1.2;}


.bulleted-list li,.bulleted-list-2 li{padding-left:20px;margin-bottom:0px;position:relative}.bulleted-list li::before,.bulleted-list-2 li::before{content:"";position:absolute;top:6px;left:0;width:7px;height:7px;border-radius:50%}.bulleted-list li::before{display:block;background-color:#20ab46}.bulleted-list-2{margin:12px 0}.bulleted-list-2 li{display:block;margin-bottom:1px;overflow:hidden}.bulleted-list-2 li::before{background-color:#21aa48}.steps-list{padding:0;list-style:none;margin:20px 0 35px}.steps-list li{padding-left:41px;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:31px}.plan__title-wrapper>:first-child,.steps-list li:first-child{margin-top:0}.plan__title-wrapper>:last-child,.steps-list li:last-child,.steps-list p:last-child{margin-bottom:0}.steps-list li:before,.steps-list__lead{font-family:"Roboto Condensed","Arial",sans-serif}.steps-list li:before{position:absolute;top:0;left:0;width:31px;height:31px;padding-top:4px;padding-bottom:3px;background-color:rgba(194,175,160,.6);border-radius:50%;text-align:center;font-weight:700;content:counters(item,"") "";counter-increment:item;font-size:16px;line-height:24px;color:#fff}.steps-list__lead{font-size:17px;line-height:22px;color:#1f1f1f}.steps-list p{-ms-flex-item-align:center;align-self:center;margin-top:0}.plan{position:relative;overflow:hidden;height:600px}.plan__title-wrapper{position:absolute;display:none;width:100%;margin-top:30px;padding-left:15px;padding-right:15px;top:0;left:50%;z-index:1}.plan__title{font-family:"Roboto Condensed","Arial",sans-serif;font-size:20px;line-height:24px;font-weight:700;text-transform:uppercase;position:relative;color:#fff}.plan-popup{padding:7px 0 7px 7px;font-family:"Roboto","Arial",sans-serif;font-size:15px;line-height:24px;color:#4e5355}.plan-popup__title{margin-bottom:14px;font-family:"Roboto Condensed","Arial",sans-serif;font-weight:700;font-size:18px;line-height:20px;text-transform:uppercase;color:#1f1f1f}.plan-popup__land-price,.plan-popup__land-square,.plan-popup__phone{color:#000;font-weight:700}.plan-popup__phone{text-decoration:none}.plan-popup__land-price{margin-left:3px}.plan-popup__land-spec{display:inline-block;vertical-align:top;padding:2px 5px;margin-top:2px;font-family:"Roboto Condensed","Arial",sans-serif;font-size:13px;line-height:13px;font-weight:700;background-color:#45b324;color:#fff;text-transform:uppercase;text-decoration:none;margin-left:2px;border-radius:1px}.plan-popup__land-status{position:relative;padding-left:0px;margin-right:0px;text-transform:uppercase;font-weight:700}.plan-popup__land-status::before{content:"";display:block;position:absolute;top:0;left:0;width:16px;height:16px;border-radius:1px}.plan-popup__land-status--booked,.plan-popup__land-status--free{color:#099330}.plan-popup__land-status--free::before{background-color:#eee37c}.plan-popup__land-status--booked::before{background-color:#94b1d6}.plan-popup__land-status--sold{color:#d32222}.plan-popup__land-status--sold::before{background-color:#db3d3d}.plan-popup__land-status--spec{color:#099330}.plan-popup__land-status--spec::before{background-color:#80cc3c}.plan-popup__order{padding-top:16px;margin-top:20px;-webkit-box-shadow:0 -1px #f2eee9;box-shadow:0 -1px #f2eee9}.plan-popup__order-link{font-family:"Roboto Condensed","Arial",sans-serif;font-size:16px;line-height:19px;color:#f99726;border-bottom:1px dashed rgba(58,93,168,.5);text-decoration:none}.plan-popup__order-link:hover{border-color:transparent}.legend{padding:33px 0 30px}.legend__title{font-family:"Roboto Condensed","Arial",sans-serif;font-size:17px;line-height:19px;font-weight:400;color:#1f1f1f;margin:0}.legend__title--js{display:inline-block;color:#f99726;border-bottom:1px dashed #f99726;cursor:pointer}.legend__title--js:hover{border-bottom-color:transparent}.legend__title+.legend__box{margin-top:24px}@-webkit-keyframes showlegend{0%{opacity:0}to{opacity:1}}@keyframes showlegend{0%{opacity:0}to{opacity:1}}.legend__list{margin:0;padding:0;list-style:none}.legend__item{padding:6px 0 4px 45px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.legend__item:last-child{margin-bottom:0}.legend__item::before{position:absolute;top:0;left:0;width:30px;height:30px;padding-top:3px;padding-bottom:3px;background-color:#5d84d8;border-radius:50%;text-align:center;font-family:"Roboto Condensed","Arial",sans-serif;font-weight:700;font-size:14px;line-height:26px;content:counters(item,"") "";counter-increment:item;color:#fff}.legend__list+.legend__status-list{margin-top:22px}.legend__status-list{margin:0;padding:0;list-style:none}.legend__status-item{position:relative;padding:2px 0 2px 40px;margin-bottom:16px}.legend__status-item:last-child{margin-bottom:0}.legend__status-item::before{content:"";position:absolute;display:block;width:24px;height:24px;top:0;left:2px;border-radius:1px}.legend__status-item--free::before{background-color:#eee37c}.legend__status-item--booked::before{background-color:#94b1d6}.legend__status-item--sold::before{background-color:#db3d3d}.legend__status-item--spec::before{background-color:#80cc3c}.legend__price-btn-wrapper{text-align:center;margin-top:29px}.legend__price-btn{width:100%;max-width:292px}.houses{padding:32px 0 30px;background-color:#f4f5f9}.houses__wrapper{padding-left:15px;padding-right:15px}.houses__slider{padding-left:30px;padding-right:30px;max-width:420px;margin-left:auto;margin-right:auto}.houses__title{position:relative;text-align:center;margin-top:0;margin-bottom:19px}.houses__message{margin:40px 0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:17px;line-height:20px;font-weight:700;color:#1f1f1f;text-align:center}.house{background-color:#fff}.house__img-link{display:block;overflow:hidden}.house__img{display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.house__img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center}.house__desc{padding:26px 27px 29px;color:#1f1f1f}.house__price,.house__title{font-family:"Roboto Condensed","Arial",sans-serif;font-weight:700}.house__title{text-decoration:none;border-bottom:1px solid #9caed4;margin-top:0;font-size:17px;line-height:22px}.house__title:hover{border-color:transparent}.house__price{margin-top:6px;font-size:20px;line-height:24px;color:#db3d3d}.house__complectation{margin-top:6.5px;font-weight:700}.slider{position:relative}.slider .owl-next,.slider .owl-prev{position:absolute;top:50%;width:17px;height:17px;border:2px solid #1f1f1f;text-indent:-1000px;overflow:hidden;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-8.5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider .owl-prev{left:5px;border-top:none;border-right:none}.slider .owl-next:hover,.slider .owl-prev:hover{border-color:#f99726}.slider .owl-next{right:5px;border-bottom:none;border-left:none}.owl-nav .owl-next.disabled,.owl-nav .owl-prev.disabled{opacity:.5;cursor:default}.owl-nav .owl-next.disabled:hover,.owl-nav .owl-prev.disabled:hover{border-color:#1f1f1f}.house-buy{margin-top:29px;color:#1f1f1f}.house-buy__item{padding:35px 30px 30px;background-color:#e8ebf2;margin-top:20px}.house-buy__item>:first-child{margin-top:0}.house-buy__item>:last-child{margin-bottom:0}.house-buy__item--btn{text-align:center}.house-buy__item--btn .btn{min-width:180px}.house-buy__info--mortgage{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.house-buy__title{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:17px;line-height:20px;font-weight:700}.house-buy__info{width:100%}.house-buy__desc{margin-top:12px;margin-bottom:17px}.house-buy__desc-price{display:block;font-weight:700;text-transform:uppercase}.house-buy__mortgage-logo{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:200px;margin:0 auto 12px}.house-buy__count{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:15px;margin-left:auto;margin-right:auto}.house-buy__count-item{width:112px;text-align:center}.house-buy__count-item+.house-buy__count-item{position:relative;margin-left:30px}.house-buy__count-item+.house-buy__count-item::before{content:":";position:absolute;display:block;font-size:50px;line-height:40px;font-weight:700;top:-5px;left:-20px}.house-buy__count-num{font-size:50px;line-height:40px;font-weight:700;text-align:center}.house-buy__count-desc{font-size:12px;line-height:20px;text-transform:uppercase;font-weight:700}.house-buy__order{width:100%;margin-top:10px}.house-buy__order-desc p{margin:0;font-size:14px;line-height:20px}.house-buy__order-btn{margin-top:14px}.advantages{padding:31px 0}.advantages__title{position:relative;text-align:center;margin-bottom:26px}.advantages__list{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.advantages__item{width:calc((100% - 30px)/2);text-align:center;margin-right:30px;margin-top:32px;min-height:102px}.advantages__item:nth-of-type(1),.advantages__item:nth-of-type(2){margin-top:0}.advantages__item:nth-of-type(2n){margin-right:0}.advantages__desc{position:relative;display:none}.advantages__desc>:first-child{margin-top:0}.advantages__desc>:last-child{margin-bottom:0}.advantages__item:nth-of-type(1),.advantages__item:nth-of-type(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.advantages__desc:nth-of-type(1),.advantages__desc:nth-of-type(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.advantages__item:nth-of-type(3),.advantages__item:nth-of-type(4){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.advantages__desc:nth-of-type(3),.advantages__desc:nth-of-type(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.advantages__item:nth-of-type(5),.advantages__item:nth-of-type(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.advantages__desc:nth-of-type(5),.advantages__desc:nth-of-type(6){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.advantages__item--active+.advantages__desc{display:block;-webkit-animation:fadeIn .5s ease-out;animation:fadeIn .5s ease-out;margin-top:18px}.advantages__icon-area{position:relative;display:block;height:70px;cursor:pointer}.advantages__icon{fill:#f99726}.advantages__icon-additional-line{opacity:.8}.advantages__icon-back-line{opacity:.6}.advantages__icon-shadow{opacity:.5}.advantages__icon-light-shadow{opacity:.4}.advantages__name{font-family:"Roboto Condensed","Arial",sans-serif;font-size:17px;text-decoration:none;line-height:24px;color:#f99726;border-bottom:1px dashed rgba(58,93,168,.5);cursor:pointer}
#popup-map{
    padding: 32px 0;
    width: calc(100% - 30px);
    max-width: 340px;
    background-color: transparent;
}

header.sticky {
    height: 115px;
}

header.sticky .logo_text {
    position: absolute;
    bottom: -10px;
    right: 0;
    font-weight: 500;
    margin-top: 0px !important;
    top: 70px;
    left: 0;
	font-size: 16px;
}
header.fixed-top {
    display: flex;
}
@media screen and (min-width: 991px){
	
a.navbar-brand img {
    margin-top: -30px;
}
}
header.sticky a.navbar-brand img {
    max-width: 145px;
    margin-top: -30px;
}
@media screen and (max-width: 991px){
	header.sticky  a.navbar-brand {
    height: 80px;
    display: flex;
    align-items: center;
}
header.sticky .logo_text {
    position: absolute;
    right: 0;
    font-weight: 500;
    margin-top: 0px !important;
    top: 50px;
    left: -75px;
}
header.sticky  nav.navbar.navbar-expand-lg.navbar-light.pink.scrolling-navbar,header.sticky {
    height: 80px;
}
}
path.modals {
    cursor: pointer;
}
@media screen and (max-width: 360px){
    a.navbar-brand img {
        max-width: 200px;
    }
    .btn {
        font-size: 12px !important;
        padding: 12px 20px !important;
        margin-bottom: 30px;
    }
}
.bulleted-list-2 li::before{
    background-color: #18223d !important;
}
@media screen and (max-width: 991px){
	a.navbar-brand img {
		max-width: 75%;
	}
	button.btn.btn-link {
		white-space: normal !important;
	}
}
@media screen and (max-width: 767px){
	div.tab-pane {
		padding: 80px 20px 80px !important;
	}
	a.navbar-brand img {
		margin-top: 0;
	}
	.logo_text {
		bottom: auto;
		right: auto;
		left: 60%;
		top: 40px;
	}
	header.sticky a.navbar-brand img {
		margin-top: 0;
	}
	header.sticky .logo_text {
		right: auto;
		margin-top: 0px !important;
		top: 30px;
		left: 65%;
	}
	header {
		height: 100px;
	}
}
@media screen and (max-width: 479px){
	.logo_text {
		font-size: 14px;
	}
}