@charset "utf-8";

@import url('../fonts/fonts.css');

/* --------------- default --------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html {  
	height:100%; 
}
body {  
	position:relative; 
	height:100%; 
	font-family: 'Gilroy';
	background: white;
	color: #181818;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.01em;
}
body *,
body *:before,
body *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

img { 
	border: none;
}

ul {
	list-style: none;
}

a { 
	text-decoration: none; 
	margin: 0; padding: 0;
	color: #181818;
}

.clear { 
	clear: both; 
	height: 0; 
	overflow: hidden; 
	font-size: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.container {
	max-width: 1200px; 
	width: 100%;
	padding: 0 15px;
	margin-left: auto; margin-right: auto;
	position: relative;
	display: block;
}

::-webkit-input-placeholder {
	color: #7e7e7e;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
::-o-input-placeholder{
	color: #7e7e7e;
}
:focus::-o-input-placeholder {
	color: transparent;
}
::-moz-input-placeholder{
	color: #7e7e7e;
}
:focus::-moz-input-placeholder {
	color: transparent;
}
:-moz-input-placeholder{
	color: #7e7e7e;
}
:focus:-moz-input-placeholder {
	color: transparent;
}
::-ms-input-placeholder{
	color: #7e7e7e;
}
:focus::-ms-input-placeholder {
	color: transparent;
}
input-placeholder {
	color: #7e7e7e;
}
:focus:input-placeholder {
	color: transparent;
}
::placeholder {
	color: #7e7e7e;
}
:placeholder-shown {
	color: #7e7e7e;
}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}




.but,
input[type=submit] {
	-webkit-transition:  all 0.3s ease-in-out;
	-moz-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	-ms-transition:  all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;	
}
input, button { -webkit-appearance: none;}

/* wrapper
-------------------------------*/
.wrapper {
	min-height: 100%; width: 100%;  
	position: relative; 
	z-index: 0;
	overflow: hidden;
	padding-top: 162px;
}


.laptop_h,
.tablet_h,
.mobile_xl,
.mobile_lg,
.mobile_md,
.mobile_sm {
	display: none !important;
}
.laptop-i,
.tablet-i,
.mobile_xl-i,
.mobile_lg-i,
.mobile_md-i,
.mobile_sm-i {
	display: none !important;
}

#fancybox-wrap {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;

}

.slick-slider
{
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	width: 15px; height: 15px;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	text-indent: -2000px;
}
.slick-dots li.slick-active button {
	background-color: #e41e2e;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	width: 27px; height: 67px;
    position: absolute;
    top: 50%;
    right: 100%; 
    margin-top: -33px; margin-right: 15px;
    display: block;
	background: url(../images/prev-arrow.png) no-repeat center center;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    color: transparent;
    border: none;
    outline: none;
}
.slick-next
{
  	left: 100%; right: auto;
  	margin-right: 0; margin-left: 15px;
	background: url(../images/next-arrow.png) no-repeat center center;
}
.slick-prev:hover,
.slick-prev:focus {
}
.slick-next:hover,
.slick-next:focus
{
}

.noscroll {
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}
.pd_box {
	padding: 65px 0;
}
.title-box {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
	font-size: 72px;
	font-weight: 800;
}
.title-box.fs_m {
	font-size: 60px;
	padding-bottom: 40px;
}
.title-box:after {
	position: absolute;
	left: 50%; bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 10px; width: 370px;
	background-color: #e41e2e;
	content: '';
}

/* main
-------------------------------*/

header    { 
	position: fixed;
	width: 100%; 
	left: 0; top: 0;
	background: #fff;
	z-index: 99;
	-webkit-transition:  all 0.3s ease-in-out;
	-moz-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	-ms-transition:  all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;	
}
header .container {
	padding-top: 65px;
	padding-bottom: 30px;
	position: relative;	
	-webkit-transition:  all 0.3s ease-in-out;
	-moz-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	-ms-transition:  all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;
}
header .container:after {
	position: absolute;
	bottom: 0; left: -2000px;
	width: 10000px;
	border-top: 10px solid #fff;
	border-bottom: 7px solid #e41e2e;
	content: '';
}
header .grid-header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: end;
	justify-content: space-between;
	grid-gap: 15px;
}
header .logo img {
	max-width: 100%;
}
header .contact-header {
	text-align: right;
	font-family: 'Ubuntu';
    font-weight: normal;
	font-size: 18px;
}
header .contact-header .line {
    display: grid;
    grid-template-columns: 1fr 25px;
    grid-gap: 10px;
    align-items: center;
}
header .contact-header .icon {
	text-align: center;
        display: grid;
    align-items: center;
    justify-content: center;
}
header .contact-header .phone {
	margin-bottom: 5px;
    font-weight: 800;
    font-size: 30px;
}
header .fixed_nav {
	text-align: center;
}
nav {
	display: inline-block;
}
nav li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
nav li:last-child {
	margin-right: 0;
}
nav li:hover:before {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -30px;
	width: 100%;
	border-bottom: 7px solid #fff;
	content: '';
	z-index: 5;
}
nav li a {
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
}

header.fixed {
	position: fixed;
	background-color: #fff;
}
header.fixed .container {
    padding-top: 10px;
    padding-bottom: 15px;
}
header.fixed .container:after {
	border-bottom-width: 4px;
	left: -2000px;
}
.fixed nav li:hover:before {
	margin-bottom: -15px;
	border-bottom-width: 4px;
}

/****************************************************************************
box_main
****************************************************************************/
.box_main {
	position: relative;
	margin-top: -35px;
}
.box_main .lb1 {
	position: absolute;
	width: 351px; height: 158px;
	right: 50%; top: 10px;
	margin-right: 600px;
    background: url(../images/lb1_main.png) no-repeat bottom center;
    z-index: 2;
}
.box_main .lb2 {
	position: absolute;
	width: 315px; height: 277px;
	left: 50%; bottom: 48px;
	margin-left: 382px;
    background: url(../images/lb3_main.png) no-repeat bottom center;
    z-index: 2;
}
.box_main:before {
	position: absolute;
	width: 100%; height: 44px;
	left: 0; bottom: 0px;
    background: url(../images/lb2_main.png) no-repeat bottom center;
    content: '';
    z-index: 10;
}
.box_main .slider_main .slick-slide  {
	height: 800px;
	/*background-size: cover !important;*/
	background-position: center center !important; 
	display: grid !important;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.box_main .slider_main .slick-dots {
	bottom: 60px; left: 50%;
	margin-left: -745px;
	width: auto;
	z-index: 15;
}
.box_main .slider_main .slick-dots li {
	margin: 0 10px 0 0;
}
.box_main .slider_main .info {
	height: 450px; width: 485px;
	position: relative;
	z-index: 5;
}
.box_main .slider_main .info:after {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	background-color: rgba(24,24,24,0.75);
	content: '';
	z-index: -1;
}
.box_main .slider_main  .title {
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
	display: grid;
	align-items: center;
	padding-left: 65px;
	font-size: 60px; color: #fff;
	font-weight: 800;
	white-space: nowrap;
}
.box_main .slider_main .square_1 {
	position: absolute;
	left: 0; bottom: 0;
	width: 215px; height: 215px;
	margin: 0 0 -40px -155px;
	background-color: #e41e2e;
	z-index: -2;
}
.box_main .slider_main .square_2 {
	position: absolute;
	left: 100%; top: 100%;
	width: 115px; height: 115px;
	background-color: rgba(255,255,255,0.67);
}
.box_main .slider_main .line_1 {
	position: absolute;
	top: -15px; right: 0;
	background-color: #e41e2e;
	width: 115px; height: 15px;
	content: ''
}
.box_main .slider_main .line_2 {
	position: absolute;
	top: -15px; left: 100%;
	background-color: #e41e2e;
	width: 15px; height: 130px;
	content: ''
}


/****************************************************************************
box_rent
****************************************************************************/
.item_rent {
	padding: 0 40px;
	margin-bottom: 20px;
}
.item_rent:last-of-type {
	margin-bottom: 0;
}
.item_rent .grid {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 25px;
	align-items: center;
}
.item_rent .grid .icon {
	width: 75px;
}
.item_rent .icon img {
	max-width: 100%;
	vertical-align: bottom;
}
.item_rent .title {
	font-size: 36px;
	font-weight: 800;
}
.item_rent .desc {
	padding-left: 130px;
    font-family: 'Ubuntu';
    font-size: 18px; line-height: 1.4;
}


/****************************************************************************
box_gallery
****************************************************************************/
.box_gallery {
	background-color: #ebebeb;
}
.box_gallery .title-box {
	overflow: hidden;
	padding-bottom: 0 !important;
}
.box_gallery .title-box:after {
	display: none;
}
.box_gallery .title-box span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.box_gallery .title-box span:before {
	position: absolute;
	right: 0; left: auto; bottom: 0;
    margin-right: 120px;
    background-color: #2f2f2f;
    height: 10px; width: 2000px;
	content: '';
}
.box_gallery .title-box span:after {
	position: absolute;
	top: 22px; bottom: auto; left: 100%;
	margin-left: -4px; 
	height: 10px; width: 2000px;
	background-color: #e41e2e;
	content: '';
}



/****************************************************************************
box_gallery
****************************************************************************/
.box_gallery {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.slider_gallery {
	position: relative;
	z-index: 1;

	border: 3px solid #fff;
}
.slider_gallery .slick-slide {
}
.slider_gallery img {
	max-width: 100%;
	vertical-align: bottom;
}
.slider_gallery_nav {
	position: relative;
	margin-top: -410px;
	top: 3px;
	z-index: 0;
}
.slider_gallery_nav .slick-slide {
	margin: 0 2px;
    position: relative;
}
.slider_gallery_nav .slick-slide:before {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.8);
}
.slider_gallery_nav img {
	vertical-align: bottom;
}



/****************************************************************************
box_contact
****************************************************************************/
.box_contact  {
	position: relative;
	padding-bottom: 55px;
}
.box_contact:after {
	position: absolute;
	bottom: 0; left: 0;
	height: 170px; width: 100%;
	background-color: #bdbdbd;
	z-index: 0;
	content: '';
} 
.box_contact .lb1 {
	position: absolute;
	width: 169px; height: 144px;
	right: 100%; bottom: 0px;
	margin-right: -95px; margin-bottom: -60px;
    background: url(../images/lb1_contact.png) no-repeat bottom center;
    z-index: 5;
}
.box_contact .lb2 {
	position: absolute;
	width: 162px; height: 139px;
	left: 100%; bottom: 170px;
	margin-left: -15px; margin-bottom: -55px;
    background: url(../images/lb2_contact.png) no-repeat bottom center;
    z-index: 5;
}
.box_contact .grid-contact {
	font-size: 18px;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	grid-gap: 15px;
	margin-bottom: 30px;
}
.box_contact .grid-contact .line {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 15px;
    align-items: center;
}
.box_contact .grid-contact .line img {
	vertical-align: bottom;
}
.box_contact .grid-contact .col-left {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	grid-gap: 15px;
}
.box_contact .grid-contact .phone {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Ubuntu';
}
.box_contact .map {
	height: 640px;
	position: relative;
	z-index: 2;
}
.ymaps-2-1-76-ground-pane {
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}



/****************************************************************************
footer
****************************************************************************/
footer {
	padding: 65px 0 55px;
	background-color: #2f2f2f;
	font-size: 18px; color:  #fff;
    font-family: 'Ubuntu';
}
footer .grid-footer {
	display: grid;
	grid-template-columns: auto auto;
	align-items: start;
	justify-content: space-between;
	grid-gap: 15px;
	margin-bottom: 20px;
}
footer .contact-footer {
	text-align: right;
	font-family: 'Ubuntu';
    font-weight: normal;
	font-size: 18px; color: #fff;
}
footer .contact-footer .line {
    display: grid;
    grid-template-columns: 1fr 25px;
    grid-gap: 10px;
    align-items: center;
}
footer .contact-footer .icon {
	text-align: center;
	    display: grid;
    align-items: center;
    justify-content: center;
}
footer .contact-footer .phone {
	margin-bottom: 5px;
    font-weight: 800;
    font-size: 30px;
}
footer .contact-footer a {
	color: #fff;
}
footer .nav-footer li {
	margin-bottom: 8px
}
footer .nav-footer li a {
	font-size: 18px; color: #ababab;
    font-weight: 300;
}
footer .nav-footer li a:hover {
	text-decoration: underline;
}
footer .copyright {
	color: #fff;
	margin-top: 70px;
}


/****************************************************************************
box_heading
****************************************************************************/
.box_heading {
	position: relative;
	margin-top: -35px;
	height: 200px;
	background: url(../images/box_heading.jpg) no-repeat center center;
}
.box_heading:before {
	position: absolute;
	width: 100%; height: 94px;
	left: 0; bottom: 0px;
    background: url(../images/lb1_heading.png) no-repeat bottom center;
    content: '';
    z-index: 10;
}
.box_heading:after {
	position: absolute;
	z-index: 10;
	height: 100px; width: 5px;
	left: 50%; bottom: 0;
	margin-left: -2.5px;
	background: #e41e2e;
	content: '';
}


/****************************************************************************
box_rent_plan
****************************************************************************/
.box_rent_plan .title {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
    font-size: 36px;
    font-weight: 800;
}
.item_etage_plan {
	margin-bottom: 50px;
}
.item_etage_plan .name_etage {
	border-bottom: 10px solid #e41e2e;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 36px; 
	font-weight: 800;
}
.item_plan {
	padding: 25px 0;
	border-bottom: 1px solid #bcbcbc;
	display: grid;
	grid-template-columns: 470px 1fr;
	grid-gap: 30px;
}
.item_plan:last-child {
	border: none;
}
.slider_item_plan .img {
	display: none;
	cursor: pointer;
}
.slider_item_plan .img.active {
	display: block;
}
.slider_item_plan img {
    max-width: 100%;
    vertical-align: bottom;
}
.slider_item_plan img.active {

}
.photo_big .img_block {
	display: none;
}
.slider_item_plan_nav {
	max-width: 500px;
}
.slider_item_plan_nav .img {
	margin-right: 2px;
	float: left;
}
.slider_item_plan_nav img {
    vertical-align: bottom;
    cursor: pointer;
}
.slider_item_plan_nav .slick-slide {
    margin-right: 2px;
    cursor: pointer;
}
.item_plan .info {
	display: grid;
	grid-template-rows: 1fr auto;
	grid-gap: 20px;
	align-items: center;
	padding-right: 170px;
	position: relative;
}
.item_plan .info .numb_etage {
	position: absolute;
	right: 0; bottom: 0;
	font-size: 24px;
	font-weight: 800;
}
.item_plan .info .param {
    font-size: 18px;
	font-family: 'Ubuntu';
}
.item_plan .info .param li {
	margin-bottom: 12px;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 35px 1fr;
	align-items: center;
}
.item_plan .info .param li:last-child {
	margin-bottom: 0;
}
.item_plan .info .param .icon {
	text-align: center;
}
.item_plan .info .param .icon img {
	vertical-align: bottom;
	max-width: 100%;
}
.item_plan .info .param .sq {
	font-size: 24px;
	font-weight: bold;
}
.item_plan .info .img_plan {
	width: 150px;
	position: absolute;
	right: 0; top: 0;
	text-align: right;
}
.item_plan .info .img_plan img {
	max-width: 150px; max-height: 160px;
	margin-bottom: 5px;
}
.item_plan .info .img_plan a {
	font-family: 'Ubuntu';
	font-size: 16px; color: #5d5d5d;
}
.item_plan .info .img_plan a:hover {
	text-decoration: underline;
}

.img_paver {
	height: 90vh;
}
.img_paver img {
	height: 100%;
	cursor: default;
}
.popup_paver {
	position: fixed;
	top: 0; left: 0;
	z-index: 999;
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.6); 
	display: none;
}
.popup_paver .grid {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup_paver img {
	/*max-height: 500px;*/
}
.popup_paver .close {
	position: absolute;
top: 5px;
right: 0px;
width: 32px;
height: 32px;
background: url('../images/fancy_close.png') top left no-repeat;
cursor: pointer;
z-index: 1103;
}

/****************************************************************************
box
****************************************************************************/








.popup_bg {
    position: fixed; top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.6); 
    display: none; z-index: 999;
}

/* popup
-------------------------------*/
.popup {
	position: fixed; top: 50%; left: 50%;  
	width: auto; height: auto; 
	display: none; z-index: 9999;	
    text-align: center;
}