@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes rotate-r {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(-360deg);}
}
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@keyframes rotate-r {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
.rotate_ani {
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}
.rotate-r_ani {
	-webkit-animation: rotate-r 1s linear infinite;
	animation: rotate-r 1s linear infinite;
}
.rotate_1s {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.rotate_2s {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.rotate_3s {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.rotate_4s {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
.rotate_5s {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.rotate_6s {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}
.rotate_7s {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}
.rotate_8s {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}
.rotate_9s {
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
}
.rotate_10s {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}
.rotate_11s {
	-webkit-animation-duration: 11s;
	animation-duration: 11s;
}
.rotate_12s {
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
}
.rotate_13s {
	-webkit-animation-duration: 13s;
	animation-duration: 13s;
}
.rotate_14s {
	-webkit-animation-duration: 14s;
	animation-duration: 14s;
}
.rotate_15s {
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
}
.rotate_16s {
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
}
.rotate_17s {
	-webkit-animation-duration: 17s;
	animation-duration: 17s;
}
.rotate_18s {
	-webkit-animation-duration: 18s;
	animation-duration: 18s;
}
.rotate_19s {
	-webkit-animation-duration: 19s;
	animation-duration: 19s;
}
.rotate_20s {
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../files/fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../files/fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('../files/fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('../files/fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuecyrultralight';
    src: url('../files/fonts/helveticaneuecyr-ultralight-webfont.eot');
    src: url('../files/fonts/helveticaneuecyr-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff'),
         url('../files/fonts/helveticaneuecyr-ultralight-webfont.ttf') format('truetype'),
         url('../files/fonts/helveticaneuecyr-ultralight-webfont.svg#helveticaneuecyrultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuecyrthin';
    src: url('../files/fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('../files/fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('../files/fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype'),
         url('../files/fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('../files/fonts/helveticaneuecyr-roman.eot');
    src: url('../files/fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'),
         url('../files/fonts/helveticaneuecyr-roman.woff') format('woff'),
         url('../files/fonts/helveticaneuecyr-roman.ttf') format('truetype'),
         url('../files/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../files/fonts/helveticaneuecyr-medium.eot');
    src: url('../files/fonts/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
         url('../files/fonts/helveticaneuecyr-medium.woff2') format('woff2'),
         url('../files/fonts/helveticaneuecyr-medium.woff') format('woff'),
         url('../files/fonts/helveticaneuecyr-medium.ttf') format('truetype'),
         url('../files/fonts/helveticaneuecyr-medium.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, a:focus {
	outline: none;
}
img {
	display:block;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.mobile * {
	-webkit-backface-visibility: hidden;
}
h1, h2, h3, h4, .h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 110%;
}
ul, ol {
	padding-left: 30px;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'helveticaneuecyrroman', Arial, Helvetica, sans-serif;
  /*font-size: 14px;*/
	font-size: 16px;
	position: relative;
	background: #000;
	color: #000;
	min-width: 1400px;
	min-height: 770px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.test {
	border: 1px solid #F00;
}
#body_frame, #centrer1, #centrer2, .bg_img, .load_frame, .scroll_frame, #bg_video, #preloader_frame, .rotate_help_frame, .pano_points_frame, .pano_place, #pano_screen, .map_place, .popup_overlay, .plans_map_cont, .plans_map, .floor_frame, .floor_map_cont, .floor_map, .apart_img, .korp_det_val, .pdf_frame, .menu_frame, .img_100, .drag, .p_item, .inside_scroll_frame, .tower_sel_bg, .views_room_frame, .pano_place.off:after, .div_100 {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#body_frame, .load_frame {
	overflow: hidden;
}
#bg_video {
	display: none;
}
#bg_video, #bg_video>*, #menu_video, #menu_video>* {
	width: 100% !important;
	height: 100% !important;
}
#preloader_frame {
	z-index: 10000;
	background: url('../i/blank.gif');
	display: none;
}
.preloader_img, #fancybox-loading {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 10px;
	margin: -26px;
	background: #000;
	top: 50%;
	left: 50%;
	border-radius: 26px;
	background-color: #000;
	background-image: url('/assets/i/ajax-loader.gif');
	background-repeat: no-repeat;
    background-position: center center;
}
.preloader_img {
	background-image: none;
}
.popup_overlay, .fancybox-default-overlay, .action_popup {
	background: url('../i/px074.png');
}
.popup_overlay {
	display: none;
	z-index: 8010;
}
.v-align {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    white-space: nowrap;
	font-size: 0;
}
.v-align>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    white-space: normal;
}
.v-align:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.shadow {
	position: absolute;
	width: 100%;
	height: 221px;
	bottom: 0;
	background: url('../i/shadow.png') repeat-x;
	left: 0;
	pointer-events: none;
	opacity: .6 !important;
}
.events-none {
	pointer-events: none;
}
#centrer1 .page404_frame {
	background: #fff;
}
.page404_frame h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -30px;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}
.rotate_help_frame {
	z-index: 50000;
	background: url('../i/px080.png');
	cursor: pointer;
	display: none;
}
.rotate_help {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
}
.dnk_frame_scroll {
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	background: url('../i/blank.gif');
}
.dnk_frame, .dnk_bg_img {
	position: absolute;
	width: 558px;
	height: 1882px;
	left: 20%;
	top: 0;
	margin-left: 0px;
}
.menu {
	display: inline-block;
	height: 35px;
	background: #fff;
	padding: 0 10px;
}
.menu_a {
	display: block;
	float: left;
	position: relative;
	height: 15px;
	line-height: 15px;
	padding: 5px 10px;
	text-decoration: none;
	margin: 5px 1px;
}
.menu_a:hover, .menu_a.active {
	background: #000;
	color: #fff;
}
.logo {
	position: absolute;
	width: 124px;
	height: 129px;
	bottom: 0;
	right: 100%;
  background: url('../i/sprite2.png?v33?v3') -5px -248px;
}
.white .logo {
	background: url('../i/sprite2.png?v33?v3') -5px -383px;
}
.footer {
	position: absolute;
	bottom: 5%;
	margin: 0 -55px 15px;
	z-index: 10;
	width: 0;
}
.footer.n0 {
	left: 5%;
}
.footer.n1 {
	right: 5%;
	margin-bottom: 25px;
}
.copyright {
    width: 360px;
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    z-index: 10;
    text-align: right;
}
.row_top{
    color: #62593f;
    font-size: 11px;
}
.row_bottom{
    color: #4f4f4f;
    font-size: 8px;
}
.copyright .footer_phone {
    font-size: 27px;
    /* font-size: 18px; */
	padding-bottom:5px;
	padding-top: 15px;
    margin: 0;
	letter-spacing: 0.07em;

}
.footer_soc_link {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	background: url('../i/sprite.png?v33?v2') -754px -1146px;
}

.white .footer_soc_link {
  background-position: -754px -1183px;
}

.footer_soc_frame {
/*	width: 200px;
	height: 0;
	margin: 0 0 50px -13px;*/
    width: 112px;
    height: 0;
    margin: 8px 0 50px -13px;
    float: right;
    /*opacity: .25;*/
}

.footer_soc_frame>.footer_soc_link {
	float: left;
}
.footer_soc_frame>.footer_soc_link+.footer_soc_link {
	margin-left: 5px;
}
.footer_soc_link.n2 {
  background-position: -713px -1146px;
}

.white .footer_soc_link.n2 {
	background-position: -713px -1183px;
}

.footer_soc_link.n3 {
	background-position: -672px -1146px;
}
.white .footer_soc_link.n3 {
  background-position: -672px -1183px;
}

.footer_soc_link.n1 {
    background-position: -616px -1252px;
    width: 88px;
    height: 89px;
}


.footer_phone {
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}
.white .footer_phone {
	color: #485963;
}
.to_cont_link {
	position: absolute;
	width: 31px;
	height: 31px;
	background: url('../i/sprite.png?v33') -622px -1180px;
	top: -45px;
	left: 158px;
}
.to_cont_link.n1 {
	background-position: -622px -1146px;
	top: -8px;
}
.to_plans_frame {
	position: absolute;
	height: 0;
	right: 160px;
	bottom: 40px;
	white-space: nowrap;
}
.to_plans {
	display: inline-block;
	position: relative;
	line-height: 40px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fbb818;
	padding-left: 50px;
	text-decoration: none;
}
.to_plans.n1 {
	color: #7b98e0;
}
.to_plans.n2 {
	color: #5fb4cc;
}
.to_plans.n3 {
	color: #8be4b5;
}
.to_plans.n4 {
    color: #d2cccc;
}
.to_plans+.to_plans {
	margin-left: 20px;
}
.to_plans:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png?v33') -688px -1353px;
}
.to_plans.n1:before {
	background-position: -688px -1552px;
}
.to_plans.n2:before {
  background-position: -688px -1398px;
}
.to_plans.n3:before {
  background-position: -740px -1552px;
}
.to_plans.n4:before {
  background-position: -788px -1552px;
}
.css_ani, .to_skyscrapers:before, .to_info:before, .news__moreBtn:before {
    transition: all 0.3s ease;
}
.ani_toggle {
	cursor: pointer;
	margin-right: 20px;
}
.art3d {
    position: absolute;
    width: 3em;
    height: 3em;
    bottom: 8em;
    right: 0;
    z-index: 1;
    font-size: 8px;
}
.art3d:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.5em;
	border-color: transparent #F24841 transparent transparent;
	border-style: solid;
	border-width: 0 1em 1em 0;
}
.submenu_frame {
	position: absolute;
	top: 15%;
	left: 25%;
	margin: 30px 0 0 -250px;
	background: #fff;
	height: 35px;
	white-space: nowrap;
	padding: 0 10px;
}
.submenu_a {
	display: block;
	float: left;
	color: #003;
	line-height: 15px;
	padding: 10px 10px;
}
.submenu_a+.submenu_a {
	margin-left: 1px;
}
.submenu_a.active, .submenu_a:hover {
	color: #C03;
}
.close_btn, a.fancybox-close {
	position: absolute;
	width: 40px;
	height: 55px;
	top: 8%;
	right: 6%;
	margin: -35px -60px 0 0;
	z-index: 1;
	cursor: pointer;
	background: url('../i/sprite2.png?v33') -101px -84px;
}

.office_sel {
	position: relative;
	cursor: pointer;
	font-size: 18px;
	margin: 10px 0;
	text-decoration: underline;
}
.office_sel.active {
	color: #00F;
	text-decoration: none;
}
.open_video {
	position: absolute;
	width: 150px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #F30;
	top: 70%;
	left: 50%;
	margin: 60px 0 0 -75px;
	cursor: pointer;
}
.video_popup_center {
	position: absolute;
	top: 50%;
	left: 50%;
}
.video_close {
	margin: 0;
	top: -70px;
	right: -70px;
}

.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
}






/* о проекте */

.browser_scroll {
	overflow: auto;
}

/* динамика строительства */

.carousel_frame {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
}
.carousel_over {
	position: absolute;
	width: 1050px;
	overflow: hidden;
	margin: -133px 0 0 -525px;
	top: 0;
	left: 50%;
}
.carousel_line {
	position: relative;
	overflow: hidden;
	left: 0%;
	width: 100000px;
}
.carousel_item {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	width: 256px;
  /*margin: 0 20px;*/
	margin: 0 50px;
	/*padding: 20px 30px 20px;*/
	/*background: #fff;*/
	color: #000;
	cursor: pointer;
}
.carousel_arrow, .g_btn, a.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 57px;
	height: 110px;
	cursor: pointer;
	margin-top: -55px;
	background: url('../i/sprite.png?v33');
}
.carousel_arrow.left, .g_btn.left, a.fancybox-prev span {
	left: 12%;
	margin-left: -30px;
	background-position: -508px -478px;
}
.carousel_arrow.right, .g_btn.right, a.fancybox-next span {
	right: 12%;
	margin-right: -30px;
	background-position: -574px -478px;
}
.carousel_arrow.left {
	/*display: none;*/
}

/*13.02.2017*/

.carousel_arrow {
    width: 100px;
    height: 104px;
    margin: -52px -50px;
    background: url(../i/sprite.png?v33?v19) -575px -5px;

}
.carousel_arrow.right {
    background-position: -706px -595px;
    left: 93%;
}
.carousel_arrow.left {
    background-position: -706px -485px;
    left: 7%;
}
.carousel_arrow.passive {
  opacity: .25;
}

/* документы */

.documents_frame .text_scroll a {
	position: relative;
	display: block;
	min-height: 35px;
	text-decoration: none;
	padding: 20px 0 0 65px;
}

.documents_frame .text_scroll a+a {
	margin-top: 20px;
}
.documents_frame .text_scroll a:before {
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 55px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png?v33') -219px -216px;
}

/* панорамы */

.pano_open_btn {
	position: absolute;
	width: 55px;
	height: 59px;
	margin: -59px 0 0 -37px;
	background: url('../i/sprite.png?v33') -267px -5px;
	z-index: 1;
	cursor: pointer;
}
.pano_open_btn:hover {
	background-position: -329px -5px;
}
.mask_img {
	pointer-events: none;
}
.page404_frame {
	background: #000;
}
.pano_parent {
	display: none;
}
.pano_place.off:after {
	content: '';
	background: url('../i/blank.gif');
	display: block;
	z-index: 1;
}
.pano_help {
	position: absolute;
	width: 77px;
	height: 76px;
	top: 95%;
	left: 50%;
	margin: -100px 0 0 -38px;
	background: url('../i/sprite.png?v33') -827px -314px;
	display: none;
}

/* квартиры */

.plans_map_raphael {
	z-index: 1;
}
.opened_floor .blur_bg, .opened_floor .floor_frame, .opened_flat .blur_bg, .opened_flat .floor_frame {
	display: block;
}
.plan_frame {
    position: absolute;
    top: 15%;
    bottom: 20%;
    left: 25%;
    width: 50%;
    margin: -20px 0px 0 50px;
}
.plan_frame_centrer {
	position: absolute;
	top: 50%;
	left: 50%;
}
.plans_type_sel {
	display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.plans_type_sel>* {
    display: inline-block;
    padding: 6px 14px;
    background: #bdd8e4;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.plans_type_sel>.active {
    background: #b7b8b3;
    cursor: default;
}
.korp_det {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 10%;
	top: 50%;
	margin: -50px;
	background: #fff;
}
.korp_det.n0 {
	top: 40%;
	z-index: 10;
	margin-top: -90px;
}
.korp_det.n0.low-z {
	z-index: 1;
}
.korp_det.n1 {
	margin-top: -10px;
}
.korp_det.n2 {
	top: 60%;
	margin-top: 70px;
}
.korp_det_val {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.korp_det_val>div {
	font-size: 60px;
	line-height: 50px;
	padding-top: 15px;
}
.floor_popup, .korpus_popup {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 5;
	display: none;
	pointer-events: none;
	margin: -60px 0 0 -75px;
}
.korpus_popup {
	display: block;
	margin: -50px 0 0 -25px;
	z-index: 1;
	pointer-events: auto;
}
.korpus_popup .floor_popup_det.n2 {
	display: none;
}
.korpus_popup:hover .floor_popup_det.n2, .korpus_popup.hover .floor_popup_det.n2 {
	display: block;
}
.floor_popup_det {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	background: #969696;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #000;
}
.floor_popup_det>div {
	font-size: 20px;
	line-height: 23px;
	padding-top: 4px;
}
.floor_popup_det.n2 {
	left: 50px;
	background: #b5b5b5;
}
.floor_popup_det.n3 {
	left: 100px;
	background: #cdcdcd;
}
.apart_act_frame {
	position: absolute;
	left: 50%;
	top: 90%;
}
.apart_act {
	position: absolute;
	width: 62px;
	height: 90px;
	left: -31px;
	top: -45px;
	cursor: pointer;
	background: url('../i/sprite.png?v33') -142px -216px;
}
.rooms_sel_frame {
	position: absolute;
	left: 50%;
	top: 85%;
	width: 150px;
	margin: 0 0 0 -75px;
	z-index: 1;
}
.rooms_sel {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	cursor: pointer;
	color: #fff;
	background: #000;
}
.rooms_sel.active {
	background: #fff;
	color: #000;
}
.open_search_btn {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 10%;
	top: 60%;
	margin: 70px 0 0 -50px;
	z-index: 1;
	cursor: pointer;
	background: #6e88c5;
	color: #fff;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
}

/* обратная связь */

.feedback_bg {
    position: relative;
    width: 280px;
    height: 350px;
}
.feedback_bg input, .feedback_bg textarea {
    position: relative;
    font-size: 17px;
    height: 17px;
    padding: 9px 10px 9px 36px;
    color: #827769;
    font-family: 'helveticaneuecyrlight';
    background: none;
	border: none;
    border-bottom: 1px solid #827769;
    width: 240px;
}
.feedback_input_frame {
	position: relative;
	margin-bottom: 8px;
}
.feedback_inputs {
	position: absolute;
	top: 150px;
}
.feedback_input_frame:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url('../i/sprite.png?v33') -514px -680px;
}
.feedback_input_frame.n2:before {
	background-position: -534px -680px;
}
.feedback_input_frame.n2.mail:before {
	background-position: -509px -659px;
}
.feedback_input_frame.n3:before {
	background-position: -553px -680px;
}
.feedback_bg .error {
    border-color: #F00;
}
.feedback_bg textarea {
    resize: none;
    height: 50px;
}
::-webkit-input-placeholder {
    color: #827769;
}
:-moz-placeholder {
    color: #827769;
}
::-moz-placeholder {
    color: #827769;
}
:-ms-input-placeholder {
    color: #827769;
}
.feedback_sended {
	display: none;
    font-size: 17px;
	color: #827769;
	position: absolute;
	top: 130px;
}
.contacts_frame .send_btn{
     margin: 20px auto 0;
}
.managers{
    margin-top: -20px;
}
.send_btn {
    font-size: 18px;
    color: #54c2e6;
    line-height: 25px;
    cursor: pointer;
    margin: 40px auto 0;
	text-align: center;
	width: 110px;
    font-family: 'helveticaneuecyrlight';
}
.feedback_name {
    font-size: 68px;
    color: #54c2e6;
    line-height: 50px;
	top: -150px;
	left: 50px;
	position: absolute;
}
.feedback_name>span {
	margin-left: -60px;
    font-family: 'helveticaneuecyrultralight';
}
.feedback_close, .route_adr_close {
    top: 5px;
    right: -80px;
	margin: 0;
	background-position: -145px -84px;
}

/* карты */


.iw_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 5px;
}
.infra_type_icons {
	position: absolute;
	top: 50%;
	left: 10%;
	margin: -160px 0 0 -100px;
	background: #fff;
	padding: 30px 40px;
}
.infra_type_icon {
	position: relative;
	white-space: nowrap;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	padding: 25px 5px 25px 60px;
	cursor: pointer;
}
.infra_type_icon+.infra_type_icon {
	margin-top: 20px;
}
.infra_type_icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 48px;
	height: 70px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png?v33');
}
.infra_type_icon.n0:before {
	background-position: -5px -95px;
}
.infra_type_icon.n1:before {
	background-position: -65px -95px;
}
.infra_type_icon.n2:before {
	background-position: -125px -95px;
}
.gmaps_labels {
	width: 180px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.gmaps_labels_span {
     color: #fff;
     background: #000;
     font-size: 13px;
	 padding: 10px 15px;
	 line-height: 14px;
	 border-radius: 19px;
	 display: inline-block;
}
.pdf_frame {
	z-index: 10000;
	background: #000;
}
.search_preview_frame {
	position: absolute;
	background: #000;
	width: 300px;
	height: 300px;
	margin: -127px 0 0 -320px;
	display: none;
}
.search_preview {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 260px;
	height: 260px;
}
.pdf_iframe_frame {
	position: absolute;
	width: 100%;
	top: 50px;
	bottom: 0;
	left: 0;
}
.pdf_popup_btns_frame {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
}
.pdf_popup_btn {
	width: 30px;
	height: 30px;
	background: url('../i/sprite.png?v33');
	cursor: pointer;
	float: right;
	margin: 10px;
	cursor: pointer;
}
.pdf_popup_btn.close {
	background-position: -266px -216px;
}
.pdf_popup_btn.print {
	background-position: -299px -216px;
}
.pdf_popup_btn.download {
	background-position: -332px -216px;
}
.pdf_popup_btn.site {
	background-position: -365px -216px;
}

.menu_link_frame {
	position: absolute;
	width: 0;
	height: 0;
	top: 451px;
	left: 335px;
}
.menu_link_hover_frame, .menu_link_hout_frame {
	position: absolute;
	top: 0;
	left: 0;
}
.menu_link_hover_frame {
	display: none;
	z-index: 10;
}
.menu_link_hout_frame {
	cursor: pointer;
}
.menu_link_title, .submenu_link_title {
	position: absolute;
	font-size: 35px;
	line-height: 40px;
	right: 0;
	padding-right: 52px;
	top: -21px;
	color: #fdd542;
    font-family: 'helveticaneuecyrthin';
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
    transition: color 0.5s ease;
}
.submenu_link_title {
	font-size: 18px;
	color: #fff;
    font-family: 'helveticaneuecyrlight';
	line-height: 19px;
	padding: 5px 25px 5px 0;
	top: -15px;
	text-align: right;
}
.submenu_link_title.double_height {
	top: -25px;
}
.submenu_link_title.triple_height {
	top: -34px;
}
.submenu2_link_frame .submenu_link_title {
	color: #b4dae7;
	font-size: 13px;
	padding-right: 20px;
}
.submenu2_link_frame .submenu_link_title:hover, .menu_link_title:hover {
	color: #fff;
}
.submenu_link_title.at_right {
	padding: 5px 0 5px 25px;
	right: auto;
	left: 0;
	text-align: left;
}
.menu_link_title.at_right {
	padding: 0 0 0 52px;
	right: auto;
	left: 0;
	text-align: left;
}
.submenu2_link_frame .submenu_link_title.at_right {
	padding-left: 20px;
}
.menu_link_bg {
	position: absolute;
	width: 83px;
	height: 83px;
	top: -42px;
	left: -41.5px;
	background: url('../i/sprite.png?v33') -847px -1220px;
}
.submenu_link_bg {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -8px;
	left: -8px;
	background-color: #fdd542;
	border-radius: 10px;
    transition: background-color 0.5s ease;
}
.submenu2_link_frame .submenu_link_bg {
	width: 8px;
	height: 8px;
	top: -4px;
	left: -4px;
}
.submenu_link_frame, .submenu2_link_frame {
	position: absolute;
	left: 0;
	top: 0;
}
.submenu_link_frame2 {
    transition: opacity 0.5s ease;
}
.submenu_link_line {
	position: absolute;
	height: 2px;
	margin-top: -1px;
	width: 0;
	left: 0;
	top: 0;
	background: url('../i/submenu_line.png') repeat-x;
}
.submenu2_link_frame .submenu_link_line {
	height: 1px;
	margin-top: -0.5px;
	background-image: url('../i/submenu2_line.png');
}
.menu_link_hover_frame.hover .submenu_link_frame2 {
	opacity: 0.35;
}
.menu_link_hover_frame.hover .submenu_link_frame2.hover {
	opacity: 1;
}
.submenu_link_frame2.hover>.submenu_link_frame>.submenu_link_bg, .submenu2_link_frame.hover .submenu_link_bg {
	background: #f19515;
}
.submenu_link_frame2.hover>.submenu_link_frame>.submenu_link_line {
	background-image: url('../i/submenu_line_hover.png');
}
.submenu2_link_frame.hover .submenu_link_line {
	background-image: url('../i/submenu2_line_hover.png');
}
.menu_link_circle {
	position: absolute;
	width: 62px;
	height: 62px;
	top: -31px;
	left: -31px;
	background: url('../i/sprite.png?v33') -5px -5px;
}
.menu_link_circle.n1 {
	-webkit-animation: rotate-r 5s linear infinite;
	animation: rotate-r 5s linear infinite;
}
.menu_link_circle.n2 {
	background-position: -72px -5px;
	-webkit-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
.menu_link_hout_bg {
	position: absolute;
	width: 0px;
	height: 0px;
}
.menu_link_hout_title {
	position: absolute;
	right: 0;
	padding-right: 40px;
	top: -20px;
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	opacity: 0.75;
	font-family: 'helveticaneuecyrthin';
	white-space: nowrap;
	text-align: right;
}
.menu_link_hout_title>div {
	font-size: 8px;
	line-height: 13px;
	color: #92b0c4;
	text-transform: uppercase;
    font-family: 'helveticaneuecyrroman';
}
.menu_link_hout_title.at_right {
	right: auto;
	left: 0;
	padding: 0 0 0 40px;
	text-align: left;
}
.menu_link_hover_size {
	position: absolute;
	left: -160px;
	top: -235px;
	width: 570px;
	height: 500px;
	background: url('../i/blank.gif');
}
.life_link {
	top: 653px;
	left: 33px;
}
.life_link .menu_link_hover_size {
	left: -290px;
	top: -310px;
	width: 440px;
	height: 375px;
}
.life_link .menu_link_hover_size.n1 {
	left: -80px;
	top: -70px;
	width: 630px;
	height: 365px;
}
.views_link {
	top: 1055px;
	left: 34px;
}
.views_link .menu_link_hover_size {
	left: -160px;
	top: -50px;
	width: 210px;
	height: 100px;
}
.plans_link {
	top: 1180px;
	left: 394px;
}
.plans_link .menu_link_hover_size {
	left: -270px;
	top: -180px;
	width: 590px;
	height: 310px;
}
.press_link {
	top: 1430px;
	left: 131px;
}
.press_link .menu_link_hover_size {
	left: -410px;
	top: -110px;
	width: 580px;
	height: 320px;
}
.honors_link {
	top: 1618px;
	left: 408px;
}
.honors_link .menu_link_hover_size {
	left: -60px;
	top: -50px;
	width: 270px;
	height: 95px;
}
.partners_link {
	top: 1683px;
	left: 26px;
}
.partners_link .menu_link_hover_size {
	left: -200px;
	top: -50px;
	width: 260px;
	height: 95px;
}
.contacts_link {
	top: 127px;
	left: 413px;
}
.contacts_link .menu_link_hover_size {
	left: -60px;
	top: -50px;
	width: 260px;
	height: 95px;
}
.home_link {
	top: 250px;
	left: 105px;
}
.home_link .menu_link_hover_size {
	left: -230px;
	top: -50px;
	width: 280px;
	height: 95px;
}
.dnk_bg_img, .menu_bg_img, .menu_over_img, .menu_left_frame {
    transition: all 0.3s ease;
}
.dnk_bg_img {
	left: 40%;
}
.menu_bg_img {
	height: 115%;
}
.menu_over_img {
	height: 130%;
}
.menu_left_frame {
	position: absolute;
	top: 0px;
  /*left: 215px;*/
	left: 248px;
	padding: 180px 0;
	width: 0;
}
.left_menu_a, .left_submenu_a, .left_submenu2_a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-size: 17px;
	color: #fdd542;
	line-height: 24px;
	opacity: 0.52;
    font-family: 'helveticaneuecyrlight';
    transition: all 0.3s ease;
	float: left;
	clear: both;
	white-space: nowrap;
}
.left_menu_a:hover, .left_submenu_a:hover, .left_submenu2_a:hover {
	opacity: 1 !important;
}
.left_menu_a {
	margin: 5px 0 0 0;
}
.left_submenu_a {
	/*font-size: 14px;*/
  font-size: 17px;
	color: #fff;
	line-height: 25px;
}
.left_submenu2_a {
	/*font-size: 13px;*/
  font-size: 16px;
	/*color: #96a9ae;*/
  color: #779096;
	/*line-height: 15px;*/
  line-height: 1.2;
	margin: 3px 0 3px 12px;
}
.left_submenu2_a+.left_submenu2_a {
	margin-top: -3px;
}
.page_title {
	position: absolute;
	top: 13%;
	margin-top: -40px;
	left: -10px;
	text-align: right;
}
h2, .h2, .page_title h1, .maintenance_frame .text_frame.n0 h1, .inside_frame h1, .views_title h1, .press_frame h1, .contacts_frame h1 {
	font-size: 100px;
	line-height: 92px;
	color: #ffcc00;
    font-family: 'helveticaneuecyrultralight';
	white-space: nowrap;
}
.page_title h2, .page_title .h2, .page_title h1 {
    color: #fff;
    font-size: 100px;
    line-height: 78px;
    margin-left: 20px;
}
.page_title h4, .page_title .h4 {
	position: absolute;
	top: 100%;
	left: 85px;
	margin-top: 25px;
	text-align: left;
	color: #fac537;
	white-space: nowrap;
}
.menu_frame .page_title {
	text-align: left;
	left: 0px;
}
.menu_frame .page_title h1 {
	font-size: 83px;
	line-height: 78px;
}
.about_round_frame {
	position: absolute;
	width: 15.3125%;
	height: 27.2222%;
	z-index: 1;
	cursor: pointer;
	pointer-events: auto;
}
.about_round_frame.n2 {
	width: 8.8541%;
	height: 15.7407%;
}
.about_round_frame.n3 {
	width: 6.7708%;
	height: 12.0370%;
}
.about_round_2, .about_round_3 {
	width: 112%;
	height: 112%;
	left: -6%;
	top: -6%;
	opacity: 0;
}
.about_round_2 {
    transition: opacity 0.6s ease;
}
.about_round_3 {
    transition: opacity 0.3s ease;
}
.about_round_frame:hover .about_round_2, .about_round_frame:hover .about_round_3 {
	opacity: 1;
}
.drag {
	z-index: 1000;
}
.p_item {
	pointer-events: none;
}
.p_item>.img_100 {
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}
.about_round_text {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	white-space: nowrap;
    transition: all 0.6s ease;
}
.about_round_text.at_right {
	left: 105%;
	padding-left: 100px;
	margin-left: -80px;
}
.about_round_frame:hover .about_round_text.at_right {
	margin-left: -60px;
}
.about_round_text.at_left {
	right: 105%;
	text-align: right;
	padding-right: 100px;
  /*margin-right: -80px;*/
	margin-right: -130px;
  top: 0;
}
.about_round_frame:hover .about_round_text.at_left {
	margin-right: -60px;
}
.about_round_text_1 {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
    font-family: 'helveticaneuecyrthin';
}
.about_round_text_2 {
	font-size: 11px;
	line-height: 18px;
	color: #cecece;
    font-family: 'helveticaneuecyrroman';
	text-transform: uppercase;
}
.about_round_text_3 {
	font-size: 9px;
	line-height: 12px;
	color: #a7b5ba;
    font-family: 'helveticaneuecyrlight';
	opacity: 0.6;
	margin-top: 4px;
    transition: all 0.6s ease;
}
.about_round_frame:hover .about_round_text_3 {
	opacity: 1;
}
.bg_text {
	position: absolute;
	width: 84px;
	height: 40px;
	margin: -20px 0 0 -10px;
	background: url('../i/sprite2.png?v33') -5px -5px;
}
.text_frame {
	position: absolute;
	width: 310px;
	left: 65%;
	top: 46%;
	margin: -200px 0 0 -10px;
	color: #a3c4f1;
	font-size: 14px;
	line-height: 20px;
}
.text_frame b, .text_frame strong {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
.architecture_frame h2, .architecture_frame .h2 {
	margin-top: 25px;
}
h3 {
	font-size: 25px;
	line-height: 25px;
	color: #dbe6e9;
	margin: 5px 0 15px;
    font-family: 'helveticaneuecyrthin';
}
h4 {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0.5em 0;
}
.text_frame_title {
	font-size: 29px;
	line-height: 34px;
	color: #e3f8ff;
    font-family: 'helveticaneuecyrthin';
}
.text_frame_title.n1 {
	margin-left: 120px;
}
.text_frame_title.n2 {
	font-size: 55px;
	line-height: 54px;
    font-family: 'helveticaneuecyrlight';
	margin-left: 167px;
}
.text_frame_title.n3 {
	font-size: 127px;
	line-height: 108px;
	font-family: 'helveticaneuecyrultralight';
	margin: -24px 0 40px 0px;
}
.footer_menu {
    position: absolute;
    width: 100%;
    height: 0;
    left: 20px;
    bottom: 40px;
    z-index: 10;
	display: flex;
	justify-content: space-around;
    /* text-align: center; */
}
.footer_link {
	position: relative;
	width: 15%;
	float: left;
	height: 40px;
	display: block;
}
.footer_link_bg, .footer_link_active {
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: url('../i/px021.png');
	transition: background-color .3s ease;
}
.footer_link.active .footer_link_active,
.footer_link_active:hover {
	/*background: #fbcd3c;*/
	background: #1375bc;
	bottom: 0;
}

.footer_menu_spacer {
	float: left;
	width: 1.5%;
	height: 40px;
}
.footer_link_title {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding-bottom: 19px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 21px;
	color: #5e666f;
    font-family: 'helveticaneuecyrthin';
	white-space: nowrap;
	font-weight: bold;
}
.footer_link_title>span {
	color: #b2b8bf;
	display: none;
}
.footer_link_title>span>span {
	color: #fff;
    font-family: 'helveticaneuecyrroman';
}


.round_link_frame {
	position: absolute;
	text-decoration: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

.round_link_frame--special {
    width: 74px;
    height: 50px;
    left: 50px;
    top: 320px;
}
.round_link_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../i/sprite.png?v33') -575px -5px;
	text-transform: uppercase;
	text-align: center;
}
.round_link_bg .title {
	margin: 0;
	color: #ffcc00;
	line-height: 0.9;
	margin-top: 9px;
}
.round_link_bg .title_1 {
	font-size: 1.1em;
	color: #ffcc00;
}
.round_link_bg .title_2 {
	font-size: .6em;
	color: #ffcc00;
}
.round_link_bg .subtitle {
	font-size: .6em;
	color: #fff;
}
.round_link_title {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 150px;
	height: 0;
	text-align: center;
	margin-top: 43px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	margin-left: -75px;
	color: #7adeff;
}
.round_link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin: -60px;
	background: url('../i/sprite.png?v33');
}
.round_link_frame__tooltip {
    position: absolute;
    top: 115%;
    left: 50%;
    color: #f6b22b;
    padding: 5px 20px;
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.round_link_frame:hover .round_link_frame__tooltip{
	display: block;
}


.round_link.over {
	opacity: 0;
    transition: opacity 0.3s ease;
}
.round_link_frame:hover .round_link.over {
	opacity: 1;
}
.round_link.over {
	display: none !important;
}
.round_link_frame--special .round_link.over {
	display: block !important;
	opacity: 1;
}
.round_link_frame--special .round_link.over.n2 {
	background-position: -5px -920px;
}
.round_link_frame--special .round_link.over.n3 {
	background-position: -130px -920px;
}
.round_link.n0 {
	background-position: -839px -183px;
}
.round_link.n1 {
	background-position: -715px -183px;
}
.round_link.n2 {
	background-position: -590px -183px;
}
.round_link.n3 {
	background-position: -465px -183px;
}



.round_link_frame.n1 {
	width: 44px;
	height: 73px;
	top: 8%;
	right: 6%;
	margin: -40px -60px 0 0;
	z-index: 10;
	left: auto;
}
.round_link_frame.n1 .round_link_bg {
	background: url('../i/sprite2.png?v33');
	background-position: -95px -5px;
}
.round_link_frame.n1 .round_link {
	width: 60px;
	height: 60px;
	top: 17px;
	margin: -30px;
}
.round_link_frame.n1 .round_link.n0 {
	background-position: -282px -135px;
}
.round_link_frame.n1 .round_link.n1 {
	background-position: -282px -75px;
}

.round_link_frame.n2 {
	width: 90px;
	height: 111px;
	top: 12%;
	right: 6%;
	margin: 40px 0px 0 0;
	z-index: 1;
	left: auto;
}
.round_link_frame.plans_close {
	margin-right: 110px;
}
.round_link_frame.n2 .round_link_bg {
	background: url('../i/sprite2.png?v33');
	background-position: -5px -84px;
}
.round_link_frame.n2 .round_link {
	width: 110px;
	height: 110px;
	top: 35px;
	margin: -55px;
	background-position: -105px -75px;
}


.round_link_frame.n0, .round_link_frame.n3 {
	margin: 0px 0 0 -86px;
	top: 73%;
	left: 23%;
}
.round_link_frame.n3 {
	margin-left: -72px;
}
.round_link_frame.n0 .round_link_bg {
	background-position: -515px -5px;
}
.round_link_frame.n0 .round_link_title {
	color: #fbb818;
	margin-top: 32px;
}
.round_link_frame.n0 .round_link {
	width: 92px;
	height: 92px;
	margin: -46px;
}
.round_link_frame.n0 .round_link.n0 {
	background-position: -775px -75px;
}
.round_link_frame.n0 .round_link.n1 {
	background-position: -679px -75px;
}
.round_link_frame.n0 .round_link.n2 {
	background-position: -583px -75px;
}
.round_link_frame.n0 .round_link.n3 {
	background-position: -487px -75px;
}


.home_text {
	position: absolute;
	top: 73%;
	left: 23%;
	margin: -410px 0 0 -93px;
}
.home_text .text_frame_title {
	color: #fff;
}
.home_text .text_frame_title.n1, .home_text .text_frame_title.n3 {
	font-size: 93px;
	margin: 0 0 0 -99px;
	line-height: 93px;
    font-family: 'helveticaneuecyrultralight';
}
.home_text .text_frame_title.n2 {
	font-size: 45px;
	margin: 0 0 0 -137px;
	line-height: 45px;
}
.home_text .text_frame_title.n3 {
	margin: -17px 0 0 -4px;
}
.home_txt {
	font-size: 11px;
	line-height: 12px;
	color: #9a9898;
}
.home_txt.n0 {
	color: #cecece;
	margin: 17px 0 7px;
	text-transform: uppercase;
}
.bg_text.n3 {
    width: 90px;
    height: 54px;
    margin: -40px 40px 0 0;
    background-position: -244px -5px;
}
.bg_text.n4 {
	width: 241px;
	height: 234px;
	margin: -145px 0 0 -120px;
	background-position: -5px -994px;
}

.round_link_frame.n4 {
	width: 126px;
	height: 134px;
	top: 55%;
	right: 11%;
	margin: -130px -100px 0 0;
	left: auto;
}
.round_link_frame.n4 .round_link_bg {
	background: url('../i/sprite2.png?v33');
	background-position: -138px -248px;
}
.round_link_frame.n4 .round_link {
	width: 150px;
	height: 150px;
	top: 55px;
	margin: -75px;
	background-position: -400px -314px;
}
.architecture_frame .about_round_frame.n1 {
	width: 15.88541666666667%;
	height: 28.24074074074074%;
}
.architecture_frame .about_round_frame.n2 {
	width: 12.5%;
	height: 22.22222222222222%;
}
.architecture_frame .about_round_frame.n3 {
	width: 8.854166666666667%;
	height: 15.74074074074074%;
}
.page_submenu_frame {
	position: absolute;
	left: 100%;
	bottom: 40px;
	padding-bottom: 25px;
	width: 0px;
}
.page_submenu_frame2 {
	position: relative;
	opacity: 0;
	top: 100%;
	margin-top: 65px;
    transition: all 0.5s ease;
	overflow: hidden;
}
.footer_link:hover {
	z-index: 1;
}
.footer_link_active:after {
	content: '';
	position: absolute;
	display: block;
	width: 11%;
	height: 40px;
	bottom: 0;
	left: 100%;
	background: url('../i/blank.gif');
}
.footer_link:hover .page_submenu_frame {
	width: auto;
/* 	left: 100%;
margin-left: -100px;
padding-left: 100px; */
	left: 0;
	padding-right: 20px;
}
.footer_link:hover .page_submenu_frame2 {
	opacity: 1;
	top: 0%;
	margin-top: 0px;
}
.page_submenu_frame .left_submenu_a, .page_submenu_frame .left_submenu2_a {
	/*opacity: 0.61;*/
  opacity: .71;
}
.white .page_submenu_frame .left_submenu_a, .white .footer_link_title>span>span {
	color: #3f3f3f;
}
.page_submenu_frame .left_submenu2_a {
	margin-left: 0;
}
.architecture_frame .text_frame {
	left: 20%;
	top: 50%;
	margin: -340px 0 0 -180px;
	width: 420px;
	color: #a7b5ba;
}
.text_frame.at_left {
	top: 18%;
	bottom: 23%;
	left: 75px;
	margin: 67px 0 0 0;
	width: 350px;
}
.features_frame .text_frame.at_left, .entrances_frame .text_frame.at_left {
	margin-top: 145px;
}
.features_frame .text_frame.at_left {
	color: #afb1b2;
}
.bg_text.n5 {
	width: 166px;
	height: 101px;
	margin: -50px 0 0 -166px;
	background-position: -341px -5px;
}
.bg_text.n6 {
	width: 83px;
	height: 89px;
	margin: -45px 0 0 -83px;
	background-position: -512px -5px;
}
.bg_text.n7 {
	width: 96px;
	height: 96px;
	margin: -47px 0 0 -96px;
	background-position: -600px -5px;
}
.bg_text.n8 {
	width: 92px;
	height: 61px;
	margin: -30px 0 0 0px;
	background-position: -702px -5px;
}
.facades_frame .text_frame.at_left {
	color: #a6c2cc;
}
.facades_rotate_frame {
	position: absolute;
	top: 49%;
	width: 55%;
	left: 23.3%;
	height: 0px;
}
.facades_rotate_frame:after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 10px;
	height: 10px;
	background: url('../i/sprite.png?v33') -365px -163px;
}
.round_link_frame.n5 {
    width: 497px;
    height: 178px;
    margin: -279px 0 0 -248px;
    top: 100%;
    left: 50%;
    cursor: default;
}
.round_link_frame.n5 .round_link_bg {
	background-position: -5px -478px;
}
.round_link_frame.n5 .round_link, .round_link_frame.n14 .round_link {
	width: 123px;
	height: 123px;
	top: 69px;
	margin: -61.5px;
}
.round_link_frame.n5 .round_link.n0, .round_link_frame.n14 .round_link.n0 {
	background-position: -563px -314px;
}
.round_link_frame.n5 .round_link.n1, .round_link_frame.n14 .round_link.n1 {
	background-position: -693px -314px;
}
.g_btn.right {
	z-index: 1;
}
.g_p_frame {
	bottom: 210px;
	margin-bottom: 0;
	overflow: visible;
	z-index: 1;
}
.g_p_scroll {
	left: 50%;
	margin: 0;
	overflow: visible;
}
.g_p {
	position: absolute;
	left: 0;
	top: 200px;
	width: 85px;
	height: 85px;
	opacity: 0;
    transition: all 0.5s ease;
}
.g_p_img {
	border-radius: 53px;
	margin: 0;
	width: 100%;
}
.g_p.active .g_p_bg {
	display: none;
}
.g_p.active {
	top: 0;
	width: 106px;
	height: 106px;
	margin: -53px;
	opacity: 1;
}
.g_p.prev_active, .g_p.next_active {
	top: -6px;
	opacity: 1;
}
.g_p.prev_active {
	margin-left: -162px;
}
.g_p.next_active {
	margin-left: 77px;
}
.g_p.prev2_active, .g_p.next2_active {
	top: 121px;
	opacity: 0;
}
.g_p.prev2_active {
	margin-left: -332px;
}
.g_p.next2_active {
	margin-left: 247px;
}
.entrances_frame .text_frame.at_left, .interiors_frame .text_frame.at_left {
	color: #afb1b2;
}
.entrances_frame .text_over, .interiors_frame .text_over, .outside_frame .text_over {
	cursor: pointer;
}
.entrances_frame .text_over:after, .interiors_frame .text_over:after, .outside_frame .text_over:after {
	content: '';
	position: absolute;
	width: 428px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -214px;
	background: url('../i/sprite2.png?v33') -315px -120px;
}
.about_round_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.maintenance_frame .about_round_text_1 {
	font-size: 28px;
	line-height: 28px;
}
.maintenance_frame .about_round_text {
	margin-top: -22px;
}
.maintenance_frame .about_round_frame.n1 {
	width: 10.15625%;
	height: 18.05555555555556%;
}
.maintenance_frame .about_round_frame.n1 .about_round_bg {
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
}
.maintenance_frame .about_round_frame.n2 {
	width: 4.114583333333333%;
	height: 7.314814814814815%;
}
.maintenance_frame .about_round_frame.n2 .about_round_bg {
	width: 108%;
	height: 108%;
	top: -4%;
	left: -4%;
}
.maintenance_frame .about_round_frame.n3 {
	width: 5.885416666666667%;
	height: 10.46296296296296%;
}
.maintenance_frame .about_round_frame.n3 .about_round_bg {
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
}
.maintenance_frame .about_round_frame.n4 {
	width: 8.4375%;
	height: 15%;
}
.maintenance_frame .about_round_frame.n4 .about_round_bg {
	width: 98%;
	height: 98%;
	top: 1%;
	left: 1%;
}
.maintenance_frame .about_round_frame.n5 {
	width: 5.46875%;
	height: 9.722222222222222%;
}
.maintenance_frame .about_round_frame.n5 .about_round_bg {
	width: 106%;
	height: 106%;
	top: -3%;
	left: -3%;
}
.maintenance_frame .text_frame.n0 {
	top: 9%;
	left: 7%;
	margin: -20px 0 0 -50px;
}
.maintenance_frame .text_frame.n0 h1 {
	font-size: 40px;
	line-height: 40px;
}
.maintenance_frame .text_frame.n1 {
	color: #947e81;
	top: 30%;
	left: 74%;
	margin: -100px 0 0 -150px;
}
.maintenance_frame .p_item {
	z-index: 1;
	pointer-events: none;
}
.maintenance_frame .about_round_frame {
	pointer-events: auto;
}
.life_zone {
	position: absolute;
	width: 400px;
	height: 350px;
	top: 50%;
	left: 30%;
	cursor: pointer;
	margin: -200px 0 0 -200px;
	background: url('../i/blank.gif');
}
.life_zone.n1 {
	left: 72%;
}
.life_img_0 {
	width: auto;
}
.life_img_1 {
	width: auto;
	left: auto;
	right: 0;
}
.security_frame .text_frame, .facade-cleaning_frame .text_frame {
	color: #e8edf6;
}
.elevators_frame .text_frame {
	color: #afb1b2;
}
.conditioning_frame .text_frame {
	color: #d7dfe2;
}
.heating_frame .text_frame {
	color: #d7dfe2;
}
.text_frame li {
	list-style-type: none;
	position: relative;
}
.text_frame li:before {
	content: '-';
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
}
.round_link_frame.n6, .round_link_frame.n7 {
	margin: -30px;
	top: 270px;
	left: 315px;
}
.round_link_frame.n6 .round_link_bg {
	background-position: -755px -5px;
}
.life_zone:hover .round_link.over {
	opacity: 1;
}
.round_link_frame.n6 .round_link.n3 {
	background-position: -5px -660px;
}
.round_link_frame.n6 .round_link.n2 {
	background-position: -130px -660px;
}
.round_link_frame.n6 .round_link.n1 {
	background-position: -255px -660px;
}
.round_link_frame.n6 .round_link.n0 {
	background-position: -379px -660px;
}
.bg_text.n9 {
	width: 355px;
	height: 277px;
	margin: 0;
	background-position: -5px -500px;
}


.round_link_frame.n7 {
	left: 90px;
}
.round_link_frame.n7 .round_link_bg {
	background-position: -815px -5px;
}
.round_link_frame.n7 .round_link.n3 {
	background-position: -5px -790px;
}
.round_link_frame.n7 .round_link.n2 {
	background-position: -130px -790px;
}
.round_link_frame.n7 .round_link.n1 {
	background-position: -255px -790px;
}
.round_link_frame.n7 .round_link.n0 {
	background-position: -379px -790px;
}
.bg_text.n10 {
	width: 342px;
	height: 169px;
	margin: 0;
	background-position: -370px -500px;
}
.round_link_frame.n8, .round_link_frame.n9 {
	width: 100px;
	height: 104px;
	margin: -52px -50px;
	top: 50%;
	left: 7%;
	    display: none;
}
.round_link_frame.n8 .round_link_bg {
	background-position: -706px -485px;
}
.round_link_frame.n8 .round_link, .round_link_frame.n9 .round_link {
	width: 130px;
	height: 130px;
	top: 50%;
	margin: -65px;
}
.round_link_frame.n8 .round_link {
	background-position: -844px -478px;
}
.round_link_frame.n9 {
	left: 93%;
}
.round_link_frame.n9 .round_link_bg {
	background-position: -706px -595px;
}
.round_link_frame.n9 .round_link {
	background-position: -844px -611px;
}
.bg_text.n11, .bg_text.n12 {
	width: 94px;
	height: 62px;
	margin: 0 0 0 -97px;
	background-position: -800px -5px;
	z-index: 1;
}
.bg_text.n12 {
	margin: 0 0 0 0px;
	background-position: -901px -5px;
}
.menu_scroll_btn {
	position: absolute;
	width: 47px;
	height: 24px;
	top: 5%;
	left: 50%;
	margin: -12px 0 0 -24px;
	cursor: pointer;
	background: url('../i/sprite.png?v33') -509px -611px;
	z-index: 1;
}
.menu_scroll_btn.to_bottom, .menu_scroll_btn.to_top.inside_items_btn {
	top: 94%;
	width: 59px;
	height: 30px;
	margin: -15px 0 0 -30px;
	background-position: -565px -611px;
}
.menu_scroll_btn.to_top.inside_items_btn {
	top: 0;
	background-position: -565px -644px;
}
.menu_scroll_btn.to_bottom.inside_items_btn {
	top: auto;
	bottom: 0;
}
.inside_items_btn {
	left: 3px;
	margin: 0 !important;
}
.footer_shadow {
	position: absolute;
	width: 200%;
	background: url('../i/shadow_footer.png') repeat-x;
	left: -50%;
	pointer-events: none;
	height: 511px;
	bottom: -551px;
    transition: bottom 0.5s ease;
}
.white .footer_shadow {
	background-image: url('../i/shadow_footer_white.png');
}
/*.placement_frame .shadow {
	background-image: url('../i/shadow_gray.png');
}*/
.footer_menu:hover .footer_shadow {
	bottom: -40px;
}
.partners_item_table_text {
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.partners_table {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 20%;
	margin-top: 50px;
	height: 60%;
}
.partners_table td {
	padding: 0;
	vertical-align: top;
}
.partners_item {
	position: relative;
	width: 205px;
	margin: 0 auto;
	font-size: 14px;
	color: #ccdde2;
	line-height: 1;
    font-family: 'helveticaneuecyrlight';
}
.partners_item_img {
	margin: 0 0 15px 0;
}
.partners_item_title {
	color: #fbfeff;
	margin-bottom: 20px;
}
.page_title .close_btn {
	margin: 0;
	top: -20px;
	right: -75px;
}
.inside_scroll_frame {
	width: 110%;
	overflow: hidden;
	overflow-y: scroll;
	background: url('../i/blank.gif');
}
.inside_line {
	position: relative;
	width: 322px;
	padding: 50px 0 300px 0;
}
.inside_line:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	right: 0;
	top: 0;
	background: url('../i/inside_line.png') repeat-y;
}
.inside_line_num {
	position: relative;
	line-height: 22px;
	text-align: right;
	font-size: 12px;
	color: #a2a2a2;
    font-family: 'helveticaneuecyrlight';
	width: 307px;
	height: 130px;
}
.inside_line_num2 {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 27px;
	white-space: nowrap;
}
.inside_items_frame {
	position: absolute;
	top: 0;
	left: 0;
}
.about_round_frame.inside_item {
	position: absolute;
	width: 125px;
	height: 125px;
	left: 358px;
	margin: 0;
}
.about_round_frame.inside_item.west {
	left: 160px;
}
.inside_item .about_round_1 {
	border-radius: 65px;
}
.inside_item .about_round_2, .inside_item .about_round_3 {
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
}
.inside_item .about_round_text {
	top: 115px;
	bottom: 0px;
	left: 80px;
	margin: 0;
}
.inside_item.west .about_round_text {
	left: -20px;
}
.inside_item .about_round_text_1 {
	font-size: 14px;
	line-height: 17px;
	font-family: 'helveticaneuecyrlight';
	margin-top: 0 !important;
}
.inside_item .about_round_text_2 {
	font-size: 12px;
	line-height: 14px;
	color: #a4a4a4;
	font-family: 'helveticaneuecyrlight';
	text-transform: none;
	display: block !important;
}
.inside_item_text {
	position: absolute;
	left: 85px;
	top: 170px;
	display: none;
	cursor: default;
}
.inside_item_text2 {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 120px;
	width: 400px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-shadow: 0 0 10px #000;
}

.inside_item_text2 h3 {
	color: #fff;
}
.inside_item_text h2, .inside_item_text .h2 {
	font-size: 57px;
	line-height: 60px;
    font-family: 'helveticaneuecyrthin';
	color: #fff;
	min-width: 250px;
	white-space: normal;
}
.close_btn.inside_close {
	margin: 0;
	left: 100%;
	margin-left: 40px;
	top: -65px;
}
.inside_item.active .about_round_2, .inside_item.active .about_round_3 {
	opacity: 1;
}
h2>span, .h2>span, h1>span {
	font-family: 'helveticaneuecyrlight';
}
 h1>div {
 	font-size: 0.5em;
 	line-height: 1;
 }
span.caps {
	font-family: inherit !important;
}
.inside_frame .text_frame {
	top: 50%;
	left: 60%;
	margin: -190px 0 0 -150px;
	width: 410px;
	color: #a7b5ba;
}
.bg_text.n13 {
	width: 65px;
	height: 70px;
	margin: -35px 0 0 -32px;
	background-position: -752px -94px;
}
.bg_text.n14 {
	width: 70px;
	height: 36px;
	margin: -18px 0 0 -35px;
	background-position: -823px -94px;
}
.bg_text.n15 {
	width: 74px;
	height: 62px;
	margin: -31px 0 0 -37px;
	background-position: -900px -94px;
}
.press_frame .text_frame {
	left: 30%;
	margin-left: -180px;
	width: 400px;
	color: #8f9ca0;
}
.press_frame .text_frame.n0 {
	top: auto;
	bottom: 60%;
	margin-bottom: -10px;
}
.press_frame .text_frame.n1 {
	top: 60%;
	margin-top: -140px;
}
.press_frame h1, .news_list_title h1 {
	color: #fff;
	font-size: 55px;
	line-height: 65px;
}
.press_frame .text_frame h4 {
	color: #d8d8d8;
}
.round_link_frame.n10, .round_link_frame.n11, .round_link_frame.n16 {
	left: 485px;
	top: -110px;
}
.round_link_frame.n11 {
	margin-left: 130px;
}
.round_link_frame.n16 {
	margin-left: 260px;
}
.round_link_frame.n10 .round_link_bg {
	background-position: -635px -5px;
}
.round_link_frame.n11 .round_link_bg {
	background-position: -695px -5px;
}
.round_link_frame.n16 .round_link_bg {
	background-position: -451px -5px;
}
.round_link_frame.n10 .round_link.n3, .round_link_frame.n15 .round_link.n3, .round_link_frame.n17 .round_link.n3 {
	background-position: -5px -920px;
}
.round_link_frame.n10 .round_link.n2, .round_link_frame.n15 .round_link.n2, .round_link_frame.n17 .round_link.n2 {
	background-position: -130px -920px;
}
.round_link_frame.n10 .round_link.n1, .round_link_frame.n15 .round_link.n1, .round_link_frame.n17 .round_link.n1, .round_link_frame.n18 .round_link.n1 {
	background-position: -255px -920px;
}
.round_link_frame.n10 .round_link.n0, .round_link_frame.n15 .round_link.n0, .round_link_frame.n17 .round_link.n0, .round_link_frame.n18 .round_link.n0 {
	background-position: -379px -920px;
}
.round_link_frame.n16 .round_link.n3 {
	background-position: -5px -1351px;
}
.round_link_frame.n16 .round_link.n2 {
	background-position: -130px -1351px;
}
.round_link_frame.n16 .round_link.n1 {
	background-position: -255px -1351px;
}
.round_link_frame.n16 .round_link.n0 {
	background-position: -379px -1351px;
}

/*.news_bg {*/
	/*height: 140%;*/
/*}*/
.news_scroll {
	position: absolute;
	left: 30%;
	top: 50%;
	margin: -65px 0 0 -213px;
	bottom: 0;
	width: 960px;
}
.news_list {
	overflow: hidden;
	clear: both;
}
.news_item {
	float: left;
	margin: 40px 33px;
	width: 249px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.news_item.hidden {
  display: none;
}

.news_text {
	color: #b0bec3;
	font-size: 14px;
	line-height: 1;
}
.news_item h3, .news-article_scroll h1 {
	font-size: 16px;
	line-height: 19px;
    font-family: 'helveticaneuecyrroman';
    margin: 0;
}
.news_date {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 8px;
}
.news_date span {
	color: #b0bec3;
}
.news_spacer {
	clear: both;
}
.news_scroll .jspContainer>div {
	overflow: visible !important;
}
/*.news_bg {
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}*/
.news_list_title {
	margin: 0 0 0px 33px;
	position: relative;
	float: left;
}
.news_list_title h1 {
	float: left;
	margin-top: -30px;
}

.news_submenu_frame>*+* {
	margin-left: 45px;
}
.press_another {
	position: relative;
	display: block;
	float: left;
	font-size: 23px;
	line-height: 23px;
	text-decoration: underline;
	white-space: nowrap;
	font-family: 'helveticaneuecyrlight';
}
.news-article_scroll {
	position: absolute;
	width: 610px;
	top: 20%;
	bottom: 20%;
	margin: 0 0 0 -355px;
	left: 50%;
}
.news-article_scroll h1 {
	font-size: 35px;
	line-height: 42px;
}
.news-article_scroll .news_text {
	color: #b1b1b1;
	line-height: 21px;
	font-family: 'helveticaneuecyrlight';
}
.news-article_scroll .news_date span {
	color: #b1b1b1;
}
.news-article_scroll .news_date {
	margin: 10px 0 25px;
}
.news-article_frame .close_btn, .media-article_frame .close_btn, .city-news-article_frame .close_btn, .info_frame .close_btn {
	top: 20%;
	right: 50%;
	margin: -30px -370px 0 0;
}
.news-article_scroll b, .news-article_scroll strong {
	font-weight: normal;
	color: #fff;
}
.press_last_frame {
	position: absolute;
	top: 100%;
	left: -33px;
	margin-top: 30px;
	width: 945px;
}

.news_item h3, .press_another.to_news, .round_link_frame.n10 .round_link_title, .news-article_scroll h1 {
	color: #ffcc00;
}
.is_media_article h3, .press_another.to_media, .round_link_frame.n11 .round_link_title, .is_media_article h1 {
  color: #7adeff;
}
.is_city_article h3, .press_another.to_city-news, .round_link_frame.n16 .round_link_title, .is_city_article h1 {
  color: #ff9000;
}



.fly_drag_area {
	background: url('../i/blank.gif');
}
.temp_frame {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.fly_content {
	display: none;
}
.outside_pages .text_frame h3, .outside_frame .text_frame h3 {
	color: #fff;
}
.outside_pages .text_frame, .outside_frame .text_frame {
	color: #eee;
}
#centrer2 .fly_content {
	width: 0;
}
.fly360_btns_frame, .views_btns_frame {
	position: absolute;
	width: 497px;
	height: 178px;
	bottom: 10%;
	left: 50%;
	margin: 0 0 70px -246px;
	background: url('../i/sprite.png?v33') -503px -741px;
	display: none;
}
.round_link_frame.n12, .round_link_frame.n13 {
	width: 99px;
	height: 99px;
	top: 23px;
	left: 77px;
}
.round_link_frame.n13 {
	left: 316px;
}
.round_link_frame.n12 .round_link_bg {
	background-position: -608px -925px;
}
.round_link_frame.n13 .round_link_bg {
	background-position: -503px -925px;
}
.round_link_frame.n12:hover .round_link_bg, .round_link_frame.n12.active .round_link_bg {
	background-position: -608px -1033px;
}
.round_link_frame.n13:hover .round_link_bg, .round_link_frame.n13.active .round_link_bg {
	background-position: -503px -1033px;
}
.round_link_frame.n12 .round_link, .round_link_frame.n13 .round_link {
	width: 86px;
	height: 86px;
	margin: -43px;
}
.round_link_frame.n12 .round_link.n0, .round_link_frame.n13 .round_link.n0 {
	background-position: -245px -205px;
}
.round_link_frame.n12 .round_link.n1, .round_link_frame.n13 .round_link.n1 {
	background-position: -339px -205px;
}
.drag_point_sel.active .round_link {
	opacity: 1;
}

.round_link_frame.n14 {
	width: 128px;
	height: 128px;
	top: 43px;
	left: 183px;
}
.round_link_frame.n14 .round_link_bg {
	background-position: -714px -925px;
}
.round_link_frame.n14:hover .round_link_bg, .round_link_frame.n14.active .round_link_bg {
	background-position: -851px -925px;
}
.round_link_frame.n14 .round_link {
	margin: -66px 0 0 -62px;
}
.drag_point_sel .round_link_title {
	color: #fff;
	display: none;
}
.drag_point_sel:hover .round_link_title, .drag_point_sel.active .round_link_title {
	display: block;
}
.drag_point_sel.n14 .round_link_title {
	margin-top: 21px;
}
.drag_point_sel.n12 .round_link_title {
	text-align: right;
	margin: 13px 0 0 -123px;
}
.drag_point_sel.n13 .round_link_title {
	text-align: left;
	margin: 13px 0 0 -27px;
}
.drag_point_sel .round_link_title span {
	color: #939393;
	font-size: 10px;
}
.outside_pages .pano_help {
	top: 5%;
	margin-top: -5px;
	z-index: auto;
}
.city_frame .pano_help, .city_frame .fly360_btns_frame, .map_frame .pano_help, .map_frame .fly360_btns_frame, .transport_frame .pano_help, .transport_frame .fly360_btns_frame {
	display: block;
}
.city_frame .fly_content.n12, .map_frame .fly_content.n36, .transport_frame .fly_content.n38 {
	display: block;
}
.outside_frame .text_over h2, .outside_frame .text_over .h2 {
	color: #fff;
	font-size: 93px;
	line-height: 73px;
	margin: 0 0 10px -35px;
}
.outside_frame .text_over h2 span, .outside_frame .text_over .h2 span {
	margin-left: 25px;
}
.outside_frame .text_over h4 {
	color: #ffcc00;
}
.outside_frame .text_over .text_frame {
	left: 20%;
	top: 60%;
	margin: -260px 0 0 -170px;
}
.bg_text.n16 {
	width: 94px;
	height: 54px;
	margin: -26px 0 0 -47px;
	background-position: -5px -865px;
}
.bg_text.n17 {
	width: 116px;
	height: 63px;
	margin: -31px 0 0 -56px;
	background-position: -823px -171px;
}
.tower_frame {
	position: absolute;
	width: 476px;
	height: 719px;
	top: 50%;
	left: 65%;
	margin: -385px 0 0 -280px;

}
.tower_sel {
	position: absolute;
	width: 83px;
	height: 69px;
	top: 70px;
	left: 237px;
}
.tower_sel_bg {
	background: url('../i/sprite2.png?v33') -752px -370px;
	opacity: 0.35;
    transition: opacity 0.3s ease;
}
.tower_sel:hover .tower_sel_bg {
	opacity: 1;
}
.tower_sel.no-hover .tower_sel_bg, .tower_sel.no-hover .tower_sel_line {
	opacity: 0.16;
}
.tower_sel.n1 {
	width: 83px;
	height: 9px;
	top: 138px;
	left: 238px;
}
.tower_sel.n1 .tower_sel_bg {
	background-position: -752px -443px;
}
.tower_sel.n2 {
	width: 100px;
	height: 113px;
	top: 158px;
	left: 237px;
}
.tower_sel.n2 .tower_sel_bg {
	background-position: -752px -457px;
}
.tower_sel.n3 {
	width: 103px;
	height: 37px;
	top: 271px;
	left: 238px;
}
.tower_sel.n3 .tower_sel_bg {
	background-position: -752px -575px;
}
.tower_sel.n4 {
	width: 115px;
	height: 64px;
	top: 411px;
	left: 237px;
}
.tower_sel.n4 .tower_sel_bg {
	background-position: -752px -617px;
}
.tower_sel.n5 {
	width: 239px;
	height: 33px;
	top: 679px;
	left: 105px;
}
.tower_sel.n5 .tower_sel_bg {
	background-position: -752px -687px;
}
.tower_sel:after {
	content: '';
	display: block;
	position: absolute;
	width: 510px;
	height: 100%;
	top: 0;
	left: -180px;
	background: url('../i/blank.gif');
	z-index: 1;
	cursor: pointer;
}
.tower_sel.n1:after, .tower_sel.n3:after {
	margin-left: -1px;
}
.tower_sel.n5:after{
	margin-left: 132px;
}
.tower_sel_line {
	position: absolute;
	top: 0;
	height: 100%;
	left: 150px;
	width: 3px;
	background: #bab7b3;
 transition: opacity 0.3s ease;
}
.tower_sel.n1 .tower_sel_line {
	background: #c7cf6a;
	left: -36px;
}
.tower_sel.n2 .tower_sel_line {
	background: #d0c9b0;
}
.tower_sel.n3 .tower_sel_line {
	background: #6ad1f3;
	left: 149px;
}
.tower_sel.n4 .tower_sel_line {
	background: #5fa2c3;
}
.tower_sel.n5 .tower_sel_line {
	background: #d2c38e;
	left: 282px;
}
.tower_sel_text {
    position: absolute;
    top: 50%;
    left: 41px;
    margin-top: -19px;
    font-family: 'helveticaneuecyrlight';
    color: #bab7b3;
    font-size: 25px;
    line-height: 21px;
    width: 170px;
}
.tower_sel_text>div {
	font-size: 16px;
	opacity: 0.7;
}
.tower_sel.n0 .tower_sel_text {
	margin-top: -18px;
}
.tower_sel.n1 .tower_sel_text {
    color: #c7cf6a;
    text-align: right;
    left: auto;
    right: 30px;
    font-size: 20px;
}
.tower_sel.n2 .tower_sel_text {
	color: #d0c9b0;
}
.tower_sel.n3 .tower_sel_text {
	color: #6ad1f3;
}
.tower_sel.n4 .tower_sel_text {
	color: #5fa2c3;
}
.tower_sel.n5 .tower_sel_text {
	color: #d2c38e;
}
.tower_windrose {
	position: absolute;
	width: 153px;
	height: 125px;
	top: 40%;
	left: 93%;
	margin: -150px 0 0 -80px;
	background: url('../i/sprite2.png?v33') -684px -861px;
}
.tower_title, .views_title {
	position: absolute;
	top: 50%;
	left: 30%;
	margin: -50px 0 0 -180px;
}
.tower_title .h2, .views_title .h2 {
	color: #fff;
	font-size: 121px;
	line-height: 85px;
    font-family: 'helveticaneuecyrlight';
	margin-left: -8px;
}
.tower_title .h4, .views_title .h4 {
	font-size: 15px;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0.5em 0;
}
.tower_title .h2 span {
	font-size: 41px;
	line-height: 20px;
}
.bg_text.n18 {
	width: 78px;
	height: 59px;
	margin: -30px 0 0 -64px;
	background-position: -875px -370px;
}
.bg_text.n19 {
	width: 95px;
	height: 59px;
	margin: -30px 0 0 0px;
	background-position: -880px -439px;
}
.contacts_frame .text_frame {
	color: #7e7c77;
	left: 65%;
	margin: -340px 0 0 -70px;
}
.contacts_frame h1 {
	color: #a1a1a1;
	font-size: 93px;
	line-height: 85px;
	margin-top: 58px;
}
.contacts_frame h4, .contacts_frame h3 {
	color: #95928c;
}
.contacts_frame h3 {
	margin: 25px 0 5px;
}

.contacts_frame .contacts_h3 {
	margin-top:10px;
}

.contacts_frame .text_frame a {
	color: #3a8ea9;
}
.contacts_mail {
	font-size: 15px;
    font-family: 'helveticaneuecyrlight';
	padding-left: 30px;
	line-height: 22px;
	position: relative;
}
.contacts_mail:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 13px;
	top: 4px;
	left: 0;
	background: url('../i/sprite.png?v33') -509px -642px;
}
.contacts_phone {
	font-size: 46px;
	line-height: 50px;
	color: #626262;
    font-family: 'helveticaneuecyrlight';
	white-space: nowrap;
}
.contacts_phone.n2 {
	font-size: 35px;
}
.open_feedback {
	cursor: pointer;
	line-height: 62px;
	font-size: 17px;
	color: #54c2e6;
    font-family: 'helveticaneuecyrlight';
	padding-left: 78px;
	position: relative;
    transition: all 0.3s ease;
}
.open_feedback:hover {
	padding-left: 88px;
}
.open_feedback+.open_feedback {
	margin-top: 11px;
}
.open_feedback:before, .feedback_name:before {
	content: '';
	display: block;
	position: absolute;
	width: 61px;
	height: 62px;
	top: 0px;
	left: 0;
	background: url('../i/sprite.png?v33') -400px -65px;
}
.open_feedback.n1:before, .feedback_bg.n1 .feedback_name:before {
	background-position: -400px -131px;
}
.contacts_start_text, .contacts_feedback_text {
	position: absolute;
	margin-top: 15px;
}
.contacts_feedback_text {
	display: none;
}
.feedback_name:before {
	top: -7px;
	left: -155px;
}
.manager_item {
	position: relative;
	font-size: 19px;
	color: #7e7c77;
	line-height: 21px;
    font-family: 'helveticaneuecyrthin';
	padding-left: 82px;
	margin-top: 23px;
}
.manager_phone {
	color: #626262;
	font-size: 23px;
    font-family: 'helveticaneuecyrlight';
}
.manager_phone a {
    text-decoration: none;
    color: #626262;
}
.manager_item:before {
	content: '';
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	top: -8px;
	left: 0;
	background: url('../i/sprite.png?v33') -573px -680px;
}
.manager_item.n1:before {
	background-position: -632px -680px;
}
.manager_item.n2:before {
	background-position: -704px -1220px;
}
.manager_item.n3:before {
	background-position: -779px -1220px;
}
.views_over {
	background-image: url('../i/px074-2.png');
}
.views_frame .p_item.n1 {
	height: 100%;
}
.views_pano_frame {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
}
.views_pano_img {
	position: absolute;
	top: 0;
	left: -4%;
	width: auto;
	height: 100%;
}
.round_link_frame.n15 {
	margin: 50px 0 0 20px;
}
.round_link_frame.n15 .round_link_bg {
	background-position: -881px -5px;
}
.str_left, .str_right {
	position: absolute;
	width: 97px;
	height: 190px;
	top: 50%;
	left: 7%;
	cursor: pointer;
	z-index: 1;
	margin: -100px -50px 0;
	background: url('../i/sprite.png?v33') -775px -1353px;
}
.str_right {
	left: auto;
	right: 7%;
	background-position: -880px -1353px;
}
.views_str, .views_back {
	display: none;
}
.bg_text.n20 {
	width: 80px;
	height: 39px;
	margin: -20px 0 0 -80px;
	background-position: -885px -502px;
}
.bg_text.n21 {
	width: 171px;
	height: 73px;
	margin: -73px 0 0 0px;
	background-position: -5px -777px;
}
.views_str:after {
	content: '';
	position: absolute;
	width: 78px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin: -35px -75px 0;
	background: url('../i/sprite2.png?v33') -383px -680px;
	display: none;
}
.str_left.views_str:after {
	left: auto;
	right: 50%;
	background-position: -471px -680px;
}
.views_str:hover:after {
	display: block;
}
.floor_frame {
  color: #5fa2c3;
  background-image: url(/assets/images/bg/plans.jpg);
  background-size: 100% 100%;
}
.blur_bg, .floor_frame {
	z-index: 10;
	display: none;
}
.floor_sel_frame {
	position: absolute;
	top: 60%;
	left: 15%;
	margin: 70px 0 0 -140px;
	width: 280px;
	height: 90px;
	text-align: center;
}
.floor_sel_val {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 95px;
	line-height: 90px;
}
.floor_up, .floor_down {
	position: absolute;
	width: 92px;
	height: 47px;
	cursor: pointer;
	z-index: 1;
	background: url('../i/blank.gif');
	left: 50%;
	margin-left: -46px;
}
.floor_up {
	bottom: 100%;
	margin-bottom: 70px;
}
.floor_down {
	top: 100%;
	margin-top: 70px;
}
.floor_up.active {
	background: url('../i/sprite.png?v33') -5px -1046px;
}
.floor_down.active {
	background: url('../i/sprite.png?v33') -102px -1046px;
}
.floor_up.active:hover {
	background-position: -723px -1062px;
}
.floor_down.active:hover {
	background-position: -820px -1062px;
}
.floor_up_val, .floor_down_val {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 19px;
	line-height: 35px;
    font-family: 'helveticaneuecyrlight';
	display: none;
}
.floor_up_val.active, .floor_down_val.active {
	display: block;
}
.floor_up_val {
	bottom: 100%;
}
.floor_down_val {
	top: 100%;
}
.floor_menu_frame {
	position: absolute;
	top: 15%;
	left: 0;
	margin-top: -15px;
}
.floor_menu_frame .tower_sel_line {
	position: relative;
	height: auto;
	left: 0;
	cursor: pointer;
}
.tower_sel.n5:after {
	cursor: default;
}
.floor_menu_frame .tower_sel_line+.tower_sel_line {
	margin-top: 26px;
}
.floor_menu_frame .tower_sel_text {
	position: relative;
	top: 0;
	margin-top: 0;
}
.floor_menu_frame .tower_sel_line.active .tower_sel_text {
	font-size: 53px;
	line-height: 44px;
	color: inherit;
}
.floor_menu_frame .tower_sel_line:hover .tower_sel_text {
	color: inherit;
}
.floor_menu_frame .tower_sel_line.active .tower_sel_text>div {
	font-size: 26px;
	line-height: 26px;
	margin-top: 5px;
}
.floor_menu_frame .tower_sel_line.active, .floor_menu_frame .tower_sel_line:hover, .plans_minimap_sel {
	background: #5fa2c3;
}
.floor_menu_frame .tower_sel_line.active {
	width: 8px;
}
.floor_count_sel_frame {
	position: absolute;
	left: 15%;
	top: 60%;
	margin: 150px 0 0 -180px;
	width: 280px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	display: none;
}
.floor_count_sel_frame.active {
	display: block;
}
.floor_count_sel_frame span {
	color: #a2aab6;
}
.floor_count_sel_frame>div {
	position: relative;
	width: 120%;
	left: -10%;
}
.floor_count_sel {
	display: inline-block;
	width: 57px;
	height: 57px;
	line-height: 57px;
	font-size: 30px;
    font-family: 'helveticaneuecyrlight';
	cursor: pointer;
	color: #a2aab6;
	border: 1px solid #a2aab6;
	border-radius: 40px;
	margin: 25px 5px 0;
}
.floor_count_sel.active, .floor_count_sel:hover {
	color: inherit;
	border-width: 3px;
	border-color: #5fa2c3;
	margin: 23px 3px 0;
}
.floor_frame.sky-offices {
	color: #63c2e1;
}
.floor_frame.sky-offices .floor_menu_frame .tower_sel_line.active, .floor_frame.sky-offices .floor_menu_frame .tower_sel_line:hover, .floor_frame.sky-offices .plans_minimap_sel {
	background: #63c2e1;
}
.floor_frame.sky-offices .floor_count_sel.active, .floor_frame.sky-offices .floor_count_sel:hover {
	border-color: #63c2e1;
}
.floor_frame.apartments {
	color: #c1b790;
}
.floor_frame.apartments .floor_menu_frame .tower_sel_line.active, .floor_frame.apartments .floor_menu_frame .tower_sel_line:hover, .floor_frame.apartments .plans_minimap_sel {
	background: #c1b790;
}
.floor_frame.apartments .floor_count_sel.active, .floor_frame.apartments .floor_count_sel:hover {
	border-color: #c1b790;
}
.floor_frame.platinum-apartments {
	color: #91969a;
}
.floor_frame.platinum-apartments .floor_menu_frame .tower_sel_line.active, .floor_frame.platinum-apartments .floor_menu_frame .tower_sel_line:hover, .floor_frame.platinum-apartments .plans_minimap_sel {
	background: #91969a;
}
.floor_frame.platinum-apartments .floor_count_sel.active, .floor_frame.platinum-apartments .floor_count_sel:hover {
	border-color: #91969a;
}
.floor_frame.club-floor {
	color: #bcc568;
}
.floor_frame.club-floor .floor_menu_frame .tower_sel_line.active {
	background: #bcc568;
}

.apart_details_frame {
    position: absolute;
    bottom: 8%;
    left: 25%;
    margin: 0 0 0 50px;
    white-space: nowrap;
    color: #a2aab6;
    text-align: center;
    width: 50%;
}
.popup_details_row {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin: 0 15px;
}
.popup_details_row>div {
	font-size: 53px;
	line-height: 55px;
    font-family: 'helveticaneuecyrlight';
}
.popup_details_row>div>span {
	font-size: 23px;
	line-height: 0;
}
.popup_details_row>div sup {
	font-size: 0.65em;
	line-height: 100%;
}
.popup_details_row+.popup_details_row {
	margin-top: 25px;
}

.not_sale_text {
	display: none;
	font-size: 30px;
	line-height: 35px;
	margin-top: 55px;
}
.apart_details_frame.not-sale .popup_details_row {
	display: none;
}
.apart_details_frame.not-sale .not_sale_text {
	display: block;
}

.floor_frame_title {
	position: absolute;
	top: 10%;
	left: 41px;
	margin-top: -35px;
	font-size: 18px;
	color: #cbc9c3;
	line-height: 20px;
}
.floor_frame_title>div {
    font-family: 'helveticaneuecyrlight';
	font-size: 16px;
}
.floor_frame .close_btn {
	right: auto;
	top: 7%;
	left: 300px;
	right: auto;
	margin-top: -25px;
	background-position: -929px -376px;
}
.tower_bg, .news_bg {
	height: auto;
}
.tower_bg.n1, .tower_bg.n3 {
	width: 58%;
	left: -10%;
	margin-top: 14.7%;
}
.tower_bg.n3 {
	margin-top: 23%;
}
.tower_bg.n2 {
	margin-top: 20%;
}
.floor_frame .contacts_start_text {
	top: 50%;
	left: 93%;
	margin: -70px 0 0 -150px;
}
.club-floor	.text_frame {
	left: 40%;
	width: 440px;
	top: 20%;
	bottom: 20%;
	margin: 0 0 0 -215px;
	color: #b2b2bc;
}
.club-floor_title {
	position: absolute;
	width: 200px;
	left: 20%;
	top: 50%;
	margin: -80px 0 0 -200px;
	color: #bcc568;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}
.club-floor_title>div {
	font-size: 155px;
	line-height: 130px;
	margin-bottom: 10px;
}
.plans_view {
	position: absolute;
	width: 38px;
	height: 38px;
	margin: -9px;
	cursor: pointer;
	z-index: 1;
	background: url('../i/sprite.png?v33') -200px -1046px;
}
.plans_view.n0 {
	top: -3%;
	left: 52%;
}
.plans_view.n1 {
	top: 74%;
	left: 77%;
}
.plans_view.n2 {
	top: 53%;
	left: -4%;
}
.plans_view:hover:after {
	content: 'Виды из окон';
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	font-size: 14px;
	color: #bdbab0;
	line-height: 38px;
	padding-left: 20px;
	white-space: nowrap;
	text-shadow: 0 0 3px #fff;
}
.views_btns_frame {
	width: 360px;
	height: 128px;
	background-position: -5px -1207px;
	bottom: 5%;
	margin: 0 0 50px -180px;
}
.views_btns_frame .round_link_frame.n12 {
	left: 86px;
	top: -1px;
}
.views_btns_frame .round_link_frame.n13 {
	left: 185px;
	top: -1px;
}
.views_btns_frame .round_link_frame.n12 .round_link_bg {
	background-position: -5px -1102px;
}
.views_btns_frame .round_link_frame.n12:hover .round_link_bg, .views_btns_frame .round_link_frame.n12.active .round_link_bg {
	background-position: -216px -1102px;
}
.views_btns_frame .round_link_frame.n13 .round_link_bg {
	background-position: -111px -1102px;
}
.views_btns_frame .round_link_frame.n13:hover .round_link_bg, .views_btns_frame .round_link_frame.n13.active .round_link_bg {
	background-position: -321px -1102px;
}
#views_windrose {
	position: absolute;
	width: 136px;
	height: 136px;
	left: 7%;
	top: 80%;
	margin: -90px 0 0 20px;
	background: url('../i/sprite.png?v33') -375px -1207px;
	display: none;
}
#views_windrose:before {
	content: '';
	display: block;
	position: absolute;
	width: 73px;
	height: 23px;
	top: 38px;
	left: 26px;
	background: url('../i/sprite.png?v33') -525px -1140px;
}
#views_windrose.active1:before {
	width: 24px;
	height: 71px;
	top: 41px;
	left: 76px;
	background-position: -525px -1230px;
}
#views_windrose.active2:before {
	width: 55px;
	height: 53px;
	top: 60px;
	left: 24px;
	background-position: -525px -1170px;
}
#views_windrose.hover0:before {
	width: 73px;
	height: 23px;
	top: 38px;
	left: 26px;
	background-position: -525px -1140px;
}
#views_windrose.hover1:before {
	width: 24px;
	height: 71px;
	top: 41px;
	left: 76px;
	background-position: -525px -1230px;
}
#views_windrose.hover2:before {
	width: 55px;
	height: 53px;
	top: 60px;
	left: 24px;
	background-position: -525px -1170px;
}
.news_mail_frame {
	position: absolute;
	width: 270px;
	height: 142px;
	top: -135px;
	left: 855px;
}
.news_mail_title {
	font-size: 28px;
	color: #9abb15;
	line-height: 25px;
    font-family: 'helveticaneuecyrlight';
	margin: 0 0 10px 17px;
}
.news_mail_title>div {
    font-family: 'helveticaneuecyrultralight';
}
.news_mail_input {
	position: relative;
	float: left;
	width: 190px;
	height: 19px;
	padding: 5px 16px;
	font-size: 16px;
	color: #9abb15;
	border: 2px solid #9abb15;
	background: none;
	margin: 0;
	border-radius: 20px;
    font-family: 'helveticaneuecyrlight';
}
.news_mail_frame ::-webkit-input-placeholder {
    color: #9abb15;
}
.news_mail_frame :-moz-placeholder {
    color: #9abb15;
}
.news_mail_frame ::-moz-placeholder {
    color: #9abb15;
}
.news_mail_frame :-ms-input-placeholder {
    color: #9abb15;
}
.news_mail_send {
	float: left;
	font-size: 11px;
	line-height: 33px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	color: #9abb15;
	margin-left: 10px;
}
.news_mail_text {
	clear: both;
	width: 190px;
	margin: 57px 0 0 17px;
	font-size: 11px;
	color: #837b81;
	line-height: 12px;
}
.mail-success {
	color: #9abb15;
}
.mail-error {
	color: #F00;
}
.audio_toggle {
	position: absolute;
	width: 87px;
	height: 16px;
	top: 8%;
	left: 6%;
	margin: -53px 0 0 -50px;
	cursor: pointer;
	z-index: 10;
	background: url('../i/sprite.png?v33') -246px -1046px;
}
.audio_toggle.muted {
	background-position: -246px -1069px;
}
.feedback_popup {
	background: url('../i/px050.png');
}
.feedback_popup .feedback_bg {
	position: absolute;
	top: 50%;
	left: 70%;
	margin: -180px 0 0 -50px;
}
.outside_pages .round_link_frame.n15 {
	top: 50%;
	right: 8%;
    margin: -10px -45px 0 0;
}
.outside_pages .round_link_frame.n17 {
    top: 50%;
    right: 8%;
    margin: -200px -45px 0 0;
}
.outside_pages .round_link_frame.n15 .round_link_bg {
	background-position: -794px -1146px;
}
.outside_pages .round_link_frame.n17 .round_link_bg {
    background-position: -880px -5px;
}
.round_link_frame.n15 .round_link_title, .round_link_frame.n17 .round_link_title {
	color: #ffc800;
}
.around_map_frame {
	display: none;
	z-index: 1;
}
.around_map_frame .map_place {
	background: #d6d6d6 !important;
}
.inside_item_text .round_link_frame {
	top: -210px;
	left: 70px;
}
.inside_item_text .round_link_frame .round_link_bg {
	background-position: -910px -1146px;
}
.to_skyscrapers,
.to_info,
.news__moreBtn {
	font-size: 14px;
	line-height: 15px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 100%;
	left: 53px;
	margin-top: 18px;
	background: #fcd441;
	color: #464260;
	border-radius: 30px;
}
.to_skyscrapers:before,
.to_info:before,
.news__moreBtn:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 4px solid #fcd441;
	border-radius: 30px;
}
.to_skyscrapers:hover:before,
.to_info:hover:before,
.news__moreBtn:hover:before {
	left: -8px;
	right: -8px;
	top: -7px;
	bottom: -7px;
}
.to_skyscrapers {
    margin: 15px 0 0 -15px!important;
}
.sky_lines {
	position: absolute;
	width: 1448px;
	height: 387px;
	background: url('../i/skyscrapers_lines.png') no-repeat;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -755px;
}
.sky_item {
	position: absolute;
	left: 238px;
	width: 186px;
	bottom: 0;
	white-space: nowrap;
}
.sky_bg_over {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;
	bottom: 0;
	overflow: hidden;
}
.sky_bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 427px;
	bottom: 0;
	background: url('../i/sky.png') no-repeat;
}
.sky_shadow {
	position: absolute;
	left: 0;
	width: 100%;
	height: 75px;
	top: 100%;
	background: url('../i/sky.png') no-repeat -5px -464px;
	display: none;
}
.sky_text.n0 {
	position: absolute;
	bottom: 447px;
	left: -30px;
	font-size: 12px;
	color: #fff;
    font-family: 'helveticaneuecyrthin';
	display: none;
}
.sky_text_4>span {
	font-size: 20px;
}
.sky_text.n1 {
	position: absolute;
	top: 38px;
	left: 6px;
	/*font-size: 10px;*/
  font-size: 14px;
  /*line-height: 15px;*/
	line-height: 16px;
	color: #fff;
	display: none;
}
.sky_text_0 {
    font-family: 'helveticaneuecyrthin';
	font-size: 20px;
	opacity: 0.65;
	line-height: 30px;
}
.sky_text_4 {
	opacity: 0.65;
}
.sky_text_0>span {
	font-size: 40px;
}
.sky_text_1 {
	color: #cecdd1;
	text-transform: uppercase;
    font-family: 'helveticaneuecyrroman';
}
.sky_text_2 {
	color: #747579;
    font-family: 'helveticaneuecyrlight';
}
.sky_item.n0 .sky_text_0, .sky_item.n0 .sky_text_4 {
	opacity: 1;
}
.sky_item.n0 .sky_text_0>span, .sky_item.n0 .sky_text_4>span {
    font-family: 'helveticaneuecyrmedium';
}

.sky_item.n0 .sky_bg {
	background-position: -5px -10px;
	height: 455px;
}
.sky_item.n1 {
	width: 89px;
	margin-left: 240px;
}
.sky_item.n1 .sky_bg {
	background-position: -240px 0;
}
.sky_item.n1 .sky_shadow {
	background-position: -240px -427px;
}
.sky_item.n1 .sky_text.n0 {
	bottom: 418px;
	left: -37px;
}
.sky_item.n2 {
	width: 95px;
	margin-left: 363px;
}
.sky_item.n2 .sky_bg {
	background-position: -363px 0;
}
.sky_item.n2 .sky_shadow {
	background-position: -363px -427px;
}
.sky_item.n2 .sky_text.n0 {
	bottom: 392px;
	left: 12px;
}
.sky_item.n3 {
	width: 84px;
	margin-left: 515px;
}
.sky_item.n3 .sky_bg {
	background-position: -515px 0;
}
.sky_item.n3 .sky_shadow {
	background-position: -515px -427px;
}
.sky_item.n3 .sky_text.n0 {
	bottom: 368px;
	left: -22px;
}
.sky_item.n4 {
	width: 97px;
	margin-left: 644px;
}
.sky_item.n4 .sky_bg {
	background-position: -644px 0;
}
.sky_item.n4 .sky_shadow {
	background-position: -644px -427px;
}
.sky_item.n4 .sky_text.n0 {
	bottom: 358px;
	left: 1px;
}
.sky_item.n5 {
	width: 79px;
	margin-left: 780px;
}
.sky_item.n5 .sky_bg {
	background-position: -780px 0;
}
.sky_item.n5 .sky_shadow {
	background-position: -780px -427px;
}
.sky_item.n5 .sky_text.n0 {
	bottom: 356px;
	left: -28px;
}
.sky_item.n6 {
	width: 90px;
	margin-left: 908px;
}
.sky_item.n6 .sky_bg {
	background-position: -908px 0;
}
.sky_item.n6 .sky_shadow {
	background-position: -908px -427px;
}
.sky_item.n6 .sky_text.n0 {
	bottom: 331px;
	left: -34px;
}
.inside_cur_floor_frame {
	position: absolute;
	width: 65px;
	height: 145px;
	bottom: 10%;
	left: 288px;
	margin-bottom: -10px;
	background: url('../i/px051.png');
}
.inside_cur_floor {
	font-size: 14px;
	color: #fff;
	text-align: center;
    font-family: 'helveticaneuecyrthin';
	text-transform: uppercase;
	line-height: 25px;
}
.inside_cur_floor>div {
	font-size: 50px;
	line-height: 50px;
	padding-top: 35px;
    font-family: 'helveticaneuecyrroman';
}
.inside_cur_tower_title {
	position: absolute;
	top: 150px;
    font-family: 'helveticaneuecyrthin';
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 0 20px;
}
.inside_cur_tower_title.n0 {
	right: 100%;
}
.inside_cur_tower_title.n1 {
	left: 100%;
}
.weather_frame {
	position: absolute;
	top: 12%;
	left: 8%;
	margin: -40px 0 0 -75px;
	width: 160px;
	display: none;
}
.weather_item {
	position: relative;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 12px;
}
.weather_item.n0 {
	line-height: 57px;
	height: 57px;
}
.wtr_1, .wtr_4 {
    font-family: 'helveticaneuecyrmedium';
}
.wtr_0 {
	font-size: 34px;
	display: inline-block;
	margin-top: -34px;
	vertical-align: middle;
	margin-left: -10px;
}
.wtr_1 {
	font-size: 67px;
	line-height: 57px;
}
.wtr_2 {
	font-size: 34px;
}
.wtr_3 {
	font-size: 44px;
	display: inline-block;
	vertical-align: top;
	margin: -11px 0 0 -22px;
}
.weather_spacer {
	width: 104px;
	margin: 12px auto;
	height: 4px;
	background: #fff;
}
.wtr_4, .wtr_5 {
	font-size: 14px;
	display: inline-block;
	line-height: 27px;
}
.wtr_4 {
	font-size: 28px;
}
.to_partners {
	position: absolute;
	left: 56px;
	bottom: -8px;
	line-height: 12px;
	color: #959a9e;
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
    font-family: 'helveticaneuecyrmedium';
}
.to_partners:hover {
	text-decoration: underline;
}
.around_map_shadow {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
}
.around_map_shadow.n1 {
	left: auto;
	right: 0;
}
.plans_minimap {
	position: absolute;
	width: 107px;
	height: 256px;
	background: url('../i/sprite.png?v33') -503px -1313px;
	right: 10%;
	bottom: 5%;
	margin: 0 0px 8px 0;
}
.plans_minimap_sel {
	position: absolute;
	width: 50px;
	height: 3px;
	left: 59px;
}
.about_frame .text_frame, .about2_frame .text_frame {
	width: 340px;
	margin-top: -300px;
}
.about_frame .text_frame{
    bottom: 100px;
}
.about_frame .text_frame .text_scroll {
    height: 50%;
}
.inside_item_img_frame, .inside_item_img {
	position: absolute;
	width: 125px;
	height: 125px;
	top: 0;
	left: 0;
}
.news_text img {
	float: left;
	margin: 0 10px 5px 0;
	max-width: 100%;
	height: auto !important;
}
.lang_frame {
	position: absolute;
	left: 8%;
	top: 8%;
	margin: -48px 0 0 30px;
	font-size: 11px;
	color: #43515f;
	line-height: 15px;
	z-index: 1100;
	font-family: 'helveticaneuecyrmedium';
	text-transform: uppercase;
	/* display: none; */
}
a.lang_sel {
	text-decoration: none;
}
span.lang_sel {
	color: #5eb3cb;
}
.views_floor_sel_frame {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 165px;
	top: 50%;
	margin-top: -31px;
	display: none;
}
.views_floor_sel_frame .floor_sel_val {
	text-align: center;
	color: #fbb818;
	line-height: 17px;
	font-size: 15px;
}
.views_floor_sel_frame .floor_sel_val>div {
	line-height: 42px;
	font-size: 50px;
    font-family: 'helveticaneuecyrthin';
	padding-top: 3px;
}
.floor_up.at_views, .floor_down.at_views {
	width: 62px;
	height: 32px;
	margin: 8px -31px;
	background: url('../i/blank.gif');
}
.floor_up.at_views.active {
	background: url('../i/sprite.png?v33') -618px -1353px;
}
.floor_down.at_views.active {
	background: url('../i/sprite.png?v33') -618px -1395px;
}
.goldensite, .vr_link {
	position: absolute;
    left: 6%;
    top: 15%;
    margin: -50px 0 0 -60px;
	z-index: 20;
}
.goldensite {
	left: 5%;
}
.goldensite>img {
	width: 75%;
	margin: 0 auto;
}
.goldensite>div {
		position: absolute;
	height: 0;
	left: 50%;
	font-size: 9px;
	/*color: #da5853 ;*/
	color: #fff ;
	line-height: 12px;
	top: 100%;
	text-align: center;
    font-family: 'helveticaneuecyrthin';
    width: 200px;
    margin: 8px -100px;
    text-transform: uppercase;
}
.vr_link {
	top: 15%;
	width: 52px;
	height: 47px;
	background: url('../i/sprite.png?v33') -688px -1501px;
	margin: 80px 0 0 -57px;
	text-decoration: none;
}
.vr_link>div {
	position: absolute;
	height: 0;
	left: 50%;
	font-size: 9px;
	color: #7be0ff;
	line-height: 12px;
	top: 100%;
	text-align: center;
    font-family: 'helveticaneuecyrthin';
    width: 200px;
    margin: 8px -100px;
    text-transform: uppercase;

}
.home_lenta {
	position: absolute;
	width: 100%;
	top: 77%;
	left: 0px;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 23px;
	text-decoration: none;
	text-align: center;
	background-color: #ad2424;
	text-transform: uppercase;
}
.home_lenta_text>span {
	font-family: 'helveticaneuecyrmedium';
	margin-left: 20px;
	font-weight: bold;
}
.home_lenta_shadow {
	position: absolute;
	width: 464px;
	height: 100%;
	left: 0px;
	top: 0;
	background: url('../i/home_lenta_shadow.png') -464px 0;
}
.home_lenta_shadow.n1 {
	left: auto;
	right: 0;
	background-position: 0 0;
}
.tower_title .h2 {
	margin-left: 0;
}
.tower_title .h2 span {
	display: block;
	line-height: 40px;
	margin-top: 20px;
	text-transform: uppercase;
}
.sky-offices_text {
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	width: 35%;
	margin: -100px 0;
}
.sky-offices_links_frame {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 47%;
  margin: -18px 0;
}
.sky-offices_text .text_frame {
	top: 100px;
	bottom: 140px;
	height: auto;
	left: 0;
	width: 100%;
	margin: 0;
	color: #7f8384;
    font-family: 'helveticaneuecyrlight';
}
.sky-offices_text .jspDrag {
	background-color: #34549c;
}
.sky-offices_text .text_frame h1, .sky-offices_text .text_frame h2 {
	color: inherit;
	white-space: normal;
	font-size: 2em;
	line-height: 1;
	margin: 0.5em 0;
    font-family: 'helveticaneuecyrthin';
}
.sky-offices_text .text_frame h2 {
	font-size: 1.5em;
}
.sky-offices_title {
	position: absolute;
	left: 30%;
	top: 50%;
	margin: -100px 0 0 -250px;
	font-size: 39px;
	text-transform: uppercase;
	color: #fff;
    font-family: 'helveticaneuecyrlight';
    line-height: 1.1;
}
.sky-offices_title>span {
	font-size: 80px;
	line-height: 0.85;
	text-transform: none;
	display: inline-block;
	margin-bottom: 40px;
}
.from_sky-offices {
  font-size: 18px;
  line-height: 30px;
  color: #0099dd;
  padding: 0 22px;
  border: 2px solid #009cde;
  border-radius: 20px;
  margin: 20px 0 0;
  display: inline-block;
  text-decoration: none;
}
.from_sky-offices+.from_sky-offices {
	/*margin-top: 15px;*/
	margin-left: 10px;
}
.retail_frame .from_sky-offices+.from_sky-offices {
    margin: 15px 0 0 15px;
}
.skyoffices_frame .from_sky-offices {
    margin: 15px 5px 0 0;
    font-size: 15px;
    padding: 0 15px;
}
.home_frame h1, .about_frame h1, .architecture_frame h1, .outside_frame .outside_over h1 {
	font-size: 1.5em;
	line-height: 1;
	color: inherit;
	color: #fff;
	margin: 10px 0 10px 0;
    font-family: 'helveticaneuecyrlight';
}
.plans_frame h1 {
	color: #f4a31f;
}
.skyscrapers_frame h1 {
	position: absolute;
	margin: -90px 110px 0 0;
    top: 14%;
    right: 12%;
	white-space: nowrap;
	text-align: right;
}
.skyscrapers_frame h1 .text_frame_title.n1 {
	font-size: 30px;
	line-height: 1;
	margin: 0 40px 0 0;
}
.skyscrapers_frame h1 .text_frame_title.n3 {
	font-size: 60px;
	line-height: 1;
	margin: 0 25px 0 0;
}
.skyscrapers_frame h1 .text_frame_title.n2 {
	font-size: 40px;
	line-height: 1;
	margin: 0 0px 0 0;
}
.realty-text_submenu_a {
	font-size: 18px;
	text-decoration: underline;
	color: #7a7a7a;
    font-family: 'helveticaneuecyrlight';
    line-height: 1.5;
    display: block;
}
.realty-text_submenu_a.active {
	text-decoration: none;
	color: #3faed3;
	font-size: 25px;
}
.action_popup {
	text-align: center;
	display: none;
}
.action_img_frame {
	display: inline-block;
	position: relative;
	height: 90%;
	top: 5%;
}
.action_img_frame img {
	height: 100%;
	width: auto;
	position: relative;
}
.action_close {
	top: 10px;
	right: -50px;
	left: auto;
	margin: 0;
	height: 40px;
}
.apartments_frame h3, .offices_frame h3 {
    color: #7f8384;
    font-size:20px;
}
.round_link_frame.open_route {
	top: 50%;
	left: 6%;
    margin: -20px 0 0 -45px;
}
.round_link_frame.open_route .round_link_title {
    color: #fff;
}
.round_link_frame.open_route .round_link_bg {
    background-position: -940px -0px;
}
.route_adr_frame {
	position: absolute;
	width: 302px;
	height: 166px;
	left: 0;
	top: 50%;
	margin: -83px 0 0 -302px;
	background: #fff;
	z-index: 1;
}
.route_adr_input {
	position: absolute;
	top: 92px;
	left: 30px;
	display: block;
	width: 228px;
	margin: 0;
	padding: 5px 20px 5px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #96999b;
	color: #96999b;
	font-size: 16px;
	height: 20px;
	border-radius: 0;
    font-family: 'helveticaneuecyrlight';
	cursor: pointer;
}
.route_adr_title {
	position: absolute;
	top: 25px;
	left: 30px;
	line-height: 25px;
	font-size: 35px;
	color: #54c2e6;
    font-family: 'helveticaneuecyrultralight';
}
.route_adr_title>div {
	margin-left: 38px;
    font-family: 'helveticaneuecyrroman';
}
.route_adr_close {
	right: 22px;
	top: 19px;
}
.route_adr_btn {
	position: absolute;
	width: 14px;
	height: 30px;
	right: 24px;
	top: 92px;
	cursor: pointer;
	background: url('../i/sprite.png?v33') -735px -1353px;
}
.route_adr_text {
	position: absolute;
	left: 30px;
	top: 130px;
	font-size: 12px;
	color: #c8c8c8;
	line-height: 1;
    font-family: 'helveticaneuecyrlight';
}
.vr_text {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	width: 60%;
	margin: 0 auto;
}
.vr_logo {
	width: 106px;
	height: 94px;
	margin: 0 auto;
	background: url('../i/sprite.png?v33') 0px -100px;
}
.vr_text h1 {
	font-size: 74px;
    font-family: 'helveticaneuecyrthin';
    line-height: 60px;
    margin: 75px 0 30px;
}
.vr_text h1>span {
	display: block;
	font-size: 48px;
    font-family: 'helveticaneuecyrroman';
}
.vr_app_links_frame {
	position: relative;
	overflow: hidden;
	margin: 50px auto;
	width: 500px;
}
.vr_app_link {
	display: block;
	width: 205px;
	height: 73px;
	float: left;
	background: url('../i/sprite.png?v33') 0px -203px;
}
.vr_app_link.n1 {
	float: right;
	background-position: -0px -282px;
}

.specialoffer_frame .sky-offices_text{
    bottom: 30%;
    top : 30%;
    width: 40%;
}

.specialoffer_frame .text_frame{
    bottom: 0;
    top: 0;
}


._en .menu_link_hout_title {
	margin-top: 5px;
}
._en .about_round_text_1 {
	margin-top: 4px;
}
._en .menu_link_hout_title>div, ._en .about_round_text_2 {
	display: none;
}
._en .interiors_frame .page_title h1, ._en .life_frame .page_title h1 {
	margin-left: 7px;
}

.round_link_frame.n18 .round_link_bg {
	background-image: none;
}

.error-message {
  display: none;
  color: red;
  position: absolute;
  line-height: 20px;
  top: 92%;
  left: 0px;
  font-size: 10px;
  opacity: .6;
}

.xdsoft_datetimepicker {
  font-family: 'helveticaneuecyrroman', Arial, Helvetica, sans-serif;
}

.life_frame .bg_text.n10 {
  width: 360px;
}

.topDark .row_top {
  color: #fff;
}

.bg_text.n11 {
    width: 98px;
    height: 68px;
    background-position: -796px -2px;
}

.bg_text.n12 {
    height: 72px;
}

.bg_text.n5 {
    width: 169px;
    height: 112px;
    margin: -50px 0 0 -166px;
    background-position: -341px -5px;
}

.bg_text.n6 {
    width: 90px;
    height: 96px;
    margin: -45px 0 0 -83px;
    background-position: -512px -5px;
}

.bg_text.n7 {
    width: 164px;
    height: 96px;
    margin: -47px 0 0 -96px;
    background-position: -624px -5px;
}

.bg_text.n8 {
    width: 124px;
    height: 68px;
    margin: -30px 0 0 0px;
    background-position: -148px -161px;
}

.bg_text.n9 {
    width: 355px;
    height: 257px;
    margin: 0;
    background-position: -5px -520px;
}

.bg_text.n20 {
    width: 80px;
    height: 60px;
    margin: -20px 0 0 -80px;
    background-position: -885px -498px;
}

.bg_text.n21 {
    width: 177px;
    height: 87px;
    margin: -73px 0 0 0px;
    background-position: -5px -777px;
}

.news__moreBtn {
  left: 30%;
  top: 50%;
  margin: 240px 0 0 -184px;
  cursor: pointer;
}


.to_info {
  left: 8px;
}


.page__dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}

.gallery_frame .page__dark-bg {
  background-color: rgba(0,0,0,.5);
}


/* ГАЛЕРЕЯ */

.gallery_frame .carousel_item {
  width: 280px;
  margin: 0 35px;
}

.carousel_item_img {
  border-radius: 50%;
  width: 100%;
}
.carousel_item_title {
  margin-top: 1em;
  font-family: 'helveticaneuecyrthin';
  font-size: 20px;
  color: #dbe6e9;
  text-align: center;
}
.carousel_item_title--gallery {
  margin-top: 1.5em;
}

.carousel_item__inner {
  display: block;
  position: relative;
  padding: 22px;
}

.gallery_round_2,
.gallery_round_3 {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


@media (min-width: 1600px) {

  .gallery_frame .carousel_over {
    width: 1200px;
    margin: -133px 0 0 -590px;
  }

  .gallery_frame .carousel_item {
    margin: 0 60px;
  }
}

@media (max-width: 1600px) {
  .retail_frame .sky-offices_text .text_frame h2 {
	    font-size: 1.2em;
	}
}

@media (min-width: 2200px) {

  .gallery_frame .carousel_over {
    width: 1400px;
    margin: -133px 0 0 -680px;
  }

  .gallery_frame .carousel_item {
    margin: 0 93px;
  }
}

@media (min-width: 2400px) {

  .gallery_frame .carousel_over {
    width: 1600px;
    margin: -133px 0 0 -770px;
  }

  .gallery_frame .carousel_item {
    margin: 0 127px;
  }
}

#recaptcha_widjet > div {
  margin: 0 auto;
  margin-top: 24px;
}


.contacts_phone--small {
  font-size: 36px;
}

.contacts__mailElement {
  display: inline-block;
  margin-right: 32px;
}


.exclusiveoffer_frame .text_frame, .platinum_frame .text_frame,  .apartplusoffice_frame .text_frame, .investments_frame .text_frame{
  background-color: rgba(0,0,0,.75);
  padding: 1em 2em;

  top: 50%;
  bottom: auto;transform: translateY(-50%);
}

.sky-offices_text--withBg {
    /*bottom: 38%;*/
    /*top : 38%;*/
    width: 40%;
}
.sky-offices_text--withBg .jspPane>div {
  padding: 1em 2em;
}
.sky-offices_title {
    text-shadow: 2px 3px 2px #000;
}
/*
.tower_sel.n4 .tower_sel_bg {
  opacity: 0;
}
.tower_sel.n4:after {
  cursor: default;
}

.tower_sel.n4 .tower_sel_text {
  color: #bab7b3;
  margin-top: 64px;
}
.tower_sel.n4 .tower_sel_line {
  background-color: #edece9;
}
*/
.round_link_bg .title_1 {
  font-size: .7em;
}

.tower_sel_line.floor_type_sel.offices {
  /*display: none;*/
}

.from_sky-offices:hover {
  background-color: #009cde;
  color: #fff;
}

.sky-offices_title>.title_addon {
  font-size: 36px;
  line-height: 1.3;
  text-transform: lowercase;
  /*text-shadow: 0 0 0.25em #000;*/
  text-shadow: 2px 2px 4px #000;
}
.exclusiveoffer_frame .exclusive_title_addon {
    text-shadow: 3px 3px 2px #000;
    text-transform: none;
}
.exclusiveoffer_frame .sky-offices_title {
    margin-top: -235px;
}
.office56_frame .sky-offices_title {
    margin-top: -210px;
}
.skyoffices_frame .sky-offices_title {
    margin-top: -205px;
}
.retail_frame .sky-offices_title {
    margin-top: -310px;
}
.white-box_frame .sky-offices_title {
    position: absolute;
    left: 6%;
    top: 10%;
    margin: 0;
}
.white-box_frame .sky-offices_title>.exclusive_title {
	font-size:70px;
	line-height: 1;
	text-transform: none;
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'helveticaneuecyrultralight';
}
.white-box .mask_img {
	display: none;
}

.home_text .text_frame_title.n1 {
    font-size: 50px;
    line-height: 55px;
    margin-left: 0;
    /* margin: 0 0 0 -145px; */
}

.home_text .text_frame_title.n2 {
  font-size: 22px;
  margin: 0 0 0 -150px;
  line-height: 1.2;
}
.home_text .text_frame_title.n3 {
  font-size: 40px;
  /* margin: -22px 0 0 -168px; */
}

.home_text .text_frame_title.n2,
.home_text .text_frame_title.n3 {
	margin: 0;
}

.home_text {
  /*   
    top: 73%;
    left: 23%; */
    /* margin: -332px 0 0 -50px; */
    position: absolute;
    left:  50%;
    bottom: 18%;
    top: auto;
    margin: 0;
    text-align: center;
    transform: translate(-50%, 0%);
	width: 90%;
}

.home_text.n1 {
    top: 130px;
    /* left: 14%; */
    left: 125px;
    margin: 0 0 0 36px;
    transform: translate(0%, 0%);
    text-align: left;
}

.text_frame_title.n2 {
 font-family: 'helveticaneuecyrthin';
 letter-spacing: 1px;
}
.home_text .btn {
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	/*border:  1px solid #fff;*/
	background: #fff;
	color: #16243F;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 40px 17px;
   /*font-family: 'helveticaneuecyrthin', Arial, Helvetica, sans-serif;*/
	display: inline-block;
	border-radius:  30px;
}



.home_text.n1 .text_frame_title {
    margin: 0;
    /* color: #fcd441; */
    color:  #fff;
    border-radius: 30px;
    text-shadow: none;
    font-size: 15px;
    font-family: 'helveticaneuecyrthin', Arial, Helvetica, sans-serif;
    line-height: 17px;
    /*text-transform: uppercase;*/
}

.home__badge {
    position: absolute;
    /* left: 10%; */
    left: 50px;
    top: 50px;
    margin: 0 0 0 -30px;
    z-index: 20;
    /* opacity: .7; */
    width: 56px;
}

.home__logo {
	width: 124px;
	height: 129px;
	background: url(../i/sprite2.png?v33?v33?v3) -5px -248px;
	display: block;
	margin-left: -62px; 
	opacity: 1;
	left: 50%;
}

 .home__logo {
		opacity: 1;
		left: 50%;
    display: block;
		width: 200px;
		height: 200px;
		margin-top: -30px;
		margin-left: -100px; 
    background: url(../i/BF-logo-rus-altr-cmyk.svg) 0 0 no-repeat;
    background-size: 100% auto;
} 

.home__eu {
    margin-left: 10px;
    /*opacity: 0.6;*/
}
.home__fiabci {
    margin-left: 180px;
}
.home__guinness {
    margin-left: 100px;
}



/* ИПОТЕЧНЫЙ КАЛЬКУЛЯТОР */

 .calc_bg {
  z-index: 2;
}
.calc_bg .page_title_frame {
    color: #505052;
}


.mortgage_calc_bg {
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
}
.mortgage_calc_frame {
    position: absolute;
    top: 50%;
    width: 380px;
    height: 512px;
    margin: -316px 0 0 -329px;
    padding: 75px 68px;

    left: 8%;
    margin-left: 564px;
}

.calculate_slider {
    position: absolute;
    height: 1px;
    bottom: 15px;
    right: 30px;
    left: 30px;
    background-color: red;
}

.calculate_slider_drag {
    position: absolute;
    width: 16px;
    height: 14px;
    top: -8px;
    left: 0;
    margin-left: -8px;
    cursor: url('../i/cur1.cur'), pointer;
    background: url('../i/sprite.png?v33') -741px -679px;
}


.sky-offices_title>.exclusive_title {
  font-size: 80px;
  line-height: 0.85;
  text-transform: none;
  display: inline-block;
  margin-bottom: 40px;
}

.investments_frame .sky-offices_title>.exclusive_title {
	font-size: 68px;
}

/* КАЛЬКУЛЯТОР */

.calculator .page_title {
  left: 6px;
}
.calculator__subTitle {
  color: #fac537;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  margin-left: -200px;
  margin-top: 8px;
}

.calculator__container{
  position: absolute;
  top: 42%;
  /* left: 10%; */
  /* right: 10%; */
  /* width: 100%; */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1240px;
}

.calculator__description {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -158px;
  font-size: 24px;
  font-family: 'helveticaneuecyrthin';
}

.calculator__block {
  display: inline-block;
  vertical-align: top;
}

.calculator__block--right {
  margin-left: 196px;
}

.calculator__element {
  margin-top: 100px;
}
.calculator__element:first-child {
  margin-top: 0;
}
.calculator__element--dropdown {
  margin-top: 30px;
}
.calculator__element--disabled {
  opacity: .4;
  pointer-events: none;
}

/* Слайдер */
.calculator__slider {
  position: relative;
  height: 1px;
  width: 420px;
  background-color: #4c525b;

}
.calculator__slider:first-child {
  margin-top: 0;
}

.calculator__slider:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  margin-top: -4px;
  background-color: #f19515;
  border-radius: 50%;
}
.calculator__slider:after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 100%;
  margin-top: -4px;
  background-color: #4c525b;
  border-radius: 50%;
}
.calculator__sliderDrag {
  position: absolute;
  left: 0;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  background-color: #f19515;
  border-radius: 50%;
  cursor: url('../i/cur1.cur'), pointer;
  z-index: 1;
}
.calculator__sliderDrag:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url(/assets/i/sprite.png?v33);
  background-position: -880px -65px;
  bottom: 100%;
  margin-left: -15px;
  margin-bottom: -3px;
}
.calculator__sliderDrag span {
  width: 120px;
  position: absolute;
  bottom: 100%;
  margin-left: -55px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  color: #fbcb3a;
}

.calculator__sliderLimit {
  width: 100px;
  position: absolute;
  margin-top: -28px;
  color: #676e72;
  text-align: center;
}
.calculator__sliderLimit--min {
  display: none;
  left:-45px;
}
.calculator__sliderLimit--max {
  right: -55px;
}

.calculator__sliderProgress {
  background-color: #f19515;
  height: 3px;
  width: 0;
  position: absolute;
  top: -1px;
  left: 0;
}

.calculator__label {
  padding: 12px 0;
  margin-top: 16px;
  font-family: 'helveticaneuecyrthin';
  font-size: 20px;
  color: #dbe6e9;
}
.calculator__label--dropdown {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

.calculator__dropdown {
  display: inline-block;
  width: 210px;
  border-bottom: 0;
  vertical-align: top;
  margin-left: 32px;
}

.calculator__dropdownValue {
  position: relative;
  color: #d0ac39;
  padding: 10px 16px;
  font-size: 20px;
  border: 1px solid #676e72;
  cursor: pointer;
}

.calculator__dropdownValue:after {
  content: '';
  background-image: url(/assets/i/sprite.png?v33);
  background-position: -205px -5px;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 16px;
  right: 14px;
}

.calculator__dropdownValue.active:after {
  background-position: -241px -5px;
}

.calculator__dropdownList {
  list-style:none;
  padding-left:0;
  margin: 0;
  border: 1px solid #676e72;
  border-top: 0;

  display: none;
}
.calculator__dropdownList li {
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 20px;
  border-top: 1px solid #676e72;
  background-color: rgba(0,0,0,.4);
}
.calculator__dropdownList li:first-child {
  border-top: 0;
}
.calculator__dropdownList li:hover {
  color: #000;
  background-color: #d0ac39;
}

.calculator__resultRow {
  display: table;
  padding: 0 32px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 20px;
}
.calculator__resultRow--discount {
  color: #fbcd3c;
}
.calculator__resultRow--total {
  padding: 32px;
  background-color: #fff;
  background-color: rgba(0,0,0,.4);
}

.calculator__resultLabel {
  display: table-cell;
  font-family: 'helveticaneuecyrthin';
  vertical-align: middle;
  text-align: left;

  width: 410px;
}

.calculator__resultValue {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: 'helveticaneuecyrmedium';
}
.calculator__resultValue--discount:after{
  content: "%";
}

.calculator__resultValue--total {
  font-size: 26px;
  color: #fbcd3c;
}


.retail_frame .text_frame, .white-box_frame .text_frame {
    background-color: rgba(0,0,0,.75);
  padding: 1em 2em;

  top: 50%;
  bottom: auto;transform: translateY(-50%);
}

.rent_frame .text_frame{
    background-color: rgba(0,0,0,.75);
  padding: 1em 2em;

  top: 50%;
  bottom: auto;transform: translateY(-50%);
}

.home_frame .text_frame_title.n4 {
    position: absolute;
    top: 95%;
    left: -64px;
    font-size: 30px;
}

.home_text .text_frame_title {
  text-shadow: 2px 2px 4px #000;
}

.call_phone_1 {
  color: inherit;
  white-space: normal;
  font-size: 2em;
  line-height: 1;
  margin: 0.5em 0;
  font-family: 'helveticaneuecyrthin';
}


.footer_phone {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
    color: #fff;
    margin-left: 20px;
    font-family: 'helveticaneuecyrroman';
    padding-right: 60px;
  
}
.apart_open_form {
	text-indent: -99999px;
	display: inline-block;
	height: 60px;
	width: 45px;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/phone_icon.png) no-repeat 100% 0px;
	background-size: contain;
}
.phone_block {
	  /* background: url(../images/phone_icon.png) no-repeat 100% 0px; */
}



.tower_sel.n5 {
  width: 28px;
  height: 30px;
  top: 635px;
  left: 105px;
}
.tower_sel.n5 .tower_sel_bg {
  background-position: -752px -695px;
  margin-left: 104px;
  margin-top: 13px;
  height: 12px;
}
.tower_sel.n5:after {
  cursor: pointer;
}

.tower_sel.n6 {
  width: 239px;
  height: 33px;
  top: 679px;
  left: 105px;
}
.tower_sel.n6 .tower_sel_bg {
  background-position: -752px -687px;
}
.tower_sel.n6:after{
  margin-left: 132px;
}
.tower_sel.n6 .tower_sel_line {
  background: #d2c38e;
  left: 282px;
}
.tower_sel.n6 .tower_sel_text {
  color: #d2c38e;
}




.office56_frame .text_frame,
.skyoffices_frame .text_frame {
    background-color: rgba(0,0,0,.75);
  padding: 1em 2em;
  top: 50%;
  bottom: auto;transform: translateY(-50%);
}
.sky-offices_title>.office56_frame,
.sky-offices_title>.skyoffices_frame {
  font-size: 80px;
  line-height: 0.85;
  text-transform: none;
  display: inline-block;
  margin-bottom: 40px;
}

.sky-offices_text .text_frame h2 {
  line-height: 1.3;
}



.route_adr_frame {
  height: 424px;
  margin-top: -212px;
}

.route_adr_text--description {
  top: 150px;
  right: 26px;
  color: #96999b;
  font-size: 14px;
  padding-left: 0;
  margin: 0;
}

.route_adr_text--description li {
  margin-top: 0;
  margin-bottom: .75em;
  list-style-position: inside;
}




.app_frame .v-align {
  height: auto;
  width: auto;
  width: 30%;
  top: 45%;transform: translateY(-50%);
}

.app_frame .vr_text {
  width: 100%;
  background-color: rgba(0,0,0,.6);
  padding: 1em 2em;
  margin-left: 5%;
}

.pano_help {
    top: 50%;
    left: 65%;
    background-color: rgba(0,0,0,0.25);
    border-radius: 50%;
    margin-top: -38px;
    margin-left: -38px;
}

.vr_logo {transform: scale(.6);
}
.vr_text h1 {
  font-size: 64px;
  margin: 20px 0;
}
.vr_text h1>span {
  font-size: 40px;
}

.vr_app_links_frame {
  margin: 12px auto;
  width: 100%;
  max-width: 450px;
}

.vr_app_link {transform: scale(.5);
}

.vr_app_link.n0 {
  float: none;
  display: inline-block;transform-origin: 90% 50%;
}
.vr_app_link.n1 {
  float: none;
  display: inline-block;transform-origin: 10% 50%;
}

body.app .footer_soc_link.n1 {
  background-position: -106px -1501px;
}

.route_adr_length {
  display: none;
  padding: 8px 20px;
  bottom: 5%;
  margin: 0 auto;
  margin-bottom: 25px;
  position: absolute;
  background-color: #fbb818;
  color: #464260;
  left: 50%;
  border-radius: 24px;transform: translateX(-50%);
}

.route_adr_length .content {
  position: relative;
}

.route_adr_length .content .value {
  font-family: 'helveticaneuecyrroman';
  font-size: 1.5em;
}

.platinum .mask_img {
	display: none;
}

.platinum_frame .sky-offices_text {
    margin-left: -42%;
    width: 35%;
}

.platinum_frame .sky-offices_title {
    left: 50%;
    margin: -366px 0 0 -42%;
}

.platinum_frame .exclusive_title_addon {
    margin: 25% 0 0 170px;
    width: 310px;
    position: absolute;
    left: 100%;
}

.platinum .footer_phone {
    color: #3b3c3d;
}

/** Mortgage **/

.mortgage__table {
    color: #fff;
    font-size: 17px;
    margin-top: 40px;
}
.mortgage__table>table {
    width: 910px;
    margin: auto;
}
.mortgage__table th, .mortgage__table td {
    padding: 22px 35px;
    text-align: left;
}
.mortgage__table-header {
    font-family: 'helveticaneuecyrultralight';
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mortgage_frame .calculator__description {
    font-size: 18px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}

/** China version **/

._cn .about_frame .text_frame_title.n3 {
    font-size: 90px;
}

._cn .press_frame .text_frame.n1 .round_link_frame, ._cn .press_last_frame {
	display: none;
}

._cn .press_frame .text_frame.n0 {
    bottom: 40%;
    left: 50%;
}

._cn .to_plans.n4 {
    display: none;
}
.platinum_frame .text_frame, .skyoffices_frame .text_frame, .exclusiveoffer_frame .text_frame, .office56_frame .text_frame{
	background-color: rgba(48, 53, 74, 0.92);
}
.exclusive_text_content ul {
    padding: 15px;
}
.apart_popup {
	opacity: 0;
    font-size: 20px;
    color: #7a7e82;
    position: absolute;
    margin: 0 0 0 -35px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.apart_popup.hover {
	opacity: 1;
}
.home_text .btn.btn-blue {
	background: #16223c;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px;
}


.layer {
	/* background: rgba(0, 0, 0, .2); */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
	-webkit-backdrop-filter: blur(1.2px);
	        backdrop-filter: blur(1.2px);
  }
  
  .layer.is-open {
	z-index: 999;
	opacity: 1;
	visibility: visible;
  }
  
  .layer.is-open .modal{
	opacity: 1;
	visibility: visible;
  }
  
  .modal__button-wrap {
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-flex;
  }
  
  .close-button {
	position: relative;
	width: 39px;
	height: 39px;
	background: #16223c;
	border-radius: 50%;
	padding: 0;
	border: transparent;
	cursor: pointer;
  }
  
  .close-button span {
	width: 25px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: calc(50% - 12px);
	top: 50%;
	border-radius: 20px;
  }
  
  .close-button span:nth-child(1) {
	transform: rotate(45deg) translate(-1px, -1px);
  }
  
  .close-button span:nth-child(2) {
	transform: rotate(-45deg) translate(1px, -1px);
  }
  
  
  .modal {
	position: absolute;
	bottom: 28%;
    left: calc(50% + 60px);
	width: 500px;
	opacity: 0;
	visibility: hidden;
	transition:  visibility .7s linear, opacity .7s linear;
  }
  
  
  .modal__inner {
	/* margin-top: 125px;
	margin-bottom: 125px; */
	/* transform: translate(60%, -85%); */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	display: block;
	padding: 30px;
	height: auto;
  }
  
  .modal__content {
	padding-bottom: 15px;
	line-height: 1.4;
	text-align: left;
  }
  .modal__content .btn {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
    padding: 18px 40px 14px;
	border-radius: 30px;
	border: 1px solid #000;
	font-weight: 400;
  }
  
  .modal__button-area {
	max-width: 843px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
	padding-top: 15px;
  }
  
  
  /* .button {
	background: orange;
	border-radius: 30px;
	box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, .24);
	border: 1px solid #0f2f5e;

	display: block;
	color: #16243F;
    font-size: 14px;
	line-height: 1.6;
    text-transform: uppercase;
    padding: 20px 40px 15px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0;
  } */
  
  