:root {
    --main-color: #F2DDBF;
    --secondary-color: #022C2B;

    /* Картинка главного экрана */
    --main-block-img: url('../img/pascal/paskal/new-main-block.png');
}

.about-gis:hover {
    cursor: pointer;
}


a {
    text-decoration: none !important;
}

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


html,
body {
    height: 100%;
}

body {
    font-family: 'Stolzl', sans-serif !important;
    font-size:16px;
    color:#727271;
}

body p {
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    color:#000; font-weight:300;
}

input:focus {
    outline: none;
}

h1 {}
h2 { }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
}

.wrap {
    min-height: 100%;
    height: auto;
    padding: 0 0 ;
}

.wrap .container {
    padding: 40px 15px 40px;
}

.img-floor-flat-streets {
    padding:70px;
    background:
            url("../img/7b7823ec0dc7414a0ca60ac222ebc061.png") no-repeat bottom center,
            url("../img/fbe87129288ab0eb3980a149e8e25061.png") no-repeat center left,
            url("../img/24bf81c7c0052fd56627bac4b4d45000.png") no-repeat center right;
}

.container-footer {padding-top:0!important; }
.wrap .container-page {padding-top:30px; padding-bottom:30px; }

.wrap .mainblock {
    margin: 70px 0 0 0;
    height:848px;
    /* background-image:url(https://smssnsk.ru/files/66/7a33419b6805958777b13d32267eecb4.jpg); */
    background-repeat:no-repeat;
    background-position:50% 50%;
    border-bottom:10px solid #34A8DF;
}

.navbar {color: #FFF !important;}
.navbar-inverse .navbar-nav > li > a {color:#FFF;}

.wrap nav .container {padding:10px 15px;}

.navbar-nav li a {padding:20px 5px 15px 5px;font-weight:300; }
.navbar-nav li.active a {background-color:transparent!important; position:relative; }
.navbar-nav li.active a:after {content:''; display:block; height:3px; background:#E31E24; width:100%; position:absolute;bottom:-3px; left:0; }

.wrap .container.header-block {
    padding: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.width-header {
    background: var(--secondary-color);
    height: 140px;

}



.link-smss {
    width: 67px;
    height: 71px;
}

.link-paskal {
    width: 238px;
    height: 40px;
}

.link-burger {
    width: 50px;
    height: 50px;
}


#width-header.scrolled .header-list {
    transition: all 0.3s ease;
    padding: 8px;
    border-bottom: none;
    backdrop-filter: blur(3px);
}


#width-header.scrolled .header-item {
    font-size: 18px;
}

#width-header.scrolled .link-smss {
    transition: all 0.3s ease;
    width: 47px;
    height: 51px;
}

#width-header.scrolled .link-paskal {
    transition: all 0.3s ease;
    width: 180px;
    height: 40px;
}

#width-header.scrolled .link-burger{
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
}

#width-header.scrolled .header-block .sup-menu::before {
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.kodex-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: underline;
}

.kodex-link:hover {
    text-decoration: none;
}

.header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: inherit;
    list-style: none;
    border-bottom:1px solid rgba(255,255,255,0.4);
    padding: 20px 0 20px 0;
    margin-bottom: 0;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
}

.link-burger {
    z-index: 2;
}


.header-list a {
    color: #fff;
}

input.name.warning::placeholder,
input.phone.warning::placeholder {
    color: #DC020E !important;
}

label {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 18px;
}

.popup-label-name {
    margin-top: 39px;
}

label::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 30px;
    top: 20px;
    background: url("../img/56fa019ef866536b2ee694579ae9247c.png");
    width: 29px;
    height: 29px;
    transition: .3s;
    opacity: 0;
    z-index: -1;
}

label.warning::after {
    opacity: 1;
    z-index: 1;
}

label.warning .phone {
    color: #DC020E !important;
}

#map .ymaps-2-1-79-balloon {
    box-shadow: none;
}

#map .ymaps-2-1-79-balloon__content {
    background: var(--secondary-color);
    color: #FFF;
    padding: 2px 7px;
}

#map .ymaps-2-1-79-balloon__close {
    display: none;
}

#map .ymaps-2-1-79-balloon__layout {
    background: var(--secondary-color);
    margin-left: 10px;
    border-radius: 15px;
}

#map .ymaps-2-1-79-balloon__tail {
    display: none;
    background: var(--secondary-color);
    box-shadow: none;
}

#map .ymaps-2-1-79-balloon__tail:after {
    background-color: var(--secondary-color);
}

#map .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0;
}

#map .balloon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
}

.header-block .sup-menu {
    display: flex;
}

.header-block .sup-menu::before {
    position: absolute;
    transition: .2s;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: var(--main-color);
    z-index: 1;
}

.header-block .sup-menu {
    cursor: pointer;
}

.header-block .sup-menu:hover::before {
    transform: rotate(90deg);
}

.header-full-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.full-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: var(--secondary-color);
    z-index: 3;
    padding-bottom: 76px;
}

.full-menu .container {
    padding: 41px 0 0 0;
}

.full-menu .close-sup-menu {
    display: flex;
    justify-content: flex-end;
}

.full-menu .close-sup-menu div {
    display: flex;
    padding: 14px;
    background: #FFF;
    border-radius: 15px;
}

.full-menu .close-sup-menu div svg {
    transition: .3s;
}

.full-menu .close-sup-menu div:hover svg {
    transform: rotate(90deg);
}

.full-menu .close-sup-menu div:hover {
    cursor: pointer;
}

.unactive-link {
    color: rgba(255,255,255,.5) !important;
    pointer-events: none !important;
}


.full-menu ul li {
    list-style: none;
    flex: auto;
}

.full-menu ul li a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.full-menu ul {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    height: 15vh;
    padding-left: 0;
}

.full-menu .header-horizon-line {
    display: none;
}

.full-menu .col-lg-3 svg {
    position: absolute;
    top: 0;
    right: 32px;
}

.full-menu .col-lg-8 ul li {
    flex: 1 0 30%;
}

.full-menu .dop-button {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.full-menu .dop-button div {
    display: none;
}

.full-menu .dop-button > a.custom-button {
    transition: .3s;
    padding: 22px 39px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: none;
}

.full-menu .dop-button > a:first-child {
    background: var(--main-color);
    border: none;
    margin-right: 22px;
    color: var(--secondary-color);
}

.full-menu .dop-button p {
    margin-left: 34px;
    margin-bottom: 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;

}

.full-menu .dop-button > a:hover::before {
    background: #FFF;
}

.full-menu .dop-button > a.custom-button:hover {
    color: #000;
}

.header-sales-phone {
    display: flex;
    margin-right: 30px;
}

.burger-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}


.full-menu .soc-links {
    margin-top: 34px;
    display: flex;
}

.full-menu .soc-links a {
    margin-right: 16px;
}

.full-menu .soc-links .soc-link-phone,
.full-menu .forAgency {
    padding: 18px 21px;
    background: #FFF;
    color: var(--secondary-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #FFF;
}

.full-menu .soc-links .soc-link-phone:hover,
.full-menu .forAgency:hover {
    background: var(--secondary-color);
    color: #FFF;
}

.container-page img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.white-popup-block{background:#FFF;padding:20px;max-width:650px;margin:40px auto;position:relative}
img.mfp-img{padding:40px; background: #FFF;}

.animDown {
    opacity: 0;
    animation-fill-mode: forwards !important;
}

.lineUp {
    animation: 2s anim-lineUp ease-out;
}

.lineDown {
    animation: 2s anim-lineDown ease-out;
}

.lineLeft {
    animation: 2s anim-lineLeft ease-out;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes anim-lineDown {
    0% {
        opacity: 0;
        transform: translateY(-80%);
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes anim-lineLeft {
    0% {
        opacity: 0;
        transform: translateX(80%);
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}



.new_slider:not(.brazzers-daddy) {
    position: relative;
}

.new_slider:not(.brazzers-daddy) > img {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}

.new_slider:not(.brazzers-daddy) > img:first-of-type {
    display: block;
}

.new_slider .tmb-wrap-table div.active {
    border-color: var(--secondary-color);
    border-radius: 3px;
}




.custom-popup a.custom-button,
.life-submit a.custom-button {
    padding: 22px 62px;
}

.public-place-block a.custom-button {
    padding: 22px 56px;
}

.custom-popup {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2;
    display: none;
    align-items: center;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(20px);
}

.custom-popup .popup-content,
.custom-popup .popup-access {
    position: absolute;
    top: calc(50% - 300px);
    left: calc(50% - 315px);
    width: 630px;
    background-color: #fff;
    border-radius: 60px;
    z-index: 2;
    padding: 60px 68px 72px 68px;
}

.custom-popup.popup__map .popup-content {
    width: 1200px;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 600px);
    padding: 0;
    background: none;
}

.custom-popup .popup-access {
    display: flex;
    opacity: 0;
    background: var(--main-color);
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.custom-popup .popup-access h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px; /* 132.5% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.custom-popup .popup-access p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;

    line-height: 29px;
}

.custom-popup .close-popup {
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 100px;
    z-index: 2;
}

.custom-popup .close-popup p {
    margin: 0 0 0 20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;

    line-height: 18px;
}

.custom-popup .close-popup div {
    width: 50px;
    height: 50px;
    background: #DC020E;
    border-radius: 15px;
    padding: 14px 14px 6px
}

.custom-popup .close-popup svg {
    transition: .3s;
}

.custom-popup .close-popup:hover {
    cursor: pointer;
}

.custom-popup .close-popup:hover svg {
    transform: rotate(90deg);
}

.custom-popup .focusout-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom-popup .popup-content h2 {
    color: #161616;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px; /* 132.5% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.custom-popup .popup-content p {
    margin-bottom: 0;
    color: #161616;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;

    line-height: 29px;
}

.custom-popup .popup-content input {
    width: 100%;
    border-radius: 15px;
    background: #F4F4F4;
    padding: 22px 0 22px 32px;
    color: #5B6269;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    outline: none;
    border: 0;
}

.custom-popup .popup-content .popup-privacy {
    text-align: left;
    color: #6C757E;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;

    line-height: 17px;
    margin-left: 33px;
    width: 240px;
}

.custom-popup .popup-content .popup-privacy a {
    text-decoration: underline;
    color: #6C757E;
}

.custom-popup .popup-content div {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

a.custom-button {
    display: table;
    position: relative;
    border-radius: 10px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 22px 32px;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}

a.button-rooms {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 15px;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

a.custom-button.link__2gis {
    margin: 26px auto 0;
    text-align: center;
}

a.parking-button {
    width: max-content;
    margin-top: 20px;
}

a.custom-button:hover::before,
a.button-rooms:hover::before {
    width: 100%;
}

a.custom-button:before,
a.button-rooms:before {
    transition-timing-function: linear;
    transition-duration: 250ms;
    content: '';
    z-index:0;
    position: absolute;
    height: 100%;
    width: 0;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

a.custom-button:hover,
a.button-rooms:hover {
    cursor: pointer;
    color: var(--main-color);
    text-decoration: none;
}

.camera-building:after {display: inline-block;position: absolute;top: calc(50% - 6px);right: -5px;content: "";width: 6px;height: 6px;opacity: 1;border-radius: 100%;background-color: #FE2222;animation: blink 2s linear infinite;}
.disabled:after {background-color:black;animation:none;}
.disabled {pointer-events: none;}
.flats-block .disabled {opacity: .3;}
@keyframes blink { 50% {opacity: 0;} }

.wrap .navigation-block {
    padding: 46px 15px 59px;
}

.navigation-block ul {
    list-style: none;
    padding-left: 0;
}

.navigation-block li {
    display: inline-block;
    position: relative;
}

.navigation-block li:not(:first-child)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -25px;
    content: "";
    height: 2px;
    width: 15px;
    background: #6C757E;
}

.navigation-block li:not(:first-child) {
    margin-left: 30px;
}



.svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-block a {
    transition: .3s;
    color: #6C757E;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.navigation-block a:hover {
    color: var(--main-color);
}

.navigation-block .navigation-more {
    background: url("../img/bbc444905f7a267ad13a78672602083a.png") no-repeat center right;
}

.navigation-block .navigation-more div {
    transition: .3s;
    height: 20px;
    width: 100px;
    display: inline-block;
}

.navigation-block .navigation-more:hover div {
    cursor: pointer;
    width: 160px;
}


.navigation-block .navigation-more div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    background: #6C757E;
}

.navigation-block .navigation-hide {
    display: none;
    opacity: 0;
}

.header-logo {
    position: relative;
    display: flex;
    align-items: center;
}

.header-logo a:last-child {
    margin-left: 47px;
}

.header-logo::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.40);
    width: 1px;
    height: 51px;
    left: 26%;
}

.main-block {
    position: relative;
    color: #FFF;
    height: 848px;
    background-image: var(--main-block-img);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: rgba(22,22,22,0.1);
    background-blend-mode: multiply;
}

.main-block--dom-hero {
    background-image: none;
    background-color: #202020;
    background-blend-mode: normal;
    overflow: hidden;
}

.main-block--dom-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(22,22,22,0.1);
    pointer-events: none;
}

.main-block--dom-hero .main-block__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.main-block--dom-hero .main-block__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    display: block;
}

.main-block--dom-hero .container {
    position: relative;
    z-index: 1;
}

.main-block .link-map {
    display: flex;
    align-items: center;
}

.main-block .link-map svg {
    margin-right: 14px;
}

.main-block .link-map {
    color: #6C757E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;

    line-height: 18px;
}

.main-block .dark-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    animation-name: anim-op;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}

@keyframes anim-op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main-block .main-object-logo {
    margin-top: 86px;
    text-align: center;
}

.main-block .row:not(.main-object-logo) {
    display: flex;
    margin-top: 190px;
}

.main-block .end-time {
    display: inline-block;
    padding: 11px 18px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;

    line-height: 18px;
    border-radius: 15px;
    background: var(--secondary-color);
}

.main-block .main-title {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.main-block .main-title-descr {
    font-size: 42px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.main-block .main-title-location{
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0.75px;
    margin-top: 19px;
}

.main-block .main-desc {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 0;
    max-width: 512px;
}

.main-block .custom-button {
    margin-top: 38px;
    text-align: center;
}

.main-block .row .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.main-block .main-min-block {
    display: inline-block;
    width: 363px;
    text-align: left;
    background: #fff;
    border-radius: 30px;
    color: #161616;
    padding: 30px 33px;
}

.main-block .main-min-block .lineLeft {
    animation-delay: 0.9s;

}

.main-block .col-md-6 .lineUp {
    animation-delay: 1.8s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.main-block .col-md-6 .end-time.lineUp,
.main-block .col-md-6 .custom-button.lineUp {
    animation-delay: 1.6s;
}

.main-block .col-md-6 .lineLeft {
    animation-delay: .8s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.main-block .main-min-block.map-link a,
.main-block .main-min-block.map-link a circle,
.main-block .main-min-block.map-link a path {
    transition: .3s;
}



.main-block .main-min-block.map-link a:hover {
    color: var(--main-color);
}

.main-block .main-min-block.map-link a:hover circle {
    fill: var(--main-color);
    stroke: var(--main-color);
}

.main-block .main-min-block.map-link a:hover path {
    stroke: var(--secondary-color);
}

.main-block .main-min-block.objects-slide .owl-carousel {
    height: 108px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-block .main-min-block.objects-slide p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;

    line-height: 27px;
}

.main-block .main-min-block.objects-slide .owl-carousel .owl-item {
    height: 108px;
}

.main-block .main-min-block.objects-slide {
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
    color: #FFF;
    padding-bottom: 0;
    height: 172px;
}

.main-block .main-min-block.objects-slide img {
    width: 140px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.main-block .main-min-block.objects-slide .main-block-desc {
    position: absolute;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;

    line-height: 18px;
    left: 116px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-block .main-min-block.objects-slide .owl-nav {
    display: flex;
    position: absolute;
    top: 5px;
    left: 28px;
    bottom: 0;
    margin: auto;
    align-items: center;
}

.main-block .main-min-block.objects-slide .owl-nav .owl-prev circle,
.main-block .main-min-block.objects-slide .owl-nav .owl-prev path,
.main-block .main-min-block.objects-slide .owl-nav .owl-next circle,
.main-block .main-min-block.objects-slide .owl-nav .owl-next path {
    transition: .3s;
}

.main-block .main-min-block.objects-slide .owl-nav .owl-prev:hover circle,
.main-block .main-min-block.objects-slide .owl-nav .owl-next:hover circle {
    fill: var(--main-color);
    stroke: var(--main-color);
}

.main-block .main-min-block.objects-slide .owl-nav .owl-prev:hover path,
.main-block .main-min-block.objects-slide .owl-nav .owl-next:hover path {
    stroke: var(--secondary-color);
}

.main-block .main-min-block:not(:first-child) {
    margin-top: 23px;
}

.main-block .main-min-block p,
.main-block .main-min-block a {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    transition: .3s;
}

.main-block .main-min-block a {
    font-size: 21px;
    color: #161616;
}

.main-block .main-min-block a:hover {
    color: var(--main-color);
}

.main-block .main-min-block:not(.objects-slide) span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    color: #6C757E;
}

.main-block .main-min-block span svg {
    margin-right: 15px;
}


p.custom-title-desc {
    color: var(--secondary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

h2.custom-title {
    position: relative;
    color: #161616;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}

.mobile-version,
a.mobile-version,
.main-block .main-min-block.mobile-version {
    display: none;
}

.location-block .location-row {
    position: relative;
    margin-top: 50px;
}

.location-block .owl-carousel {
    display: none;
}

.location-block h2.custom-title br {
    display: none;
}

.cg__block img {
    width: 100%;
    border-radius: 14px;
}

.cga__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cga__title p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.cg__about {
    padding: 20px;
    border-radius: 14px;
    height: 157px;
}

.cg__about.cg__about_mt {
    margin-top: 30px;
}

.close__green > .row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}


.close__green .img-responsive {
    border-radius: 14px;
}


.close__green .owl-prev {
    position: absolute;
    top: calc(50% - 31px);
    left: -105px;
}

.close__green .owl-prev circle {
    transition: .3s;
}

.close__green .owl-prev:hover circle {
    fill: var(--main-color);
}

.close__green .owl-dots {
    display: none
}



.show__close_green {
    margin: 15px auto 0;
}

.na__block_img img {
    width: 100%;
    border-radius: 10px 10px 3px 3px;
}

.na__block_img {

    border-radius: 14px;
}



.new__architectory .na__row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.new__architectory .col-md-3 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 16px 14px;
}

.new__architectory .napb__title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.entrance-block .flats-type-title {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #161616;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.entrance-block .flats-type {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



.entrance-block .flats-info-descr {
    font-size: 18px;
    font-weight: 350;
}



.entrance-block .owl-nav {
    display: none;
}
.entrance-block .owl-dots {
    display: none;
}

.entrance-block .na__row {
    margin-top: 30px;
}


.entrance-block .flats-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0;
    height: 277px;
}


.entrance-block .entrance-button-flats {
    background: none;
    text-decoration: none;
    border: none;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    background: #f6f2e5;
    border-radius: 8px 8px 0 0;
    background: var(--secondary-color);
    color: var(--main-color);
}

.entrance-block .entrance-button-flats.active {
    border-radius: 8px 8px 0 0;
    background: #f6f2e5;
    text-decoration: none;
    border: none;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    color: inherit;
}


.entrance-block .entrance-button-flats:not(:first-child) {
    margin-left: 5px;
}


.entrance-block .button-custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    box-shadow: 7px 7px 18px 0 rgba(0, 0, 0, 0.07);
    max-width: max-content;
    margin-left: 25px;
}

.entrance-block .custom-title-desc {
    color: var(--secondary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-bottom: 22px;
}



.entrance-block .col-md-6 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 16px 14px;
}


.entrance-block .img-responsive {
    height: 100%;
    border-radius: 14px;
    margin: auto;
    max-height: 285px;
    padding: 0;
}


.entrance-block .title-house {
    padding-left: 25px;
    padding-bottom: 20px;
}


@media (max-width: 1200px) {
    .entrance-block .entrance-links {
        display: block;
    }

}


.entrance-block ul {
    margin-top: 20px;
    padding-left: 20px;
}


/*.entrance-block .col-lg-4 > div {*/
/*    margin-top: 20px;*/
/*    border-radius: 30px;*/
/*    background: #f6f2e5;*/
/*    box-shadow: 7px 7px 18px 0px rgba(0, 0, 0, 0.07);*/
/*    padding: 24px 20px;*/

/*}*/


.entrance-block .trusted__title {
    margin-top: 25px;
    margin-bottom: 25px;
}


.entrance-block .custom-button {
    margin: 20px auto 0;
    text-align: center;
}



.family__flats .na__row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}



.fam__title {
    display: flex;
    align-items: center;
    gap: 10px;
}



.investition__flats .na__row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.investition__flats .col-md-6 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 20px;
}



.trusted__project__flats .na__row {
    /*display: flex;*/
    /*align-items: center;*/
    margin-top: 30px;
}


.nabm__title {
    font-size: 22px;
    font-weight: 400;
}

.nabm__title__descr {
    font-weight: 350;
    font-size: 16px;
    margin-top: 5px;
}


.nab__min,
.nap__block {
    padding: 20px;
    border-radius: 14px;
}

.napb__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.napb__text {
    font-weight: 350;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}


.na__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nabm__text {
    font-weight: 350;
    font-size: 18px;
    margin-top: 12px;
}

.cga__desc {
    font-weight: 350;
    font-size: 14px;
    margin-top: 15px;
}

.trusted__project__flats .na__prem {
    margin-top: 20px;
}

.na__desc {
    margin: 28px auto 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.new__architectory .custom-button {
    margin: 26px auto 0;
    text-align: center;
}


.family__flats .custom-button {
    margin: 20px auto 0;
}


.family__flats .na__prem .col-md-4 > div {
    margin-top: 20px;
}

.family__flats .napb__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}



.family__flats .napb__text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
}


.family__flats .img-responsive {
    border-radius: 14px;
}

.family__flats .descr_family_flats {
    margin-top: 15px;
    min-height: 170px;
}

.family__flats .descr_family_flats p {
    margin-top: 8px;
}


.family__flats .flats-info-descr p {
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.family__flats .flats-info-descr p strong {
    margin-left: 6px;
}






.investition__flats .custom-button {
    margin: 20px auto 0;
}


.trusted__project__flats .custom-button {
    margin: 20px auto 0;
}


.information-block .col-lg-4 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 16px 14px;
}

.information-block .col-lg-3 > div {
    margin-top: 20px;
    background: #f6f2e5;
}


.information__desc {
    margin-bottom: 6px;
    padding: 15px;
    margin-top: 10px;
}


.information-block .information-pictures {
    width: 100%;
    object-fit: cover;
    object-position: center
}


.information-custom-card {
    border-radius: 10px;
    background: #f6f2e5;
    box-shadow: 7px 7px 18px 0px rgba(0, 0, 0, 0.07);

}


.information-block .store-description {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 350;
}


.information-pictures .img-responsive {
    height: 100%;
    border-radius: 14px;
    margin: auto;
}

.information-block .description-title {
    color: #161616;
    font-size: 22px;
    margin-top: 36px;
    font-style: normal;
    font-weight: 350;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.information-block .store-description-title {
    text-align: center;
    color: #161616;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.information-block .ib__description {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-top: 14px;
    text-align: center;
    font-weight: 350;
}



.location-block .location-about {
    position: absolute;
    padding: 52px 30px;
    top: 64px;
    background: #f6f2e5;
    color: #161616;
    font-size: 22px;
    font-style: normal;

    font-weight: 300;
    line-height: 29px;
    border-radius: 30px;
    width: 600px;
}



.location-block .col-lg-3 > div {
    margin-top: 20px;
    background: #f6f2e5;

}


.location-block img {
    border-radius: 10px 10px 2px 2px;
}

.location-block .location-min-title {
    color: #161616;
    width: 145px;
    margin: 6px 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 153.846% */
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.location-block .location-desc {
    width: 158px;
    color: #161616;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;

}

.location-block .location-desc-block {
    margin-left: 15px;
}

.location-block .row {
    margin-top: 15px;
}

.location-block .row > .col-md-6 > .row .col-xs-6 {
    display: flex;
    padding-left: 0;
    margin-top: 43px;
}

.location-block .row > .col-md-6 > .row .col-xs-6.mobile-version {
    display: none;
}

.location-block .location-list {
    margin-top: -90px;
}

.location-block .location-description {
    color: #161616;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;

    line-height: 29px;
}


.location-custom-card .location-description {
    margin-top: 10px;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 25px;
    width: 100%;
}


.location-block .location-custom-title {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #161616;
    font-size: 29px;
    font-style: normal;
    font-weight: 550;
    line-height: 62px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.location-block .store-description-title {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.lcc__title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.location-block .store-description {
    text-align: center;
    color: #161616;
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
    line-height: 19px;
    margin-top: 10px;
}


.location-block .description-title {
    color: #161616;
    font-size: 22px;
    margin-top: 28px;
    font-style: normal;
    font-weight: 350;
    line-height: 29px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
}


.location-block .location-description-title {
    color: #161616;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.location-block .location-description-block {
    display: grid;
    gap: 45px;
}


.location-block .lb__position_text  {
    height: 100%;
    display: flex;
    align-items: center;
}


.location-block .location-map {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.map__location .location-custom-card {
    padding: 15px;
    width: 100%;
}

.location-custom-card {
    border-radius: 10px;
    background: #f6f2e5;
    box-shadow: 7px 7px 18px 0px rgba(0, 0, 0, 0.07);
}

.location__desc {
    padding: 0 15px 15px;
    margin-top: 10px;
}

.location-info-block {
    display: flex;
    justify-content: center;
}


.wrap .interesting-block {
    padding-bottom: 0;
}


@media (min-width: 1200px) {
    .container:not(.no-override) {
        max-width: 1179px
    }
}


.owl-theme .owl-dots .owl-dot span {
    background: #DADADA;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--main-color);
    border: none;
}

.custom-block {
    border-radius: 120px;
    /*background: #f6f2e5;*/
}

.trusted__project__flats .col-lg-6 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 16px 14px;
}

.trusted__project__flats .location__desc {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.trusted__title {
    display: flex;
    gap: 14px;
    margin: auto;
}


.trusted-description-title {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}


.trusted__project__flats .trusted-description-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    margin-bottom: 0;
}

.trusted-description {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    margin-bottom: 0;
    margin-top: 8px;
}

.trusted-description-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}




.trusted__project__flats .col-lg-4 > div {
    margin-top: 20px;
    /*background: #F4F4F4;*/
    background: #f6f2e5;
    padding: 16px 14px;
}

.trusted__project__flats .col-lg-3 > div {
    margin-top: 20px;
    background: #f6f2e5;
    padding: 16px 14px;
}



@media (max-width: 1200px) {
    .close__green > .row {
        display: block;
        margin-top: 20px;
    }

    .cg__about {
        margin-top: 20px;
    }

    .investition__flats .na__row {
        display: block;
        margin-top: 20px;
    }

    .na__block {
        margin-top: 20px;
    }

    .new__architectory .na__row {
        display: block;
        margin-top: 30px;
    }

    .trusted__project__flats .trusted__title {
        display: block;
    }

    .entrance-links {
        display: block;
    }

    .entrance-links {
        display: block;
    }

}


.sales__department__flats .trusted__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}


.sales__department__flats .na__block_img {
    padding: 15px 0;
}


.sales__department__flats .na__row {
    margin-top: 30px;
}

.sales__department__flats .na__block__descr {
    padding: 0 15px 15px 15px;
}


.sales__department__flats .sales-button {
    margin-top: 45px;
}



.sales__department__flats .sale-group {
    height: 100%;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
}


.sales__department__flats a {
    text-decoration: none;
    color: #161616;
}


.sd__title_card {
    font-weight: 400;
}


.sales__department__flats .nab__min__sales {
    padding-top: 15px;
    font-weight: 350;
}




.sales-button {
    display: flex;
}


.sales__department__flats .custom-button {
    margin: 20px;
    width: 100%;
    display: flex;
    justify-content: center;

    position: relative;
    border-radius: 15px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 22px 22px;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}



.parking-block .na__block_img {
    padding-bottom: 15px;
}


.parking-block .custom-button {
    margin: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 15px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 22px 22px;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}

.parking-block .parking-title {
    text-align: center;
    color: #161616;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 55px;
}



.parking-block .na__row {
    margin-top: 30px;
}


.parking-block .parking-info-card {
    padding: 15px 45px;
}


.parking-block .trusted__title {
    margin-top: 0;
    margin-bottom: 25px;
    gap: 20px;
}


.parking-block .trusted-description {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    margin-bottom: 0;
    margin-top: 10px;
}

.parking-block .scenarios {
    padding: 0 45px;
}



.parking-block .parking-scenarios {

    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: auto;
}

.parking-block .parking-scenarios-descr {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.parking-block .parking-button {
    display: flex;
    padding: 0 25px;
}




.storage-block .na__block_img {
    padding-bottom: 15px;
}




.storage-block .custom-button {
    margin: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 15px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 22px 22px;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}

.storage-block .storage-title {
    text-align: center;
    color: #161616;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
}



.storage-block .na__row {
    margin-top: 30px;
}


.storage-block .storage-info-card {
    padding: 25px 45px;
}


.storage-block .trusted__title {
    margin-top: 0;
    margin-bottom: 25px;
    gap: 15px;
}


.storage-block .trusted-description {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    margin-bottom: 0;
    margin-top: 10px;
}

.storage-block .scenarios {
    padding: 0 45px;
}


.scenarios-card {
    min-height: 179px;
    border-radius: 10px;
    background: white;
}



.storage-block .storage-scenarios {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: auto;
}

.storage-block .storage-scenarios-descr {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.storage-block .storage__block__button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    width: 400px;
}



.storage-block .storage-button {
    display: flex;
    width: 430px;
    padding: 0 25px;
    margin: auto;
}






.commercial-block .na__row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.commercial-block .custom-button {
    margin: 20px auto 0;
}

.commercial-block .na__prem .col-md-4 > div {
    margin-top: 20px;
}


.commercial-block .nabm__title {
    font-size: 22px;
}

.commercial-block .napb__title {
    display: flex;
    justify-content: center;
    align-items: center;
}





@media (max-width: 960px) {

    .information-block .information__desc {
        min-height: max-content;
    }



    .sales__department__flats .sales-button {
        margin-top: 0;
    }



    .sales__department__flats .nabm__title {
        text-align: center;
    }



    .information-block a.button-rooms  {
        font-size: 17px;
    }

    /*.information-block .custom-button link__2gis {*/
    /*    padding: 20px;*/
    /*    font-size: 17px;*/
    /*}*/






    .storage-block .line-title {
        display: block;
    }

    .storage-block .storage__block__button{
        display: block;
        align-items: center;
        margin-top: 30px;

    }


    .family__flats .na__row {
        display: block;

        margin-top: 30px;
    }


    .family__flats .location-custom-card {
        margin-top: 30px;
    }

    .commercial-block .na__row {
        display: block;

        margin-top: 30px;
    }

    .entrance-block .flats-type-title {
        font-size: 20px;
    }

    .entrance-block .flats-img {
        height: auto;
        width: auto;
    }

    .trusted__project__flats .trusted-description-title {
        display: block;
    }

    .scenarios-card {
        min-height: max-content;
        margin-top: 15px;
    }


    .entrance-block .img-responsive {
        margin-top: 30px;

    }


    .entrance-block .flats-img {
        display: block;

    }


    .parking-block .parking-title {
        padding: 0 22px;
        font-size: 22px;
    }


    .storage-block .storage-title {
        padding: 0 22px;
        font-size: 22px;
    }


    .storage-block .storage-info-card {
        padding: 25px 22px;
    }


    .parking-block .parking-info-card {
        padding: 25px 22px;
    }



    .parking-block .scenarios {
        padding: 0 22px;
    }


    .storage-block .scenarios {
        padding: 0 22px;
    }

    .sales-button {
        display: block;
    }

    .sales__department__flats .custom-button {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: auto;
    }


    .storage-block .custom-button {
        margin-top: 10px;
        width: auto;
    }


    .storage-block .storage-button {
        display: block;
        padding: 0 25px;
        margin: 0;
        width: 100%;
    }

    .parking-block .custom-button {
        margin-top: 10px;
        width: auto;
    }

    .parking-block .parking-button {
        display: block;
    }

    .close__green > .row {
        display: block;
        margin-top: 20px;
    }

    .cg__about {
        margin-top: 20px;
    }

    .investition__flats .na__row {
        display: block;
        margin-top: 20px;
    }

    .na__block {
        margin-top: 20px;
    }

    .storage-block .na__block {
        margin-top: 20px;
    }

    .storage-block .location-custom-card {
        justify-content: center;
    }



    .parking-block .na__block {
        margin-top: 20px;


    }.parking-block .location-custom-card {
        justify-content: center;
    }

    .new__architectory .na__row {
        display: block;
        margin-top: 30px;
    }

    .trusted__project__flats .trusted__title {
        display: block;
    }

    .entrance-links {
        display: block;
    }

    .entrance-links {
        display: block;
    }

}




.flats-block .flats-desc {
    width: 705px;
}

.flats-block ul {
    padding-left: 20px;
}

.flats-block a.custom-button {
    display: block;
    padding: 15px 30px;
    width: fit-content;
    margin: 20px auto 0;
}


.flats-block .flats-desc,
.flats-block .flats-val {
    color: #161616;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;

}


.flats-block .description_family_flats {
    margin-top: 5px;
    font-size: 14px;
}


.flats-block .button-custom-card {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    max-width: max-content;
    margin-left: 25px;
}



.flats-block .entrance-button-flats {
    background: none;
    text-decoration: none;
    border: none;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    background: #f6f2e5;
    border-radius: 8px 8px;
    background: var(--secondary-color);
    color: var(--main-color);
}

.flats-block .entrance-button-flats.active {
    border-radius: 8px 8px;
    background: #f6f2e5;
    text-decoration: none;
    border: none;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    color: inherit;
}


.flats-block .entrance-button-flats:not(:first-child) {
    margin-left: 5px;
}

.line-title {
    font-weight: 400;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
}

.line-title::before,
.line-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}

.line-title span {
    padding: 0 20px;
}

.line-title strong {
    white-space: nowrap;
}


.flats-val {
    text-align: center;
    margin-top: 15px;
}

.flats-block .flats-title {
    margin-top: 0;
    color: #161616;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.38px;
    text-transform: uppercase;
}

.flats-block .flats-text {
    margin-top: 42px;
    margin-bottom: 26px;
}


.flats-block .room-card {
    padding-right: 10px;
    padding-left: 10px;
}

.flats-block .col-lg-3 > div {
    margin-top: 20px;
    border-radius: 10px;
    background: #f6f2e5;
    box-shadow: 7px 7px 18px 0px rgba(0, 0, 0, 0.07);
    padding: 16px 14px;
}


.flats-block .col-lg-4 > div {
    margin-top: 20px;
    border-radius: 30px;
    background: #f6f2e5;
    box-shadow: 7px 7px 18px 0px rgba(0, 0, 0, 0.07);
    padding: 36px 36px 46px 36px;

}

.flats-block .flats-img {
    width: 100%;
    /*height: 266px;*/
    margin-bottom: 10px;
}

.flats-block .flats-img img {
    height: 100%;
    margin: auto;
    border-radius: 14px;
}

.flats-block .flats-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flats-block .flats-room {
    display: flex;
    align-items: center;

}

.flats-block .flats-cost {
    margin-top: 17px;
}

.flats-block .flats-type,
.flats-block .flats-cost {
    color: #161616;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.flats-block .flats-room {
    color: #161616;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}


.flats-block .flats-info {
    display: flex;
    align-items: center;
    margin-top: 8px;
}


.flats-block .flats-info rect {
    fill: var(--secondary-color);
}

.flats-block .flats-info p {
    margin-left: 8px;
    margin-bottom: 0;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;

    line-height: 24px;
}

.flats-block .flats-info-descr p {
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.flats-block .flats-info-descr p strong {
    margin-left: 6px;
}

.flats-block .custom-button {
    width: 100%;
    margin-top: 39px;
    text-align: center;
}

.flats-block .apartments-button  {
    font-size: 19px;
}

.footer {
    color:#FFF;
    background-color: var(--secondary-color);
    padding-bottom: 76px;
}

.footer .col-xs-12.mobile-version {
    display: none;
}

.footer {
    display: flex;
}

.footer .forAgency {
    height: 60px;
    background: #fff;
    color: var(--secondary-color);
    padding: 0 20px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #fff;
    transition: .3s;
}

.footer .forAgency:hover {
    background: var(--secondary-color);
    color: #fff;
}

.footer .forAgencyMobile {
    display: none;
}

.footer .footer-social {
    margin-top: 73px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-social:after,
.footer .footer-social:before {
    display: none;
}

.footer .button-top {
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 18px 26px;
    border-radius: 15px;
    border: 1px solid #FFF;
    text-decoration: none;
    transition: .3s;
}

.footer .button-top svg,
.full-menu .soc-links a:not(.soc-link-phone) svg {
    transition: .3s;
}

.footer .button-top:hover {
    color: var(--secondary-color);
    background-color: #FFF;
}

.footer .button-top:hover svg {
    stroke: var(--secondary-color);
}

.footer .button-top:hover path {
    fill: var(--secondary-color);
}

.footer .button-top p {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.footer .button-top svg {
    margin-left: 13px;
}

.footer .footer-soc {
    display: flex;
    align-items: center;
}

.footer .footer-soc a {
    display: flex;
    margin-right: 16px;
    transition: .3s;
    border-radius: 16px;
    align-items: center;
}

.footer .footer-soc path,
.footer .footer-soc rect,
.full-menu .soc-links a:not(.soc-link-phone):hover path,
.full-menu .soc-links a:not(.soc-link-phone):hover rect {
    transition: .3s;
}

.footer .footer-soc a:not(.button-top):hover path,
.full-menu .soc-links a:not(.soc-link-phone, .button-top):hover path {
    fill: #FFF;
}

.footer .footer-soc a:hover rect,
.full-menu .soc-links a:not(.soc-link-phone):hover rect {
    fill: var(--secondary-color);
}

.footer .row {
    margin-top: 60px;
}

.footer li {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 161.905% */
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer .sale-group {
    background: #FFF;
    border-radius: 30px;
    padding: 31px 39px 28px;
    color: #161616;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
}

.footer .sale-group p {
    margin-bottom: 0;
}

.footer a {
    color: #FFF;
}

.footer .sale-group a {
    color: #161616;
}

.footer .offers {
    margin-top: 34px;
    font-size: 18px;
    font-style: normal;

    font-weight: 300;
    line-height: 24px;
}

.footer .politic {
    margin-top: 24px;
    display: flex;
    font-size: 20px;
    font-style: normal;

    font-weight: 300;
    line-height: 24px; /* 120% */
    justify-content: space-between;
}

.footer .politic a:first-child {
    text-decoration-line: underline;
}


.btn-danger {
    border-radius:0 !important;
    border-bottom:3px solid #E31E24;
}

.mainblock .logo {width:400px; height:162px; overflow:hidden; text-indent:-9000px; /* background: url(https://smssnsk.ru/files/66/5886bad140c57321edbb3c341ce2e821.png) no-repeat 0 0; */ }
.mainblock .container {padding-top:70px; position:relative; z-index:100;  }
.mainblock .description {max-width:380px; padding:30px 0; color:#3E3F3F; }

.map {min-height:450px;}
.map #maplace {width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; }
.map .container {position:relative; z-index:2; padding:30px 0;}
.map .container > .row {margin:0; }
.map .map-description {background: rgba(255,255,255,.9); padding-top:10px; padding-bottom:10px; }
.map .map-description h3 {color:#E31E24; font-size:20px; margin:0 0 10px 0; padding:10px 0 10px 55px; position:relative; }
.map .map-description h3:before {position:absolute; top:0px; left:0px; content:''; display:block; width:45px; height:45px; /* background: url(http://krasenhouse.ru/assets/design/sprite.png) no-repeat 0 -50px; */ }
.map .map-description .col-002 h3:before {background-position: -45px -50px; }
.map .map-description .col-003 h3:before {background-position: -90px -50px; }
.map .map-description .col-004 h3:before {background-position: -135px -50px; }
.map .map-description .col-005 h3:before {background-position: -180px -50px; }
.map .map-description span {font-size:14px; line-height:1.33; display:block; }
.map .map-description .row div {padding:20px 20px; }

.gallery {border-bottom:10px solid #34A8DF;}
/*
.gallery .row {margin:0 !important; }
.gallery .row div {padding:0 !important; }
*/
.gallery a:hover img {opacity:.9; }


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

@media (max-width: 767px) {

    .entrance-block .button-custom-card {
        margin-left: 0;
    }

    .information-block .ib__description {
        min-height: max-content;
    }

    .navbar-toggle {margin-top:17px !important; }

    .wrap {padding:0; margin:0; }


    .footer {height:auto; padding-bottom:20px; }
    .footer .container {padding-top:0px;}
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "↓";
}

a.desc:after {
    content: /*"\e114"*/ "↑";
}

.grid-view th {
    white-space: nowrap;
}



.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.position-relative {position:relative; }

.news-list {}
.news-list .news-body {padding:20px; background: #fff; }
.news-list .news-body h3 {font-size:20px; color:#2B2A26; margin:0; padding:0; }
.news-list .news-body h3 a {font-size:20px; color:#2B2A26; }
.news-list .news-body span {display:block; padding-bottom:10px; }
.news-list .news-body span.date {font-size:12px; }
.news-list .news-body a {display:block; font-size:12px; color:#E31E24; }

.news-years {}
.news-years a {display:inline-block; padding:10px; margin-right:10px; color:#444; }
.news-years a.current {background:#E31E24; color:#fff;}

/* */

.cbp-popup-wrap {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
    box-sizing: border-box;
    background: rgba(255,255,255,.99);
    padding: 20px;
    overflow-y: auto;
    left: 100%;
    transition: left 0.6s ease-in-out 0s;
    left: 0;
    z-index: 10105;
}

.cbp-popup-content {width:100%; height:100%; position:relative; }
.cbp-popup-content #kload {position:absolute; top:50%; left:50%; margin: -70px 0 0 -60px; }

.popup-header {padding:20px 0 50px 0; }


/* */

.p-n {padding: 0!important}
.p-xxs {padding: 5px}
.p-xs {padding: 10px}
.p-sm {padding: 15px}
.p-m {padding: 20px}
.p-md {padding: 25px}
.p-lg {padding: 30px}
.p-xl {padding: 40px}
.p-t-none {padding-top:0!important}
.p-t-xxs {padding-top: 1px}
.p-t-xs {padding-top: 5px}
.p-t-sm {padding-top: 10px}
.p-t {padding-top: 15px}
.p-t-md {padding-top: 20px}
.p-t-lg {padding-top: 30px}
.p-t-xl {padding-top: 40px}
.p-t-xxl {padding-top: 50px}
.p-b-none {padding-bottom:0!important}
.p-b-xxs {padding-bottom: 1px}
.p-b-xs {padding-bottom: 5px}
.p-b-sm {padding-bottom: 10px}
.p-b {padding-bottom: 15px}
.p-b-md {padding-bottom: 20px}
.p-b-lg {padding-bottom: 30px}
.p-b-xl {padding-bottom: 40px}
.p-b-xxl {padding-bottom: 50px}
.p-r-none {padding-right:0!important}
.p-l-none {padding-left:0!important}
.m-xxs {margin: 2px 4px}
.m-xs {margin: 5px}
.m-sm {margin: 10px}
.m {margin: 15px}
.m-md {margin: 20px}
.m-lg {margin: 30px}
.m-xl {margin: 50px}
.m-n {margin: 0!important}
.m-l-none {margin-left: 0}
.m-l-xs {margin-left: 5px}
.m-l-sm {margin-left: 10px}
.m-l {margin-left: 15px}
.m-l-md {margin-left: 20px}
.m-l-lg {margin-left: 30px}
.m-l-xl {margin-left: 40px}
.m-l-n-xxs {margin-left: -1px}
.m-l-n-xs {margin-left: -5px}
.m-l-n-sm {margin-left: -10px}
.m-l-n {margin-left: -15px}
.m-l-n-md {margin-left: -20px}
.m-l-n-lg {margin-left: -30px}
.m-l-n-xl {margin-left: -40px}
.m-t-none {margin-top: 0}
.m-t-xxs {margin-top: 1px}
.m-t-xs {margin-top: 5px}
.m-t-sm {margin-top: 10px}
.m-t {margin-top: 15px}
.m-t-md {margin-top: 20px}
.m-t-lg {margin-top: 30px}
.m-t-xl {margin-top: 40px}
.m-t-xxl {margin-top: 50px}
.m-t-n-xxs {margin-top: -1px}
.m-t-n-xs {margin-top: -5px}
.m-t-n-sm {margin-top: -10px}
.m-t-n {margin-top: -15px}
.m-t-n-md {margin-top: -20px}
.m-t-n-lg {margin-top: -30px}
.m-t-n-xl {margin-top: -40px}
.m-r-none {margin-right: 0}
.m-r-xxs {margin-right: 1px}
.m-r-xs {margin-right: 5px}
.m-r-sm {margin-right: 10px}
.m-r {margin-right: 15px}
.m-r-md {margin-right: 20px}
.m-r-lg {margin-right: 30px}
.m-r-xl {margin-right: 40px}
.m-r-n-xxs {margin-right: -1px}
.m-r-n-xs {margin-right: -5px}
.m-r-n-sm {margin-right: -10px}
.m-r-n {margin-right: -15px}
.m-r-n-md {margin-right: -20px}
.m-r-n-lg {margin-right: -30px}
.m-r-n-xl {margin-right: -40px}
.m-b-none {margin-bottom: 0}
.m-b-xxs {margin-bottom: 1px}
.m-b-xs {margin-bottom: 5px}
.m-b-sm {margin-bottom: 10px}
.m-b {margin-bottom: 15px}
.m-b-md {margin-bottom: 20px}
.m-b-lg {margin-bottom: 30px}
.m-b-xl {margin-bottom: 40px}
.m-b-xxl {margin-bottom: 50px}
.m-b-n-xxs {margin-bottom: -1px}
.m-b-n-xs {margin-bottom: -5px}
.m-b-n-sm {margin-bottom: -10px}
.m-b-n {margin-bottom: -15px}
.m-b-n-md {margin-bottom: -20px}
.m-b-n-lg {margin-bottom: -30px}
.m-b-n-xl {margin-bottom: -40px}
.space-15 {margin: 15px 0}
.space-20 {margin: 20px 0}
.space-25 {margin: 25px 0}
.space-30 {margin: 30px 0}

.index-phone {font-size:22px; color:#000; font-weight:bold; display:inline-block; padding:0px 0 0 10px; position:relative; top:3px; }

.c:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}
#timeline-list {background: #2B2A29; overflow: hidden; height:140px; width:100%; }
#timeline-list .timelie-list-width {width:99999px; height:110px; position:relative; }
#timeline-list a {position:relative; float:left; }
#timeline-list a .timeline-date {position:absolute; bottom:-16px; left:0px; color:#FFF; font-size:12px; display:block; padding-left:10px; }
#timeline-list a .timeline-date:before {position:absolute; top:0; left:0; content:''; display:block; border: 5px solid transparent; border-left: 5px solid #E31E24; border-top: 5px solid #E31E24; }
#timeline-list a img {border-bottom:10px solid #E31E24; }
#timeline-list a:hover {opacity:.9; }

.timecount {padding:25px 0 20px 0; /* background:url(http://krasenhouse.ru/assets/design/timecount.gif) 0 0; */ border-bottom:10px solid #FFF; }
.timecount h2 {position:relative; }
.timecount h2 span {display:block; font-size:12px; color:#727271; }


.timeline {position:relative; padding-left:20px; }

.entry:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 4px;
    background: #ddd;
    z-index:-1;
}
.entry:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    /*border: 4px solid salmon;*/
    /*background-color: #fff;*/
    border-radius: 100%;
    top: 0;
    left: -2px;
    z-index: 99;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 1900px) {

    .wrap .better-life-block .container {
        width: 1920px;
    }

}

@media (max-width: 1200px) {


    

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



    .location-block .location-list {
        margin-top: 0;
    }


    .public-place-block .col-md-6:nth-child(2) {
        margin-top: 0;
    }

    .public-place-block .col-lg-6:first-child {
        margin-bottom: 30px;
    }

    .flats-block .flats-text .col-lg-2.col-md-3 {
        margin-top: 30px;
    }

    .full-menu {
        height: 100%;
    }

    .full-menu .close-sup-menu {
        justify-content: center;
    }

    .full-menu .row {
        margin-top: 50px;
    }

    .full-menu .col-lg-3 .header-horizon-line {
        display: block;
        position: inherit;
        opacity: 0;
        animation-fill-mode: forwards;
        margin-bottom: 32px;
    }

    .full-menu .header-vertical-line {
        display: none;
    }

    .footer .forAgency.desktop {
        display: none;
    }

    .footer .forAgencyMobile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 17px;
    }

    .footer .forAgencyMobile .forAgency {
        padding: 15px 30px 19px;
        border-radius: 16px;
    }

}

@media (max-width: 992px) {

    .main-block .main-min-block.mobile-version {
        display: inline-block;
    }

    .main-block .main-min-block:first-child,
    .main-block .main-min-block.map-link:not(.mobile-version) {
        display: none;
    }

    .main-block .row:not(.main-object-logo) {
        margin-top: 155px;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: var(--secondary-color);
    }

    .full-menu .col-lg-3 {
        margin-bottom: 30px;
    }

    .full-menu .col-lg-3 ul {
        border-bottom: 2px solid #FFF;
    }

    .full-menu .dop-button {
        display: inline-block;
    }

    .full-menu .dop-button a {
        display: inline-block;
    }

    .full-menu .dop-button > p {
        margin-top: 30px;
    }

    .main-block .end-time span {
        display: none;
    }

    .main-block .main-title {
        font-size: 39px;
        line-height: 57px;
    }

    .main-block .main-title-descr {
        font-size: 30px;
        line-height: 34px;
    }
    .main-block .main-title-location {
        font-size: 24px;
        line-height: 34px;
    }

    .main-block .main-desc {
        width: 320px;
        font-size: 19px;
        line-height: 24px;
    }

    .main-block .row .col-md-6:last-child {
        position: absolute;
        bottom: -74px;
        left: 0;
        right: 0;
    }

    .main-block .main-min-block {
        margin: auto;
    }

    .main-block .main-min-block:last-child {
        box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.07);
    }

    .location-block {
        position: relative;
    }

    .location-block .location-row {
        position: inherit;
    }

    .location-block .location-about {
        width: 100%;
        left: 0;
        top: 650px;
        z-index: -1;
        padding-top: 114px;
        border-radius: 50px;
    }

    .location-block img {
        float: unset;
        margin: auto;
    }

    .location-block .container > .row:not(.location-row) {
        margin-top: 240px;
    }

    .location-block .location-description-block {
        margin-top: 30px;
    }


    .navigation-block,
    .header-logo::before,
    .header-link-smss {
        display: none;
    }


    .main-block .row {
        justify-content: center;
    }

    .main-block .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .dark-img {
        display: none !important;
    }

    .main-block {
        background-color: rgba(22,22,22,.5);
        background-blend-mode: multiply;
    }

    .better-life-block .row {
        display: none;
    }

    .better-life-block .owl-carousel {
        display: inherit;
    }

}

@media (max-width: 800px) {

    #width-header.scrolled .header-list {

        padding: 10px 20px;

    }

    .header-list {
        border-bottom: 0;
    }

    .full-menu .container {
        padding-left: 79px;
        padding-right: 79px;
    }

    .full-menu .col-lg-8 ul {
        display: block;
        height: auto;
        column-count: 2;
    }

    .full-menu .col-lg-8 ul li:not(:first-child) {
        margin-top: 18px;
    }

    .full-menu .dop-button,
    .full-menu .dop-button a {
        width: 100%;
    }

    .full-menu .dop-button > a {
        text-align: center;
    }

    .full-menu .forAgency {
        font-size: 18px;
    }

    .full-menu .dop-button .camera-online {
        margin-top: 15px;
    }

    .full-menu .soc-links {
        justify-content: center;
    }

    .full-menu .soc-links .soc-link-phone,
    .full-menu .dop-button > p,
    .footer .col-md-6.col-xs-12,
    .footer .footer-soc .button-top {
        display: none;
    }

    .full-menu .dop-button div {
        display: inline-block;
        border-radius: 30px;
        background: #FFF;
        width: 100%;
        margin-top: 32px;
        padding: 29px;
    }

    .full-menu .dop-button div p {
        color: #161616;
        margin-left: 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .full-menu .dop-button div a {
        color: #161616;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .location-block .container > .row:not(.location-row) {
        margin-top: 310px;
    }

    .flats-block .flats-desc {
        width: auto;
    }

    .location-block .row > .col-md-6 > .row .col-xs-6 {
        justify-content: center;
    }


    .footer .col-xs-12.mobile-version {
        display: inherit;
    }

    .footer .button-top {
        margin-top: 21px;
        justify-content: center;
    }

    .footer .row {
        margin-top: 28px;
    }

    .footer .col-md-3.col-xs-6 {
        margin-top: 27px;
    }

    .header-sales-phone {
        display: none;
    }

    .wrap .container,
    .header-list,
    .location-block .location-about {
        padding-left: 80px;
        padding-right: 80px;
    }

    .header-logo a:last-child {
        margin-left: 0;
    }

}

@media (max-width: 550px) {

    #width-header.scrolled .link-paskal {
        transition: all 0.3s ease;
        width: 170px;
        height: 35px;
    }


    .line-title span {
        padding: 0;
    }


    /*.line-title::before,*/
    /*.line-title::after {*/
    /*    display: none;*/
    /*}*/

    .line-title strong {
        white-space: break-spaces;
    }

    .public-place-block a.custom-button {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }

    .location-block .owl-carousel img {
        height: 257px;
        width: 320px;
    }

    .custom-popup .close-popup {
        left: 0;
        top: 60px;
        right: 0;
        justify-content: center;
    }

    .better-life-block .owl-carousel .owl-item img {
        width: 320px;
        height: 251px;
    }

    .custom-popup .popup-content {
        left: 0;
        right: 0;
        width: auto;
        margin-left: 80px;
        margin-right: 80px;
        padding: 40px 36px 37px 38px;
        border-radius: 30px;
    }

    .custom-popup .popup-content h2 {
        font-size: 30px;
        line-height: 39px;
    }

    .custom-popup .popup-content p,
    .custom-popup .popup-access p {
        font-size: 17px;
        line-height: 23px;
    }

    .popup-content .popup-label-name {
        margin-top: 27px;
    }

    .popup-content label {
        margin-top: 12px;
    }

    .custom-popup .popup-content div {
        flex-direction: column;
        margin-top: 12px;
    }

    .custom-popup a.custom-button {
        width: 100%;
        text-align: center;
        margin-bottom: 23px;
    }

    .custom-popup .popup-content .popup-privacy {
        margin-left: 0;
        width: auto;
        text-align: center;
    }

    .custom-popup .popup-access {
        width: auto;
        left: 0;
        right: 0;
        margin-left: 80px;
        margin-right: 80px;
        height: auto;
        padding: 137px 38px;
        border-radius: 30px;
    }

    .custom-popup .popup-access h2 {
        font-size: 35px;
    }

    .custom-popup .popup-content input {
        font-size: 16px;
        line-height: 25px;
    }

    div.header-block li.header-item a.sup-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .main-block .main-min-block.objects-slide {
        height: 135px;
    }

    .main-block .main-min-block.objects-slide p span {
        display: inline-block;
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 27px;
        text-transform: uppercase;
    }

    .main-block .main-min-block.objects-slide p {
        position: absolute;
        top: 0;
    }

    div.header-block li.header-item.header-logo a {
        margin-right: 0;
    }

    div.header-block li.header-item.header-logo a svg {
        width: 180px;
    }

    .mobile-version {
        display: inherit;
    }

    .header-block .header-sales-phone,
    .desktop,
    .main-block .main-min-block.objects-slide .main-block-desc,
    .close-popup p {
        display: none !important;
    }

    .main-block .main-min-block.objects-slide .owl-nav {
        display: inline-block;
        bottom: 5px;
        top: auto;
    }

    .header-block .header-item a:last-child {
        display: flex;
        margin-right: 80px;
    }

    .header-block .header-item a:first-child {
        margin-left: 80px;
    }


    .full-menu ul li a {
        font-size: 22px;
    }

    .full-menu .dop-button > a,
    .main-block .main-min-block p,
    .about-block .about-img span {
        font-size: 17px;
    }

    .full-menu {
        position: absolute;
        height: auto;
        padding-bottom: 67px;
    }

    .main-block .end-time {
        font-size: 16px;
    }

    .main-block .main-title {
        margin-top: 18px;
    }

    .main-block .main-desc {
        margin-top: 13px;
    }

    .main-block .main-min-block {
        width: 320px;
        height: 130px;
        padding: 26px 0 27px 33px;
    }

    .main-block .main-min-block span {
        margin-top: 15px;
    }

    .wrap .container,
    .footer .container {
        padding-left: 80px;
        padding-right: 80px;
    }

    p.custom-title-desc {
        font-size: 17px;
        margin-bottom: 9px;
    }

    h2.custom-title {
        font-size: 24px;
        line-height: 33px;
    }

    .entrance-block .flats-type-title {
        font-size: 22px;
    }


    .flats-block .flats-desc,
    .flats-block .flats-val,
    .parking-block .parking-desc,
    .parking-block .parking-min-desc,
    .location-block .location-description,
    .location-block .location-about,
    .territory-block .owl-carousel .carousel-item p {
        font-size: 18px;
        line-height: 24px;
    }

    .entrance-block .flats-type-title {
        font-size: 22px;
    }

    .footer .sale-group {
        line-height: 18px;
    }


    .location-block {
        margin-top: 200px;
    }

    a.custom-button {
        font-size: 17px;
        line-height: 25px;
    }

    .location-block .owl-carousel {
        display: block;
    }

    .location-block .location-row > img,
    .better-life-block .container {
        display: none;
    }

    .location-block .location-row .owl-carousel {
        position: absolute;
        width: 100%;
        top: 231px;
        left: 0;
    }




    .location-block .container > .row:not(.location-row) {
        margin-top: 862px;
    }

    .location-block .location-about {
        z-index: 0;
        top: 550px;
    }

    .location-block .location-about p {
        margin-top: 42px;
    }







    .territory-block .owl-carousel .carousel-item p {
        margin-bottom: 0;
    }

    .location-block .row > .col-md-6 > .row .col-xs-6.mobile-version {
        display: inherit;
        margin-top: 25px;
        flex-direction: column;
        padding-left: 15px;
    }

    .location-block .container > .row:not(.location-row) {
        margin-top: 758px;
    }

    .location-block .location-min-title {
        font-size: 19px;
        line-height: 19px;
        margin-left: 11px;
    }

    .location-block .location-desc-block {
        display: flex;
        align-items: center;
        margin-left: 0;
    }

    .location-block .location-desc {
        margin-top: 12px;
    }

    .wrap .energy-block {
        padding-top: 53px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 18px;
    }

    .footer .footer-logo svg {
        width: 150px;
    }

    .footer .footer-soc svg {
        width: 41px;
        height: 41px;
    }

    .footer .footer-soc a {
        border-radius: 10px;
    }


    /*.wrap .public-place-block.container {*/
    /*    padding-top: 53px;*/
    /*}*/

    /*.public-place-block p:not(.custom-title-desc) {*/
    /*    margin-top: 0;*/
    /*}*/

    /*.public-place-block .col-lg-6:last-child,*/
    /*.public-place-block .col-md-6:nth-child(2) {*/
    /*    padding-left: 15px;*/
    /*}*/

    /*.public-place-block .col-lg-6:first-child,*/
    /*.public-place-block .col-md-6:nth-child(3) {*/
    /*    padding-right: 15px;*/
    /*}*/

    /*.public-place-block .col-md-6:nth-child(3) {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*}*/

    /*.public-place-block .col-lg-6:last-child {*/
    /*    margin-top: 383px;*/
    /*}*/

    /*.public-place-block .custom-button {*/
    /*    margin-top: 32px;*/
    /*}*/

    .button-plans {
        display: none;
    }

    .custom-block {
        border-radius: 50px;
    }

    .wrap .flats-block.container {
        padding-bottom: 0;
    }

    .wrap .parking-block.container,
    .wrap .zastr-block.container {
        padding-top: 53px;
    }

    .parking-block .parking-desc {
        margin-top: 20px;
    }

    .parking-block .parking-info:last-child {
        margin-left: 20px;
    }

    .parking-block .parking-info {
        margin-top: 29px;
    }

    .parking-block .parking-min-desc {
        margin-top: 10px;
    }

    /*.parking-block .parking-title {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .parking-block .col-md-6:nth-child(2n+1) {
        padding-right: 15px;
    }

    .parking-block .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }

    .wrap .parking-block.container {
        padding-bottom: 55px;
    }

    .footer .footer-social {
        margin-top: 44px;
    }

    .footer .sale-group p {
        margin-bottom: 0;
        line-height: normal;
        font-size: 16px;
    }

    .footer .sale-group a {
        font-size: 20px;
        display: block;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .footer li {
        font-size: 16px;
        line-height: 34px;
    }

    .footer .politic {
        flex-direction: column;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .offers {
        font-size: 13px;
        line-height: 16px;
    }

    .footer .forAgencyMobile {
        justify-content: center;
    }


    .img-floor-flat-streets {
        padding: 30px;
        background:
                url("../img/7b7823ec0dc7414a0ca60ac222ebc061.png") no-repeat bottom center / 14%,
                url("../img/fbe87129288ab0eb3980a149e8e25061.png") no-repeat center left / 5%,
                url("../img/24bf81c7c0052fd56627bac4b4d45000.png") no-repeat center right / 5%;
    }

}

@media (max-width: 480px) {

    .location-block {
        margin-top: 30px;
    }

    .location-block .location-about {
        top: 519px;
    }

    .location-block .location-about p {
        margin-top: 0;
    }

    .location-block .location-about {
        padding-bottom: 49px;
    }

    .wrap .location-block .container {
        padding-bottom: 46px;
    }

    .wrap .location-block #map {
        height: 423px !important;;
    }


    .m-480 {
        display: none;
    }

    .public-place-block .col-lg-6:last-child {
        margin-top: 338px;
    }

    .flats-block .flats-title {
        font-size: 30px;
        line-height: 40px;
    }

    .parking-block .parking-info:last-child {
        margin-left: 0;
    }

    .parking-block .parking-info {
        width: 149px;
    }

    .footer .footer-soc a {
        margin-right: 8px;
        border-radius: 14px;
    }

    .footer .col-md-3.col-xs-6:not(.mobile-padding) {
        padding-right: 5px;
    }

}

@media (max-width: 478px) {

    .custom-popup .popup-content h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .custom-popup .popup-content,
    .custom-popup .popup-access {
        margin-left: 50px;
        margin-right: 50px;
        top: calc(50% - 250px);
    }

    .footer .forAgencyMobile .forAgency {
        font-size: 17px;
        padding: 18px 30px 19px
    }

}

@media (max-width: 450px) {

    .footer-soc {
        margin-top: 10px;
    }

    .sd__title_card {
        line-height: 32px
    }


    .wrap .container,
    .header-list,
    .location-block .location-about,
    .wrap .container,
    .footer .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-block .about-request {
        bottom: -258px;
    }

    .location-block .location-list {
        margin-top: 17px;
    }

    .wrap .location-block .container {
        padding-top: 100px;
    }

    .location-block .location-row .owl-carousel {
        top: 261px;
    }

    .location-block .location-about {
        top: 492px;
        padding-bottom: 39px;
    }

    .location-block .container > .row:not(.location-row) {
        margin-top: 635px;
    }

    .footer .footer-social {
        flex-direction: column;
    }

}

@media (max-width: 395px) {

    .custom-popup .popup-content,
    .custom-popup .popup-access {
        margin-left: 0;
        margin-right: 0;
    }

}



@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
    .location-block .row > .col-md-6 > .row .col-xs-6 {
        width: 47%;
    }
}
