body {
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    background-color: #016dab;
    color: #fff;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
header div.wrapper {
    display: block;
    width: 980px;
    height: 100%;
    margin: 0 auto;
    background-color: #016dab;
}
header a.logo {
    position: fixed;
    top: 20px;
    margin-left: 0;
    display: inline-block;
    width: 164px;
    height: 56px;
    background-image: url('../img/logotype.svg');
    background-size: 164px 56px;
    background-repeat: no-repeat;
    background-position: center center;
}
button {
	cursor:pointer;
}
span.slogan {
    position: relative;
    top: 31px;
    display: inline-block;
    width: 180px;
    margin-left: 180px;
    font-size: 9px;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
div.phone {
    position: fixed;
    top: 25px;
    left: calc(50% - 110px);
    width: 240px;
    height: fit-content;
    background: #016dab;	
    text-align: center;
}
div.phone a.phone {
    display: block;
    width: 100%;
    font-size: 25px;
    letter-spacing: -0.02em;
    font-weight: normal !important;
    text-decoration: none;
    color: #fff;
}
div.hiddenPhone {
    display:none;
}
div.visibleRegion {
    display:block;
}

div#region {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
div#region div.popup {
    position: fixed;
    top: calc(50vh - 100px);
    left: calc(50% - 180px);
    width: 360px;
    height: 160px;
    margin: 0;
    padding: 0;    
    background: #fff;    
    border-radius: 4px;
}
div#region div.popup div.headerDialog {
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(1,109,171);
    background: -moz-linear-gradient(left, rgba(1,109,171,1) 1%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to right, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#7db9e8',GradientType=1 );
    border-top: 1px solid #2587d4;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
div#region div.popup div.headerDialog h2 {
    color:#fff;
}
div#region div.popup div.headerDialog h2 {
    color: #fff;
    display: block;
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px 0px 5px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
div#region a.close {
    position: fixed;
    top: calc(50vh - 92px);
    right: calc(50% - 175px);
    z-index: 10000;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background-color: #2385d1;
    background-image: url(../img/close.svg);
    background-size: 28px 28px;
    background-position: center center;
    background-repeat: no-repeat;
}
div#region div.popup div.dialogBox {
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
}
div#region div.popup div.dialogBox select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 10px;
    background: #f7f7f7;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    font-size: 15px;
    color: #111;
}

div.headerDialog {
    position: fixed;
    top: 100;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 44px;
    background: #016cab;
    border-top: 1px solid #208dce;
}
div.headerDialog div.dialogText {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    color: #fff;
    vertical-align: top;
}
div.headerDialog div.dialogText p {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 9px 0 0 2px;
}
select#selectItem {
    display: inline-block;    
    width: 180px;
    height: 28px;
    padding: 0 5px;    
    border: 1px solid #036bab;
    margin-top: -4px;
    border-radius: 4px;
}
a.closeDialog {
    position: fixed;
    top: 114px;
    left: calc(50% - 120px);    
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-image: url('../img/close.svg');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}
a.closeDialog:hover,a.closeDialog:target {
    opacity:1;
}

div.phone i {
    display: block;	
    padding-top: 5px;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
}
section.promo div.wrapper h1 {
    margin: 0;
    padding: 40px 0 0 10px;
    font-size: 32px;
    font-weight: 550;
    letter-spacing: -0.03em;
    line-height: 1.25em;
}
section.promo div.wrapper h1 small {
    font-size: 22px;
    font-weight: 300;
}
section.promo .wrapper ul {
    list-style: none;
    padding: 0 0 0 12px;
}
section.promo .wrapper ul li {
    display: block;
    max-width: 400px;
    margin-left: -25px;	
    padding-left: 25px;
    padding-bottom: 15px;
    background-image: url('../img/ok.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
}
button.orderBtn {
    float: right;
    display: inline-block;
    margin-top: 0;
    padding: 6px 12px;
    border: 1px solid #6098cb;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    border-radius: 4px;	
    letter-spacing: -0.03em;
}
a.returnBtn {
    display: block;
    width: 128px;
    padding: 6px 12px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    border: 1px solid #bdbdbd;
    border-radius: 4px;	
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}
button.orderBtn:hover, button.orderBtn:target, a.button.white:hover, a.button.white:target, section#choose.realtyChoice div.headerBlock a:hover, section#choose.realtyChoice div.headerBlock a:target, a.callBack:hover, a.callBack:target, a.returnBtn:hover, a.returnBtn:target {
	background: #0082cd !important;
    background-color: #0082cd !important;
    color: #fff !important;
    text-shadow: none;
}
a.callBack:hover, a.callBack:target, a.returnBtn:hover, a.returnBtn:target {
	border:1px solid #0082cd;
}
section.promo {
    position: absolute;
    top: 100px;
    display: block;
    width: 100%;
    min-height: 350px;
    height: 350px;
	background: #016dab; /* Old browsers */
	background: -moz-linear-gradient(top,  #016dab 1%, #63b0ce 61%, #85bad7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #016dab 1%,#63b0ce 61%,#85bad7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #016dab 1%,#63b0ce 61%,#85bad7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#85bad7',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
section.promo div.illustration {
    display: block;
    width: 100%;
    min-height: 300px;
    height: 300px;
    padding-top: 32px;
    background-image: url('../img/illustration.webp');
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
section.benefits {
    position: relative;
    top: 430px;
    display: block;
    width: 100%;
    min-height: 85px;
    padding-top: 15px;
    background: #006eab;
    border-top: 1px solid #5b91c3;
    text-align: center;
}
section.benefits:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -15px;	
    background-color: #03a9f4;
}
section.benefits a {
	display: inline-block;
    min-width: 220px;	
    width: 18%;
    max-width: fit-content;
    height: 60px;
    padding: 10px 10px 0 0;
    color: #fff;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
section.benefits a b {
    display: block;
    width: calc(100% - 10px);
    padding-bottom: 2px;	
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
section.benefits a b:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/white-ok.svg');
    background-size: 14px 14px;
    background-position: 2px 7px;
    background-repeat: no-repeat;
}
section.benefits a small {
    display: block;
    padding-left: 20px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 12.5px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
    opacity: 0.8;
}
section#choose {
    position: relative;
    top: 430px;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin-left: calc(50% - 500px);
    margin-right: auto;
    padding-top: 20px;
}
section#choose div.headerBlock h2 {
    display: inline-block;
    width: fit-content;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
}
section.promo div.wrapper a.imgObject {
	position: absolute;
    top: 20px;
    float: right;
    display: inline-block;
    width: 500px;
    height: 240px;
    margin-left: 495px;
    border: 1px solid #ddd;
}
section#choose.realtyChoice div.headerBlock {
    background: #fdf9db;
    padding: 0 20px 12px;
    border-radius: 4px;
}
section#choose.realtyChoice div.headerBlock p.date {
	float: none;
    display: block;
    margin: -10px 0 10px 10px;
    padding: 0;
    font-size: 13px;
    color: #262626;
}
section#choose.realtyChoice div.headerBlock p.date date {
    color: #c74141;
    font-weight: 600;
}
section#choose.realtyChoice div.headerBlock a {
    float: right;
    margin-top: -60px;
    margin-right: 4px;
    padding: 8px 12px 10px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 47%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
    color: #333;
    text-decoration: none;
    font-weight: 599;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 1px #fff;
    zoom: 99%;
}
ul.objects {
	display: block;
    width: 100%;
    min-height: 500px;
    height: fit-content;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
}
ul.objects li {
    display: inline-block;
    width: calc(25% - 5px);
    min-height: 240px;
    height: fit-content;
    margin: 0 -1px 4px 0;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    vertical-align: top;	
}
ul.objects li a {
    display: block;	
	font-size: 15px;
    font-weight: normal;
    color: #111;
    letter-spacing: 0;
    text-decoration: none;
    vertical-align: top;	
}
ul.objects li a i#benefit:before {
    content: "Выгода: ";
    color: #c74141;
    margin-left: -20px;
}
ul.objects li a i#price:before {
    content: "Цена: ";
    color: #c74141;
    margin-left: -20px;
}
ul.objects li a div.img {
    width: 235px;
    height: 180px;
    margin: 5px;
    background-color: #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}
ul.objects li a b {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.035em;
}
ul.objects li a p.address {
    padding: 0 5px 10px 30px;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: -0.03em;
}
ul.objects li a p.address:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 1px -2px -16px;
    background-image: url('../img/address.svg');
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: center center;
}
ul.objects li a p.price {
    margin: 0 0 5px 15px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
ul.objects li a p.price:before {
    content: "Цена: ";
    margin-right: 3px;
    font-size: 13px;
    font-weight: 300;	
    color: #505050;
}
ul.objects li a p.price s {
    font-size: 14px;
}
ul.objects li a i {
    display: block;
    font-style: normal;
    padding: 0 15px 0 30px;
    background: #fff;
    max-width: calc(100% - 10px);
    margin: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #c74141;
}
ul.objects li a i.actualPrice {
    display: inline-block;
    padding-left: 33px;    
    font-weight: bold;
    font-size: 15px;
}
ul.objects li a i#price,ul.objects li a i#benefit:before {
    display: none;
}
ul.objects li a i#benefit {
    width: calc(100% - 30px);    
    margin-left:15px;
    margin-right:15px;
    padding-left: 0;
    padding-right: 0;
    background: #c74141;
    font-size: 13px;
    color: #fff;    
    text-align: center;
}
a.viewCatalog {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 10px 0 10px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    text-align: center;
}
a.viewCatalog:hover, a.viewCatalog:target {
	background: #ededed;
    color: #016dab;
}
section.seo {
    position: relative;
    display: block;	
    width: 100%;
    min-height: 500px;
}
section.seo.anAdmiral {
    position: relative;
    top: 424px;
    left: calc(50% - 500px);
    max-width: 1000px;
    height: 300px;
    min-height: 300px;
    padding: 20px 0;
	background: cadetblue;
    background: -moz-linear-gradient(45deg, rgba(86,114,210,1) 15%, rgba(63,85,163,1) 100%);
    background: -webkit-linear-gradient(45deg, rgb(79 105 196) 15%,rgba(63,85,163,1) 100%);
    background: linear-gradient(45deg, rgb(78 104 194) 15%,rgba(63,85,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5672d2', endColorstr='#3f55a3',GradientType=1 );
    border-radius: 4px;
    color: #fff;
}
section.seo.anAdmiral:after {
    content: "";
    display: inline-block;
    width: 300px;
    height: 150px;
    margin: -140px 0 30px 10px;	
    background-image: url('../img/photo-frame.png');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
section.seo.anAdmiral i {
    background-image: url('../img/logo-sqr.png');
    background-size: 250px 250px;
    background-position: 0 -100px;
    background-repeat: no-repeat;
    border: none;
}
section.seo.anAdmiral div.textBlock h2 {
    padding-top: 10px;
}
section.seo.fullCatalog {
    position: relative;
    top: 450px;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 400px;
    min-height: 400px;
    margin-left: calc(50% - 500px);
    margin-right: auto;
    padding: 20px 0;
    background: rgb(193,221,244);
    background: -moz-linear-gradient(top, rgba(193,221,244,1) 1%, rgba(221,241,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
    background: linear-gradient(to bottom, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ddf4', endColorstr='#ddf1f9',GradientType=0 );
    border-radius: 4px;
}
section.seo.fullCatalog div.building {
    display: block;
    width: 100%;
    min-height: 420px;
    height: 100%;	
    background-image: url('../img/buildings.png');
    background-size: 540px auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
section.seo.secondRealty {
    position: relative;
    top: 455px;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 420px;
    min-height: 420px;
    margin-left: calc(50% - 500px);
    margin-right: auto;
    margin-bottom: 10px;
    padding: 20px 0;
    background: #f6f6f6;
    border-radius: 4px;
}
section.seo.secondRealty i {
    background-image: url('../img/ipad.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}
section.seo i {
	display: inline-block;
    width: 260px;
    height: 260px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 40px;
    border: 1px solid #fff;
    vertical-align: top;
}
section.seo i:before {
    content: "";
    display: block;
    width: fit-content;	
    margin: 120px auto 0 auto;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
section.seo.fullCatalog i {
    margin-top: 110px;
    border: none;
}
section.seo.fullCatalog i:before {
	display:none;
}
section.seo.fullCatalog i:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: -15px;	
    background-image: url('../img/bottom-left-corner.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.seo.fullCatalog i b {
    display: block;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 15px 0;	
    background-color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-style: normal;
    text-align: center;
}
section.seo i b {
    display: block;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    text-align: center;	
}
section.seo i b small {
    display: block;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4em;
}
section.seo div.textBlock {
	display: inline-block;
    max-width: calc(100% - 380px);
    width: fit-content;
    padding: 20px 0 0 20px;
}
section.seo div.textBlock ul, section.seo div.textBlock ul li {
    list-style: none;
    width: 600px;	
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
section.seo div.textBlock ul {
    margin-bottom: -35px;
}
section.seo div.textBlock ul li {
    margin-left: -18px;
    margin-bottom: -5px;
    padding-left: 20px;
    background-image: url(../img/blue-ok.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
    font-size: 14px;
    overflow: visible;
}
section.seo div.textBlock ul li a {
    color: #111;
}
section.seo div.textBlock h2 {
    margin-top: 0;
    font-weight: 500;
}
section.seo div.textBlock p {
    max-width: 560px;	
    margin-bottom: -5px;
    padding-bottom: 0;
    line-height: 1.4em;
}
section.seo div.textBlock p.button {
    margin-top: 0;	
    padding-top: 0;
}
section.seo div.textBlock h2 small {
	display: block;
    padding-top: 5px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0;
}
a.button.white {
	float: right;	
    display: block;
    width: fit-content;
    margin-top: 20px;	
    padding: 7px 16px 7px 16px;
    border-radius: 4px;
    background-color: white;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    border: 1px solid rgb(75 139 197);
    font-size: 14px;
    font-weight: 500;	
    color: #fff;
    text-decoration: none;	
    color: #666;
}
button.orderBtn.orange {
	float: right;	
    display: block;
    width: fit-content;
    margin-top: 20px;
    padding: 6px 16px 7px 16px;
    border-radius: 4px;
    background-color: white;
    background: #ff5722d1;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ff5722d1 0%,#ff5722d1 47%,#e33d09d1 100%);
    border: 1px solid rgb(215 66 19);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
button.orderBtn.orange:hover,button.orderBtn.orange:target {
	background-color:#e33d09d1;
	border:1px solid #e33d09d1;
	color:#fff;
	text-shadow:none;
}
section.seo.secondRealty div.textBlock p button.orderBtn.blue {
	float: right;	
    display: block;
    width: fit-content;
    margin-top: 20px;
    padding: 6px 16px 7px 16px;
    border-radius: 4px;	
    border: 1px solid #6fa8dc;
    background: #6fa8dc;
    background: -moz-linear-gradient(top, #6fa8dc 0%, #6fa8dc 47%, #608cbc 100%);
    background: -webkit-linear-gradient(top, #6fa8dc 0%,#6fa8dc 47%,#608cbc 100%);
    background: linear-gradient(to bottom, #6fa8dc 0%,#6fa8dc 47%,#699acf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa8dc', endColorstr='#608cbc',GradientType=0 );
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;	
}
section.seo.secondRealty div.textBlock p button.orderBtn.blue:hover, section.seo.secondRealty div.textBlock p button.orderBtn.blue:target, a.request:hover, a.request:target {
	background: #4d8cc5;
    background-color: #4d8cc5;
    border: 1px solid #4d8cc5;
    color: #fcfcfc;
}
section.consultUs {
	position: relative;
    top: 450px;
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;	
    background-color: #6b9fd4;
    background-image: url('../img/consulting.png');
    background-size: auto 85%;
    background-position: -25px 101%;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #fff;
}
section.consultUs div.textBlock {
    display: inline-block;
    width: 480px;
    max-width: 480px;
    margin: 0 0 0 200px;
}
section.consultUs div.textBlock h2 {
    font-size: 20px;
    font-weight: normal;
}
section.consultUs div.textBlock p {
    margin-top: -10px;
    margin-bottom: 20px;	
    font-size: 14px;
}
section.consultUs div.phoneBlock {
    float: right;
    display: inline-block;
    max-width: 320px;
    margin: 25px 20px 0 0;
    vertical-align: top;
}
section.consultUs div.phoneBlock a {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}
section.consultUs div.phoneBlock small {
    display: block;
    max-width: 240px;	
    padding-top: 15px;
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 1.5em;
}
section.faq {
    position: relative;
    display: block;
    width: 100%;
    top: 452px;
    display: block;
    width: 100%;
    max-width: 650px;
    height: fit-content;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px 0;
    background: #fff;
}
section.faq h3 {
	display: block;
    width: fit-content;
    max-width: 480px;
    margin: 20px auto 40px auto;
    padding: 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.25em;
}
section.faq h3 b,section.faq h3 small {
    display: block;
}
section.faq h3 small {
    font-weight: 300;
}
a.request {
    display: block;
    width: fit-content;
    margin: 40px auto 40px auto;
    padding: 6px 18px;	
    border: 1px solid #c9c9c9;
    color: #363636;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

div.hidden {
	display:none;
}
div.visible{
	display:block;
}
div#orderPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;	
    background-color: rgba(0,0,0,0.75);	
}
div#orderPopup div.orderForm {
    position: fixed;
    top: 50px;
    left: calc(50% - 400px);
    width: 800px;
    height: calc(100vh - 100px);
    background: #fff;
    border-radius: 4px;
}
div.orderForm div.whiteBlock {
    display: inline-block;
    width: 50%;
    max-width: 350px;
    height: 100%;
    margin: 0;
    padding: 10px 30px;
    vertical-align: top;
}
a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 36px;
    height: 36px;
    background-color: rgba(0,0,0,0.25);
    background-image: url('../img/close.svg');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 100px;
    opacity: 1;
}
div.orderForm div.illustration {
    position: relative;
    right: -2px;
    display: inline-block;
    width: calc(100% - 415px);
    height: 100%;
    margin-right: 0;
    background-color: #1c89df; 
	background-image: url('../img/order.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0 4px 4px 0;
}
div.orderForm div.illustration:before {
    content: "";
    display: block;
    width: 200px;
    height: 75px;
    margin: 75px auto;	
    background-image: url('../img/logotype.svg');
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;	
}
div.orderForm div.whiteBlock h2 {
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
div.fieldBox.fullName {
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
div.fieldBox.time,div.fieldBox.phoneNumber, div.fieldBox.region {
    display: inline-block;	
    width: calc(50% - 20px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.fieldBox.phoneNumber, .fieldBox.phoneNumber input[type=text], div.fieldBox.region select.region, div.fieldBox.budjet input.budjet {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
	border-radius:4px;	
}
div.fieldBox.budjet {
    display: block;	
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}
form div.fieldBox label {
    display: block;
    padding-bottom: 5px;	
	font-family:'Open Sans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
}
div.fieldBox.fullName input[type=text] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 10px;
	background:#f7f7f7;
	border:1px solid #a7a7a7;
	border-radius:4px;	
    font-size: 15px;
    color: #111;
}
div.fieldBox.phoneNumber input.phoneNumber, div.fieldBox.time select.time, div.fieldBox.budjet input.budjet {
    width: 170px;
    height: 35px;
    padding: 0 10px 0 10px;
	background:#f7f7f7;	
	border:1px solid #a7a7a7;	
	border-radius:4px;	
    font-size: 15px;
    color: #111;
}
div.fieldBox.region select.region {
    padding: 0 10px 0 5px;
	background:#f7f7f7;	
	border:1px solid #a7a7a7;	
	border-radius:4px;
    font-size: 15px;
    color: #111;
}
div.fieldBox.time {
    width: 152px;
    max-width: 152px;
}
div.fieldBox.time select.time {
    width: 152px;
    padding-left: 5px;
    padding-right: 0;
}
div.fieldBox.region select.region {
    width: 210px;
    height: 35px;	
}
div.fieldBox.time, div.fieldBox.time select.time {
    float: right;	
    width: 122px;
    max-width: 122px;
    margin-right: 0;
}
div.fieldBox.region,div.fieldBox.region select.region {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
div.fieldBox.comment textarea.comment {
    display: block;
    width: 100%;
    min-height: 85px;
	margin-bottom: 18px;
    padding: 7px 10px;
	background:#f7f7f7;
	border:1px solid #a7a7a7;	
	border-radius:4px;
    font-family: Open Sans,Arial,sans-serif;
    font-size: 15px;
    vertical-align: top;
}
div.fieldBox input[type=text]:hover, div.fieldBox input[type=text]:target,
div.fieldBox input[type=tel]:hover, div.fieldBox input[type=tel]:target,
div.fieldBox select:hover, div.fieldBox select:target,
div.fieldBox.comment textarea.comment:hover,div.fieldBox.comment textarea.comment:target {
	background:#fff;
	border:1px solid #111;
}
input.sendOrder {	
    padding: 8px 16px 10px 16px;
    background: rgb(219,219,219);
    background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(247,247,247,1) 6%, rgba(237,237,237,1) 47%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 6%,rgba(237,237,237,1) 47%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 6%,rgba(237,237,237,1) 47%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#e0e0e0',GradientType=0 );
    border: 1px solid #a7a7a7;
    box-shadow: 0 1px 1px #ccc;	
    border-radius: 4px;	
	font-family:'Open Sans',Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;	
    color: #111;
}
input.sendOrder:hover, input.sendOrder:target {
    background: #1c89df;
    border: 1px solid #1c89df;	
    border: 0;
    padding: 10px 16px;
    border-radius: 4px;	
	font-family:'Open Sans',Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;	
    color: #fff;
	text-shadow:none;	
}
ul.objects li a b i {
    display: inline-block;
    width: fit-content;
    max-width: fit-content;
    margin: 0 5px 0 0;
    padding: 0;
    border-radius: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    color: #505050;
}
div.messageBox.feedback {
    position: fixed;
    top: calc(50vh - 100px);
    left: calc(50% - 240px);
    right: auto;
    display: block;
    max-width: 480px;
    padding: 20px 30px;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px #ddd;
}
div.messageBox.feedback h2 {
    font-size: 18px;
    font-weight: 500;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;	
    background: #f5f5f5;
}
footer .wrapper p.copyright {
    display: inline-block;
    width: 400px;	
    padding-top: 0;	
    font-size: 13px;
    color: #303030;	
}
footer .wrapper a {
    display: inline-block;
    float: right;
    width: 220px;
    padding-top: 10px;
    font-size: 13px;
    color: #303030;
    text-decoration: none;
    text-align: right;
}

div.container div {
    display: none;
}

@media (max-width:1280px) and (min-width:1024px) {
	section.benefits a b {
		display: block;
		width: 100%;
		padding-bottom: 2px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.05em;
	}
	section.benefits a small {
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 12px;
		line-height: 1.4em;
		letter-spacing: -0.05em;
		opacity: 0.8;
	}
	section#choose div.headerBlock h2 {
		display: inline-block;
		width: fit-content;
		padding-top: 10px;
		padding-left: 10px;
		font-size: 21px;
		font-weight: bold;
		letter-spacing: -0.03em;
	}
	ul.objects li a b i {
		display: inline-block;
		width: fit-content;
		max-width: fit-content;
		margin: 0 5px 0 0;
		padding: 0;
		border-radius: 0;
		text-align: left;
		font-size: 13px;
		font-weight: 300;
		color: #837b77;
	}	
}
@media (min-width:800px) {
    ul.objects li a p.address {
        min-height: 2.8em;
        padding: 0 5px 10px 30px;
        margin: 0;
        font-size: 12px;
        line-height: 1.4em;
        letter-spacing: -0.03em;
    }
}
@media (max-width:1024px) {
	section#choose.realtyChoice div.headerBlock a {
		float: right;
		margin-top: -60px;
		margin-right: 4px;
		padding: 8px 18px 10px;
		border-radius: 4px;
		border: 1px solid #d1d1d1;
		background: #f7f7f7;
		background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 47%, #e0e0e0 100%);
		background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		background: linear-gradient(to bottom, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
		color: #333;
		text-decoration: none;
		font-weight: 599;
		letter-spacing: -0.03em;
		text-shadow: 0 1px 1px #fff;
		zoom: 99%;
	}	
	span.hidden {
		display:none;
	}
	section.seo.fullCatalog {
		position: relative;
		top: 450px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 400px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 0 0;
		background: rgb(193,221,244);
		background: -moz-linear-gradient(top, rgba(193,221,244,1) 1%, rgba(221,241,249,1) 100%);
		background: -webkit-linear-gradient(top, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		background: linear-gradient(to bottom, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ddf4', endColorstr='#ddf1f9',GradientType=0 );
		border-radius: 4px;
	}
	section.seo.secondRealty {
		position: relative;
		top: 455px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 300px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding: 20px 0;
		background: #f6f6f6;
		border-radius: 4px;
	}
	section.consultUs {
		position: relative;
		top: 450px;
		left: 20px;		
		display: block;
		min-width: calc(100% - 80px);
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: 200px;
		height: fit-content;
		margin: 0;
		padding: 20px;
		background-color: #6b9fd4;
		background-image: url('../img/consulting.png');
		background-size: auto 85%;
		background-position: -25px 101%;
		background-repeat: no-repeat;
		border-radius: 4px;
		color: #fff;
	}	
	section.consultUs div.phoneBlock {
		float: right;
		display: inline-block;
		max-width: 320px;
		margin: 0 20px 0 0;
		vertical-align: top;
	}
	section.faq {
		position: relative;
		display: block;
		width: 100%;
		top: 452px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 40vh;
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 40px 0;
		background: #fff;
	}
	.wrapper {
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}
	section.seo div.textBlock ul, section.seo div.textBlock ul li {
		list-style: none;
		width: calc(100% - 10px);
		margin-bottom: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	button.orderBtn.orange, section.seo.secondRealty div.textBlock p button.orderBtn.blue {
		margin-top: 10px;
	}
	section.seo div.textBlock ul li {
		margin-left: -18px;
		padding-left: 20px;
		padding-bottom: 10px;		
		background-image: url('../img/blue-ok.svg');
		background-size: 13px 13px;
		background-repeat: no-repeat;
		background-position: 2px 5px;
		font-size: 14px;
		overflow: visible;
	}
	section.seo.fullCatalog div.building {
		padding-bottom:30px;
	}
}
@media (min-width:1000px) {
	a.callBack.headButton {
		color: #fff;
		text-decoration: none;
		position: fixed;
		top: 27px;
		right: calc(50% - 300px);
		border: 1px solid rgba(255,255,255,0.5);
		padding: 4px 12px;
		border-radius: 4px;
	}
	a.callBack.promoButton {
		display:none;
	}	
    a.region {
        position: fixed;
        top: 104px;
        left: calc(50% - 500px);
        padding: 6px 12px;
        border-radius: 4px;
        border: none;
        color: #fff;
        text-decoration: none;
    }
}
@media (max-width:999px) {
    div.headerDialog {
        position: fixed;
        top: 86;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 40px;
        background: #016cab;
        border-top: 1px solid #208dce;
    }
	div.headerDialog div.dialogText p {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 9px 0 0 2px;
	}
    a.region {
        position: fixed;
        top: 90px;
        left: 10px;
        padding: 6px 12px;
        border-radius: 4px;
        border: none;
        color: #fff;
        text-decoration: none;
    }
    a.closeDialog {
        position: fixed;
        top: 98px;
		left: 355px;
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 100px;
        background-image: url('../img/close.svg');
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.7;
    }
	a.callBack.headButton {
		display:none;
	}
	a.callBack.promoButton {
		position: relative;
		top: 15px;
		left: 0;
		width: 135px;
		padding: 6px 14px 8px 14px;
		background-color: #e78a00;
		background: rgb(249,162,0);
		background: -moz-linear-gradient(top, rgba(249,162,0,1) 0%, rgba(242,157,0,1) 51%, rgba(231,138,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		background: linear-gradient(to bottom, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a200', endColorstr='#e78a00',GradientType=0 );
		border: 1px solid #ab6600;
		border-radius: 4px;
		font-size: 15px;
		font-weight: 500;
		text-shadow: 0 0 1px #4e4e4e;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	a.callBack.promoButton:hover, a.callBack.promoButton:target {
		background-color: #ff7e22 !important;
		border: 1px solid #ff7e22;
		color: #fff;
		text-shadow: none;
		text-decoration: none;
	}
}
@media (max-width:1024px) and (min-width:768px) {
	header div.wrapper {
		display: block;
		width: calc(100% - 40px);
		height: 100%;
		margin: 0 auto;
		background-color: #016dab;
	}
	div.phone {
		position: fixed;
		top: 30px;
		left: auto;
		right: 210px;
		width: 240px;
		height: fit-content;
		text-align: center;
	}
	div.phone i {
		display: block;
		padding-top: 5px;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 0.09em;
	}
	span.slogan {
		position: relative;
		top: 30px;
		display: inline-block;
		width: 180px;
		margin-left: 180px;
		font-size: 9px;
		line-height: 1.8em;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}
	div.illustration a.close {
		position: fixed;
		top: 110px;
	}
	section.promo div.wrapper h1 {
        margin: 0;
        padding: 0;
        font-size: 32px;
        font-weight: 550;
        letter-spacing: -0.03em;
        line-height: 1.25em;
	}
	section.benefits a b {
		display: block;
		width: calc(100% - 10px);
		padding-bottom: 2px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.04em;
		line-height: 1.4em;
	}
	section.benefits {
		position: relative;
		top: 430px;
		display: block;
		width: 100%;
		min-height: 115px;
		padding-top: 15px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits a small {
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}
	section.benefits a small br {
		display: none;
		width: 0;
		height: 0;
	}
	section#choose {
		position: relative;
		top: 430px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 20px;
	}
	section#choose div.headerBlock h2 {
		display: inline-block;
		width: fit-content;
		padding-top: 10px;
		padding-left: 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.02em;
	}
	section#choose div.headerBlock h2:first-letter {
		text-transform:uppercase;
	}
	span.hidden {
		display:none;
	}
	ul.objects li a b {
		display: block;
		padding: 5px 15px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: -0.035em;
	}
	ul.objects li a b i {
		display: inline-block;
		width: fit-content;
		max-width: fit-content;
		margin: 0 5px 0 0;	
		padding: 0;
		border-radius: 0;
		text-align: left;
		font-size: 13px;
		font-weight: 300;
		color: #837b77;
	}
	ul.objects li a div.img {
		width: calc(100% - 10px);
		height: 120px;
		margin: 5px;
		background-color: #ededed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
	}
}
@media (max-width:768px) and (min-width:767px) {
	div.phone {
		position: fixed;
		top: 30px;
		left: auto;
		right: 210px;
		width: 240px;
		height: fit-content;
		text-align: center;
		zoom: 94%;
	}	
	section.seo div.textBlock h2 {
		margin-top: 0;		
		font-size: 20px;
		font-weight: 500;
	}
	section.seo div.textBlock h2 small {
		display: block;
		padding-top: 5px;
		font-size: 17px;
		font-weight: 300;
		letter-spacing: 0;
	}
	section.seo.fullCatalog div.building,section.seo.secondRealty {
		padding-bottom: 65px;
	}	
	div#orderPopup div.orderForm {
		position: fixed;
		top: 100px;
		left: calc(50% - 360px);
		width: 720px;
		height: calc(100vh - 240px);
		background: #fff;
		border-radius: 4px;
	}
}
@media (max-width:840px) {
    a.region {
        position: fixed;
        top: 130px;
        left: 0;
        height: 32px;
        padding: 8px 0 0 20px;
        border-radius: 0;
        border: none;
        color: #dedcdc;
        text-decoration: none;
        background: #016cab;
        width: calc(100% - 20px);
        border-top: 1px solid #5b8cc6;
    }
    div.headerDialog {
        position: fixed;
        top: 130px;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 40px;
        background: #016cab;
        border-top: 1px solid #208dce;
    }
    a.closeDialog {
        position: fixed;
        top: 142px;
        left: 355px;
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 100px;
        background-image: url('../img/close.svg');
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.7;
    }
	div.headerDialog div.dialogText p {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 8px 0 0 0;
	}
	div.orderForm div.illustration {
		display:none;
	}
	div#orderPopup div.orderForm {
        position: fixed;
        top: 40px;
        left: calc(50% - 205px);
        right: auto;
        width: 410px;
        max-width: 410px;
        height: calc(100vh - 80px);
        background: #fff;
        border-radius: 4px;
        overflow: hidden;	
	}
	div.orderForm div.whiteBlock {
		display: block;
		width: 100%;
		max-width: 350px;
		height: 100%;
		margin: 0;
		padding: 5px 20px;
		vertical-align: top;
	}
	div.orderForm div.whiteBlock h2 {
		width: 100%;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.04em;
		display: block;
		width: calc(100% + 60px);
		height: 35px;
		margin: -6px -20px 10px -20px;
		padding: 10px 0 0 20px;		
		background: rgb(1,109,171);
		background: -moz-linear-gradient(left, rgba(1,109,171,1) 1%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%);
		background: -webkit-linear-gradient(left, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
		background: linear-gradient(to right, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#7db9e8',GradientType=1 );
		border-top: 1px solid #2587d4;
		border-radius: 4px 4px 0 0;
		overflow: hidden;
		color: #fff;
	}
	div.orderForm div.illustration {
		display: block;
		width: fit-content;
		height: fit-content;
		background-image: none;
		background-color: transparent;
	}
	div.orderForm div.illustration:before {
		display: none;
	}
	a.close {
		position: absolute;
		top: 111px;
		right: calc(50% - 195px);
		z-index: 10000;
		width: 24px;
		height: 24px;
		border-radius: 100px;
		background-color: #2385d1;
		background-image: url('../img/close.svg');
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 1;
	}
    ul.objects li a i.actualPrice {
        display: inline-block;
        padding-left: 0;
        font-weight: bold;
        font-size: 15px;
    }
}
@media (max-width:767px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 115px;
		background-color: #016dab;
		color: #fff;
	}
	span.slogan {
		position: relative;
		top: 80px;
		display: inline-block;
		width: 170px;
		margin-left: 0;
		font-size: 8px;
		line-height: 1.6em;
		text-transform: uppercase;
	}
	div.phone {
		position: fixed;
		top: 30px;
		left: calc(50% - 110px);
		width: 240px;
		height: fit-content;
		text-align: center;
	}
	div.phone i {
		display: block;
		padding-top: 5px;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 0.09em;
	}
	a.callBack {
		position: relative;
		top: 250px;
		left: 20px;
		width: 135px;
		padding: 4px 10px;
		background-color: #e78a00;
		background: rgb(249,162,0);
		background: -moz-linear-gradient(top, rgba(249,162,0,1) 0%, rgba(242,157,0,1) 51%, rgba(231,138,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		background: linear-gradient(to bottom, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a200', endColorstr='#e78a00',GradientType=0 );
		border: 1px solid #ab6600;			
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-shadow: 0 0 1px #4e4e4e;
		border-radius: 4px;
		text-align: center;		
		text-decoration: none;
	}
	section.promo div.illustration {
		display: block;
		width: 100%;
		min-height: 300px;
		height: 300px;
		padding-top: 32px;
		background-image: url('../img/illustration.webp');
		background-size: 180% auto;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
    section.promo div.wrapper h1 {
        margin: 55px 0 0 0;
        padding: 0;
        font-size: 24px;
        font-weight: 550;
        letter-spacing: -0.03em;
        line-height: 1.25em;
    }
    section.promo div.wrapper h1 small {
        font-size:18px;
    }
	section.benefits {
		position: relative;
		top: 430px;
		display: block;
		width: 100%;
		min-height: 160px;
		padding-top: 15px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits a {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: calc(33% - 30px);
		height: 60px;
		padding: 10px 0 10px 20px;
		margin-right: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		vertical-align: top;
	}
	section.benefits a b {
		display: block;
		width: 100%;
		padding-bottom: 2px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.04em;
		line-height: 1.3em;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}
	section#choose {
		position: relative;
		top: 430px;
		left: 20px;
		right: 20px;		
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		margin: 0;		
		padding-top: 20px;
	}
	section#choose div.headerBlock h2 {
		display: inline-block;
		width: calc(100% - 180px);
		padding-top: 10px;
		padding-left: 0;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.35em;
		letter-spacing: -0.05em;
	}
	section#choose div.headerBlock h2:first-letter {
		text-transform:uppercase;
	}
	section#choose.realtyChoice div.headerBlock p.date {
		float: none;
		display: block;
		margin: -10px 0 10px 0;
		padding: 0;
		font-size: 13px;
		color: #262626;
	}
	section#choose.realtyChoice div.headerBlock a {
		float: right;
		margin-top: -60px;
		margin-right: 4px;
		padding: 6px 12px 6px;
		border-radius: 4px;
		border: 1px solid #d1d1d1;
		background: #f7f7f7;
		background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 47%, #e0e0e0 100%);
		background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		background: linear-gradient(to bottom, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
		color: #333;
		text-decoration: none;
		font-weight: 599;
		letter-spacing: -0.03em;
		text-shadow: 0 1px 1px #fff;
		zoom: 99%;
	}
	ul.objects li a div.img {
		width: calc(100% - 10px);
		height: 120px;
		margin: 5px;
		background-color: #ededed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
	}
	ul.objects li a b {
		display: block;
		min-height: 60px;		
		padding: 5px 10px 5px 10px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.04em;
		line-height: 1.4em;
	}
	ul.objects li a p.price {
		margin: 0 0 5px 10px;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.03em;
	}
	ul.objects li a i {
		display: block;
		max-width: 100%;
		margin: 0 5px;		
		padding: 0 5px 0 25px;
		background: #fff;
		border-radius: 3px;
		font-size: 13px;
		font-weight: 500;
		color: #c74141;
		letter-spacing: -0.05em;
	}
	section.seo div.textBlock h2 {
		margin-top: 0;		
		font-size: 18px;
		font-weight: 500;
	}
	section.seo div.textBlock h2 small {
		display: inline;
		padding-top: 5px;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 0;
	}
	section.seo.fullCatalog i {
		position: absolute;
		bottom: 10px;
		left: 0;
		margin-top: 0;
		border: none;
	}
	section.seo.fullCatalog {
		position: relative;
		top: 450px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 68vh;
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 0 0;
		background: rgb(193,221,244);
		background: -moz-linear-gradient(top, rgba(193,221,244,1) 1%, rgba(221,241,249,1) 100%);
		background: -webkit-linear-gradient(top, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		background: linear-gradient(to bottom, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ddf4', endColorstr='#ddf1f9',GradientType=0 );
		border-radius: 4px;
	}
	section.seo.fullCatalog div.building {
		min-height: 70vh;
	}
	section.seo.fullCatalog div.textBlock, section.seo.secondRealty div.textBlock {
		position: absolute;		
		display: inline-block;
		max-width: calc(100% - 60px);
		width: calc(100% - 60px);
		padding: 20px 0 0 40px;
	}
	section.seo.secondRealty {
		position: relative;
		top: 455px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 64vh;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding: 20px 0;
		background-color: #f6f6f6;
		background-image: url('../img/ipad.png');
		background-size: 55% auto;
		background-position: 55% 200%;
		background-repeat: no-repeat;
		border-radius: 4px;
	}
	section.seo.secondRealty:after {
		position: absolute;
		left: 0;
		bottom: 0;		
		content: "";
		display: block;
		width: 100%;
		height: 120px;
		background: #f6f6f6;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251,251,251,1) 50%, rgba(246,246,246,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgba(246,246,246,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgb(243 243 243) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=0 );
	}
	section.seo.secondRealty i {
		display:none;
	}
	section.seo.secondRealty div.textBlock {
		padding-top: 0;
	}
	section.consultUs {
		position: relative;
		top: 450px;
		left: 20px;
		display: block;
		min-width: calc(100% - 80px);
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: 50vh;
		height: fit-content;
		margin: 0;
		padding: 20px;
		background-color: #6b9fd4;
		background-image: url('../img/consulting.png');
		background-size: auto 40%;
		background-position: -25px 101%;
		background-repeat: no-repeat;
		border-radius: 4px;
		color: #fff;
	}
	section.consultUs div.textBlock {
		display: inline-block;
		width: 480px;
		max-width: 480px;
		margin: 20px 20px 0;
	}
	section.consultUs:before {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		margin: 15px auto -15px;		
		background-image: url('../img/navigator.png');
		background-size: 60px 60px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	section.faq h3 b {
		font-size: 18px;
	}
	section.faq h3 small {
		font-size: 16px;
		font-weight: 300;
	}
	footer .wrapper p.copyright {
		display: inline-block;
		width: 400px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 13px;
		color: #303030;
	}
	footer .wrapper a {
		display: inline-block;
		float: left;
		width: 220px;
		margin-left: 0;
		padding-top: 0;
		font-size: 13px;
		color: #303030;
		text-decoration: none;
		text-align: left;
	}
	footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 60px;
		height: 60px;
		background: #f5f5f5;
	}
}
@media (max-width:640px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 135px;
		background-color: #016dab;
		color: #fff;
	}
	section.promo {
		position: absolute;
		top: 130px;
		display: block;
		width: 100%;
		min-height: 230px;
		height: 230px;
		background: #016dab;
		background: -moz-linear-gradient(top, #016dab 1%, #63b0ce 61%, #85bad7 100%);
		background: -webkit-linear-gradient(top, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		background: linear-gradient(to bottom, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#85bad7',GradientType=0 );
		color: #fff;
	}	
	section.promo div.wrapper h1 {
        margin: 45px 0 0 0;
        padding: 0;
        font-size: 19px;
        font-weight: 550;
        letter-spacing: -0.03em;
        line-height: 1.25em;
	}
	section.promo div.wrapper h1 small {
		display: block;
		width: 300px;
		padding-top: 5px;
		font-size: 16px;
		font-weight: 300;
	}
	section.promo div.illustration {
		display: block;
		width: 100%;
		min-height: 200px;
		height: 200px;
		padding-top: 32px;
		background-image: url('../img/illustration.webp');
		background-size: 180% auto;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	section.benefits {
		position: relative;
		top: 330px;
		display: block;
		width: 100%;
		min-height: 50vh;
		padding-top: 15px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits:before {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		margin-top: -15px;
		margin-bottom: 10px;
		background-color: #03a9f4;
	}
	section.benefits a {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: calc(100% - 40px);
		height: fit-content;
		padding: 10px 0 10px 20px;
		margin-right: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		vertical-align: top;
	}
	section.benefits a b {
		display: block;
		width: 100%;
		padding-bottom: 5px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -0.04em;
		line-height: 1.3em;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}
	section.benefits a small br {
		display: none;
	}
	section#choose.realtyChoice div.headerBlock {
		display: block;
		min-height: 20vh;
		padding: 0 0 20px 0;
		background: #ffffff;
	}
	section#choose div.headerBlock h2 {
		float: left;
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
        font-size: 22px;
		font-weight: 500;
		line-height: 1.35em;
		letter-spacing: -0.05em;
		text-align: center;
	}
	section#choose.realtyChoice div.headerBlock p.date {
		float: none;
		display: block;
		margin: -10px 0 15px 0;
		padding: 0;
		font-size: 13px;
		color: #262626;
		text-align: center;
	}
	section#choose.realtyChoice div.headerBlock a {
		float: left;
		margin-top: 0;
		margin-left: calc(50% - 74px);
		margin-right: 4px;
		padding: 6px 12px 6px;
		border-radius: 4px;
		border: 1px solid #d1d1d1;
		background: #f7f7f7;
		background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 47%, #e0e0e0 100%);
		background: -webkit-linear-gradient(top, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		background: linear-gradient(to bottom, #f7f7f7 0%,#ededed 47%,#e0e0e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 );
		color: #333;
		text-decoration: none;
		font-weight: 599;
		letter-spacing: -0.03em;
		text-shadow: 0 1px 1px #fff;
		zoom: 99%;
	}
	ul.objects li {
		display: inline-block;
		width: 100%;
		min-height: 140px;
		height: fit-content;
		margin: 0 -1px 4px 0;
		padding-bottom: 15px;
		border: 1px solid #ddd;
		border-radius: 4px;
		vertical-align: top;
	}
	ul.objects li a b {
		display: block;
		min-height: fit-content;
		padding: 5px 10px 5px 15px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.04em;
		line-height: 1.4em;
	}
	ul.objects li a p.price {
		margin: 0 0 5px 15px;
		padding: 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.03em;
	}
	ul.objects li a i {
		display: block;
		max-width: 100%;
		margin: 0 5px;
		padding: 0 5px 0 30px;
		background: #fff;
		border-radius: 3px;
		font-size: 13px;
		font-weight: 500;
		color: #c74141;
		letter-spacing: -0.05em;
	}
	ul.objects li a div.img {
		width: calc(100% - 10px);
		height: 150px;
		margin: 5px;
		background-color: #ededed;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
	}
	ul.objects li a b br {
		display: none;
	}
	ul.objects li a b i  {
	    margin: 0 5px 0 20px !important;
	}
	section.seo.fullCatalog {
		position: relative;
		top: 360px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: calc(100vh - 100px);
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 0 0;
		background: rgb(193,221,244);
		background: -moz-linear-gradient(top, rgba(193,221,244,1) 1%, rgba(221,241,249,1) 100%);
		background: -webkit-linear-gradient(top, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		background: linear-gradient(to bottom, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ddf4', endColorstr='#ddf1f9',GradientType=0 );
		border-radius: 4px;
	}
	section.seo.fullCatalog div.building {
		min-height: calc(100vh - 70px);
	}
	section.seo.secondRealty {
        position: relative;
        top: 455px;
        display: block;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        height: fit-content;
        min-height: 80vh;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        padding: 20px 0;
        background-color: #f6f6f6;
        background-image: none;
        background-size: 65% auto;
        background-position: 60% 145%;
        background-repeat: no-repeat;
        border-radius: 4px;
	}
	section.seo.secondRealty:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 60px;
		background: #f6f6f6;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251,251,251,1) 50%, rgba(246,246,246,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgba(246,246,246,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgb(243 243 243) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=0 );
	}
	section.consultUs {
		position: relative;
		top: 450px;
		left: 20px;
		display: block;
		min-width: calc(100% - 80px);
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: calc(100vh - 240px);
		height: fit-content;
		margin: 0;
		padding: 20px;
		background-color: #6b9fd4;
		background-image: url('../img/consulting.png');
		background-size: auto 30%;
		background-position: -35px 100%;
		background-repeat: no-repeat;
		border-radius: 4px;
		color: #fff;
	}
	section.consultUs div.textBlock {
		display: inline-block;
		width: calc(100% - 40px);
		max-width: 480px;
		margin: 20px 20px 0;
	}
	section.consultUs div.textBlock h2 {
		padding-bottom: 10px;
		font-size: 17px;
		font-weight: normal;
		text-align: center;
		line-height: 1.45em;
	}
    section.seo div.textBlock h2 {
        display: block;
        width: 100%;    
        margin-top: 0;
        font-size: 24px;
        font-weight: 500;
    }
    section.seo div.textBlock h2 small {
        display: block;
        padding-top: 5px;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0;
    }
	section.faq h3 small {
		padding-top: 5px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.4em;
	}
	section.consultUs div.phoneBlock {
		float: none;
		display: block;
		max-width: 320px;
		margin: 10px calc(50% - 160px) 0 calc(50% - 160px);
		vertical-align: top;
		text-align: center;
	}
	section.consultUs div.phoneBlock small {
		display: block;
		margin-left: calc(50% - 120px);
		max-width: 240px;
		padding-top: 10px;
		font-size: 13px;
		letter-spacing: -0.03em;
		line-height: 1.5em;
		text-align: center;
	}
	button.orderBtn.orange, section.seo.secondRealty div.textBlock p button.orderBtn.blue {
		float: none;		
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}	
	section.faq {
		position: relative;
		display: block;
		width: 100%;
		top: 452px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 40vh;
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 80px 0;
		background: #fff;
	}
	div.messageBox.feedback {
		position: fixed;
		top: 140px;
		left: 20px;
		right: 20px;		
		display: block;
		max-width: calc(100% - 90px);
		padding: 20px;
		margin: 20px auto;
		background: #fff;
		border-radius: 4px;
		box-shadow: 0 2px 3px #ddd;
	}
}
@media (max-width:640px) and (min-width:481px) {
	div.phone {
		position: fixed;
		top: 35px;
		right: 0;
		left: auto;
		width: 240px;
		height: fit-content;
		text-align: center;
		zoom: 85%;
	}
	button.orderBtn {
		position: fixed;
		top: 65px;
		right: 20px;
		float: right;
		display: inline-block;
		margin-top: 32px;
		padding: 6px 22px;
		border: 1px solid #6098cb;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		color: #333;
		border-radius: 4px;
		letter-spacing: -0.03em;
		zoom: 90%;
	}
	section.promo {
		position: absolute;
        top: 130px;
		display: block;
		width: 100%;
		min-height: 230px;
		height: 230px;
		background: #016dab;
		background: -moz-linear-gradient(top, #016dab 1%, #63b0ce 61%, #85bad7 100%);
		background: -webkit-linear-gradient(top, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		background: linear-gradient(to bottom, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#85bad7',GradientType=0 );
		color: #fff;
	}
	section.benefits {
		position: relative;
        top: 360px;
		display: block;
		width: 100%;
        min-height: 50vh;
		padding-top: 15px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits a {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: calc(100% - 60px) !important;
		height: fit-content;
		padding: 10px 20px 0 20px !important;
		margin-right: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		vertical-align: top;
	}
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}	
	section#choose {
        position: relative;
        top: 360px;
        left: 20px;
        right: 20px;
        display: block;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0;
        padding-top: 20px;
	}
}
@media (max-width:999px) and (min-width:461px) {
	div.orderForm div.illustration a.close {
		position: fixed;
		top: 51px;
		right: calc(50% - 195px);
		z-index: 10000;
		width: 24px;
		height: 24px;
		border-radius: 100px;
		background-color: #2385d1;
		background-image: url('../img/close.svg');
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 1;
	}	
}
@media (max-width:480px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 140px;
		background-color: #016dab;
		color: #fff;
	}	
	section.promo div.wrapper h1 {
        margin: 30px 0 0;
        padding: 0;
        font-size: 19px;
        font-weight: 550;
        letter-spacing: -0.03em;
        line-height: 1.25em;
	}
	a.close {
		position: absolute;
		top: 80px;
		right: 10px;
		z-index: 10;
		width: 32px;
		height: 32px;
		background-color: rgba(0,0,0,0.25);
		background-image: url(../img/close.svg);
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
		border: none;
		border-radius: 100px;
		opacity: 1;
		background-color: rgba(0,0,0,0.85);
	}
	div#callBack div.formBox {
		position: fixed;
		top: calc(50% - 200px);
		left: 20px !important;
		width: calc(100% - 40px) !important;
		height: 380px;
		background: #fff;
		border-radius: 4px;
		z-index: 1000;
	}
	div.phone {
		position: fixed;
		top: 35px;
		right: 0;
		left: auto;
		width: 240px;
		height: fit-content;
		text-align: center;
		zoom: 85%;
	}
	button.orderBtn {
		position: fixed;
		top: 100px;
		right: 15px;		
		float: right;
		display: inline-block;
		margin-top: auto;
		padding: 6px 24px;
		border: 1px solid #6098cb;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		color: #333;
		border-radius: 4px;
		letter-spacing: -0.03em;
		zoom: 90%;
	}	
	a.callBack {
		position: relative;
		top: 250px;
		left: 20px;		
		width: 135px;
		padding: 4px 10px;
		border: 1px solid #ab6600;
		background-color: #e78a00;
		background: rgb(249,162,0);
		background: -moz-linear-gradient(top, rgba(249,162,0,1) 0%, rgba(242,157,0,1) 51%, rgba(231,138,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		background: linear-gradient(to bottom, rgba(249,162,0,1) 0%,rgba(242,157,0,1) 51%,rgba(231,138,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a200', endColorstr='#e78a00',GradientType=0 );
		border-radius: 4px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;		
		text-shadow: 0 0 1px #4e4e4e;
		text-decoration: none;
		text-align: center;		
	}
	section#choose {
		position: relative;
		top: 370px;
		left: 20px;
		right: 20px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		margin: 0;
		padding-top: 20px;
	}
	section.benefits {
		position: relative;
		top: 360px;
		display: block;
		width: 100%;
		min-height: 44vh;
		padding-top: 15px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits a {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: calc(100% - 60px) !important;
		height: fit-content;
		padding: 10px 20px 0 20px !important;
		margin-right: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		vertical-align: top;
	}
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}	
	ul.objects li a b {
		display: block;
		min-height: fit-content;
		padding: 5px 10px 5px 15px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -0.04em;
		line-height: 1.4em;
	}
	ul.objects li a p.price {
		margin: 0 0 5px 15px;
		padding: 0;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: -0.03em;
	}
	ul.objects li a i {
		display: block;
		max-width: 100%;
		margin: 0 5px;
		padding: 0 5px 0 30px;
		background: #fff;
		border-radius: 3px;
		font-size: 14px;
		font-weight: 500;
		color: #c74141;
		letter-spacing: -0.05em;
	}
	section.seo.fullCatalog {
		position: relative;
		top: 390px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: calc(100vh - 170px);
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px 0 0 0;
		background: rgb(193,221,244);
		background: -moz-linear-gradient(top, rgba(193,221,244,1) 1%, rgba(221,241,249,1) 100%);
		background: -webkit-linear-gradient(top, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		background: linear-gradient(to bottom, rgba(193,221,244,1) 1%,rgba(221,241,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ddf4', endColorstr='#ddf1f9',GradientType=0 );
		border-radius: 4px;
	}
	section.seo div.textBlock h2 {
		max-width: calc(100% - 20px);
		margin-top: 0;
		padding-top: 0;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
	}
	section.seo div.textBlock h2 small {
		display: block;
		padding-top: 1px;
		font-size: 17px;
		font-weight: 300;
		letter-spacing: 0;
	}
    section.seo.fullCatalog div.building {
        min-height: calc(100vh - 120px);
    }
	section.seo div.textBlock ul li {
		font-size: 14px;
		line-height: 1.45em;
		letter-spacing: -0.02em;
	}
	section.seo.secondRealty {
        position: relative;
        top: 410px;
        display: block;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        height: fit-content;
        min-height: 100vh;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        padding: 40px 0;
        background-color: #f6f6f6;
        background-image: none;
        background-size: 65% auto;
        background-position: 60% 145%;
        background-repeat: no-repeat;
        border-radius: 4px;
        overflow: hidden;
	}
	section.faq h3 {
		display: block;
		width: fit-content;
		max-width: 480px;
		margin: 0 auto 40px auto;
		padding: 0;
		text-align: center;
		font-size: 22px;
		line-height: 1.25em;
	}
	section.consultUs {
		position: relative;
		top: 420px;
		left: 20px;
		display: block;
		min-width: calc(100% - 80px);
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: 340px;
		height: fit-content;
		margin: 0;
		padding: 20px;
		background-color: #6b9fd4;
		background-image: none;
		background-size: auto 30%;
		background-position: -35px 100%;
		background-repeat: no-repeat;
		border-radius: 4px;
		color: #fff;
	}
	section.consultUs:before {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		margin: 25px auto -25px;
		background-image: url(../img/navigator.png);
		background-size: 60px 60px;
		background-position: center center;
		background-repeat: no-repeat;
		zoom: 80%;
	}	
	button.orderBtn.orange, section.seo.secondRealty div.textBlock p button.orderBtn.blue {
        float: none;
        margin-top: 10px;
        margin-left: auto;
        margin-right: calc(50% - 65px);
        margin-bottom: 50px;
	}
	section.seo.fullCatalog i {
		position: absolute;
		bottom: 10px;
		left: calc(50% - 115px);
		right: calc(50% - 115px);
		width: 230px;
		margin: 0;
		border: none;
	}
	div.fieldBox.fullName {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	div.fieldBox.time, div.fieldBox.phoneNumber, div.fieldBox.region {
		display: inline-block;
		width: 160px;
		min-width: 160px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	div.fieldBox.budjet {
		display: block;
		width: 100%;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	div.fieldBox.comment textarea.comment {
		display: block;
		width: 100%;
		min-height: 90px;
		margin-bottom: 15px;
		padding: 7px 10px;
		background: #f7f7f7;
		border: 1px solid #a7a7a7;
		border-radius: 4px;
		font-family: Open Sans,Arial,sans-serif;
		font-size: 14px;
		vertical-align: top;
		letter-spacing: -0.03em;
	}
}
@media (max-width:420px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 140px;
		background-color: #016dab;
		color: #fff;
	}
	div.phone {
		position: fixed;
		top: 35px;
		right: 0;
		left: auto;
		width: 240px;
		height: fit-content;
		text-align: center;
		zoom: 85%;
	}
	button.orderBtn {
		position: fixed;
		top: 100px;
		right: 15px;		
		float: right;
		display: inline-block;
		margin-top: auto;
		padding: 6px 24px;
		border: 1px solid #6098cb;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		color: #333;
		border-radius: 4px;
		letter-spacing: -0.03em;
		zoom: 90%;
	}
	section.promo {
		position: absolute;
		top: 125px;
		display: block;
		width: 100%;
		min-height: 230px;
		height: 230px;
		background: #016dab;
		background: -moz-linear-gradient(top, #016dab 1%, #63b0ce 61%, #85bad7 100%);
		background: -webkit-linear-gradient(top, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		background: linear-gradient(to bottom, #016dab 1%,#63b0ce 61%,#85bad7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#85bad7',GradientType=0 );
		color: #fff;
	}
	section#choose {
		position: relative;
		top: 360px;
		left: 20px;
		right: 20px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		margin: 0;
		padding-top: 20px;
	}	
	section.benefits {
		position: relative;
		top: 350px;
		display: block;
		width: 100%;
		min-height: 420px;
		background: #006eab;
		border-top: 1px solid #5b91c3;
		text-align: center;
	}
	section.benefits a {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: calc(100% - 60px) !important;
		height: fit-content;
		padding: 5px 20px 0 20px !important;
		margin-right: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		vertical-align: top;
	}
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		padding-left: 19px;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}	
	section#choose div.headerBlock h2 {
		float: left;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		padding-left: 0;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.35em;
		letter-spacing: -0.05em;
		text-align: center;
	}
}
@media (max-width:460px) {
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		padding-left: 19px;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}	
	a.close {
		position: fixed;
		top: 31px;
		right: 30px;
		z-index: 10000;
		width: 24px;
		height: 24px;
		border-radius: 100px;
		background-color: #2385d1;
		background-image: url('../img/close.svg');
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 1;
	}
	div#orderPopup div.orderForm {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: calc(100% - 40px);
		max-width: 410px;
		height: calc(100vh - 40px);
		background: #fff;
		border-radius: 4px;
	}
	div.orderForm div.whiteBlock {
		display: block;
		width: calc(100% - 60px);
		max-width: 350px;
		height: 100%;
		min-height: calc(100vh - 60px);
		margin: 0;
		padding: 5px 20px;
		vertical-align: top;
	}
	div.fieldBox.budjet input.budjet {
		width: 195px;
		min-width: 195px;
	}
	div.fieldBox.fullName input[type=text] {
		display: block;
		width: 100%;
		height: 35px;
		padding: 0 10px 0 10px;
		font-size: 15px;
		color: #111;
	}
	div.fieldBox.time, div.fieldBox.phoneNumber, div.fieldBox.region {
		display: inline-block;
		width: 170px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	div.fieldBox.phoneNumber input.phoneNumber, div.fieldBox.time select.time, div.fieldBox.budjet input.budjet {
		width: 170px;
		min-width: 170px;
		height: 35px;
		margin-right: 15px;
		padding: 0 0 0 10px !important;
		font-size: 15px;
		color: #111;
	}
	div.fieldBox.time, div.fieldBox.time select.time {
		float: right;
		min-width: 112px !important;
		width: 112px !important;
		max-width: 112px !important;
		margin-right: 0;
		text-align: left;
	}
	div.fieldBox.phoneNumber input.phoneNumber, div.fieldBox.time select.time, div.fieldBox.budjet input.budjet {
		margin-right:0;
	}
	div.fieldBox.time, div.fieldBox.phoneNumber, div.fieldBox.region {
		display: inline-block;
		width: 160px;
		min-width: 160px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.fieldBox.region, .fieldBox.region select {
		width: 100% !important;
		min-width: 100%;
		max-width: 100%;
	}
	div.fieldBox.time, div.fieldBox.time select.time {
		float: right;
		min-width: 112px !important;
		width: 112px !important;
		max-width: 112px !important;
		margin-right: 0;
		text-align: left;
		padding-left: 3px !important;
		font-size: 14px;
	}
	div.fieldBox.phoneNumber input.phoneNumber, div.fieldBox.time select.time, div.fieldBox.budjet input.budjet {
		width: 155px;
		min-width: 155px;
		height: 35px;
		margin-right: 0;
		padding: 0 0 0 10px !important;
		font-size: 14px;
		color: #111;
	}
	div.fieldBox.budjet input.budjet {
		width: 195px;
		min-width: 195px;
	}
	div.fieldBox.time select.time {
		padding-left: 5px !important;
	}
	form div.fieldBox label:first-letter {
		text-transform: uppercase;
	}
}
@media (max-width:420px) {
	header a.logo {
		position: fixed;
		top: 25px;
		margin-left: 0;
		display: inline-block;
		width: 164px;
		height: 56px;
		background-image: url(../img/logotype.svg);
		background-size: 164px 56px;
		background-repeat: no-repeat;
		background-position: center center;
		zoom: 90%;
	}
	span.slogan {
		position: relative;
		top: 80px;
		display: inline-block;
		width: 150px;
		margin-left: 0;
		font-size: 8px;
		line-height: 1.6em;
		text-transform: uppercase;
		letter-spacing: 0.06em;
	}	
    header div.phone a.phone {
        width: 172px;
        letter-spacing: 0.02em;
    }
	div.phone i {
		position: fixed;
		top: 61px;
		right: 20px;
		display: block;
		padding-top: 2px;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 0;
	}
	button.orderBtn {
		position: fixed;
		top: 92px;
		right: 15px;
		float: right;
		display: inline-block;
		margin-top: auto;
		padding: 5px 20px;
		border: 1px solid #6098cb;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 47%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 47%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		color: #333;
		border-radius: 4px;
		letter-spacing: -0.03em;
		zoom: 90%;
	}
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		padding-left: 19px;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}
}
@media (max-width:375px) {	
    select#selectItem {
        display: inline-block;
        width: 150px;
        height: 28px;
        padding: 0 5px;
        border: 1px solid #036bab;
        margin-top: -4px;
        border-radius: 4px;
    }
    a.closeDialog {
        position: fixed;
        top: 142px;
		left: 325px;
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 100px;
        background-image: url(../img/close.svg);
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.7;
    }
    div.phone a.phone {
        position: fixed;
        top: 35px;
        right: 10px;
        display: block;
        width: 200px;
        margin: 0;
        font-size: 22px;
        letter-spacing: -0.02em;
        font-weight: normal !important;
        text-decoration: none;
        color: #fff;
    }
    span.slogan {
        position: relative;
        top: 80px;
        display: inline-block;
        width: 150px;
        margin-left: 0;
        font-size: 8px;
        line-height: 1.6em;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
	div.orderForm div.whiteBlock h2 {
		position: fixed;
		top: 10px;
		left: 10px;
		width: 100%;
		display: block;
		width: calc(100% - 50px);
		height: 35px;
		margin: 0;
		padding: 12px 0 0 30px;
		background: rgb(1,109,171);
		background: -moz-linear-gradient(left, rgba(1,109,171,1) 1%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%);
		background: -webkit-linear-gradient(left, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
		background: linear-gradient(to right, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#7db9e8',GradientType=1 );
		border-top: 1px solid #2587d4;
		border-radius: 4px 4px 0 0;
		overflow: hidden;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.04em;
		color: #fff;
	}
	div.whiteBlock form {
		position: fixed;
		top: 58px;
		left: 40px;
		width: calc(100% - 80px);
		height: calc(100vh - 108px);
		padding-top: 15px;
		padding-bottom: 50px;		
		overflow-x: hidden;
		overflow-y: scroll;
	}
	a.close {
		position: fixed;
		top: 21px;
		right: 20px;
		z-index: 100000000;
		width: 24px;
		height: 24px;
		border-radius: 100px;
		background-color: #2385d1;
		background-image: url('../img/close.svg');
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 1;
	}
	section.benefits a b:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('../img/white-ok.svg');
		background-size: 14px 14px;
		background-position: 2px 7px;
		background-repeat: no-repeat;
	}
	section.benefits a small {
		display: block;
		min-width: 100%;
		width: 100%;
		padding-left: 19px;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: -0.04em;
		opacity: 0.8;
	}
	div#orderPopup div.orderForm {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		width: calc(100% - 20px);
		max-width: 410px;
		height: calc(100vh - 20px);
		background: #fff;
		border-radius: 4px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	div.orderForm div.whiteBlock {
		display: block;
		width: calc(100% - 60px);
		max-width: 350px;
		height: 100%;
		margin: 0;
		padding: 5px 30px;
		overflow: hidden;
		vertical-align: top;
	}
	section#choose.realtyChoice div.headerBlock {
		display: block;
		min-height: 130px;
		padding: 20px 0;
		background: #ffffff;
		border-radius: 4px;
	}
	section#choose div.headerBlock h2 {
		float: left;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.35em;
		letter-spacing: -0.05em;
		text-align: center;
	}
	div.fieldBox.comment textarea.comment {
		display: block;
		width: 100%;
		min-height: 80px;
		margin-bottom: 18px;
		padding: 7px 10px;
		background: #f7f7f7;
		border: 1px solid #a7a7a7;
		border-radius: 4px;
		font-family: Open Sans,Arial,sans-serif;
		font-size: 15px;
		vertical-align: top;
	}
	div.fieldBox.budjet input.budjet {
		width: 192px;
		min-width: 192px;
	}
	section.seo.fullCatalog i {
		position: absolute;
		bottom: -35px;
		left: calc(50% - 115px);
		right: calc(50% - 115px);
		width: 230px;
		margin: 0;
		border: none;
	}
	section.faq h3 b {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -0.03em;
	}
	section.faq h3 small {
		padding-top: 0;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.4em;
		letter-spacing: -0.03em;
	}
	section.seo.secondRealty {
		position: relative;
		top: 410px;
		display: block;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: fit-content;
		min-height: 64vh;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding: 40px 0;
		background-color: #f6f6f6;
		background-image: url('../img/ipad.png');
		background-size: 65% auto;
		background-position: 60% 125%;
		background-repeat: no-repeat;
		border-radius: 4px;
		overflow: hidden;
	}
	section.seo.secondRealty:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 30px;
		background: #f6f6f6;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251,251,251,1) 50%, rgba(246,246,246,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgba(246,246,246,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(251,251,251,1) 50%,rgb(243 243 243) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=0 );
		opacity: 1;
	}
	section.consultUs {
		position: relative;
		top: 420px;
		left: 20px;
		display: block;
		min-width: calc(100% - 80px);
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
		min-height: 340px;
		height: fit-content;
		margin: 0 0 -10px 0;
		padding: 20px 20px 30px 20px;
		background-color: #6b9fd4;
		background-image: none;
		background-size: auto 30%;
		background-position: -35px 100%;
		background-repeat: no-repeat;
		border-radius: 4px;
		color: #fff;
	}
	section.consultUs div.textBlock {
		display: inline-block;
		width: calc(100% - 20px);
		max-width: 480px;
		margin: 20px 10px 0 10px;
	}
	section.seo div.textBlock h2 {
		max-width: calc(100% - 20px);
		margin-top: 0;
		padding-top: 0;
		font-size: 17px;
		font-weight: 500;
		text-align: center;
	}
	section.seo div.textBlock h2 small {
		display: block;
		padding-top: 1px;
		font-size: 15px;
		font-weight: 300;
		letter-spacing: -0.04em;
	}
	section.consultUs div.textBlock p {
		margin-top: -10px;
		margin-bottom: 20px;
		font-size: 14px;
		letter-spacing: -0.03em;
	}
	ul.objects li a b i {
		display: block;		
		margin: 0 5px 0 0 !important;
	}
}
@media (max-width:360px) {
	section#choose.realtyChoice div.headerBlock {
		display: block;
		min-height: 160px;
		padding: 0;
		background: #ffffff;
		border-radius: 4px;
	}
	section#choose div.headerBlock h2 {
		float: left;
		display: block;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.35em;
		letter-spacing: -0.05em;
		text-align: center;
	}
	section.seo.secondRealty {
		min-height: 89vh;
	}
	section.seo.fullCatalog i {
		position: absolute;
		bottom: -60px;
		left: calc(50% - 115px);
		right: calc(50% - 115px);
		width: 230px;
		margin: 0;
		border: none;
	}
	section.seo.fullCatalog div.building {
		min-height: 105vh;
	}
	
}