.font-serif{
    /*font-family: 'NBW', serif;*/
    font-family: 'Playfair Display', serif;
}

@font-face {
    font-family: 'Apercu Pro';
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('/fonts/ApercuPro-Bold.woff2') format('woff2'), url('/fonts/ApercuPro-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('/fonts/ApercuPro-Medium.woff2') format('woff2'),
        url('/fonts/ApercuPro-Medium.woff') format('woff'),
        url('/fonts/ApercuPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('/fonts/ApercuPro.woff2') format('woff2'), url('/fonts/ApercuPro.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('/fonts/ApercuPro-Light.woff2') format('woff2'), url('/fonts/ApercuPro-Light.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: 'NBW';
    src: url('/fonts/NewBaskervilleC-Roman.eot');
    src: url('/fonts/NewBaskervilleC-Roman.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NewBaskervilleC-Roman.woff2') format('woff2'),
        url('/fonts/NewBaskervilleC-Roman.woff') format('woff'),
        url('/fonts/NewBaskervilleC-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Geometria';
    src: url('/fonts/Geometria/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Geometria';
    src: url('/fonts/Geometria/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Geometria';
    src: url('/fonts/Geometria/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Geometria';
    src: url('/fonts/Geometria/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**
* Normalize
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    text-decoration-skip-ink: none;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: 'Apercu Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    background-color: #1b1b1b;
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #85754E;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a:focus {
    outline: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    caption-side: bottom;
    text-align: left;
    color: #868e96;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
* Типографика
*/

.alignleft {
    float: left;
    margin-right: 50px;
    margin-bottom: 25px;
}

.alignright {
    float: right;
    margin-bottom: 25px;
    margin-left: 50px;
}

.aligncenter {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.heading {
    line-height: 1.2;
    font-size: 25px;
    margin: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'NBW', serif;
    /*font-family: 'Playfair Display', serif;*/
}
.heading h1{
    line-height: 1.2;
    font-size: 25px;
    margin: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'NBW', serif;
    /*font-family: 'Playfair Display', serif;*/
}
.top_screen_text{
    display:block;
    text-align:center;
    font-size:10px;
    line-height:32px;
}
.heading_apartments {
    margin-right: 180px;
}

.heading_contact {
    margin-bottom: 80px;
}

.heading_document {
    margin-bottom: 90px;
}

.heading_gallery {
    margin-bottom: 180px;
}

.desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #ffffff;
}

.desc p {
    margin-bottom: 22px;
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    font-weight: 700;
    line-height: normal;
    margin: 0 0 21px 0;
    text-transform: uppercase;
    color: #85754E;
}

.desc h1 {
    font-size: 24px;
}

.desc h2 {
    font-size: 18px;
}

.desc h3 {
    font-size: 14px;
}

.desc h4 {
    font-size: 13px;
}

.desc h5 {
    font-size: 12px;
}

.desc h6 {
    font-size: 11px;
}

.desc_video {
    width: 57%;
    margin-bottom: 55px;
}
.desc_video p{
    display: inline;
}
.divider{
    width: 210px;
    height: 0;
    border-top: 1px solid #85754E;
    border-bottom: 0;
    margin: -1px 0 0 0;
    float: left;
    clear: both;
}
/*
.letter-down{
  display: inline-block;
  transform: translateY(5px);
}*/

/**
* Общие
*/

.wrapper {
    overflow: hidden;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.container_heading {
    display: none;
}

.screen {
    padding: 110px 0;
}

.screen_video {
    padding: 83px 0 40px;
}

.screen_light {
    background-color: #1b1b1b;
}

.screen__inner {
    /*min-height: 400px;*/
    padding-left: 370px;
    /*******************************/
}

.screen_form .screen__inner {
    min-height: 0;
    /*******************************/
}

.screen_apartments .screen__inner {
    position: relative;
    margin-bottom: 44px;
}

.screen_location .screen__inner {
    padding-left: 283px;
}

.screen_news .screen__inner {
    min-height: 0;
    /*******************************/
}

.screen_about {
    position: relative;
    margin-left: 370px;
    padding: 0;
}

.slider-about__inner{
}

.screen_form {
    background-color: #232323;
    width: 100%;
    overflow: hidden;
}

.screen_form.screen_form_1{
    padding: 0 0 100px 0;
}

.screen_form.screen_form_2{
    padding: 0;
}

.screen_form.screen_form_2 .wpcf7{
    margin-bottom: 40px;
}

.screen_form.screen_form_3{
    padding: 0;
    background-color: #202020;
}

.screen_author {
    padding-top: 0px;
    padding-bottom: 0;
    background: #1b1b1b;
}

.screen_contacts {
    position: relative;
    padding: 220px 0 250px;
}

.screen_location {
    padding: 0;
    margin-top: 62px;
}

.screen_location .container{
    max-width: 100%;
    padding: 0;
}

.screen_document {
    padding: 90px 0;
}
.screen.screen_awards {
    padding-top: 150px;
    padding-bottom: 0;
    margin-bottom: 0px;
    /*background: #1b1b1b;*/
}
.screen_gallery {
    min-height: 100vh;
    padding: 100px 0;
}
.award-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -7.5px;
    padding: 32px 0 0;
}
.screen_awards .divider{
    margin-bottom: -7px;
}
.award-header{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 11px;
    padding-right: 14px;
}
.award-txt{
    padding-right: 0px;
    width: 61.3%;
    padding: 25px 20px 5px;
}
.award-txt .desc{
    padding-right: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    /* line-height: 21px; */
    letter-spacing: -.01em;
}
.award-txt .txt{
    color: rgba(255, 255, 255, 0.5);
}
.award-item {
    width: calc(33.33% - 15px);
    padding: 0;
    margin: 0 7.5px;
    display: flex;
    flex-flow: row wrap;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
	margin-bottom: 15px;
}
.award-pic{
    position: relative;
    text-align: center;
    min-height: 463px;
    margin-bottom: 41px;

}
.award-pic_inner{
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    max-height: 388px;
    max-height: 83.5%;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    height: 100%;
    display: none;
}
.award-pic img{
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0;
    /*margin-bottom: 30px;*/
    box-shadow: 0px 10px 90px rgba(0, 0, 0, 0.4);
}
.form-inline .form-group__control,
.screen_about .form-group__control{
    border-width: 1px;
}
.screen__inner .form-group__label-inner:before, 
.screen__inner .form-group__label-inner:after,
.screen_about .form-group__label-inner:before, 
.screen_about .form-group__label-inner:after{
    height: 1px;
}

.screen_about .form-about__main_inputs {
    padding: 19px 0 0;
    margin: 0 -15px;
}
.screen_about .form-about > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px 0;
}


#top{
    position: absolute;
     padding: 30px 0 15px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    /*background: rgba(27, 27, 27);*/
	background:#1b1b1b;
    background: transparent;
}
.header__logo{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.top-contact{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    align-items: center;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.top-contact-inner{
    text-align: right;
}
.top-contact_time{
	font-size: 12px;
	line-height: 12px;
}
.top-contact__value{
    font-size: 21px;
	font-family: 'NBW', serif;
}
.top-contact__phone{
    color: #fff;
}
.top-contact__call{
    margin-right: 18px;
    display: none;
}
.top-contact-inner>p{
    font-family: 'NBW', serif;
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
}
.link__popup img{
    display: block;
}
.link__popup{
    background: none;
    border: none;
    height: 44px;
    height: 55px;
}
.link__popup svg{
    width: 42px;
    height: 42px;
}
.svg-ico-0{
    fill: rgba(255,255,255,.0)
}
.svg-ico-1,.svg-ico-2{
    fill: #85754e;
}
.link__popup:hover .svg-ico-0{
    fill: #85754e;
}
.link__popup:hover .svg-ico-1,
.link__popup:hover .svg-ico-2{
    fill: #fff;
}

.move_d{
    position: relative;
    top: 0px;
}

/**
* Шапка
*/

.header {
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 370px;
    padding: 33px 55px 20px 60px;
    background-color: #1b1b1b;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
}
.header__nav{

}
.header.showed{
    -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
}
.top_inner{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__logo{
    text-align: center;
    margin-left: 2px;
    margin-top: 0px;
}

.header__address {
    padding: 45px 0 35px 0;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
}

.logo svg {
    vertical-align: bottom;
    fill: #ffffff;
    height: 62px;
    height: 49px;
}

.logo__tagline {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}


.header-address {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    cursor: pointer;
}

.header-address__ico {
    position: absolute;
    top: 4px;
    left: 0;
    width: 40px;
    height: 40px;
    fill: #6b6b6b;
}

.header-address__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.header-address__value {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #85754E;
}

.footer_inner .developer .developer__link:first-child .developer__img{
    margin-bottom: 3px;
    margin: -28px 0 0;
}
.footer_inner .developer .developer__link:first-child .developer__img img{
    width: 133px;
    height: auto;
}
.developer__link:first-child{
    margin-right: auto;
}
.developer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.developer__link+.developer__link{
    margin-left: 42px;
}
.developer__link + .developer__link.footer_time{
	margin-right: 42px;
	margin-left: 0px;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.developer__img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.developer__link:hover .developer__img {
    opacity: 1;
}

.developer__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    display: block;
    margin-left: 21px;
    padding-left: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6b6b6b;
    border-left: 1px solid #565656;
}
.footer_inner .developer .developer__link:first-child .developer__title{
    margin-left: 26px;
    padding-left: 25px;
}
.header-mobile {
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
    background-color: #1b1b1b;
    background: transparent;
}

.header-mobile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mobile__phone {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-mobile_active .header-mobile__phone {
    visibility: hidden;
    opacity: 0;
}

.header-mobile__phone-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    color: #85754E;
}

.header-mobile__phone-link:hover {
    color: #85754E;
}

.header-mobile__toggle {
    margin-right: -4px;
}

.logo-mobile svg {
    width: 120px;
    height: 18px;
    display: block;
    fill: #ffffff;
}

.nav-mobile {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: #1b1b1b;
}

.nav-mobile .header_nav_f,.header .header_nav_f{
    margin-top: 0px;
    flex-flow: row wrap;
}
.nav-mobile .nav-toggle{
    position: absolute;
    right: 20px;
    top: 11px;
    opacity: .5;
}
.nav-mobile_active {
    visibility: visible;
    opacity: 1;
}

.nav-mobile .container {
    height: 100%;
}
.nav-mobile .contact__social,.header .contact__social {
    padding-right: 0 !important;
    /* flex-direction: column; */
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    margin: 6px auto 0;
    padding: 0;
}

.nav-mobile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100%);
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nav-mobile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.nav-mobile .awards {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 247px;
    margin: auto;
}
.nav-mobile .awards div {
    padding: 0 11px;
    position: relative;
    width: 33.33%;
}
.nav-mobile .awards div:first-child {
    /*padding-left: 0;*/
}
.nav-mobile  .awards div:after {
    content: "";
    display: block;
    width: 1px;
    /*height: 68px;*/
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 21px;
    right: 0px;
    bottom: 10px;
    margin-top: 0;
}
.nav-mobile .awards div:last-child:after,.header .awards div:last-child:after{
    display: none;
}
.nav-mobile  .awards img{
        /*max-height: 84px;*/
        /*max-width: 41px;*/
}

.nav-mobile__nav {
    width: 100%;
}

.nav-mobile__nav .contact__social {
    padding-right: 0;
    padding-top: 18px;
}

.nav-mobile__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 50%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.nav-mobile__add {
    margin-bottom: 30px;
}

.nav-mobile__phone {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #85754E;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.nav-mobile__phone-link {
    color: #85754E;
}

.nav-mobile__phone-link:hover {
    color: #85754E;
}

.nav-mobile__address {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 30px;
    padding: 20px 0;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.nav-mobile__address-city {
    color: #ffffff;
}

.nav-mobile__address-street {
    color: #85754E;
    font-family: "NBW";
}

.nav-mobile__developer-link {
    opacity: 0.35;
}

.nav-mobile__developer-link:hover {
    opacity: 1;
}

.nav-mobile__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-mobile__foot-unit {
    font-size: 8px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
}

/**
* Подвал
*/

/**
* Навигация
*/
.menu_toggle_main{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.menu_toggle_main>p{
    font-size: 10px;
    font-weight: 500;
    /*display: none;*/
    text-transform: uppercase;
    margin: 0;
    margin-left: 40px;
}
.nav {
    margin: 0;
    padding: 32px 0;
    list-style: none;
}

.nav__item {
    padding: 10px 0;
    margin-bottom: 25px;
}

a.nav__link {
    font-size: 22px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    display: block;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'NBW', serif;
     font-family: "Apercu Pro";
     font-weight: 500;
}
a.nav__link:hover {
    color: #85754e;
}

/*a.nav__link:before {
    position: absolute;
    top: 5px;
    left: 3px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #6b6b6b;
}

a.nav__link:after {
    position: absolute;
    top: 5px;
    left: 3px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    border: 2px solid #85754E;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #85754E;
}*/

a.nav__link:hover {
    color: #6b6b6b;
}

a.nav__link:hover:before {
    background-color: #6b6b6b;
}

.active .nav__link {
    color: #85754E;
}

.active .nav__link:before {
    opacity: 0;
}

.active .nav__link:after {
    opacity: 1;
}

.add-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.add-menu__item {
    margin: 10px 15px 10px 0;
}
.add-menu__item:last-child{
    margin-right: 0;
}
.add-menu__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.add-menu__link:hover {
    color: #ffffff;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;    
    width: 240px;
    margin: auto;
}

.mobile-menu__item {
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0.045em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mobile-menu__link {
    color: #ffffff;
    font-family: "Apercu Pro";
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0;
}
.mobile-menu__link:hover {
    color: #85754E;
}

.add-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
}

.add-mobile__item {
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.add-mobile__link {
    color: #6b6b6b;
}

.add-mobile__link:hover {
    color: #85754E;
}

.nav-toggle {
    position: relative;
    width: 44px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}
.nav-toggle p{
    position: absolute;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    top: 44px;
    font-weight: 500;
    text-align: center;
    width: 46px;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: none;
}

.nav-toggle__bar {
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    width: 41px;
    height: 1.8px;
    margin-left: -22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.nav-toggle__bar:nth-child(2) {
    top: 20px;
}

.nav-toggle__bar:nth-child(3) {
    top: 32px;
    top:33px;
}

.nav-toggle_active .nav-toggle__bar:nth-child(1),
.nav-toggle_active .nav-toggle__bar:nth-child(3) {
    top: 14px;
}

.nav-toggle_active .nav-toggle__bar:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.nav-toggle_active .nav-toggle__bar:nth-child(1) {
    -webkit-transform: rotate(225deg) translate(1px,-1px);
    -ms-transform: rotate(225deg) translate(1px,-1px);
    transform: rotate(225deg) translate(1px,-1px);
}

.nav-toggle_active .nav-toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-225deg) translate(1px,1px);
    -ms-transform: rotate(-225deg) translate(1px,1px);
    transform: rotate(-225deg) translate(1px,1px);
}

/**
* Кнопки
*/

.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    padding: 18px 27px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #1b1b1b;
    border: none;
}

.btn_sm {
    font-size: 13px;
    padding: 11px 16px;
}

.btn:hover {
    text-decoration: none;
    color: #1b1b1b;
}

.btn_primary {
    background-color: #85754E;
}

.btn_primary:hover {
    background-color: #1b1b1b;
    color: #85754E;
}

.btn_secondary {
    background-color: #1b1b1b;
    color: #ffffff;
}

.btn_secondary:hover {
    background-color: #85754E;
}

.btn_line {
    line-height: 18px;
    color: #ffffff;
    border: 2px solid #85754E;
    background-color: transparent;
}

.btn_line:hover {
    color: #1b1b1b;
    background-color: #85754E;
}

/**
* Slick Slider
*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
}

.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.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;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.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-arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    padding: 0;
    border: none;
    background: none;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-arrow__ico {
    width: 10px;
    height: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #ffffff;
}

.slick-arrow:hover .slick-arrow__ico {
    fill: #85754E;
}

.slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 85px 0 0;
    list-style: none;
    float: right;
}

.slick-dots> li:only-child {
    display: none;
}

.author-slider .slick-dots {
    padding: 0;
    margin: -48px -12px 0;
}

.architecture__slider .slick-dots {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 3px;
}

.slick-dots li {
    margin: 0 12px;
}

.slick-dots li button {
    font-size: 0;
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    text-indent: -9999px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    background-color: #ffffff;
}

.slick-dots li button:hover:before {
    background-color: #85754E;
}

.slick-dots li.slick-active button {
    background-color: transparent;
}

.slick-dots li.slick-active button:before {
    /*opacity: 0;*/
    background-color: #85754E;
}

/**
* Модальные окна
*/

.popup {
    display: none;
    width: 100%;
    height: 100vh;
}

.fancybox-slide .popup {
    margin: 0;
    padding: 0;
    background-color: #1b1b1b;
	width: auto;
	padding: 50px;
	height: auto;
}

.popup .fancybox-close-small {
    z-index: 40;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    opacity: 0.4;
    background: url(../img/svg/ico-close-modal.svg) center center no-repeat;
    background-size: 24px 24px;
}

.popup .fancybox-close-small:after {
    display: none;
}

.popup .fancybox-close-small:hover {
    opacity: 0.8;
}

.popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: none;
    background: none;
}

.fancybox-close__ico {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #ffffff;
}

.fancybox-close_black .fancybox-close__ico {
    fill: #1b1b1b;
}

.fancybox-close:hover .fancybox-close__ico {
    fill: #85754E;
}

.fancybox-close_black .fancybox-close:hover .fancybox-close__ico {
    fill: #85754E;
}

.fancybox-navigation .fancybox-arrow {
    position: absolute;
    z-index: 99997;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 0;
    padding: 0;
    border: none;
    background: none;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fancybox-navigation .fancybox-arrow:before {
    display: none;
}

.fancybox-navigation .fancybox-arrow_prev {
    left: 80px;
}

.fancybox-navigation .fancybox-arrow_next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 80px;
}

.fancybox-navigation .fancybox-arrow__ico {
    width: 12px;
    height: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #000;
}

.fancybox-navigation .fancybox-arrow:hover .fancybox-arrow__ico {
    fill: #85754E;
}

.fancybox-navigation .fancybox-arrow[disabled] .fancybox-arrow__ico,
.fancybox-navigation .fancybox-arrow[disabled]:hover .fancybox-arrow__ico {
    fill: gray;
}

/**
* Формы
*/

.form-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #85754E;
}

.form-title_white {
    color: #ffffff;
}

.form-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 30px 0;
    text-align: center;
    letter-spacing: 0.025em;
    color: #fefefe;
}

.form-group {
    position: relative;
    /*overflow: hidden;*/
    padding-top: 6px;
}
.form-submit .btn_primary {
    width: 100%;
    margin-top: 5px;
}
.form-agree-str {
    width: 70%;
    text-align: center;
    margin: 30px auto 0 auto;
}

.form-group__control {
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 15px;
    padding-top: 2px;
    text-align: center;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #85754E;
    /*border-top: none;*/
    background: none;
}

.form-group__control_message {
    font-size: 13px;
    font-weight: 400;
    height: 128px;
    padding: 20px;
    text-align: left;
    letter-spacing: 0.025em;
    text-transform: none;
}

#formPresentation {
    position: relative;
}
.error-presentation {
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 10px 20px;
    position: absolute;
    top: 96px;
    left: 0px;
}
.custom-select {
    position: relative;
} 
.custom-select select {
    display: none;
} 
.select-selected {
    background-color: transparent;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 26px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #827f7f transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #827f7f transparent;
    top: 19px;
}
.select-items div,.select-selected {
    color: #827f7f;
    padding: 16px 16px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #85754e;
    text-align: center;
    text-transform: uppercase;
    /*border-top: 0;*/
}
.select-items {
    position: absolute;
    background: #1b1b1b;
    text-transform: uppercase;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.presentation__header {
    text-align: center;
    background: #85754e;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
.presentation__header span {
    position: absolute;
    top: -18px;
    background: #1b1b1b;
    padding: 0 20px;
    text-transform: uppercase;
    transform: translateX(-50%);
    line-height: 1.2;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'NBW', serif;
}







.form-group__control::-webkit-input-placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control:-ms-input-placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control::-ms-input-placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control::-webkit-input-placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control:-ms-input-placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control::placeholder {
    opacity: 1;
    color: #868686;
}

.form-group__control:focus,
.form-group_focus .form-group__control {
    border-color: #85754E;
}

.form-group_focus .form-group__control::-webkit-input-placeholder,
.form-group__control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-group_focus .form-group__control:-ms-input-placeholder,
.form-group__control:focus:-ms-input-placeholder {
    opacity: 0;
}

.form-group_focus .form-group__control::-ms-input-placeholder,
.form-group__control:focus::-ms-input-placeholder {
    opacity: 0;
}

.form-group_focus .form-group__control::-webkit-input-placeholder,
.form-group__control:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-group_focus .form-group__control:-ms-input-placeholder,
.form-group__control:focus:-ms-input-placeholder {
    opacity: 0;
}

.form-group_focus .form-group__control::placeholder,
.form-group__control:focus::placeholder {
    opacity: 0;
}

.form-group_sm .form-group__control {
    font-size: 13px;
    height: 48px;
}

.form-group_sm .form-group__control::-webkit-input-placeholder {
    color:#ffffff;
}
.form-group_sm .form-group__control::-moz-placeholder{
    color:#ffffff;
}
.form-group_sm .form-group__control:-ms-input-placeholder {
    color:#ffffff;
}

.form-group__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-group_focus .form-group__label,
.form-group__control:focus + .form-group__label {
    color: #85754E;
}

.form-group_sm .form-group__label {
    font-size: 12px;
}

.form-group__label-inner {
    position: relative;
    display: block;
    color: #85754E;
    background: #1b1b1b;
    padding: 0 10px;
}

.form-group__label-inner:before,
.form-group__label-inner:after {
    position: absolute;
    top: 50%;
    display: none;
    width: 1000px;
    height: 1px;
    margin-top: -1px;
    content: '';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #85754E;
}

.form-group_focus .form-group__label .form-group__label-inner:before,
.form-group_focus .form-group__label .form-group__label-inner:after,
.form-group__control:focus + .form-group__label .form-group__label-inner:before,
.form-group__control:focus + .form-group__label .form-group__label-inner:after {
    background-color: #85754E;
}

.form-group__label-inner:before {
    right: 100%;
    margin-right: 10px;
}

.form-group__label-inner:after {
    left: 100%;
    margin-left: 10px;
}

.form-inline_about {
    padding: 30px 40px;
    background-color: rgba(27, 27, 27, 0.76);
}

.form-inline_mockup {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.form-inline_present {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.form-inline_call {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
}

.form-inline__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -17px;
    margin-left: -17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-inline__group {
    padding: 0 17px;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.form-inline__group_time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
}

.form-inline__submit {
    padding: 6px 17px 0 17px;
}

.form-inline__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.form-agree {
    display: block;
}

.form-agree .wpcf7-acceptance {
    display: block;
}

.form-agree .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0;
}

.checkbox,
.form-agree label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.checkbox__control,
.form-agree label .wpcf7-check {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.checkbox__label,
.form-agree label .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 0 0 0 35px;
    letter-spacing: 0.025em;
    color: #fefefe;
}

.form_feedback .checkbox__label,
.form_feedback .form-agree label .wpcf7-list-item-label {
    font-size: 12px;
}

.checkbox__label:before,
.form-agree label .wpcf7-list-item-label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    border: 2px solid #85754E;
}

.checkbox__label:after,
.form-agree label .wpcf7-list-item-label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: #85754E url(../img/svg/ico-checkbox.svg) center center no-repeat;
    background-size: 10px 8px;
}

.checkbox__control:checked + .checkbox__label:after,
.form-agree label .wpcf7-check:checked + .wpcf7-list-item-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.form_feedback {
    width: 350px;
}

.form__group {
    margin-bottom: 27px;
}

.form__submit {
    padding-top: 3px;
}

.form__btn {
    width: 100%;
}

.form__agree {
    margin-top: 40px;
}



/**
ПЕРВАЯ ФОРМА
 */
#wpcf7-f328-o1{
    position: absolute;
    left: 100px;
    bottom: 80px;
    background-color: rgba(35, 35, 35, 0.7);
}

/**
ВТОРАЯ ФОРМА
 */
#wpcf7-f310-o2{
    background-color: #1b1b1b;
    padding: 65px 45px 60px 45px;
    float: left;
}

/**
ТРЕТЬЯ ФОРМА
 */
#wpcf7-f310-o3{
    background-color: #1b1b1b;
    padding: 65px 45px 60px 45px;
    float: left;
}

/**
4 ФОРМА
 */
#wpcf7-f310-o4{
    background-color: #1b1b1b;
    padding: 65px 45px 60px 45px;
    float: left;
    margin-bottom: 40px;
}

.wpcf7-form{
    /*width: 820px;*/
    width: auto;
}
.hp-message {
    display:none;
}
input[name^="honeypot-"] {
    opacity: 0;
    height: 1px;
    padding: 0;
    margin: 0;
}
.form-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.form-about > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-about__main_inputs{
    padding: 35px 25px 0 25px;
}

.form-about__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    width: 15.17544%;
    margin: -5px 0;
    padding: 0 15px;
    text-transform: uppercase;
    color: #85754E;
}

.form-about__group {
    width: 33.33%;
    margin-top: -6px;
    padding: 0 15px;
}

.form-about__agree {
    width: 100%;
    padding: 40px 0 25px 0;
}

.form-about__submit {
    width: 33.33%;
    padding: 0 15px;
}

.form-about__btn {
    font-size: 13px;
    width: 100%;
    padding: 11px 15px;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output {
    border: none;
    margin: 30px 0 0 0;
    padding: 0;
    color: #85754E;
    font-family: "Apercu Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.form_feedback + .wpcf7-response-output {
    max-width: 350px;
}

.form-about + .wpcf7-mail-sent-ok,
.form-about + .wpcf7-response-output {
    margin: -35px 0 14px 0;
}

/**
* Вкладки
*/

.tabs_broadcast {
    width: 830px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs-nav_apartments {
    margin-bottom: 45px;
    padding-top: 28px;
}

.tabs-nav_location {
    margin-bottom: 27px;
}

.tabs-nav_broadcast {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.we_in_soc{
    display: none;
}
.tabs-nav__item {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-right: 29px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.interiors-head__nav .tabs-nav__item {
    margin-right: 60px;
}
.tabs-nav_apartments .tabs-nav__item {
    margin-bottom: 5px;
    font-size: 12px;
    color: #6b6b6b;
}

.tabs-nav__item.tabs-nav__item_active{
    border-bottom-width: 1px;
    color: #85754E;
}

.tabs-nav_location .tabs-nav__item {
    margin-right: 25px;
    margin-bottom: 10px;
}

.tabs-nav__item_active {
    color: #85754E;
    border-bottom-color: #85754E;
}

.tabs-nav__item:hover {
    color: #85754E;
}

.tabs-nav__item:last-child {
    margin-right: 0;
}

.tabs-content {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
}

.tabs-content_active {
    overflow: visible;
    height: auto;
}

/**
* Награды
*/

.award {
    width: 80px;
    height: 170px;
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    background-position: center center;
}

.award:before {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
    content: '';
    border-right: 40px solid #1b1b1b;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #1b1b1b;
}

.award_winner {
    background-image: url(../img/award.png);
    background-size: 52px auto;
}

.award_urban {
    background-image: url(../img/award-urban2.png);
    background-size: 64px auto;
}


.award_about {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 100%;
}

.award_about.award_winner {
    margin-right: -170px;
}

.award_about.award_urban {
    margin-right: -275px;
}



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

.slider-about {
    position: relative;
}

.slider-about__arrow.slick-prev {
    left: 50%;
    margin-left: -678px;
    display: none;
}

.slider-about__arrow.slick-next {
    right: 50%;
    margin-right: -678px;
    display: none;
}

.slider-about__dots {
    position: absolute;
    z-index: 50;
    /*right: 0;*/
    /*bottom: 30px;*/
    left: 50%;
    bottom: 34px;
    width: 720px;
    padding: 0;
    justify-content: flex-end;
}

.slider-about__inner {
    height: 100vh;
    /*margin-top: 97px;*/
    /*height: calc(100vh - 97px);*/
    /*padding-bottom: 8.5%;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.slider-about__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 97px;
}

.slider-about__title span{
    position: relative;
    z-index: 20;
}

.slider-about__title .shadow{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 0 150px 120px #1515154f;
            box-shadow: 0 0 150px 120px #1515154f;
    width: 500px;
    height: 0;
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
    z-index: 10;
}

.about-contact {
    position: absolute;
    z-index: 50;
    top: 85px;
    right: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-contact_fixed {
    position: fixed;
    z-index: 500;
    top: 0;
    margin-right: -865px;
    padding: 25px;
    background-color: #1d1d1d;
}

.about-contact__main {
    padding-right: 40px;
    text-align: right;
}

.about-contact__label {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
}

.about-contact__value {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.about-contact__phone {
    color: #1b1b1b;
}

.about-contact__present {
    margin-left: 20px;
}





/**
* Основное видео
*/

.main-video {
    margin-bottom: 50px;
}

.main-video__link {
    position: relative;
    display: block;
}

.main-video__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke: #ffffff;
}

.main-video__link:hover svg {
    stroke: #85754E;
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.embed-responsive::before {
    display: block;
    content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/**
* Расположение
*/

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
	/*height: 1080px;*/
}

.location__map {
    position: relative;
    width: 50%;
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.location__aside {
    width: 50%;
    padding: 0px 0 80px 145px;
}

.location__heading {
        margin-top: 110px;
    margin-bottom: -5px;
}

.location__desc {
    margin-bottom: 105px;
    max-width: 430px;
    padding-top: 45px;
}

.location-list {
    margin: 0;
    padding: 0;
    padding-right: 40px;
    list-style: none;
    max-width: 480px;
}

.location-list__item {
    margin-bottom: 26px;
}

.location-list__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: block;
    padding-left: 25px;
    color: #6b6b6b;
}

.location-list__link:hover,
.location-list__link_active {
    color: #85754E;
}

.location-list__link svg {
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #6b6b6b;
}

.location-list__link:hover svg,
.location-list__link_active svg {
    fill: #85754e;
}

.location-gallery {
    margin-top: 35px;
}

.location-gallery__btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #85754E;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.location-gallery__btn-ico {
    width: 35px;
    height: 35px;
}

.location-gallery__btn-inner {
    display: block;
    margin-left: 15px;
}

.map {
    height: 100%;
}


.m-location-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

.m-location-slider__dots {
    background-color: #202020;
    padding: 20px 0;
}

.m-location {
    padding: 20px 0 10px 0;
}



.m-location-slider__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.m-location-slider__link {
    display: block;
    position: relative;
}

.m-location-slider__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(32, 32, 32, 0.25);
}

.m-location-slider__img {
    display: block;
}

.m-location-slider__ico {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.m-location-slider__ico svg {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    stroke: #ffffff;
}

.m-location-slider__ico-title {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}

.m-location-desc {
    margin-bottom: 20px;
}

.m-location-point__head {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    padding-right: 19px;
    margin-bottom: 17px;
}

.m-location-point__group_open .m-location-point__head {
    color: #85754E;
}

.m-location-point__head:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-top: 4px solid #6b6b6b;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.m-location-point__group_open .m-location-point__head:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #85754E;
}

.m-location-point__body {
    display: none;
}

.m-location-point__unit {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
    display: block;
    padding-left: 24px;
    color: #ffffff;
}

.m-location-point__unit svg {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #ffffff;
}


/**
* Автор проекта
*/

.author {
    padding-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 67px;
}

.screen_author .heading{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1.2;
    font-size: 25px;
    margin-bottom: 41px;
}
.screen_author .sub-title{
    font-size: 12px;
    color: #6b6b6b;
    font-family: 'Apercu Pro', sans-serif;
    font-weight: 700;
}

.author__main{
    width: 32%;
    padding-right: 0;
}
.author__main .popup_video_link_wr{
    margin: 51px 0 19px;
}
.author__main .popup_video_link svg,
.author__main .popup_video_link path{
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.author__main .popup_video_link:hover{
    color: #fff;

}
.author__main .popup_video_link:hover svg{
    /*stroke: #fff;*/
    fill:#85754E
}
.author__main .popup_video_link:hover path{
    stroke: #fff;
    fill: #fff;
}
.screen_author .title{
    width: 100%;
    padding: 9px 0 0;
}

.author__desc {
    margin-bottom: 55px;
    max-width: 770px;
}

.author__img {
    /*width: 37.5%;*/
    /*margin-top: -190px;*/
    margin-bottom: 28px;
    /*text-align: center;*/
}

.screen_author .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 47px 28px 10px 0;
    background: #1b1b1b;
    z-index: 10;
}

.author-slider__img{
    margin-bottom: 84px;
    height: 465px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.author-slider__img img{
    display: inline-block;
    height: 100%;
    max-width: initial;
    max-height: 100%;
    width: auto;
}


.author__slider-wr{
    width: 68%;
    position: relative;
}
.author__slider{
        margin-top: 25px;
    width: 100%!important;
}

.author-quote {
    position: relative;
}

.author-quote svg{
    margin-bottom: 10px;
}


.author-quote__inner {
    font-size: 12px;
    max-width: 360px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 12px;
}

.author-video-link{
    margin-top: 45px;
}

.author-video-link a span{
    font-size: 12px;
}

.author-video-link a .ico-triangle{
    background: url(../img/svg/triangle-right-b.svg) no-repeat center center/120%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -7px;
}

.author-video-link a:hover .ico-triangle{
    background: url(../img/svg/triangle-right-g.svg) no-repeat center center/120%;
}

.author-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
}


.author-slider__item {
    overflow: hidden;
}
.author-slider__title_wr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 16px;
}
.author-slider__title {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.045em;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6F6243;
    display: flex;
    padding-top: 20px;
    padding-bottom: 29px;
    align-items: center;
    /*text-align: right;*/
}

.author-slider__desc {
    /*text-align: right;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    letter-spacing: 0;
        text-transform: none;
    color: #ffffff;
    padding-left: 3px;
}

.author-slider__dots {
    margin-top: 30px;
}

.author-slider__arrow {
    /*top: 0;*/
    /*margin-top: 0;*/
}

.author-slider__arrow .slick-arrow__ico{
    fill: #fff;
}

.author-slider__arrow.slick-prev {
    /*right: 25px;*/
    left: 15px;
    left: 8.5%;
}

.author-slider__arrow.slick-next {
    /*right: 0;*/
    right: 15px;
    right: 8.5%;
}

/**
* Архитектура
*/
.screen.screen_architecture{
    padding-top: 64px;
    padding-bottom: 0;
}

.architecture {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.architecture__heading {
    line-height: 1.2;
    font-size: 25px;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.architecture__desc {
    width: 740px;
    margin-bottom: 59px;
    margin-top: -10px;
    letter-spacing: 0px;
}

.architecture__slider {
    width: 100%;
}

.architecture-slider__arrow.slick-prev {
    left: 45px;
}

.architecture-slider__arrow.slick-next {
    right: 45px;
}

.architecture-slider__nav {
    padding-top: 37px;
}

.architecture-slider__dots li:last-child{
    margin-right: 0;
}

/**
* Инфраструктура
*/
.screen.screen_infrastructure{
    padding-top: 63px;
    clear: both;
    padding-bottom: 25px;
}


.infrastructure {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.infrastructure__heading {
    margin-bottom: 43px;
}

.infrastructure__desc {
    max-width: 770px;
    margin-bottom: 48px;
    margin-top: 39px;
    letter-spacing: 0;
    font-weight: 500;
}

.infrastructure__action {
    margin-bottom: 50px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    margin-top: 0px;
    display: none;
}

.infrastructure-slider{
    margin-top: 0px;
}
.infrastructure-slider__item{
	position:relative;
}
.infrastructure-slider-cap{
    position: absolute;
    left: 2.6%;
    bottom: 5%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 26px 25px;
}
.infrastructure__btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #85754E;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.infrastructure__btn-ico {
    width: 52px;
    height: 52px;
}

.infrastructure__btn-inner {
    display: block;
    margin-left: 30px;
}

.infrastructure__slider {
    width: 100%;
}

.infrastructure-slider__main {
    margin-bottom: 25px;
}
.award-item:nth-child(4){
    display: none;
}
.award-item.showed:nth-child(4){
    display: inherit;
}
.award-more{
	width: 100%;
	clear: both;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.award-more #award-more{
	width: calc(32.3% - 54px);
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	font-weight: 500;
	letter-spacing: 0;
}
.award-more #award-more:hover{
	background-color: #ffffff;
	color: #1b1b1b;
}
.award-more.hiden{
	display: none;
}
.infrastructure-slider__arrow.slick-prev {
    left: 45px;
}
.equipment-img__slider .interiors-img__arrow{
    display: none!important;
}
.infrastructure-slider__arrow.slick-next {
    right: 45px;
}

.infrastructure-slider__nav {
    margin-bottom: 47px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infrastructure-slider__unit {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.infrastructure-slider__unit.slick-current {
    color: #85754E;
}

.infrastructure-slider__unit:hover {
    color: #85754E;
}

.infrastructure-slider__title {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.slick-current .infrastructure-slider__title {
    border-bottom-color: #85754E;
}

/**
* Обслуживание
*/
.service.flex>.flex{
    width: 100%;
}
.screen.screen_service{
    padding-top: 9px;
    padding-bottom: 25px;
}

.screen.screen_service .screen__inner{
    padding-left: 283px;
}
.screen_service .container{
    max-width: 100%;
    padding: 0;
}
.service {
    position: relative;
}

.service__title {
    position: absolute;
    top: 72px;
    left: 255px;
}

.service__img {
    width: 50%;
}

.service__about {    padding: 0px 0 0 144px;
    width: 50%;
    margin-left: auto;
}

.service__head {
    margin-bottom: 58px;
}
.service__logo img{
    width: 252px!important;
}
.service__logo {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 252px;
    flex: 0 0 252px;
}

.service__desc {
    max-width: 410px;
    margin-bottom: 85px;
}

.service-list {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}

.service-list__item {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    padding: 10px 0 17px 20px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 500;
}

.service-list__item:before {
    position: absolute;
    top: 18px;
    left: -3px;
    display: block;
    width: 4px;
    height: 4px;
    content: '';
    border: 2px solid #85754E;
    border-radius: 50%;
}

.m-service__desc ul{
    color: #6b6b6b;
}

/**
* Интерьеры
*/
.screen.screen_interiors{
    padding-top: 55px;
    padding-bottom: 0;
}

.interiors-head__nav{
    padding-top: 40px;
    margin-bottom: 17px;
}
.interiors-head {
    margin-bottom: 32px;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interiors-head__title {
    margin: 0;
    /*line-height: 1.4;*/
        padding-top: 9px;
}

.interiors-img {
    position: relative;
    margin-bottom: 51px;
}

.interiors-img__arrow.slick-prev {
    left: 45px;
}

.interiors-img__arrow.slick-next {
    right: 45px;
}

.interiors-img__dots {
    position: absolute;
    bottom: -46px;
    right: -15px;
    padding: 0;
}

.location-gallery__btn-ico path{
    fill: rgb(133, 117, 78);
}
.screen_equipment{
    clear: both;
}
.interiors-desc__head {
    font-size: 14px;
    line-height: 23px;
    margin: 0 10px 0 0;
    letter-spacing: 0em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Apercu Pro;
    position: relative;
    /*font-family: 'Playfair Display', serif;*/
}
.interiors-desc__head:after{
    content: '.';
    position: absolute;
    left:100% ;
    top:0;
    bottom: 0;
}
.interiors-desc__body{
    letter-spacing: 0;
    font-weight: normal;
}
.interiors-desc__body p:last-child {
    margin-bottom: 0;
}

.interiors-desc {
    width: auto;
    position: absolute;
    bottom: 40px;
    left: 40px;
    min-height: 1px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;
    display: flex;
    padding: 25px 55px 26px;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
	display: none;
}

.interiors-about {
    width: 49.5%;
    /*padding-right: 10%;*/
}
.screen__inner tabs{
    padding-top: 15px;
}
.interiors-about__head {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 29px 0;
    letter-spacing: 0em;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'NBW', serif;
    display: none;
    /*font-family: 'Playfair Display', serif;*/
}
.screen.screen_interiors .tabs-content+.divider{
    margin-top: 55px!important;
}
.screen.screen_interiors .tabs-content{
    /*margin-bottom: 32px;*/
}
.interiors-about__body.desc{
    font-weight: 500;
    letter-spacing: 0;
}
.interiors-about__body p:last-child {
    margin-bottom: 0;
}
.i-h-l{
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
}
.i-h-r{
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    text-align: right;
}
/**
* Апартаменты
*/
.screen.screen_apartments{
    padding-top: 64px;
    padding-bottom: 0;
}

.apartments {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 81px;
}
.apartments:before{
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    background: url(../img/roza.png) right bottom no-repeat;
    width: 87px;
    height: 85px;
    margin-top: 80px;
    margin-right: 100px;
}
.apartments__main {
    width: 100%;
    margin-bottom: 21px;
}

.apartments__images{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    background-color: #000000;
    background: transparent;
}

.apartments__title--block{
    width: 43%;
}

.apartments__title {
    font-size: 25px;
    padding-top: 0px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "NBW", serif;
    /*font-family: 'Playfair Display', serif;*/
}
.apartments__subtitle{
    font-size: 14px;
    line-height: 23px;
    color: #6B6B6B;
    font-weight: 500;
    max-width: 330px;
    margin: 10px 0;
}
.apartments__subtitle span{
    display: block;
}
.apartments__option {
    width: 57%;
    padding-left: 5px;
    color: #6B6B6B;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    line-height: 2;
    line-height: 23px;
    display: flex;
    flex-flow: row wrap;
}

.apartments__unit {
    width: auto;
    float: left;
    min-width: 73px;
    margin-right: 64px;
}
.apartments__value{
    text-transform: uppercase;
    line-height: 30px;
    font-size: 25px;
    font-family: NBW;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    min-height: 30px;
}
.apartments__unit:nth-child(3n) {
    clear: both;
}


.apartments__more{
    width: 14%;
    margin-left: auto;
    padding-top: 9px;
    display: none;
}

.apartments__more-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.apartments__more-link:hover {
    color: #85754E;
}

.apartments__more-ico {
    width: 52px;
    height: 52px;
    margin-right: 26px;
}

.apartments-txt{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    max-width: 34%;
    margin-bottom: 12px;
}
.apartments__right{
    position: relative;
    position: initial;
    width: 62.4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 376px;
}

.zoom_img_wr{
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 5;
    display: none;
}
.zoom_img_wr>a{
    display: block;
    width: 35px;
    height: 35px;
}
.zoom_img_wr>a>svg{
    top: 2px;
    right: 2px;
    transform: none;
}
.zoom_img_wr svg{
    display: block!important;
}

.apartments__awards{
    width: 100%;
    height: 170px;
    display: none;
}

.award_apartments {
    height: 114px;
    width: 52px;
    float: left;
    position: relative;
    background-size: 36px auto;
}

.award_apartments.award_winner {
    margin-left: 8%;
	display: none;
}

.award_apartments.award_urban {
    margin-left: 20px;
	display: none;
}

.award_apartments:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    content: '';
    border-right: 26px solid #1b1b1b;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #1b1b1b;
}

.apartments__plan--slider {
    width: 100%;
    /* padding: 0 0 8%; */
    position: initial;
    height: calc(100% + 80px);
    /*height: 100%;*/
    margin-top: -40px;
    margin-bottom: -40px;
}

.apartments__plan-link {
    position: relative;
    height: 100%;
    /* align-items: center; */
    /* -webkit-box-align: center; */
    /* -webkit-box-pack: center; */
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    padding-right: 130px;
    align-items: center;
}
.apartments__plan-link svg{
    display: none;
}

.apartments-plan-slider__dots{
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    position: absolute;
    left: 0;
    top: 100%;
    justify-content: flex-start;
    margin: 32px -14px;
}

.apartments__plan--slider .slick-arrow{
    fill:#ffffff80;
}

.apartments__plan.slick-slide>a{
    min-height: 200px;
    /*display: block;*/
}
.scheme-address{
    position: absolute;
    top: -43px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    color: #6B6B6B;

    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.scheme-address__right{
left: 100%;
    top: 0;
     bottom: 0;
     width: 43px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scheme-address__left{
    top: 0;
    bottom: 0;
    width: 43px;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheme-address__right span{
    transform: rotate(90deg);
    margin-top: -37px;
    margin-left: 94px;
}
.scheme-address span{
    display: block;
    transform-origin: left;
}
.scheme-address__left span{
    transform: rotate(-90deg);
    margin-top: -41px;
    margin-left: -100px;
    transform-origin: right;
}
.scheme-address__bottom{
    top:100%;
    margin-top: 20px;
}
.apartments__plan img{
    max-width: 300px;
    max-width: 100%;
    max-height: 100%;
}
.left-apartments__plan{
    /*margin-right: 98px;*/
    max-width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}
.apartments-plan-slider__arrow.slick-prev{
    left: 34px;
    margin-top: -67px;
    display: none!important;
}

.apartments-plan-slider__arrow.slick-next{
    right: -5px;
    margin-top: 75px;
}

.apartments__plan--slider .slick-track, .apartments__plan--slider .slick-list{
    height: 100%;
}

.apartments__plan{
    background-color: #000000;
    background: transparent;
    /*max-height: 320px;*/
    padding-left: 60px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.right-apartments__plan{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.apartments__plan img{
    /*max-height: 320px;*/
}

.apartments__plan-link svg {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 28px;
    height: 28px;
    fill: #85754E;
    -webkit-transform: translate(7px, 0);
        -ms-transform: translate(7px, 0);
            transform: translate(7px, 0);
}

.apartments__img {
    width: 37.6%;
}

.apartments__img img{
    max-width: 100%;
    height: auto;
}

.apartments-about {
    flex-wrap: wrap;
    margin-top: 63px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.apartments-about__item {
    flex-basis: 31.8%;
    margin: 0 0 35px!important;
}
.apartments-about:after{
    content: "";
    display: flex;
}

.apartments-about__item {
    margin-right: 10px;
}

.apartments-about__item:last-child {
    margin-right: 0;
}

.apartments-about__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 17px 0;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #85754E;
}

.apartments-about__title-inner:after {
    content: ':';
}

.apartments-about__desc{
    color: #6b6b6b;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
}

.m-apartments__plans--slider .slick-next{
    right: 0;
}

.m-apartments__plans--slider .slick-arrow__ico{
    fill: #85754E;
}

.m-apartments {
    margin-bottom: 0px;
    margin-top: 20px;
}

.m-apartments__section {
    background-color: #232323;
    margin-bottom: 15px;
}

.m-apartments__head {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 60px;
    position: relative;
}

.m-apartments__head:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    border-left: 4px solid #85754E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.m-apartments__section_open .m-apartments__head:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-apartments__head-img {
    height: 60px;
    width: 60px;
    margin: 20px 30px 20px 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.m-apartments__section_open .m-apartments__head-img {
    opacity: .35;
}

.m-apartments__head-title {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.m-apartments__body {
    margin: 0 23px 16px 23px;
}

.m-apartments__body.hidden{
    height: 0;
    overflow: hidden;
}

.m-apartments__plan {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.m-apartments__plan-link{
    position: relative;
    display: block;
}

.m-apartments__plans--slider img{
    width: 320px;
    height: auto;
}

.m-apartments__plan svg {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(7px, -7px);
        -ms-transform: translate(7px, -7px);
            transform: translate(7px, -7px);
    fill: #85754E;
}

.m-apartments__option {
    margin-bottom: 27px;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
}

.m-apartments__more-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #85754E;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.m-apartments__more-ico {
    width: 52px;
    height: 52px;
    margin-right: 30px;
}

/**
* Новости
*/

.screen.screen_news{
    padding-top: 61px;
    padding-bottom: 0;
    clear: both;
}
.developer-wrapper{
    margin: 37px 0 0;
}
.news {
    margin-right: -50.5px;
    margin-left: -50.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.news__col_1,.news__col_2,.news__col_3{
    float: left;
}

/*.news__col_1 .news__item:last-of-type,
.news__col_2 .news__item:last-of-type,
.news__col_3 .news__item:last-of-type{
    margin-bottom: 0;
}*/

.news-wrap{
    margin-bottom: 0px;
    margin-top: 28px;
}

.news_mobile {
    display: none;
}

.news__col {
    width: 33.333333%;
    padding: 0 50.5px;
}

.news__item {
    margin-bottom: 74px;
    background-color: #000;
}

.news__item_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news__item_lg {
    flex-direction: column;
    height: calc(100% - 80px);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.news__inner {
    padding: 33px 31px 25px 30px
}

.news__item_lg .news__inner {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    flex-basis: 0;
    -ms-flex-direction: column;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.news__item_sm .news__inner {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.news__item_sm .news__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
}

.news__img img{
    width: 100%;
}
.news__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    min-height: 48px;
}

.news__item_sm .news__title {
    overflow: hidden;
    max-height: 48px;
}

.news__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 38px;
    color: #ffffff;
    padding-right: 10px;
}

.news__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 9px;
}

.news__date {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
}

.news__more {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}

.news__more-link {
    color: #85754E;
    border-bottom: 2px solid transparent;
}

.news__more-link:hover {
    color: #85754E;
    border-bottom-color: #85754E;
}

.news-load {
    width: 100%;
    margin-bottom: 85px;
    margin-top: -2px;
}

.news-load #more_btn{
    width: calc(32.3% - 54px);
    font-size: 12px;
    color: #000000;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing: 0;
}

.news-load #more_btn:hover{
    background-color: #ffffff;
    color: #1b1b1b;
}

.news-article {
    max-width: 770px;
    margin: 80px auto;
    background-color: #202020;
}

.news-article__img {
    text-align: center;
}

.news-article__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px 0;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #85754E;
}

.news-article__inner {
    padding: 45px;
}

.news-article__inner p:last-child {
    margin-bottom: 0;
}

/**
* Девелопер
*/
.screen.screen_developer{
    padding-bottom: 34px;
    padding-top: 62px;
}

.developer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.developer-slider__item img{
    width: 100%;
}
.developer-head__heading {
    margin-right: 80px;
    margin-bottom: 0;
}

.developer-head__desc {
        margin-top: 10px;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    max-width: 640px;
    max-width: 1000px;
    width: 100%;
}
.developer-head__desc br{
    display: none;
}
.developer-slider {
    margin-bottom: 28px;
}

.developer-slider__arrow.slick-prev {
    left: 45px;
}

.developer-slider__arrow.slick-next {
    right: 45px;
}

.developer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.developer-nav__unit {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 46px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6b6b6b;
    border-top: 2px solid transparent;
    border-bottom: 1px solid transparent;
}

.developer-nav__unit:last-child {
    margin-right: 0;
}

.developer-nav__unit.slick-current {
    color: #85754E;
    border-bottom-color: #85754E;
}

.developer-nav__unit:hover {
    color: #85754E;
}

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

.contact {
    position: relative;
    z-index: 5;
    float: right;
    width: 370px;
    background-color: #1b1b1b;
}

.contact__main {
    padding: 40px 50px 0px;
    background: transparent;
}

.contact__main-city {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 11px;
    text-align: center;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #ffffff;
}

.contact__main-street {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0em;
    text-transform: initial;
    color: #85754E;
    font-family: 'NBW', serif;
    /*font-family: 'Playfair Display', serif;*/
}

.contact__office {
    text-align: center;
    padding: 19px 20px 21px 20px;
}

.contact__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.contact__phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #85754E;
}
.contact__time{
	margin-bottom: 10px;
}
.contact__phone-link {
    color: #85754E;
}

.contact__phone-link:hover {
    color: #85754E;
}

.contact__address {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    color: #ffffff;
}

.contact__img {
    position: relative;
    max-height: 133px;
    overflow: hidden;
}
.contact__img img{
    opacity: .5;
}
.contact__img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    fill: #85754E;
    z-index: 2;
}

.header .awards{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .awards img{
    max-width: 48px;
    max-height: 101px;
}
.header .awards div {
    padding: 0 10px;
    position: relative;
}
.header .awards div:first-child {
    padding-left: 0;
}
.header .awards div:after {
    content: "";
    display: block;
    width: 1px;
    height: 68px;
    background: #565656;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -34px;
}

.contact__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 30px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        justify-content: center;
}

.header  .contact__social{
    flex-direction: row;
}
.header .contact__social-btn,
.nav-mobile__inner  .contact__social a{
    margin: 5px 5px;
    background: #292929;
    border-radius: 4px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 36px;
    width: calc(50% - 10px);
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.nav-mobile__inner  .contact__social a{
    margin: 5px 5px;
    background: #292929;
    border-radius: 4px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 36px;
    width: calc(50% - 10px);
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}
.nav-mobile__inner .contact__social-ico,.header .contact__social-ico {
    top: 0;
    position: relative;
    margin-right: 7px;
    margin-left: -14px;
}
.contact__social-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    /*display: block;*/
    display: flex;
    height: 17px;
    margin: 0;
    padding-left: 32px;
    letter-spacing: 0.025em;
    color: #85754E;
    margin-left: 32px;
}

.contact__social-btn:hover {
    color: #ffffff;
}

.contact__social-ico {
    position: absolute;
    top: -3px;
    left: 0;
    width: 17px;
    height: 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: #ffffff;
}

.contact__social-btn:hover .contact__social-ico {
    fill: #85754E;
}

.contact__action {
    padding: 16px 57px 29px 57px;
}

.contact__btn {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.map-contact {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.map-contact{
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.fixed-contact {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    margin-right: -865px;
    padding: 20px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: #1d1d1d;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 16px 0;

}

.fixed-contact_active {
    visibility: visible;
    opacity: 1;
}

.fixed-contact__main {
    margin-left: 8px;
    text-align: right;
}
.fixed-contact__action{
    margin-right: 8px;
}
.fixed-contact__phone {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
}

.fixed-contact__phone-link {
    display: block;
    color: #ffffff;
}

.fixed-contact__call {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.fixed-contact__call-link {
    color: #85754E;
    border-bottom: 2px solid transparent;
}

.fixed-contact__call-link:hover {
    color: #85754E;
    border-bottom-color: #85754E;
}



#mapLocation .gm-style .gm-style-iw {
    overflow: visible !important;
}

#mapLocation .gm-style .gm-style-iw > div {
    overflow: visible !important;
}

#mapLocation .gm-style .gm-style-iw > div > div {
    overflow: visible !important;
}

#mapLocation .gm-style .gm-style-iw-c {
    background-color: transparent!important;
    border-radius: 0!important;
    padding: 0!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

#mapLocation  .gm-style .gm-style-iw-t::after {
    background: #1b1b1b!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

.popup-map {
    font-family: 'Apercu Pro';
    position: relative;
    z-index: 5;
    width: 250px;
    /*margin: -10px -40px -25px -15px;*/
    padding: 20px;
    background-color: #1b1b1b;
}

.popup-map:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    margin-left: -10px;
    content: '';
    border-top: 10px solid #1b1b1b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.popup-map__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 0 0.45em;
    text-transform: uppercase;
    color: #85754E;
}

.popup-map__img {
    margin-bottom: 20px;
}

.popup-map__img img {
    max-width: 100% !important;
}

.popup-map__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    letter-spacing: 0.025em;
    color: #ffffff;
}

.popup-map__coordinate {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.025em;
    color: #ffffff;
}

.popup-map__coordinate svg {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 12px;
    height: 14px;
    fill: #ffffff;
}

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

.document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.document__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px;
}

.document__link {
    position: relative;
    display: block;
    padding: 25px 70px 25px 90px;
    color: #ffffff;
    background-color: #1b1b1b;
}

.document__ico {
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 29px;
    height: 38px;
    margin-top: -19px;
    fill: #85754E;
}

.document__link .ico-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 8px;
    height: 15px;
    margin-top: -7.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #85754E;
}

.document__link:hover .ico-arrow {
    fill: #ffffff;
}

.document__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #ffffff;
}

.document__link:hover .document__title {
    color: #85754E;
}

.document__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.document__unit {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-right: 15px;
    color: #ffffff;
}

.document__unit:last-child {
    margin-right: 0;
}

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

.gallery-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery-head__heading {
    margin: 0;
}

.gallery .slick-list {
    overflow: visible;
}

.gallery__arrow {
    margin-top: -33px;
}

.gallery__arrow.slick-prev {
    left: 0;
}

.gallery__arrow.slick-next {
    right: 0;
}

.gallery__link {
    position: relative;
    display: block;
}

.gallery__img {
    display: block;
}

.gallery .ico-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery_img .ico-play {
    fill: #ffffff;
}

.gallery_img .gallery__link:hover .ico-play {
    fill: #85754E;
}

.gallery_video .ico-play,
.gallery__item--video .ico-play {
    stroke: #ffffff;
    fill: transparent;
}

.gallery_video .gallery__link:hover .ico-play,
.gallery__item--video .gallery__link:hover .ico-play {
    stroke: #85754E;
    fill: transparent;
}

.gallery__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0.045px;
    text-transform: uppercase;
}

.gallery__date {
    color: #85754E;
}

.broadcast-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #85754E;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.broadcast-btn__ico {
    width: 52px;
    height: 52px;
}

.broadcast-btn__inner {
    display: block;
    margin-left: 25px;
}

/**
* FancyBox 3
*/

body.fancybox-active {
    overflow: hidden;
}

/*body.fancybox-iosfix {
    position: fixed;
    right: 0;
    left: 0;
}*/

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
       transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-is-open .fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    z-index: 99997;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    opacity: 0;
    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    opacity: 1;
}

.fancybox-infobar {
    font-size: 13px;
    line-height: 44px;
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    pointer-events: none;
    color: #cccccc;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    z-index: 99994;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    direction: ltr;
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    position: relative;
    display: inline-block;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 44px 0 44px;
    padding: 24px;
    text-align: left;
    vertical-align: middle;
    border-width: 0;
    background-color: #ffffff;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    overflow: visible;
    width: 80%;
    max-width: calc(100% - 100px);
    height: 80%;
    max-height: calc(100% - 88px);
    padding: 0;
    background: #ffffff;
}

.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
}

.fancybox-error {
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 40px;
    cursor: default;
    background: #ffffff;
}

.fancybox-error p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #444444;
}

/* Buttons */

.fancybox-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    outline: none;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #cccccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #ffffff;
}

.fancybox-button[disabled] {
    cursor: default;
    opacity: 0.6;
    color: #cccccc;
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    z-index: 99997;
    top: 50%;
    width: 60px;
    height: 100px;
    margin: -50px 0 0 0;
    padding: 17px;
    background: transparent;
}

.fancybox-navigation button:before {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    content: '';
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:after {
    font: 22px/30px Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    content: '×';
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    text-align: center;
    color: #888888;
    border-width: 0;
    border-radius: 50%;
    background-color: transparent;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888888;
}

.fancybox-close-small:hover:after {
    color: #555555;
    background: #eeeeee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaaaaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #ffffff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

/* Caption */

.fancybox-caption-wrap {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 2vw 0 2vw;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.fancybox-caption {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    position: relative;
    pointer-events: all;
    /* Fix IE11 */
}

.fancybox-caption a {
    text-decoration: underline;
    color: #ffffff;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    background: transparent;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #222222;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

p.fancybox-share__links {
    margin-right: -10px;
}

.fancybox-share__button {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    min-width: 130px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    background: #ffffff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #ffffff;
}

.fancybox-share__input {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    color: #5d5b5b;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
    outline: none;
    background: transparent;
}

/* Thumbs */

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    position: absolute;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs > ul > li {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.fancybox-thumbs > ul > li:before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    border: 4px solid #4ea7f9;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}


.m-slider-about__inner {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    /*height: calc(100vh - 182px);*/
    /*height:100vh;*/
    height: auto;
    position: relative;
}

.m-slider-about__img {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*height: calc(100vh - 196px);*/
    height: 100vh!important;
    /*height: 100%!important;*/
    width:100%;
    position: relative;
    /*position: absolute;*/
    /*left: 0;*/
    /*top:0;*/


}
.slider-about__inner:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.m-slider-about__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    height: 90px;
    width:100%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}
.m-slider-about__title span{
    max-width: 544px;
}
.m-slider-about__dots {
    margin-bottom: 19px;
    padding: 0;
}

.main-video_mob {
    text-align: center;
}

.main-video__ico {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
}


.main-video__ico-title {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}






.screen__inner{
    padding-left: 0 !important;
}
.screen_about{
    margin-left: 0 !important;
}


.relative{
    position: relative;
}

.main-video__link .main-video__ico svg {
    position: static;
    margin: 0 auto;
}
.main-video__link-wr {
    display: inline-block;
    position: absolute;
    top: -107px;
    left: 17px;
}
.main-video__link-wr .main-video__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 7px;
    padding-right: 32px;
    border-radius: 35px;
    background: rgba(27, 27, 27, 0.75);
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    color: #fff;
}
.main-video__link-wr .main-video__link svg {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    margin-right: 21px;
}





.popup_video_link_wr{
    display: inline-block;
}
.popup_video_link_wr .popup_video_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 6px 34px 5px 9px;
    /*padding-right: 34px;*/
    border-radius: 100px;
    background: #85754e;
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    color: #fff;
    background: transparent;
    border: 1px solid #85754E;
    line-height: 19px;
}
.popup_video_link svg{
    stroke: #85754E;
    stroke-width: 1px;
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.popup_video_link svg{
    margin-right: 15px;
}
.popup_video_link svg path{
    fill: #85754E;

}

.popup_upload_link_wr {
    display: inline-block;
    margin-top: 30px;
}
.popup_upload_link_wr .popup_upload_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 6px 34px 5px 9px;
    /*padding-right: 34px;*/
    border-radius: 100px;
    background: #85754e;
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    color: #fff;
    background: transparent;
    border: 1px solid #85754E;
    line-height: 19px;
}
.popup_upload_link svg {
    border-radius: 50%;
    padding: 10px;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    border: 1px solid #85754e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popup_upload_link_wr .popup_upload_link:hover svg {
    background: #85754e;
    fill: #ffffff;
}
.popup_upload_link_wr .popup_upload_link:hover svg path {
    fill: #ffffff;
}
.popup_btn_upload_box {
    text-align: center;
}


footer{
    padding: 55px 0 157px;
    position: relative;
}
footer:not(.footer):before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top:140px;
    background: rgba(255, 255, 255, 0.1);

}
.footer_inner{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    display: block;
}
.developer__firsttitle{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    margin-right: 42px;
    margin-top: 6px;
    display: none;
}
.footer_inner .developer.flex{
/*    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 115px 0 0;
}
.add-menu-wrap{
    width: 100%;
}
.fg{
    color: #6b6b6b;
    font-size: 12px;
    text-transform: uppercase;
        height: 17px;
}



.mob-video__link-wr {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -69px;
    bottom: 16.8%;
    bottom: 5%;
}
.mob-video__link-wr .mob-video__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 7.4px;
    letter-spacing: 0;
    font-weight: 500;
    width: 138px;
    padding: 6px 11px 4px 5px;
    padding-right: 17px;
    border-radius: 35px;
    background: rgba(27, 27, 27, 0.75);
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    color: #fff;
}
.mob-video__link-wr .mob-video__link svg {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 35px;
    height: 35px;
    stroke: #ffffff;
}
.mob-video__link:hover svg {
    stroke: #85754E;
}
.mob-video__link:hover svg {
    stroke: #85754E;
}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


.header-mobile__ico_phone svg{width: 38px;height: 38px;}
.svg-ico-0{fill:#85754E;}
.svg-ico-1{fill:#85754E;}
.svg-ico-2 {fill: #1b1b1b;}
.header-mobile__ico_phone .svg-ico-2{    stroke: #85754e;}


.m_location_img{
    margin: 0 -10px 29px;
}

.det_mob{
    max-width: max-content;
    margin: auto;
}

.det_mob .desc_video{
    width: 100%;
    
}


.pt0{
    padding-top: 0 !important;
}

.project-official-site {
  text-align: center;
  margin-top: 5px;
}

.sber-logo {
  vertical-align: bottom;
}

.smb-bnak-logo {
  vertical-align: baseline;
}

.languages {
  width: 100px;
    display: none;
}
.languages ul {
  margin: 20px 0;
  padding: 0;
}
.languages ul li {
  display: inline-block;
  padding: 0 8px 0 2px;
  margin: 0;
  font-weight: bold;
  color: #85754E;
}
.languages ul li a {
  color: #fff;
}
.languages ul li:first-child {
  border-right: solid 0.1px #85754E;
}
#headerWrapper.no-transparent.top-animate {
    top: 0px;
    -webkit-transition: top .50s ease;
    -moz-transition: top .50s ease;
    -o-transition: top .50s ease;
    -ms-transition: top .50s ease;
    -webkit-backface-visibility: hidden;
}
#headerWrapper.no-transparent {
    position: fixed;
    top: -300px;
    width: 100%;
    left: 0px;
}
#headerWrapper.stuck {
    position: fixed;
    /* top: 0px; */
    width: 100%;
    z-index: 100;
    background: #1b1b1b;
    padding: 0;
}
#headerWrapper{
    height: 102px;
    position: absolute;
    left: 0;
    right: 0;
}
.penthouse-img__slider .slick-arrow,.penthouse-tabs__slider .slick-arrow,
.main-tabs__slider .slick-arrow,.main-tabs__slider .slick-arrow{
    width: 30px;
    height: 30px;
    background: #827553;
    border-radius: 50%;
    margin-top: -20px;
}
.penthouse-img__slider .slick-arrow__ico,.penthouse-tabs__slider .slick-arrow__ico,
.main-tabs__slider .slick-arrow__ico,.main-tabs__slider .slick-arrow__ico{
    max-width: 6px;
    margin-left: -2px;
    margin-top: 1px;
}
.penthouse-img__slider .slick-arrow:hover .slick-arrow__ico,.penthouse-tabs__slider .slick-arrow:hover .slick-arrow__ico,
.main-tabs__slider .slick-arrow:hover .slick-arrow__ico,.main-tabs__slider .slick-arrow:hover .slick-arrow__ico{
    fill: #fff;
}
.penthouse-img__slider .slick-dots li button {
    width: 14px;
    height: 14px;
}
.penthouse-img__slider .slick-dots li button:before {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #bcb4a2;
}
.penthouse-img__slider .slick-dots li.slick-active button:before {
    /* opacity: 0; */
    background-color: #786944;
}
.screen_penthouse .tabs-nav__item.tabs-nav__item_active {
   border: none;
    color: #85754E;
}
.screen_penthouse .tabs-nav__item {
    margin-right: 0px;
    padding: 13px 20px;
color: #000;
    background-color: transparent;
    font-size: 19.44px;
    font-weight: bold;
}
.penthouse-flex{

    position: relative;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}
.penthouse-tabs__slider{
    background: rgb(247,247,247);
    padding-bottom: 28px;
}
.pent__title,.pent_subtitle{
    font-size: 38px;
    font-weight: normal;
    line-height: 42px;
    color: #85754e;
    text-transform: uppercase;
}
.pent_subtitle{
    font-weight: 800;
}
.pent-bottom__line{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 13px 0 0 1px;
}
.penthouse__images{
    width: 100%;
}
.pent__plan-link{
    position: relative;
    padding: 30px 16px 0;
    padding-right: 7px;
    justify-content: center;
    align-items: center;
    height: 335px;
    /*padding-top: 0;*/
}
.compass-pent{
    position: absolute;
    bottom: 0;
    margin-bottom: 31px;
    margin-left: 1px;
    left: 16px;
}
.right-pent__plan img{
    width: auto;
    /*max-height: 305px;*/
}
.pent__plan-link svg{
    position: absolute;
    right: 17px;
    max-width: 30px;
    top:0
}
.pent__plan-link svg>*{
    fill:#85754e;
}
.screen_penthouse sup {
    top: -0.65em;
    font-size: 55%;
}
.tabs-content__c .compass-pent{
    top:0
}
.tabs-content__c .pent-bottom__line{
    padding-top: 0;
}
.tabs-content__c .pent_subtitle{
    display: inline;
    line-height: 40px;
    margin-left: 10px;
}
.tabs-content__c .pent__title{
    display: inline;
    float: left;
}
body.page-template-penthouse{
    background: #fff;
    font-family: Geometria;
    font-size: 20px;
    line-height: 0;
    color: #000;
    font-weight: 500;
}

.page-template-penthouse h1, .heading_penthouse {
    font-size: 38px;
    line-height: 42px;
    color: #85754e;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 7px;
    margin-bottom: 27px;
}

.pent-header__inner p {
    margin-bottom: 26px;
    line-height: 26px;
}
.pent-pan-link {
	display: block;
	margin-top: 120px;
}
.pent-pan-link a{
	color: white;
	background-color: #85754E;
	padding: 5px 15px;
	font-size: 16px;
}
.pent-pan-link a:hover{
	opacity: 0.8
}
body.page-template-penthouse #top {
    background-color: #1b1b1b;
}
.screen_penthouse,.screen_penthouse *, .screen_penthouse *::before, .screen_penthouse *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-tabs__slider .tabs-main__content {
    overflow: visible;
    height: auto;
}

[data-inner-tab="3"] .main-tabs__slider > .slick-arrow, [data-inner-tab="4"] .main-tabs__slider > .slick-arrow{
	display: none !important;
}
.g-recaptcha {
    margin: 0 25px;
}
.apartments-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
	margin-bottom: -40px;
}
.apartments-flex + .a-more-box {
	margin-top: 40px;
}
.apart-item {
    flex: 0 0 calc(25% - 40px);
    margin: 0 20px 40px 20px;
    padding: 0px;
    border: 0px solid #6b6b6b;
}
.apart-item img {
    width: 100%;
    border: 0px solid #fff;
	cursor: pointer;
}
.a-number, .a-section {
    display: inline-block;  
}
.a-number {
    float: left;
    font-family: 'NBW', serif;
    color: #fff;
}
.a-section {
    float: right;
    color: #6b6b6b;
}
.section-number {
    margin-bottom: 15px;
    height: 24px;
}
.prm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px 0;
}
.prm-left {
    flex: 0 0 calc(35% - 5px);
    margin-right: 5px;
    text-align: left;
}
.prm-right {
    flex: 0 0 calc(65% - 5px);
    margin-left: 5px;
    text-align: right;
}
.a-area, .a-price {
    color: #fff;
}
.a-floor, .a-price-meter {
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
}
.btn-view {
    background: transparent;
    border: 1px solid #85754e;
    width: 100%;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-view:hover {
    background: #85754e;
    color:#1b1b1b;
}
.btn-bron {
    background: #85754e;
    width: 100%;
    text-transform: uppercase;
    color:#1b1b1b;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-bron:hover {
    background: #fff;
    color: #1b1b1b;
}
.a-more-box {
    text-align: center;
    margin-bottom: 40px;
}
.a-more {
    display: inline-block;
    background: #85754e;
    color:#1b1b1b;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px;
    text-transform: uppercase;
    cursor:pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.a-more > span:after {
    content: '';
    border: solid #1b1b1b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 4px;
    vertical-align: top;
    margin-left: 10px;
}
.a-more:hover {
    background: #fff;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
.overlay-modal {
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay-modal.open {
    display: block;
    opacity: 1;
}
.modal-loader {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.modal-loader.hidden {
    display: none;
}
.modal-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: modal-loader 1.2s linear infinite;
}
@keyframes modal-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal {
    display: block;
    opacity: 1;
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-left: 0;
    background: #1b1b1b;
    border: 1px solid #343434;
    transform: translateY(-50%);
}
.modal.hidden {
    display: none;
    opacity: 0;
}
.modal-wraper {
    display: block;
    position: absolute;
    opacity: 0.85;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    z-index: 10;
}
.modal-wraper.hidden {
    display: none;
    opacity: 0;
}
.modal .close {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: -50px;
    right: -50px;
    cursor: pointer;
    color: #fff;
    background: transparent;
    font-size: 48px;
    line-height: 48px;
    z-index: 10;
}
.modal .modal-content {
    display: block;
    width: 100%;
    padding: 40px;
}
.modal-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.modal-flex-left {
    /*flex: 0 0 calc(25% - 40px);*/
	flex: 0 0 calc(25% - 20px);
    margin-right: 20px;
}
.modal-flex-center {
    /*flex: 0 0 50%;*/
	flex: 0 0 75%;
    text-align: center;
}
.modal-image a {
    position: relative;
}
.modal-image a::before {
    display: none;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: transparent url('../img/zoom_icon.png') 50% 50% no-repeat;
    background-size: cover !important;
}
.modal-flex-center img {
    /*height: 300px;*/
    border: 0px solid #fff;
}
.modal-flex-center img:hover{
	cursor: zoom-in;
}
img.slbImage:hover{
	cursor: zoom-out;
}
.modal-flex-right {
    flex: 0 0 calc(25% - 40px);
    margin-left: 40px;
}
.am-number {
    font-family: 'NBW', serif;
    color: #fff;
    font-size: 32px;
}
.am-param {
    margin: 15px 0;
}
.am-param .am-title {
    display: block;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
}
.am-param .am-val {
    display: block;
    color: #fff;
    font-size: 18px;
}
.modal-flex-foot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #595959;
    margin-top: 40px;
}
.modal-flex-foot-left {
    flex: 0 0 calc(35% - 40px);
    margin-right: 40px;
}
.modal-flex-foot-center {
    flex: 0 0 calc(30% - 40px);
    margin-right: 40px;
}
.modal-flex-foot-right {
    flex: 0 0 35%;
}
.apart-item img.no-border, .modal-flex-center img.no-border {
    border:0;
}
.tour-3d iframe {
    width: 100%;
    height: calc(100vh - 200px);
}
.slbContentEl .slbContentOuter {
    width: 100%;
}
.btn-3d {
    display: inline-block;
    padding: 10px 25px;
    border: 0px solid #85754e;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background: #85754e;
    color: #1b1b1b;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-3d:hover {
    background: #fff;
    color: #1b1b1b;
}


@media (max-width: 1400px) {
	.developer__link + .developer__link.footer_time{
		margin-right: 0px;
		margin-left: 10px;
		font-size: 12px;
	}	
	.modal {
		width: 70%;
		left: 15%;
	}	
}
@media (max-width: 1350px) {
    .apart-item {
        flex: 0 0 calc(25% - 10px);
        margin: 0 5px 10px 5px;
    }
	.apartments-flex {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -10px;
	}


}
@media (max-width: 1199px) {
    .apart-item {
        flex: 0 0 calc(33.333333% - 40px);
        margin: 0 20px 40px 20px;
    }
	.apartments-flex {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -40px;
	}
}
@media (max-width: 991px) {
    .apart-item {
        flex: 0 0 calc(50% - 40px);
        margin: 0 20px 40px 20px;
    }
	.apartments-flex {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -40px;
	}
    .overlay-modal {
        background-color: #1b1b1b;
    }  
    .modal {
        width: 100%;
        top: 0%;
        left: 0%;
        margin-left: 0px;
        transform: unset;
        border: 0;
    }
    .modal .close {
        top: 0px;
        right: 0px;
    }
    .modal .close {
        top: 60px;
        right: 0px;
		position: fixed;
		width: 37px;
		height: 37px;
		line-height: 25px;
    }	
}
@media (max-width: 767px) {
    .apart-item {
        flex: 0 0 calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
	.apartments-flex {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -10px;
	}
    .modal-flex-left {
        flex: 0 0 calc(25% - 15px);
        margin-right: 15px;
    }
    .modal-flex-center {
        flex: 0 0 75%;
    }
    .modal-flex-right {
        flex: 0 0 calc(25% - 15px);
        margin-left: 15px;
    }
}
@media (max-width: 631px) {
    .modal-flex-left {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
    }
    .modal-flex-center {
        flex: 0 0 100%;
    }
    .modal-flex-right {
        flex: 0 0 calc(100% - 0px);
        margin-left: 0px;
    }
    .modal-flex-foot-left {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
    }
    .modal-flex-foot-center {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
    }
    .modal-flex-foot-right {
        flex: 0 0 100%;
    }
}
@media (max-width: 575px) {
    .apartments-flex {
        margin-left: 0px; 
        margin-right: 0px;
    }
	.modal-flex-center .modal-image img{
		max-width: 100%;
	}
}
@media (max-width: 375px) {
    .modal-flex-left {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
    }
    .modal-flex-center {
        flex: 0 0 100%;
    }
    .modal-flex-right {
        flex: 0 0 calc(100% - 0px);
        margin-left: 0px;
    }
    .modal-flex-center img {
        /*height: 150px;*/
        border: 5px solid #fff;
    }
    .modal-flex-foot-left {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
    }
    .modal-flex-foot-center {
        flex: 0 0 calc(100% - 0px);
        margin-right: 0px;
        text-align: right;
    }
    .modal-flex-foot-right {
        flex: 0 0 100%;
    }
}
.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:280px;pointer-events:none!important;letter-spacing:normal;z-index:9999999!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:20px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:20px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:14px;font-family:'Geometria',sans-serif;line-height:18px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:'Geometria',sans-serif;font-size:18px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:18px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:24px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#ffffff;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#ffffff;background-color:#3c763d;border-color:#d6e9c6}

/* Toast */
.jq-toast-wrap .jq-icon-success {
  background-color: #00d45f;
}

.jq-toast-wrap .jq-icon-info {
  background-color: #4729b7;
}

.jq-toast-wrap .jq-icon-warning {
  background-color: #f52367;
}

.jq-toast-wrap .jq-icon-error {
  background-color: #ff5e5e;
}


.equipment-img__item img{
	width: 100%;
    max-height: 750px;
    object-fit: cover;
}
.m-equipment-slider {
	margin-top: 20px;
}
/* Заказать звонок */
.header__button .btn {
	padding: 10px 27px;
	color: white;
	background-color: #85754E;
}
.button-pent .link{
	padding: 10px 27px;
	color: white;
	background-color: #85754E;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;	
	text-transform: uppercase;
	line-height: 22px;
	display: inline-block;
	text-align: center;
}
.button-pent .link:hover {
    background-color: white;
    color: #85754E;
}
.header__button .btn_primary:hover {
    background-color: white;
    color: #85754E;
}
.menu_toggle_main {
	-ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}
.top-contact {
	-ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.button-retail .link {
	min-width: 125px;
}

.nav-mobile .header__button .btn {
	margin: 5px 5px;
    background: #292929;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 36px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    text-transform: none;
    color: #85754E;
	max-width: 240px;
}

.block-contact-btn {
	text-align: center;
    margin-top: 25px;
}
.screen_location .block-contact-btn {
	margin-bottom: 25px;
}
.block-contact-btn .btn {
	width: 100%;
    max-width: 300px;
}
.block-contact-btn .btn_primary:hover {
    background-color: white;
    color: #85754E;
}
.grecaptcha-badge {
    display: none !important;
}
.penthouse_contact{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
	/*background-color: #f7f7f7;*/
}
.penthouse_contact_img{
	flex: 0 0 33.3333%;
}
.penthouse_contact .heading_penthouse{
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
}
.heading_penthouse_small {
	font-size: 12px;
	line-height: 28px;
	color: #5d5d5d;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	/*padding-left: 30px;*/
}
/*.heading_penthouse_small::before{
	content:'';
	width: 20px;
	height: 20px;
	background: url(/wp-content/themes/rozarossa/img/penthouse/Shape-1.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: 3px;
}*/
.penthouse_map{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 600px;
	margin-bottom: 20px;
}
.penthouse_contact_adress{
	flex: 0 0 50%;
	padding: 0px 0px;
}
.penthouse_contact_form{
	flex: 0 0 50%;
	padding: 0px 0px;
}
.penthouse_contact_form .form__group {
  margin-bottom: 25px;
}
.penthouse_contact .form_feedback {
  width: 100%;
}
.penthouse_contact_form .wpcf7{
	padding-top: 18px;
}
.penthouse_contact_form input.form-group__control {
	color: #5d5d5d;
	text-transform: none;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #898989;
	text-align: left;
	padding-top: 0px;
	height: auto;
	padding-bottom: 10px;
}
.penthouse_contact_form .form-group__control_message {
	height: 75px;
	color: #1b1b1b;
	font-size: 12px;
	border: 1px solid #898989;
}
.penthouse_contact_form span.wpcf7-list-item {
	border: none;
	/*background-color: #f7f7f7;*/
	margin-left: 0px;
}
.penthouse_contact_form input[type="checkbox"]{
	background-color: #f7f7f7;
	margin-right: 5px;
}
/*.penthouse_contact_form input[type="checkbox"]:checked {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.penthouse_contact_form input[type="checkbox"] {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.penthouse_contact_form input[type="checkbox"]::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.penthouse_contact_form input[type="checkbox"]:checked::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}*/
.penthouse_contact_form .form__submit input{
	color: #FFF;
	width: auto;
	font-size: 12px;
	padding: 12px 70px;
}
.penthouse_contact_form span.wpcf7-list-item-label{
	font-size: 10px;
	color: #5d5d5d;
}
.penthouse_contact_form .form__agree {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}
.penthouse_contact .text{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 25px;
	font-weight: 300;
}
.penthouse_contact .text a{color: #000;}
.penthouse_contact .text a:hover{color: #85754E;}
.infrastructure{
	margin-bottom: 80px;
	margin-top: 50px;
}
.page-template-penthouse h1, .heading_penthouse{
	margin-bottom: 25px;
	font-size: 38px;
}
.infrastructure-slider-pen .slick-arrow {
    width: 30px;
    height: 30px;
    background: #827553;
    border-radius: 50%;
    margin-top: -20px;
}
.infrastructure-slider-pen .slick-arrow:hover {
	color: #FFF;
}
.slick-dots.infr-slider__dots {
	float: none;
	text-align: center;
	justify-content: center;
	position: relative;
	bottom: 20px;
	padding: 0px;
}
.finish_infrastructure_title {
	color: #85754e;
	width: 100%;
	text-align: center;
	display: flex;
	padding: 25px 0px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background: rgb(247,247,247);
}
.page-template-penthouse .header__button .btn_primary:hover, .page-template-penthouse .button-pent .link:hover {
	background-color: #85754E;
	color: #FFF;
	opacity: 0.8;
}
.page-template-penthouse .button-pent .link, .page-template-penthouse .header__button .btn { 
	width: 165px;
}
.page-template-penthouse .top-contact_time {
	color: #85754E;
}
.page-template-penthouse .promo{
	padding-bottom: 160px;
}
.screen_exteriors, .screen_pent_infrastructure {
	padding-top: 30px;
	padding-bottom: 30px;
}
.screen_exteriors.lobbi{
	padding-bottom: 90px;
}
.exteriors-inner, .pent_infrastructure-inner {
	display: flex;
	flex-wrap: wrap;
}
.exterior-left{
	width: 324px;
	margin-right: 40px;
	background: url(/wp-content/themes/rozarossa/img/penthouse/exterior-1.jpg) center no-repeat;
	background-size: cover;
}
.lobbi .exterior-left {
	background: url(/wp-content/themes/rozarossa/img/penthouse/exterior-7.jpg) center no-repeat;
}
.exterior-right, .pent_infrastructure-right{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 calc(100% - 364px);
	width: calc(100% - 364px);
}
.exterior-title, .pent_infr-img1 {
	flex: 0 0 33%;
	width: 33%;
	margin-right: 30px;
	margin-bottom: 40px;
}
.exterior-text{
	flex: 0 0 calc(67% - 30px);
	width: calc(67% - 30px);
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	margin-bottom: 40px;
}
.pent_infr-img2{
	flex: 0 0 calc(67% - 30px);
	width: calc(67% - 30px);	
	margin-bottom: 40px;
}
.pent_infrastructure{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: left;	
}
.img-full{
	flex: 0 0 100%;
	width: 100%;
}
.pent_infrastructure-left{
	width: 324px;
	margin-right: 40px;	
}
.screen_pent_infrastructure .heading_penthouse{
	font-size: 32px;
}
.screen_pent_infrastructure .img-full{
	margin-bottom: 40px;
}
.screen_gold{
	background-color: #85754E;
}
.infrastructure-slider-pen{	
	max-width: 1128px;
	margin: 0px auto;
}
.screen_gold .container{
	display: flex;
	flex-wrap: wrap;	
}
.screen_gold .col-6{
	flex: 0 0 50%;
	width: 50%;
}
.screen_gold p{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
}
.penthouse_contact_form {
	padding-left: 15px;
}
.penthouse_contact_adress {
	padding-right: 15px;
}	
@media (max-width: 1366px) {
	.page-template-penthouse .mob-footer__flex{
		padding-top: 100px;
	}
	.page-template-penthouse .mob-footer__flex .developer__link + .developer__link {
		margin-left: 0px;
	}
	.det_mob .screen_location .container, .det_mob .m-location-point{
		padding: 0px 15px;
	}
	.det_mob .author__main {
		width: 100%;
	}
	.det_mob .author__img,.det_mob .author__desc {
		width: 100%;
	}
	.det_mob .author__desc {
		max-width: 100%;
	}
	.det_mob .architecture-slider .slick-slide img, .det_mob .m-equipment-slider .slick-slide img {
		margin: 0px auto;
	}
	.det_mob .award-item {
		width: calc(33% - 20px);
		margin-bottom: 27px;
	}
	.det_mob .m-interiors-slider__item {
		text-align: center;
	}
	.page-template-penthouse .button-pent .link, .page-template-penthouse .header__button .btn {
		width: auto;
	}
	.screen_gold .col-6 {
		padding: 15px;
	}

}
@media (max-width: 1300px) {
	.penthouse_contact_form .wpcf7-form {
        width: 100%;
    }

}
@media (max-width: 1200px) {
	.penthouse_contact_img {
		display: none;
	}
	.penthouse_contact_adress, .penthouse_contact_form{
		flex: 0 0 50%;
		padding: 25px;
	}
	.page-template-penthouse footer {
		padding: 25px 0 25px;
	}
	.page-template-penthouse .footer_inner .developer.flex {	
		padding: 35px 0 0;
	}
	.page-template-penthouse .footer_inner .developer__link + .developer__link:nth-child(3), .page-template-penthouse .footer_inner .developer__link + .developer__link:nth-child(4), .page-template-penthouse .footer_inner .developer__link + .developer__link:nth-child(5){
		display: none;
	}
	.screen.screen_exteriors, .screen_pent_infrastructure {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.exterior-title {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0px;
	}
	.exterior-text {
		flex: 0 0 100%;
		width: 100%;
		text-align: left;
	}
}
@media (max-width: 1081px) {
	.screen_penthouse .tabs-nav__item {
		font-size: 14px;
	}
	.slick-dots li {
		margin: 0 5px;
	}	
	.add-menu {
		display: none;
	}
	.page-template-penthouse .mob-footer__flex {
		padding-top: 0px;
	}
	.pent_infr-img1, .pent_infr-img2 {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0px;		
	}	
}
@media (max-width: 980px) {
	.penthouse_contact_adress, .penthouse_contact_form{
		flex: 0 0 100%;
		padding: 25px;
	}
	.pent-txt p {
		line-height: 18px;
		font-size: 14px;
	}

}
@media (max-width: 768px) {
	.penthouse_contact_adress, .penthouse_contact_form{
		flex: 0 0 100%;
	}
	.page-template-penthouse .footer_inner .developer.flex {
		width: auto;
	}
	.award-more #award-more {
		width: calc(100% - 54px);
	}
	.exterior-left {
		display: none;
	}
	.exterior-right, .pent_infrastructure-left, .pent_infrastructure-right {
		flex: 0 0 calc(100%);
		width: calc(100%);
		margin-right: 0px;
	}
	.screen_exteriors.lobbi{
		padding-bottom: 20px;
	}
	.screen_gold .col-6 {
		flex: 0 0 100%;
		width: 100%;
		margin: 15px 0px;
	}
}
@media (max-width: 577px) {
	.finish_infrastructure_title {
		font-size: 16px;
	}
	.page-template-penthouse h1, .heading_penthouse {
		font-size: 28px;
	}
	.fancybox-slide .popup {
		padding: 0px;
	}
	.form-title {
		font-size: 18px;
	}
}
@media (max-width: 480px) {

}


.fixed-contact {
	margin-right: -815px;
	top: 100px;
}
.fixed-contact__main {
	margin-right: 8px;
}