/*@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueCyr-Light.otf') format('opentype'),
    url('fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('fonts/HelveticaNeueCyr-Light.ttf') format('truetype'),
    url('fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: 500;
    font-style: normal;
}*/

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

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

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

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

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('/fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
    font-style: normal;
}


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

body {
    font-family: 'Gilroy', 'Arial', sans-serif;
    overflow-x: hidden;
}

.header-sub {
    box-shadow: 0 2px 4px 0 rgba(25, 78, 195, 0.1);
}

.header-main {
    position: relative;
    /*height: 70px;*/
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(25, 78, 195, .1);
}

.header-button {
    top: 50%;
    transform: translateY(-50%);
    left: 180px;
    position: absolute;
    z-index: 99;
}

.button-small {
    background: #ac835e;
    padding: 12px;
    border: none;
    color: #f9f0ec;
    cursor: pointer;
    display: block;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.text-upp {
    display: flex;
    flex-direction: row;
    width: max-content;
    gap: 13px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

@media (max-width: 992px) {
    .mobile-hidden {
        display: none;
    }
}

.header-button .button:after {
    background: #8e6a49;
}

.header-button .button:hover:after {
    right: 0;
}

.mobile-visible {
    top: 0;
    position: relative;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

.header-button .button:after {
    background: #8e6a49;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    transition: .2s ease-in-out;
    width: 100%;
    z-index: 1;
}

.form__title {
    color: #181d24;

    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 125%;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    text-align: left;
}

.form__body {
    width: 474px;
}

.form__body input {
    border-bottom: solid 2px #181d24 !important;
    color: #181d24 !important;
}

.form__body input[type=text]::placeholder {
    color: #181d24 !important;
}

.form__body input[type=text]::-webkit-input-placeholder {
    color: #181d24 !important;
}

.form__body input[type=text]::-moz-placeholder {
    color: #181d24 !important;
}

.ont-input-group {
    position: relative;
}

.form__agree {
    padding-left: 40px;
    position: relative;
}

.form__agree input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -1;
}

.form__agree label {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
}

.form__footer {
    justify-content: left;
}

.button {
    background: #ac835e;
}

.form__footer .button {
    width: 100%;
}

.form__footer {
    display: flex;

    margin-top: 45px;
}

.form__input {
    margin-bottom: 30px;
}

.modal-hidden {
    display: none !important;
}

.form__subtitle {
    color: #181d24;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
    text-align: left;
}

.logo-main {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100% !important;
    width: 120px;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    z-index: 6;
}

.modal-form-send,.modal-form-send-main {
    background-color: #f9f0ec;

}

.modal-form-send .form__title,.modal-form-send-main .form__title{
    text-align: center;
}

.modal-form-send .form__subtitle ,.modal-form-send-main .form__subtitle {
    text-align: center;
}

.modal-form-send .feedback-form ,.modal-form-send-main .feedback-form{
    width: fit-content;
}

.form__message {
    padding: 175px 50px 170px;
}

.form__message-text {
    text-align: center;
    color: #181d24;

    font-size: 20px;
    line-height: 30px;
    margin-top: 36px;

}

.modal-form,
.modal-form-send,.modal-form-send-main  {
    align-items: center;
    background: rgba(25, 25, 25, .89);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.form__header {
    margin-bottom: 32px;
}

.modal-form .fn-form-container {
    margin-left: 0;
}

.feedback-form__burger {
    background: 0 0;
    border: none;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.form {
    max-width: 1152px;
    padding: 0;
    width: 100%;
}

.form {
    background-color: #f9f0ec;
    margin: 0 auto;

    position: relative;
}

.form-hypo {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .form-hypo {
        grid-template-columns: 1fr;
        grid-template-rows: 200px 1fr;
        height: 100%;
    }

    .form-hypo__img {
        object-position: top;
    }

    .feedback-form {
        height: 100%;
    }

    .form-main {
        padding: 0 16px !important;
    }

    .modal-form .fn-form-container {
        width: 100%;
    }

    .modal-form .form__title {
        font-size: 40px;
    }

    .form-hypo {
        gap: 0;
    }

    .modal-form .form__header {
        margin-bottom: 16px;
    }
}

.form-hypo__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.form-main {
    padding: 32px;
}

.modal-form .notice,
.modal-form .notice a {
    color: #181d24 !important;
}

.logo-main .img-responsive {
    height: 100%;
}

.logo-main:before {
    /*content: "";*/
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 120px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 6;
}

.logo-wrap {
    position: relative;
}

.logo-label {
    position: absolute;
    bottom: -37px;
    width: 80px;
    left: 0;

    color: #ffffff;
    background-color: rgb(50, 59, 79);
    z-index: 10;
}

.logo-label::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid rgb(50, 59, 79);
}

.logo-label__text {
    margin: 0;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
}


@media (min-width: 481px) {
    .logo-label {
        position: absolute;
        bottom: -33px;
        width: 100%;
        left: 0;

        color: #ffffff;
        background-color: rgb(50, 59, 79);
        z-index: 10;
        transform: skewY(-8deg);
    }

    .logo-label::before {
        display: none;
    }

    .logo-main {
        /*position: absolute;*/
        position: relative;
    }

    .logo-label__text {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 22px;
    }
}

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

.header-menu {
    list-style-type: none;
    display: inline-block;
    float: left;
    padding-left: 0;
    margin-top: 22px;
}

.header-menu li {
    display: inline-block;
    padding-right: 40px;
}

.header-menu li:last-child {
    padding-right: 0;
}

.header-menu a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    color: #323b4f;
}

.header-main a:hover {
    text-decoration: none;
    color: #323b4f;
    opacity: .8;
}

.header-main__phone {
    text-decoration: none;
    float: right;
    display: block;
    margin-left: 35px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .4px;
    text-align: right;
    color: #323b4f;
    font-weight: 500;
}

.breadcrums-block {
    padding: 18px 15px 53px;
}

.breadcrums-block a,
.breadcrums-block span,
.breadcrums-block {
    /*padding-right: 20px;*/
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    color: #848484;
}

.breadcrums-block a,
.breadcrums-block span {
    padding-right: 20px;
}

.breadcrums-block span {
    padding-left: 20px;
}

.breadcrums-block a:hover {
    opacity: .4;
}

.content-main {
    height: auto;
    min-height: calc(100% - 500px);
    width: 100%;
    overflow: hidden;
}

.header-menu a.active-menu {
    font-weight: bold;
}

.main-slider--block {
    height: calc(100vh - 70px);
}

.main-slider--item {
    background: no-repeat center;
    background-size: cover;
    position: relative;
}

.main-slider-content {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
    z-index: 5;
    color: #fff;
}

.main-slider-header {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.main-slider--text p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}

.slider-nav--main .slick-dots,
.slider-nav--apartments .slick-dots {
    position: absolute;
    bottom: 53px;
    list-style-type: none;
    padding-left: 0;
    height: 4px;
}

.slider-nav--apartments .slick-dots {
    bottom: 80px
}

.slider-nav--main .slick-dots li,
.slider-nav--apartments .slick-dots li {
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

.slider-nav--main .slick-dots button,
.slider-nav--apartments .slick-dots button {
    width: 40px;
    height: 4px;
    border-radius: 62px;
    background-color: #ffffff;
    border: none;
    outline: none;
    color: transparent;
}

.slider-nav--apartments .slick-dots button {
    background-color: rgba(50, 59, 79, 0.1);
    ;
}

.slider-nav--main .slick-dots .slick-active button,
.slider-nav--apartments .slick-dots .slick-active button {
    background-color: #b8e986;
}

.about-block {
    position: relative;
    padding-top: 75px;
    padding-bottom: 100px;
}

.about-block:before {
    content: '';
    position: absolute;
    left: 54%;
    top: 0;
    width: 2px;
    height: 100%;
    background: url('../images/rectangle-4-copy-5.png');
    background-size: contain;
    opacity: .6;
    z-index: -1;
}

.about-block:after {
    content: '';
    position: absolute;
    top: 50px;
    right: 70%;
    width: 100%;
    height: 415px;
    background-color: #f4f9ff;
    z-index: -1;
}

.block-header {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    color: #323b4f;
    margin-bottom: 35px;
    z-index: 0;
}

.block-header::before {
    content: attr(data-title);
    position: absolute;
    bottom: -8px;
    left: -80px;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #323b4f;
    white-space: nowrap;
    opacity: .05;
    z-index: -1;
}

.block-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 26px;
}

.image-wrapper {
    margin-top: 65px;
    position: relative;
}

.image-wrapper:before {
    content: '';
    position: absolute;
    top: -37px;
    right: 0;
    width: 410px;
    height: 415px;
    background-color: #323b4f;
    z-index: -1;
}

.image-wrapper img {
    max-width: 100%;
}

.advantage-wrapper {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.advantage-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /*z-index: 9;*/
}

.advantage-image__block {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 0;
}

.advantage-text {
    position: absolute;
    /*background-image: linear-gradient(277deg, rgba(97, 109, 135, 0), rgba(0, 0, 0, 0));*/
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.advantage-text p {
    margin: 0;
}

.advantage-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(277deg, rgba(97, 109, 135, 0.8), rgba(0, 0, 0, 0.6));
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.advantage-wrapper:hover .advantage-image__block,
.advantage-wrapper:active .advantage-image__block {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*.advantage-wrapper:hover .advantage-text,
.advantage-wrapper:active .advantage-text {
    padding: 19px;
    font-size: 16px;
    line-height: 20px;
}*/
.advantage-wrapper:hover .advantage-text:before,
.advantage-wrapper:active .advantage-text:before {
    opacity: 1;
}


.apartments-block {
    padding-top: 116px;
    padding-bottom: 60px;
    height: fit-content;
}

.apartments-slide {
    position: relative;
}

.apartments-slider {
    margin-top: -70px;
    position: relative;
}

.apartments-slider--wrapper {
    position: relative;
}

.apartments-slider--wrapper .slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
}

.slider-arrow {
    position: absolute;
    border: none;
    background: transparent;
    z-index: 10;
    outline: none;
    padding: 0;
}

.slider-arrow--prev {
    left: 0;
    transform: rotate(180deg);
}

.slider-arrow--next {
    right: 0;
}

.apartments-slide {
    /* padding-top: 70px; */
    outline: none;
}

.apartments-slide--text {
    background-color: #f4f9ff;
    padding: 41px 0 50px;
}

.apartments-slide .desktop-img--slider {
    position: absolute;
    right: 100px;
    top: 0;
    max-width: 520px;
    
}
.desktop-img--slider .fancybox-apartment img, .desktop-img--slider .fancybox-floor img,.desktop-img--slider{
    width: fit-content !important;
    height: 100% !important;
}

.apartments-slide img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.slick-initialized .slick-slide {
    outline: none;
}

.apartments-slide--header {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #848484;
    margin-bottom: 10px;
    display: block;
}

.apartments-slide--info {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}

.map-block {
    height: 350px;
}

.about-block.about-bottom:before {
    height: 300px;
}

.about-block.about-bottom:after {
    background-color: #fafafa;
}

.about-block.about-bottom {
    padding-bottom: 70px;
    overflow: hidden;
}

/*.line-wrapper{
    position: relative;
}*/
.line-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    right: 15%;
    top: 0;
    width: 2px;
    height: 100%;
    background: url("/images/rectangle-4-copy-5.png");
    background-size: contain;
    opacity: .6;
    transform: rotate(90deg);
    z-index: -1;
}

.form-block {
    position: relative;
    max-height: 385px;
}

.form-block:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
    z-index: -1;
    background-color: #f4f9ff;
    top: 0;
    left: 0;
}

.form-block:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: -1;
    background-color: #fafafa;
    top: 0;
    right: 0;
}

.back-address {
    background-color: #fafafa;
    position: relative;
}

.form-wrapper {
    padding-top: 33px;
    /*padding-bottom: 51px;*/
}

.form-wrapper form {
    margin-bottom: 0;
}

.form-header {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #323b4f;
    margin-bottom: 10px;
    display: block;
}

.form-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #323b4f;
    margin-bottom: 10px;
}

.form-wrapper input {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: .7px;
    margin-bottom: 27px;
    color: #848484;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: solid 2px #848484;
    width: 100%;
    min-height: 30px;
    box-shadow: none;
}

.form-btn {
    border-radius: 62px;
    background-color: #323b4f;
    border: solid 1px #323b4f;
    padding: 13px 37px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-top: 18px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 50px;
}

.form-btn:hover {
    opacity: .7;
}

.form-message {
    display: none;
    font-size: 22px;
    line-height: 25px;
    color: #6c9e3a;
    padding: 20px 0;
}

.form-message.active {
    display: block;
}

.contacts-wrapper {
    text-align: right;
    padding-top: 93px;
    padding-bottom: 63px;
    height: 385px;
}

.phone-block {
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    text-align: right;
    color: #323b4f;
    display: block;
    margin-bottom: 26px;
}

.adress-block {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #323b4f;
    margin-bottom: 26px;
}

.back-address:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/rectangle-4-copy-5.png');
    background-size: contain;
    opacity: .6;
}

.contacts-wrapper a {
    text-decoration: none;
    color: #323b4f;
}

.contacts-wrapper a:hover,
.contacts-wrapper a:active {
    opacity: .8;
}

@media screen and (min-width: 992px) {
    /*.social-block {*/
    /*margin-top: 69px;*/
    /*}*/
}

.social-block img {
    margin-left: 3px;
    width: 21px;
    height: 21px;
}

.footer-block {
    position: relative;
    /*height: 48px;*/
    background-color: #323b4f;
    padding-bottom: 9px;
}

.conpyright-text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    opacity: .4;
    padding-top: 19px;
}

.onetouch-block {
    text-align: right;
}

.onetouch-block a span {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    margin-top: 11px;
    margin-right: 13px;
    text-align: left;
    opacity: 0.4;
}

.onetouch-block a {
    display: inline-block;
}

.onetouch-block a:hover span {
    opacity: .8;
}

.form-wrapper input.has-error {
    border-bottom-color: #7b0707;
}

.onetouch-block img {
    vertical-align: top;
    margin-top: 12px;
}

.img-mobile {
    display: none;
}

.mobile-img--slider {
    display: none;
}

/*documents*/
.documents-block {
    padding: 25px 0 50px;
    background-color: #fafafa;
    position: relative;
}

.documents-block p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.documents-block .container {
    position: relative;
}

.document-svg {
    width: 224px;
    height: 220px;
    position: absolute;
    right: 0;
    top: 20px;
    background: url("/images/documents.svg") no-repeat center;
    background-size: cover;
}

.documents-list {
    padding-top: 78px;
    padding-bottom: 18px;
}

.document-one {
    margin-bottom: 60px;
}

.document-one a {
    display: table;
}

.document-one img {
    display: table-cell;
    vertical-align: middle;
    /*float: left;*/
    max-width: 47px;
    /*margin-right: 12px;*/
}

.document-one a span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #323b4f;
}

.document-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}

.document-one a p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #848484;
    margin-top: -5px;
}

.document-one a:hover p,
.document-one a:hover span {
    opacity: .8;
}

.documents-block .line-wrapper-doc:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 40%;
    height: 2px;
    background: url('../images/rectangle-4-copy-5-gor.png');
    background-size: contain;
    opacity: .6;
    z-index: 0;
}

.documents-block.building {
    background-color: #f4f9ff;
}

.documents-block.building .document-svg {
    width: 318px;
    height: 201px;
    position: absolute;
    right: 0;
    top: -10px;
    background: url("/images/build.svg") no-repeat center;
    background-size: cover;
}

.breadcrums-block--mobile {
    display: none;
}

/*building*/

.building-progress {
    padding: 45px 0 60px;
}

.progress-one {
    width: 100%;
    height: 388px;
    background: no-repeat center;
    background-size: cover;
}

.progress-wrapper {
    position: relative;
    padding: 0 3px 3px 0;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px) {
    .progress-wrapper {
        padding: 0 15px;
    }
}

.progress-wrapper a {
    position: relative;
    display: block;
}

.progress-wrapper:hover {
    transform: scale(1.05);
    z-index: 10;
}

.progress-info {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(276deg, rgba(97, 109, 135, 0.8), rgba(0, 0, 0, 0.6));
}

.progress-data {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
    padding-left: 20px;
}

.progress-hover--one {
    display: none;
}

@media screen and (min-width: 992px) {
    .progress-wrapper:hover .progress-hover--one {
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #323b4f;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        color: #b8e986;
        padding-left: 50px;
    }

    .progress-wrapper:hover .progress-hover--one:before {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 21px;
        width: 23px;
        height: 13px;
        background: url('/images/noun-eye-45760.svg') no-repeat center;
        background-size: cover;
        margin: auto;
    }

    .progress-wrapper:hover .progress-hover--one:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: url('/images/rectangle-4-copy-5-gor.png') repeat center;
        background-size: contain;
        margin: auto;
        z-index: 20;
        opacity: .6;
    }
}

/*caption fix*/
.fancybox-caption {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: right;
    height: 50px;
    width: 100%;
    background-image: linear-gradient(272deg, rgba(97, 109, 135, 0.8), rgba(0, 0, 0, 0.7));
    opacity: 1;
    visibility: visible;
}

.fancybox-caption.captionShown {
    display: block;
}

.fancybox-caption div {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
}

.fancybox-caption div:first-child {
    float: left;
}

.fancybox-caption div:last-child {
    float: right;
}

.fancybox-caption:before {
    background: 0 0;
}

.fancybox-caption:after {
    border-bottom: 0;
}

.fancybox-caption.none {
    display: none;
}

.button-close,
.button-previous,
.button-next {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.button-previous,
.button-next {
    top: 50%;
    margin-top: -22px;
    line-height: 50px;
    width: 50px;
    height: 48px;
    background: url("/images/invalid-name.svg") no-repeat center;
    background-size: cover;
}

.button-previous {
    left: 0px;
    transform: rotate(180deg);
}

.button-next {
    right: 0px;
}

.button-close {
    top: -44px;
    right: -44px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.fancybox-navigation {
    display: none;
}

.pagination-before {
    width: 50px;
    height: 50px;
    background: url("/images/invalid-name.svg") no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    display: inline-block;
}

.pagination-after {
    width: 50px;
    height: 50px;
    background: url("/images/invalid-name.svg") no-repeat center;
    background-size: cover;
    display: inline-block;
}

.pagination-page {
    height: 48px;
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #323b4f;
    margin: 0;
    display: inline-block;
}

.pagination-block {
    text-align: right;
    margin-top: 30px;
    padding: 0;
}

.pagination-wrapper {
    display: inline-block;
}

.pagination-block a {
    display: inline-block;
    float: left;
}

.pagination-block a:hover {
    opacity: .4;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .main-slider,
    .main-slider--block {
        height: 100%;
    }
}

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

    .progress-wrapper:hover {
        transform: scale(1);
    }

    .building-progress {
        overflow: hidden;
    }

    .progress-one {
        height: 335px;
    }

    .header-main__phone {
        font-size: 17px;
        margin-left: 30px;
    }

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

    .header-menu li {
        padding-right: 24px;
    }

    .logo-main {
        height: 105px;
        width: 100px;
    }

    .logo-main:before {
        bottom: -14px;
        border-width: 0 0 15px 100px;
    }

    .main-slider-content {
        bottom: 80px;
    }

    .main-slider-header {
        font-size: 30px;
        line-height: 35px;
    }

    .main-slider--text p {
        font-size: 18px;
        line-height: 20px;
    }

    .slider-nav--main .slick-dots {
        bottom: 39px;
    }

    .main-slider,
    .main-slider--block {
        height: 510px;
    }

    .image-wrapper img {
        width: 100%;
    }

    .image-wrapper:before {
        top: -15px;
        right: -15px;
        height: calc(100% + 30px);
    }

    .about-block:before {
        left: 85%;
        z-index: -2;
    }

    .advantage-image,
    .advantage-wrapper {
        height: 160px;
    }

    .advantage-text {
        font-size: 16px;
        line-height: 18px;

    }

    .advantage-wrapper:hover .advantage-text,
    .advantage-wrapper:active .advantage-text {
        font-size: 14px;
        line-height: 16px;
    }

    .apartments-slide--text {
        padding: 25px 50px;
    }

    .apartments-slide .desktop-img--slider {
        max-width: 315px;
        right: 50px;
        top: 80px;
    }

    .apartments-slide--header {
        margin-bottom: 20px;
    }

    .slider-nav--apartments .slick-dots {
        display: block;
        margin: auto;
        left: 0;
        right: 0;
    }

    .apartments-block {
        padding-top: 29px;
        padding-bottom: 60px;
        height: 550px;
    }

    .slider-nav--apartments .slick-dots {
        bottom: -10px;
        text-align: center;
    }

    .apartments-slider--wrapper .slider-arrows {
        top: calc(50% - 9px);
    }

    .phone-block {
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .image-wrapper:before {
        right: -75px;
    }

    .slider-nav--apartments .slick-dots {
        bottom: 0px;
    }
}

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

    .slider-nav--apartments .slick-dots {
        bottom: -35px;
    }

    .apartments-block {
        height: auto;
        min-height: 450px;
    }

    .apartments-block {
        min-height: 659px;
        height: 659px;
    }

    .apartments-slide--info {
        margin-bottom: 20px;
    }

    .slider-nav--apartments .slick-dots {
        bottom: 0;
    }

    .mobile-img--slider {
        height: 190px;
        display: block;
        width: 100%;
        background: no-repeat center;
        background-size: cover;
        /*margin-left: -15px;*/
    }

    .apartments-slide--text {
        padding: 0;
    }

    .apartments-slide--header {
        margin-top: 20px;
    }

    .slider-arrow--prev {
        left: -15px;
    }

    .slider-arrow--next {
        right: -15px;
    }

    .apartments-slider--wrapper .slider-arrows {
        top: 142px;
    }

    .form-block {
        max-height: 1000px;
    }

    .header-main__phone {
        margin-left: 0;
    }

    .header-menu li {
        padding-right: 10px;
    }

    .image-wrapper:before {
        right: -15px;
    }

    .form-color {
        background-color: #f4f9ff;
    }

    .form-btn {
        width: 100%;
    }

    .line-wrapper:before {
        right: 0;
    }

    .apartments-block {
        overflow: hidden;
    }

    .main-slider--block,
    .main-slider,
    .main-slider--block {
        height: calc(100vh - 70px);
    }

    .about-block:before {
        width: 0;
    }

    .block-text p {
        font-size: 16px;
    }

    .about-block:after {
        top: 0;
        right: 0;
        width: 300px;
        height: 285px;
        left: 0;
    }

    .block-header {
        font-size: 24px;
        line-height: 30px;
    }

    .about-block {
        padding: 20px 0 60px;
    }

    .image-wrapper {
        margin-top: 0;
    }

    .advantage-image,
    .advantage-wrapper {
        height: 200px;
    }

    .apartments-slide .desktop-img--slider {
        display: none;
    }

    .social-block {
        margin-top: -55px;
        text-align: left;
        padding: 0;

    }

    .phone-block {
        padding-left: 0px;
        text-align: left;
    }

    .contacts-wrapper {
        padding-top: 63px;
        padding-bottom: 63px;
        height: 221px;
    }

    .footer-block .col-sm-6 {
        width: 50%;
        float: left;
    }
}

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

    .fancybox-caption div {
        font-size: 12px;
        padding: 0 5px;
        width: 100%;
        text-align: left;
        margin: auto;
        line-height: 20px;
        left: 22px;
        position: absolute;
        margin: 0;
    }

    .fancybox-caption {
        height: 60px;
    }

    .fancybox-caption .info {
        bottom: 8px;
        font-weight: 100;
        font-size: 16px;
    }

    .fancybox-caption .data {
        top: 8px;
        font-size: 14px;
    }

    .button-previous,
    .button-next {
        width: 40px;
        background-position: left;
    }

    .footer-block .col-sm-6 {
        width: 100%;
    }

    .slider-nav--apartments .slick-dots {
        bottom: -35px;
    }

    .apartments-block {
        height: auto;
        min-height: 450px;
    }

    .apartments-slider--wrapper .slick-slide {
        height: auto;
    }

    .breadcrums-block {
        display: none;
    }

    .breadcrums-block--mobile {
        display: block;
        padding: 13px 15px 14px;
    }

    .breadcrums-block--mobile a {
        font-size: 13px;
        font-weight: normal;
        line-height: 33px;
        letter-spacing: normal;
        color: #848484;
    }

    .document-svg {
        top: 50px;
        width: 134px;
        height: 171px;
    }

    .documents-list {
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .document-one img {
        width: 70px;
        max-width: 70px;
        margin-right: 29px;
    }

    .document-one a span {
        font-size: 16px;
        padding-top: 18px;
    }

    .documents-block .line-wrapper-doc:before {
        bottom: 30px;
    }

    .main-slider-header {
        font-size: 25px;
        line-height: 25px;
    }

    .main-slider--text p {
        font-size: 16px;
        line-height: 20px;
    }

    .main-slider-content {
        bottom: 70px;
    }

    .img-responsive {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .image-wrapper:before {
        right: -15px;
        height: calc(100% + 30px);
        width: calc(100% - 30px);
    }

    .advantage-wrapper:hover .advantage-image,
    .advantage-wrapper:active .advantage-image {
        transform: scale(1);
    }

    .advantage-text {
        line-height: 18px;
        padding: 15px;
    }

    .advantage-wrapper:hover .advantage-text,
    .advantage-wrapper:active .advantage-text {
        padding: 10px;
    }

    .form-block {
        max-height: 1000px;
    }

    .form-color {
        background-color: #f4f9ff;
    }

    .logo-main {
        height: 34px;
        width: 50px;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
        position: relative;
        margin-top: 18px;
        left: 0;
        display: block;
    }

    .logo-main:before {
        border-width: 0;
    }

    .header-main__phone {
        font-size: 0px;
        background: url("/images/ico_ph.svg") center no-repeat;
        background-size: cover;
        width: 20px;
        height: 31px;

    }

    .header-menu a {
        font-size: 12px;
    }

    .header-menu li {
        padding-right: 5px;
    }

    .conpyright-text {
        font-size: 11px;
        padding-top: 19px;
    }

    /*    .onetouch-block {
        display: none;
    }*/

    .phone-block {
        font-size: 16px;
        text-align: left;
        line-height: 20px;
    }

    .social-block {
        margin-top: -55px;
        text-align: left;
        padding: 0;
    }

    .adress-block {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .contacts-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 126px;
    }

    .conpyright-text,
    .onetouch-block {
        text-align: center;
    }
}

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

    .header-menu {
        margin-left: -10px;
    }

    .header-menu a {
        font-size: 11px;
    }

    .apartments-block {
        height: auto;
        min-height: 400px;
    }

    .slider-nav--apartments .slick-dots {
        bottom: -35px;
    }

    .phone-block {
        font-size: 13px;
        padding: 0;
        line-height: 20px;
    }

    .social-block img {
        margin-left: 3px;
    }

    .social-block {
        margin-top: -33px;
        padding: 0;
    }

    .adress-block {
        margin-bottom: 6px;
        font-size: 12px;
    }

    .contacts-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 126px;
    }
}

/* kmy fix / по рукам за такие фиксы буду давать(lsp)*/
/*.header_fix {
    padding-left: 30px;
}*/

@media screen and (max-width: 569px) and (min-width: 480px) {
    .header-menu li a {
        font-size: 12px;
    }

    .header-main__phone {
        font-size: 12px;
    }
}


/*New*/

.block-header::after {
    content: '';
    position: relative;
    top: 25px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #323b4f;
}

.about-block:before {
    display: none;
}

.block-header {
    margin-bottom: 47px;
    font-weight: 650;
}

.block-header::before {
    display: none;
}

.block-header-title {
    display: block;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #323b4f;
}

.apartments-slide--text {
    padding-bottom: 90px;
}

.slider-nav--apartments .slick-dots {
    bottom: 20px;
    left: 124px;
}

.apartments-slide {
    margin-top: 85px;
}

.apartments-slide--description {
    margin-top: 22px;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: clip;
    height: 154px;
}

.apartments-slide--header {
    font-size: 22px;
    font-weight: 600;
    color: #323b4f;
}

/*house-block*/

.house-block {
    padding-top: 200px;
    margin-bottom: 105px;
    height: 631px;
    background: url('/images/house.png') no-repeat;
    background-size: 100%;
}

.house-block-container {
    margin-top: 40px;
}

.house-block-container::after {
    content: '';
    display: block;
    clear: both;

}

.block-title {
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.block-title::after {
    content: '';
    position: relative;
    top: 20px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #b8e986;
}

.house-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    color: #fff;
}

.house-item .number {
    padding-right: 20px;
    font-size: 60px;
    font-weight: 800;
}

.house-item .description {
    display: inline-block;
    width: 187px;
    font-size: 16px;
    font-weight: 800;
}

/*people-block*/
.people-block {
    position: relative;
    margin-bottom: 100px;
}

.people-block .image-wrapper {
    margin-top: 30px;
    padding-bottom: 100px;
}

.people-block .image-wrapper::before {
    left: -40px;
}

.block-image {
    padding-left: 40px;
    margin-right: 120px;
}

.people-block .block-header {
    font-size: 30px;
}

.people-block .block-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 25px;
}

.people-block .block-text ul li {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
}

.people-block .block-text ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -22px;
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #000;
}

.people-block::after {
    content: '';
    position: absolute;
    top: 120px;
    right: 0;
    display: block;
    width: 35%;
    background-color: #fafafa;
    height: 350px;
    z-index: -1;

}

/*city-block*/

.city-block {
    padding-top: 250px;
    margin-bottom: 60px;
    height: 631px;
    background: url('/images/city.png') no-repeat;
    background-size: 100%;
}

.city-block-container {
    margin-top: 50px;
}

.city-block-container::after {
    content: '';
    display: block;
    clear: both;

}

.city-block .block-title {
    font-weight: bold;
}

.block-title {
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.block-title::after {
    content: '';
    position: relative;
    top: 20px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #b8e986;
}

.city-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    color: #fff;
}

.city-item .number {
    padding-right: 20px;
    font-size: 60px;
    font-weight: 800;
}

.city-item .description {
    display: inline-block;
    width: 165px;
    font-size: 16px;
    font-weight: 800;
}

.city-item:last-child {
    margin-right: 0;
}

/*about-block*/
.about-block .block-header {
    margin-bottom: 60px;
    font-size: 30px;
}

.about-block-wrapper {
    margin-right: 90px;
}

.about-block .block-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.about-block .block-text ul li {
    margin-bottom: 8px;
}

.about-block .block-text ul li::before {
    content: '';
    position: relative;
    top: -4px;
    left: 0px;
    display: inline-block;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}

/*map*/
.map-main {
    margin-top: 60px;
    margin-bottom: 100px;
}

.map-address-items {
    position: relative;
    width: 275px;
    padding-left: 71px;
    margin-bottom: 50px;
    margin-top: 60px;
}

.map-address-items::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 51px;
    height: 68px;
    background: url('/images/map-icon.svg') no-repeat;
    /*background-size: 100%;*/
    -webkit-background-size: contain;
    background-size: contain;
}

.map-address-items span {
    display: block;
}

.map-address-items .title {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}

.map-address-items .address {
    color: rgba(29, 29, 29, 0.6);
}

.map-address-item__container::after {
    content: '';
    display: block;
    clear: both;
}

.map-address-item__container .item-left {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.map-address-item__container .item-right {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.map-address-item__container li {
    display: inline-block;
    margin-right: 16px;
    width: 250px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

#map-block {
    height: 600px;
}

.map-address-item__container .fa-map-marker {
    display: inline-block;
    margin-right: 10px;
}

.kindergarten .fa-map-marker {
    color: #c56ca5;
}

.school .fa-map-marker {
    color: #ff5656;
}

.railway-station .fa-map-marker {
    color: #565656;
}

.bus-station .fa-map-marker {
    color: #334c89;
}

.cableway .fa-map-marker {
    color: #eec165;
}

.promenade .fa-map-marker {
    color: #67cdbe;
}

.beach .fa-map-marker {
    color: #7ea4e1;
}

.organ-hall .fa-map-marker {
    color: #d42abb;
}

.sanatorium .fa-map-marker {
    color: #768c78;
}

.pension .fa-map-marker {
    color: #87cb7a;
}

.sport .fa-map-marker {
    color: #9d2727;
}

.store .fa-map-marker {
    color: #ff8833;
}

.cafe .fa-map-marker {
    color: #d7d7d7;
}

.theater .fa-map-marker {
    color: #ff4b00;
}

.cinema .fa-map-marker {
    color: #1d6a6b;
}

.museum .fa-map-marker {
    color: #6e43c6;
}

.beauty .fa-map-marker {
    color: #87cb7a;
}

.map-address-item__container .item-left li:nth-child(2) .fa-map-marker {
    color: #334c89;
}

.map-address-item__container .item-left li:last-child .fa-map-marker {
    color: #eec165;
}

/*fn-decisions-block*/

.fn-decisions-block {
    height: 631px;
    background: url('/images/house.png') no-repeat;

    background-size: calc(100% + 20px);

}

.fn-decisions-block-container {
    margin-top: 88px;
}

.fn-decisions-block-container::after {
    content: '';
    display: block;
    clear: both;
}

.fn-decisions-block .block-title {
    margin-top: 60px;
    font-family: Gilroy;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.block-title::after {
    content: '';
    position: relative;
    top: 20px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #b8e986;
}

.fn-item {
    float: left;
    margin-right: 132px;
    margin-bottom: 50px;
    color: #fff;
}

.fn-item:nth-child(2n) {
    margin-right: 0;
}

.fn-item .icon {
    margin-left: 27px;
    margin-bottom: 15px;
}

.fn-item .description {
    display: block;
    width: 208px;
    height: 40px;
    font-size: 16px;
    font-weight: 800;
}

.fn-item:nth-child(2n) .description {
    width: 165px;
}

.fn-form-wrapper {
    position: relative;
    height: 100%;
    padding-top: 60px;
    z-index: 2;

}

.fn-form-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: #46516a;
    opacity: 0.8;
    z-index: -2;
}

.fn-form-container {
    width: 380px;
    max-width: 385px;
    margin-left: 72px;
}

.fn-form-container .title {
    display: block;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.fn-form-container p {
    display: block;
    width: 285px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;

}

.fn-form-container input {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: .7px;
    margin-bottom: 27px;
    color: #fff;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: solid 2px #fff;
    width: 100%;
    min-height: 30px;
    box-shadow: none;
}

.fn-form-container input::placeholder {
    color: #fff;
}

.fn-btn {
    background-color: #b8e986;
    border-color: #b8e986;
    color: #323b4f;
    font-weight: bold;
}

.fn-form-container .notice {
    font-size: 13px;
    width: 100%;
    margin-top: -25px;
}

.fn-form-container .notice a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

/*slider*/

.slider-wrapper {
    position: relative;
    z-index: 2;
}

.slider-wrapper::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 410px;
    height: 415px;
    background-color: #323b4f;
    z-index: -1;
}

.image-items {
    width: 500px;
    height: 400px;
    overflow: hidden;
}

.image-wrapper-container {
    min-width: 400%;
    transition: transform 0.8s ease;
}

.image-wrapper-container::after {
    content: '';
    display: table;
    clear: both;
}

.image-wrapper-container img {
    float: left;
}

.slider-controls {
    position: absolute;
    bottom: -95px;
}

.slider-controls label {
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 4px;
    border-radius: 62px;
    background-color: rgba(50, 59, 79, 0.1);
    border: none;
    outline: none;
    color: transparent;
    cursor: pointer;
}

.slider-wrapper input[type="radio"] {
    display: none;
}

#btn-1:checked~.slider-controls label[for="btn-1"],
#btn-2:checked~.slider-controls label[for="btn-2"],
#btn-3:checked~.slider-controls label[for="btn-3"] {
    background-color: #b8e986;
}

#btn-1:checked~.image-items .image-wrapper-container {
    transform: translate(0);
}

#btn-2:checked~.image-items .image-wrapper-container {
    transform: translate(-500px);
}

#btn-3:checked~.image-items .image-wrapper-container {
    transform: translate(-1000px);
}


#btn-people-1:checked~.slider-controls label[for="btn-people-1"],
#btn-people-2:checked~.slider-controls label[for="btn-people-2"],
#btn-people-3:checked~.slider-controls label[for="btn-people-3"] {
    background-color: #b8e986;
}

#btn-people-1:checked~.image-items .image-wrapper-container {
    transform: translate(0);
}

#btn-people-2:checked~.image-items .image-wrapper-container {
    transform: translate(-500px);
}

#btn-people-3:checked~.image-items .image-wrapper-container {
    transform: translate(-1000px);
}

#btn-about-1:checked~.slider-controls label[for="btn-about-1"],
#btn-about-2:checked~.slider-controls label[for="btn-about-2"],
#btn-about-3:checked~.slider-controls label[for="btn-about-3"] {
    background-color: #b8e986;
}

#btn-about-1:checked~.image-items .image-wrapper-container {
    transform: translate(0);
}

#btn-about-2:checked~.image-items .image-wrapper-container {
    transform: translate(-500px);
}

#btn-about-3:checked~.image-items .image-wrapper-container {
    transform: translate(-1000px);
}

.image-wrapper-container--people::before {
    display: none;
}

.slider-wrapper--people::before {
    top: -6px;
    left: -43px;
}

.slider-controls--people {
    bottom: -66px;
    left: -41px;
}

.arrow-btn {
    position: absolute;
    bottom: -95px;
    right: 0;
}

.arrow-btn--people {
    bottom: -66px;
    right: 29px;
}

.arrow-btn button {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 54px;
    height: 3px;
    background-color: #000;
    border: none;
    outline: none;
}

.arrow-btn .btn-slider-right {
    margin-right: 0;
}

.btn-slider-right::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-top-width: 0;
    border-right-width: 0;
    transform: rotate(-135deg);
}

.btn-slider-left::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-top-width: 0;
    border-right-width: 0;
    transform: rotate(45deg);
}

.social-block-footer {
    position: relative;
    top: 13px;
    text-align: center;
}

.social-block-footer a {
    margin: 0;
    color: #fff;
    margin-right: 2px;
}

.block-left {
    margin-right: 20px;
}

.form-fn-message {
    display: none;
}

.menu-burg-wrapper {
    display: none;
}

.mobile-phone {
    display: none;
}

.menu-burg-wrapper {
    display: none;
}

.menu-open {
    display: none;
}

.form-fn-message {
    margin-bottom: 65px;
    font-size: 22px;
    line-height: 25px;
    color: #6c9e3a;
    padding: 20px 0;
}

.advantage-text p {
    font-size: 22px;
    font-weight: 600;
}

.house-block .block-title {
    font-weight: bold;
}


.main-slider-header {
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 0;
    font-size: 40px;
}

.main-slider--text p {
    font-weight: normal;
    font-size: 20px;
}

.block-header {
    font-family: 'Gilroy-ExtraBold';
    font-size: 30px;
}

.block-text p {
    font-family: 'Gilroy-Light';
    font-weight: normal;
}

.apartments-slide--header {
    font-size: 20px;
}

.apartments-slide--description {
    font-family: 'Gilroy-Light';
    font-weight: normal;
    margin-bottom: -5px;
}

.house-block .block-title {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.house-item {
    margin-bottom: 40px;
}

.house-block-container {
    margin-top: 50px;
}

.house-item .number {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.house-item .description {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.block-header-title {
    font-size: 20px;
}

.city-block .block-title {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.city-item .number {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.city-item .description {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.fn-decisions-block .block-title {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.fn-form-container .title {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.fn-item .description {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.fn-btn {
    font-family: 'Gilroy-ExtraBold';
    font-weight: normal;
}

.header-menu a {
    font-weight: normal;
}

.header-main__phone {
    font-weight: normal;
    font-family: 'Gilroy-ExtraBold';
}

#amoforms_action_btn {
    width: 250px !important;
    height: 50px !important;
    font-family: 'Gilroy-ExtraBold' !important;
    font-size: 16px !important;
    color: #323b4f !important;
    background-color: #b8e986 !important;
    border-radius: 26px !important;
    margin-bottom: 20px !important;
}

#amoforms_action_btn .btn:active,
#amoforms_action_btn .btn:focus,
#amoforms_action_btn .btn:active:focus {
    outline: 0 !important;
}

@media screen and (max-width: 1200px) {
    .block-left {
        margin-right: 0;
    }

    .advantage-block {
        margin-bottom: 50px;
    }

    .desktop-img--slider {
        right: 87px;
        top: 55px;
    }

    .apartments-block {
        margin-bottom: 50px;
    }

    .apartments-slide--description {
        height: 166px;
    }

    .slider-nav--apartments .slick-dots {
        /*bottom: 83px;*/
        bottom: 35px;
        left: -424px;
    }

    .image-wrapper-container img {
        width: 500px;
    }

    .slider-wrapper::before {
        right: -75px;
    }

    .arrow-btn {
        right: -42px;
    }

    .house-block {
        padding-top: 220px;
        margin-bottom: 60px;
        background-size: inherit
    }

    .house-block-container {
        margin-top: 55px;
    }


    .city-block {
        padding-top: 200px;
        margin-bottom: 0;
        background-size: inherit;
    }

    .block-title {
        max-width: 700px;
    }


    .about-block-wrapper {
        margin-right: 30px;
    }

    .map-address-item__container .item-left {
        margin-right: 55px;
    }

    .fn-item {
        margin-right: 70px;
    }

    .fn-decisions-block {
        background-size: inherit;
    }

    .apartments-slide .desktop-img--slider {
        right: 91px;
    }

    .map-address-item__container .item-left {
        margin-right: 0;
    }

    .map-address-item__container li {
        margin-right: 0;
        max-width: 217px;
        font-size: 14px;
    }

    .main-slider-header {
        margin-bottom: 20px;
    }

    #amoforms_action_btn {
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 1000px) {
    .header-menu li {
        padding-right: 18px;
    }

    .header-main__phone {
        margin-left: 3px;
    }
}

@media screen and (max-width: 770px) {
    .about-block {
        padding-top: 0;
        margin-top: 60px;
        padding-bottom: 165px;
    }

    .block-text {
        max-width: 672px;
    }

    .image-items {
        width: 700px;
    }

    .image-wrapper-container img {
        width: 700px;
    }

    #btn-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-2:checked~.image-items .image-wrapper-container {
        transform: translate(-700px);
    }

    #btn-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1400px);
    }

    #btn-people-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-people-2:checked~.image-items .image-wrapper-container {
        transform: translate(-700px);
    }

    #btn-people-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1400px);
    }

    #btn-about-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-about-2:checked~.image-items .image-wrapper-container {
        transform: translate(-700px);
    }

    #btn-about-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1400px);
    }

    .about-block .slider-wrapper::before {
        right: -70px;
        top: 28px;
        height: 400px;
    }

    .arrow-btn {
        right: 28px;
    }

    .advantage-text p {
        font-size: 22px;
    }

    .block-header {
        font-size: 30px;
    }

    .mobile-img--slider {
        height: 343px;
        display: block;
        width: 340px;
        background: no-repeat center;
        /*background-size: cover;*/
        -webkit-background-size: contain;
        background-size: contain;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 41px;
    }

    .apartments-slider--wrapper .slider-arrows {
        top: 348px;
    }

    .apartments-block {
        min-height: 885px;
        height: 885px;
    }

    .apartments-description {
        padding-left: 100px;
        padding-right: 100px;
    }

    .slider-nav--apartments .slick-dots {
        /*bottom: 60px;*/
        bottom: 11px;
        left: -182px;
        /*left: 0;*/
    }

    .house-block {
        background-size: inherit;
        padding-top: 220px;
        padding-left: 30px;
        margin-bottom: 85px;
    }

    .people-description {
        padding-left: 48px;
    }

    .block-image {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .people-block::after {
        width: 42%;
        top: -26px;
    }

    .people-block .block-text ul {
        max-width: 420px;
    }

    .block-image .slider-wrapper::before {
        height: 427px;
        left: 337px;
        top: 0;
    }

    .block-image .image-slider {
        padding-left: 20px;
    }

    .block-image .slider-controls--people {
        left: 20px;
        bottom: -90px;
    }

    .block-image .arrow-btn {
        bottom: -90px;
    }

    .people-block {
        margin-bottom: 45px;
    }

    .city-block {
        background-size: inherit;
        padding-left: 28px;
    }

    .block-title {
        max-width: 535px;
    }

    .about-block-wrapper {
        padding-left: 48px;
    }

    .about-block-wrapper .block-text {
        max-width: 565px;
        margin-bottom: 50px;
    }

    .about-block .arrow-btn {
        bottom: -85px;
    }

    .about-block .slider-controls {
        bottom: -85px;
    }

    .about-block-top .slider-controls {
        bottom: -85px;
    }

    .about-block-top .arrow-btn {
        bottom: -85px;
        right: -40px;
    }

    .about-block.about-bottom {
        padding-bottom: 95px;
    }

    .map-items {
        padding-left: 48px;
    }

    .map-main {
        margin-bottom: 0;
    }

    .fn-items {
        padding-left: 48px;
        height: 631px;
    }

    .fn-item {
        margin-right: 95px;
    }

    .fn-form-container {
        margin-left: 48px;
    }

    .fn-question {
        padding: 0;
        margin-left: -9px;
    }

    .fn-question .fn-form-wrapper::after {
        opacity: 1;
    }

    .fn-btn {
        font-weight: bold;
        width: 66%;
    }

    .apartments-slide img {
        display: none;
    }

    .map-address-item__container .item-left {
        margin-right: 0;
    }

    .map-address-item__container li {
        margin-right: 0;
        max-width: 226px;
        font-size: 14px;
    }

    #map-block {
        height: 260px;
    }

    .main-slider-header {
        margin-bottom: 20px;
    }

    .header-menu li {
        padding-right: 22px;
    }

    .header-main__phone {
        margin-left: 4px;
    }

    .header-menu li {
        padding-right: 18px;
    }

    .header-main__phone {
        margin-left: 3px;
    }

    .mobile-phone {
        display: none;
    }

    .fn-decisions-block {
        max-height: 1270px;
    }

    #amoforms_action_btn {
        margin-top: 10px !important;

    }
}

@media screen and (min-width: 480px) {
    .mobile-phone {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .about-block:after {
        top: -30px;
    }

    .image-items {
        width: 440px;
        /*height: 391px;*/
        height: 290px;
    }

    .image-wrapper-container img {
        /*width: 576px;*/
        width: 383px;
    }

    .image-wrapper:before {
        display: none;
    }

    .about-block.about-bottom {
        padding-bottom: 0;
    }

    .about-block .slider-wrapper::before {
        top: -19px;
        /*height: 430px;*/
        height: 299px;
    }

    .about-block-top {
        padding-bottom: 75px;
    }

    .about-block-top .arrow-btn {
        right: 8px;
        bottom: -79px;
    }

    .arrow-btn {
        bottom: -79px;
    }

    .slider-controls {
        bottom: -80px;
    }

    #btn-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-2:checked~.image-items .image-wrapper-container {
        transform: translate(-600px);
    }

    #btn-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1200px);
    }

    #btn-people-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-people-2:checked~.image-items .image-wrapper-container {
        transform: translate(-600px);
    }

    #btn-people-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1200px);
    }

    #btn-about-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-about-2:checked~.image-items .image-wrapper-container {
        transform: translate(-600px);
    }

    #btn-about-3:checked~.image-items .image-wrapper-container {
        transform: translate(-1200px);
    }

    .advantage-text p {
        font-size: 18px;
        font-weight: 600;
    }

    .apartments-slider--wrapper .slider-arrows {
        top: 730px;
    }

    .apartments-description {
        padding-left: 50px;
        padding-right: 50px;
    }

    .house-block {
        padding-top: 90px;
        padding-left: 0;
        min-height: 695px;
        background-size: cover;
    }

    .block-title {
        font-size: 25px;
    }

    .house-item {
        margin-bottom: 25px;
    }

    .people-description {
        padding-left: 15px;
    }

    .slider-wrapper::before {
        left: 105px;
    }

    .block-image .slider-wrapper::before {
        /*height: 390px;*/
        /*height: 266px;*/
        height: 292px;
        left: 122px;
        top: 15px;
    }

    .block-image .arrow-btn {
        bottom: -64px;
    }

    .block-image .slider-controls--people {
        bottom: -70px;
    }

    .city-block {
        margin-top: -90px;
        background-size: cover;
        padding-left: 0;
        min-height: 695px;
    }

    .city-item {
        margin-right: 0;
        min-width: 370px;
    }

    .city-block-container {
        margin-top: 70px;
    }

    .block-title {
        max-width: 400px;
    }

    .about-block-wrapper {
        padding-left: 15px;
    }

    .map-items {
        padding-left: 15px;
    }

    .fn-items {
        padding-left: 15px;
        min-height: 798px;
    }

    .fn-item {
        min-width: 338px;
    }

    .fn-decisions-block {
        min-height: 1425px;
        height: 100%;
        background-size: cover;
    }

    .fn-btn {
        width: 100%;
    }

    .fn-item .description {
        position: relative;
        top: 6px;
        margin-left: 25px;
        display: inline-block;
    }

    .fn-question {
        max-height: 630px;
        margin-left: 0;
    }

    .fn-form-container {
        margin: 0 auto;
        max-width: 326px;
    }

    .about-bottom .arrow-btn {
        bottom: -79px;
    }

    .conpyright-text,
    .onetouch-block {
        text-align: left;
    }

    .social-block-footer a {
        margin-right: 8px;
    }

    .social-block-footer {
        position: absolute;
        text-align: right;
    }

    .onetouch-block {
        margin-top: 10px;
    }

    .main-slider-header {
        margin-bottom: 20px;
        line-height: 50px;
    }



    #amoforms_action_btn {
        width: 100% !important;
        margin-top: 25px !important;
    }

}

@media screen and (max-width: 380px) {
    .about-bottom .arrow-btn {
        right: 4px;
    }

    .about-block-top .arrow-btn {
        right: 4px;
    }

    .block-image .arrow-btn {
        right: 15px;
    }

    .image-wrapper-container img {
        width: 349px;
    }

    .about-block .slider-wrapper::before {
        height: 273px;
    }

    .block-image .slider-wrapper::before {
        height: 269px;
    }
}


@media screen and (max-width: 360px) {
    .arrow-btn {
        display: none;
    }

    .image-wrapper-container img {
        width: 333px;
    }

    .about-block .slider-wrapper::before {
        height: 265px;
    }

    .block-image .slider-wrapper::before {
        height: 259px;
    }
}

@media screen and (max-width: 325px) {
    .about-block .slider-wrapper::before {
        height: 233px;
    }

    .block-image .slider-wrapper::before {
        height: 226px;
    }

    .block-header-title {
        font-size: 18px;
    }

    .image-items {
        /*width: 281px;*/
        width: 290px;
    }

    .image-wrapper-container img {
        /*width: 374px;*/
        /*height: 392px;*/
        width: 284px;
    }

    #btn-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-2:checked~.image-items .image-wrapper-container {
        transform: translate(-374px);
    }

    #btn-3:checked~.image-items .image-wrapper-container {
        transform: translate(-748px);
    }

    #btn-people-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-people-2:checked~.image-items .image-wrapper-container {
        transform: translate(-374px);
    }

    #btn-people-3:checked~.image-items .image-wrapper-container {
        transform: translate(-748px);
    }

    #btn-about-1:checked~.image-items .image-wrapper-container {
        transform: translate(0);
    }

    #btn-about-2:checked~.image-items .image-wrapper-container {
        transform: translate(-374px);
    }

    #btn-about-3:checked~.image-items .image-wrapper-container {
        transform: translate(-748px);
    }

    .arrow-btn {
        display: none;
    }

    .apartments-description {
        padding-left: 20px;
        padding-right: 20px;
    }

    .apartments-slider--wrapper .slider-arrows {
        display: none;
    }

    .house-block {
        padding-top: 65px;
    }

    .house-item {
        margin-right: 0;
    }

    .city-block {
        padding-top: 65px;
        min-height: 640px;
    }

    .block-title {
        max-width: 197px;
    }

    #map-block {
        height: 330px;
    }

    .fn-item .description {
        width: 196px;
        top: 13px;
    }

    .fn-form-container {
        max-width: 284px;
    }

    .fn-question {
        max-height: 590px;
    }


    .onetouch-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .conpyright-text {
        position: absolute;
        top: 108px;
    }

    .social-block-footer {
        text-align: center;
        top: 27px
    }

    .social-block-footer a {
        margin-right: 35px;
    }

    .social-block-footer a:last-child {
        margin-right: 0;
    }

    .social-block-footer a img {
        width: 25px;
    }


    .header-menu-wrapper {
        display: none;
    }

    .menu-burg-wrapper {
        display: block;

    }

    .menu-burg {
        display: block;
        margin-top: 33px;
        position: relative;
        left: 17px;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
    }

    .menu-burg::before {
        content: '';
        position: absolute;
        top: 10px;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
    }

    .menu-burg::after {
        content: '';
        position: absolute;
        top: -10px;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
    }

    /*.opened {*/
    /*transform: rotate(45deg);*/
    /*}*/
    /*.opened::before {*/
    /*display: none;*/
    /*}*/
    /*.opened::after {*/
    /*transform: rotate(-90deg);*/
    /*top: 0px;*/
    /*}*/



    .mobile-phone {
        display: block;
    }

    .mobile-phone .header-main__phone {
        position: absolute;
        left: 56%;
    }

    /*.header-main__phone {*/
    /*background-color: red;*/
    /*}*/

    .menu-open .header-menu {
        margin-left: 10px;
    }

    .menu-open {
        display: none;
    }

    .opened {
        display: block;
    }
}

a .svg-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    fill: #323B4F;
    margin-right: 5px;
}


.header-main {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

.header-main--fixed {
    position: fixed;
    top: 0;
    z-index: 6;
}

.header-main--fixed .logo-main {
    background-color: transparent;
    box-shadow: none;
}

.header-main--fixed .logo-main::before {
    display: none;
}

.header-main-fixed--scroll {
    z-index: 99;
}

.header-main--fixed .logo-main .img-responsive {
    position: relative;
    top: 0;
    display: block;
    max-width: 100%;
    height: 100%;
}

.content-main .container .banner {
    position: relative;
}

.content-main .container .banner:before {
    position: absolute;
    top: 110px;
    left: 0;
    content: 'Все квартиры проданы';
    display: block;
    width: 255px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background: #323b4f;
    border: none;
    z-index: 1;
}

.onetouch-block span {
    line-height: 15px;
    max-width: 139px;
    display: inline-block;
    text-align: left;
    margin-top: 9px;
    margin-right: 14px;
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
}

.footer-info_flex {
    display: flex;
    justify-content: flex-end;

    @media screen and (max-width:575px) {
        justify-content: flex-start;
    }
}

.onetouch-block span a {
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
}

.onetouch-block span a:hover {
    opacity: 1;
}

.block-header__doc {
    margin-top: 40px;
}


/* Top note */
.top-note {
    position: absolute;
    right: 0;
    top: 40px;
    padding: 41px 47px 38px;
    z-index: 1;
}

.top-note__text {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.top-note__bg {
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    border: 5px solid rgb(50, 59, 79);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    opacity: .9;
}

.top-note__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    background: rgb(50, 59, 79);
}

/* !Top note */


@media screen and (max-width: 480px) {
    .header-main--fixed .logo-main .img-responsive {
        display: none;
    }

    .onetouch-block span a {
        font-size: 11px;
    }

    .conpyright-text {
        font-size: 12px;
        font-weight: normal;
    }

    .social-block-footer img {
        width: 25px;
    }
}

@media screen and (max-width: 325px) {
    .onetouch-block span {
        margin-right: 5px;
    }

    .conpyright-text {
        font-size: 12px;
        top: 110px;
        font-weight: normal;
    }

    .onetouch-block {
        padding-bottom: 47px;
    }
}


.fancybox-trigger {
    outline: none !important;
}

.building--top {
    margin-top: -32px;
    padding-top: 90px;
}

@media screen and (min-width: 771px) and (max-width: 992px) {
    .apartments-slide .desktop-img--slider {
        display: none;
    }

    .apartments-slide .mobile-img--slider {
        height: 343px;
        display: block;
        width: 340px;
        background: no-repeat center;
        background-size: cover;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 41px;
    }

    .apartments-block {
        height: 885px;
    }

    .apartments-slide #amoforms_action_btn {
        margin-top: 10px !important;
    }

    .apartments-slide .apartments-slide--description {
        height: 124px;
    }
}

@media screen and (min-width: 1201px) {
    .apartments-slide {
        min-height: 400px;
    }

    .apartments-slide--text {
        min-height: 400px;
    }

    .apartments-slide .desktop-img--slider {
        max-width: none;
        width: 560px;
        height: fit-content;
    }

    .apartments-slide .desktop-img--slider img {
        /* max-height: 100%;
        max-width: 100%; */
        margin-left: auto;
        width: auto;
        padding: 30px;
    }

    .apartments-slide .apartments-description {
        position: relative;
        z-index: 1;
    }

    .apartments-slide .apartments-slide--description {
        margin-bottom: 22px;
        height: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .building--top {
        padding-top: 60px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-phone .header-main__phone {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header-menu-wrapper {
        display: none;
    }

    .menu-burg-wrapper {
        display: block;

        text-align: right;
    }

    .menu-burg-holder {
        display: inline-block;
        text-align: left;
        height: 23px;
        margin-top: 23px;
        position: relative;
        z-index: 2;
    }

    .menu-burg {
        display: block;
        margin-top: 10px;
        position: relative;
        /*left: 17px;*/
        width: 26px;
        height: 2px;
        background-color: #323b4f;
        z-index: 2;
    }

    .menu-burg::before {
        content: '';
        position: absolute;
        top: 10px;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
    }

    .menu-burg::after {
        content: '';
        position: absolute;
        top: -10px;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
    }

    .menu-burg-close-holder {
        margin-top: 20px;
        position: absolute;
        right: 30px;
        top: 0;
        height: 30px;
    }

    .menu-burg-close {
        position: relative;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
        transform: rotate(45deg);
        margin-top: 13px;
    }

    .menu-burg-close::before {
        content: '';
        position: absolute;
        left: 0;
        width: 26px;
        height: 2px;
        background-color: #323b4f;
        transform: rotate(-90deg);
        top: 0px;
    }

    .mobile-phone {
        display: block;
    }

    .mobile-phone .header-main__phone {
        position: absolute;
        left: 56%;
    }

    .menu-open .header-menu {
        min-height: 251px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 36px;
    }

    .menu-open .header-menu li {
        display: block;
        padding-right: 0;
        max-width: 149px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .menu-open .header-menu li a {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #323b4f;
    }

    .menu-open .header-menu li a:focus {
        color: #b8e986;
        text-decoration: underline;
    }

    .menu-open {
        display: none;
    }

    .opened {
        position: relative;
        display: block;

    }

    .menu-open {
        padding-top: 40px;
        /*position: relative;*/
        background-color: #fff;
        z-index: 5;

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    .menu-open__line {
        display: inline-block;
        width: 40px;
        height: 3px;
        background-color: #b8e986;
        margin: 0 auto;
        margin-bottom: 79px;
        /*margin-left: 44%;*/
        margin-left: calc(50% - 20px);
    }

    .menu-open__phone {
        max-width: 177px;
        font-size: 20px;
        font-weight: 600;
        color: #323b4f;
        display: block;
        margin: 0 auto;
        margin-bottom: 34px;
    }

    .menu-open__social-block {
        max-width: 185px;
        margin: 0 auto;
        margin-bottom: 51px;
    }

    .menu-open__social-block a .svg-icon {
        margin-right: 18px;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 770px) {
    .apartments-block {
        height: auto;
        margin-bottom: 0;
    }

    .apartments-block .apartments-slide--text {
        padding-bottom: 22px;
    }

    .apartments-block .slider-nav--apartments .slick-dots {
        bottom: 34px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }

    .apartments-block .apartments-slide--text {
        padding-bottom: 47px;
    }

    .apartments-slider--wrapper .slider-arrows {
        top: 50%;
    }

    .apartments-block {
        min-height: 0;
    }

    .apartments-slider--wrapper .slick-slide {
        height: auto;
    }

    .header-main__phone {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .apartments-block .apartments-slide--description {
        height: auto;
    }

    .apartments-block .slider-nav--apartments .slick-dots {
        bottom: 47px;
    }

    .apartments-block .apartments-slide--text {
        min-height: 620px;
    }

    .building--top {
        margin-top: 0;
        padding-top: 25px;
    }

    .header-main__phone {
        font-size: 0px;
        background: url(/images/ico_ph.svg) center no-repeat;
        background-size: cover;
        width: 20px;
        height: 31px;
    }
}

.apartments-slider .apartments-slide--header.offset-left img {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 0;
}
.apartments-slide_left{
    display: flex;
    flex-direction: column;
}

.apartments-slide__button{
    padding-right: 15px;
    padding-left: 15px;
    width: 457px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    z-index: 9;
}
@media screen and (max-width:992px) {
    .apartments-slide_left{
        
        flex-direction: column-reverse;
    }
    .apartments-slide__button{
        margin-bottom: 48px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}


.apartments-slide__plan-apartment,.apartments-slide__plan-floor{
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;

    padding: 16px 24px;
    width: 50%;
    border: 2px solid  #B8E986;
    cursor: pointer;
}
.apartments-slide__plan-apartment{
    border-radius: 100px 0px 0px 100px;
    text-align: left;
}
.apartments-slide__plan-floor{
    text-align: right;
    border-radius: 0px 100px 100px 0px;
}
.tab-green{
    background-color: #B8E986;
}
@media screen and (max-width:575px) {
    .apartments-slide__button{
        width: 100%;
        margin-bottom: 0;
    }
    .apartments-slide__plan-apartment,.apartments-slide__plan-floor{
        font-size: 14px;
        
    }
    .apartments-slide__plan-apartment{
        padding: 12px 8px 12px 20px;
    }
    .apartments-slide__plan-floor{
        padding: 12px 20px 12px 8px;
    }
}
.apartments-slide{
    overflow: hidden;
}
.d-none{
    display: none;
}
@media (min-width: 1201px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper::before {
        height: 364px;
    }

    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container img {
        width: 418px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper::before {
        right: 0;
        width: 339px;
        height: 311px;
    }

    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container img {
        width: 340px;
    }

    .apartments-slider .apartments-slide--header.offset-left img {
        width: 62px;
        height: 62px;
        top: -18px;
    }
}

@media screen and (min-width: 771px) and (max-width: 991px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper::before {}

    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container img {
        width: auto;
    }

    .apartments-slider .apartments-slide--header.offset-left img {
        top: -28px;
    }
}

@media (min-width: 768px) and (max-width: 770px) {
    .apartments-slider .apartments-slide--header.offset-left img {
        width: 65px;
        height: 65px;
        top: -23px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .apartments-slider .apartments-slide--header.offset-left img {
        top: -28px;
    }
}

.offset-left {
    padding-left: 85px;
    position: relative;
}

#clone-block .image-wrapper.image-wrapper-container img {
    height: 340px;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .about-block-top {
        padding-bottom: 20px;
    }
}

.d-flex {
    display: flex;
    align-items: center;
}

.video-wrapper {
    margin-top: 80px;
}

.image-wrapper.image-wrapper-container video {
    float: left;
    max-width: 100%;
    height: auto;
    outline: none !important;
}

@media only screen and (max-width:991px) {
    .d-flex {
        flex-wrap: wrap;
    }
}

@media (min-width: 1201px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container video {
        width: 418px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container video {
        width: 340px;
    }
}

@media screen and (max-width: 991px) and (min-width: 771px) {
    #about-block .col-md-5.col-sm-11.col-xs-12 .slider-wrapper .image-items .image-wrapper.image-wrapper-container video {
        width: auto;
    }
}

@media screen and (max-width: 770px) {
    .image-wrapper-container video {
        width: 700px;
    }

    .video-wrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .image-wrapper-container video {
        width: 383px;
    }

    .video-wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 380px) {
    .image-wrapper-container video {
        width: 349px;
    }

    .video-wrapper {
        margin-top: 0px;
    }
}

@media screen and (max-width: 360px) .image-wrapper-container video {
    width: 333px;
}
}

@media screen and (max-width: 325px) {
    .image-wrapper-container video {
        width: 284px;
    }
}

@media only screen and (max-width: 990px) {
    .block-image {
        order: 2;
    }

    .people-description {
        order: 1;
    }
}

.apartments-block .block_text p {
    font-family: 'Gilroy-Light';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 26px;

}