@import url(font.css);

/*
G E N E R A L
*/

body {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #252525;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

div,
section,
footer,
.btn {
    box-sizing: border-box;
}

a {
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus {
    outline: none;
}

p {
    font-weight: normal;
    font-size: 23px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 32px 0;
}

input {
    display: block;
    width: 100%;
    height: 58px;
    background-color: #e4e4e4;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(26, 29, 33, 0.3);
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 8px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

input:hover,
input:focus {
    outline: none;
}

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

ul li {
    padding: 0 0 0 0;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

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

.wrapper {}

.container {
    max-width: 1562px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
}


/*
B U T T O N S
*/

.btn-white {
    display: block;
    max-width: 283px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 19px;
    font-weight: 300;
    font-size: 19px;
    line-height: 200%;
    text-align: center;
    color: #000000;
    padding: 9px 0 8px 0;
}

.btn-white:hover {
    color: #fff;
    background: #000;
}

.btn-blue {
    display: block;
    width: 100%;
    border: 2px solid #3C5D88;
    box-sizing: border-box;
    border-radius: 19px;
    font-weight: 500;
    font-size: 19px;
    line-height: 200%;
    text-align: center;
    padding: 7px 0 6px 0;
    color: #3C5D88;
}

.btn-blue:hover {
    background: #3C5D88;
    color: #fff;
}


/*
H E A D E R
*/

.header {
    background: #242424;
    padding: 21px 0 22px 0;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    /* max-width: 221px;
    width: 100%;
    height: 32px; */
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.top-menu {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 61px;
}

.top-menu li {
    margin-right: 86px;
}

.top-menu li:last-child {
    margin-right: 0;
}

.top-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tel {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 0 0 25px;
}

.tel::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../img/tel.svg) no-repeat center;
    background-size: cover;
}

.top-wrap {
    padding: 244px 0 0 0;
    min-height: 787px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-wrap .title {
    font-weight: 300;
    width: 48%;
    font-size: 47px;
    line-height: 94%;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.top-wrap .desc {
    font-weight: bold;
    font-size: 47px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.about {
    padding: 194px 0 193px 0;
}

.about .title {
    font-weight: bold;
    font-size: 53px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 35px;
}

.houses {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 56.753%;
}

.houses-item {
    width: fit-content;
    position: absolute;
}

.houses-item--name {
    position: relative;
    max-width: 107px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 12px 10px 12px;
    background: #3C5D88;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: -11px;
    z-index: 5;
}

.houses-item--status {
    position: relative;
    padding: 14px 15px 12px 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 2;
}

.houses-desc-mob .houses-desc-mob--desc br {
    display: none;
}

.why-our {
    padding: 136px 0 182px 0;
}

.why-our .container {
    max-width: 1302px;
}

.why-our-box__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-our-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.why-our-box__elem {
    width: 31.497%;
    display: flex;
    flex-direction: column;
}

.why-our .title {
    font-weight: normal;
    font-size: 41px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 64px;
}

.why-our-box__item {
    padding: 60px 0 0 0;
    margin-bottom: 30px;
}

.why-our-box__item--text {
    max-width: 223px;
    width: 100%;
    font-weight: 500;
    font-size: 27px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.why-our-box__item--big {
    height: 615px;
}

.why-our-box__item--small {
    height: 325px;
}

.why-our-box__item--middle {
    height: 477px;
}

.why-our-box__item--middle:last-child {
    height: 463px;
}

.why-our-box__elem .why-our-box__item:last-child {
    margin-bottom: 0;
}

.map {}

.map .title {
    font-weight: normal;
    font-size: 41px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 18px;
}

.map .desc {
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 87px;
}

.map-img {
    height: 638px;
    background: url(../img/pamorama.jpg) no-repeat center;
    background-size: cover;
}

#map {
    height: 638px;
}

.footer {
    padding: 60px 0 70px 0;
}

.footer .logo,
.footer .top-menu a,
.footer .tel {
    color: #000000;
}

.footer .tel::before {
    background: url(../img/tel-black.svg) no-repeat center;
    background-size: cover;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 97px;
}

.footer .top-menu li {
    margin-right: 57px;
}

.footer .top-menu {
    margin: 0 0 0 21px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year {
    font-weight: normal;
    font-size: 12px;
    line-height: 134.77%;
    color: #111A26;
}

.footer-bottom a,
.footer-bottom p {
    font-weight: normal;
    font-size: 12px;
    line-height: 134.77%;
    color: #111A26;
    margin-bottom: 0;
}

.footer-bottom .promo {
    font-weight: normal;
    font-size: 12px;
    line-height: 134.77%;
    color: #111A26;
}

.footer-info {
    width: 69%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0 30px 0 0;
}

.vn .top-wrap {
    min-height: 337px;
    padding: 133px 0 0 0;
}

.vn .top-wrap h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 17px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
}

.breadcrumbs li {
    position: relative;
    margin-right: 45px;
}

.breadcrumbs li::after {
    content: '•';
    font-weight: normal;
    position: absolute;
    top: 5px;
    right: -25px;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

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

.breadcrumbs li:last-child::after {
    content: none;
}

.breadcrumbs a {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.breadcrumbs li:Last-child a {
    font-weight: normal;
}

.flats {
    padding: 108px 0 27px 0;
}

.flats .container {
    max-width: 1302px;
}

.flats .title {
    font-weight: normal;
    font-size: 41px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 66px;
}

.flats-wrap {
    margin: 0 -70px;
}

.flats-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 81px;
}

.flats-btns a {
    display: block;
    max-width: 107px;
    width: 100%;
    border: 2px solid #3C5D88;
    box-sizing: border-box;
    font-weight: bold;
    padding: 9px 0 8px 0;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #3C5D88;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 11px;
    flex-shrink: 0;
}

.flats-btns a:hover,
.flats-btns a.active {
    background: #3C5D88;
    color: #FFFFFF;
}

.flats-box {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

.flats-box__item {
    min-width: 26%;
    margin: 0px 3.4%;
    margin-bottom: 91px;
}

.flats-box__item:nth-child(3n) {
    margin-right: 0;
}

.flats-box__item--content {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
}

.flats-box__item--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}

.flats-box__item--img {
    margin-bottom: 28px;
}

.flats-box__item--img img {
    margin: 0 auto;
}

.flat-info-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.flat-info-line span {
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.flat-info-line b {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

.flat-info-line b.price-val {
    font-size: 16px;
}

.flats-box__item .btn-blue {
    display: block;
    width: 100%;
    margin: -2px 0 0 0;
}

.docs {
    padding: 114px 0 52px 0;
}

.docs .container {
    max-width: 1302px;
}

.docs .title {
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
}

.docs .desc {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 68px;
}

.docs-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.docs-box a {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.07em;
    color: #000000;
    padding: 0 0 0 35px;
    margin-right: 94px;
    margin-bottom: 84px;
	margin-left: 20px;
}

.docs-box a:nth-child(5n) {
    margin-right: 0;
}

.docs-box a::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/doc-ico.svg) no-repeat center;
    background-size: cover;
}

.stage-building {
    display: flex;
    justify-content: space-between;
    padding: 110px 0 77px 187px;
}

.stage-building .title {
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 25px;
}

.stage-building .desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.stage-building__left {
    width: 19%;
}

.stage-building__right {
    width: 81%;
    padding: 0 0 0 101px;
}

.building-slider__item {
    max-width: 283px;
    width: 100%;
    margin: 0 35px;
    outline: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.building-slider__item--img {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.building-slider__item--year {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.building-slider__item--year span {
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.building-slider__item--year b {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
}

.building-slider__item--img {
    margin-bottom: 20px;
}

.building-slider__item--desc {
    opacity: 0;
    visibility: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    color: #000000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.building-slider .slick-track {
    padding-top: 34px;
}

.building-slider .slick-current+.slick-slide .building-slider__item--desc {
    opacity: 1;
    visibility: visible;
}

.building-slider .slick-current+.slick-slide {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
}

.building-slider .slick-arrow {
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    border: 2px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 19px;
    z-index: 2;
    opacity: 1;
    top: 99.5%;
}

.building-slider .slick-arrow:hover {
    background: #264C7D;
    border-color: #264C7D;
}

.building-slider .slick-prev {
    left: initial;
    right: 261px;
}

.building-slider .slick-next {
    right: 186px;
}

.building-slider .slick-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/prev.svg) no-repeat center;
    opacity: 1;
}

.building-slider .slick-next:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/next.svg) no-repeat center;
    opacity: 1;
}

.building-slider .slick-prev:hover:before {
    background: url(../img/prev-white.svg) no-repeat center;
}

.building-slider .slick-next:hover:before {
    background: url(../img/next-white.svg) no-repeat center;
}

.popup-wrap {
    background-color: rgba(0, 0, 0, 0.57);
    display: block;
    opacity: 0;
    transition: opacity .5s, top .5s;
    overflow: auto;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.popup {
    display: block;
    position: relative;
    max-width: 1523px;
    margin: 110px auto 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    z-index: 999;
}

#hamburger-icon {
    display: none;
    width: 25px;
    height: 14px;
    position: absolute;
    right: 27px;
    top: 0;
    z-index: 50;
}

#hamburger-icon .line {
    display: block;
    background: #FFFFFF;
    border-radius: 3px;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 50%;
}

#hamburger-icon .line.line-3 {
    top: 100%;
}

#hamburger-icon.active .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    -o-transform: translateY(7px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
    opacity: 0;
}

#hamburger-icon.active .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.mobile-menu {
    display: none;
}

.ov-h {
    overflow: hidden;
}

.houses-img {
    display: none;
}

.houses-item-mob-number {
    display: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 93%;
    text-align: center;
    text-transform: uppercase;
    color: #3C5D88;
    margin-bottom: 5px;
}

.houses-item-mob-arr {
    display: none;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-color: #E5E5E5;
    background-image: url(../img/arr-met.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-btn-mob {
    position: relative;
    margin-top: 41px;
    margin-bottom: 47px;
    display: none;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-btn-mob #hamburger-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.footer-btn-mob #hamburger-icon .line {
    background: #3C5D88;
}

.footer-anchor {
    display: none;
    max-width: 162px;
    width: 100%;
    background: #EAF1FA;
    box-shadow: 0px 12.0262px 22px rgba(155, 179, 215, 0.12);
    border-radius: 50.9345px;
    font-weight: bold;
    font-size: 12.7336px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    color: #275EB0;
    padding: 20px 0 21px 0;
    margin: 0 auto;
    margin-bottom: 50px;
}

.mobile-menu-footer {
    display: none;
}

.mobile-menu-footer .top-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.mobile-menu-footer .top-menu {
    flex-direction: column;
    margin: 0 0 0 0;
    width: 100%;
    align-items: center;
}

.footer .mobile-menu-footer .top-menu li {
    margin: 0 0 37px 0;
}

.mobile-menu-footer .tel {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
}

.mobile-menu-footer .tel::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/tel.svg) no-repeat center;
    background-size: cover;
}

.mobile-menu-footer .tel::after {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 98px;
    height: 1px;
    background: #4D75A9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer .mobile-menu-footer .top-menu {
    margin: 0 0 32px 0;
}

.houses-item-mob-arr {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.houses-item-mob-arr.active {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    background-image: url(../img/arr-met-white.svg);
    background-color: #3C5D88;
}

.houses-desc-mob--item {
    display: none;
    position: relative;
    padding: 13px 15px 13px 15px;
    background: #FFFFFF;
    box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
}

.houses-desc-mob--item.active {
    display: block;
}

.houses-desc-mob--item:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #3C5D88;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

.houses-desc-mob--name {
    font-weight: bold;
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 3px;
}

.houses-desc-mob--desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 124%;
    color: #000000;
}

.houses-desc-mob {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: -51px;
    left: 0;
    right: 0;
}

.swiper-scrollbar {
    display: none;
}

.building-slider .slick-arrow {
    top: initial;
    bottom: -20%;
}

.houses-item {
    cursor: default;
}

.houses-item.ccl {
    cursor: pointer;
}

.houses-item.ccl:hover .houses-item--name {
    background: #5a7aa4!important;
}

.houses-desc-mob--item.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.htphr {
    color: white;
    background: #3c5d88;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 5px;
    margin: 10px 0;
}

a.htphr:hover {
    background: #5a7aa4;
}

.flats-box__item--img {
    position: relative;
    width: 100%;
    max-width: calc(100vw - 20px);
    height: 0;
    padding-bottom: 92.014%;
}

.flats-box__item--img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

a.ipo {
    background: #FFB016;
    font-family: Jost;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #000000;
    padding: 12px 22px 11px 27px;
    border-radius: 13px;
}

.flats-box__item--img {
    margin-bottom: 25px;
}

a.flats-box__item--img {
    display: block;
}

.top-wrap-link {
    display: block;
    margin-top: 500px;
}

@media screen and (max-width: 1670px) {
    .top-wrap-link {
        margin-top: 250px;
    }
}

@media screen and (max-width: 1455px) {
    a.ipo {
        font-size: 9px;
    }
    .top-menu a {
        font-size: 11px;
    }
}

@media screen and (max-width: 1180px) {
    .top-wrap-link {
        margin-top: 150px;
    }
}

@media screen and (max-width: 992px) {
    a.ipo {
        display: none;
    }
    a.ipo.ipo-mob {
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }
}


/*
	Новая шапка на главной
*/

img.top-mob {
    display: none;
}

.imag-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.imag-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-top-wrap {
    display: block;
    position: relative;
    height: 0;
    width: 100vw;
    padding-bottom: 58.5392%;
}

.cont-wrap {
    position: absolute;
    z-index: 2;
    margin: 6.567% 10.156%;
}

.opus-block {
    width: 100%;
    max-width: 905px;
}

.zag {
    font-weight: 800;
    font-size: 47px;
    line-height: 94%;
}

.podzag {
    font-size: 47px;
    line-height: 120%;
    margin-top: 14px;
}

span.href-desk {
    font-size: 19px;
    line-height: 94%;
    margin: 17px 27px;
}

a.new-btn-or {
    font-weight: 600;
    font-size: 19px;
    line-height: 200%;
    background: #FFB016;
    border-radius: 19px;
    padding: 8px 60px;
}

a.new-btn-or:hover {
    background: #FFC451;
}

.zag,
.podzag,
span.href-desk,
a.new-btn-or {
    font-family: Jost;
    color: black;
}

.hrefblock {
    background: white;
    border-radius: 19px;
    margin-top: 25px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1110px) {
    .zag {
        font-size: 27px;
    }
    .podzag {
        font-size: 25px;
    }
    span.href-desk {
        font-size: 14px;
        margin: 12px 22px;
    }
    a.new-btn-or {
        font-size: 14px;
        padding: 8px 34px;
    }
}

@media screen and (max-width: 688px) {
    .top-desc {
        display: none;
    }
    .top-mob {
        display: block!important;
    }
    .new-top-wrap {
        padding-bottom: 148.572%;
    }
    a.new-btn-or {
        width: 100%;
        text-align: center;
    }
    span.href-desk {
        order: 2;
        font-size: 11px;
    }
    a.new-btn-or {
        width: 100%;
        text-align: center;
        order: 1;
        font-size: 14px;
    }
    .hrefblock {
        background: transparent;
    }
    .zag,
    .podzag {
        font-size: 20px;
    }
    .cont-wrap {
        margin: 6.567% 20px;
    }
}


/*
	Новая шапка на главной
*/

.fp-zag {
    font-family: Jost;
    font-size: 41px;
    line-height: 140%;
    text-align: center;
}

.fp-col {
    font-family: Jost;
    font-size: 15px;
    line-height: 125.5%;
    text-align: center;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    margin-top: 7px;
}

.fp-sta span {
    font-family: Jost;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3C5D88;
    border-radius: 7px;
    padding: 7px 37px;
}

.fp-sta {
    text-align: center;
    margin: 24px 0 60px 0;
}

@media screen and (max-width: 600px) {
    .fp-zag {
        font-size: 30px;
    }
    .fp-col {
        font-size: 12px;
    }
    .fp-sta span {
        font-size: 10px;
    }
}


/*
M O B I L E 
*/

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .flats .container {
        max-width: 1200px;
    }
    .flats-btns {
        margin: 0 0 81px 0;
        flex-wrap: wrap;
    }
    .flats-btns a {
        margin-bottom: 15px;
    }
    .top-wrap {
        padding: 80px 0 80px 0;
        min-height: 600px;
    }
    .top-wrap .desc {
        font-size: 34px;
    }
    .flats-box__item {
        margin-right: 0;
        min-width: initial;
        width: 29%;
        margin-bottom: 55px;
    }
    .flats-box__item--img {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .flats-box {
        justify-content: center;
        flex-wrap: wrap;
    }
    .about {
        padding: 80px 0 80px 0;
    }
    .building-slider .slick-arrow {
        top: 108.5%;
    }
    .footer-info {
        width: 74.2%;
    }
}

@media screen and (max-width: 1300px) {
    .stage-building {
        flex-direction: column;
        padding: 110px 0 77px 20px;
    }
    .stage-building__left {
        width: 100%;
        padding-right: 16px;
        margin-bottom: 21px;
    }
    .stage-building__right {
        width: 100%;
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 1250px) {
    .docs-box a {
        margin-right: 50px;
    }
    .docs-box a:nth-child(5n) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1210px) {
    html,
    body {
        min-width: 320px;
        width: 100%;
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    a:focus {
        outline: none;
    }
    .map-img {
        height: 400px;
    }
    #map {
        height: 400px;
    }
    .why-our {
        padding: 70px 0 70px 0;
    }
    .top-wrap .title {
        font-size: 38px;
    }
    .top-wrap .desc {
        font-size: 27px;
    }
    .top-menu li {
        margin-right: 45px;
    }
    .footer-top {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .footer .logo {
        margin-bottom: 15px;
    }
    .footer .top-menu {
        margin: 0 0 15px 0;
    }
    .footer .top-menu li:last-child {
        margin-right: 0;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-info {
        flex-direction: column;
        width: 100%;
    }
    .year {
        margin-bottom: 15px;
    }
    .footer-bottom a,
    .footer-bottom p {
        margin-bottom: 15px;
    }
    .footer-bottom p {
        text-align: center;
        margin: 0 0 15px 0;
    }
    .houses-item-mob-number {
        display: block;
    }
    .houses-item-mob-arr {
        display: block;
    }
    .houses-item--name,
    .houses-item--status {
        display: none;
    }
    .houses-item {
        background: #FFFFFF;
        border-radius: 35.4387px;
        min-width: 22px;
        height: 44px;
        padding: 5px 2px 2px 2px;
    }
    .houses {
        background-image: url(../img/houses-mob.jpg)!important;
        padding-bottom: 69.69%;
    }
}

@media screen and (max-width: 1020px) {
    .flats-box__item {
        width: 48%;
    }
}

@media screen and (max-width: 992px) {
    .top-wrap .title {
        font-weight: 300;
        font-size: 25px;
        line-height: 100%;
        width: 100%;
    }
    .top-wrap {
        padding: 24px 0 80px 0;
    }
    .top-wrap .container {
        padding: 0 20px;
    }
    .top-wrap .desc {
        font-weight: bold;
        font-size: 25px;
        line-height: 100%;
        margin-bottom: 12px;
    }
    .btn-white {
        max-width: 205px;
        font-weight: 300;
        font-size: 13.7633px;
        line-height: 200%;
        padding: 7px 0 6px 0;
        border-radius: 13.7633px;
        -webkit-border-radius: 13.7633px;
        -moz-border-radius: 13.7633px;
        -ms-border-radius: 13.7633px;
        -o-border-radius: 13.7633px;
    }
    .header {
        padding: 21px 0 22px 10px;
    }
    .logo {
        font-size: 15px;
    }
    .header-box>.top-menu {
        display: none;
    }
    .header-box>.tel {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        background: #3C5D88;
        box-shadow: 22px 49px 94px rgba(0, 0, 0, 0.09);
        top: 0;
        right: 0;
        width: 79vw;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        height: 100vh;
        z-index: 30;
        overflow: auto;
        margin: 0;
        padding: 85px 22px 35px 30px;
        box-sizing: border-box;
        transform: translate(100vw, 0);
        -webkit-transform: translate(100vw, 0);
        -moz-transform: translate(100vw, 0);
        -ms-transform: translate(100vw, 0);
        -o-transform: translate(100vw, 0);
    }
    #hamburger-icon {
        display: block;
        margin-top: 7px;
    }
    .mobile-menu-transition {
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .mobile-menu.active {
        transform: translate(0vw, 0);
        -webkit-transform: translate(0vw, 0);
        -moz-transform: translate(0vw, 0);
        -ms-transform: translate(0vw, 0);
        -o-transform: translate(0vw, 0);
    }
    .header .top-menu {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: initial;
        margin: 0 0 37px 0;
        width: 100%;
    }
    .header .tel::before {
        top: -3px;
        left: -9px;
    }
    .header .tel::after {
        content: '';
        display: block;
        position: absolute;
        top: -35px;
        right: 0;
        width: 98px;
        height: 1px;
        background: #4D75A9;
    }
    .header .top-menu li {
        margin-right: 0;
        margin-bottom: 37px;
    }
    .header .top-menu a {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: right;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .header .tel {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .header .tel::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
    }
    .top-wrap {
        min-height: 520px;
    }
    .about .title {
        font-size: 29px;
        line-height: 100%;
    }
    p {
        font-weight: normal;
        font-size: 14px;
        line-height: 144%;
        margin: 0 0 20px 0;
    }
    .why-our-box__item--big {
        height: 215px;
    }
    .why-our-box__item--small {
        height: 215px;
    }
    .why-our-box__item--middle {
        height: 215px;
    }
    .why-our-box__item--text {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
    }
    .why-our-box__item {
        padding: 27px 0 0 0;
        margin-bottom: 16px;
        background-position: center;
        width: 48%;
    }
    .why-our-box__item--middle:last-child {
        height: 215px;
        margin-bottom: 16px;
    }
    .why-our-box__elem {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .why-our-box {
        flex-direction: column;
    }
    .about .title {
        font-weight: bold;
        font-size: 29px;
        line-height: 100%;
        letter-spacing: -0.005em;
        margin-bottom: 23px;
    }
    .about {
        padding: 72px 0 52px 0;
    }
    .why-our .title {
        font-weight: normal;
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 38px;
    }
    .houses {
        margin-bottom: 81px;
    }
    .map .title {
        font-weight: normal;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 33px;
    }
    .why-our {
        padding: 70px 0 100px 0;
    }
    .map .desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer .footer-top>.top-menu {
        display: none;
    }
    .year {
        display: none;
    }
    .footer-btn-mob {
        display: block;
    }
    .footer-anchor {
        display: block;
    }
    .mobile-menu-footer {
        position: absolute;
        background: #3C5D88;
        box-shadow: 22px 49px 94px rgba(0, 0, 0, 0.09);
        left: 0;
        bottom: 75.5%;
        right: 0;
        width: 100vw;
        min-height: 0;
        height: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        z-index: 30;
        overflow: auto;
        margin: 0;
        padding: 61px 21px 35px 19px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
    }
    .footer-btn-mob {
        z-index: 50;
    }
    .mobile-menu-footer.active {
        opacity: 1;
        visibility: visible;
        min-height: 436px;
    }
}

@media screen and (max-width: 930px) {
    .building-slider .slick-slide {
        opacity: 0.5;
    }
    .building-slider .slick-current+.slick-slide {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .building-slider .slick-current {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        opacity: 1;
    }
    .building-slider .slick-current+.slick-slide .building-slider__item--desc {
        opacity: 0;
        visibility: hidden;
    }
    .building-slider .slick-current .building-slider__item--desc {
        opacity: 1;
        visibility: visible;
    }
    .building-slider__item--year span,
    .building-slider__item--year b {
        font-size: 10px;
    }
    .building-slider__item--desc {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
    }
}

@media screen and (max-width: 768px) {
    .top-wrap-link {
        margin-top: 50px;
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .footer .logo {
        font-weight: 500;
        font-size: 19px;
        line-height: 100%;
        margin-bottom: 28px;
    }
    .footer {
        padding: 50px 0 50px 0;
    }
    .footer .tel {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        padding: 0 0 0 32px;
    }
    .footer .tel::before {
        width: 20px;
        height: 20px;
        top: -3px;
        left: -2px;
    }
    .footer-top {
        margin: 0 -16px;
        padding: 0 16px;
        border-bottom: 1px solid #D6D6D6;
    }
    .footer-bottom {
        padding: 47px 0 0 0;
    }
    .footer-bottom a,
    .footer-bottom p {
        margin-bottom: 17px;
    }
    .footer-bottom p {
        line-height: 144%;
        padding: 0 39px;
    }
    .footer-bottom .promo {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .flats-box__item {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .footer-bottom a,
    .footer-bottom p {
        color: #6B6B6B;
    }
    .building-slider__item {
        max-width: 160px;
        width: 100%;
        margin: 0 14px;
    }
    .building-slider__item--img {
        height: 180px;
    }
    .stage-building {
        padding: 54px 0 131px 0;
    }
    .stage-building__left {
        padding: 0 16px;
        margin-bottom: 6px;
    }
    .stage-building .title {
        font-weight: normal;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 33px;
    }
    .stage-building .desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
    }
    .building-slider__item--img {
        margin-bottom: 13px;
    }
    .building-slider__item--year {
        margin-bottom: 10px;
    }
    .building-slider .slick-arrow {
        top: 118%;
    }
    .building-slider .slick-next {
        right: 5%;
    }
    .building-slider .slick-prev {
        right: 28.5%;
    }
    .building-slider .slick-arrow:hover {
        background: #fff;
        border-color: #DFDFDF;
    }
    .building-slider .slick-arrow:active {
        background: #264C7D;
        border-color: #264C7D;
    }
    .building-slider .slick-next:hover:before {
        background: url(../img/next.svg) no-repeat center;
    }
    .building-slider .slick-next:active:before {
        background: url(../img/next-white.svg) no-repeat center;
    }
    .building-slider .slick-prev:hover:before {
        background: url(../img/prev.svg) no-repeat center;
    }
    .building-slider .slick-prev:active:before {
        background: url(../img/prev-white.svg) no-repeat center;
    }
}

@media screen and (max-width: 640px) {
    .top-wrap {
        background-position: center 55%;
    }
}

@media screen and (max-width: 600px) {
    .swiper-scrollbar {
        display: block;
    }
    .flats-btns {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .flats-wrap {
        margin: 0 -16px;
        padding: 0 0 0 0;
        margin-bottom: 51px;
    }
    .swiper-container-horizontal>.swiper-scrollbar {
        width: 90%;
        height: 4px;
        background: #F1F1F1;
        left: 4%;
        border-radius: 15px;
    }
    .swiper-scrollbar-drag {
        background: #3C5D88;
        border-radius: 15px;
    }
    .flats-btns {
        margin: 0 0 25px 0;
    }
    .flats .title {
        font-weight: normal;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        margin-bottom: 47px;
    }
    .vn .top-wrap {
        min-height: 185px;
        padding: 65px 0 0 0;
    }
    .vn .top-wrap h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 18px;
    }
    .flats {
        padding: 54px 0 27px 0;
    }
    .swiper-container-free-mode>.swiper-wrapper {
        transition-timing-function: ease-out;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .flats-box__item {
        margin-bottom: 85px;
    }
    .vn .why-our {
        padding: 57px 0 100px 0;
    }
    .docs .title {
        font-weight: normal;
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 33px;
    }
    .docs .desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 63px;
    }
    .docs {
        padding: 54px 0 62px 0;
    }
    .docs-box a {
        font-weight: normal;
        font-size: 18px;
        line-height: 100%;
        padding: 0 0 0 53px;
        margin-right: 0;
        margin-bottom: 62px;
    }
    .docs-box a::before {
        width: 42px;
        height: 42px;
        top: -13px;
        left: -1px;
    }
}

@media screen and (max-width: 575px) {
    .why-our-box__item {
        width: 100%;
    }
    .why-our-box__elem {
        flex-direction: column;
    }
    .why-our-box__elem .why-our-box__item:last-child {
        margin-bottom: 16px;
    }
    .map-img {
        height: 228px;
    }
    #map {
        height: 333px;
    }
}

@media screen and (min-width: 1211px) {
    .houses-desc-mob {
        display: none;
    }
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}

	.why-our-box__item {
		position: relative;
	}

	.ngtz-disklamer {
		position: absolute;
		max-width: 100%;
		box-sizing: border-box;
		padding: 5%;
		bottom: 0;
		font-size: 13px;
		font-style: italic;
		text-align: center;
		color: black;
	}

	.ngtz-disklamer>a {
		color: black;
	}