/*Normalize*/


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
    font-family: 'FuturaPT', Helvetica, sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

a{color: #1c1f3b;}
a:hover{color: #BFA880; text-decoration: none;}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/*Scaffolding*/

body {
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    height: 100%;
}

img {
    width: 100%;
    height: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    display: inline-block;
    cursor: pointer;
}

button {
    cursor: pointer;
}

@font-face {
    font-family: 'FuturaPT', Helvetica, sans-serif;
    src: url(./fonts/'FuturaPT', Helvetica, sans-serifBold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT', Helvetica, sans-serif;
    src: url(./fonts/'FuturaPT', Helvetica, sans-serif.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT', Helvetica, sans-serif;
    src: url(./fonts/'FuturaPT', Helvetica, sans-serifMedium.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT', Helvetica, sans-serif;
    src: url(./fonts/'FuturaPT', Helvetica, sans-serifLight.otf);
    font-weight: 300;
    font-style: normal;
}


/*jQueryUI*/

@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot');
    src: url('./fonts/icomoon.eot') format('embedded-opentype'), url('./fonts/icomoon.ttf') format('truetype'), url('./fonts/icomoon.woff') format('woff'), url('./fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-checked:before {
    content: "\e900";
}

.icon-pdf:before {
    content: "\e901";
}

.icon-right:before {
    content: "\e902";
}

.icon-design:before {
    content: "\e903";
}

.icon-percent:before {
    content: "\e904";
}

.icon-video:before {
    content: "\e905";
}

.icon-vkontakte:before {
    content: "\e906";
}

.icon-facebook-logo:before {
    content: "\e907";
}

.icon-instagram-social-network-logo-of-photo-camera:before {
    content: "\e908";
}

.icon-placeholder:before {
    content: "\e909";
}

.icon-youtube-logo:before {
    content: "\e90a";
}


/*Index*/

.header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    height: 100vh;
}

.open-menu {
    display: none;
}

.header__item {
    width: 328px;
    height: 25vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-bottom: 50px;
    color: white;
    text-decoration: none;
    position: relative;
}

.header__item::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}

.header__item:hover {
    opacity: 0.9;
}

.header_left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.header-logo {
    background: url(/content/img_main/svg/logo.svg) no-repeat center;
    background-size: 85% 85%;
}

.header__item--video {
    background: url(/content/img_main/video.jpg) no-repeat center;
    background-size: cover;
}

.header__item--video::before {
    width: 71px;
    height: 70px;
    background: url(/content/img_main/svg/video.svg) no-repeat 0 0;
}

.header__item--propos {
    background: url(/content/img_main//kvartiri.jpg) no-repeat center;
    background-size: cover;
}

.header__item--propos::before {
    width: 64px;
    height: 58px;
    background: url(/content/img_main/svg/percent.svg) no-repeat 0 0;
}

.header__item--design {
    background: url(/content/img_main//kvartiri_2.jpg) no-repeat center;
    background-size: cover;
}

.header__item--design::before {
    width: 64px;
    height: 58px;
    background: url(/content/img_main/svg/design.svg) no-repeat 0 0;
}

.header__item-less::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__item-title {
    color: white;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}

.header_right {
    position: relative;
    width: 100%;
    background: url(/content/img_main/slaider.jpg) no-repeat 0 0;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 90px;
}

.header__link {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
    padding: 25px 15px;
    text-transform: uppercase;
}

.header__link:hover {
    opacity: 0.8;
}

.header__menu {
    margin-left: 1.71%;
}

.header__title {
    margin-top: auto;
    margin-left: 45px;
    color: white;
    font-size: 97px;
    font-weight: 300;
    line-height: 100px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}

.header__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 348px;
    height: 4px;
    background-color: #b29c80;
}

.call-us {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    padding: 20px 0;
    padding-right: 38px;
    padding-left: 58px;
    background-color: #a89280;
}

.call-us:hover {
    opacity: 0.9;
}

.call-us span {
    display: block;
}

.call-us::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 70px;
    background: url(/content/img_main/svg/phone_m.svg);
}

.call-us__phone {
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300px;
}

.call-us__phone b {
    font-weight: 500;
}

.call-us__title {
    font-family: OriginalGaramondCBT;
    font-size: 16px;
    font-style: italic;
    color: white;
}

@media (max-width: 1450px) {
    .call-us {
        width: 91px;
        height: 91px;
    }
    .call-us span {
        display: none;
    }
    .call-us::before {
        background-size: 91px 91px;
        background-position: 3px -12px;
    }
    .header__link {
        padding: 25px 10px;
    }
    .header__menu {
        margin-left: 30px;
    }
    .header_right {
        padding-right: 100px;
    }
    .header__item {
        width: 234px;
        height: 191px;
    }
    .header__item::before {
        top: 25px;
    }
    .header-logo {
        background-size: 96px 114px;
    }
    .header__title {
        font-size: 58px;
    }
}

@media (max-width: 980px) {
    .header {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: url(/content/img_main/slaider_m.jpg) no-repeat 0 0;
        background-size: cover;
        height: 565px;
        position: relative;
    }
    .header_left {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .header_right {
        position: static;
        background: none;
        padding-bottom: 0;
        padding: 10px;
    }
    .header__item {
        background: none;
    }
    .call-us {
        display: none;
    }
    .header__title {
        font-size: 34px;
        font-weight: 300;
        line-height: 39px;
        margin-left: 10px;
        padding-right: 10px;
    }
    .header__title::before {
        width: 210px;
    }
    .header__item {
        width: 33.33%;
        padding-top: 60px;
        height: auto;
        margin-top: 10px;
    }
    .header__item::before {
        top: 0;
    }
    .header__item--video::before {
        width: 38px;
        height: 39px;
    }
    .header__item--propos::before {
        width: 35px;
        height: 32px;
    }
    .header__item--design::before {
        width: 35px;
        height: 36px;
    }
    .header__item-title {
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
    }
    .header-logo {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 71px;
        height: 71px;
        background-color: #1c1f3b;
        background: url(/content/img_main/svg/logo_m.svg) no-repeat 0 0;
    }
    .open-menu {
        display: block;
        width: 28px;
        height: 23px;
        position: absolute;
        top: 25px;
        left: 90px;
        background: none;
        outline: none;
        border: 2px solid #1c1f3b;
        border-left: none;
        border-right: none;
    }
    .open-menu::before {
        content: '';
        position: absolute;
        width: 21px;
        height: 2px;
        background-color: #1c1f3b;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .header__menu {
        margin-left: 0;
        position: absolute;
        top: 71px;
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%;
        z-index: 1000;
        display: none;
    }
    .header__link {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        color: #1c1f3b;
        border-bottom: 1px solid #1c1f3b;
        font-weight: 500;
    }
}

.selection {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    background: url(/content/img_main/kvartiri_fon.jpg) no-repeat 0 0;
    background-size: cover;
}

.selection__title {
    color: white;
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 35px;
}

.selection__btn {
    padding: 12px 43px;
    border: 2px solid white;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.selection__btn:hover {
    box-shadow: 0 0 5px 0 white;
}

.selection__info {
    color: white;
    font-weight: 400;
    line-height: 32px;
    font-size: 17px;
}

.selection__info b {
    font-size: 28px;
    font-weight: 400;
}

.selection--building {
    background: url(/content/img_main/o-hode-stroitelstva.jpg);
}

@media (max-width: 980px) {
    .selection__title {
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
    }
    .selection__info {
        font-size: 14px;
    }
    .selection__info span {
        font-size: 22px;
    }
    .selection--building {
        padding: 70px 0;
    }
}

.info {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.info__left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

.info__middle {
    width: 960px;
    height: 540px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: flex-end;
    -moz-flex-direction: flex-end;
    -ms-flex-direction: flex-end;
    -o-flex-direction: flex-end;
    flex-direction: flex-end;
    padding-bottom: 60px;
    padding-left: 45px;
    text-decoration: none;
}

.info__middle:hover {
    opacity: 0.9;
}

.info__style {
    background: url(/content/img_main/o-rayone_4.jpg) no-repeat 0 0;
    background-size: cover;
}

.info__style-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-top: auto;
    text-transform: uppercase;
}

.info__small {
    width: 50%;
    height: 540px;
    padding: 50px 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-decoration: none;
}

.info__small:hover {
    opacity: 0.9;
}

.info__small--serv {
    background: url(/content/img_main/o-rayone_3.jpg) no-repeat 0 0;
    background-size: cover;
}

.info__small-text {
    margin-top: auto;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.info__small-inf {
    background: url(/content/img_main/o-rayone_2.jpg) no-repeat 0 0;
    background-size: cover;
}

.info__right {
    width: 50%;
    background-image: url(/content/img_main/o-rayone.jpg);
    padding: 60px 45px;
}

.info__right-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1450px) {
    .info__style {
        height: 384px;
        padding: 25px;
    }
    .info__style-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }
    .info__small {
        height: 384px;
        padding: 25px;
    }
    .info__small-text {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
    }
    .info__right {
        background-position: center;
    }
}

@media (max-width: 980px) {
    .info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .info__left {
        width: 100%;
    }
    .info__style {
        height: 192px;
    }
    .info__style-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 0;
        margin-left: auto;
        text-align: right;
    }
    .info__small {
        height: 191px;
        padding: 15px;
    }
    .info__small-text {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .info__right {
        width: 100%;
        height: 380px;
    }
    .info__right {
        background-size: cover;
        background-position: 0 0;
        padding: 15px;
    }
    .info__right-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }
}

.apartmens {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.apartmens__left {
    width: 50%;
    height: 1080px;
    background: url(/content/img_main/kvartiri_4.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 60px 40px;
}

.apartmens__left:hover {
    opacity: 0.9;
}

.apartmens__left-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
}

.apartmens__right {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.apartmens__small {
    width: 50%;
    height: 540px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 40px;
    text-decoration: none;
}

.apartmens__small:hover {
    opacity: 0.9;
}

.apartmens__small-title {
    margin-top: auto;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.apartmens__small-3 {
    background: url(/content/img_main/kvartiri_2.jpg) no-repeat 0 0;
    background-size: cover;
}

.apartmens__small-2 {
    background: url(/content/img_main/kvartiri_1.jpg) no-repeat 0 0;
    background-size: cover;
}

.apartments__unique {
    width: 100%;
    height: 540px;
    background: url(/content/img_main/kvartiri_3.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-decoration: none;
    position: relative;
}

.apartments__unique:hover {
    opacity: 0.9;
}

.apartments__unique-title {
    margin-top: auto;
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
}

.unique__quantity {
    position: absolute;
    top: 70px;
    left: 45px;
    width: 130px;
    text-align: center;
}

.unique__num {
    display: block;
    color: white;
    font-size: 131px;
    font-weight: 300;
    line-height: 131px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    position: relative;
}

.unique__num::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.unique__title {
    opacity: 0.9;
    color: white;
    font-size: 34px;
    font-weight: 300;
    line-height: 28px;
}

@media (max-width: 1450px) {
    .apartmens__left {
        height: 768px;
        padding: 30px;
    }
    .apartmens__small {
        height: 384px;
        padding: 30px;
    }
    .apartments__unique {
        height: 384px;
        padding: 30px;
    }
    .unique__quantity {
        top: 0px;
    }
    .unique__num {
        font-size: 93px;
        padding-bottom: 0;
    }
    .unique__title {
        font-size: 24px;
    }
}

@media (max-width: 980px) {
    .apartmens {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .apartmens__left {
        width: 100%;
        padding: 15px;
        height: 385px;
    }
    .apartmens__left-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }
    .apartmens__right {
        width: 100%;
    }
    .apartmens__small {
        height: 192px;
        padding: 15px;
    }
    .apartmens__small-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .apartments__unique {
        padding: 15px;
        height: 192px;
    }
    .apartments__unique-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }
    .unique__quantity {
        width: 53px;
        left: 15px;
    }
    .unique__num {
        font-size: 52px;
        line-height: 70px;
        margin-bottom: 0;
    }
    .unique__title {
        font-size: 14px;
        font-weight: 300;
    }
}

.footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 700px;
}

.footer__info {
    width: 330px;
    background-color: #1c1f3b;
    padding: 35px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.footer__info-title {
    display: block;
    color: #b59f80;
    font-family: OriginalGaramondCBT;
    font-size: 16px;
    font-style: italic;
    padding-left: 30px;
    position: relative;
}

.icon-placeholder {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__info-address {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.footer__info-phone {
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
}

.footer__info-phone b {
    font-weight: 700;
}

.footer__info-email {
    color: #b59f80;
    font-size: 18px;
    /*font-weight: 700;*/
    line-height: 26px;
    text-decoration: underline;
}

.footer__info-email:hover {
    text-decoration: none;
}

.footer__solical {
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.social-item {
    position: relative;
    color: #b59f80;
    font-family: OriginalGaramondCBT;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    padding-top: 20px;
    text-decoration: none;
}

.social-item:hover {
    opacity: 0.8;
}

.social-item span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.footer__map {
    /*  background: url(/content/img_main/map.png) no-repeat 0 0;*/
    background-size: cover;
    width: 100%;
    max-width: 1590px;
    height: 100%;
}

@media (max-width: 980px) {
    .footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .footer__map {
        height: 445px;
    }
    .footer__info {
        width: 100%;
        padding: 20px;
        padding-top: 90px;
    }
    .footer__solical {
        margin-top: 25px;
    }
    .footer__solical {
        justify-content: center;
    }
    .social-item {
        margin-right: 35px;
    }
    .social-item:last-child {
        margin-right: 0;
    }
    .contacts .footer {
        padding-top: 0 !important;
    }
}


/*Another pages*/

.header-page {
    left: 50%;
    transform: translate(-50%);
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100000;
    width: 100%;
}

.header-page__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-page__logo {
    margin-left: 35px;
    width: 219px;
    height: 50px;
    flex-shrink: 0;
    background: url(/content/img_main/logo.png) no-repeat center;
}

.header__main-nav {
    display: flex;
}

.main-nav__item {
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    //margin-right: 30px;
}

.main-nav__item:hover {
    color: #bba580;
}

.header-page__call-us {
    background-color: #bba580;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-right: 40px;
    padding-left: 60px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.header-page__call-us::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 5px;
    width: 17px;
    height: 80px;
    background: url(/content/img_main/svg/phone_m.svg) no-repeat center;
    background-size: cover;
}

.header-page__call-us:hover {
    opacity: 0.9;
}

.call-us__phone {
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 11px;
}

.call-us__title {
    color: white;
    font-family: OriginalGaramondCBT;
    font-size: 16px;
    font-style: italic;
}

.open {
    font-size: 0;
    background: none;
    outline: none;
    border: none;
    margin: 0 20px;
    margin-right: 40px !important;
    display: none;
}

@media (max-width: 1660px) {
    .main-nav__item {
        margin-right: 0;
        padding: 10px;
    }
}

@media (max-width: 1550px) {
    .call-us__phone {
        display: none;
    }
    .open {
        display: block;
    }
    .call-us__title {
        display: none;
    }
    .header-page__call-us {
        width: 91px;
        height: 90px;
    }
    .header-page__call-us::before {
        left: 50%;
        transform: translate(-50%);
    }
    .main-nav__item {
        margin-right: 0;
        padding: 10px;
    }
    .header-page__main-nav {
        position: absolute;
        height: 1000px;
        top: 90px;
        left: 0;
        z-index: 100;
        background-color: #1c1f3b;
        display: none;
    }
    .main-nav__wrapper {
        display: flex;
        flex-direction: column;
    }
    .main-nav__item {
        color: white;
        padding: 15px;
        width: 250px;
    }
}

.header-page__logo-m {
    display: none;
}

@media (max-width: 980px) {
    .header-page {
        background-color: transparent;
    }
    .header-page .doc-filter__bnt {
        border-color: #787b97;
    }
    .header-page .doc-filter__bnt::before {
        background-color: #787b97;
    }
    .header-page .doc-filter__bnt::after {
        background-color: #787b97;
    }
    .header-page__logo {
        order: -1;
        display: block;
        width: 71px;
        height: 70px;
        background: url(/content/img_main/svg/logo_m.svg) no-repeat center;
        background-size: cover;
        margin-right: auto;
        margin-left: 0;
    }
    .header-page__call-us {
        display: none;
    }
    .news-top {
        margin-top: 0;
    }
    .header-page__main-nav {
        top: 0px;
        right: 0;
        left: auto;
    }
    .open {
        z-index: 10000;
    }
}

.news-top {
    background: url(/content/img_main/news.png) no-repeat 0 0;
    background-size: cover;
    margin-top: 90px;
}

.news-top__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-top_title {
    color: white;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 55px;
}

.news-top__social {
    display: flex;
    align-items: center;
}

.social__title {
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 30px;
}

.social__item {
    line-height: 46;
    color: white;
    font-family: OriginalGaramondCBT;
    font-size: 18px;
    font-style: italic;
    line-height: 44px;
    padding-right: 36px;
    padding-left: 44px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.1);
    color: #9a9ca7;
    text-decoration: none;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
}

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

.social__item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    font-size: 25px;
}

.social__item:hover {
    opacity: 0.9;
}

@media (max-width: 980px) {
    .news-top {
        margin-top: 0;
    }
    .news-top_title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 100px;
    }
    .social__item {
        font-size: 11px;
        line-height: 30px;
        padding-right: 20px;
        padding-left: 30px;
    }
    .social__item span {
        font-size: 15px;
    }
}

.news__content {
    background-color: #fff;
}

.news__content-wr {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 65px;
}

.news__content-group {
    width: 100%;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.news__content-group:last-child {
    margin-right: 0;
}

.content__item-photo {
    background-color: #dddcd6;
}

.item-photo-1 {
    height: 183px;
}

.item-photo-2 {
    height: 155px;
}

.item-photo-3 {
    height: 315px;
}

.item-photo-4 {
    height: 200px;
}

.item-photo-5 {
    height: 150px;
}

.item-photo-6 {
    height: 150px;
}

.item-photo-7 {
    height: 150px;
}

.item-photo-8 {
    height: 280px;
}

.item-photo-9 {
    height: 330px;
}

.content__item {
    border: 1px solid #dddcd6;
    margin-bottom: 20px;
    text-decoration: none;
}

.content__item:last-child {
    margin-bottom: 0;
}

.content__item-info {
    border-top: 1px solid #cbcbcb;
    padding: 18px 18px;
}

.content__item-info:hover {
    background-color: #1c1f3b;
}

.content__item-info:hover .item-info__title {
    color: white;
}

.content__item-info:hover .item-info__text {
    color: white;
}

.content__item-info:hover .item-info__data {
    color: white;
}

.content__item:hover .content__item-info {
    background-color: #1c1f3b;
}

.content__item:hover .item-info__title {
    color: white;
}

.content__item:hover .item-info__text {
    color: white;
}

.content__item:hover .item-info__data {
    color: white;
}

.item-info__title {
    color: #1c1f3b;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 10px;
}

.item-info__text {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.item-info__data {
    color: #bdb2a8;
    font-size: 13px;
    font-weight: 300;
}

.content__item--mark {
    padding: 25px 20px;
    background-color: #1c1f3b;
}

.content__item-mark-title {
    color: #bea880;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}

.content__item-mark-text {
    color: white;
    font-family: OriginalGaramondCBT;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.content__item-mark-data {
    color: #bdb2a8;
    font-size: 13px;
    font-weight: 300;
}

.read-more {
    width: 100%;
    color: #bea880;
    font-family: OriginalGaramondCBT;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px;
    border: 2px solid #bea880;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

.read-more:hover {
    color: white;
    background-color: #bea880;
}

@media (max-width: 980px) {
    .news__content-group:not(: first-child) {
        display: none;
    }
    .read-more {
        margin-right: 20px;
        margin-left: 20px;
    }
    .social__title {
        display: none;
    }
    .news__content-group {
        margin-right: 0;
    }
}

.footer-page {
    background: url(/content/img_main/1.jpg) no-repeat 0 0;
    background-size: cover;
}

.footer-page .footer__info {
    background: none;
    width: 100%;
    padding: 0;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    display: inline;
}

.footer-page .footer__email {
    display: inline;
    color: #b19b80;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
}

.footer-page .footer__title {
    color: white;
    font-size: 98px;
    font-weight: 300;
    line-height: 98px;
    margin-bottom: 25px;
}

.footer-page .footer__enroll {
    color: #b19b80;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    padding: 12px 45px;
    border: 2px solid #b19b80;
    text-decoration: none;
    margin-bottom: 140px;
}

.footer-page .footer__enroll:hover {
    background-color: #b19b80;
    color: white;
}

.footer-page .footer__social {
    margin-top: 35px;
    display: flex;
}

.footer-page .footer__social-item {
    height: 20px;
    color: #b19b80;
    font-family: OriginalGaramondCBT;
    font-size: 25px;
    font-style: italic;
    line-height: 25px;
    position: relative;
    padding-top: 35px;
    margin-right: 55px;
    text-decoration: none;
}

.footer-page .footer__social-item:hover {
    opacity: 0.9;
}

.footer-page .footer__social-item:last-child {
    margin-right: 0;
}

.footer-page .footer__social-item span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.footer__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 980px) {
    .footer-page .footer__wrapper {
        padding-top: 45px;
    }
    .footer-page .footer__title {
        font-size: 32px;
    }
    .footer-page .footer__enroll {
        margin-bottom: 25px;
    }
    .footer-page .footer__social-item {
        margin-right: 30px;
        font-size: 16px;
        padding-top: 20px;
    }
    .footer-page .footer__social-item:last-child {
        margin-right: 0;
    }
}

.about-project {
    background: url(/content/img_main/cover_comerci.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    margin-top: 70px;
}

.about-project::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1c1f3b;
    opacity: 0.9;
}

.about-project__wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 25px;
}

.about-project__video {
    width: 100%;
    max-width: 841px;
    height: 480px;
    border: 7px solid #fff;
    padding-top: 130px;
    margin-bottom: 33px;
}

.project__video-title {
    color: white;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 50px;
}

.project__video-icon {
    font-size: 57px;
    color: #bca680;
}

.project__video-icon:hover {
    opacity: 0.8;
}

.project__video-subtitle {
    color: #bca680;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 1000px) {
    .project__video-title {
        font-size: 24px;
        line-height: 24px;
    }
    .project__video-subtitle {
        font-size: 16px;
    }
    .about-project__video {
        padding-top: 90px;
    }
}

@media (max-width: 980px) {
    .about-project {
        margin-top: 0;
    }
    .about-project .about-project__wrapper {
        padding: 15px;
        padding-top: 70px;
    }
}

.neighbors {
    background-color: #fff;
}

.neighbors__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.neighbors__title {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 35px;
}

.neighbors__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #bca680;
}

.neighbors__text {
    color: #1c1f3b;
	text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    max-width: 630px;
    margin-bottom: 35px;
}

.neighbors__items {
    display: flex;
    padding: 60px 0;
    position: relative;
    margin-bottom: 85px;
}

.neighbors__items::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 820px;
    height: 360px;
    border: 3px solid #bca680;
}

.neighbors__items::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 830px;
    height: 267px;
    background-color: #fff;
}

.neighbors__item {
    margin-right: 30px;
    text-align: center;
    padding-top: 135px;
    width: 175px;
    position: relative;
    z-index: 100;
}

.neighbors__item::before {
    content: '';
    position: absolute;
    width: 121px;
    height: 121px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: url(/content/img_main/project-info.png) no-repeat center;
}

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

.neighbors__item-1::before {
    background-position: 0 0;
}

.neighbors__item-2::before {
    background-position: -203px 0;
}

.neighbors__item-3::before {
    background-position: -404px 0;
}

.neighbors__item-4::before {
    background-position: -609px 0;
}

.neighbors__item-5::before {
    background-position: -806px 0;
}

.neighbors__item-title {
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 400;
}

.neighbors__item-text {
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.neighbors__info {
    display: flex;
}

.neighbors__info-img {
    margin-right: 85px;
}

.neighbors__info-text {
    width: 100%;
    max-width: 460px;
    /*color: #bca680;*/
	color: #1c1f3b;
	text-align: justify;
    font-family: OriginalGaramondCBT;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 1000px) {
    .neighbors .neighbors__wrapper {
        padding: 0 15px;
        padding-top: 55px;
    }
    .neighbors__title {
        font-size: 23px;
        line-height: 23px;
    }
    .neighbors__items {
        flex-wrap: wrap;
        justify-content: center;
        border: 3px solid #baa280;
        width: 290px;
        padding-bottom: 10px;
    }
    .neighbors__items::before {
        content: none;
    }
    .neighbors__items::after {
        content: none;
    }
    .neighbors__item-title {
        font-size: 25px;
    }
    .neighbors__item-text {
        font-size: 11px;
        line-height: 21px;
    }
    .neighbors__item {
        width: 125px;
        margin-right: 0;
        padding: 0px;
        padding-top: 100px;
        margin-bottom: 30px;
        margin-right: 20px;
    }
    .neighbors__item:nth-child(2n) {
        margin-right: 0;
    }
    .neighbors__item::before {
        width: 86px;
        height: 87px;
    }
    .neighbors__info {
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }
    .neighbors__info-img {
        width: 226px;
        height: 240px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .neighbors__info-img img {
        text-align: center;
    }
    .neighbors__info-text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.in-center {
    background-color: #cdccc6;
}

.in-center__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(/content/img_main/in-center.jpg) no-repeat center;
    background-size: cover;
    height: 768px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.in-center__title {
    margin-left: 25%;
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 25px;
}

.in-center__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #1c1f3b;
}

.in-center__text {
    margin-left: 25%;
    width: 100%;
    max-width: 360px;
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 1000px) {
    .in-center {
        position: relative;
        background-color: #dddcd6;
    }
    .in-center__wrapper {
        justify-content: flex-start;
        background: none;
        padding: 0 15px;
        padding-top: 40px;
        padding-bottom: 524px;
    }
    .in-center__wrapper::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 524px;
        background: url(/content/img_main/2-1.jpg) no-repeat center;
        background-size: cover;
        bottom: 0;
        left: 0;
    }
    .in-center__title {
        margin-left: 0;
        font-size: 23px;
        line-height: 30px;
    }
    .in-center__text {
        margin-left: 0;
    }
}

.architecture__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 105px;
    padding-bottom: 95px;
    max-width: 630px;
}

.architecture__title {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 36px;
    position: relative;
    margin-bottom: 40px;
}

.architecture__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #bca680;
}

.architecture__text {
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
	text-align: justify;
    margin-bottom: 30px;
}

.architecture__items {
    display: flex;
    justify-content: space-between;
}

.architecture__left {
    width: 48%;
}

.architecture__right {
    width: 48%;
}

.architecture__item {
    position: relative;
    padding-left: 20px;
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.architecture__item:last-child {
    margin-bottom: 0;
}

.architecture__item span {
    position: absolute;
    left: 0;
    top: 5px;
    color: #bca680;
}

@media (max-width: 1000px) {
    .architecture__wrapper {
        padding: 0 15px;
        padding-top: 65px;
    }
    .architecture__title {
        font-size: 23px;
        line-height: 23px;
    }
    .architecture__items {
        flex-direction: column;
    }
    .architecture__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .architecture__right {
        width: 100%;
        margin-bottom: 40px;
    }
}

.about__slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.slide {
    outline: none;
    background-color: #fff;
    position: relative;
}

.slide img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 635px;
}

.slick-dots {
    display: flex;
    margin-top: 26px;
    justify-content: center;
}

.slick-dots li {
    margin-right: 16px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    display: block;
    background: none;
    outline: none;
    border: none;
    height: 12px;
    width: 7px;
    background-color: #c5c4be;
    font-size: 0;
}

.slick-dots .slick-active button {
    width: 13px;
    height: 13px;
    background-color: #bca680;
    transform: rotate(45deg);
}

@media (max-width: 1000px) {
    .slide img {
        width: 100%;
        height: auto;
    }
}

.unique-apartmant__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 100px;
}

.unique-apartmant__top {
    width: 690px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.unique-apartmant__title {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 37px;
    position: relative;
}

.unique-apartmant__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #bca680;
}

.unique-apartmant__choose {
    color: #bca680;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    padding: 15px 30px;
    border: 2px solid #c2b19f;
    text-decoration: none;
}

.unique-apartmant__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 690px;
}

.apartmant__content-title {
    width: 100%;
    margin-bottom: 20px;
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.unique-apartmant__left,
.unique-apartmant__right {
    width: 48%;
}

@media (max-width: 1000px) {
    .unique-apartmant__wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .unique-apartmant__choose {
        display: none;
    }
    .unique-apartmant__content {
        width: 100%;
        flex-direction: column;
    }
    .unique-apartmant__left {
        width: 100%;
    }
    .unique-apartmant__right {
        width: 100%;
    }
    .unique-apartmant__top {
        width: 100%;
        font-size: 23px;
    }
}

.men {
    background: #eee url(/content/pictures/footer_slider/img_3_1.jpeg) no-repeat 0 0;
    background-size: cover;
    height: 768px;
}

@media (max-width: 1000px) {
    .men {
        background: #eee url(/content/img_main/5-2.jpg) no-repeat 0 0;
        background-size: cover;
        height: 568px;
        margin-top: 65px;
    }
}

.about-safe {
    width: 100%;
    max-width: 626px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 70px;
}

.about-safe__title {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

.about-safe__title::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #bca680;
}

.about-safe__text {
    color: #1c1f3b;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
	text-align: justify;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-safe__images {
    margin-bottom: 60px;
}

.about-safe__items {
    display: flex;
}

.about-safe__left,
.about-safe__right {
    width: 48%;
}

.build-img {
    height: 768px;
    background: #eee url(/content/img_main/build-img.jpg) no-repeat 0 0;
    background-size: cover;
}

.about-safe-2 {
    max-width: 750px;
}

.about-safe-2 .about-safe__text,
.about-safe-2 .about-safe__images,
.about-safe-2 .about-safe__items {
    max-width: 626px;
}

.about-safe__top {
    display: flex;
    position: relative;
}

.about-safe__choose {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.safe__choose-item {
    color: #bca680;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    padding: 15px 70px;
    border: 1px solid #ae9880;
    margin-bottom: -2px;
    text-decoration: none;
}

.safe__choose-item:hover {
    background-color: #ae9880;
    color: white;
}

@media (max-width: 1000px) {
    .about-safe {
        padding: 0 15px;
        padding-top: 45px;
    }
    .about-safe__title {
        font-size: 23px;
        line-height: 30px;
        margin-left: 15px;
    }
    .about-safe__items {
        display: flex;
        flex-direction: column;
    }
    .about-safe__right {
        width: 100%;
        margin-bottom: 45px;
    }
    .about-safe__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .build-img {
        height: 568px;
        background-position: center;
    }
    .about-safe__choose {
        display: none;
    }
    .about-safe__title {
        margin-left: 0;
    }
}

.doc-solial__wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
}

.doc-solial__title {
    color: #1c1f3b;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 20px;
}

.doc-solial__bottom {
    width: 100%;
    max-width: 950px;
    border-top: 1px solid #bfa980;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
}

.solial__bottom-left {
    width: 100%;
    max-width: 320px;
    position: relative;
    padding-left: 20px;
}

.solial__bottom-left::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background-color: #bfa980;
}

.solial__bottom-left span {
    line-height: 60px;
    color: #beb3a9;
    font-size: 13px;
    font-weight: 300;
}

.document .social__title {
    color: #1c1f3b;
}

.document .news-top__social {
    padding-left: 20px;
}

.document .social__item {
    padding-right: 20px;
    padding-left: 40px;
    color: #1c1f3b;
    border: 1px solid #1c1f3b;
}

.doc-info {
    
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.doc-info__wrapper {
    position: absolute;
    width: 360px;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.doc-info__persent {
    font-size: 186px;
    line-height: 186px;
    color: white;
    display: inline-block;
}

.doc-info__persent span {
    font-size: 100px;
}

.doc-info__title {
    font-size: 54px;
    color: white;
    margin-bottom: 36px;
}

.doc-info__text {
    font-size: 16px;
    color: #e9d8cc;
    width: 380px;
}

.doc-text {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    max-width: 620px;
    padding-top: 55px;
    padding-bottom: 50px;
}

.doc-text__content {
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 60px;
}

.doc-text__title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.doc-filter {
    background-color: #dbdbdb;
}

.doc-filter__wrapper {
    width: 100%;
    max-width: 951px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.doc-filter__header {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
}

.doc-filter__bnt {
    width: 23px;
    height: 20px;
    border-top: 3px solid #1c1f3b;
    position: relative;
    margin-right: 15px;
}

.doc-filter__bnt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 3px;
    background-color: #1c1f3b;
}

.doc-filter__bnt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 3px;
    background-color: #1c1f3b;
}

.doc-filter__value {
    color: #2d3d52;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
}

.doc-filter__value span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid black;
}

.doc-filter__value .filter__value-down {
    border-color: transparent;
    border-top-color: #2d3d52;
    border-top-width: 12px;
    top: 5px;
}

.doc-filter__value .filter__value-up {
    border-color: transparent;
    border-bottom-color: #2d3d52;
    border-bottom-width: 12px;
    top: -3px;
}

.doc-filter__item {
    width: 305px;
    background-color: #fff;
    padding: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
}

@media (max-width: 980px) {
    .doc-solial__title {
        font-size: 23px;
        line-height: 30px;
    }
    .doc-solial__bottom {
        flex-direction: column;
    }
    .solial__bottom-left::before {
        content: none;
    }
    .doc-text__content {
        padding: 0 15px;
    }
    .doc-filter__header {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width: 760px) {
    
    .doc-filter__header {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .doc-filter__value {
        margin-bottom: 15px;
    }
    .doc-filter__bnt {
        margin-bottom: 15px;
    }
    .doc-filter__item {
        margin-right: 0;
    }

}

.filter__item-img {
    height: 225px;
    vertical-align: middle;
    position: relative;
}

.filter__item-img img {
    width: auto;
    position: absolute;
    top: 50%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter__item-top {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

.filter__item-value {
    color: #2d3d52;
    font-size: 16px;
    font-weight: 400;
}

.filter__item-bottom {
    display: flex;
    position: relative;
}

.filter__item-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}

.filter__item-left {
    text-align: center;
    width: 50%;
}

.filter__item-left-title {
    color: #2d3d52;
    font-size: 16px;
    font-weight: 400;
}

.filter__item-left-value {
    color: #2d3d52;
    font-size: 20px;
    font-weight: 700;
}

.doc-filter__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.parking-top {
    background: #292b43 url(/content/img_main/parking-top.jpg) no-repeat center;
    background-size: cover;
}

.parking__info {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 65px;
}

.parking__info-top {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}

.parking__info-title {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    padding-bottom: 30px;
}

.parking__info-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #bca680;
}

.parking__info-btns {
    flex-shrink: 0;
    width: 215px;
    display: flex;
    flex-direction: column;
}

.parking__info-btn {
    padding: 13px 0;
    padding-left: 50px;
    padding-right: 25px;
    border: 1px solid #1c1f3b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -1px;
    position: relative;
    text-decoration: none;
}

.parking__info-btn:hover {
    opacity: 0.9;
}

.parking__info-btn span {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.parking__info--book {
    background-color: #1c1f3b;
    color: #fff;
}

.parking__info--book span {
    font-size: 16px;
    color: white;
}

.parking__info--down {
    color: #1c1f3b;
}

.parking__info--down span {
    font-size: 28px;
}

.parking__info-text {
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 300;
	text-align: justify;
    line-height: 30px;
    margin-bottom: 35px;
}

.parking__info-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.parking__info-left {
    width: 48%;
}

.tabs {
    display: flex;
}

.tabs .tab {
    width: 33.33%;
    text-align: center;
    font-family: 'FuturaPT', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    padding: 16px 0;
    border: 1px solid #c0af9d;
    cursor: pointer;
}

.active {
    background-color: #3b4175;
    color: #fff;
    border: none;
}

.tab.active {
    border: none;
}

.parking__content {
    padding-top: 55px;
    padding-bottom: 75px;
    background-color: #fff;
    background-color: #f0f0f0;
}

.parking__content .tab_item {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.parking__content img {
    width: auto;
}

@media (max-width: 980px) {
    .parking__info-btns {
        display: none;
    }
    .parking__info {
        padding: 0 20px;
        padding-top: 25px;
    }
    .parking__info-title {
        font-size: 23px;
        line-height: 30px;
    }
    .parking__info-top {
        margin-bottom: 45px;
    }
    .parking__info-items {
        flex-direction: column;
    }
    .parking__info-left {
        width: 100%;
    }
    .tab_item {
        padding: 15px;
    }
    .tab_item img {
        width: 100%;
        height: auto;
    }
}

.news-post {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 75px;
    border-bottom: 2px solid #dfd4bf;
    margin-bottom: 35px;
}

.news-post__img {
    margin-bottom: 50px;
}

.news-post__info {
    display: flex;
    align-items: flex-start;
}

.news-post__text {
    color: #1c1f3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

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

.news-post__info-right {
    width: 310px;
    flex-shrink: 0;
    margin-left: 20px;
    border: 2px solid #8d8f9d;
    padding: 30px 20px;
    text-decoration: none;
}

.news-post__info-title {
    color: #bfa980;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-post__info-text {
    color: #1c1f3b;
    font-family: OriginalGaramondCBT;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.news-post__info-data {
    color: #beb3a9;
    font-size: 13px;
    font-weight: 300;
}

.news-post__read {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.news-post__read .news__content-wr {
    padding-top: 0;
}

.news-post__read-title {
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 44px;
}

.contacts .header {
    height: auto;
}

.contacts .footer {
    padding-top: 90px;
    min-height: 100vh;
}

.contact-us {
    padding: 60px 40px 40px;
    width: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #282B53;
    z-index: 100000;
    display: none;
}

.contact-us form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-us::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 5px;
    background-color: #bfa980;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
}

.wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

.contact-us_input {
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: none;
    font: 400 16px/24px ''FuturaPT', Helvetica, sans-serif', sans-serif;
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    color: #bfa980;
    background: #494c62;
}

.contact-us_input:hover {
    background: #d2d2d8;
    outline: none;
}

.contact-us_input:first-of-type {
    border-radius: 3px 3px 0 0;
}

.contact-us_input:last-of-type {
    border-radius: 0px 0px 3px 3px;
}

.contact-us_input.contact-us_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfa980;
}

.contact-us_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfa980;
}

.contact-us_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfa980;
}

.contact-us_input:-moz-placeholder {
    /* Firefox 18- */
    color: #bfa980;
}

.contact-us_submit {
    width: auto;
    margin-top: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    color: #282B53;
    text-decoration: none;
    font: 400 18px/20px "'FuturaPT', Helvetica, sans-serif", sans-serif;
    background: #BCA680;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}

.contact-us_submit:hover {
    opacity: 0.9;
}

.contact-us__title {
    margin-bottom: 40px;
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.close__contact-us {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    outline: none;
    border: none;
    color: white;
}

@media (max-width: 980px) {
    .contacts .footer {
        //padding-top: 90px;
        height: auto;
    }
}
