@import url(font.css);

/*
    G E N E R A L
*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    color: #252525;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    overflow: visible !important;
}

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 {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 10px 0;
    letter-spacing: 0.01em;
}

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 {
    background: #FFF!important;
}

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

ul li {
    position: relative;
    padding: 0 0 0 18px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px;
}

ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0082C6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.title {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-bottom: 21px;
    font-weight: 500;
}

.desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 23px;
}

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

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

.wrapper {}

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


/*
    B U T T O N S
*/

.btn {
    border: 2px solid #025090;
    box-sizing: border-box;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #025090;
    padding: 10px 0 10px 0;
}

.btn:hover {
    background: #025090;
    color: #fff;
}

.blue-btn {
    background: #0056BA;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 0 12px 0;
}

.blue-btn:hover,
.blue-btn:active {
    background: #025090;
}

.yellow-btn {
    background: #FDC500;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 12px 0 12px 0;
    color: #000000;
}

.white-btn {
    border: 1px solid #000000;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 11px 0 11px 0;
    color: #000000;
}

.white-btn:hover {
    background: #FDC500;
    border-color: #FDC500;
}


/*
    H E A D E R
*/

.header {
    padding: 22px 0 23px 0;
    padding: 18px 0 23px 0;
}

.header-top-line {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.top-menu {
    padding: 0;
    margin: 0;
    margin: 2px 0 0 0;
    list-style: none;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-menu li {
    margin: 0 34.5px;
    padding: 0;
    margin-bottom: 0;
}

.top-menu li:before {
    content: none;
}

.top-menu a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #000000;
}

.phone {
    background: url(../img/phone_ico.svg) no-repeat left 3px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding: 0 0 0 25px;
}

.header .logo {}

.header .yellow-btn {
    max-width: 180px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
}

.top-wrap {
    padding: 158px 0 281px 0;
    background: url(../img/header_bg-new.jpg) no-repeat center top;
    margin-bottom: 129px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-wrap .title {
    width: 56%;
    font-weight: normal;
    font-size: 44px;
    line-height: 47px;
    color: #FFFFFF;
    text-align: left;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.338);
}

.top-wrap .title span {
    font-weight: 700;
}

.top-wrap .desc {
    width: 54%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 23px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.338);
}

.top-wrap .desc span a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    background: none;
    padding: 0;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.338);
}

.top-wrap .blue-btn {
    display: block;
    max-width: 390px;
    width: 100%;
    margin-bottom: 20px;
}

.plans__items {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 21px 0 97px;
}

.plans__item {
    min-width: 295px;
    width: auto;
}

.plans__item--img {
    height: 246px;
    margin-bottom: 43px;
}

.plans .title {
    margin-bottom: 101px;
}

.plans__item--desc {
    margin-bottom: 35px;
}

.plans__item .btn {
    max-width: 295px;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.about {
    padding: 0 0 0 0;
    background: rgba(251, 251, 251, 0.7);
}

.about-box {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about-box__left {
    width: 56%;
}

.about-box__right {
    width: 44%;
    padding: 21px 52px 0 143px;
}

.about .title {
    text-align: left;
    margin-bottom: 36px;
}

.about .desc {
    margin-bottom: 64px;
}

.plans {
    margin-bottom: 122px;
}

.about .yellow-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 192px;
    width: 100%;
    margin-right: 29px;
}

.about .white-btn {
    display: inline-block;
    vertical-align: top;
    max-width: 232px;
    width: 100%;
}

.adv-items {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.adv-item {
    min-width: 152px;
    max-width: 180px;
    margin-bottom: 59px;
}

.adv-item-text {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.about {
    padding: 150px 0 98px 0;
    margin-bottom: 156px;
}

.adv-item-ico {
    margin-bottom: 18px;
}

.ipoteka {
    padding: 0 0 0 0;
    margin-bottom: 139px;
}

.ipoteka .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 37px;
}

.ipoteka .desc {
    font-size: 17px;
    line-height: 36px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 49px;
}

.partners {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 187px 0 202px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.information {
    padding: 104px 0 73px 0;
    background: #FAFAFA;
}

.information .title {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.information-box {
    padding: 0 0 0 10px;
}

.information-table--row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2px;
}

.information-table--cell {
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
    padding: 0 0 0 19px;
    width: 57.096%;
}

.information-table--cell:first-child {
    margin-right: 2px;
    font-weight: 300;
    font-size: 20px;
    line-height: 44px;
    width: 42.929%;
    padding: 0 0 0 24px;
}

.information-box__item {
    margin-bottom: 45px;
}

.contacts {
    position: relative;
    z-index: 3;
    padding: 145px 0 83px 0;
}

.contacts p {
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 0;
}

.contacts a {
    display: block;
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 0;
    color: #000;
}

.contacts span {
    display: block;
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 36px;
}

.contacts .blue-btn {
    max-width: 278px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.contacts-text {
    width: 45%;
    padding: 0 0 0 10px;
}

.contacts .p-quest {
    margin: 50px 0 53px 0;
}

#map {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 936px;
    width: 100%;
    height: 667px;
    z-index: 5;
}

.footer {
    background: #FBFBFB;
    padding: 69px 0 70px 0;
}

.footer .container {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.footer-links {}

.footer-logo {
    margin-right: -18px;
}

.footer-links a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    color: #000;
}

.phone-footer {
    font-size: 20px;
    line-height: 48px;
    color: #000;
}

.footer .yellow-btn {
    display: block;
    max-width: 240px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0 12px 0;
}

.promo {}

.promo span {
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 134.77%;
    color: #000;
}

.promo img {}

.br-mob,
.br-mob2 {
    display: none;
}

.head-bg {
    height: 366px;
    background: url(../img/head-bg1.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 97px;
}

.container-text {
    max-width: 950px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.small-about {
    padding: 0 0 76px 0;
}

.small-about .title {
    text-align: left;
    margin-bottom: 35px;
}

.small-about .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.img1 {
    height: 740px;
    background: url(../img/img11.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 94px;
}

.desc1 {
    padding: 0 0 63px 0;
}

.desc1 .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.img2 {
    height: 643px;
    background: url(../img/img22.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 98px;
}

.desc2 {
    padding: 0 0 146px 0;
}

.desc2 .desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.desc2 .yellow-btn {
    display: block;
    max-width: 232px;
    width: 100%;
    margin: 46px 0 0 0;
}

.br-about {
    display: none;
}

.head-bg2 {
    background: url(../img/head-bg2.jpg) no-repeat bottom center;
    height: 366px;
    margin-bottom: 71px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrap-photos .about {
    background: #FFF;
    margin-bottom: 0;
}

.stage-building {
    padding: 0 0 50px 0;
}

.stage-building .title {
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 13px;
}

.stage-building .desc {
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 39px;
}

.slider-building__item {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 397px;
    max-width: 464px;
    width: 100%;
    outline: none;
    margin: 0 1px;
}

.slider-building .slick-list {
    padding: 0 0 0 246px;
}

.slider-building .slick-track {}

.compensate-for-scrollbar {
    margin-right: 0!important;
}

.date {
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
}

.slider-building {
    margin-bottom: 44px;
}

.stage-building__item-box {
    margin-bottom: 151px;
}

.stage-building__item-box:last-child {
    margin-bottom: 0;
}

.head-bg3 {
    height: 366px;
    background-image: url(../img/head-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 136px;
}

.wrap-plans .plans .title {
    margin-bottom: 66px;
}

.wrap-plans .plans__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-plans .plans__item {
    margin-right: 50px;
    margin-bottom: 202px;
}

.wrap-plans .plans__item:nth-child(3n) {
    margin-right: 0;
}

.wrap-plans .plans__item .btn {
    max-width: 230px;
}

.wrap-plans .plans {
    margin-bottom: 0;
}

.wrap-plans .about {
    padding: 0px 0 98px 0;
    margin-bottom: 42px;
    margin-top: -5px;
}

.br-mob4 {
    display: none;
}

.apart-box__right .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
}

.apart-box__right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.apart-box {
    font-size: 0;
}

.apart-box__left {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding: 0 0 0 90px;
}

.apart-box__right {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding: 0 82px 0 0;
}

.apartment {
    padding: 25px 0 82px 0;
}

.li-sub {
    position: relative;
}

.li-sub:after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 24px;
    right: -16px;
    background: url(../img/arr-menu.svg) no-repeat center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.sub-menu {
    display: none;
    max-width: 346px;
    width: max-content;
    background: #FFFFFF;
    position: absolute;
    top: 36px;
    left: 0;
    /*-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3)*/
    ;
    z-index: 5;
    padding: 35px 0 0 0;
}

.sub-menu a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 345.5%;
    color: #000000;
    text-align: left;
    padding: 1px 23px 1px 32px;
}

.sub-menu li {
    margin: 0;
}

.li-sub:hover:after {
    transform: rotateZ(180deg);
}

.li-sub:hover .sub-menu {
    display: block;
}

.sub-menu a:hover {
    background: #F7F7F7;
}

.checkbox3,
.hamburger {
    display: none;
}

.hamburger {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #F7F7F7;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0px;
}

.hamburger .bar {
    padding: 0;
    width: 16px;
    height: 2px;
    background-color: #025090;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger3 .bar1 {
    transform-origin: 27%;
}

.hamburger3 .bar4 {
    transform-origin: 40%;
    top: 36px;
}

.bar1 {
    top: 26px;
}

.bar2,
.bar3 {
    top: 31px;
}

.bar3 {
    right: 0;
}

.line-mob-head {
    display: none;
    background: #F1F1F1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 64px;
}

.checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 2px;
    width: 16px;
    left: 38%;
}

.checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 2px;
    background-color: transparent;
}

.checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 2px;
    width: 16px;
    top: 30px;
    left: 38%;
}

.body-overflow {
    overflow: hidden !important;
}

.head-note {
    display: inline-block;
    font-weight: bold;
    color: #fdc400;
    font-size: 32px;
    border-bottom: 3px solid #fdc400;
    margin-bottom: 15px;
}


/*
    M O B I L E 
*/

@media screen and (max-width: 1880px) {
    .slider-building .slick-list {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 1730px) {
    #map {
        max-width: 835px;
    }
}

@media screen and (max-width: 1520px) {
    #map {
        max-width: 735px;
    }
}

@media screen and (max-width: 1440px) {
    .plans__items {
        padding: 0 25px 0 25px;
    }
    .slick-prev {
        left: 30.85%;
    }
    .slick-next {
        left: 36.85%;
    }
    .wrap-plans .plans__item {
        margin-right: 75px;
    }
}

@media screen and (max-width: 1430px) {
    html,
    body {
        min-width: 320px;
        width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    a:focus {
        outline: none;
    }
    .container {
        width: 100% !important;
        max-width: 1430px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1410px) {
    .header .yellow-btn {
        display: none;
    }
}

@media screen and (max-width: 1360px) {
    .contacts {
        padding: 45px 0 50px 0;
    }
    #map {
        height: 570px;
        max-width: 620px;
    }
}

@media screen and (max-width: 1330px) {
    .footer .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .footer-logo {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .footer-links {
        text-align: center;
        margin-bottom: 15px;
    }
    .phone-footer {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .yellow-btn {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .footer {
        padding: 35px 0 35px 0;
    }
}

@media screen and (max-width: 1310px) {
    .top-wrap {
        padding: 65px 0 85px 0;
        margin-bottom: 55px;
    }
    .about {
        padding: 50px 0 50px 0;
        margin-bottom: 45px;
    }
    .about-box {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about .desc br {
        display: none;
    }
    .about-box__left {
        width: 100%;
        margin-bottom: 35px;
    }
    .about-box__right {
        width: 100%;
        padding: 0;
    }
    .adv-item-ico img {
        margin: 0 auto;
    }
    .adv-item {
        text-align: center;
    }
    .about-btns {
        text-align: center;
    }
}

@media screen and (max-width: 1300px) {
    .slick-prev {
        left: 29.85%;
    }
    .slick-next {
        left: 37.85%;
    }
}

@media screen and (max-width: 1280px) {
    .wrap-plans .plans__item {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1230px) {
    .header .phone {
        display: none;
    }
    .information-table--cell {
        display: flex;
        align-items: center;
        line-height: 1.35;
    }
    .information {
        padding: 50px 0 60px 0;
    }
    .ipoteka .desc {
        width: 100%;
    }
    .ipoteka .desc br {
        display: none;
    }
    .partners {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .partners img {
        margin: 0 15px;
    }
    .information-table--cell {
        font-size: 18px;
    }
    .information-table--cell:first-child {
        font-size: 18px;
    }
    .wrap-plans .plans__item {
        margin-right: 0;
        margin-bottom: 90px;
    }
    .apart-box__left {
        width: 38%;
        padding: 0 0 0 0;
    }
    .apart-box__right {
        width: 60%;
        padding: 0 15px 0 0;
    }
    .apart-box__right .title br {
        display: none;
    }
}

@media screen and (max-width: 1180px) {
    .slick-prev {
        left: 38.85%;
    }
    .slick-next {
        left: 45.85%;
    }
}

@media screen and (max-width: 1120px) {
    #map {
        max-width: 515px;
    }
}

@media screen and (max-width: 1080px) {
    .apart-box__left {
        width: 100%;
        margin-bottom: 35px;
    }
    .apart-box__left .plans__item {
        max-width: 295px;
        width: 100%;
        margin: 0 auto;
    }
    .apart-box__right {
        width: 100%;
        padding: 0;
    }
    .head-bg3 {
        margin-bottom: 60px;
    }
    .apartment {
        padding: 25px 0 60px 0;
    }
}

@media screen and (max-width: 1060px) {
    .plans__item {
        min-width: initial;
        width: 50%;
        margin-bottom: 35px;
    }
    .plans__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .plans__item--img img {
        margin: 0 auto;
    }
    .plans__item--desc {
        padding: 0 0 0 100px;
    }
    .apart-box__left .plans__item--desc {
        padding: 0 0 0 0;
    }
    .plans__item .btn {
        margin: 0 auto;
    }
    .plans .title {
        margin-bottom: 45px;
    }
    .plans {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    .top-menu>li {
        margin: 0 15px;
    }
    .top-menu a {
        font-size: 18px;
    }
    .top-wrap .title {
        font-size: 32px;
        width: 100%;
    }
    .top-wrap .title br {
        display: none;
    }
    .top-wrap .desc {
        width: 50%;
    }
    .head-bg {
        height: 300px;
    }
    .img1 {
        height: 400px;
    }
    .img2 {
        height: 400px;
    }
    .slick-prev {
        left: 42.85%;
    }
    .slick-next {
        left: 52.85%;
    }
    .head-bg2 {
        height: 300px;
    }
}

@media screen and (max-width: 950px) {
    .plans__item--desc {
        padding: 0 0 0 80px;
    }
    .contacts-text {
        width: 100%;
    }
    #map {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
        height: 475px;
    }
    .contacts-text {
        padding: 0;
    }
    .contacts .container {
        padding: 0;
    }
    .contacts-text p,
    .contacts-text span,
    .contacts-text a {
        padding-left: 19px;
    }
    .contacts .blue-btn {
        margin-left: 19px;
    }
}

@media screen and (max-width: 850px) {
    .top-menu>li {
        margin: 0 20px;
    }
    .header .yellow-btn {
        max-width: 219px;
    }
    .plans__item--desc {
        padding: 0 0 0 60px;
    }
    .slick-prev {
        left: 43.85%;
    }
    .slick-next {
        left: 53.85%;
    }
}

@media screen and (max-width: 800px) {
    .top-menu>li {
        margin: 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .slider-building__item {
        max-width: 350px;
        width: 100%;
        height: 350px;
    }
    .stage-building .title {
        font-size: 28px;
    }
    .stage-building .desc {
        font-size: 20px;
    }
    .slick-prev,
    .slick-next {
        bottom: -24%;
    }
    .slick-prev {
        left: 52.85%;
    }
    .slick-next {
        left: 61.85%;
    }
    .stage-building__item-box {
        margin-bottom: 95px;
    }
}

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

@media screen and (max-width: 760px) {
    .top-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        bottom: 0;
        padding-left: 26px;
        padding-top: 12px;
        background: #F7F7F7;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        /*transform: translateX(515px);*/
        z-index: 99;
    }
    .top-menu>a {
        line-height: 300%;
    }
    .hamburger {
        display: block;
        z-index: 999;
    }
    .header .phone {
        display: block;
        margin-bottom: 20px;
    }
    .header .logo {
        margin-bottom: 20px;
    }
    .header-top-line {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .adv-items {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .partners {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .partners img {
        margin: 10px 15px;
    }
    .plans__item--desc {
        padding: 0 0 0 38px;
    }
    .header .yellow-btn {
        display: block;
        margin-left: 0;
    }
    .line-mob-head {
        display: block;
    }
    .top-menu.top-menu-active {
        display: block;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
        left: 0;
        height: 100%;
        /*transform: translateX(0px);*/
    }
    .li-sub:hover .sub-menu {
        display: none;
    }
    .li-sub:hover:after {
        transform: rotateZ(0deg);
    }
    .li-sub.active:after {
        transform: rotateZ(180deg);
    }
    .li-sub:after {
        right: inherit;
        left: 103px;
    }
    .sub-menu {
        position: static;
        margin-left: 23px;
        padding: 0;
        background: transparent;
    }
    .sub-menu a {
        font-weight: 500;
        font-size: 16px;
        line-height: 350%;
        padding: 0;
        color: #616161;
    }
    .sub-menu a.active {
        color: #000;
    }
}

@media screen and (max-width: 715px) {
    .plans__item {
        width: 100%;
        margin-bottom: 55px;
    }
    .plans__item--desc {
        padding: 0;
        max-width: 270px;
        width: 100%;
        margin: 0 auto;
    }
    .plans__item--desc ul li {
        font-size: 16px;
    }
    .top-wrap .title {
        font-size: 28px;
        line-height: 36px;
    }
    .information-table--cell:first-child {
        padding: 0 0 0 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .information-table--cell {
        padding: 0 0 0 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .slick-prev {
        left: 53%;
    }
    .slick-next {
        left: 62%;
    }
    .wrap-plans .plans__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .apart-box__right .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    .head-bg {
        height: 229px;
        margin-bottom: 35px;
    }
    .head-bg3 {
        height: 229px;
        margin-bottom: 35px;
    }
    .img1 {
        height: 270px;
        background: url(../img/img11.jpg) no-repeat center right;
        background-size: cover;
        margin-bottom: 31px;
    }
    .img2 {
        height: 270px;
    }
    .small-about .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    .small-about .desc,
    .desc1 .desc,
    .desc2 .desc p {
        font-weight: normal;
        font-size: 14px;
        line-height: 26px;
    }
    .container-text {
        padding: 0 18px;
    }
    .br-about {
        display: block;
    }
    .small-about .title {
        margin-bottom: 12px;
    }
    .small-about {
        padding: 0 0 16px 0;
    }
    .desc1 {
        padding: 0 0 19px 0;
    }
    .img2 {
        margin-bottom: 31px;
    }
    .desc2 .desc p {
        margin-bottom: 26px;
    }
    .desc2 .yellow-btn {
        max-width: 282px;
        margin: -11px 0 0 0;
    }
    .desc2 {
        padding: 0 0 38px 0;
    }
    .slick-prev {
        left: 73%;
    }
    .slick-next {
        left: 83%;
    }
    .slider-building__item {
        max-width: 270px;
        width: 100%;
        height: 270px;
    }
    .slick-prev,
    .slick-next {
        bottom: -31%;
    }
    .head-bg2 {
        height: 229px;
    }
    .stage-building .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    .stage-building .desc {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 480px) {
    .about .yellow-btn {
        margin-right: 10px;
    }
}

@media screen and (max-width: 475px) {
    .header .logo {
        margin: 0 0 33px 28px;
        width: 179px;
        height: 32px;
        -webkit-align-self: stretch;
        align-self: stretch;
    }
    .header .phone .header-top-line:after {
        content: "";
        display: table;
        clear: both;
    }
    .top-wrap {
        position: relative;
        z-index: 3;
    }
    .top-wrap:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(152.49deg, #112C42 11.49%, rgba(255, 255, 255, 0) 168.91%);
        z-index: -1;
    }
    .information-table--cell:first-child {
        font-size: 14px;
        line-height: 20px;
    }
    .information-table--cell {
        font-size: 14px;
        line-height: 20px;
    }
    .header {
        padding: 15px 0 28px 0;
    }
    .header .phone {
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 16px;
        background: url(../img/phone_ico.svg) no-repeat left 11px;
    }
    .apart-box__left .plans__item .plans__item--img {
        max-width: 196px;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    .header .yellow-btn {
        font-size: 16px;
    }
    .top-wrap .title {
        font-size: 20px;
        line-height: 25px;
        width: 80%;
        margin-bottom: 9px;
    }
    .top-wrap {
        padding: 25px 0 19px 9px;
        margin-bottom: 77px;
    }
    .top-wrap .desc {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }
    .top-wrap .blue-btn {
        max-width: 282px;
    }
    .plans .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    ul li {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .plans__item--img {
        margin-bottom: 22px;
        min-height: 174px;
        max-height: 190px;
        height: 100%;
    }
    ul li:before {
        top: 14px;
        width: 5px;
        height: 5px;
    }
    .plans__item .btn {
        display: block;
        max-width: 282px;
    }
    .plans__items {
        padding: 0 9px 0 9px;
    }
    .plans__item--desc {
        margin-bottom: 18px;
    }
    .plans__item {
        margin-bottom: 80px;
    }
    .about .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 11px;
    }
    .br-mob {
        display: block;
    }
    .about {
        background: #FCFCFC;
        padding: 3px 9px 27px 9px;
        margin-bottom: 0;
    }
    .plans {
        margin-bottom: 0;
    }
    .desc {
        font-size: 14px;
        line-height: 26px;
        font-weight: normal;
    }
    .about .desc {
        margin-bottom: 22px;
    }
    .about .yellow-btn {
        max-width: 282px;
        margin: 0 auto;
        margin-bottom: 18px;
    }
    .about .white-btn {
        max-width: 282px;
    }
    .adv-item-ico img {
        margin: 0;
    }
    .adv-item {
        text-align: left;
        min-width: 122px;
        max-width: 128px;
        width: 100%;
        margin-bottom: 39px;
    }
    .about-box__left {
        margin-bottom: 61px;
    }
    .adv-items {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .br-mob2 {
        display: block;
    }
    .ipoteka .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        margin-bottom: 13px;
    }
    .ipoteka {
        padding: 0 10px 0 10px;
        margin-bottom: 28px;
    }
    .ipoteka .desc {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 27px;
    }
    .partners img {
        margin: 10px 5px;
        min-width: 65px;
        max-width: 123px;
        width: auto;
    }
    .partners {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    #map {
        height: 415px;
    }
    .information .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .information-box {
        padding: 0 10px 0 10px;
    }
    .information-box__item {
        margin-bottom: 45px;
    }
    .information-table {
        margin: 0 -20px;
    }
    .information-table--row {
        width: 100%;
        background: #FFF;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px;
        padding: 5px 0 0 19px;
    }
    .information-table--cell {
        width: 100%;
        line-height: 25px;
        padding: 0;
    }
    .information-table--cell:first-child {
        width: 100%;
        line-height: 25px;
        margin-right: 0;
        padding: 0;
    }
    .information-box__item:last-child {
        margin-bottom: 0;
    }
    .information {
        padding: 50px 0 27px 0;
    }
    .contacts-text p {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
    .contacts-text span,
    .contacts-text a {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }
    .contacts {
        padding: 58px 0 37px 0;
    }
    .contacts span {
        margin-bottom: 17px;
    }
    #map {
        margin-top: 24px;
    }
    .contacts .p-quest {
        margin: 57px 0 20px 0;
        font-weight: 500;
    }
    .contacts .blue-btn {
        max-width: 260px;
        margin: 0 auto;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .footer .container {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 0 19px 0 19px;
    }
    .footer {
        padding: 58px 0 39px 0;
    }
    .footer-logo {
        margin: 0;
        margin-bottom: 18px;
    }
    .footer-links a {
        font-size: 14px;
        line-height: 39px;
    }
    .footer-links {
        text-align: left;
        margin-bottom: 0;
    }
    .phone-footer {
        display: block;
        text-align: left;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        background: url(../img/phone_ico.svg) no-repeat left 5px;
        padding: 0 0 0 25px;
        margin: 18px 0 24px 0;
    }
    .footer .yellow-btn {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 29px;
    }
    .promo span {
        margin-bottom: 5px;
    }
    .date {
        font-size: 12px;
    }
    .head-bg2 {
        margin-bottom: 61px;
    }
    .slider-building {
        margin-bottom: 15px;
    }
    .stage-building__item-box {
        margin-bottom: 55px;
    }
    .stage-building {
        padding: 0 0 75px 0;
    }
    .slick-prev,
    .slick-next {
        bottom: -21%;
    }
    .slick-prev {
        left: 74%;
    }
    .slick-next {
        left: 90%;
    }
}

@media screen and (max-width: 375px) {
    .stage-building .title {
        padding-left: 8px;
        margin-bottom: 4px;
    }
    .stage-building .desc {
        padding-left: 8px;
        margin-bottom: 25px;
    }
    .date {
        padding-left: 8px;
    }
}

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

.hrefs {
    background: white;
    padding: 30px;
    border-radius: 5px;
}

.hrefs li:before {
    background: #fdc500;
}

.hrefs a {
    color: #0056ba;
}

.hrefs a:hover {
    color: #fdc500;
}

span.small {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500!important;
}

h1.grow {
    font-size: 36px;
    line-height: 51px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width:500px) {
    span.small {
        font-size: 14px;
        line-height: 18px;
    }
    h1.grow {
        font-size: 20px;
        line-height: 25px;
    }
}

.bx-breadcrumb a {
    color: #025090;
}

.as-404 {
    font-size: 150px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.ad-404 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}

.top-menu a {
    font-size: 14px;
}

h1.title {
    margin-block-start: 0;
}

.apart-box__right h2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.apart_slid .plans__item,
.apart_slid .plans__item:hover,
.apart_slid .plans__item:active {
    outline: none;
}

.apart_slid .plans__item {
    opacity: 0;
    transition: .3s;
}

.apart_slid .plans__item.slick-active {
    opacity: 1;
}


/*mobile menu*/

@media screen and (max-width:760px) {
    .m-menu-c-b {
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        z-index: 200;
    }
    .m-menu-c-b i {
        position: absolute;
        width: 35px;
        height: 3px;
        transition: .3s;
    }
    .m-menu-c-b i:first-child {
        transform: translate(0, 8px);
    }
    .m-menu-c-b i:last-child {
        transform: translate(0, -8px);
    }
    .m-menu-c-b.on-act i:first-child,
    .m-menu-c-b.on-act i:last-child {
        transform: translate(0, 0px);
        width: 22px;
    }
    .m-menu-c-b i:before,
    .m-menu-c-b i:after {
        display: block;
        position: absolute;
        content: '';
        width: 22px;
        height: 4px;
        border-radius: 50px;
        background: #0056ba;
        transform: rotate(0deg) translate(0px, 0px);
        transition: .3s;
    }
    .m-menu-c-b i:before {
        left: 0;
    }
    .m-menu-c-b i:after {
        right: 0;
    }
    .on-act i:nth-child(2):before {
        transform: rotate(0deg) translate(-200%, 0px);
    }
    .on-act i:nth-child(2):after {
        transform: rotate(0deg) translate(200%, 0px);
    }
    .m-menu-c-b.on-act i:last-child:before {
        transform: rotate(45deg) translate(-9px, 0px);
        height: 5px;
    }
    .m-menu-c-b.on-act i:last-child:after {
        transform: rotate(-45deg) translate(9px, 0px);
        height: 5px;
    }
    .m-menu-c-b.on-act i:first-child:before {
        transform: rotate(-45deg) translate(-9px, 0px);
        height: 5px;
    }
    .m-menu-c-b.on-act i:first-child:after {
        transform: rotate(45deg) translate(9px, 0px);
        height: 5px;
    }
    .m-circul {
        display: block;
        width: 10vh;
        height: 10vh;
        position: fixed;
        background: #0056ba;
        border-radius: 0 0 100% 0;
        transition: .3s;
        left: -12vh;
        top: 60px;
        z-index: 200;
    }
    .m-circul.on-act {
        width: 200vh;
        height: 200vh;
    }
    a.logo {
        position: fixed;
        z-index: 200;
        top: 13px;
    }
    span.call_phone_1 {
        margin-top: 50px;
    }
    .header-top-line:before {
        content: '';
        width: 100vw;
        height: 60px;
        position: fixed;
        background: white;
        top: 0;
        z-index: 199;
    }
    .top-menu {
        top: 60px;
        z-index: 201;
        opacity: 1;
        height: auto;
        background: none;
        transform: translate(-100%, 0px);
        transition: .3s;
    }
    .top-menu.on-act {
        transform: translate(0%, 0px);
    }
    .top-menu>li a {
        color: white;
        font-size: 16px;
    }
    .sub-menu a:hover {
        background: none;
    }
    .li-sub:after,
    .li-sub:hover:after {
        background: none;
        border-top: 9px white solid;
        border-left: 6px transparent solid;
        border-right: 6px transparent solid;
        height: 0;
        width: 0;
        transform: rotateZ(0deg) translate(0, -4px);
    }
    .li-sub.active:after {
        transform: rotateZ(180deg) translate(0, 4px);
    }
}


/*mobile menu*/