@import url("trackbar.css") all;

@font-face {
    font-family: 'PFBeauSansPro-Thin';
    src: url('../fonts/PFBeauSansPro-Thin.eot');
    src: url('../fonts/PFBeauSansPro-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFBeauSansPro-Thin.woff2') format('woff2'),
         url('../fonts/PFBeauSansPro-Thin.woff') format('woff'),
         url('../fonts/PFBeauSansPro-Thin.ttf') format('truetype'),
         url('../fonts/PFBeauSansPro-Thin.svg#pf_beausans_prothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PFBeauSansPro-Italic';
    src: url('../fonts/pfbeausanspro-italic-webfont.eot');
    src: url('../fonts/pfbeausanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-italic-webfont.woff2') format('woff2'),
         url('../fonts/pfbeausanspro-italic-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-italic-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-italic-webfont.svg#pf_beausans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansPro-Regular';
    src: url('../fonts/PFBeauSansPro-Regular.woff');
}

@font-face {
    font-family: 'PFBeauSansPro-Black';
    src: url('../fonts/PFBeauSansPro-Black.woff');
}

@font-face {
    font-family: 'PFBeauSansPro-Light';
    src: url('../fonts/PFBeauSansPro-Light.woff');
}

@font-face {
    font-family: 'PFBeauSansPro-SemiBold';
    src: url('../fonts/PFBeauSansPro-SemiBold.woff');
}

@font-face {
    font-family: 'PFBeauSansPro-Bold';
    src: url('../fonts/PFBeauSansPro-Bold.woff');
}

@font-face {
    font-family: 'PFBeauSansPro-Bbook';
    src: url('../fonts/PFBeauSansPro-Bbook.woff');
}

* {
	margin: 0px;
	padding: 0px;
}
ul.sitemap,
ul.sitemap li{
	margin: auto;
	padding:0px 20px;
}
html,
body {
	height: 100%;
}

body {
	font-family: 'PFBeauSansPro-Regular', sans-serif;
	font-size: 14px;
	min-width: 1024px;
	min-height: 700px;
}
button{
    border: 0 none;
}
.hidden {
	visibility: hidden;
	cursor: default !important;
}

.wrap {
	position: relative;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 1024px;
	width: 100%;
	min-height: 100%;
}

a {
	text-decoration: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.ask_price {
    font-family: 'PFBeauSansPro-Regular';
    font-size: 16px;
    color: #5b3913;
    background-color: #33c6f4;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 9px 0px;
    display: block;
    text-align: center;
    text-align: center;
    margin-top: 10px;
	white-space: nowrap;
	position: relative;
    overflow: hidden;
}
.ask_price_2{
	display:none;
}
.ink {
    display:block;
    height: 222px;
    width: 222px;
    top: -54px;
    left: 106px;
    position:absolute!important;
    background:rgba(255,255,255,0.3);
    border-radius:100%;
    opacity: .9;
    transform:scale(0);
}
.animate_ink {
    animation: ripple 3s linear infinite;
}
@keyframes ripple {
    50%{opacity:0;transform:scale(2.5)}
    100%{opacity:0;transform:scale(2.5)}
}
.ink1{
    left: 0px;
    top: 50px;
}
.ink2{
    left: -100px;
    top: -30px;
}
.ink3{
    left: 21px;
    top: -37px;
}
.ink4{
    left: -16px;
    top: 66px;
}
.ink5{
    left: 0px;
    top: -150px;
}
#animCircle {
	max-width: 500px;
	max-height: 500px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 6%;
	left: 6%;
}

#animCircle img {
	width: 100%;
}

.round_info {
    position: absolute;
    top: 180px;
    left: 10%;
    border: 7px solid #fff;
    background-color: #3ec2f4;
    border-radius: 50%;
    height: 550px;
    width: 550px;
    font-family: 'PFBeauSansPro-Black', sans-serif;
    font-size: 52px;
    text-align: center;
    transform: rotateY(0deg);
    transition: all .2s ease-in;
    overflow: hidden;
    display: block;
}
.round_info_item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    border-radius: 50%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 2;
}
.round_info_item_1 {
    display: block;
}
.brown_txt {
    color: #5b3913;
}
.choose_apartment {
    display: block;
    width: 50%;
    margin: 30px auto;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 20px;
    line-height: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: .1rem solid #fff;
    border-radius: 30px;
    background-color: #3ec2f4;
    transition: all .4s ease-in-out;
}
.choose_apartment:hover {
    background-color: #fff;
    color: #3ec2f4;
}
@media screen and (max-width: 1420px), (max-height: 880px) {
    .round_info {
        top: 80px;
        height: 500px;
        width: 500px;
        font-size: 52px;
    }
    .round_info_item_1, .round_info_item_2 {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1360px), (max-height: 620px) {
	.round_info {
        top: 100px;
        left: 60px;
        height: 350px;
        width: 350px;
        font-size: 36px;
    }
    .round_info_item_1, .round_info_item_2 {
        padding-top: 100px;
    }
    .choose_apartment {
        margin: 20px auto;
        font-size: 12px;
        line-height: 2;
    }
}
@media screen and (max-width: 1024px), (max-height: 680px) {
    .round_info {
        top: 80px;
        left: 40px;
        height: 250px;
        width: 250px;
        font-size: 26px;
    }
    .round_info_item_1, .round_info_item_2 {
        padding-top: 60px;
    }
    .choose_apartment {
        margin: 20px auto;
        font-size: 12px;
        line-height: 2;
    }
}

.main_side_info_wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 31%;
    height: 100%;
    background-image: url(../img/main_side_bg.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.main_side_info {
	font-size: 16px;
	color: #5b3913;
    line-height: 1.6;
    transform: translateY(-50px);
}
.main_side_text {
    padding: 0 30px;
    text-transform: uppercase;
}
.main_side_reg {
    padding: 15px 30px;
}
.main_side_highlighted {
    padding: 15px 30px;
    color: #fff;
    background-color: #3ec2f4;
}
.main_side_list {
	margin-left: 20px;
	padding: 15px 30px;
}
.main_side_strong {
    margin: 20px 0;
    padding: 0 30px;
    font-family: 'PFBeauSansPro-Black', sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}
span.strong {
	font-weight: bolder;
}
@media screen and (max-width: 1730px), (max-height: 930px) {
    .main_side_info {
        line-height: 1.2;
        transform: translateY(-5px);
    }
}
@media screen and (max-width: 1360px), (max-height: 620px) {
    .main_side_info_wr {
        width: 47%;
        padding-top: 35px;
    height: auto;
    }
    .main_side_info {
        line-height: 1.2;
        font-size: 14px;
    }
    .main_side_text {
    	margin-bottom: 0px;
    	padding: 10px 15px;
    }
    .main_side_text.main_side_text_top {
	    padding: 55px 50px 0 15px;
    }
    .main_side_reg {
	    padding: 20px 15px;
	}
    .main_side_highlighted {
        margin: 0;
        padding: 15px;
    }
    .main_side_list {
	    padding: 20px 30px;
	}
    .main_side_strong {
    	margin: 10px 0;
	    padding: 0 15px;
	    font-size: 16px;
    }
}

#logoStolitsa a {
	display: block;
	position: absolute;
	width: 134px;
    height: 57px;
	background: url(../img/stolitsa_gr_logo.png) center no-repeat;
	background-size: contain;
	top:1vh;
	left:1vw;
	z-index: 10;
}

/* Logo */

#logoBig a {
	display: block;
	position: absolute;
	width:18vw;
	width:11vw;
	height:11vh;
	/*background: url(../img/logo_big.png) center no-repeat;*/
	background: url(../img/logo_big_autemn.png) center no-repeat;
	background: url(../img/logo_varshavskiy_mini.svg) center no-repeat;
	background-size: contain;
	top:2vh;
	right:32vw;
	z-index: 10;
}
@media screen and (max-width: 1360px), (max-height: 620px) {
    #logoBig a {
	    width: 139px;
	    height: 123px;
	    background: url(../img/mobile/logo-mob.png) no-repeat;
	    background: url(../img/logo_varshavskiy_mini.svg) no-repeat;
	    background-size: contain;
	    top: 7px;
	    right: 47%;
	}
}

#logoSmall a {
	display: block;
	position: absolute;
	width: 237px;
	height: 82px;
	/*background: url(../img/logo_sm.png) top no-repeat;*/
	background: url(../img/logo_sm_autemn.png) top no-repeat;
	background: url(../img/logo_varshavskiy_mini.svg) top no-repeat;
	top: 20px;
	right: 360px;
	z-index: 10;
}
#logoShadow a{
	display: block;
	position: absolute;
	/*background: url(../img/logo_shadow.png) top no-repeat;;*/
	background: url(../img/mobile/logo-mob.png) top no-repeat;
	background: url(../img/logo_varshavskiy_mini.svg) top no-repeat;
	background-size:contain;
	width: 140px;
	height:123px;
	top:15px;
	right:275px;
	z-index: 10;
}

/* Phone */

.phone {
	font-family: 'PFBeauSansPro-Thin';
	border-radius: 10px;
	background: url(../img/texture.jpg) center repeat;
	position: absolute;
	top: 13px;
	right: 80px;
	z-index: 10;
}
.phone p, .phone a {
	padding: 3px 12px;
	font-size: 26px;
	font-size: 42px;
	color: #5b3913;
	display: block;
}
@media screen and (max-width: 1360px), (max-height: 620px) {
	.phone p, .phone a {
	    font-size: 25px;
	}
}

.phone span {
	font-size: 16px;
}

/* mainCircle */

.mainCircle {
	font-family: 'PFBeauSansPro-Thin';
	position: absolute;
	width: 768px;
	height: 768px;
	background: radial-gradient(rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 70%);
	border-radius: 50%;
	top: 0px;
	right: 50px;
	text-align: center;
	color: #5b3913;
	font-size: 60px;
	text-transform: uppercase;
}

.mainCircle h2 {
	font-family: 'PFBeauSansPro-Black';
	font-size: 55px;
	margin-top: 56%;
    color:#34c6f4;
    font-family: 'PFBeauSansPro-Bold';
}

.mainCircle h3 {
	font-family: 'PFBeauSansPro-SemiBold';
	font-size: 54px;
    margin-top:25px;
}


/* Content */

.content {
	width: 50%;
/*	position: absolute;
	top: 25%;
	left: 46%;*/
	padding: 14% 0 110px 50%;
	overflow: hidden;
}

.content h1 {
	position: relative;
	font-family: 'PFBeauSansPro-Black';
	font-size: 72px;
	color: #5b3913;
	text-transform: uppercase;
}
.general_h1::after {
	content: '';
	position: absolute;
	top: 22%;
	right: calc(-300% - 20px);
	width: 300%;
	height: 56%;
	background-color: #33c6f4;
}

.content h2 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 30px;
	color: #5b3913;
	text-transform: uppercase;
}

.content .text {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 18px;
	color: #321c03;
}

.content .text p {
	margin: 27px 50px 27px 0;
}

.content .text ul {
	margin-left: 16px;
}

.content .text li {
	list-style: url(../img/tick.png);
	padding-left: 6px;
}

.content .text a {
	text-decoration: underline;
	color: #020965;
}

.content .text a:hover {
	text-decoration: none;
}

.icons {
	max-width: 800px;
	width: 100%;
	margin-left: -100px;
	margin-top: 3%;
}

.retroville {
	max-width: 437px;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

/* Participants */
.participants {
	height: auto;
	min-height: 100%;
	padding: 40px 0;
	background-image: url(/public/files/fon/spring/news_spring_new.jpg);
	background-size: cover;
	color: #5b3913;
}
.participants_wrap {
    display: grid;
    grid-template-columns: 700px 250px;
    grid-gap: 40px;
    justify-content: center;
}
.participants_info {
    padding: 25px;
}
.participants_title {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}
.participants_h3 {
    margin-bottom: 15px;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    letter-spacing: 3px;
}
.participants_txt {
    font-size: 18px;
    line-height: 1.4;
}
.participants_txt a {
    color: #bf3c3c;
    text-decoration: underline;
}
.participants_txt a:hover {
    text-decoration: none;
}
.participants_txt h2 {
    font: 20px/1.8 'PFBeauSansPro-Bold', sans-serif;
    margin-top: 20px;
}
.participants_side_logo_lk {
    -ms-align-self: center;
    align-self: center;
}
.participants_side_logo {
    width: 100%;
}
.participants_slider {
    grid-column: 1 / span 2;
}
.participants_other {
    margin: 0 0 50px;
    text-align: center;
}
.participants_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.participants_lk_txt {
    margin-top: 10px;
    text-align: center;
    color: #bf3c3c;
    text-decoration: underline;
}
.participants_sl_lk:hover .participants_lk_txt {
    text-decoration: none;
}

/* Flat */

#flatWrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/texture.jpg) center repeat;
}

#oneRoomWrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/texture.jpg) center repeat;
	display: none;
}

#backToFilter {
	position: absolute;
	background: url(../img/bg_cont_but.png) center no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	z-index: 16;
	top: 6%;
	left: 20%;
	cursor: pointer;
	text-align: center;
}

#backToFilter:hover {
	background: url(../img/bg_cont_but_h.png) center no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

#backToFilter p {
	font-family: 'PFBeauSansPro-Light';
	font-size: 20px;
	color: #5b3913;
	text-transform: uppercase;
}

#backToFilter p:first-child {
	margin-top: 44px;
}

#backToFilter p:last-child {
	font-size: 28px;
}

#room {
	position: absolute;
	width: 84%;
	min-width: 1024px;
	height: 450px;
	top: 26px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.alians {
	width: 200px;
	float: left;
}

.otherInfo {
	width: 200px;
	float: right;
	text-align: center;
	color: #5b3913;
	font-size: 16px;
}

.otherInfo > p {
	background-color: #33c6f4;
	padding: 8px 0;
	border-radius: 30px;
	margin-bottom: 10px;
}

.otherInfo > p:hover {
	background-color: #33c6f4;
}

.otherInfo > p a {
	font-family: 'PFBeauSansPro-Regular';
	font-size: 16px;
	color: #5b3913;
	padding: 9px 20px;
	background: url(../img/arrow_download.png) center left no-repeat;
}

.alians {
	font-family: 'PFBeauSansPro-Regular';
	color: #5b3913;
	font-size: 16px;
}

.alians .bigNum {
	font-family: 'PFBeauSansPro-Bold';
	font-size: 44px;
	border-bottom: 2px solid #5b3913;
	margin-bottom: 16px;
}

.alians .bigNum span {
	font-size: 24px;
}

.alians table {
	width: 100%;
}

.alians table tr td:last-child {
	text-align: right;
	width: 80px;
}

.map {
	font-family: 'PFBeauSansPro-Regular';
	background-color: rgba(131, 213, 247, 0.25);
	margin: 30px 0;
	cursor: pointer;
	border-radius: 0 0 30px 30px;
}

.map:hover {
	font-family: 'PFBeauSansPro-Regular';
	background-color: rgba(131, 213, 247, 0.35);
}

.map img {
	margin: 18px 0;
}

.map p:last-child {
	background-color: #33c6f4;
	padding: 8px 0;
	border-radius: 30px;
}

.map:hover p:last-child {
	background-color: #33c6f4;
}

.planRoom {
	width: 600px;
	height: 450px;
	position: absolute;
	margin: auto;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.planRoom .metrika {
	font-family: 'PFBeauSansPro-Light';
	position: absolute;
	color: #5b3913;
	font-size: 20px;
	z-index: 20;
}

.planRoom img {
	/*max-width: 600px;
	max-height: 450px;*/
	width:550px;
	height: 550px;
}

.bgRoomCircle {
	position: absolute;
	width: 570px;
	height: 570px;
	border-radius: 50%;
	background-color: rgba(51, 198, 244, 0.2);
	top: 26px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.flatTitle {
	position: absolute;
	top: 5%;
	left: 14%;
	z-index: 10;
}

.flatTitle h2 {
	font-family: 'PFBeauSansPro-Black';
	font-size: 72px;
	color: #5b3913;
	text-transform: uppercase;
	text-align: right;
}

.flatTitle h3 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 30px;
	color: #5b3913;
	text-transform: uppercase;
	text-align: right;
}

#chooseFlat {
	width: 70%;
	min-width: 1024px;
	height: 470px;
	position: absolute;
	top: 34px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#chooseFlat form {
	float: left;
}

.wrapChooseHouse {
	margin-top: 0;
	/*margin-bottom: 30px;*/
	width: 280px;
	background-color: rgba(166, 141, 113, 0.2);
	border-radius: 50px;
	/*text-align: center;*/
}

.wrapChooseHouse p {
	font-family: 'PFBeauSansPro-Light';
	color: #5b3913;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	white-space:nowrap;
}

.wrapChooseHouse .edit span {
	position: absolute;
	padding: 10px;
	top: -3px;
	left: 0;
	z-index: 10;
}

.wrapChooseHouse .edit .text {
	position: absolute;
	padding: 10px;
	padding-right: 16px;
	padding-left: 16px;
	left: 6px;
	background-color: #33c6f4;
	border-radius: 50px 0 0 50px;
	z-index: 14;
}

.wrapChooseHouse .edit .slide-text {
	background-color: #CDE5EF;
	left: 16%;
	transition: left 0.3s linear;
}
.wrapChooseHouse .edit .right {
	background-color: #33c6f4;
	border-radius: 0 50px 50px 0;
	left: 131%;
	top:-3px;
	z-index: 13;
	height: 35px;
	width: 18px;
	padding: 0;
	transition: left 0.3s linear;
}

.wrapChooseHouse .edit:hover .slide-text {
	left: 129%;
}
.wrapChooseHouse .edit:hover .right {
	left: 215%;
}

.wrapChooseHouse .active,
.wrapChooseHouse p:hover {
	background-color: #33c6f4;
	border-radius: 50px;
}

.wrapChooseHouse .off:hover span {
	background-color: #33c6f4 !important;
	padding-right: 16px;
	border-radius: 50px;
}

.wrapChooseHouse .off .slide-text,
.wrapChooseHouse .off .right {
	display: none;
}

.wrapChooseHouse .off span {
	background-color: rgba(131, 213, 247, 0) !important;
}

.wrapChooseHouse .edit {
	background-color: rgba(131, 213, 247, 0) !important;
}


.border {
	background: url(../img/filterlineV.png) left no-repeat, url(../img/filterlineV.png) right no-repeat;
}

.filter {
	width: 280px;
	float: left;
	margin-top: 14px;
}

.filter > p {
	font-family: 'PFBeauSansPro-Regular';
	text-align: center;
	color: #5b3913;
	font-size: 16px;
	text-transform: uppercase;
	margin:10px 0 30px;
}

#chooseBut {
	font-family: 'PFBeauSansPro-Regular';
	color: #5b3913;
	margin-left: 100px;
	cursor: pointer;
	background-color: #33c6f4;
	padding: 8px 20px;
	width: 150px;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
}
#chooseBut p{
	text-transform: uppercase;
	font-size:14px;
}
#chooseBut:hover {
	background-color: #33c6f4;
}

#flatsItems {
	width: 720px;
	overflow: hidden;
}

.flatsItemsWrap {
	width: 720px;
	height: 470px;
	float: right;
	position: relative;
}

.sliderFlatsWrap {
	width: 720px;
	float: left;
}

.slideRoom {
	float: left;
	text-align: center;
	width: 224px;
	height: 200px;
	background-color: rgba(166, 141, 113, 0.2);
	cursor: pointer;
	margin: 0 8px 20px;
	position: relative;
}

.slideRoom:hover {
	background-color: rgba(166, 141, 113, 0.3);
}


.plan img {
	max-width: 180px;
	max-height: 124px;
	margin: 12px;
}

.description {
	font-family: 'PFBeauSansPro-Bbook';
	color: #5b3913;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	background-color: #33c6f4;
}

.slideRoom:hover .description {
	background-color: #33c6f4;
}

.description .number {
	font-family: 'PFBeauSansPro-Light';
	float: left;
	color: #5b3913;
	font-size: 24px;
	border-right: 2px solid #5b3913;
	margin: 11px 0 10px 10px;
	padding-right: 3px;
}

.description .square {
	padding-top: 4px;
}

	/* flats new pop-up */
.flats_pop-up_wr {
	position: absolute;
	top: 0;
	z-index: 999;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	transition: .7s ease-out;
	visibility: hidden;
	opacity: 0;
}
.flats_pop-up {
    padding: 40px 40px 30px;
    border-radius: 2.5rem;
    background: url(../img/texture.jpg) center repeat;
    color: #482b0a;
    position: relative;
    width: 40rem;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}
.flats_pop-up_text {
	line-height: 1.5;
	padding-bottom: 1rem;
}
.flats_pop-up_btn {
	display: block;
	font-family: 'PFBeauSansPro-Regular';
    color: #5b3913;
    cursor: pointer;
    background-color: #33c6f4;
    padding: .8rem 1rem;
    width: 10rem;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5rem;
    font-size: 1rem;
}
.flats_pop-up_btn:hover {
	background-color: #109bc7;
}


/* Gallery */

#galleryWrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/texture.jpg) center repeat;
}

.galTitle {
	position: absolute;
	top: 5%;
	left: 14%;
}

.galTitle h1 {
	position: relative;
	font-family: 'PFBeauSansPro-Black';
	font-size: 72px;
	color: #5b3913;
	text-transform: uppercase;
}

.galTitle h1::before {
	content: '';
	position: absolute;
	left: calc(-200% - 20px);
	bottom: 24%;
	height: 53%;
	width: 200%;
	background-color: #34C6F4;
}

.galTitle h2 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 30px;
	color: #5b3913;
	text-transform: uppercase;
	text-align: right;
}

.galTitle h3 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 22px;
	color: #5b3913;
	text-transform: uppercase;
	padding-left: 115px;
    margin-top: 5px;
    max-width: 970px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
}

.prew,
.next {
	width: 67px;
	height: 67px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	cursor: pointer;
	z-index: 10;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.prew:hover {
	background: url(../img/arrow_l_h.png) center no-repeat;
	transition: all 0.2s ease-in-out;
}

.next:hover {
	background: url(../img/arrow_r_h.png) center no-repeat;
	transition: all 0.2s ease-in-out;
}

.prew {
	background: url(../img/arrow_l.png) center no-repeat;
	left: 25px;
}

.next {
	background: url(../img/arrow_r.png) center no-repeat;
	right: 25px;
}

#gallery {
	position: absolute;
	width: 1024px;
	height: 282px;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#galleryItems {
	width: 1024px;
}

.gallerySlide {
	width: 256px;
	font-family: 'PFBeauSansPro-Light';
	float: left;
	text-align: center;
	color: #5b3913;
	font-size: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.gallerySlide p:first-child {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin: auto;
	margin-bottom: 16px;
}

.gallerySlide p:first-child img {
	width: 200px;
	height: 200px;
}

.gallerySlide p:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(91, 57, 19, 0.75);
	background-image: url(../img/lens.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}

.gallerySlide:hover p:first-child:after {
	opacity: 1;
}

/*---------------------
----- Genplan ---------
---------------------*/

#genplanWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.gp_img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

/*---------------------
----- Genplan End -----
---------------------*/


/* Pop Up */

#popUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-size: cover;
	display: none;
	overflow: hidden;
}

.popUpGallery {
	background: url(../img/bg_gallery_open.jpg) center no-repeat;
}

.back,
#close,
#closeAppartment {
	width: 67px;
	height: 67px;
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../img/close.png) center no-repeat;
	cursor: pointer;
	z-index: 1000;
}


.back:hover,
#close:hover,
#closeAppartment:hover {
	background: url(../img/close_h.png) center no-repeat;
	transition: all 0.2s ease-in-out;
}

#slider {
	text-align: center;
	min-height: 700px;
}

#slider img {
	height: 100%;
	display: none;
}

#slider img:first-child {
	display: initial;
}


/* Visual */

#visual {
	position: absolute;
	width: 1024px;
	height: 450px;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#visualItems {
	width: 1024px;
}

.visualSlideWrap {
	float: left;
	width: 1024px;
	height: 450px;
	text-align: center;
}

.visualSlide {
	width: 250px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.visualSlide p {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin: 14px auto;
}

.visualSlide p img {
	width: 200px;
	height: 200px;
}

.visualSlide p:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(91, 57, 19, 0.75);
	background-image: url(../img/lens.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}

.visualSlide:hover p:after {
	opacity: 1;
}

/* News */

#newsWrap {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg_news.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.newsTitle {
	position: absolute;
	top: 40px;
	left: 14%;
}

.newsTitle h1 {
	position: relative;
	font-family: 'PFBeauSansPro-Black';
	font-size: 72px;
	color: #5b3913;
	text-transform: uppercase;
}

.newsTitle h1::before {
	content: '';
	display: block;
	position: absolute;
	left: calc(-300% - 20px);
	bottom: 10%;
	width: 300%;
	height: 29%;
	background-color: #34C6F4;
}

.newsTitle .news_h1::before {
	content: '';
	display: block;
	position: absolute;
	left: calc(-300% - 20px);
	bottom: 22%;
	width: 300%;
	height: 56%;
	background-color: #34C6F4;
}

.newsTitle h2 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 36px;
	color: #5b3913;
	text-align: right;
	text-transform: uppercase;
}

#news {
	position: absolute;
	width: 1020px;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.docsTitle h2,
.docsTitle h1 {
	font-size: 60px;
	font-family: 'PFBeauSansPro-Black';
}

.arrowDocs {
	top: 110% !important;
}

.docInfo {
	position: absolute;
	left: 44px;
	top: 118%;
	font-family: 'PFBeauSansPro-Light';
	color: #5b3913;
	font-size: 16px;
	width: 400px;
	z-index: 10;
}

.docInfo a {
	text-decoration: underline;
	color: #013761;
}

.docInfo a:hover {
	text-decoration: none;
}

@media (max-height: 850px) {
	.arrowDocs {
		top: 102% !important;
	}

	.docInfo {
		top: 111%;
	}
}

.innerWrap {
	position: absolute;
	width: 1020px;
	max-height: 300px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.innerWrapTour{
    position: absolute;
    width: 1020px;
    max-height: calc(100% - 391px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}
.tour_dop_text{
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	display: flex;
	align-items: center;
}
.tour_dop_icon{
	width:40px;
	margin-left: 10px;
	display: block;
}
.tour_dop_arrow{
	position: absolute;
    height: 100%;
    left: calc(100% + 10px);
    top: 6%;
}
.innerWrapDoc {
	max-height: 390px;
}

.innerWrapDoc h3 {
    font-size: 16px;
	text-align: center;
	height: 30px !important;
	overflow: hidden;
}

.oneDoc {
	text-align: center;
}

.oneDoc img {
	max-height: 360px;
	max-width: 250px;
}


#newsItems {
	width: 1020px;
}

.newsSlideWrap {
	float: left;
	width: 1020px;
}

.newsSlide {
	width: 340px;
	font-family: 'PFBeauSansPro-Light';
	float: left;
	color: #5b3913;
	font-size: 16px;
	cursor: pointer;
}

.newsSlide a {
	color: #5b3913;
}

.newsSlide:hover {
	text-decoration: underline;
}

.newsSlide a h3 {
	font-family: 'PFBeauSansPro-SemiBold';
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 20px;
	/*height: 90px;
	overflow: hidden;*/
	color: #5b3913;
}

.newsSlide p {
	margin: 0 20px;
}

.newsSlide .data {
	color: #a27f59;
	font-size: 14px;
	margin: 40px 20px 14px;
}


#arrow {
	position: absolute;
	width: 100%;
	text-align: center;
}

.arrowNews {
	top: 110%;
}

.arrowFlat {
	bottom: 0;
}

#arrow div {
	display: inline-block;
	margin: 4px;
}

.prewNews,
.nextNews {
	width: 14px;
	height: 25px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.prewNews:hover,
.nextNews:hover {
	opacity: 0.3;
}

.prewNews {
	background: url(../img/arrow_news_l.png) center no-repeat;
}

.nextNews {
	background: url(../img/arrow_news_r.png) center no-repeat;
}

.bullet {
	width: 15px;
	height: 25px;
	background: url(../img/bul.png) center no-repeat;
}

.bullet:hover,
#arrow .active {
	background: url(../img/bul_a.png) center no-repeat;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

#newsFull {
	font-family: 'PFBeauSansPro-Light';
	width: 800px;
	margin: 80px auto;
	font-size: 16px;
}

#newsFull h2 {
	font-family: 'PFBeauSansPro-SemiBold';
	font-size: 26px;
	margin: 20px 0;
	color: #5b3913;
}

#newsFull p {
	margin: 20px 0;
	color: #5b3913;
}

#newsFull .data {
	color: #a27f59;
	font-size: 14px;
	margin: 40px 0 14px;
}

/* Pop Up News */

.popUpNews {
	background: url(../img/bg_news.jpg) center no-repeat;
	position: absolute !important;
  	background-attachment: fixed;
	min-height: 700px;
	z-index: 999;
}

.oneNews {
	/*background: url(../img/bg_news.jpg) center no-repeat;*/
  	/*background-attachment: fixed;*/
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 700px;
	width: 100%;
}




#bingc-phone-button {
  /*display: none !important;*/
}
.bg_mesengers{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: rgba(26, 26, 65, 0.58);
  z-index: 11;
	opacity: 0;
	pointer-events: none;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.open_mesengers .bg_mesengers{
	opacity: 1;
	pointer-events: auto;
}
.mes_btn_wrap{
	position: fixed;
	bottom: 4vh;
	right: 4%;
	z-index: 11;
}
.mes_btn_wrap_call {
  position: absolute;
  top: 50%;
  left: -110%;
  transform: translate(-32%, -50%);
	padding: 10px;
	background: #fff;
	border-radius: 100px;
	font-size: 14px;
  color: #000;
	white-space: nowrap;
  opacity: 0;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.mes_btn_wr:hover .mes_btn_wrap_call {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.open_mesengers .mes_btn_wrap_call {
  opacity: 0 !important;
}
/* .mes_btn_wr_m {
  width: 17vmin !important;
  height: 17vmin !important;
} */
/* .mes_btn_wrap_m {
	position: fixed;
	bottom: 4%;
	right: 5%;
	z-index: 96001;
} */
.mes_btn_wr{
	position: relative;
	width: 90px;
  height: 90px;
  max-width: 20vh;
  max-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.mes_btn_wr:hover{

}
.mes_btn_wr:before{
	content: '';
	position: absolute;
	z-index: -1;
  top: 50%;
  left: 50%;
  transform: scale(0);
  width: 65%;
  height: 65%;
  border-radius: 50%;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
  box-shadow: inset 0 0 0 2px #fff;
}
/* .mes_btn_wrap:hover .mes_btn_wr:before, */
.open_mesengers .mes_btn_wr:before{
  transform: translate(-50%, -50%) scale(1);
}
.mes_btn_wr_bg{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130%;
  height: 130%;
  border-radius: 50%;
  background: #3ec2f4;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.mes_btn_wrap:hover .mes_btn_wr_bg{
	width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.open_mesengers .mes_btn_wr_bg{
	width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: linear-gradient(to right, transparent, transparent);
	opacity: 0;
}
.mes_btn_wr_bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  border: 3px solid #fff;
  border-radius: 100%;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.mes_btn_wrap:hover .mes_btn_wr_bg::before{
  width: 130%;
  height: 130%;
  transition: all 0.9s cubic-bezier(.19,1,.22,1) 0.2s;
}
.open_mesengers .mes_btn_wr_bg::before {
  opacity: 0;
}
.mes_btn_wr_bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mes_btn_wrap:hover .mes_btn_wr_bg::after{
  width: 180%;
  height: 180%;
}
.mes_btn_icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 70%;
    max-height: 70%;
    transform: scale(1);
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
		animation: change_icon 4s infinite;
}
.mes_btn_phone_icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 70%;
    max-height: 70%;
    transform: scale(1);
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    animation: change_icon_tel 4s infinite;
}
@keyframes change_icon_tel {
  0% {opacity: 1; transform: scale(1);}
  45% {opacity: 1; transform: scale(1);}
  50% {opacity: 0; transform: scale(0);}
  95% {opacity: 0; transform: scale(0);}
  100% {opacity: 1; transform: scale(1);}
}
@keyframes change_icon {
  0% {opacity: 0; transform: scale(0);}
  45% {opacity: 0; transform: scale(0);}
  50% {opacity: 1; transform: scale(1);}
  95% {opacity: 1; transform: scale(1);}
  100% {opacity: 0; transform: scale(0);}
}
.open_mesengers .mes_btn_icon,
.open_mesengers .mes_btn_phone_icon{
    display: none;
}
.mes_btn_icon_close{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50px;
  height: 50px;
  opacity:0;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.open_mesengers .mes_btn_icon_close{
	opacity:1;
}
.mes_links_wr{
	z-index: 1;
  position: absolute;
  bottom: 75px;
  bottom: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: all 0.9s cubic-bezier(.19,1,.22,1);

  max-height: 70vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  left: -1.5vmin;
}
.open_mesengers .mes_links_wr{
	opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.mes_link{
position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    width: 56px;
    border-radius: 50%;
    background: none;
    height: auto;
}
.mes_link:last-child{
	margin-bottom: 0;
}
.mes_link:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
}
.mes_link_bin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
.mes_link_icon{
width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
.mes_link_text_wr{
    position: absolute;
    padding-right: 37px;
    right: 50%;
    white-space: nowrap;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.mes_link_text{
    color: #1c2236;
    font-size: 16px;
    background: #fff;
    padding: 0 8px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
    transform: translateX(calc(110% + 37px));
}
.mes_link:hover .mes_link_text{
    transform: translateX(0%);

}
@media screen and (max-width: 1500px) {
  /* .mes_btn_wrap {
    bottom: 15% !important;
  } */
  .mes_links_wr {
    left: 0 !important;
  }
}
@media screen and (max-width: 1500px), (max-height: 800px) {
  .mes_btn_wr {
     width: 70px;
     height: 70px;
   }
  .mes_btn_wr:before {
    width: 85%;
    height: 85%;
  }
   .mes_btn_wrap_call {
     left: -120%;
   }
}
@media screen and (max-width: 1280px), (max-height: 700px) {

	.mes_btn_wr {
		width: 60px;
		height: 60px;
	}
	.mes_btn_wrap_call {
		left: -140%;
	}
	.mes_link {
		width: 40px;
	}
	.mes_btn_icon_close {
		width: 40px;
		height: 40px;
	}
}
/* END MESENGERS */

/* Pop Up Contacts */

.popUpContacts {
	/*background: url(../img/texture_contact.png) center no-repeat;*/
	background-color: rgba(240, 233, 225, 0.8);
	position: absolute !important;
  	background-attachment: fixed;
	min-height: 700px;
	z-index: 999;
}


/* Footer */

footer {
	min-width: 1024px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 104px;
	z-index: 25;
}


#mainMenu {
	font-family: 'PFBeauSansPro-Regular';
	text-align: left;
	z-index: 10;
	width: 100%;
	padding-bottom: 20px;
}

.brown ul {
	background-color: #34c6f4;
}

.grey ul {
	background: url(../img/texture.jpg) center repeat;
}

#mainMenu ul {
	border-radius: 50px;
	margin-left: 24px;
	position: relative;
	/*display: inline-table;*/
	display: inline-block;
}

#mainMenu li {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	list-style: none;
	position: relative;
}

#mainMenu ul li a {
	font-size: 18px;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	padding: 6px 14px;
	line-height: 21px;
}
#mainMenu.brown ul li:hover a.sub-menu-corner:after,
#mainMenu.brown ul li.active a.sub-menu-corner:after,
#mainMenu ul li a.sub-menu-corner:after{
	content:" ";
	display: inline-block;
	width: 11px;
	height:6px;
	background: url('../img/arrow-down.png')no-repeat 0 0;
	position: relative;
	top:-3px;
	left:5px;
}
#mainMenu ul li:hover a.sub-menu-corner:after,
#mainMenu ul li.active a.sub-menu-corner:after,
#mainMenu.brown ul li a.sub-menu-corner:after{
	background-position:0px -7px;
}
#mainMenu ul ul li a {
	text-transform: none;
}

.grey ul li a {
	color: #5b3913;
}

.brown ul li a {
	color: #FFF;
}

.grey ul .active a  {
	background-color: #482b0a;
	border-radius: 50px;
	color: #FFF;
	transition: all 0.2s ease-in-out;
}

.grey ul ul .active a  {
	background-color: #33c6f4 !important;
	border-radius: 50px;
	color: #FFF !important;
	transition: all 0.2s ease-in-out;
}

.grey ul li:hover a {
	border-radius: 50px;
	color: #FFF;
	background-color: #482b0a;
	transition: all 0.2s ease-in-out;
}

.brown ul .active a {
	background-color: #f5f1ec;
    color: #5b3913;
    border-radius: 50px;
}

.brown ul li:hover a {
	border-radius: 50px;
	color: #5b3913;
	background-color: #f5f1ec;
	transition: all 0.2s ease-in-out;
}

/*#mainMenu ul li:hover a:after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	content: "";
	height: 20px;
	width: 100%;
}*/

/*#mainMenu ul li:hover > ul {
	visibility: visible;
	opacity: 1;

}*/
#mainMenu ul ul.clicked {
	visibility: visible;
	opacity: 1;
}

#mainMenu ul ul {
	margin-left: 0px;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	color: #FFF;
	border-radius: 50px;
	text-align: left;
	transition: all 0.2s ease-in-out;
	height: 33px;
}

#mainMenu ul ul li {
}

.grey ul ul li a {
	color: #5b3913 !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

.brown ul ul li a {
	color: #FFF !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

.grey ul ul li:hover a {
	border-radius: 50px !important;
	color: #FFF !important;
	background-color: #33c6f4 !important;
	transition: all 0.2s ease-in-out;
}

.brown ul ul li:hover a {
	border-radius: 50px !important;
   	color: #5b3913 !important;
	background-color: #f5f1ec !important;
	transition: all 0.2s ease-in-out;
}

/* Developer */

#developer a {
	display: block;
	position: absolute;
	width: 37px;
	height: 64px;
	top: -14px;
	right: 0;
	/*background: url(../img/developer_dark.png) center no-repeat;*/
}

/*#developer:hover a {
	background: url(../img/developer_h.png) center no-repeat;
}*/

#developer_light a {
	display: block;
	position: absolute;
	width: 37px;
	height: 64px;
	top: -14px;
	right: 0;
/*	background: url(../img/developer.png) center no-repeat;*/
}

/*
#developer_light:hover a {
	transform: rotateY(-90deg);
	background: url(../img/developer_h.png) center no-repeat;
}*/


/* ===================================================================== */

/*-----Трансформация при ховер эффекте на логотип реалист-диджитал*/
#developer_light .developer {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	height:64px;
	width:37px;
	display: block;
	margin: 20px auto 0;
	z-index: 40888;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);

}

#developer_light .developer span {
	position: relative;
	display: inline-block;
	/*padding: 0 14px;*/
	height:64px;
	width:37px;
	background: url('../img/developer_light.png')no-repeat 0 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#developer_light .developer span::before {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	height:64px;
	width:37px;
	background: url('../img/developer_light.png')no-repeat 0 -64px;
	content: " ";
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#developer_light .developer:hover span,
#developer_light .developer:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

#developer_light .developer:hover span::before,
#developer_light .developer:focus span::before {
	background: url('../img/developer_light.png')no-repeat 0 -64px;
}

/* ---------------------------- */

#developer .developer {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	height:64px;
	width:37px;
	display: block;
	margin: 20px auto 0;
	z-index: 40888;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);

}

#developer .developer span {
	position: relative;
	display: inline-block;
	/*padding: 0 14px;*/
	height:64px;
	width:37px;
	background: url('../img/developer_dark.png')no-repeat 0 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#developer .developer span::before {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	height:64px;
	width:37px;
	opacity: 0;
	background: url('../img/developer_dark.png')no-repeat 0 -64px;
	content: " ";
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#developer .developer:hover span,
#developer .developer:focus span {
	opacity: 1;
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

#developer .developer:hover span::before,
#developer .developer:focus span::before {
	opacity: 1;
	background: url('../img/developer_dark.png')no-repeat 0 -64px;
}

/* ================================================================= */

			/*#dev a {
				display: block;
				position: absolute;
				height:54px;
				width:32px;
				top: -14px;
				right: 0;
			}

			.developer{
				line-height: 44px;
				-webkit-perspective: 1000px;
				-moz-perspective: 1000px;
				perspective: 1000px;
				height:54px;
				width:32px;
				display: block;
				margin: 20px auto 0;
				z-index: 40888;
				-moz-transform:translateZ(0);
				-webkit-transform:translateZ(0);
				transform:translateZ(0);

			}

			.developer span {
				position: relative;
				display: inline-block;
				height:54px;
				width:32px;
				background: url('../img/realist_digital_cube_v.png')no-repeat -32px 0;
				-webkit-transition: -webkit-transform 0.4s, background 0.4s;
				-moz-transition: -moz-transform 0.4s, background 0.4s;
				transition: transform 0.4s, background 0.4;
				-webkit-transform-origin:  50% 50% -32px;
				-moz-transform-origin:  50% 50% -32px;
				transform-origin:  50% 50% -32px;
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}

			 .developer span::before {
				position: absolute;
				top: 0;
				left: 0;
				/*display: block;*/
				/*height:54px;
				width:32px;
				background: url('../img/realist_digital_cube_v.png')no-repeat  0px 0;
				content: " ";
				-webkit-transition: background 0.4s;
				-moz-transition: background 0.4s;
				transition: background 0.4s;
				-webkit-transform: rotateY(90deg);
				-moz-transform: rotateY(90deg);
				transform: rotateY(90deg);
				-webkit-transform-origin: 0 50%;
				-moz-transform-origin: 0 50%;
				transform-origin: 0 50%;
				pointer-events: none;
			}

			.developer:hover span,
			.developer:focus span {
				-webkit-transform: rotateY(90deg));
				-moz-transform: rotateY(90deg);
				transform: rotateY(90deg);
			}

			.developer:hover span::before,
			.developer:focus span::before {
				background: url('../img/realist_digital_cube_v.png')no-repeat 0 -33px;
			}*/

#dev {
	position: fixed;
	right: 0;
	bottom: 0;
}
#dev a {
	display: block;
	position: absolute;
	height:54px;
	width:30px;
	overflow: hidden;
	top: -14px;
	right: 0;
}
a.developer {
	line-height: 2em;
	z-index: 40888;
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	perspective: 100px;
	width:32px;
}

a.developer span {
	position: relative;
	display: inline-block;

	height:54px;
	width:30px;

	background: url('../img/realist_logo_big.png')no-repeat  0px 0;
	background-size:61px 54px;

	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: 50% 50% -16px;
	-moz-transform-origin: 50% 50% -16px;
	transform-origin: 50% 50% -16px;
}

a.developer  span::after{
	position: absolute;
	top: 0;
	left: 100%;
	height:54px;
	width:30px;
	content: "";
	background: url('../img/realist_logo_big.png')no-repeat  -30px 0;
	background-size:61px 54px;

	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
}

 a.developer:hover span,
 a.developer:focus span {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

 a.developer:hover span::after,
 a.developer:focus span::after {
	background: url('../img/realist_logo_big.png')no-repeat -30px 0;
	background-size:61px 54px;
}
/* ===================================================================== */


/* Google Maps */

#showForm {
	position: absolute;
	background: url(../img/bg_cont_but.png) center no-repeat;
	width: 147px;
	height: 147px;
	z-index: 10;
	top: 12%;
	left: 20%;
	cursor: pointer;
	text-align: center;
	display: none;
}

#showForm:hover {
	background: url(../img/bg_cont_but_h.png) center no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

#showForm p {
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	color: #5b3913;
	text-transform: uppercase;
}

#showForm p:first-child {
	margin-top: 50px;
}

#showForm p:last-child {
	font-size: 25px;
}

#contacts {
	position: absolute;
	width: 700px;
	height: 700px;
	background: url(../img/bg_cont.png) center no-repeat;
	background-size: cover;
	z-index: 40;
	top: 4%;
	left: 5%;
	/*display: none;*/
}

.contactsForm {
	position: absolute;
	width: 576px;
	height: 576px;
	background: url(../img/bg_cont.png) center no-repeat;
	background-size: cover;
	z-index: 12;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.contactsForm .title {
	margin-top: 90px;
	font-family: 'PFBeauSansPro-Bold';
	font-size: 45px;
	color: #33c6f4;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contactsForm .title p:last-child {
	font-size: 60px;
}

#sendMassage {
	width: 380px;
	margin: 220px auto 0;
}

#sendMassage p:first-child {
	font-family: 'PFBeauSansPro-Bold';
	font-size: 45px;
	color: #33c6f4;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sendMassage p:last-child {
	font-family: 'PFBeauSansPro-Light';
	font-size: 30px;
	color: #33c6f4;
	text-transform: uppercase;
}

.field {
	padding: 6px 10px;
	margin: 6px;
	width: 250px;
	font-family: 'PFBeauSansPro-Thin';
	font-size: 16px;
	font-style: italic;
	border-radius: 50px;
	color: #F0E9E1;
	border: 1px solid #F0E9E1;
	background-color: #66462A;
	outline: none;
}

.contactsForm textarea {
	border-radius: 14px;
}

/* Placeholder */

::-webkit-input-placeholder {color:#F0E9E1;}
::-moz-placeholder          {color:#F0E9E1;}/* Firefox 19+ */
:-moz-placeholder           {color:#F0E9E1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#F0E9E1;}

.field::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.field::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.field:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.field:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.field:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.field:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.field:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.field:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.send {
	font-size: 16px;
	color: #5b3913;
	cursor: pointer;
	background-color: #33c6f4;
	padding: 8px 30px;
	width: 30%;
	border-radius: 50px;
	border: none;
	margin: 20px auto;
}

.send:hover {
	background-color: #33c6f4;
}

#sendMassage {
	display: none;
}

#closeCont,
#closeContPopUp  {
	position: absolute;
	width: 67px;
	height: 67px;
	background: url(../img/closeCont.png) center no-repeat;
	top: -22px;
	left: 50%;
	margin-left: -33px;
	cursor: pointer;
}

#closeCont:hover,
#closeContPopUp:hover  {
	background: url(../img/closeCont_h.png) center no-repeat;
	transition: all 0.2s ease-in-out;
}

.contactText {
	text-align: center;
	margin-top: 90px;
}

.contactText h2 {
	font-family: 'PFBeauSansPro-Bold';
	font-size: 60px;
	color: #33c6f4;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contactText h3{
	color: #33c6f4;
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	text-transform: uppercase;
	font-weight:400;
}
.contactText p, .contactText table {
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	color: #F0E9E1;
	margin: 5px;
}
.contactText table a{
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	color: #F0E9E1;
}
.contactText table{
	width:455px;
	margin:6px auto 21px;
}
.contactText table td:first-child{
	text-align: left;
}
.contactText table td:last-child{
	text-align: right;
}
.contactText .timeTable table{
	width:200px;
}

#callBack p {
	color: #5b3913;
	cursor: pointer;
	background-color: #33c6f4;
	padding: 8px 30px;
	width: 30%;
	border-radius: 50px;
	margin: auto;
}

#callBack p:hover {
	background-color: #33c6f4;
}

#mapContact {
	width: 100%;
	height: 100%;
}

.availableHouses {
	position: absolute !important;
	background: url(../img/texture.jpg) center repeat;
	background-size: initial !important;
	/*opacity: 0;*/
}

.planHouses {
	height: 100%;
	/*max-height: 965px;*/
	/*min-width: 631px;*/
	/*max-width: 870px;*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.goToRoom {
	position: absolute;
	background: url(../img/back_room.png) center no-repeat;
	width: 147px;
	height: 147px;
	z-index: 10;
	bottom: 100px;
	left: 10%;
	cursor: pointer;
	text-align: center;
	z-index: 20;
}

.goToRoom:hover {
	background: url(../img/back_room_h.png) center no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

.goToRoom p {
	font-family: 'PFBeauSansPro-Light';
	font-size: 22px;
	color: #5b3913;
	text-transform: uppercase;
}

.goToRoom p:first-child {
	margin-top: 68px;
	font-family: 'PFBeauSansPro-Bold';
	font-size: 22px;
}

/* location */

#showAero {
	position: absolute;
	background: url(../img/bg_aero.png) center no-repeat;
	width: 147px;
	height: 147px;
	z-index: 10;
	top: 50%;
	left: 6%;
	cursor: pointer;
	text-align: center;
	display: none;
}

#showAero:hover {
	background: url(../img/bg_aero_h.png) center no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

#showAero p {
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	color: #5b3913;
	text-transform: uppercase;
}

#showAero p:first-child {
	margin-top: 76px;
}

#showPlan {
	position: relative;
	width: 86%;
	height: 100%;
	min-width: 1024px;
	margin: auto;
	display: none;
}

#popUp.popUpPlan {
	position: absolute ;
	background: url(../img/texture.jpg) center repeat;
	background-size: initial;
	overflow: initial;
}

.planTurn {
	height: 100%;
/*	max-height: 965px;*/
	position: absolute;
	top: 0;
	right: 100px;
}

.goToMap {
	position: absolute;
	background: url(../img/bg_goToBack.png) center no-repeat;
	width: 147px;
	height: 147px;
	z-index: 10;
	bottom: 120px;
	left: 420px;
	cursor: pointer;
	text-align: center;
	z-index: 20;
}

.goToMap:hover {
	background: url(../img/bg_goToBack_h.png) center no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}

.goToMap p {
	font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	color: #5b3913;
	text-transform: uppercase;
}

.goToMap p:first-child {
	margin-top: 64px;
}

.goToMap p:last-child {
	font-family: 'PFBeauSansPro-Bold';
	font-size: 24px;
}

.planInfo {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 350px;
	text-align: center;
	z-index: 10;
}

.compas {
	position: absolute;
	bottom: 110px;
	right: 100px;
}

.planInfo h2 {
	font-family: 'PFBeauSansPro-Bold';
	font-size: 60px;
	color: #5b3913;
	text-transform: uppercase;
}

#logoPlan a {
	display: block;
	width: 100%;
	height: 135px;
	background: url(../img/logo_sm.png) top no-repeat;
	margin-bottom: 50px;
}

.planInfo table {
	font-family: 'PFBeauSansPro-Regular';
	text-transform: uppercase;
	color: #5b3913;
	font-size: 16px;
	text-align: left;
	margin: 20px auto;
}

.planInfo table tr td:first-child {
	padding: 5px;
}

#showPopUpAreo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.goToMapAreo {
	top: 50% !important;
  	left: 6% !important;
}

.kvartal {
    font-family: 'PFBeauSansPro-Light';
	font-size: 18px;
	text-transform: uppercase;
	color: #5b3913;
	position: absolute;
	width: 97px;
	height: 97px;
	text-align: center;
	line-height: 97px;
	background: url(../img/bg_kvartal.png) center no-repeat;
	background-size: contain;
}

.kvartal:hover {
	/*background: url(../img/bg_kvartal_h.png) center no-repeat;*/
}

#chooseAppartment {
	display: none;
}

.availability {
	position: absolute;
	top: 100px;
	right: 25px;
	text-align: right;
	font-family: 'PFBeauSansPro-Regular', sans-serif;
	font-size: 30px;
}
.sold-out {
	position: relative;
	/*color: #f00;*/
	color: #5b3913;
	margin: 25px 0;
}
.sold-out::before {
	content: '';
	width: 4rem;
	height: 2rem;
	position: absolute;
	left: -3rem;
	background-image: url(../img/house_red.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.on-sale {
	position: relative;
	color: #33c6f4;
}
.on-sale::before {
	content: '';
	position: absolute;
	left: -5rem;
	width: 4rem;
	height: 2rem;
	background-image: url(../img/house_blue.png);
	-webkit-background-size: cover;
	background-size: cover;
}

#chooseAppartment .housesTitle {
	top: 10%;
	left: 10%;
}

#chooseAppartment .housesTitle h2 {
	font-size: 46px;
}

#chooseAppartment .housesTitle h3 {
	font-size: 44px;
}

#save p {
	position: absolute;
	top: 30%;
	left: 10%;
	font-family: 'PFBeauSansPro-Regular';
	background-color: #33c6f4;
	padding: 7px 12px;
	text-transform: uppercase;
	color: #5b3913;
	font-size: 16px;
	border-radius: 50px;
	cursor: pointer;
	z-index: 10;
}

#save p:hover {
	background-color: #33c6f4;
}

.housesTitle {
	position: absolute;
	top: 10%;
	left: 2%;
	z-index: 10;
}

.housesTitle h2 {
	font-family: 'PFBeauSansPro-Black';
	font-size: 36px;
	color: #5b3913;
	text-transform: uppercase;
}

.housesTitle h3 {
	font-family: 'PFBeauSansPro-Thin';
	font-size: 36px;
	color: #5b3913;
	text-transform: uppercase;
}

#svgHouses, #raphael {
	height: 100%;
	/*max-height: 965px;*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

/* Media Size */

@media (max-width: 1400px) {
	.galTitle h1,
	.newsTitle h1,
	.docsTitle h2,
	.docsTitle h1,
	.flatTitle h2 {
		font-size: 50px;
	}
	.innerWrapTour {
    	max-height: calc(100% - 317px);
	}
	.galTitle h3{
		font-size: 18px;
		max-width: 814px;
	}

	.mainCircle {
		width: 700px;
		height: 700px;
		top: 0px;
		right: 0px;
		font-size: 50px;
	}

	.mainCircle h2 {
	  /*font-size: 65px;*/
	  margin-top: 48%;
	}

	.mainCircle h3 {
		font-size: 50px;
	}
}


@media (max-width: 1400px) {
	.content h1 {
		font-size: 55px;
	}

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

	.content .text {
		font-size: 16px;
	}

	.content .text p {
		margin: 16px 0;
	}
}

@media (max-width: 1200px) {
	.wrap {
		background-position: -46px;
	}
	#bg-img-desktop.wrap{
		background-position: 0px;
	}

	.mainCircle {
		width: 550px;
		height: 550px;
		top: 0px;
		right: 0px;
		font-size: 40px;
	}

	.mainCircle h2 {
	  font-size: 40px;
	  margin-top: 48%;
	}

	.mainCircle h3 {
		font-size: 40px;
	}

	.phone p {
		font-size: 22px;
	}

	.phone span {
		font-size: 14px;
	}

	#mainMenu ul li a {
		font-size: 16px;
		font-size: 13px;
	}

	#backToFilter, #backToFilterBizness {
		width: 130px;
		height: 130px;
		left: 15%;
	}

	#backToFilter p:first-child {
		margin-top: 38px;
	}

	#backToFilter p:last-child {
		font-size: 26px;
	}

	#logoSmall a {
		right: 246px;
		width:100px;
		height:97px;
		background-size:contain;
	}
	.biz_floor_tittle{
	    font-size: 25px!important;
	}
	.biz_floor_plan{
	    font-size: 11px!important;
	}
	.biz_floor_links{
	    bottom: 7%;
	}
	.biz_floor_wr{
	    top: 3%!important;
	}
	.galTitle h3{
		font-size: 16px;
		padding: 0;
		max-width: 621px;
	}


	#room,
	#news,
	#contacts,
	.filter,
	.content,
	.kvartal {
		transform: scale(0.9);
	}

	#room,
	.bgRoomCircle {
		transform: scale(0.8);
	}

	.visualSlide p {
		width: 180px;
		height: 180px;
	}

	.housesTitle h2,
	.housesTitle h3 {
		font-size: 32px;
	}

}

@media (max-width: 1100px) {
	.wrap {
		background-position: -76px;
	}

	.availability {
		font-size: 20px;
	}
	.housesTitle h2,
	.housesTitle h3 {
		font-size: 28px;
	}
	#chooseFlat{
		width:1015px;
	}
}

@media (min-width: 1400px) {

	#animCircle {
		max-width: 600px;
		max-height: 600px;
	}
}

@media (min-width: 1500px) {
	#animCircle {
		max-width: 700px;
		max-height: 700px;
	}
}

.map-marker, .map-marker.orleft {
    position: relative;
}
.map-marker .marker_m, .map-marker.orleft .marker_m_left {
    cursor: pointer;
    height: 47px;
    position: absolute;
    width: 47px;
    margin-top: -43px;
	margin-left: -41px;
}
.map-marker.orleft .marker_m_left{
	margin-left: 0px;
}
.map-marker.show .content, .map-marker.orleft.show .content{
    display: block;
    opacity: 1;
    left: -295px;
    transform: scale(1);
    transition: opacity 0.2s ease 0s, left 0.3s ease 0s, transform 0.1s ease 0s;
}
.map-marker.orleft.show .content{
	left: -255px;
}
.map-marker .content , .map-marker.orleft .content {
    background:#33c6f4;
    border-radius: 10px;
    width: 210px;
    left: -340px;
    top: -47px;
    opacity: 0;
    position: absolute;
    transform: scale(0.05);
    transition: opacity 0.2s ease 0s, left 0.3s ease 0s, transform 0.1s ease 0s;
    z-index: 1;
    color: #5b3913;
    font-size:16px;
    padding:15px;
    min-height: 20px;
}
.map-marker .content .strelka, .map-marker.orleft .content .strelka{
	position: absolute;
	z-index: 2;
	top:14px;
	right:-12px;
	width: 0;
    height: 0px;
    border-top: 12px solid transparent;
    border-left: 12px solid #33c6f4;
    border-bottom: 12px solid transparent;
}
/*.map-marker .content .strelka, .map-marker.orleft .content .strelka{
	top:50%;
	margin-top:-12px;
}*/
.map-marker .content .m_head, .map-marker.orleft .content .m_head{
	color:#5b3913;
	text-transform: uppercase;
}
.map-marker .content .line1, .map-marker.orleft .content .line1{
	background:#5b3913;
	height:2px;
	/*width:210px;*/
	margin:12px 0px 9px 0px;
}

a.message-list{
	color:#fff;
}
a.message-list:hover{
	text-decoration:underline;
}
.popup-line-click{
	width:100%;
	margin:0 auto;
	background: url('../img/texture.jpg')repeat;

	position: absolute;
	bottom: 0;
	z-index:1000;
}
.popup-line-click a#popup-footer{
	color:#5b3913;
	display: block;
	font-size:16px;
	padding: 3px 0;
	text-align: center;
	transition:padding 1s ease-in-out;
}
.popup-line-click a#popup-footer.open{
	padding:30px 0;
}
.popup-line-click a#popup-footer:before,
.popup-line-click a#popup-footer:after{
	content: " ";
	display: inline-block;
	width:11px;
	height:6px;
	position: relative;
	bottom:2px;
	left:20px;
	background:url('../img/arrow-down.png')no-repeat 0 -14px;
}
.popup-line-click a#popup-footer.open:before,
.popup-line-click a#popup-footer.open:after{
	background:url('../img/arrow-down.png')no-repeat 0 0px;
}
.popup-line-click a#popup-footer:before{
	left:-20px;
}
.popup-line-click a#popup-footer:hover{
	text-decoration: underline;
}
.popup-cont{
	display: none;
	font-size:14px;
	color: #5b3913;
	font-family: 'PFBeauSansPro-Regular';
}
.wrapper{
	width: 1025px;
	margin:0px auto;
}
.popup-cont p{

	margin-bottom: 15px;
}
.popup-cont h1{
	margin-bottom: 15px;
    font-weight: 400;
    font-size: inherit;
}
.popup-cont-light{
	text-transform: uppercase;
	text-align: center;
	font-family: 'PFBeauSansPro-Light';
}
.popup-cont-italic{
	text-transform: uppercase;
	text-align: center;
	font-family: 'PFBeauSansPro-Italic';
}
.popup-cont-column ul.ul-margin li{
	margin-bottom: 15px;
}

.popup-cont-column ul li{
	/*margin-bottom: 15px;*/
	position: relative;
	padding-left:15px;
}
.popup-cont-column ul li:before{
	content:"";
	display: block;
	background:#5b3913;
	width:7px;
	height:7px;
	border-radius:50%;
	position: absolute;
	top:6px;
	left:0;
}
.footer-popup{
	/*height:130px;*/
	background: #3f2207;
	padding:25px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#381d04+0,4d2d0d+100 */
	background: rgb(56,29,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,29,4,1) 0%, rgba(77,45,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,29,4,1)), color-stop(100%,rgba(77,45,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,29,4,1) 0%,rgba(77,45,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,29,4,1) 0%,rgba(77,45,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,29,4,1) 0%,rgba(77,45,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,29,4,1) 0%,rgba(77,45,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381d04', endColorstr='#4d2d0d',GradientType=0 ); /* IE6-9 */
}
.column-1{
	float: right;
	width:215px;
	margin-left:20px;
}
.column-1 span{
	display: block;
}
a.footer-mail{
	display: inline-block;
	color:#fff;
	margin-left:10px;
}
a.footer-mail:hover{
	text-decoration: underline;
}
.mainMenuBottom{
	float:left;
	width:500px;
	height:138px;
	text-align:justify; /*выравнивание текста внутри колонок*/
	column-count: 3; /*количество колонок, на которое хотим разбить текст*/
	-moz-column-count: 3; /*для мозилы*/
	-webkit-column-count: 3; /*для webkit браузеров*/
	column-gap: 20px; /*отступ между колонками*/
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}
.mainMenuBottom ul{
	list-style:none;
}
.mainMenuBottom > ul > li{
	margin-bottom:6px;
}
.mainMenuBottom ul li a:hover{
	text-decoration: underline;
}
.mainMenuBottom > ul > li > a{
	color:#33c6f4;
	font-size:16px;
}
.mainMenuBottom .subMenu > li{
	margin:0;
}
.mainMenuBottom .subMenu > li > a{
	color:#fff;
}
.select_mar_inf{
	position: absolute;
	top:30%;
	right:20px;
	z-index: 10;
	width:200px;
}
.sel_mar_inf{
	background:#ff8700;
	border-radius: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size:14px;
	font-family: 'PFBeauSansPro-Regular';
	padding:10px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	z-index: 12;
	position: relative;
}
.sel_mar_inf:hover{
	background:#f9a241;
}
.sel_mar_inf a{
	color:#ffffff;
}
.list_mar_inf_hidden{
	overflow: hidden;
	height:0px;
	margin:-20px 0px 30px 0px;
}
.list_mar_inf{
	background:url('../img/list_mar_inf.png');
	padding:20px 0 10px 0;
	z-index: 11;
	position: relative;
}
.list_mar_inf a{
	display: block;
	color:#7d4e19;
	text-decoration: none;
	font-family: 'PFBeauSansPro-Regular';
	font-size: 16px;
	padding:3px 0px 3px 30px;
}
.list_mar_inf a:hover, .list_mar_inf a.here{
	background:url('../img/galka.png') no-repeat 15px 8px;
	color:#ffffff;
}
.result_info{
	display:inline-block;
	background: url('../img/no_result_flat.png')no-repeat center top;
	width:720px;
	padding:140px 0 0;
}
.slideRoom#result_info{
	/*width:auto;
	min-width:224px;
	width: 350px;
	width: 600px;*/
	height: auto;
	max-height:200px;
	cursor: default;
	position: absolute;
	top: 0;
	left:0;
	background-color: transparent;
	text-align:center;
	/*bottom:0;
	right:0;
	margin:auto;
	*/
}
.socials_wr{
	position: absolute;
	right: 27px;
	top: 13px;
	display: flex;
	
}
.phone-main .facebook,
.facebook,
.telegram,
.instagram{
	/*display: none!important;*/
	/*background: url('../img/Facebook-Icon.png')no-repeat center center;*/
	/*background: url('../img/Facebook+Logo.png')no-repeat center center;*/
    width: 37px;
    height: 37px;
    margin-left: 2px;
    /*top: 175px;*/
    overflow: hidden;
    position: relative;
    /*bottom: -77px;*/
	
    padding: 0;
    background-color: #34C6F4;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 5;
}
.phone-main .facebook:after,
.facebook:after{
	content: '';
	position: absolute;
	background: url('../img/Facebook+Logo.png')no-repeat center center;
    width: 37px;
    height: 37px;
    background-size: cover;
      -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.phone-main .facebook:hover:after,
.facebook:hover:after{
    transform: rotate(360deg);

}



.phone-main .telegram:after,
.telegram:after{
	content: '';
	position: absolute;
	background: url('../img/telegram.svg')no-repeat center center;
    width: 37px;
    height: 37px;
    background-size: cover;
      -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width:75%;
    height: 75%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.phone-main .telegram:hover:after,
.telegram:hover:after{
    transform: rotate(360deg);

}

.phone-main .instagram:after,
.instagram:after{
	content: '';
	position: absolute;
	background: url('../img/instagram.svg')no-repeat center center;
    width: 37px;
    height: 37px;
    background-size: cover;
      -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width:75%;
    height: 75%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.phone-main .instagram:hover:after,
.instagram:hover:after{
    transform: rotate(360deg);

}
/*@media (max-width: 1200px){
	.phone-main .facebook{
	    width: 35px;
    	height: 35px;
	}
}*/
.phone_callback{
	background-color:#33ccf9;
	background-image:url("../img/phone_callback.png");
	background-repeat: no-repeat;
	background-position:7px 5px;
	border-radius: 10px;
	font-family: "PFBeauSansPro-Thin";
	position: absolute;
	right: 26px;
	top: 180px;
	z-index: 10;
	color:#5b3913;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 18px 7px 43px;
	display: block;
	text-decoration: none;
}
.phone_callback:hover{
	color: #5b3913;
	background-color: #f5f1ec;
	transition: all 0.2s ease-in-out;
}
.phone_callback_nomber{
	background:url("../img/texture.jpg") repeat center center;
	position: absolute;
	right:0px;
	top:180px;
	z-index: 100;
	padding:22px 20px 22px 15px;
	color:#5b3913;
	font-size: 16px;
	border-radius: 10px 0 0 10px;
	text-align: center;
	display: none;
	opacity: 0;
}
.call_close{
	background:url('../img/call_close.png') no-repeat 0 0;
	display: block;
	position: absolute;
	width:24px;
	height:24px;
	top:-10px;
	left:-10px;
}
.phone_fon{
	color:#5b3913;
	border:1px solid #5b3913;
	border-radius: 5px;
	padding:3px 5px 5px;
	margin:16px 0px 16px 0px;
}
.weight_call{
	background-color:#33ccf9;
	border-radius: 10px;
	font-family: 'PFBeauSansPro-Regular';
	color:#5b3913;
	font-size: 16px;
	padding: 8px 18px 7px 18px;
	display: block;
	text-decoration: none;
	text-align: center;
	border:1px solid transparent;
	margin:0px 0px 10px 0px;
}
.weight_call:hover{
	color: #5b3913;
	background-color: #f5f1ec;
	transition: all 0.2s ease-in-out;
	border:1px solid #33ccf9;
}
.phone_2dig, .phone_3dig{
	/*width:18px;*/
	border-color:#5b3913;
	border-style: solid;
	background:none;
	border-width: 0 0 0px;
	color: #5b3913;
	font-size: 16px;
}
.phone_3dig{
	width:27px;
}


/* VIDEO SLIDER */

body {
    /*background: #eee;*/
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*color:#000;*/
    margin: 0;
    padding: 0;
}
.slider_video .swiper-container {
    width: 1150px;
    left: -15px;
    /*width: 60vw;*/
    /*height: 30%;*/
    /*height: 390px;*/
    /*top: 50%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);*/
}
.slider_video .swiper-slide {
    text-align: center;
    font-size: 18px;
	width: 293px;
    overflow: hidden;

    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.wrapp_video_slide{
    border-radius: 50%;
    background: #000;
	overflow: hidden;
	width: 100%;
	height: 350px;
    margin-bottom: 20px;
    /*transition: 1s;*/
    position: relative;
    z-index: 5;
}

.none_radius{
	border-radius: 0;
    transition: 0.3s;
    height: 500px;
    transition: 1s;
    /*position: absolute;*/
    /*width: 60vw;*/
}

.slider_video{
	position: relative;
	top: calc(50% + 20px);
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	overflow: hidden;
}

.video_title{
	width: 100%;
	max-height: 43px;
	overflow: hidden;
}

.swiper-slide iframe{
	width: 100%;
	height: 100%;
}

.prototype_iframe{
    width: 100%;
    height: 100%;
    margin-top: -100%;
    z-index: 4;
    position: relative;
    cursor: pointer;
}

.swiper-button-disabled{
	opacity: 0;
}

.popup_youtube_wrapp{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 101;
    display: none;
}

.fix_fullscreen{
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.popup_youtube_wrapp iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}

.close_video{
    width: 67px;
    height: 67px;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url(../img/close.png) center no-repeat;
    cursor: pointer;
}

/*.img_flats_wrap{
	height: 965px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*left: 205px;*
    bottom: 0;
    margin: auto;
    width: 870px;
}
#svgHouses{
	/*left: 205px!important;*
}
.img_flats_wrap img{
	width:100%;
	height: 100%;
}

.raphael{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}*/

/*.img_houses_test{
	    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}*/

.preloader-main {
    background-color: #f0ece3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}
.preloader-cont {
    width: 113px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.preloader-main img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 28px 10px 28px 28px;
    border-radius: 10px;
}
#preloader-svg, #preloader-svg-inner {
    position: absolute;
    top: -26px;
    left: -14px;
    width: 113px;
}

@media(max-height: 700px){
	.wrapp_video_slide{
		height: 280px;
	}
}
@media(max-height: 857px){
	.otherInfo {
		transform: scale(0.7);
	}
	.alians .bigNum {

    	font-size: 37px;
    }
    .alians {

    	font-size: 14px;
    }
}
.scroll_content{
    height: 49vh;
	width: 81%;
    overflow: hidden;
}
.mCSB_scrollTools .mCSB_dragger{
    border-radius: 50%;
	background: #5b3913;
}

.bizness_wr{
	position: relative;
	width:100%;
	height: 100%;
	    position: absolute !important;
    background: url(../img/texture.jpg) center repeat;
    background-size: initial !important;
}
#svgBizness{
    height: 100%;
    /* max-height: 965px; */
    position: absolute!important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.raphael_bizness{
	height: 100%;
	width: 100%;
    position: relative;
    overflow: hidden;
        display: flex;
    justify-content: center;
    background: url(../img/texture.jpg) center repeat;
    background-size: initial !important;
}
.img_bizness_wr{
	height: 100%;
    width: auto;
	/* min-height: 400px; */
	    position: relative;

}
.choose_buizness_wr{
	position: relative;
    height: 100%;
}
.compas_buizness{
        position: absolute;
    bottom: 10%;
    right: 6%;
    width: 10.9vmin;
    min-width: 40px;
}

.bizness_wr #svgHouses{
	position: absolute!important;
}

.marker_biz_wr{
	position: absolute;
	transform: translate(-50%, -10px);
	background: #5b3913;
	padding: 0px 4px;
    border-radius: 15px;
    opacity:0;
	z-index: -1;
}
.marker_biz_wr:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	    border: 10px solid transparent;
    border-top: 10px solid #5b3913;
}


.marker_biz_lvl{
	color:#5b3913;
	font-size: 16px;
	background: white;
	transition: all 0.2s ease-out;
	    border-radius: 17px;
    padding: 3px 9px;
    margin: 4px 0;
    display:block;

}
.marker_biz_lvl:hover{
	color:white;
	background: #33c6f4;
}
.planHouses_biz{
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.raphael_biz{
	    display: flex;
    justify-content: center;
}
.bizness_wr #svgHouses {
	margin:0!important;
}
.show_marker_biz{
	opacity:1;
	z-index: 1;
}
#backToFilterBizness{
    position: absolute;
    background: url(../img/bg_cont_but.png) center no-repeat;
    background-size: contain;
    width: 147px;
    height: 147px;
    z-index: 16;
    top: 2%;
    left: 3%;
    cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#backToFilterBizness p {
    font-size: 17px;
    color: #5b3913;
    text-transform: uppercase;
}
#backToFilterBizness p:first-child {
    font-family: 'PFBeauSansPro-Light';
}
#backToFilterBizness p:last-child {
}
#bizness_floor{
	position: absolute;
    max-width: 75%;
    max-height: 65%;
    top: 1%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: flex;
}
.biz_floor_left{
    width: 100%;
	position: relative;
	min-width: 480px;
	min-width: 680px;
}
.biz_floor_right{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 36%;
	margin-top: 8%;
}
.bizbess_floor_img{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.compas_biz_floor{
    width: 5.4vw;
    max-width: 103px;
    min-width: 50px;
}
.biz_floor_plan{
    border-radius: 30px;
    font-family: 'PFBeauSansPro-Regular';
    font-size: 16px;
    color: #5b3913;
    padding: 6px 20px 6px 32px;
    background: url(../img/arrow_download.png) 11px center no-repeat;
    background-color: #33c6f4;
}

.biz_floor_wr{
	color: #5b3913;
    position: absolute;
    left: 18%;
    top: 8%;
}
.biz_floor_tittle{
	font-size: 42px;
	text-transform: uppercase;
	    margin-bottom: 10px;
	font-family: 'PFBeauSansPro-Bold';
}
.biz_floor_info{
	display:flex;
}
.biz_floor_bl{
	border-right: 2px solid #5b3913;
	    text-align: center;
    padding: 0 15px;
}
.biz_floor_bl:last-child{
	border:none;
}
.biz_floor_p{
	font-size: 18px;
	font-family: 'PFBeauSansPro-Thin';
}
.biz_floor_n{
	font-family: 'PFBeauSansPro-Bold';
	font-size: 23px;
}

.biz_floor_links{
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14%;
    width: 162px;
    justify-content: space-between;
    z-index: 10;
}
.biz_floor_link{
    color: white;
    background: #5b3913;
    width: 70px;
    height: 70px;
    transition: all 0.2s ease-out;
    border-radius: 50%;
	text-align: center;
    display: block;
	box-shadow: inset 0 0 0px 3px transparent;
}
.biz_floor_link_number{
	font-family: 'PFBeauSansPro-Bold';
	font-size: 23px;
	    padding-top: 7px;
}
.biz_floor_link_text{
	font-family: 'PFBeauSansPro-Thin';
	font-size: 16px;
}
.biz_floor_link_active{
	color:#5b3913;
	background:#33c6f4;
	pointer-events:none;
}
.biz_floor_link:hover{
    box-shadow: inset 0 0 0px 3px #33c6f4;
    color:#5b3913;
    background:transparent;
}
.bizbess_floor_rafael{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.bizness_marker{
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -40px);
    display: flex;
    border-radius: 15px;
    padding: 3px;
    align-items: center;
    background: #33c6f4;
}
.bizness_marker:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #33c6f4;
}
.bizness_marker_left{
	color:#653606;
	background: white;
	border-radius: 50%;
	padding: 0 5px;
    padding: 3px;
}
.bizness_marker_right{
	color:white;
	padding: 0 4px;
	white-space: nowrap;
}
.bizness_marker_right sup{
	font-size: 10px;
}
.bizness_marker_sold{
	position: absolute;
	background: white;
	font-size: 14px;
	color:#5b3913;
	text-transform: uppercase;
	border-radius: 10px;
    padding: 2px 9px;
    transform: translate(-26%, -50%);
}
.new_btn{
	font-family: 'PFBeauSansPro-Regular';
    color: #5b3913;
    cursor: pointer;
    background-color: #33c6f4;
    padding: 8px 20px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
}
.new_btn:hover{

}
.h1_wrap{
	display:flex;
	align-items: center;
	padding-right: 26px;
	justify-content: space-between;
}
.go_to_next{
	display:flex;
	background-color: #f5f1ec;
    border-radius: 10px;
    color: #5b3913;
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px 18px 7px 18px;
    align-items: center;
    transition: all 0.2s ease-in-out;
        position: relative;
    overflow: hidden;
}
.go_to_next:hover {
    color: #f5f1ec;
    background-color: #5b3913;
}
.go_to_next span:first-child{
	position: relative;
	z-index: 1;
}
.go_to_next_arr{
	width: 10px;
    height: 18px;
    margin-left: 8px;
    background: url(/public/img/arrow_news_r.png) center no-repeat;
    background-size: cover;
}
.go_to_next:hover .go_to_next_arr {
	background-image: url(/public/img/arrow_news_r_new.png);
}
.ink {
    display:block;
    height: 222px;
    width: 222px;
    top: -54px;
    left: 106px;
    position:absolute!important;
    background:rgba(255,255,255,0.5);
    border-radius:100%;
    opacity: .9;
    transform:scale(0);
}
.animate_ink {
    animation: ripple 3s linear infinite;
}
@keyframes ripple {
    50%{opacity:0;transform:scale(2.5)}
    100%{opacity:0;transform:scale(2.5)}
}
.ink1{
    left: 0px;
    top: 50px;
}
.ink2{
    left: -100px;
    top: -30px;
}
.ink3{
    left: 21px;
    top: -37px;
}
.ink4{
    left: -16px;
    top: 66px;
}
.ink5{
    left: 0px;
    top: -150px;
}
@media screen and (max-width: 820px) {
	.participants {
		height: auto;
		background-size: 100%;
		background-repeat: repeat-y;
	}
	.participants .back {
		top: 5vmin;
		right: 5vmin;
	}
	.participants_wrap {
	    display: block;
	    margin: 0 0 4vmin;
	}
	.participants_side_logo_lk {
	    display: block;
	    margin: 10vmin auto 0;
	    width: 40vmin;
	}
	.participants_txt {
	    font-size: 5vmin;
	}
	.participants_txt h2 {
	    font: 6vmin/1.4 'PFBeauSansPro-Bold', sans-serif;
	}
	.participants_lk_txt {
	    font-size: 5vmin;
	}
	.participants_other {
	    margin: 0 0 5vmin;
	}
	.participants_sl_lk {
	    display: inline-block;
	    width: 49%;
	    margin-bottom: 10vmin;
	}
	.participants_logo {
	    width: 60%;
	}
	.participants_prev_sl,
	.participants_next_sl {
	    width: 10vmin;
	    height: 10vmin;
	    border: .2rem solid #ffc018;
	    border-radius: 50%;
	    background-image: url(../img/sl_arrow_prev.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: inherit;
	    background-size: inherit;
	    position: absolute;
	    top: 35%;
	    cursor: pointer;
	    z-index: 1;
	}
	.participants_prev_sl:hover,
	.participants_next_sl:hover {
	    border-color: #eeae03;
	}
	.participants_prev_sl {
	    left: 5vmin;
	}
	.participants_next_sl {
	    right: 5vmin;
	    transform: scale(-1);
	}
}
@media screen and (max-width:767px) {
	.raphael_bizness .compas {
		top: 555px;
		bottom: auto;
		right: auto;
		left: 15px;
	}
	.img_bizness_wr {
		width: 100%;
	}
	.planHouses_biz {
		height: auto;
		width: 100%;
	}
	.marker_biz_lvl {
		font-size: 10px;
	}
}
#bizness_floor #svgHouses {
	margin: 0 !important;
}
.footer_seo {
	position: absolute;
	bottom: 20px;
	left: 37px;
	color: #482b0a;
}
.footer_seo_link {
	color: #482b0a;
	text-decoration: underline;
}
.pop_up_seo {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: .7s ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}
.pop_up_seo.active_pop_up,
.flats_pop-up_wr.active_pop_up {
	visibility: visible;
	opacity: 1;
}
.pop_up_seo_block {
	padding: 40px 40px 30px;
	border-radius: 25px;
	background: url(../img/texture.jpg) center repeat;
	color: #482b0a;
	position: relative;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
}
.pop_up_seo_block h1 {
	padding-bottom: 15px;
}
.pop_up_seo_block div {
	padding-bottom: 10px;
}
.pop_up_seo_block h2 {
	padding-bottom: 10px;
}
.pop_up_seo_block div a {
	color: #482b0a;
	text-decoration: underline;
}
.close_pop_up {
	width: 37px;
    height: 37px;
    position: absolute;
    top: 25px;
    right: 25px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	padding: 0 !important;
}
.expl_srcoll{
	height: 19vh;
    overflow: hidden;
}
.one_new_tittle{
	position: relative;
    font-family: 'PFBeauSansPro-SemiBold';
    font-size: 26px;
    margin: 20px 0;
    color: #5b3913;
}
.btn_subcr_news {
    position: absolute;
    top: 18%;
    right: 3%;
    color: #5b3913;
    z-index: 2;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 14px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5rem;
    transition: background-color .9s cubic-bezier(.19,1,.22,1);
    background-color: #34C6F4;
    line-height: 50px;
    cursor: pointer;
}
.btn_subcr_news:hover{
    background-color: #109bc7;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
	fill:#B30838!important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill:#E10B47!important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip{
	background:#E10B47!important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #E10B47 !important;
}
body #bingc-passive div.bingc-passive-overlay{
    background: rgb(179 8 56 / 98%)!important;	
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button{
	background: #000!important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
    background: rgba(0, 0, 0, 0.55)!important;
}
@media screen and (max-width:770px) {
	.sold-out {
		margin: 10px 0;
	}
	.on-sale::before {
		left: -4rem;
	}
}
