/* ALL */

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.all__heading {
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    font-weight: 300;
}

.all__heading::after {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    background: #103550
}

.about,
.gallery,
.layout,
.visaul,
.project,
.build,
.callback,
.installment {
    margin-top: 100px;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #103550;
}

:focus {
    outline: 0;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
    bottom: 15px;
}

div#html5-watermark {
    display: none!important;
}


/* ALL */


/* header */

header {
    padding: 25px 0 30px 0;
    font-weight: 300;
    position: fixed;
    background: #ffffff00;
    border-bottom: 1px solid #ffffff26;
    color: white;
    width: 100%;
    z-index: 999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

header:hover {
    background-color: rgba(0, 0, 0, 0.445);
}

header.fixed {
    background: white;
    color: black;
    transform: translateY(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

header img {
    width: 100%;
    padding-right: 20px;
}

.header__menu a {
    font-size: 17px;
    color: white;
    margin-right: 20px;
}

.header__menu a:hover {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.header__time {
    margin: 0 25px 0 20px;
    display: flex;
    align-items: center;
}

.header__time a {
    color: white;
}

.header__time--hour {
    font-size: 14px;
    margin-left: 15px;
    text-align: center;
}

.header__time--hour span {
    font-size: 10px;
}

.header__callback a {
    font-size: 12px;
    display: flex;
    padding: 8px 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.header__language {
    margin-left: 23px;
    border: 0.5px solid #4F4C4C;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header__callback a::before {
    content: '';
    background-image: url('../img/phone_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    filter: invert(1);
    margin-right: 16px;
    width: 18px;
    height: 18px;
}

.header__callback a:hover {
    background-color: #ffffff;
    color: black;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.header__callback a:hover::before {
    filter: invert(0);
    -webkit-filter: invert(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

header.fixed a {
    color: black;
}

header.fixed a:hover {
    color: black;
}

header.fixed .header__callback a {
    border: 1px solid black;
}

header.fixed img {
    filter: invert(1);
}


/* header */


/* slide */

.slider {
    padding-top: 120px;
    padding-bottom: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 100vh;
}

.slider__quote h6 {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
}

.slider__quote h6::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background-color: #dde4e9;
    margin-top: 10px;
}

.slide__title {
    margin-top: 45px;
    background-color: #dde4e9b5;
    padding: 20px 25px;
    color: white;
}

.slide__title h1 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0;
    color: #103550;
    margin: 0;
    text-transform: uppercase;
}

.slide__title--bold {
    font-weight: 500;
}

.slide__title--regular {
    font-weight: 300;
}

.slide__desc p {
    margin: 20px 0 0 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: white;
}

.slide__button img {
    padding: 0 10px;
}

.slide__button--signup {
    position: relative;
    padding: 35px 35px 35px 0;
    color: white;
}

.slide__button--signup::before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100vw;
    background-color: #FDD5B1;
}

.slide__button--signup::after {
    content: '';
    position: absolute;
    display: block;
    width: 255px;
    height: 5px;
    background-color: #dde4e9;
    margin-top: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

a.slide__button--signup:hover img,
a.slide__button--download:hover img {
    animation: bounce 1s;
}

a.slide__button--signup:hover::after {
    width: 495px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
        transform: translateY(-20px);
    }
    80% {
        transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.slide__button a {
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: white;
    text-transform: uppercase;
}

.slide__button img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.slide__button--download {
    margin-right: 30px;
}

.ban__sl .slick-prev:before {
    content: '';
    background-image: url('../img/prev_white.svg');
    background-size: 50%;
    display: block;
    position: relative;
    margin-left: 45px;
    padding: 6px 10px;
    background-color: #393538;
    opacity: 1;
}

.ban__sl .slick-prev:hover:before {
    background-image: url('../img/prev.svg');
    background-color: rgba(196, 196, 196, 0.7);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ban__sl .slick-prev,
.ban__sl .slick-next {
    top: 50%;
}

.ban__sl .slick-next:before {
    content: '';
    background-image: url('../img/next.svg');
    background-size: 50%;
    display: block;
    position: relative;
    padding: 6px 10px;
    background-color: rgba(196, 196, 196, 0.7);
    opacity: 1;
}

.ban__sl .slick-next:hover:before {
    background-image: url('../img/next_white.svg');
    background-color: #393538;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ban__sl .slick-prev {
    left: -20px;
}

.ban__sl .slick-next {
    right: 50px;
}

.maphilighted {
    width: 100%!important;
    background-repeat: no-repeat;
}

.slide__title--new h1 {
    font-size: 3em;
}

.slider__home {
    position: relative;
}

.slider__info--callbak {
    position: absolute;
    bottom: 15%;
    width: 45%;
    margin-bottom: 35px;
}

.slide__title--new {
    height: 300px;
    display: flex;
    align-items: center;
}

.slider__1 {
    background-image: url('../img/prezideban.png');
}

.slider__2 {
    background-image: url('../img/cover_bg_2.png');
}

.slider__3 {
    background-image: url('../img/cover_bg_3.png');
}

.slider__4 {
    background-image: url('../img/cover_bg_4.png');
}

.slider__5 {
    background-image: url('../img/cover_bg_5.png');
}


/* slide */

#pills-profile {
    position: relative;
}

.tabs__content--map {
    position: absolute;
    top: 0;
    bottom: 0;
}

.maps__number {
    background-color: #103550;
    color: white;
    padding: 29px 20px;
    border-radius: 50px;
    margin-right: 20px;
}

.tabs__maps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* about */


/* tabs */

.tabs-nav {
    display: flex;
    justify-content: flex-end;
    border-bottom: 5px solid #103550;
}

.tabs-nav__item a {
    cursor: pointer;
    padding: 37px 32px 29px 37px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.tabs-nav__item a:hover {
    background-color: #FDD5B1;
}

.tabs-nav__item a.active {
    background-color: #FDD5B1;
    font-weight: 400;
}

.layout .tab,
.about .tab {
    display: none;
}

.layout .tab.active,
.about .tab.active {
    display: block;
}


/* tabs */

.tabs__content--info {
    background-image: url('../img/about_img.png');
    background-size: cover;
    padding: 90px 0;
}

.tabs__content--infobg {
    background: white;
    padding: 44px;
}

.tabs__content--infobg h1 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
}

.project-d-general__item {
    width: calc(50% - 26px);
    margin: 18px 0 0 0;
    list-style: none;
}

.project-d-general__item-title {
    font-size: 22px;
    line-height: 1.1;
    color: #030303;
    margin-bottom: 12px;
}

.project-d-general__item-value {
    width: 81%;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.46;
    color: rgba(0, 0, 0, .5);
}

.tabs__content--desc {
    margin-top: 35px;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
}

.tabs__content--quantity {
    margin-top: 35px;
    color: #000000;
}

.tabs__content--infobg::before,
.tabs__content--infobg::after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 1;
    width: calc(100% - 6px);
    height: calc(50% - 20px);
    border: 5px solid #103550;
    transform: translateX(-50%);
}

.tabs__content--infobg:before {
    top: 3px;
    border-bottom: none;
}

.tabs__content--infobg:after {
    bottom: 3px;
    border-top: none;
}

.tabs__content--number {
    font-size: 70px;
    width: 50%;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
}

.tabs__content--quantity p {
    font-size: 18px;
}

.tabs__content--btn a {
    z-index: 9999;
    min-width: 180px;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 40px hsla(22, 30%, 63%, .3);
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #000;
    transition: background-color .2s ease, box-shadow .2s ease, opacity .3s ease, color .2s ease;
    outline: none;
}

.tabs__content--btn a:hover {
    background-color: black;
    color: white;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.tabs__content--finishing {
    background-image: url('../img/finishing_bg.jpg');
    background-size: cover;
    padding: 90px 0;
}


/* about */


/* gallery */

.gallery__sl {
    margin-top: 40px;
}

.gallery__block {
    padding: 10px;
}

.gallery__block img {
    width: 100%;
}

.gallery__sl .slick-dots li button:before {
    font-size: 30px;
    color: #A09D9D;
}

.gallery__sl .slick-dots li.slick-active button:before {
    color: #FE922D;
    border-radius: 100px;
    display: block;
    animation: radial-pulse 1s infinite;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.gallery__sl .slick-prev:before {
    content: '';
    background-image: url('../img/prev.svg');
    background-size: 50%;
    display: block;
    position: relative;
    margin-left: 45px;
    padding: 6px 10px;
    background-color: rgba(196, 196, 196, 0.7);
    opacity: 1;
}

.gallery__sl .slick-prev:hover:before {
    background-image: url('../img/prev_white.svg');
    background-color: #393538;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.gallery__sl .slick-prev,
.gallery__sl .slick-next {
    top: 9%;
}

.gallery__sl .slick-next:before {
    content: '';
    background-image: url('../img/next_white.svg');
    background-size: 50%;
    display: block;
    position: relative;
    padding: 6px 10px;
    background-color: #393538;
    opacity: 1;
}

.gallery__sl .slick-next:hover:before {
    background-image: url('../img/next.svg');
    background-color: rgba(196, 196, 196, 0.7);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(253, 213, 177);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(253, 213, 177, 0);
    }
}

.popup {
    background: white;
    width: 400;
}


/* gallery */


/* layout */

.layout-nav {
    margin-top: 60px;
}

.layout__room--img img {
    width: 100%;
    height: auto;
}

.layout__room--img {
    padding: 90px 40px;
    background: #E6E7E8;
    height: 100%;
}

.layout__room--desc {
    padding: 51px 54px 150px 57px;
    border-top: 5px solid #103550;
}

.layout__room {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.layout__room--number {
    font-weight: 300;
    font-size: 35px;
    margin: 40px 0;
    line-height: 47px;
    letter-spacing: 0.01em;
    color: #000000;
}

.layout__room--square {
    flex-wrap: wrap;
    margin-right: 80px;
}

.layout__room--square li {
    margin-bottom: 30px;
    flex-basis: 25%;
}

img.mfp-img {
    background-color: #fff;
}

.layout__room--square p {
    font-weight: 300;
    margin-bottom: 8px;
}

.layout__room--square span {
    display: block;
    font-weight: 500;
}

.layout__room--desc hr {
    width: 70%;
    margin-left: 0;
    margin: 44px 0 26px 0;
}

.layout__room-mini img {
    padding: 28px 17px;
}

.layout__room-mini img.active {
    background: #FDD5B1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.layout__room-mini h6 {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.layout__room--flat {
    position: relative;
}

.mini-tabs {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
}

.mini-tabs li {
    width: 15%;
    margin: 0 10px;
    text-align: center;
}

.mini-tabs img {
    padding: 28px 17px 16px 17px;
}

.mini-tabs h6 {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.mini-tabs a.active img {
    display: block;
    background: #FDD5B1;
    padding: 28px 16px 16px 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/* layout */


/* visaul */

.visaul img {
    margin-top: -15px;
    z-index: -2;
    position: relative;
}


/* visaul */


/* project  */

.project img {
    margin-top: 40px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.project__block--you img:hover {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}


.project__block {
    margin-top: 100px;
}

.project__block h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 10px 0;
    background: #103550;
    text-align: center;
    color: white;
}

.project__block--img {
    position: relative;
    overflow: hidden;
}

.project__block--sale {
    position: absolute;
}

.project__block--sale {
    position: absolute;
    width: 100%;
    top: -100%;
    bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    padding: 20px 40px;
    letter-spacing: 0.01em;
    transition: .5s;
}

.project__block--img:hover .project__block--sale {
    width: 100%;
    top: 0;
    bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    padding: 20px 40px;
    letter-spacing: 0.01em;
    background: rgba(0, 0, 0, 0.637);
    transition: .5s;
}

.project__block--sale a {
    bottom: 15px;
    position: absolute;
    background: #ffffff;
    font-weight: 500;
    width: 85%;
    text-align: center;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}

.project__block--img:hover .project__block--sale a {
    opacity: 1;
    visibility: visible;
    transition: .6s;
}

.project__block--sale li {
    margin-bottom: 15px;
}


/* project */


/* build */

.build__block {
    margin-top: 71px;
}

.build select {
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 0.5px solid #C2B7B7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.build__block--img {
    position: relative;
}

.build__block--date {
    position: absolute;
    bottom: 0;
    padding: 30px 84px;
    background: rgba(27, 25, 25, 0.5);
    color: #ffffff;
    font-weight: 300;
}


/* build */


/* callback */

.callback {
    background-image: url('../img/callback_bg.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.callback__teleg p {
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 0 16px;
}

.callback__form--btn {
    width: 97%;
    margin: 0 10px;
    padding: 15px 0;
    border: 0;
    background: #103550;
    color: white;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
}

.callback__teleg a:hover p {
    font-weight: 500;
}

.modal-body .callback__form--input {
    margin: 10px 10px 15px 10px;
    padding: 17px 32px;
    width: 97%;
    border: 0;
    background: #FFFFFF;
    border: 2px solid rgb(16 53 80);
}


/* callback */


/* footer */

footer {
    background-color: #103550;
    padding: 80px 0 120px 0;
    color: white;
}

footer h6 {
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 400;
}

footer span {
    font-size: 14px;
}

.footer__btn {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 20px 0;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    cursor: pointer;
}

.footer__copyright {
    margin-top: 54px;
}

.footer__btn:hover {
    background-color: #000000;
    color: white;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    cursor: pointer;
}

.footer__social a:hover {
    filter: invert(1);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}


/* footer */