@charset "UTF-8";
@import "css/fonts/Gilroy/stylesheet.css";
/*
Theme Name: PBM
Theme URI: PBM.BY
Author: Mikol42 (Factory of projects)
Author URI: https://fpro.by/
Description: 
Version: 1.0.0
License: Commercial software
License URI:
Tags: PBM
Text Domain: PBM
*/

*, a:focus {
	outline: none;
}
img {
	display:block;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 110%;
}
ul, ol {
	padding-left: 25px;
}
.jspPane>div>*:first-child {
	margin-top: 0;
}
html {
    height: 100%;
    overflow: hidden;
	width: 100%;
}
body {
    font-family: 'gilroy';
	font-size: 14px;
	position: relative;
	background: #000;
	color: #ffffff;
	min-width: 1250px;
    min-height: 650px;
	width: 100%;
	height: 100%;
}

.mobile body {
    min-height: 0;
}

.test {
	border: 1px solid #F00;
}
.upper {	
	text-transform: uppercase;
}
.z-1 {
	z-index: 1;
}
.events-none {	
	pointer-events: none;
}
.css_ani {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#body_frame, #centrer1, #centrer2, .bg_img, .load_frame, .scroll_frame, #bg_video, #preloader_frame, .rotate_help_frame, .pano_place.off:after, .popup_overlay, .plans_map_cont, .plans_map, .floor_frame, .floor_map_cont, .floor_map, .apart_img, .div_100 {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.map_place{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#body_frame, .load_frame {
	overflow: hidden;
}
#bg_video {
	display: none;
}
#bg_video, #bg_video>* {
	width: 100% !important;
	height: 100% !important;
}
#preloader_frame, #svg_preloader_frame {
	z-index: 10000;
	background: url("blank.gif");
	display: none;
}
.preloader_img, #fancybox-loading {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: -30px;
	top: 50%;
	left: 50%;
}
.preloader_img {
	background-image: none;
}
.popup_overlay, .fancybox-default-overlay, .rotate_help_frame {
	background: rgba(0, 0, 0, 0.7);
}
.popup_overlay {
	display: none;
	z-index: 8010;
}
.v-align {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    white-space: nowrap;
}
.v-align>div/*, .jspPane>div*/ {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    white-space: normal;
}
.v-align:before/*, .jspPane:before*/ {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
/*.jspPane {
	height: 100%;
}
.jspScrollable .jspPane {
	height: auto;
}*/
.shadow {
	position: absolute;
	width: 100%;
	height: 295px;
	bottom: 0;
	background: url("css/img/shadow.png") repeat-x;
	left: 0;
}

.bottom-shadow {
    position: absolute;
    width: 100%;
    height: 299px;
    bottom: 0;
    left: 0;
    background: url("css/img/bottom_shadow.png");
    pointer-events: none;
}

.top-shadow {
    position: absolute;
    width: 100%;
    height: 299px;
    top: 0;
    left: 0;
    background: url("css/img/top_shadow.png");
    pointer-events: none;
}

.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: #000;
}
.rotate_help_frame {
	z-index: 50000;
	cursor: pointer;
	display: none;
}
.rotate_help {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
}

.close_btn, a.fancybox-close {
    position: absolute;
    width: 63px;
    height: 63px;
    top: -90px;
    right: -90px;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.close_btn:hover, a.fancybox-close:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.close_btn:after, a.fancybox-close:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    top: 50%;
    left: 50%;
    margin: -11.5px 0 0 -11.5px;
    background: url("css/img/sprite.png") -351px -102px;
}

/*.close_btn:hover:after, a.fancybox-close:hover:after {
    background-position: -351px -75px;
}*/

.small_close {
	width: 33px;
	height: 33px;
	background-position: -824px -5px;
}

.open_feedback {
	margin-top: 40px;
	cursor: pointer;
}
.open_feedback+.open_feedback {
	margin-top: 10px;
}
.js__feedback {
    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");
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
}

.textScroll__track{
    background-color: transparent;
    margin-left: 54px;
    width: 1px;
}

.textScroll__drag{
    background-color: #ad9051;
    left: -7px;
    width: 6px;
}

.textScroll__drag {
    height: 80px;
}

.textScroll__track_size {
    bottom: 80px;
}

/* Логотип */

.logo {
        position: absolute;
    width: 242px;
    height: 124px;
    top: 0;
    left: 55px;
    z-index: 21;
    background: url(css/img/sprite.png) -5px -283px;
}

/* Меню */

.menu__frame {
    position: absolute;
    height: 46px;
    top: 25px;
    left: 272px;
    z-index: 21;
    font-size: 0;
    white-space: nowrap;
}

.menu__list {
    position: relative;
    height: 46px;
    padding: 0 10px;
}

.menu__item {
    display: inline-block;
    position: relative;
}

.menu__item>.menu__link {
    display: inline-block;
    position: relative;
    height: 46px;
    padding: 0 11px;
    vertical-align: top;
    text-decoration: none;
}

.menu__item>.menu__link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.menu__item>.menu__link>span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 17px;
    color: #ffffff;
}

.menu__item>.menu__link>span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    margin-top: 3px;
    background: #ad9051;
}

.menu__item:hover>.menu__link>span:after, .menu__item>.menu__link.active>span:after {
    height: 5px;
}

.menu__item>.menu__link>span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin: 8px 0 0 -3.5px;
    border-style: solid;
    border-width: 0 3.5px 0 3.5px;
    border-color: #ad9051 transparent transparent transparent;
}

.menu__item:hover>.menu__link>span:before, .menu__item>.menu__link.active>span:before {
    border-top-width: 6px;
}

.menu__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 15px 25px 10px 15px;
    background-color: rgba(0, 0, 0, 0.85);
}

.menu__item:hover .menu__submenu {
    display: block;
}

.menu__submenu-item {
    display: block;
    position: relative;
    margin: 10px 0;
}

.menu__submenu-item>.menu__link {
    display: inline-block;
    position: relative;
    padding: 5px 13px;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    /*color: #7c85a2;*/
    color: #cfcfcf;
}

.menu__submenu-item>.menu__link:hover, .menu__submenu-item>.menu__link.active {
    color: #ad9051;
}

.menu__submenu-item>.menu__link:after {
    content: '';
    position: absolute;
    height: 3px;
    top: 100%;
    right: 13px;
    left: 13px;
    background: url("footer_pattern.png");
    opacity: 0;
}

.menu__submenu-item>.menu__link.inactive:after {
    display: none;
}

.menu__submenu-item>.menu__link:hover:after, .menu__submenu-item>.menu__link.active:after {
    opacity: 1;
}

.menu__link.inactive {
    opacity: 0.5 !important;
    cursor: default !important;
}

.menu__link.inactive>span:before, .menu__link.inactive>span:after {
    display: none !important;
}

.open_webcam {
    cursor: pointer;
}

/* Правое меню (виджеты) */

.right-menu__frame {
    font-size: 10px;
    position: absolute;
    width: 0;
    top: 5em;
    right: 115px;
    bottom: 5em;
    -webkit-transition: -webkit-transform 300ms ease-in-out, opacity 300ms linear, visibility 300ms linear;
    -moz-transition: -moz-transform 300ms ease-in-out, opacity 300ms linear, visibility 300ms linear;
    -ms-transition: -ms-transform 300ms ease-in-out, opacity 300ms linear, visibility 300ms linear;
    -o-transition: -o-transform 300ms ease-in-out, opacity 300ms linear, visibility 300ms linear;
    transition: transform 300ms ease-in-out, opacity 300ms linear, visibility 300ms linear;
    white-space: nowrap;
    z-index: 22;
}

.right-menu__frame.hidden{
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
    visibility: hidden;
}

.right-menu__frame:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.right-menu__center {
    display: inline-block;
    vertical-align: middle;
    width: 6.9em;
}

.right-menu__item {
    background-color: #ad9051;
    border: 0.3em solid transparent;
    border-radius: 3.45em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 6.9em;
    position: relative;
    -webkit-transition: border 300ms linear, background 300ms linear;
    -moz-transition: border 300ms linear, background 300ms linear;
    -ms-transition: border 300ms linear, background 300ms linear;
    -o-transition: border 300ms linear, background 300ms linear;
    transition: border 300ms linear, background 300ms linear;
    width: 6.9em;
}

.right-menu__item.hidden {
    /*visibility: hidden;*/
    cursor: default;
    display: none;
}

.right-menu__frame.short .right-menu__item.no-short {
    display: none;
}

.right-menu__item + .right-menu__item {
    margin-top: 1.5em;
}

.right-menu__item:hover{
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #fff;
}

.right-menu__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("css/img/sprite.png");
}

.right-menu__item.search-icon:after {
    width: 26px;
    height: 27px;
    margin: -13.5px 0 0 -13px;
    background-position: -270px -5px;
}
.right-menu__item.search-icon:hover:after {
    background-position: -589px -5px;
}

.right-menu__item.excursion-icon:after{
    background-position: -60px -400px;
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
}

.right-menu__item.excursion-icon:hover:after{
    background-position: -60px -455px;
}

.right-menu__item.camera-icon:after {
    width: 35px;
    height: 27px;
    margin: -13.5px 0 0 -17.5px;
    background-position: -301px -5px;
}
.right-menu__item.camera-icon:hover:after {
    background-position: -620px -5px;
}


.right-menu__item.photo-icon:after {
    width: 29px;
    height: 34px;
    margin: -17px 0 0 -14.5px;
    background-position: -341px -5px;
}
.right-menu__item.photo-icon:hover:after {
    background-position: -660px -5px;
}
.right-menu__item.video-icon:after {
    width: 28px;
    height: 34px;
    margin: -17px 0 0 -14px;
    background-position: -375px -5px;
}
.right-menu__item.video-icon:hover:after {
    background-position: -694px -5px;
}
.right-menu__item.webcam-icon:after {
    width: 25px;
    height: 29px;
    margin: -14.5px 0 0 -12.5px;
    background-position: -408px -5px;
}
.right-menu__item.webcam-icon:hover:after {
    background-position: -727px -5px;
}
.right-menu__item.territory-icon:after {
    width: 35px;
    height: 26px;
    margin: -14px 0 0 -17.5px;
    background-position: -438px -5px;
}
.right-menu__item.territory-icon:hover:after {
    background-position: -757px -5px;
}
.right-menu__item.keys-icon:after {
    width: 28px;
    height: 34px;
    margin: -17.5px 0 0 -18px;
    background-position: -479px -5px;
}
.right-menu__item.keys-icon:hover:after {
    background-position: -798px -5px;
}
.right-menu__item.service-icon:after {
    width: 33px;
    height: 25px;
    margin: -16px 0 0 -16.5px;
    background-position: -513px -5px;
}
.right-menu__item.service-icon:hover:after {
    background-position: -832px -5px;
}
.right-menu__item.house-icon:after {
    width: 33px;
    height: 32px;
    margin: -16px 0 0 -16.5px;
    background-position: -551px -5px;
}
.right-menu__item.house-icon:hover:after {
    background-position: -870px -5px;
}
.right-menu__item.pdf-icon:after {
    width: 27px;
    height: 27px;
    margin: -13.5px 0 0 -13.5px;
    background-position: -319px -107px;
}
.right-menu__item.pdf-icon:hover:after {
    background-position: -319px -75px;
}
.right-menu__item.reserve-icon:after {
    background-position: -5px -400px;
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
}
.right-menu__item.reserve-icon:hover:after {
    background-position: -5px -455px;
}

.right-menu__item.gallery-icon:after {
    width: 31px;
    height: 27px;
    margin: -16px 0 0 -15px;
    background-position: -557px -44px;
}
.right-menu__item.gallery-icon:hover:after {
    background-position: -557px -76px;
}

.right-menu__item.construction-icon:after {
    width: 34px;
    height: 32px;
    margin: -17px 0 0 -17px;
    background-position: -519px -42px;
}
.right-menu__item.construction-icon:hover:after {
    background-position: -519px -74px;
}

.right-menu__item.placement-icon:after {
    width: 36px;
    height: 35px;
    margin: -19px 0 0 -17.5px;
    background-position: -483px -74px;
}
.right-menu__item.placement-icon:hover:after {
    background-position: -443px -74px;
}

/*.home .right-menu__item-text {*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/

.right-menu__item-text {
    position: absolute;
    visibility: hidden;
    height: 27px;
    top: 50%;
    right: 79px;
    margin-top: -13px;
    padding: 0 10px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 0;
    white-space: nowrap;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.right-menu__item.with-text .right-menu__item-text,
.right-menu__item:hover .right-menu__item-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.right-menu__item-text:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.right-menu__item-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}

.right-menu__item-text>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    color: #ad9051;
}



/* Футер */

.footer {
    bottom: 0;
    color: #adb4cc;
    font-family: 'gilroy';
    font-size: 13px;
    left: 0;
    padding-bottom: 15px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 21;
}

.footer:after {
    background: url("footer_pattern.png");
    bottom: 0;
    content: '';
    height: 9px;
    left: 55px;
    position: absolute;
    right: 0;
}

.footer__part{
    bottom: 17px;
    position: absolute;
}

.footer__part.n0{
    left: 0;
    min-width: 650px;
    width: 33%;
}

.footer__pioneer {
    background: url("css/img/sprite.png") -111px -5px;
    bottom: 0;
    display: inline-block;
    height: 46px;
    left: 55px;
    position: absolute;
    vertical-align: bottom;
    width: 92px;
}

.footer__phone {
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    
    font-size: 24px;
    left: 215px;
    margin-right: 15px;
    position: absolute;
}

.footer__socials {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: -150px;
    vertical-align: middle;
}
.footer__socials p {
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: 5px;
    margin: 0;
}


.footer__button-label{
    display: inline-block;
    position: relative;
}

.header__phone-icon, .footer__callback-button,
.footer__request-button, .footer__social {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.header__phone-icon,
.footer__callback-button,
.footer__request-button{
    background-color: #ad9051;
}

.footer__social{
    background-color: rgba(131, 148, 159, 0.20);
}

.footer__social:hover {
    background-color: #83949f;
}

.header__phone-icon:after, .footer__callback-button:after,
.footer__request-button:after, .footer__social:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background: url("css/img/sprite.png");
}

.header__phone-icon:after,
.footer__callback-button:after,
.footer__request-button:after{
    opacity: 1;
}

.footer__social:after{
    opacity: 0.7;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.footer__social:hover:after {
    opacity: 1;
}

.footer__callback-button:after {
    background-position: -208px -42px;
}
.footer__request-button:after {
    background-position: -239px -42px;
}
.footer__social.fb:after {
    background-position: -270px -42px;
}
.footer__social.ig:after {
    background-position: -301px -42px;
}
.footer__social.ln:after {
    background-position: -332px -42px;
}
.footer__social.vk:after {
    background-position: -363px -42px;
}
.footer__social.ok:after {
    background-position: -394px -42px;
}
.footer__social.tw:after {
    background-position: -425px -42px;
}
.footer__social.gp:after {
    background-position: -456px -42px;
}

.footer__social.yt:after {
    background-position: -487px -42px;
}

.footer__tooltip {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 15px 0;
    padding: 10px;
    background-color: #ad9051;
    opacity: 0;
    font-size: 11px;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    -o-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer__callback-button:hover .footer__tooltip, .footer__request-button:hover .footer__tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.footer__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #ad9051 transparent transparent transparent;
}

.footer__address {
    display: inline-block;
    vertical-align: middle;
}

.footer__address>strong {
    font-size: 15px;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.footer__documents {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 170px;
}

.footer__news {
    bottom: 0;
    display: block;
    left: 100%;
    margin-left: 20px;
    position: absolute;
    width: 310px;
}

.footer__news-title {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ad9051;
}

.footer__news-date {
    color: #ffffff;
}

.footer__news-text {
    display: inline-block;
    /*max-width: 280px;*/
    vertical-align: middle;
    white-space: normal;
}

.footer__progress {
    bottom: 17px;
    color: #83949f;
    position: absolute;
    right: 75px;
}

.footer__progress-bar {
    position: relative;
    padding: 3px 0 4px;
    font-size: 0;
}

.footer__progress-item {
    display: inline-block;
    width: 15px;
    height: 4px;
    margin-right: 1px;
    background-color: #83949f;
}

.footer__progress-item.active {
    background-color: #ad9051;
}

.footer__progress-item + .footer__progress-item {
    margin-left: 2px;
}

.footer__progress strong {
    font-weight: normal;
    text-transform: uppercase;
    color: #ad9051;
}

.footer__art3d {
    background: url("css/img/sprite.png") -111px -61px;
    bottom: 23px;
    height: 9px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 40px;
    z-index: 1;
}

.footer__art3d:hover {
    opacity: 0.8;
}

.footer__margin{
    margin-right: 100px;
}

.menu__award {
    /*visibility: hidden;*/
    position: absolute;
    vertical-align: bottom;
    top: 158px;
    height: 85px;
    width: 85px;
    left: 100%;
    /*opacity: 0;*/
    background-size: contain;
    -webkit-background-size: contain;
    background-position: center center;
    /*-webkit-transform: translateY(3em);*/
    /*-moz-transform: translateY(3em);*/
    /*-ms-transform: translateY(3em);*/
    /*-o-transform: translateY(3em);*/
    /*transform: translateY(3em);*/
}
.menu__award.n1 {
    background-image: url("ua-2017.png");
    top: 153px;
    margin-left: 2em;
    width: 105px;
    height: 105px;
}
.menu__award.n2 {
    background-image: url("proestate.png");
    margin-left: 10em;
/*    margin-top: 483px;*/
}

/*.about_frame .menu__award {*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*transform: translateY(0);*/
/*}*/

.header__phone{
    color: #fff;
    display: inline-block;
    
    font-size: 30px;
    line-height: 30px;
    margin-top: -14px;
    padding-right: 45px;
    position: absolute;
    right: 35px;
    vertical-align: middle;
    top: 45px;
    z-index: 21;
}

.header__phone-icon{
    content: "";
    display: block;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
}

.header__phone-icon:after{
    background-position: -208px -42px;
}

/* Главная */

.home__slogans-frame {
/*
    left: 125px;
*/
    margin-left: -3em;
    margin-bottom: 5em;
    position: absolute;
    bottom: 5%;
    width: 650px;
}

.home__slogan {
    background-color: rgba(0, 0, 0, 0.7);
    width: 48em;
    position: relative;
    height: 15em;
}

.home__slogan .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    cursor: pointer;*/
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 3em 3em 0 7em;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transition: visibility 550ms linear, opacity 550ms linear;
    -moz-transition: visibility 550ms linear, opacity 550ms linear;
    -ms-transition: visibility 550ms linear, opacity 550ms linear;
    -o-transition: visibility 550ms linear, opacity 550ms linear;
    transition: visibility 550ms linear, opacity 550ms linear;
    width: 100%;
}


/*.home__slogan*/.wrapper.active {
    opacity: 1;
    visibility: visible;
     -webkit-transition: visibility 300ms linear, opacity 550ms linear;
     -moz-transition: visibility 550ms linear, opacity 550ms linear;
     -ms-transition: visibility 550ms linear, opacity 550ms linear;
     -o-transition: visibility 550ms linear, opacity 550ms linear;
     transition: visibility 550ms linear, opacity 550ms linear;
}

.home__slogan-title{
    color: #ffffff;
    display: block;
    font-family: 'gilroy';
    /*font-size: 65px;*/
    font-size: 33px;
    letter-spacing: 0.1em;
    line-height: 1em;
}

.home__slogan-arrow {
    background-color: #ad9051;
    border: 3px solid transparent;
    border-radius: 50%;
/*
    bottom: 100%;
*/
    top: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 50px;
    margin-top: -27px;
    position: absolute;
    right: 0;
    -webkit-transition: border-color 300ms linear, background 300ms linear;
    -moz-transition: border-color 300ms linear, background 300ms linear;
    -ms-transition: border-color 300ms linear, background 300ms linear;
    -o-transition: border-color 300ms linear, background 300ms linear;
    transition: border-color 300ms linear, background 300ms linear;
    width: 50px;
}

.home__slogan-arrow:hover, .home__slogan-link:hover{
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #fff;
}

.home__slogan-arrow.prev{
    margin-right: 65px;
}

.home__slogan-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -3px;
    background: url("css/img/sprite.png");
}

.home__slogan-arrow.prev:after {
    margin-left: -7px;
    background-position: -240px -5px;
}
.home__slogan-arrow.next:after {
    background-position: -255px -5px;
}

.home__slogan-arrow.prev:hover:after{background-position: -209px -107px;}
.home__slogan-arrow.next:hover:after{background-position: -224px -107px;}

.home__slogan-text {
    display: inline-block;
    max-width: 600px;
    margin-top: 1.25em;
    font-size: 16px;
    font-family: 'gilroy';
    text-decoration: none;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.home__slogan-link {
    background-color: #ad9051;
    border: 3px solid transparent;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 50px;
    left: 7em;
    top: 100%;
    margin-top: -27px;
    /*margin: -25px 0 0 -25px;*/
    position: absolute;
    /*top: 100%;*/
    -webkit-transition: border-color 300ms linear, background 300ms linear;
    -moz-transition: border-color 300ms linear, background 300ms linear;
    -ms-transition: border-color 300ms linear, background 300ms linear;
    -o-transition: border-color 300ms linear, background 300ms linear;
    transition: border-color 300ms linear, background 300ms linear;
    width: 50px;
}

.home__slogan-link:before{
    background: url("css/img/sprite.png") -5px -75px;
    content: "";
    display: block;
    height: 27px;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 27px;
}

.home__slogan-link:hover:before /*.slogan__link:before*/{
    background-position: -5px -107px;
}

/* Шкала (хлебные крошки, буллеты слайдшоу) */

.graph__frame {
    position: absolute;
    bottom: 10%;
    left: 55px;
    z-index: 1;
    margin-bottom: 100px;
    border-bottom: 1px solid #B85D20;
    font-size: 0;
    white-space: nowrap;
}

.plans__breadcrumbs.graph__frame {
    bottom: 125px;
    margin-bottom: 0;
}

.graph__item {
    display: inline-block;
    position: relative;
    width: 142px;
    height: 100%;
    vertical-align: bottom;
    cursor: pointer;
}

.graph__item.inactive {
    cursor: default !important;
}

.graph__item:after {
    content: '';
    position: absolute;
    width: 142px;
    height: 30px;
    bottom: 0;
    left: 0;
}

.graph__item-line {
    width: 100%;
    height: 5px;
    margin-bottom: 1px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.graph__item.hover>.graph__item-line.n1, .graph__item.active>.graph__item-line.n1 {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.graph__item.hover>.graph__item-line.n2, .graph__item.active>.graph__item-line.n2 {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.graph__item.hover>.graph__item-line.n3, .graph__item.active>.graph__item-line.n3 {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.graph__item.hover>.graph__item-line.n4, .graph__item.active>.graph__item-line.n4 {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.graph__item.hover>.graph__item-line, .graph__item.active>.graph__item-line {
    opacity: 1;
}

.graph__item.hover>.graph__item-line {
    background-color: rgba(255, 255, 255, 0.35);
}

.graph__item.active>.graph__item-line {
    background-color: #ad9051;
}

.graph__item:hover.active>.graph__item-line {
    background-color: rgba(237, 116, 29, 0.71);
}

.graph__item-title {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 4px;
    font-size: 13px;
    font-family: 'gilroy';
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.35);
}

.graph__item-title>.val {
    color: #ad9051;
}

.graph__item.inactive .graph__item-title, .graph__item.inactive .graph__item-title>span {
    color: rgba(255, 255, 255, 0.35) !important;
}

.graph__item:hover>.graph__item-title {
    color: #ffffff;
}

.graph__item.active>.graph__item-title {
    color: #ad9051;
}

.graph__item-title>span {
    text-transform: uppercase;
    color: #ffffff;
}

.n2 .graph__item-title>span {
    font-size: 11px;
}


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

.content__wrapper{
    background-color: rgba(47, 44, 60, 0.8);
    height: 100%;
    left: 0;
    min-width: 650px;
    position: absolute;
    top: 0;
    width: 33%;
    z-index: 2;
}

.content__block {
    bottom: 100px;
    left: 55px;
    position: absolute;
    right: 55px;
    top: 17%;
}

.content__title {
    font-size: 63px;
    font-family: 'gilroy';
		    padding-left: 22px;
				padding-top:15px;
    letter-spacing: 0.03em;
    color: #ffffff;
}

.content__title a {
    font-size: 20px;
    margin-left: 25px;
    color: #ad9051;
    text-decoration: none;
    letter-spacing: normal;
}

.developer__content .content__title{font-size: 55px;}

.content__scroll {
    bottom: 0;
    left: 25px;
    position: absolute;
    top: 100px;
    right: 0;
}

.content__text {
        font-size: 17px;
    font-family: 'gilroy';
    /* line-height: 1.7; */
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-shadow: 1px 0 1px #000;
}

.content__text > *:first-child, .placement__text > *:first-child {
    margin-top: 0;
}

.content__text h4 {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
}

/*.content__text p, .content__text ul {*/
    /*margin: 5px 0 40px;*/
/*}*/

.content__text p, .content__text ul {
    margin: 1em 0;
}

/*.content__text li{margin: 0.25em 0;}*/
.content__text li{margin: 6px 0;}

.partners_text a {
    text-decoration: none;
}

.partners_text strong {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.1;
}

.content__text img {
    max-width: 100%;
}

.partners_text img {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}

.browser_scroll {
	overflow: auto;
}

.gallery_link_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Общий шаблон about */

.about__mask-link{
    display: block;
    height: 55%;
    left: 44%;
    position: absolute;
    top: 25%;
    width: 53%;
    z-index: 1;
}

.about_frame .content__block{z-index: 2;}



/* Галерея / Динамика строительства */

.gallery__title {
    position: absolute;
    top: 14%;
    left: 5%;
    margin-top: 50px;
    font-size: 41px;
    font-family: 'gilroy';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.gallery__current-number, .gallery__prev-number, .gallery__next-number {
    font-size: 41px;
    
    text-align: center;
    color: #FFFFFF;
}

.gallery__current-number {
    display: none;
    position: absolute;
    width: 200px;
    bottom: 5.25%;
    /*bottom: 147px;*/
    left: 50%;
    z-index: 1;
    margin-left: -100px;
}

.gallery__current-number>span {
    color: #ad9051;
}

.gallery__prev-number, .gallery__next-number {
    visibility: hidden;
    position: absolute;
    width: 10%;
    bottom: 120px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery__prev-number {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gallery__next-number {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.gallery__prev-number.hover, .gallery__next-number.hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.gallery__prev-number>div, .gallery__next-number>div {
    display: inline-block;
    position: relative;
}

.gallery__prev-number span, .gallery__next-number span {
    display: block;
    border-bottom: 2px solid #FFFFFF;
}

.carousel_over {
	position: relative;
	width: 60%;
	overflow: hidden;
	margin: 0 auto;
}
.carousel_line {
	position: relative;
	left: 0;
	width: 100%;
    white-space: nowrap;
    font-size: 0;
}
.carousel_item {
	position: relative;
    width: 100%;
    top: 0;
    display: inline-block;
    vertical-align: top;
	text-decoration: none;
}
.carousel_content {
	margin: 0 20px;
	padding: 20px 30px 20px;
	background: #fff;
	color: #000;
	cursor: pointer;
	font-size: 15px;
}
.carousel_item_img {
	width: 100%;
	height: auto;
}
.carousel_arrow, .g_btn, a.fancybox-nav span {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.g_btn {
    bottom: 5%;
    left: 50%;
    margin-bottom: 5px;
}

.g_btn.left {
    margin-left: -130px;
}

.g_btn.right {
    margin-left: 90px;
}

.carousel_arrow {
    opacity: 0.5;
}
.carousel_arrow.active {
    opacity: 1;
}

.carousel_arrow:before, .g_btn:before, a.fancybox-nav span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 4px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.carousel_arrow:hover:before, .g_btn:hover:before, a.fancybox-nav span:hover:before {
    opacity: 1;
}

.carousel_arrow:after, .g_btn:after, a.fancybox-nav span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -3px;
    background: url("css/img/sprite.png");
}

.carousel_arrow.left:after, .g_btn.left:after, a.fancybox-prev span:after {
    margin-left: -7px;
    background-position: -240px -5px;
}
.carousel_arrow.right:after, .g_btn.right:after, a.fancybox-next span:after {
    background-position: -255px -5px;
}

/* Контакты */

.contacts__block {
    /*background-color: rgba(237, 116, 29, 0.79);*/
    position: absolute;

    width: 540px;
    top: 20%;
    left: 5%;
    z-index: 1;
    /*padding: 35px 35px 80px;*/
    line-height: 1.5em;

}

.contacts__office-list{
    background-color: #ad9051;
    min-height: 350px;
    padding: 45px 25px;
}

.contacts__office {
  position: relative;
    cursor: pointer;
    opacity: 0.6;
    /* font-size: 13px; */
    font-family: 'gilroy';
    /* text-transform: uppercase; */
    line-height: normal;
    letter-spacing: 0.1em;
    /* color: #f7dac7; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contacts__office.active {
    cursor: default;
    opacity: 1;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.contacts__office:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.contacts__office + .contacts__office {
    margin-top: 30px;
}

.contacts__office h3 {
    margin: 0 0 15px;
    /*font-size: 41px;*/
    font-size: 22px;
    font-family: 'gilroy';
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.contacts__office strong {
    font-size: 60px;
    font-weight: normal;
}

.contacts__map-controls {
    position: absolute;
    right: 60px;
    /*left: 35px;*/
    top: 88%;
    margin-top: -50px;
}

.contacts_frame .contacts__map-controls{top: 50%;}

.contacts__map-zoom {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.contacts__map-zoom + .contacts__map-zoom {
    margin-top: 20px;
}

.contacts__map-zoom:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    background: url("css/img/sprite.png");
}

.contacts__map-zoom.in:after {
    background-position: -5px -75px;
}
.contacts__map-zoom.out:after {
    background-position: -37px -75px;
}

.contacts__map-zoom.in:hover:after {
    background-position: -5px -107px;
}
.contacts__map-zoom.out:hover:after {
    background-position: -37px -107px;
}

.contacts__map-zoom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.contacts__map-zoom:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.contacts__route{
    left: 0;
    /*margin-top: 1px;*/
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
}

.contacts__route-controls{
    font-size: 0;
    position: relative;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    white-space: nowrap;
}

.contacts__route.opened .contacts__route-controls{
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    visibility: hidden;
}

.contacts__route-btn{
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 64px;
    position: relative;
    text-align: left;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
    vertical-align: top;
    width: 230px;
    background-color: #ad9051;
}

/*.contacts__route-btn + .contacts__route-btn{border-left-width: 0;}*/

.contacts__route-btn:hover{
    background-color: rgba(237, 116, 29, 1);
}

.contacts__route-btn:after{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.contacts__route-btn span{
    display: inline-block;
    font-family: 'gilroy';
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-left: 80px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
}

.contacts__route-icon{
    background: url("css/img/sprite.png") no-repeat;
    display: inline-block;
    left: 31px;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
}

.contacts__route-icon.car{
    background-position: -104px -209px;
    height: 26px;
    margin-top: -13px;
    width: 27px;
}

.contacts__route-icon.walk{
    background-position: -79px -209px;
    height: 36px;
    margin-top: -18px;
    width: 17px;
}

.contacts__content{
    display: block;
    height: 100%;
    left: 100%;
    margin-left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: width 500ms ease-out;
    -moz-transition: width 500ms ease-out;
    -ms-transition: width 500ms ease-out;
    -o-transition: width 500ms ease-out;
    transition: width 500ms ease-out;
    width: 0;
}

.contacts__content-wrapper,
.contacts__content.opened{
    width: 580px;
}

.contacts__content-wrapper{
    background-color: rgba(237, 116, 29, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 55px 35px;
}

.contacts__content-inner{
    height: 100%;
    position: relative;
    width: 100%;
}

.contacts__content-btn{
    background-color: rgba(237, 116, 29, 1);
    cursor: pointer;
    display: block;
    left: 100%;
    margin-left: 1px;
    padding-top: 50px;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms linear 500ms;
    -moz-transition: all 200ms linear 500ms;
    -ms-transition: all 200ms linear 500ms;
    -o-transition: all 200ms linear 500ms;
    transition: all 200ms linear 500ms;
    width: 70px;
}

.contacts__content-btn:before{
    background: url("css/img/sprite.png") no-repeat -140px -210px;
    content: "";
    display: block;
    height: 33px;
    left: 50%;
    margin: -16.5px 0 0 -5.5px;
    position: absolute;
    top: 32px;
    width: 11px;
}

.contacts__content-btn span{
    display: block;
    font-family: 'gilroy';
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.25em;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.contacts__content-btn.hidden{
    opacity: 0;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    visibility: hidden;
}

.contacts__tab{
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    visibility: hidden;
    width: 100%;
}

.contacts__tab.active{
    opacity: 1;
    visibility: visible;
}

.contacts__tab-text{
    color: #f7dac7;
    font-size: 13px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contacts__tab h3{
    color: #ffffff;
    font-size: 22px;
    font-family: 'gilroy';
    letter-spacing: 0.1em;
    line-height: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.contacts__tab .textScroll__track{
    background: none;
    margin-left: 33px;
}

.contacts__tab .textScroll__drag{
    background-color: #fff;
}

.contacts__content-close{
    cursor: pointer;
    height: 40px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    visibility: hidden;
    width: 40px;
}

.contacts__content.opened .contacts__content-close{
    opacity: 1;
    visibility: visible;
}

.contacts__content-close:before,
.contacts__content-close:after{
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
}

.contacts__content-close:before{
    border: 4px solid transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    margin: -20px 0 0 -20px;
    -webkit-transition: border 250ms linear;
    -moz-transition: border 250ms linear;
    -ms-transition: border 250ms linear;
    -o-transition: border 250ms linear;
    transition: border 250ms linear;
    width: 40px;
}

.contacts__content-close:hover:before{
    border-color: #fff;
}

.contacts__content-close:after{
    background: url("css/img/sprite.png") no-repeat -5px -75px;
    height: 27px;
    left: 50%;
    margin: -13.5px 0 0 -13.5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 27px;
}

.contacts_feedback_btn {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 6px 12px;
}

.route_adr_frame {
    position: absolute;
    width: 400px;
    bottom: 20px;
    left: 35px;
    z-index: 1;
}

.route_adr_input {
    display: block;
    width: 330px;
    padding-bottom: 8px;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-size: 11px;
    font-family: 'gilroy';
    color: #ffffff;
}

.route_adr_frame ::-webkit-input-placeholder{color: #f4d5c0;}
.route_adr_frame :-moz-placeholder{color: #f4d5c0;}
.route_adr_frame ::-moz-placeholder{color: #f4d5c0;}
.route_adr_frame :-ms-input-placeholder{color: #f4d5c0;}

.route_adr_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 340px;
    margin-top: -20px;
    cursor: pointer;
}

.route_adr_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 4px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.route_adr_btn:hover:before {
    opacity: 1;
}

.route_adr_btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -4px;
    background: url("css/img/sprite.png") -255px -5px;
}

.contacts__route .route_adr_frame{
    background-color: rgba(237, 116, 29, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    visibility: hidden;
    width: 100%;
}

.contacts__route.opened .route_adr_frame{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.contacts__route .route_adr_input{
    left: 50%;
    margin-left: -154px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 308px;
}

.contacts__route .route_adr_btn{
    left: auto;
    right: 28px;
}

.contacts__route-close{
    cursor: pointer;
    left: 28px;
    margin-top: -20px;
    top: 50%;
    height: 40px;
    position: absolute;
    width: 40px;
}

.contacts__route-close:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border: 4px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.contacts__route-close:hover:before {
    opacity: 1;
}

.contacts__route-close:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background: url("css/img/sprite.png") -250px -75px;
}
.route_time {
    display: none;
    position: relative;
    z-index: 1;
    color: #ffdac0;
    font-family: 'gilroy';
    padding: 10px 0;
    margin-left: 38px;
    opacity: 0;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    visibility: hidden;
}
.contacts__route.opened .route_time {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}
/* Расположение */

.placement__block {
    position: absolute;
    width: 460px;
    height: 50%;
    top: 20%;
    left: 115px;
    z-index: 1;
    background-color: rgba(237, 116, 29, 1);
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.placement__block .textScroll__track {
    margin-left: 48px;
    background: none;
}

.placement__block .textScroll__drag {
    background-color: #ffffff;
}

.infrastructure_frame .placement__block {
    height: 58%;
}

.placement__block.hidden {
    height: 110px;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.placement__title {
    position: relative;
    margin: 35px 0 0 35px;
    font-size: 41px;
    font-family: 'gilroy';
    text-transform: uppercase;
    color: #ffffff;
}

.placement__text-block {
    position: absolute;
    top: 105px;
    right: 50px;
    bottom: 35px;
    left: 35px;
    -webkit-transition: opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
    -moz-transition: opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
    -ms-transition: opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
    -o-transition: opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
    transition: opacity .3s ease-in-out .5s, visibility .3s ease-in-out .5s;
}

.placement__block.hidden .placement__text-block, .placement__text-block.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.infrastructure_frame .placement__text-block {
    position: absolute;
    bottom: 35px;
}

.placement__text {
    font-size: 13px;
    font-family: 'gilroy';
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: #ffdac0;
}

.placement__fold-button {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 20%;
    left: 24px;
    z-index: 1;
    cursor: pointer;
    border: 4px solid #ffffff;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
}

.placement__fold-button:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 11px;
    top: 50%;
    left: 50%;
    margin: -5.5px 0 0 -10.5px;
    background: url("css/img/sprite.png") -208px -75px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.placement__fold-button.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.placement__block .contacts__route{
    left: 0;
    position: absolute;
    top: 100%;
}

/* новости */

.news__content{z-index: 2;}
/*.news__list{left: 150px;}*/
.news__list.hidden{display: none;}

.news__menu{
    left: 0;
    position: absolute;
}

.news__menu.hidden{display: none;}

.news__menu-link{
    color: #626781;
    display: block;
    
    font-size: 17px;
    line-height: 2em;
    text-decoration: none;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

.news__menu-link + .news__menu-link{margin-top: 25px;}

.news__menu-link.active, .news__menu-link:hover{
    color: #ad9051;
    text-decoration: underline;
}

.news__article{
    color: #d9daf0;
    display: block;
    font-size: 13px;
    line-height: 1.6em;
    padding-right: 65px;
    position: relative;
    text-decoration: none;
}

.news__article + .news__article{margin-top: 50px;}

.news__article-date{
    color: #fff;
    
    font-size: 17px;
    line-height: 2em;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

.news__article-title{text-decoration: underline;}
.news__article-text p{margin: 1em auto;}

.news__article:after{
    background: url("css/img/sprite.png") no-repeat -254px -4px;
    content: "";
    display: block;
    height: 22px;
    margin-top: 6px;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -ms-transition: -ms-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    width: 12px;
}

.news__article:hover:after{
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.news__list{
    left: 90px;
}

.news__list .news__article:hover .news__article-date{
    color: #ad9051;
    text-decoration: underline;
}

.news__popup{
    bottom: 0;
    display: none;
    left: 100px;
    position: absolute;
    right: 0;
    top: 110px;
}

.news__popup .news__article:after{content: none;}
.news__popup.active{display: block;}

.news__popup-close{
    cursor: pointer;
    display: block;
    height: 50px;
    left: -75px;
    position: absolute;
    top: -10px;
    width: 50px;
}

.news__popup-close:before{
    background: url("css/img/sprite.png") no-repeat -176px -74px;
    content: "";
    display: block;
    height: 36px;
    left: 50%;
    margin: -18px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 19px;
}

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

.documents_frame .content__scroll{
    top: 150px;
}

.docs_item{
	display: block;
	padding: 10px 0 10px 65px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.docs_item.no-visible{
    display: none;
}

.docs_item + .docs_item{
	margin-top: 25px;
}

.docs_item:before {
    background: url("css/img/sprite.png") no-repeat;
	content: "";
	display: block;
    height: 45px;
    left: 0;
	position: absolute;
	width: 36px;
	top:9px;
}

.docs_item.pdf:before{background-position: -191px -209px;}

.docs_item_title{
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.25;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.docs_item_details_btn{
    /*border: 1px solid #ad9051;*/
    /*background-color: rgba(0, 0, 0, 0.4);*/
    /*color: #ffffff;*/
    color: #ad9051;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    padding-right: 20px;
    position: relative;
    /*padding: 5px 10px;*/
}

.docs_item_details_btn span{
    border-bottom: 1px solid #ad9051;
    color: #ad9051;
    display: inline-block;
    font-size: 14px;
    line-height: 1.15em;
}

.docs_item_details_btn:after{
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ad9051 transparent transparent transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 0;
}

.docs_item_details{
    height: auto;
    max-height: 0;
    overflow: hidden;
    /*-webkit-transition: max-height ease-in-out 300ms;*/
    /*-moz-transition: max-height ease-in-out 300ms;*/
    /*-ms-transition: max-height ease-in-out 300ms;*/
    /*-o-transition: max-height ease-in-out 300ms;*/
    /*transition: max-height ease-in-out 300ms;*/
}

.docs_item_details.active{
    max-height: 300px;
}

.docs_search_frame{
    border: 2px solid #e2edf7;
    border-radius: 16px;
    display: block;
    left: 30px;
    padding: 0 40px 0 24px;
    position: absolute;
    top: 92px;
}

.docs_search_frame_icon{
    background: url("css/img/sprite.png") no-repeat;
    content: "";
    cursor: pointer;
    display: block;
    height: 20px;
    margin: -10px 0 0 0;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    width: 20px;
}

.docs_search_frame.not-empty .docs_search_frame_icon{
    background-position: -250px -75px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.docs_search_frame.empty .docs_search_frame_icon{
    background: url("css/img/sprite.png") no-repeat -245px -210px;
    cursor: default;
}


.docs_search_frame input{
    background: transparent;
    border: none;
    color: #e2edf7;
    height: 28px;
    line-height: 28px;
    position: relative;
    outline: none;
    white-space: nowrap;
    width: 280px;
}

.docs_search_frame input::-webkit-input-placeholder{color: #ababab;}
.docs_search_frame input:-moz-placeholder{color: #ababab;}
.docs_search_frame input::-moz-placeholder input{color: #ababab;}
.docs_search_frame input:-ms-input-placeholder{color: #ababab;}

.archive_frame .content__scroll{
    top: 150px;
}

/* параллакс */

.p_item .div_100 {
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}

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

.vtour__point{
    background-color: transparent;
    border: 4px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: translate(0, -250px);
    -moz-transform: translate(0, -250px);
    -ms-transform: translate(0, -250px);
    -o-transform: translate(0, -250px);
    transform: translate(0, -250px);
    visibility: hidden;
    width: 48px;
    z-index: 1;
}

.vtour__point.visible{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.vtour__point.visible:hover{
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    -moz-transform: scale(1.2) translate3d(0, 0, 0);
    -ms-transform: scale(1.2) translate3d(0, 0, 0);
    -o-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
}

.vtour__point span{
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
}

.vtour__point span:before,
.vtour__point span:after{
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.vtour__point span:before{
    height: 2px;
    margin: -1px 0 0 -13px;
    width: 26px;
}

.vtour__point span:after{
    height: 26px;
    margin: -13px 0 0 -1px;
    width: 2px;
}

.vtour__point:hover span:before,
.vtour__point:hover span:after{
    background-color: #ad9051;
}

.pano_place, .pano_screen, .pano_place .shadow {
	z-index: 1;
}
.pano_place.off:after {
	content: '';
	background: url("blank.gif");
	display: block;
	z-index: 1;
}
.pano_place {
	display: none;
	background: #000;
}
.pano_help {
	position: absolute;
	width: 228px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -114px;
	background: url("css/img/sprite.png") -479px -5px;
	display: none;
	z-index: 2;
}

.pano_close{
    right: 30px;
    top: 30px;
}

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

.plans__types {
    font-size: 0;
    margin: -138px 0 0 0;
    position: absolute;
    right: 170px;
    top: 100%;
    left: 460px;
    white-space: normal;
    text-align: center;
    z-index: 11;
    width: auto;
    display: none!important;
}

.plans__type {
    border-top: 5px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-family: 'gilroy';
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    padding-top: 3px;
    position: relative;
    text-transform: uppercase;
}

.plans__type:hover, .plans__type.active{border-top-color: inherit; opacity: 0.75;}
.plans__type.all:hover, .plans__type.all.active{color: #ad9051; opacity: 1;}
.plans__type.optimum:hover, .plans__type.optimum.active{color: #F7A30F;}
.plans__type.standard:hover, .plans__type.standard.active{color: #EE741D;}
.plans__type.superior:hover, .plans__type.superior.active{color: #F39758;}
.plans__type.studio:hover, .plans__type.studio.active{color: #ffbe00;}
.plans__type.suite:hover, .plans__type.suite.active{color: #C6C6C6;}
.plans__type.deluxe:hover, .plans__type.deluxe.active{color: #BF591D;}
.plans__type.t_suite:hover, .plans__type.t_suite.active{color: #ffa86a;}
.plans__type.t_deluxe:hover, .plans__type.t_deluxe.active{color: #ffc49d;}

.plans__type + .plans__type {
    margin-left: 20px;
}

.plans__type:hover:after, .plans__type.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    margin: 0 0 5px -3.5px;
    border-style: solid;
    border-width: 0 3.5px 4px 3.5px;
    border-color: transparent;
    border-bottom-color: inherit;
}

.plans_close {
    position: absolute;
    width: 63px;
    height: 63px;
    top: 110px;
    right: 45px;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.plans_close:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.plans_close:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    top: 50%;
    left: 50%;
    margin: -11.5px 0 0 -11.5px;
    background: url("css/img/sprite.png") -351px -102px;
}

.plans_close:hover:after {
    background-position: -351px -75px;
}

.plans_close_text {
    position: absolute;
    visibility: hidden;
    height: 27px;
    top: 50%;
    right: 79px;
    margin-top: -13px;
    padding: 0 10px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 0;
    white-space: nowrap;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plans_close:hover .plans_close_text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.plans_close_text:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.plans_close_text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}

.plans_close_text>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    color: #ad9051;
}
/*html.svg .plans_close {*/
    /*background-image: url('../i/sprite.svg?v32');*/
/*}*/

.plans__title {
    position: absolute;
    top: 14%;
    left: 5%;
    z-index: 12;
    margin-top: 50px;
    font-size: 41px;
    font-family: 'gilroy';
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.07em;
    color: #ffffff;
}

.plans__rose {
    position: absolute;
    /*top: 75px;
    right: 9%;*/
    left:5%;
    bottom: 125px;
    margin-right: 120px;
}

.plans__legend_frame {
    position: absolute;
    bottom: 4em;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.legend_sel {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyrThin';
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}

.legend_sel+.legend_sel {
    margin-left: 4em;
}

.legend_sel:before {
    content: 'K';
    font-size: 1.1em;
    background: rgba(0, 0, 0, 0.63);
    border: 4px solid #d47425;
    color: #d47425;
    border-radius: 5em;
    width: 3em;
    height: 2em;
    display: inline-block;
    padding-top: 1em;
    position: relative;
    left: -1.5em;
}

.legend_sel.n2:before {
    content: 'A';
    background: rgba(212, 116, 37, 0.63);
    border-color: #fff;
    color: #fff;
}

.legend_info {
    display: none;
    position: absolute;
    background: rgba(53, 53, 51, 0.8);
    top: -28.5em;
    left: -11.3em;
    width: 19em;
    text-transform: none;
    padding: 5em 2.5em 2em 2.5em;
    font-size: 0.9em;
    z-index: 10;
}

.legend_info:before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 1.8em;
    left: 50%;
    margin-left: -11.5px;
    background: url("css/img/sprite.png") -358px -215px;
}

.legend_info:after {
    content: '';
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    background: url("css/img/sprite.png-v32-v29.png") -397px -219px;
    opacity: 0.8;
}

.legend_info .title {
    text-transform: uppercase;
    font-size: 1.5em;
}

.legend_info>p, .legend_info>ul {
    text-align: left;
    line-height: 1.2;
}

.n2 .legend_info {
    top: -31.5em;
}

.legend_sel.n3 {
    position: absolute;
    top: 82%;
    left: 69%;
    z-index: 1;
}

.legend_sel.n3:before {
    content: 'P';
    padding-left: 1.2em;
    width: 1.8em;
}

.n3 .legend_info {
    top: -20.5em;
}

.korpus_frame .right-menu__frame, .section_frame .right-menu__frame {
    display:none;
}

.korpus_frame .plans__rose {
    transform: rotate(-25deg);
}

.plans_map_svg {
	z-index: 1;
}
.blur_bg, .floor_frame {
	z-index: 10;
	display: none;
}
.opened_floor .blur_bg, .opened_floor .floor_frame, .opened_flat .blur_bg, .opened_flat .floor_frame {
	display: block;
}
.plan_frame {
    position: absolute;
    top: 20%;
    right: 200px;
    bottom: 180px;
    left: 440px;
}


.plan_frame_centrer {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("blank.gif");
}
.plan_frame_centrer.apart_zoom {
	overflow: hidden;
}
.plan_frame_centrer.apart_zoom:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
}
.apart_zoom_frame {
	position: absolute;
	width: 300px;
	height: 300px;
	margin: -152px;
	overflow: hidden;
	border-radius: 5000px;
	border: 2px solid #fff;
	display: none;
}
.plan_frame_centrer.apart_zoom_lens .apart_zoom_frame {
	display: block;
}
.apart_zoom_img {
	position: absolute;
	margin: 50%;
}

.korp_det_frame {
    position: absolute;
    top: 20%;
    left: 5%;
    margin-top: 100px;
}

.korp_det {
    position: relative;
    text-align: left;
}

.korp_det + .korp_det {
    margin-top: 35px;
}

.korp_det.n0, .korp_det.n1 {
    display: none;
}

.korp_det_val {
    font-size: 13px;
    /**/
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #727486;
}

.korp_det_val>div {
    font-size: 3.15em;
    font-family: 'gilroy';
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
    width: 1em;
}

.floor_frame {
    background-color: rgba(0, 2, 22, 0.40);
}



.korpus_popup, .floor_popup {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 1;
    margin: -28px 0 0 -28px;
    background-color: rgba(212, 116, 37, 0.43);
    border: 4px solid #ffffff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.korpus_popup.nb1 {
    /*color: #d37425;
    background-color: rgba(0, 0, 0, 0.43);
    border-color: #d37425;*/
    /*margin-top: -80px;*/
    width: 0;
    border: 0;

}

.floor_popup {
    display: none;
    margin: -28px 0 0 30px;
}


.floor_popup_det.n1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.floor_popup_det.n1:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.floor_popup_det.n1>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    font-family: 'gilroy';
    color: #ffffff;
}

.korpus_frame .floor_popup_det.n1>div {
    display: none;
}

.floor_popup_det.n2 {
    display: none;
    position: absolute;
    opacity: 1;
    width: 139px;
    height: 104px;
    top: 70px;
    left: -70px;
    padding: 35px 0 0 0;
    background-color: rgba(212, 116, 37, 0.7);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-size: 15px;
    
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.black .floor_popup_det.n2 {
    background-color: rgba(53, 53, 51, 0.8);
    color: #d37425;
}

.floor_popup .floor_popup_det.n2 {
    display: block;
}

.floor_popup_det.n2>div {
    margin-left: -4px;
    font-size: 50px;
    font-family: 'gilroy';
    line-height: 1em;
}

.korpus_popup:hover .floor_popup_det.n2, .korpus_popup.hover .floor_popup_det.n2 {
    display: block;
}

.reverse_korpus {
    position: absolute;
    left: 5%;
    top: 14%;
    margin: 165px 0 0 0;
    padding: 12px 15px 12px 45px;
    background: rgba(237, 116, 30, 0.6);
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: 'gilroy';
    letter-spacing: 1px;
    z-index: 1;
}

.reverse_korpus:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 13px;
    top: 9px;
    background: url("css/img/sprite.png") -429px -215px;
}

.yes_popup {
    width: 92px;
    height: 59px;
    position: absolute;
    top: 36%;
    left: 59%;
    background: url("css/img/sprite.png") -271px -283px;
    z-index: 1;
    cursor: pointer;
}

.yes_popup:after {
    content: '';
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    background: url("css/img/sprite.png") -397px -239px;
}

.yesresidence_popup {
    width: 170px;
    height: 67px;
    position: absolute;
    top: 25%;
    left: 21%;
    background: url("css/img/sprite.png") -4px -198px;
    background-size: 700px 700px;
    -webkit-background-size: 700px 700px;
    z-index: 1;
    cursor: pointer;
}

.yesresidence_popup:after {
    content: '';
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    background: url("css/img/sprite.png") -397px -219px;
}


.sect_left, .sect_right, .floor_up, .floor_down {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;	
	background: url("blank.gif");	
}
.sect_left, .sect_right {
	top: 50%;
	margin-top: -15px;
}
.sect_left {
	right: 100%;
}
.sect_right {
	left: 100%;
}
.sect_left.active {	
	background: url("css/img/sprite.png") -5px -216px;
}
.sect_right.active {
	background: url("css/img/sprite.png") -39px -216px;
}
.floor_up, .floor_down {
    opacity: 0.25;
	left: 0;
    height: 30px;
    /*margin-left: -15px;*/
    width: 35px;
}

.floor_up {
	bottom: 100%;
}
.floor_down {
	top: 100%;
}

.floor_up:before, .floor_down:before{
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.floor_up:before{background: url("css/img/sprite.png") -208px -75px;}
.floor_down:before{background: url("css/img/sprite.png") -208px -88px;}

.floor_up.active {	
	opacity: 1;
}
.floor_down.active {
    opacity: 1;
}
.floor_help {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10%;
	margin-bottom: -20px;
	text-align: center;
}
.rc_help {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #000;
	position: relative;
	padding-left: 28px;
}
.rc_help+.rc_help {
	margin-left: 26px;
}
.rc_help_icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: #d6843b;
}
.rc_help.sold .rc_help_icon {
	width: 14px;
	height: 14px;
	background: none;
	border: 1px solid #000;
}
.apart_popup {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ecbb10;
	margin: -25px;
	display: none;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #000;
}
.apart_popup.hover {
	display: block;
}
.apart_details_frame {
	display: none;
    margin-top: 25px;
}
.popup_details_row {
    font-size: 13px;
    /**/
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #727486;
}
.popup_details_row>div {
    font-size: 2.5em;
    font-family: 'gilroy';
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
.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: 21px;
	line-height: 50px;
	color: #c1c1c1;
	margin-top: 180px;
}
.apart_details_frame.not-sale .popup_details_row {
	display: none;
}
.apart_details_frame.not-sale .not_sale_text {
	display: block;
}


.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;
}

.search_note {
    position: absolute;
    top: 100%;
}

.minimap_frame {
    position: absolute;
    /*width: 180px;
    height: 221px;*/
    width: 250px;
    height: 307px;
    left: 19em;
    bottom: 125px;
    z-index: 1;
}

.building_map_cont, .building_map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.at_apart{
    display: none;
}

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

.feedback_bg {
    /*background-color: #ad9051;*/
    background-color: #5f5e5e;
    height: auto;
    left: 50%;
    padding: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 540px;
}

.feedback_input_frame {
    margin: 0 auto;
	position: relative;
    width: 100%;
}

.feedback_input_frame + .feedback_input_frame{
    margin-top: 20px;
}

.feedback_input_frame.hidden{
    display: none;
}

.feedback_bg input,
.feedback_bg textarea,
.feedback_bg label {
    color: #4a4a4a;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 1.15;
    padding: 18px 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.feedback_bg label {
    color: #ad9051;
    cursor: pointer;
    display: none;
    left: 0;
    line-height: 19px;
    /*outline: 2px solid #c40000;*/
	position: absolute;
	top: 0;
}

.feedback_bg textarea, .feedback_bg textarea+label {
    resize: none;
    height: 100px;
}
::-webkit-input-placeholder {
    color: #818181;
}
:-moz-placeholder {
    color: #818181;
}
::-moz-placeholder {
    color: #818181;
}
:-ms-input-placeholder {
    color: #818181;
}
.feedback_sended {
    display: none;
    left: 10%;
    right: 10%;
    width: auto;
}
.feedback_sended>div {
    font-size: 15px;
    color: #ffffff;
}

.send_btn{
    /*background-color: #5f5e5e;*/
    background-color: #ad9051;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 100%;
}

.send_btn span{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 54px;
    padding: 0 50px 0 30px;
    text-transform: uppercase;
}

.send_btn:hover span{
    color: #5f5e5e;
}

.send_btn:after {
    background: url("css/img/sprite.png") -255px -5px;
    content: '';
    height: 20px;
    margin: -10px 0 0 0;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 10px;
}

.send_btn:hover:after{
    background-position: -224px -107px;
}

.feedback_name {
    display: none;
    font-size: 14px;
    color: #f19300;
    line-height: 19px;
    margin: 0 auto 17px;
}

.feedback_name>div {
    font-size: 39px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom:  10px;
}

.feedback_close {
    background-color: #ad9051 !important;
    border-radius: 0;
    border-color: transparent;
    left: 100%;
    right: auto;
    top: 0;
}

.feedback_checkbox{
    /*padding-left: 3.75em;*/
    position: relative;
    white-space: nowrap;
    width: auto;
}

.feedback_checkbox:after{
    content: "";
    display: inline-block;
    height: 2.3em;
    vertical-align: middle;
    width: 0;
}

.feedback_checkbox_btn{
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 2.3em;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.3em;
}

.feedback_checkbox.checked .feedback_checkbox_btn{
    border-color: #ad9051;
}

.feedback_checkbox.error .feedback_checkbox_btn{
    outline: 2px solid #c40000;
}

.feedback_checkbox_btn:before{
    background-color: #ad9051;
    content: "";
    display: block;
    height: 1.6em;
    left: 50%;
    margin: -0.8em 0 0 -0.8em;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out, visibility 200ms linear;
    -moz-transition: -moz-transform 200ms ease-in-out, visibility 200ms linear;
    -ms-transition: -ms-transform 200ms ease-in-out, visibility 200ms linear;
    -o-transition: -o-transform 200ms ease-in-out, visibility 200ms linear;
    transition: transform 200ms ease-in-out, visibility 200ms linear;
    visibility: hidden;
    width: 1.6em;
}

.feedback_checkbox.checked .feedback_checkbox_btn:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.feedback_checkbox_label{
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.iframe__bg {
    position: absolute;
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
    background-color: #000;
}

.iframe__bg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}


.placement_frame .right-menu__frame, .infrastructure_frame .right-menu__frame {
    bottom: 14%;
    right: 119px;
}
/* карты */


.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: #999;
	padding: 25px 5px 25px 60px;
	cursor: pointer;
}
.infra_type_icon.active {
	color: #000;	
}
.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("css/img/sprite.png");
}
.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 {
	overflow: visible !important;
}
.gmaps_labels_span {
	position: absolute;
    bottom: 15px;
    left: 30px;
}
.gmaps_labels_span>span {
	display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 15px;
	font-size: 16px;
    font-family: 'HelveticaNeueCyrThin', Arial, Helvetica, sans-serif;
	line-height: 16px;
    white-space: nowrap;
    color: #ad9051;
}

.gmaps_labels_span>span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}

.infrastructure__buttons {
    position: absolute;
    top: 20%;
    left: 24px;
    z-index: 1;
}

.infrastructure__button {
    position: relative;
    width: 69px;
    height: 69px;
    cursor: pointer;
}

.infrastructure__button + .infrastructure__button {
    margin-top: 15px;
}

.infrastructure__button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.infrastructure__button:hover:before, .infrastructure__button.active:before {
    opacity: 1;
}

.infrastructure__button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("css/img/sprite.png");
}

.infrastructure__button.text-button:after {
    width: 27px;
    height: 35px;
    margin: -17.5px 0 0 -13px;
    background-position: -412px -75px;
}
.infrastructure__button.text-button:hover:after, .infrastructure__button.text-button.active:after {
    background-position: -380px -75px;
}

.infrastructure__button.points-button:after {
    width: 34px;
    height: 33px;
    margin: -16.5px 0 0 -17px;
    background-position: -484px -75px;
}
.infrastructure__button.points-button:hover:after, .infrastructure__button.points-button.active:after {
    background-position: -444px -75px;
}

.infrastructure__button-text {
    position: absolute;
    visibility: hidden;
    height: 27px;
    top: 50%;
    left: 79px;
    margin-top: -13px;
    padding: 0 10px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 0;
    white-space: nowrap;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.infrastructure__button:hover .infrastructure__button-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.infrastructure__button-text:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.infrastructure__button-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 100%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
}

.infrastructure__button-text>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    color: #ad9051;
}

.infrastructure__points {
    position: relative;
    padding-left: 20px;
}

.infrastructure__point {
    position: relative;
    padding: 10px 0 10px 50px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'gilroy';
    text-transform: uppercase;
    color: #592e10;
    -webkit-transition: padding-left .3s ease-in-out;
    -moz-transition: padding-left .3s ease-in-out;
    -ms-transition: padding-left .3s ease-in-out;
    -o-transition: padding-left .3s ease-in-out;
    transition: padding-left .3s ease-in-out;
}

.infrastructure__point:hover {
    padding-left: 60px;
}

.infrastructure__point.active {
    color: #ffffff;
}

.infrastructure__point + .infrastructure__point {
    margin-top: 10px;
}

.infrastructure__point:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    margin-top: -15px;
    background: url("css/img/sprite.png");
}

.infrastructure__point.n0:before {
    background-position: -5px -174px;
}
.infrastructure__point.n0.active:before {
    background-position: -5px -139px;
}
.infrastructure__point.n1:before {
    background-position: -40px -174px;
}
.infrastructure__point.n1.active:before {
    background-position: -40px -139px;
}
.infrastructure__point.n2:before {
    background-position: -75px -174px;
}
.infrastructure__point.n2.active:before {
    background-position: -75px -139px;
}
.infrastructure__point.n3:before {
    background-position: -110px -174px;
}
.infrastructure__point.n3.active:before {
    background-position: -110px -139px;
}
.infrastructure__point.n4:before {
    background-position: -145px -174px;
}
.infrastructure__point.n4.active:before {
    background-position: -145px -139px;
}
.infrastructure__point.n5:before {
    background-position: -180px -174px;
}
.infrastructure__point.n5.active:before {
    background-position: -180px -139px;
}
.infrastructure__point.n6:before {
    background-position: -215px -174px;
}
.infrastructure__point.n6.active:before {
    background-position: -215px -139px;
}
.infrastructure__point.n7:before {
    background-position: -250px -174px;
}
.infrastructure__point.n7.active:before {
    background-position: -250px -139px;
}
.infrastructure__point.n8:before {
    background-position: -285px -174px;
}
.infrastructure__point.n8.active:before {
    background-position: -285px -139px;
}






.gallery_popup .g_s_area, .gallery_popup .g_btn, .gallery_popup .close_btn, .gallery_popup .gallery_title_frame {
    z-index: 2;
}

.gallery_title{display: none;}

.popup_gallery_close{
    right: 30px;
    top: 30px;
}


/* Common styles */

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ls-021 {
    letter-spacing: 0.21em !important;
}

.ls-019 {
    letter-spacing: 0.19em !important;
}

.svg-bg, .svg-bg-after:after, .svg-bg-before:before {
    background-image: url("css/img/sprite.png") !important;
}

.tour__popup-frame{
    bottom: 115px;
    height: auto;
    margin: auto;
    left: 10%;
    position: absolute;
    right:  10%;
    top: 115px;
    width: auto;
}

.tour__popup-frame iframe{
    border: none;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.popup__controls{
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
    white-space: nowrap;
}

.popup__controls-btn{
    background-color: rgba(0,0,0, 0.7);
    border-radius: 10%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.popup__controls-btn>span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 36px;
}

.popup__controls-btn.active, .popup__controls-btn:hover{
    background-color: rgba(237, 116, 29, 0.79);
    color: #fff;
}

.tour__popup-content{
    background: rgba(0,0,0,0.6);
    bottom: 0;
    font-family: 'gilroy';
    font-size: 11px;
    left: 0;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    width: 43.5%;
}

.webcam__popup-frame{
    height: 450px;
    left: 50%;
    margin: -225px 0 0 -400px;
    /*max-width: 650px;*/
    /*overflow: hidden;*/
    position: absolute;
    top: 50%;
    width: 800px;
}

.webcam__popup-frame iframe{
    border: none;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

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

.construction__slider{
    height: 55%;
    left: 50%;
    margin-top: 50px;
    max-height: 510px;
    max-width: 1400px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 71.8%;
}

.construction__slider .carousel_over{
    height: 100%;
    width: 100%;
}

.construction__slider .v-align > div,
.construction__slider .carousel_line{
    height: 100%;
}

.construction__slider .carousel_item{
    height: 100%;
    text-align: left;
    white-space: normal;
}

.construction__title {
    color: #ffffff;
    font-family: 'gilroy';
    font-size: 41px;
    left: 5%;
    letter-spacing: 0.07em;
    line-height: 1em;
    margin-top: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 13%;
    z-index: 12;
}

.construction__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 50%;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    width: 33.3%;
}

.gallery_frame .construction__item {
    width: 50%;
    margin: 0 25%;
}

.construction__item-wrapper{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.construction__item-image{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    width: 100%;
}

.construction__item-text{
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    white-space: nowrap;
    width: 100%;
}

.construction__item-text:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.construction__item-text > div{
        color: #ffffff;
    text-shadow: 1px 0px 1px #000;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    vertical-align: middle;
    white-space: normal;
    width: 80%;
}

.construction__item-text strong{
    color: #fff;
    display: block;
    
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.construction__item-plus{
    background: url("css/img/sprite.png") no-repeat -2px -72px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    height: 33px;
    left: 50%;
    margin: -16.5px 0 0 -16.5px;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(0, -150px);
    -moz-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    -o-transform: translate(0, -150px);
    transform: translate(0, -150px);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    top: 50%;
    width: 33px;
}

.construction__item:hover .construction__item-image{opacity: 1;}

.construction__item:hover .construction__item-text{
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.construction__item:hover .construction__item-plus{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.construction__slider .carousel_dots{display: none;}

.construction__slider .carousel_arrow{
    cursor: pointer;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.construction__slider .carousel_arrow.left{right: 103%;}
.construction__slider .carousel_arrow.right{left: 103%;}

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


/*--------------------------- Галерея -----------------------------*/

.gallery_frame .construction__item{height: 100%;}
/*.gallery_frame .construction__item-image{opacity: 1;}*/

.gallery_frame .construction__item-text > div{
    color: #fff;
    font-family: "HelveticaNeueCyrThin", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-transform: uppercase;
    width: 60%;
}

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

/*** mortgage__table ***/
body[data-slug="ipoteka"] .content__wrapper {
    width: 60%;
}
.mortgage__table {
    border-collapse: collapse;
    display: block;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
}
.mortgage__table tbody, .mortgage__table tr {
    display: block;
    width: 100%;
}
.mortgage__table td.n1 {
    background: #fff;
}
.mortgage__table td > span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.mortgage__table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 79px;
    margin: 0.2%;
    padding: 0 12px;
    text-align: center;
    width: 75%;
    background-color: rgba(177, 177, 177, 0.15);
}
.mortgage__table td.n1 {
    width: 22%;
}
.mortgage__table td span {
    color: #fff;
    font-family: 'HelveticaNeueCyrRoman', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*line-height: 79px;*/
}
.mortgage__table td.n1 a {
    display: block;
    bottom: 100%;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}
.mortgage__table-header td {
    background: #ad9051!important;
}
.mortgage__table-header td span {
    color: #1a1a1a;
    
    font-size: 0.7rem;
    font-weight: normal;
    text-transform: uppercase;
}
.mortgage__table td:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.mortgage__table tr.mortgage__table-header {
    position: relative;
    top: 0;
    z-index: 1;
}
.mortgage_btn {
    display: inline-block;
    background: #ad9051;
    text-transform: uppercase;
    padding: 6px 12px;
}

.home__counter {
    position: absolute;
    top: 75px;
    right: 35px;
}

@media (max-width:1400px) {.menu__item>.menu__link>span {

    font-size: 13px;
    letter-spacing: 1px;
}
.content__title {
    font-size: 46px;
    letter-spacing: 0.03em;

    line-height: 80px;
}
}

/* Media Queries */

@media only screen and (max-width: 1700px) {

}

@media only screen and (max-width: 1600px) {
    .header__phone{font-size: 24px;}
}

@media only screen and (max-width: 1500px) {
    

}

@media only screen and (max-width: 1450px) {
    .header__phone{font-size: 18px;padding-right: 35px;}
}

@media only screen and (max-height: 900px) {

    /*.contacts__title {*/
        /*margin: 0 0 50px;*/
    /*}*/

    .contacts__office-list, .contacts__content-wrapper{
        padding: 30px 25px;
    }

    .contacts__office + .contacts__office {
        margin-top: 30px;
    }

    .korp_det + .korp_det, .apart_details_frame, .popup_details_row+.popup_details_row {
        /*margin-top: 20px;*/
    }
    .korp_det_frame {
        margin-top: 77px;
    }
    .popup_details_row>div {
        font-size: 2em;
    }
    

}

@media only screen and (max-height: 800px) {

    /*.right-menu__frame{font-size: 8px;}*/

    /*.contacts__block {*/
        /*padding-bottom: 50px;*/
    /*}*/

    /*.contacts__title {*/
        /*margin: 0 0 20px;*/
    /*}*/

    .contacts__office-list, .contacts__content-wrapper{
        padding: 35px;
    }

    .contacts__office + .contacts__office {
        margin-top: 20px;
    }

    .plans__title, .gallery__title {
        font-size: 31px;
    }

    .korp_det_val, .popup_details_row {
        font-size: 11px;
    }

    .korp_det + .korp_det, .apart_details_frame, .popup_details_row+.popup_details_row {
        /*margin-top: 5px;*/
    }
    /*.home__counter {
        top: 115px;
        right: initial;
        left: 10px;
    }*/
}

@media only screen and (max-height: 800px), only screen and (max-width: 1350px) {

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

}

.service__content .content__title {
	font-size: 55px;
}
.infrastructure_frame .placement__text-block {
	top: 50px;
}

.cont {    font-size: 22px;}
.cont span{    font-size: 26px;}

.logo {
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts__office {
	font-size: 26px;
	letter-spacing: 1px;
}

.contacts__office h1 {
  margin: 0 0 15px;
  font-size: 41px;
  font-size: 22px;
  font-family: 'gilroy';
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff;
  font-size: 60px;
  padding: 0;
}

 .logo + .phones-block {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-top: -14px;
  padding-right: 45px;
  position: absolute;
  right: 35px;
  vertical-align: middle;
  top: 45px;
  z-index: 21;
}

 .logo + .phones-block a {
	text-decoration: none;
	position: relative;
}

 .logo + .phones-block .label {
	 display: none;
}

 .logo + .phones-block a::after {
	content: '';  
	display: block;
	margin-top: -14px;
	position: absolute;
	right: -40px;
	top: 50%;
	background-color: #ad9051;
	background-image: url("sprite.png");
	background-position: -208px -42px;
	width: 28px;
	height: 28px;
 }
 
.phones-block .phone {
	display: block;
	text-decoration: none;
	margin: 0.5em 0;
}
 
.email {
	text-decoration: none;
}
 
.adress {
	display: block;
	margin: 0.5em 0;
}

.home .bx-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	border: 0;
	box-shadow: 0;
	height: 100vh;
	width: 100wh;
	background: #000;
}

.home .slide {
	height: 100vh;
	width: 100wh;
}

.home .slide img {
	opacity: 0.4;
}

.slide-content {
	position: absolute;
	z-index: 20;
	bottom: 100px;
	left: 0;
	width: 530px;
	padding: 50px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 33px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 75px;
	left: 550px;
	width: 50px;
	height: 50px;
	background: #ad9051;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #ad9051;
	transition: 0.5s;
}

.bx-wrapper .bx-controls-direction .bx-prev:hover,
.bx-wrapper .bx-controls-direction .bx-next:hover {
	color: #ad9051;
	background: transparent;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	left: 480px;	
}

.bx-wrapper .bx-controls-direction .bx-prev::after,
.bx-wrapper .bx-controls-direction .bx-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 0 2px 2px 0;
	border-style: solid;
	margin: -7px 0 0 -5px;
	width: 12px;
	height: 12px;
	transform: rotate(135deg);
	transition: inherit;
}

.bx-wrapper .bx-controls-direction .bx-next::after {
	margin-left: -9px;
	transform: rotate(-45deg);
}

.ya-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



.ya-map [class*="balloon_layout"] {
	top: -45px !important;
	left: 50px !important;
	box-shadow: none;
	background: #ad9051;
}
.ya-map [class*="balloon__content"] {
	padding: 20px 25px;
	color: #fff;
	background: #ad9051;
	font-size: 16px;
	font-family: inherit;
}
.ya-map [class*="balloon-content__header"],
.ya-map [class*="balloon-content__footer"] {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.ya-map [class*="balloon_layout"] [class*="balloon__tail"] {
	position: absolute;
	background: transparent none repeat scroll 0 0;
	border-left: 15px solid transparent;
	border-top: 15px solid #ad9051;
	height: 0;
	left: 0;
	margin-left: -15px;
	top: 0;
	width: 0;
	transform: none;
	box-shadow: none;
}
.ya-map [class*="balloon__tail"]:after {
	content: none;