@import url('https://smssnsk.ru/fonts/Stolzl/stylesheet.css');

.asd {
    overflow: hidden;
}

:root {
    --main-color: #FBDD2A;
    --darkgrey-color: #3F4857;
    --black-color: #020304;
    --grey-color: #DCDEE3;
    --lightgrey-color: #EAECF0;

    --font-family: "Stolzl", sans-serif;
}

p {
    margin-bottom: 0;
}

input,
input:hover,
input:active,
button,
button:hover,
button:active {
    outline: none;
    border: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

body {
    color: var(--black-color);
    background: var(--lightgrey-color);
    font-family: var(--font-family);
}

.genplan-plus-arrows.mobile-550,
.mobile-550,
.owl-carousel .owl-item img.mobile-550 {
    display: none;
}

.custom-title {
    font-size: 18px;
    letter-spacing: 11px;
    font-weight: 500;
}

.custom-title-desc {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.custom-yellow-text {
    background: var(--main-color);
    padding: 0 20px;
}

.container::before,
.container::after {
    content: none;
}

.header {
    position: relative;
    height: 130px;
    background: var(--darkgrey-color);
}

.header-logo {
    position: absolute;
    left: calc(50% - 99.5px);
    top: 41px;
    z-index: 2;
}

.header .cst-cont {
    justify-content: space-between;
 }

.header .cst-cont,
.header .header-menu_item {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .cst-cont .header-menu_item a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    transition: .3s;
}

.header .cst-cont .header-menu_item a:hover {
    text-decoration: none;
    color: var(--main-color);
}

.header .cst-cont .header-menu_item a:not(:first-child) {
    margin-left: 77px;
}

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

.header-block .sup-menu svg {
    z-index: 2;
}

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

.header-block .sup-menu::before {
    position: absolute;
    top: -13px;
    left: -13px;
    transition: .2s;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    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;
    left: 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;
    left: 0;
    width: 100%;
    height: auto;
    background: var(--darkgrey-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: var(--main-color);
}

.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: var(--lightgrey-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
}

.full-menu ul li a:hover {
    color: var(--main-color);
}

.full-menu ul li a.header-menu_title {
    color: var(--main-color);
}

.full-menu ul {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    height: 23vh;
    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: 35px;
}

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

.full-menu .dop-button .custom-button {
    transition: .3s;
    padding: 22px 39px;
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
}

.full-menu .dop-button .camera-online {
    color: var(--lightgrey-color);
    border: 1px solid var(--main-color);
    background: none;
}

.full-menu .dop-button .camera-online:hover {
    background: var(--main-color);
    color: var(--black-color);
}

.full-menu .dop-button .find-flats {
    background: var(--main-color);
    border: none;
    margin-right: 22px;
    color: var(--black-color);
}

.full-menu .dop-button .find-flats:hover {
    background: var(--darkgrey-color);
    color: var(--lightgrey-color);
}

.full-menu .dop-button p {
    margin-left: 34px;
    margin-bottom: 0;
    color: var(--lightgrey-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
}

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

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

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

.full-menu .soc-links .soc-links-mess:hover {

}

.full-menu .soc-links .soc-link-phone {
    padding: 18px 21px;
    color: var(--lightgrey-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    height: 60px;
    border: 1px solid var(--lightgrey-color);
}

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

.main-block {
    position: relative;
    height: 900px;
    background-color: var(--main-color);
}

.main-block .col-md-6 {
    margin-top: 135px;
}

.main-block .start-sell {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--black-color);
    letter-spacing: 11px;
    font-weight: 500;
    font-size: 18px;
}

.main-block h2 {
    font-size: 100px;
    font-weight: 700;
    margin-top: 40px;
}

.main-block .title-description {
    font-size: 22px;
    margin-top: 23px;
    font-weight: 400;
}

.button-div {
    display: inline-block;
    position: relative;
    margin-top: 66px;
}

.button-div img {
    position: absolute;
    right: -137px;
    bottom: -140px;
}

.button-div a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 22px 52px;
    background: var(--darkgrey-color);
    transition: .3s;
}

.button-div a:hover {
    text-decoration: none;
    color: var(--black-color);
    background: var(--main-color);
}

.main-fon,
.main-kub {
    position: absolute;
}

.main-block .fon-one {
    top: 0;
    right: 0;
}

.main-block .fon-two {
    top: 0;
    right: 124px;
}

.main-block .kub-one {
    top: 26px;
    left: 36px;
}

.main-block .kub-two {
    top: 103px;
    left: 118px;
}

.about-block {
    position: relative;
    margin-top: 90px;
}

.about-block .about-fon-ld {
    position: absolute;
    right: 0;
    bottom: -198px;
}

.about-block .kub-two {
    position: absolute;
    top: 460px;
    left: 11px;
}

.about-val {
    margin-top: 69px;
    width: 374px;
}

.about-val .col-md-6,
.about-val .col-md-12 {
    padding: 0;
}

.about-val .col-md-6 > div,
.about-val .col-md-12 {
    display: inline-block;
    text-align: center;
}

.about-val .col-md-6:not(:first-child) {
    text-align: right;
}

.about-val .col-md-6:first-child {
    border-right: 1px solid var(--darkgrey-color);
}

.about-val .col-md-12 {
    border-top: 1px solid var(--darkgrey-color);
}

.about-description {
    font-weight: 400;
    margin-top: 33px;
    font-size: 22px;
}

.house-description {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.house-description:hover {
    cursor: pointer;
}

.about-block .house-description.first-desc {
    top: 272px;
    left: 147px;
}

.about-block .house-description.second-desc {
    top: 70px;
    left: 279px;
}

.about-block .house-description.third-desc {
    top: -16px;
    left: 690px;
}

.house-description::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 45px;
}

.house-description a {
    position: absolute;
    display: none;
    background: var(--main-color);
    padding: 16px 21px;
    color: var(--black-color);
    opacity: 0;
    margin-left: 20px;
}

.house-description a:hover {
    text-decoration: none;
}

.house-description a > div {
    display: flex;
}

.house-description a > div span {
    margin-right: 15px;
    font-weight: 600;
}

.house-description a > span {
    display: block;
    font-size: 16px;
}

.about-num {
    color: var(--darkgrey-color);
    font-size: 45px;
    line-height: 1;
}

.about-val .col-md-12 .about-num {
    margin-top: 41px;
}

.about-text {
    font-size: 19px;
    margin-bottom: 33px;
}

.about-val .col-md-12 .about-text {
    margin-bottom: 103px;
}

.about-block .about-house {
    position: relative;
}

.about-block .col-md-8 img {
    position: absolute;
    right: -100px;
    top: -216px;
    z-index: -1;
}

.about-block .about-play-button,
.about-block .video-desc,
.about-block .video-button {
    position: absolute;
}

.about-block .about-play-button {
    right: 289px;
    top: -175px;
}

.about-block .about-play-button .video-button {
    top: 40px;
    left: calc(50% - 22.5px);
    transition: .3s;
}

.about-block .about-play-button .video-button:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.about-block .about-play-button .video-desc {
    top: 110px;
    left: calc(50% - 75px);
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: var(--darkgrey-color);
    line-height: 1.2;
}

.kapital-block {
    position: relative;
    margin: auto;
    width: 1400px;
    height: 682px;
    background: var(--darkgrey-color);
}

.kapital-block .row:first-child .col-md-7 p {
    font-size: 20px;
    color: #fff;
}

.kapital-title {
    margin-top: 66px;
    font-size: 34px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
}

.kapital-photo {
    display: inline-block;
    position: relative;
}

.kapital-photo p {
    position: absolute;
    color: #fff;
}

.kapital-photo .kapital-count-photo {
    font-size: 16px;
    bottom: 27px;
    left: 29px;
    margin-bottom: 0;
}

.kapital-photo .kapital-count-photo span {
    font-size: 35px;
    margin-right: 6px;
}

.kapital-photo .kapital-title {
    font-size: 18px;
    letter-spacing: 13px;
    margin-bottom: 0;
    transform: rotate(-90deg);
    right: -87px;
    bottom: 156px;
    font-weight: 600;
}

.kapital-block .row:last-child {
    margin-top: 43px;
}

.kapital-block .row:last-child .col-md-7 > img {
    position: absolute;
    left: 525px;
    top: -290px;
}

.line-width {
    position: relative;
}

.desktop {
    display: none;
}

.line-width .yellow-line {
    position: absolute;
    right: 0;
    top: 195px;
    z-index: 2;
}

@media (max-width: 1920px) {

    .big-desktop {
        display: none;
    }

    .desktop {
        display: inline-block;
    }

}

.kapital-block .row:last-child .kapital-photo {
    margin-left: 100px;
}

.kapital-block .row:last-child .col-md-5 div {
    display: flex;
    margin: 71px 0 0 47px;
}

.kapital-block .row:last-child .col-md-5 a {
    display: flex;
    align-items: center
}

.kapital-block .row:last-child .col-md-5 a:first-child {
    margin-right: 57px;
}

.kapital-block .row:last-child .col-md-5 p {
    display: inline-block;
    color: var(--main-color);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px;
}

.kapital-kub.kub-one {
    position: absolute;
    right: 0;
    bottom: -240px;
}

.location-block {
    margin-top: 277px;
    padding-bottom: 96px;
}

.location-block .owl-slide {
    position: relative;
    width: 463px;
}

.location-block .owl-slide > p {
    position: absolute;
    bottom: 30px;
    left: 38px;
    font-size: 18px;
    letter-spacing: 11px;
    color: #fff;
}

.location-block .owl-slide div {
    position: absolute;
    background: var(--main-color);
    width: 121px;
    height: 121px;
    right: -60px;
    top: 80px;
    text-align: center;
}

.location-block .owl-slide div .slide-val {
    font-size: 45px;
    line-height: 1;
    margin-top: 20px;
}

.location-block .owl-slide div .slide-desc {
    font-size: 20px;
}

.location-block .owl-carousel .owl-nav {
    margin-top: 29px;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev:hover svg path,
.owl-carousel .owl-nav .owl-next:hover svg path {
    stroke: var(--main-color);
}


.location-block .owl-carousel .owl-nav .owl-next {
    margin-right: 92px;
}

.location-block .owl-carousel .owl-nav .owl-prev {
    margin-right: 45px;
}

.location-block .row > .col-md-6:first-child {
    margin-top: 50px;
}

.location-block .row > .col-md-6:last-child {
    margin-top: -10px;
}

.location-block .row > .col-md-6:last-child .col-md-6::before,
.location-block .row > .col-md-6:last-child .col-md-12::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    content: "";
    background: var(--main-color);
}

.location-block .row > .col-md-6:last-child .col-md-6,
.location-block .row > .col-md-6:last-child .col-md-12 {
    display: flex;
    position: relative;
    padding: 12px 15px 9px;
}

.location-block .row > .col-md-6:last-child .col-md-6 > p,
.location-block .row > .col-md-6:last-child .col-md-12 > p {
    margin-left: 18px;
    font-size: 22px;
    text-transform: uppercase;
}

.location-block .row > .col-md-6:last-child .col-md-12 {
    margin-top: 40px;
}

.location-block .row > .col-md-6:last-child svg {
    margin: 6px 0 0 25px;
}

.description-text svg:hover {
    cursor: pointer;
}

.description-text {
    position: relative;
}

.description-text .description-full-text {
    display: none;
    position: absolute;
    top: 6px;
    left: 54px;
    opacity: 0;
    width: 196px;
    background: var(--lightgrey-color);
    padding: 13px 0 17px 19px;
    z-index: 2;
    -webkit-box-shadow: -2px 0 9px 0 rgba(125, 125, 125, 0.09);
    -moz-box-shadow: -2px 0 9px 0 rgba(125, 125, 125, 0.09);
    box-shadow: -2px 0 9px 0 rgba(125, 125, 125, 0.09);
}

.description-text .description-full-text p {
    font-size: 12px;
    font-weight: 400;
}

.location-block .row > .col-md-6:last-child > p {
    display: inline-block;
    margin-top: 44px;
    font-size: 20px;
}

.location-block .row > .col-md-6:last-child > h2 {
    font-size: 32px;
    color: var(--darkgrey-color);
    font-weight: 600;
    margin-top: 38px;
}

.location-block > img {
    margin-top: 82px;
}

.genplan-block {
    padding-top: 83px;
    padding-bottom: 300px;
    background: var(--grey-color);
}

.genplan-block .custom-title-desc,
.tower-block .custom-title-desc {
    position: relative;
    display: inline-block;
}

.genplan-block .custom-title-desc .description-text,
.tower-block .custom-title-desc .description-text {
    display: flex;
    position: absolute;
    right: -38px;
    bottom: 29px;
}

.genplan-block .custom-title-desc .description-text .description-full-text,
.tower-block .custom-title-desc .description-text .description-full-text {
    top: 0;
    padding: 13px 0 13px 19px;
    background: var(--grey-color);
    box-shadow: -2px 0 9px 0 rgba(85, 85, 85, 0.09);
}

.genplan-block .genplan-street-img {
    margin-top: 82px;
}

.genplan-img-block {
    position: relative;
    display: inline-block;
}

.genplan-block .house-description {
    position: absolute;
}

.genplan-block .house-description a {
    width: max-content;
    background: var(--lightgrey-color);
}

.genplan-block .house-description.first-desc {
    left: 248px;
    bottom: 188px;
}

.genplan-block .house-description.second-desc {
    top: 313px;
    left: 418px;
}

.genplan-block .house-description.third-desc {
    top: 167px;
    left: 656px;
}

.genplan-block .house-description.fours-desc {
    top: 383px;
    left: 674px;
}

.genplan-block .house-description.five-desc {
    bottom: 130px;
    left: 655px;
}

.genplan-block .house-description.six-desc {
    top: 275px;
    right: 540px;
}

.genplan-plus-card {
    position: absolute;
    top: 84px;
    right: -60px;
    width: 359px;
    height: 236px;
    z-index: 2;
}

.genplan-plus-card.plus-kazna {
    top: 346px;
}

.genplan-plus-card .genplan-front-card {
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.genplan-plus-card:hover {
    cursor: pointer;
}

.genplan-plus-card .genplan-back-card {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    align-items: center;
    padding-left: 52px;
}

.genplan-plus-card .genplan-back-card p {
    font-size: 17px;
    color: var(--black-color);
}

.genplan-plus-card.plus-question,
.genplan-plus-card.plus-question .genplan-front-card,
.genplan-plus-card.plus-question .genplan-back-card {
    background: var(--main-color);
}

.genplan-plus-card.plus-kazna,
.genplan-plus-card.plus-kazna .genplan-front-card {
    background: var(--darkgrey-color);
}

.genplan-plus-card.plus-kazna .genplan-back-card {
    background: var(--lightgrey-color);
}

.genplan-plus-card .plus-card-right-text {
    position: absolute;
    font-size: 18px;
    letter-spacing: 13px;
    margin-bottom: 0;
    transform: rotate(-90deg);
    font-weight: 600;
}

.genplan-plus-card.plus-question .plus-card-right-text {
    right: -15px;
    bottom: 62px;
    color: var(--black-color);
}

.genplan-plus-card.plus-kazna .plus-card-right-text {
    bottom: 71px;
    right: -23px;
    color: var(--lightgrey-color);
}

.genplan-plus-card.plus-kazna .genplan-back-card .plus-card-right-text {
    color: var(--darkgrey-color);
}

.genplan-plus-arrows {
    display: flex;
    position: absolute;
    right: -245px;
    top: 295px;
    align-items: center;
}

.klaster-block {
    position: relative;
    margin-top: 69px;
}

.klaster-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--darkgrey-color);
    line-height: 46px;
}

.klaster-text {
    font-size: 20px;
    font-weight: 300;
    color: var(--black-color);
    margin-top: 21px;
}

.klaster-row .klaster-text {
    margin-top: 0;
}

.klaster-row {
    margin-top: 21px;
}

.klaster-row .col-md-7 {
    padding-right: 12px;
}

.klaster-img {
    position: relative;
    margin-top: 72px;
    text-align: right;
}

.klaster-img .klaster-abs {
    position: absolute;
    left: 0;
    top: 60px;
}

.klaster-text .custom-yellow-text {
    padding: 0 7px;
}

.custom-button-dark,
.custom-button-transparent {
    display: inline-block;
    padding: 22px 0 23px;
    text-align: center;
    font-size: 18px;
    transition: .3s;
}

.custom-button-dark {
    width: 264px;
    background: var(--darkgrey-color);
    color: #FFF;
}

.custom-button-dark:hover {
    background: var(--main-color);
    color: var(--black-color);
    text-decoration: none;
}

.klaster-block a.custom-button-transparent {
    width: 221px;
    padding: 21px 0 22px;
    background: transparent;
    color: var(--darkgrey-color);
    border: 1px solid var(--darkgrey-color);
}

.klaster-block a.custom-button-transparent:hover {
    background: var(--darkgrey-color);
    color: #FFF;
    text-decoration: none;
}

.klaster-block .custom-button-transparent {
    margin-left: 23px;
}

.klaster-block .custom-button-dark,
.klaster-block .custom-button-transparent {
    margin-top: 46px;
}

.klaster-plus {
    position: relative;
}

.klaster-img .klaster-plus:first-child {
    float: right;
}

.klaster-img .klaster-plus {
    width: 264px;
    height: 264px;
}

.klaster-img .klaster-plus.klaster-abs {
    width: 363px;
    height: 504px;
}

.klaster-row .col-md-5 .klaster-plus {
    width: 463px;
    height: 569px;
}

.klaster-plus:hover {
    cursor: pointer;
}

.klaster-plus .klaster-plus-front svg {
    position: absolute;
    top: 40px;
    right: 40px;
}

.klaster-plus .klaster-plus-title {
    position: absolute;
    bottom: 37px;
    left: 38px;
    font-weight: 500;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.klaster-plus-back {
    background: var(--main-color);
    display: none;
    opacity: 0;
    height: 100%;
}

.klaster-plus-back .klaster-plus-desc {
    position: absolute;
    left: 39px;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
    top: 131px;
    text-align: left;
}

.klaster-row .col-md-5 .klaster-plus-back .klaster-plus-desc {
    top: 154px;
}

.klaster-row .col-md-5 .klaster-plus-back .klaster-plus-title {
    color: var(--black-color);
}

.klaster-plus-back svg {
    position: absolute;
    top: 40px;
    left: 30px;
}

.klaster-plus.klaster-abs .klaster-plus-back {
    background: var(--darkgrey-color);
}

.klaster-plus.klaster-abs .klaster-plus-back .klaster-plus-desc {
    color: #FFF;
    top: 119px;
}

.kesh-text {
    display: flex;
    justify-content: right;
    margin-top: 62px;
}

.kesh-text .col-md-8 {
    padding-left: 44px;
}

.kesh-text .col-md-8 .klaster-title {
    position: relative;
}

.kesh-text .col-md-8 .description-text {
    position: absolute;
    right: 195px;
    top: 10px;
}

.kesh-text .col-md-8 .description-full-text {
    background: var(--grey-color);
    box-shadow: -2px 0 9px 0 rgba(85, 85, 85, 0.09);
}

.kesh-text .kesh-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
    margin-top: 21px;
}

.klaster-block .main-kub {
    position: absolute;
    top: 0;
    right: 67px;
    transform: rotate(45deg);
}

.presentation-block {
    position: relative;
    background: url("https://smssnsk.ru/files/101/0f0e3136f8febe3381810ecd891704c9.png") no-repeat center bottom,
    var(--darkgrey-color);
    min-height: 670px;
    padding-top: 122px;
}

.presentation-block > img {
    position: absolute;
    left: 29px;
    bottom: 121px;
}

.presentation-block .custom-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: 0.7em;
    color: var(--main-color);
}

.presentation-block .custom-title-desc {
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: var(--lightgrey-color);
}

.presentation-block .presentation-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    margin-top: 33px;
    color: var(--lightgrey-color);
}

.presentation-block .custom-input {
    display: block;
    width: 497px;
    color: #f4f0ec;
    font-weight: 400;
    font-size: 18px;
    line-height: 161%;
    padding: 21px 34px;
    border: 1px solid var(--lightgrey-color);
    background: var(--darkgrey-color);
}

.presentation-block .custom-input::placeholder {
    color: #f4f0ec;
}

.presentation-block .custom-input:first-child {
    margin-top: 63px;
    margin-bottom: 18px;
}

.presentation-block .custom-button {
    width: 215px;
    padding: 21px 0;
    color: var(--darkgrey-color);
    background: var(--lightgrey-color);
    text-align: center;

    font-weight: 400;
    font-size: 18px;
    line-height: 161%;

    transition: .3s;
}

.presentation-block .custom-button:hover {
    background: var(--darkgrey-color);
    color: var(--lightgrey-color);
}

.presentation-block .agree {
    width: 250px;
    font-weight: 300;
    font-size: 14px;
    line-height: 136%;
    color: var(--lightgrey-color);
    margin-left: 32px;
}

.presentation-block .agree a {
    color: var(--lightgrey-color);
    text-decoration: underline;
}

.presentation-block .request-send {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.infrastructure-block {
    margin-top: 87px;
}

.infrastructure-block .row {
    margin-top: 77px;
}

.infrastructure-block .row .col-md-6 {
    position: relative;
}

.infrastructure-block .row .col-md-6:last-child {
    padding-left: 37px;
}

.infrastructure-block .ld-fon {
    position: absolute;
    top: 107px;
    left: -486px;
}

.infrastructure-plus-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infrastructure-plus {
    padding-bottom: 23px;
    padding-top: 24px;
    border-bottom: 1px solid var(--grey-color);
}

.infrastructure-plus:hover {
    cursor: pointer;
}

.infrastructure-plus-prev .infrastructure-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 154%;
    text-transform: uppercase;
    color: var(--darkgrey-color);
}

.infrastructure-plus .hide-dots,
.infrastructure-plus .infrastructure-hide-desc {
    display: none;
}

.infrastructure-hide-desc p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #1b1e2b;
}

.infr-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 144%;
    color: var(--darkgrey-color);
}

.infr-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
    margin-top: 20px;
}

.infrastructure-block .row:last-child .col-md-7 {
    position: relative;
}

.infrastructure-block .row:last-child .col-md-7 img {
    position: absolute;
    top: 39px;
    left: -203px;
}

.infr-block {
    position: absolute;
    top: 290px;
    left: 0;
}

.plans-block {
    margin-top: 426px;
    background: var(--grey-color);
    height: 637px;
}

.plans-block > .container {
    position: relative;
}

.plans-block .col-md-5 {
    margin-left: 35px;
}

.plans-block .plans-header-img {
    position: absolute;
    left: 0;
    top: -270px;
}

.plans-min-block {
    position: relative;
    background: var(--darkgrey-color);
    padding: 60px 64px;
}

.plans-min-block img {
    position: absolute;
    right: -175px;
    bottom: -54px;
}

.plans-min-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 154%;
    color: var(--lightgrey-color);
    margin-bottom: 24px;
}

.plans-min-title span {
    color: var(--main-color);
}

.plans-min-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--lightgrey-color);
}

.plans-min-block .plans-min-desc:last-child {
    margin-top: 50px;
}

.plans-min-block .plans-min-text {
    position: absolute;
    bottom: 137px;
    right: -572px;

    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
}

.plans-min-block a {
    position: absolute;
    bottom: 54px;
    right: -332px;

    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: var(--darkgrey-color);
}

.plans-min-block a svg {
    margin-left: 12px;
}

.layouts-block {
    position: relative;
    padding-top: 139px;
    padding-bottom: 101px;
    background: var(--grey-color);
    min-height: 1000px;
}

.layouts-block .kub {
    position: absolute;
    right: 0;
    top: -120px;
}

.layouts-yellow-text {
    background: var(--main-color);
    border-right: 9px solid var(--darkgrey-color);
    padding: 18px 0 17px 29px;
    width: 398px;
    margin-top: 21px;
}

.layouts-block .container .layouts-yellow-text.cst-w {
    width: 782px;
    margin-top: 64px;
}

.layouts-yellow-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: var(--black-color);
}

.layouts-yellow-text p span {
    font-weight: 400;
    font-size: 35px;
    line-height: 103%;
    color: var(--black-color);
}

.layout-slide-img {
    display: inline-block;
    position: relative;
    width: 463px;
}

.layout-slide-img p {
    position: absolute;
    left: 38px;
    bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    color: #FFF;
}

.layout-slide {
    position: relative;
    margin-top: 68px;
}

.layout-slide-desc {
    position: absolute;
    right: 0;
    bottom: 76px;
}

.layout-slide-desc .layout-slide-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 144%;
    text-transform: uppercase;
    color: var(--darkgrey-color);
    margin-bottom: 21px;
}

.layout-slide-desc .layout-slide-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
}

.layouts-block .slider-block {
    position: relative;
}

.layouts-block .slider-block .layout-params {
    position: absolute;
}

.layouts-block .slider-block .layout-params .layout-params-val,
.layouts-block .slider-block .layout-params .layout-params-desc {
    position: absolute;
    left: 0;
    right: 0;
}

.layouts-block .slider-block .layout-params .layout-params-val {
    top: 50px;
    font-weight: 400;
    font-size: 35px;
    line-height: 103%;
    text-align: center;
    color: var(--darkgrey-color);
}

.layouts-block .slider-block .layout-params .layout-params-desc {
    top: 99px;
    font-weight: 400;
    font-size: 19px;
    line-height: 137%;
    text-align: center;
    color: var(--black-color);
}

.layouts-block .slider-block .layout-params:first-child {
    left: 597px;
}

.layouts-block .slider-block .layout-params {
    left: 896px;
}

.layouts-block .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 21px;
}

.layouts-block .owl-carousel .owl-nav .owl-prev {
    margin-right: 45px;
}

.parking-block {
    margin-top: 83px;
}

.parking-block .row {
    margin-top: 101px;
}

.parking-img-block {
    position: relative;
}

.parking-img-block .parking-img-num {
    position: absolute;
    left: 38px;
    bottom: 163px;
    font-weight: 500;
    font-size: 80px;
    line-height: 81%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
}

.parking-img-block .parking-img-text {
    position: absolute;
    left: 38px;
    bottom: 37px;
    font-weight: 500;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    color: #FFF;
}

.parking-block .row .col-md-6:first-child .parking-img-num {
    bottom: 198px;
}

.parking-params-block.ss {
    margin-top: 60px;
}

.parking-params-block .parking-params-text {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    text-transform: uppercase;
    color: var(--black-color);
    padding-left: 31px;
    border-left: 14px solid var(--main-color);
}

.parking-params-block .parking-params-text:first-child {
    margin-right: 35px;
}

.parking-block .row .parking-min-block > div:first-child {
    margin-bottom: 64px;
}

.zastr-block {
    margin-top: 101px;
    padding-bottom: 84px;
}

.zastr-block .row {
    margin-top: 66px;
}

.zastr-block .col-md-9 p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
}

.zastr-block .next-project {
    display: flex;
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
    color: var(--darkgrey-color);
    justify-content: right;
    align-items: center;
}

.zastr-block .next-project svg {
    margin-left: 17px;
}

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

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

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

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

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

.footer .forAgencyMobile {
    display: none;
}

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

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

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

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

.footer .button-top {
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 18px 26px;
    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(--darkgrey-color);
    background-color: #FFF;
}

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

.footer .button-top:hover path {
    fill: var(--darkgrey-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;
    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: var(--darkgrey-color);
}

.footer .footer-soc a:hover rect,
.full-menu .soc-links a:not(.soc-link-phone):hover rect {
    fill: var(--main-color);
    stroke: var(--main-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;
    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 li a:hover {
    color: var(--main-color);
}

.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;
}

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

.custom-popup a.custom-button {
    background: var(--main-color);
    color: var(--black-color);
    padding: 21px 57px;
    font-weight: 400;
    font-size: 18px;
    line-height: 161%;
    text-align: center;
    transition: .3s;
}

.custom-popup a.custom-button:hover {
    background: var(--darkgrey-color);
    color: #FFF;
}

.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;
    height: 600px;
    background-color: #fff;
    z-index: 2;
    padding: 60px 68px 72px 68px;
}

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

}

.custom-popup .popup-cstm-chess {
    position: absolute;
    top: 0;
    left: -103px;
}

.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;
    margin-top: 0;
}

.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 {
    background: var(--main-color);
    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 {
    margin-bottom: 19px;
    margin-top: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 132%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: var(--darkgrey-color);
}

.custom-popup .popup-content label {
    width: 100%;
    margin-top: 18px;
}

.custom-popup .popup-content p {
    margin-bottom: 19px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--black-color);
}

.custom-popup .popup-content input {
    width: 100%;
    padding: 21px 0 21px 34px;
    outline: none;
    border: 1px solid var(--darkgrey-color);

    font-weight: 400;
    font-size: 18px;
    line-height: 161%;
    color: var(--darkgrey-color);
}

.custom-popup .popup-content .popup-privacy {
    text-align: left;
    margin-left: 26px;
    width: 255px;
    font-weight: 300;
    font-size: 14px;
    line-height: 136%;
    color: var(--darkgrey-color);
    margin-bottom: 0;
}

.custom-popup .popup-content .popup-privacy a {
    text-decoration: underline;
    color: var(--darkgrey-color);
}

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

.tower-block {
    margin-top: 163px;
}

.tower-block .owl-nav {
    position: absolute;
    top: 20px;
    left: 500px;
    z-index: 2;
}

.tower-block .owl-nav .owl-next {
    margin-left: 30px;
}

.tower-block .tower-slide {
    display: flex;
    justify-content: center;
}

.tower-block .slider-block {
    margin-top: 68px;
}

.tower-block .tower-params {
    width: 494px;
    background: var(--darkgrey-color);
    padding: 88px 70px 0;
}

.tower-block .tower-slide-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 135%;
    text-transform: uppercase;
    color: var(--main-color);
}

.tower-block .tower-slide-button {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 26px;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 194%;
    letter-spacing: 0.7em;
    color: var(--black-color);
    background: var(--main-color);
}

.tower-block .tower-slide-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFF;
    margin-top: 37px;
}

.tower-block .tower-params .container {
    width: 100%;
    margin-top: 126px;
}

.tower-block .tower-params .container .col-md-6 {
    padding: 15px 0 30px;
}

.tower-block .tower-params .container .col-md-6:first-child {
    border-right: 1px solid var(--lightgrey-color);
}

.tower-block .tower-params .container .col-md-12 {
    border-top: 1px solid var(--lightgrey-color);
    padding-top: 40px;
}

.tower-block .tower-params .tower-slider-min-val {
    font-weight: 400;
    font-size: 45px;
    line-height: 80%;
    text-align: center;
    color: var(--lightgrey-color);
}

.tower-block .tower-params .tower-slider-min-desc {
    font-weight: 400;
    font-size: 19px;
    line-height: 137%;
    text-align: center;
    color: var(--lightgrey-color);
    margin-top: 13px;
}

.architectory-block {
    margin-top: 89px;
}

.architectory-block .architectory-desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
    margin-top: 33px;
}

.architectory-block .architectory-min-block {
    margin-top: 75px;
    position: relative;
}

.architectory-block .architectory-min-desc {
    position: absolute;
    right: 43px;
    bottom: 41px;
    font-weight: 500;
    font-size: 32px;
    line-height: 144%;
    text-transform: uppercase;
    color: var(--darkgrey-color);
}

.architectory-block .architectory-min-text-block {
    position: absolute;
    right: 0;
    top: -85px;
    background: var(--grey-color);
    padding: 77px 57px 75px 65px;
}

.architectory-block .architectory-min-text-block p {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
}

.architectory-block .architectory-min-text-block .cstm__mt {
    margin-bottom: 54px;
}

.architectory-block .architectory-min-text-block img {
    position: absolute;
    right: -42px;
    top: -160px;
}

.apart-tower-block {
    position: relative;
    margin-top: 155px;
    padding-top: 12px;
    overflow: hidden;
}

.apart-tower-block > .container {
    position: relative;
    padding-bottom: 23px;
}

.apart-tower-block .apart-tower-house-block {
    position: absolute;
    bottom: 0;
    right: -256px;
}

.apart-tower-house-block div {
    position: absolute;
    padding: 32px 41px 34px 32px;
    background: var(--main-color);
}

.apart-tower-house-block div svg {
    position: absolute;
    top: -27px;
    left: 18px;
}

.apart-tower-house-block .tower-house-min-title {
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
    letter-spacing: 0.03em;
    color: var(--black-color);
}

.apart-tower-house-block .tower-house-min-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-color);
    margin-top: 17px;
}

.apart-tower-house-block .tower-house-min-first {
    bottom: 56px;
    left: 146px;
}

.apart-tower-house-block .tower-house-min-second {
    bottom: 167px;
    right: 167px;
}

.apart-tower-block .apart-tower-fon-ld {
    position: absolute;
    left: 0;
    bottom: 0;
}

.apart-tower-block .custom-title {
    position: relative;
    padding-left: 35px;
}

.apart-tower-block .yellow-fon-max {
    position: absolute;
    left: 0;
    top: -12px;
    height: 100%;
    width: 300%;
    background: var(--main-color);
    z-index: -1;
    padding: 24px 0;
}

.apart-tower-block .custom-title-desc {
    margin-top: 62px;
}

.apart-tower-block .apart-tower-desc {
    margin-top: 34px;
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
}

.apart-tower-block .apart-tower-desc.atd-mt {
    margin-top: 51px;
}

.apart-tower-block .apart-tower-params {
    margin-top: 67px;
    width: 363px;
}

.apart-tower-block .apart-tower-params .container {
    width: 100%;
}

.apart-tower-block .apart-tower-params-block {
    padding: 3px 0 33px 18px;
}

.apart-tower-block .apart-tower-params-block-f {
    padding: 3px 16px 33px 0;
}

.apart-tower-block .apart-tower-params .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.apart-tower-block .apart-tower-params .row .col-md-6:first-child {
    border-right: 1px solid var(--darkgrey-color);
}

.apart-tower-block .apart-tower-params .row .col-md-12 {
    border-top: 1px solid var(--darkgrey-color);
    padding-top: 41px;
}

.apart-tower-block .apart-tower-params-block-val {
    font-weight: 400;
    font-size: 45px;
    line-height: 80%;
    text-align: center;
    color: var(--darkgrey-color);
}

.apart-tower-block .apart-tower-params-block-desc {
    margin-top: 17px;
    font-weight: 400;
    font-size: 19px;
    line-height: 137%;
    text-align: center;
    color: var(--black-color);
}

.grey-fon {
    background: var(--grey-color);
    padding-top: 89px;
    padding-bottom: 304px;
}

.aparts-plus-block .aparts-plus-slide {
    position: relative;
}

.aparts-plus-block .owl-carousel {
    margin-top: 66px;
}

.aparts-plus-block .owl-carousel .owl-nav {
    margin-top: 36px;
    text-align: center;
}

.aparts-plus-block .owl-carousel .owl-nav .owl-next {
    margin-left: 45px;
}

.aparts-plus-block .aparts-plus-slide p {
    position: absolute;
    bottom: 34px;
    left: 40px;

    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

.aparts-layuot-block {
    margin-top: 88px;
}

.aparts-layuot-block .col-md-5 {
    position: relative;
    padding: 69px 79px 62px 0;
    z-index: 3;
}

.aparts-layuot-block > .container > .row {
    margin-top: 85px;
}

.aparts-layuot-block .aparts-layout-min-title {
    margin-top: 62px;
    font-weight: 500;
    font-size: 34px;
    line-height: 135%;
    text-transform: uppercase;
    color: var(--main-color);
}

.aparts-layuot-block .aparts-layout-min-text {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.aparts-layuot-block .aparts-layout-min-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 165%;
    text-transform: uppercase;
    color: var(--lightgrey-color);
}

.aparts-layuot-block .aparts-layout-min-text svg {
    margin: 0 5px;
}

.aparts-layuot-block .col-md-5 .aparts-layuot-fon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.aparts-layuot-block .aparts-layout-min-button {
    display: inline-block;
    width: 264px;
    text-align: center;
    padding: 22px 0;
    color: var(--black-color);
    background: var(--main-color);
    margin-top: 31px;
    transition: .3s;
}

.aparts-layuot-block .aparts-layout-min-button:hover {
    background: var(--darkgrey-color);
    color: var(--lightgrey-color);
}

.aparts-layuot-block .aparts-layuot-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
    margin-top: 31px;
    margin-bottom: 52px;
}

.aparts-layuot-block .col-md-7 {
    padding-left: 66px;
}

.aparts-layuot-block .col-md-6 > div {
    display: flex;
    align-items: center;
}

.aparts-layuot-block .col-md-6 div p {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-transform: uppercase;
    color: var(--black-color);
    margin-left: 18px;
}

.aparts-layuot-block .col-md-6 > p {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    color: var(--black-color);
    margin-top: 19px;
}

.otdelka-block {
    position: relative;
    margin-top: 89px;
}

.otdelka-block .otdelka-kub {
    position: absolute;
    right: -123px;
    top: 82px;
}

.otdelka-block .otdelka-description {
    margin-top: 35px;
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
    margin-bottom: 64px;
}

.otdelka-second img {
    margin-top: -300px;
}

.otdelka-min-text {
    padding: 63px 65px 60px 64px;
    background: var(--grey-color);
    margin-right: 66px;
}

.otdelka-min-text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
}

.otdelka-min-text p:first-child {
    margin-bottom: 54px;
}

.otdelka-min-list {
    margin-bottom: 27px;
}

.otdelka-min-list p {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--black-color);
    padding-left: 32px;
    border-left: 14px solid var(--main-color);
}

.otdelka-min-list p:not(:first-child) {
    margin-top: 39px;
}

.otdelka-min-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -148px;
}

.use-pomesh-block {
    margin-top: 88px;
    margin-bottom: 127px;
}

.use-pomesh-block .row {
    margin-top: 35px;
}

.use-pomesh-block .col-md-7 p {
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
}

.use-pomesh-block .col-md-7 p:first-child {
    margin-bottom: 55px;
}

.use-pomesh-min {
    position: relative;
}

.use-pomesh-text-block {
    position: absolute;
    bottom: -30px;
    right: 340px;
    padding: 47px 50px 50px;
    background: var(--main-color);
    width: max-content;
}

.use-pomesh-text-block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black-color);
}

.tower-block.buisness-page .tower-buisness-img {
    margin: 58px 0;
    text-align: center;
}

.buisness-apart-tower .apart-tower-house-block {
    right: 31px;
}

.buisness-apart-tower {
    padding-top: 54px;
    margin-top: 101px;
}

.buisness-apart-tower .apart-tower-house-block div svg {
    left: -23px;
    top: 8px;
}

.buisness-apart-tower .apart-tower-house-block .tower-house-min-first {
    right: -101px;
    bottom: 171px;
    left: unset;
}

.buisness-otdelka-block {
    padding-bottom: 67px;
}

.buisness-otdelka-block .otdelka-kub {
    top: -64px;
}

.buisness-otdelka-block .otdelka-description {
    margin-bottom: 0;
}

.buisness-otdelka-pres p {
    margin-top: 61px;
    margin-left: 16px;

    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: var(--darkgrey-color);
}

.buisness-otdelka-pres svg {
    margin-left: 10px;
}

.buisness-grey-fon {
    padding-bottom: 0;
}

.buisness-otdelka-pres {
    display: flex;
    position: absolute;
    bottom: -44px;
    right: 61px;
}

.join-lots-img {
    text-align: center;
}

.join-lots-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black-color);
}

.join-lots-text {
    margin-top: 34px;
    font-weight: 400;
    font-size: 21px;
    line-height: 159%;
    color: var(--black-color);
}

.join-lots-block .join-lots-cont {
    position: relative;
    width: 1400px;
    background: var(--grey-color);
}

.join-lots-block .container > img {
    position: absolute;
    right: 85px;
    top: -98px;
}

.join-lots-block .container .col-md-7 img {
    margin-top: 102px;
}

.join-lots-cont {
    padding: 90px 0;
}

.join-lots-width {
    display: flex;
    justify-content: center;
    margin-top: -214px;
}

.potencial-block {
    margin-top: 88px;
    margin-bottom: 87px;
}

.potencial-block .owl-carousel {
    margin-top: 77px;
}

.potencial-block .owl-carousel .potencial-slide-img {
    position: relative;
}

.potencial-block .owl-carousel .potencial-slide-img svg {
    position: absolute;
    right: 17px;
    bottom: 28px;
}

.potencial-block .owl-carousel .potencial-slide > p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 159%;
    color: var(--black-color);
}

.potencial-block .owl-carousel .owl-next,
.potencial-block .owl-carousel .owl-prev {
    position: absolute;
    top: 106px;
}

.potencial-block .owl-carousel .owl-next {
    right: -80px;
}

.potencial-block .owl-carousel .owl-prev {
    left: -97px;
}



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

    .plans-block .plans-header-img {
        left: -4px;
    }

    .plans-min-block .plans-min-text {
        bottom: 123px;
        right: -613px;
    }

    .tower-block .owl-nav {
        left: 175px;
    }

    .tower-block.buisness-page .tower-buisness-img img {
        width: 100%;
    }

    .join-lots-img img {
        width: 100%;
    }

}

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

    .kapital-block {
        width: auto;
    }

}


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

    .desktop-version,
    .owl-carousel .owl-item img.desktop-version {
        display: none;
    }

}

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

    /* ==========[ Главная страница ]========= */

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

    .main__links {
        margin-top: 50px;
    }

    .full-menu_links a {
        display: block;
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        color: var(--lightgrey-color);
    }

    .full-menu_links a:not(:first-child) {
        margin-top: 18px;
    }

    .full-menu .header-menu_title {
        color: var(--main-color);
    }

    .full-menu .main__links {
        padding-bottom: 32px;
        border-bottom: 1px solid var(--lightgrey-color);;
    }

    .full-menu .dop__links {
        margin-top: 32px;
    }

    .full-menu .dop-button {
        flex-direction: column;
        margin-top: 48px;
    }

    .full-menu .dop-button .find-flats {
        margin-right: 0;
    }

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

    .full-menu .dop-button .custom-button {
        width: 100%;
        text-align: center;
    }

    .full-menu .dop-button p {
        margin-left: 0;
    }

    .full-menu .dop-button .office-info {
        display: block;
        background: #FFF;
        width: 100%;
        margin-top: 32px;
        padding: 27px 39px 27px 29px;
    }

    .full-menu .dop-button .office-info .office-title {
        font-size: 18px;
    }

    .full-menu .dop-button .office-info p,
    .full-menu .dop-button .office-info a {
        font-weight: 400;
        font-size: 17px;
        line-height: 147%;
        color: var(--black-color);
    }

    .full-menu .dop-button .office-info a {
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 10px;
    }

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

    .footer .footer-soc a.desktop-version,
    .footer .footer-soc a.button-top {
        display: none;
    }

    .mobile-550 {
        display: inline-block;
    }

    .custom-title {
        font-size: 16px;
    }

    .custom-title-desc {
        font-size: 41px;
        text-transform: uppercase;
    }

    .custom-yellow-text {
        display: inline-block;
        position: relative;
        padding: 0;
    }

    .custom-yellow-text:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: -13px;
        width: 13px;
        height: 100%;
        background: var(--main-color);
    }

    .custom-yellow-text:after {
        position: absolute;
        content: "";
        bottom: 0;
        right: -13px;
        width: 13px;
        height: 100%;
        background: var(--main-color);
    }

    .header .header-menu_item a:not(.sup-menu) {
        display: none;
    }

    .header-logo {
        left: 78px;
    }

    .header .cst-cont .header-menu_item a:not(:first-child) {
        margin-left: 0;
    }

    .sup-menu {
        margin-right: 14px;
    }

    .main-block .col-md-6 {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .main-block .kub-one {
        width: 77px;
        left: unset;
        right: 25px;
        top: 18px;
    }

    .main-block .kub-two {
        width: 110px;
        left: unset;
        right: -50px;
        top: 60px;
    }

    .main-block {
        padding-top: 106px;
        height: 981px;
    }

    .main-block .start-sell {
        font-size: 15px;
    }

    .main-block h2 {
        font-size: 46px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

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

    .button-div {
        width: 100%;
        margin-top: 29px;
    }

    .button-div a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .button-div img {
        width: 174px;
        bottom: 16px;
        right: -109px;
    }

    .main-block .fon-one,
    .main-block .fon-two {
        display: none;
        width: 386px;
    }

    .main-block .main-fon.mobile-550 {
        top: 528px;
    }

    .about-block {
        margin-top: 199px;
    }

    .about-description {
        font-size: 18px;
    }

    .about-val {
        width: 100%;
        margin-top: 52px;
    }

    .about-val .col-md-12 {
        width: 100%;
    }

    .about-num {
        font-size: 39px;
        margin-bottom: 15px;
    }

    .about-text {
        font-size: 16px;
    }

    .about-block .kub-two {
        width: 106px;
        left: -28px;
        top: 316px;
    }

    .about-block .col-md-8 img {
        width: 100%;
    }

    .about-block .house-mobile {
        width: 100%;
    }

    .about-val .col-md-12 .about-text {
        margin-bottom: 28px;
    }

    .about-block .house-description.first-desc {
        top: 474px;
        left: -22px;
    }

    .about-block .house-description.second-desc {
        top: 310px;
        left: 48px;
    }

    .about-block .house-description.third-desc {
        top: 420px;
        left: 90px;
    }

    .about-block .about-play-button {
        top: 427px;
        left: 33px;
        right: unset;
    }

    .about-block .about-play-button .video-desc {
        font-size: 15px;
    }

    .house-description a > div span {
        font-weight: 400;
        font-size: 19px;
    }

    .house-description a > span {
        font-size: 16px;
    }

    .kapital-block {
        height: auto;
    }

    .kapital-block .mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .kapital-title {
        font-weight: 500;
        font-size: 26px;
        margin-bottom: 21px;
    }

    .kapital-block .row:first-child .col-md-7 p {
        font-size: 18px;
        font-weight: 400;
    }

    .line-width .yellow-line-mobile.mobile-550 {
        position: absolute;
        right: 0;
        bottom: 540px;
        z-index: 2;
    }

    .kapital-block .row:last-child {
        margin-top: 135px;
    }

    .kapital-block .row:last-child .col-md-5 div {
        margin: 0;
    }

    .kapital-block .row:last-child .col-md-5 p {
        font-size: 19px;
        font-weight: 400;
    }

    .kapital-block .owl-carousel {
        margin-top: 52px;
    }

    .carousel-custom-dots {
        position: absolute;
        bottom: 15px;
        list-style: none;
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        z-index: 2;
    }

    .block-carousel {
        position: relative;
    }

    .carousel-custom-dots .owl-dots {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: var(--lightgrey-color);
    }

    .carousel-custom-dots .owl-dots:not(:first-child) {
        margin-left: 4px;
    }

    .carousel-custom-dots .owl-dots.active {
        background: var(--main-color);
    }

    .location-block {
        margin-top: 62px;
        padding-bottom: 0;
    }

    .location-block .owl-slide div {
        display: flex;
        left: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .location-block .owl-slide {
        width: auto;
    }

    .location-block .owl-carousel .owl-nav .owl-next {
        margin-right: 0;
    }

    .location-block .owl-slide div .slide-val {
        font-size: 35px;
        font-weight: 400;
        margin-top: 0;
    }

    .location-block .owl-slide div .slide-desc {
        font-size: 16px;
        font-weight: 400;
    }

    .location-block .row > .col-md-6:last-child {
        margin-top: 65px;
    }

    .location-block .row > .col-md-6:last-child .col-md-6 > p,
    .location-block .row > .col-md-6:last-child .col-md-12 > p {
        font-size: 20px;
        font-weight: 400;
    }

    .location-block .row > .col-md-6:last-child .col-md-12 {
        margin-top: 0;
    }

    .location-block .row > .col-md-6:last-child .col-md-6 {
        margin-top: 27px;
        margin-bottom: 29px;
    }

    .description-text .description-full-text {
        top: 34px;
        right: 0;
        left: unset;
    }

    .location-block .row > .col-md-6:last-child > p {
        margin-top: 51px;
        font-size: 18px;
        font-weight: 400;
    }

    .location-block .row > .col-md-6:last-child > h2 {
        font-size: 26px;
        font-weight: 500;
        margin-top: 27px;
    }

    .location-block-width > img {
        margin-top: 40px;
        width: 100%;
    }

    .genplan-block {
        padding-top: 52px;
        padding-bottom: 69px;
    }

    .genplan-block .custom-title-desc .description-text,
    .tower-block .custom-title-desc .description-text {
        right: -15px;
        bottom: 19px;
    }

    .genplan-block .custom-title-desc .description-text .description-full-text,
    .tower-block .custom-title-desc .description-text .description-full-text {
        top: 34px;
    }

    .genplan-block .genplan-street-img {
        margin-top: 52px;
    }

    .genplan-img-block {
        width: 100%;
    }

    .genplan-img-block > img.mobile-550 {
        width: 100%;
    }

    .genplan-block .house-description {
        bottom: unset !important;
    }

    .genplan-block .house-description.first-desc {
        left: 19px;
        top: 471px;
        bottom: unset;
    }

    .genplan-block .house-description.second-desc {
        top: 257px;
        left: 79px;
    }

    .genplan-block .house-description.third-desc {
        top: 163px;
        left: 238px;
    }

    .genplan-block .house-description.fours-desc {
        top: 299px;
        left: 259px;
    }

    .genplan-block .house-description.five-desc {
        left: 198px;
        top: 472px;
    }

    .genplan-block .house-description.six-desc {
        top: 234px;
        right: 53px;
    }

    .house-description a {
        z-index: 1;
    }

    .genplan-block .house-description.fours-desc a {
        top: 55px;
        left: -127px;
    }

    .genplan-block .house-description.six-desc a {
        right: 75px;
    }

    .genplan-plus-card {
        position: relative;
    }

    .genplan-plus-arrows.mobile-550 {
        display: inline-block;
        margin-top: 37px;
        position: unset;
        width: 100%;
        text-align: center;
    }

    .genplan-plus-arrows.mobile-550 svg {
        margin-top: 17px;
    }

    .genplan-plus-card {
        top: 31px;
        right: unset;
        left: calc(50% - 179.5px);
    }

    .genplan-plus-card.plus-kazna {
        top: 46px;
    }

    .genplan-plus-card .plus-card-right-text {
        font-size: 16px;
        font-weight: 500;
    }

    .genplan-plus-card .genplan-back-card p:not(.plus-card-right-text) {
        font-size: 16px;
        font-weight: 400;
    }

    .klaster-block {
        margin-top: 101px;
    }

    .klaster-title {
        font-weight: 500;
        font-size: 26px;
        line-height: 146%;
    }

    .klaster-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 161%;
    }

    .klaster-text .custom-yellow-text:before,
    .klaster-text .custom-yellow-text:after {
        display: none;
    }

    .klaster-block .custom-button-dark,
    .klaster-block a.custom-button-transparent {
        width: 235px;
        margin-top: 35px;
    }

    div.klaster-block a.custom-button-transparent {
        margin-top: 14px;
    }

    .klaster-block .custom-button-transparent {
        margin-left: 0;
    }

    .klaster-block .main-kub {
        width: 105px;
        top: 559px;
        right: -23px;
    }

    .klaster-block .img-list {
        display: block;
        margin-top: 41px;
    }

    .klaster-block .img-list .col-md-12 {
        margin-top: 14px;
    }

    .klaster-block .img-list .col-md-12 {
        text-align: center;
    }

    .klaster-block .img-list .klaster-plus {
        display: inline-block;
        height: 330px;
        width: 320px;
    }

    .klaster-plus .klaster-plus-title {
        font-size: 16px;
        line-height: 175%;
        bottom: 19px;
    }

    .klaster-plus-back .klaster-plus-desc {
        font-size: 16px;
        line-height: 162%;
        top: 72px;
        padding-right: 20px;
    }

    .klaster-plus-back svg {
        top: 27px;
        left: 27px;
    }

    .kesh-text .col-md-8 .description-text {
        right: 175px;
    }

    .kesh-text .kesh-desc {
        font-size: 18px;
    }

    .presentation-block {
        padding-top: 56px;
        padding-bottom: 129px;
        background: url(https://smssnsk.ru/files/101/31c0b32e97fee1e4cb518b7305a1178e.png) no-repeat center bottom 13px / 100%,
                    var(--darkgrey-color);
    }

    .presentation-block .custom-title {
        font-size: 16px;
        line-height: 187%;
    }

    .presentation-block .custom-title-desc {
        font-size: 34px;
    }

    .presentation-block .presentation-text {
        font-size: 18px;
    }

    .presentation-block .custom-input {
        width: 100%;
    }

    .presentation-block > img {
        width: 178px;
        top: 44px;
        right: -18px;
        left: unset;
    }

    .presentation-block .custom-input:first-child {
        margin-top: 39px;
        margin-bottom: 15px;
    }

    .presentation-block .custom-input {
        font-size: 16px;
    }

    .presentation-block .request-send {
        flex-direction: column;
        margin-top: 15px;
        align-items: unset;
    }

    .infrastructure-block {
        margin-top: 62px;
    }

    .presentation-block .agree {
        width: auto;
        margin-left: 0;
        font-size: 12px;
        line-height: 158%;
        margin-top: 22px;
    }

    .infrastructure-block .row {
        margin-top: 36px;
    }

    .infrastructure_img {
        width: 100%;
    }

    .infrastructure-block .row .col-md-6:last-child {
        padding-left: 15px;
        margin-top: 8px;
    }

    .infrastructure-plus-prev .infrastructure-title {
        font-size: 25px;
    }

    .infrastructure-hide-desc p {
        font-size: 16px;
    }

    .plans-block {
        margin-top: 395px;
        height: 878px;
    }

    .plans-block .plans-header-img {
        width: 100%;
        left: 0;
    }

    .plans-block .col-md-5 {
        margin-left: 0;
        position: absolute;
        top: 210px;
        left: 0;
        padding-left: 0;
    }

    .plans-min-block {
        padding: 65px 44px 70px 80px;
    }

    .plans-min-title {
        font-size: 26px;
        line-height: 146%;
        margin-bottom: 21px;
    }

    .plans-min-desc {
        font-size: 18px;
        line-height: 161%;
    }

    .plans-min-block .plans-min-desc:not(:first-child) {
        margin-top: 45px;
    }

    .layouts-block {
        padding-top: 61px;
        padding-bottom: 54px;
    }

    .layouts-block .container .layouts-yellow-text.cst-w {
        margin-top: 40px;
        width: 100%;
    }

    .layouts-yellow-text {
        width: 70%;
        margin-top: 14px;
    }

    .layouts-yellow-text p span {
        font-size: 30px;
    }

    .layouts-yellow-text p {
        font-size: 18px;
    }

    .layout-slide-img p {
        font-size: 16px;
    }

    .layouts-block .owl-carousel .owl-nav {
        position: unset;
        text-align: center;
        margin-top: 28px;
    }

    .slider-description.mobile-550 {
        position: relative;
        display: block;
        margin-top: 64px;
    }

    .slider-description .slider-desc_kub {
        position: absolute;
        top: 9px;
        right: 95px;
        left: unset;
    }

    .slider-desc_title {
        font-weight: 500;
        font-size: 26px;
        line-height: 146%;
        text-transform: uppercase;
        color: var(--darkgrey-color);
    }

    .slider-desc_text {
        margin-top: 21px;
        font-weight: 400;
        font-size: 18px;
        line-height: 161%;
        color: var(--black-color);
    }

    .slider-description .row {
        margin-top: 38px;
    }

    .slider-description .col-xs-6 {
        position: relative;
        height: 143px;
    }

    .slider-description .col-xs-6 svg {
        position: absolute;
        left: calc(50% - 75px);
        top: 0;
    }

    .slider-description .col-xs-6 p {
        text-align: center;
    }

    .slider-desc_val {
        font-weight: 400;
        font-size: 25px;
        line-height: 144%;
        text-align: center;
        color: var(--darkgrey-color);
        margin-top: 31px;
    }

    .slider-desc_desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
        text-align: center;
        color: var(--black-color);
    }

    .parking-block .row {
        margin-top: 45px;
    }

    .parking-params-block .parking-params-text {
        font-size: 20px;
        line-height: 140%;
    }

    .parking-params-block .parking-params-text:first-child {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .parking-block .row .parking-min-block > div:first-child {
        margin-bottom: 44px;
    }

    .parking-img-block img {
        width: 100%;
    }

    .parking-img-block .parking-img-num {
        font-size: 60px;
    }

    .parking-img-block .parking-img-text {
        font-size: 16px;
        line-height: 175%;
    }

    .parking-block .row .col-md-6:first-child .parking-img-num {
        bottom: 163px;
    }

    .parking-block .row .col-md-6:not(:first-child) {
        margin-top: 46px;
    }

    .parking-block .row .col-md-6:not(:first-child) .parking-img-block {
        margin-top: 46px;
    }

    .parking-img-block .parking-img-num {
        bottom: 138px;
    }

    .zastr-block {
        margin-top: 62px;
    }

    .zastr-block .row {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 23px;
    }

    .zastr-block .col-md-9 p {
        font-size: 18px;
        line-height: 161%;
    }

    .zastr-block .col-md-3 {
        margin-top: 23px;
        text-align: center;
    }

    .zastr-block .next-project {
        justify-content: center;
    }





    .custom-popup .popup-cstm-chess {
        top: -157px;
        left: -84px;
    }

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

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

    .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;
    }

    .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;
    }

    .header-block .header-sales-phone,
    .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;
    }

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

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

    .footer .sale-group p,
    .footer .sale-group a {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #161616;
        margin-bottom: 0;
    }

    .footer .sale-group a {
        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;
    }

    .territory-block {
        margin-top: 12px;
    }

    .interesting-block .mobile-version {
        display: inherit !important;
    }

    .kodex-link {
        font-weight: 300;
        font-size: 12px;
        line-height: 200%;
        margin-top: 3px;
    }

    .footer .politic a:not(:first-child) {
        margin-top: 3px;
    }



    /* =======[ Страница Apart ]======== */

    .link-menu.mobile-550 {
        display: block;
        margin-top: 91px;
    }

    .link-menu .col-xs-6:first-child {
        padding-right: 0;
    }

    .link-menu .col-xs-6:last-child {
        padding-left: 0;
    }

    .link-menu a {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        font-weight: 400;
        font-size: 17px;
        line-height: 147%;
        letter-spacing: 0.03em;
        text-align: center;
        border: 1px solid var(--main-color);
        color: var(--black-color);
    }

    .link-menu .col-xs-6:last-child a {
        background: var(--main-color);
    }

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

    .tower-block {
        position: relative;
        margin-top: 61px;
    }

    .tower-block .tower-kub {
        position: absolute;
        right: 0;
        top: -20px;
    }

    .tower-block .tower-slide {
        flex-direction: column;
    }

    .tower-block .tower-params {
        width: 100%;
        padding: 26px 40px 35px;
    }

    .tower-block .owl-nav {
        display: none;
    }

    .tower-block .tower-slide-title {
        font-size: 26px;
        line-height: 142%;
    }

    .tower-block .tower-slide-button {
        margin-top: 15px;
        font-size: 14px;
        line-height: 100%;
        width: 235px;
    }

    .architectory-block {
        margin-top: 62px;
    }

    .architectory-block .architectory-desc {
        font-size: 18px;
        line-height: 161%;
    }

    .architectory-block .architectory-min-text-block {
        top: -45px;
        right: -40px;
    }

    .architectory-block .architectory-min-text-block p {
        font-size: 18px;
        line-height: 161%;
    }

    .architectory-block .architectory-min-text-block {
        padding: 43px 80px 149px 46px;
    }

    .architectory-block .architectory-min-text-block .cstm__mt {
        margin-bottom: 40px;
    }

    .architectory-block .architectory-min-desc {
        font-size: 26px;
        line-height: 146%;
        right: 58px;
        bottom: -534px;
    }

    .architectory-block > img {
        margin-top: 440px;
        width: 100%;
    }

    .apart-tower-block {
        margin-top: 65px;
    }

    .apart-tower-block .custom-title-desc {
        margin-top: 0;
    }

    .apart-tower-block .custom-title {
        margin-top: 35px;
    }

    .apart-tower-block .yellow-fon-max {
        height: 152%;
    }

    .apart-tower-block .apart-tower-desc {
        font-size: 18px;
        line-height: 161%;
    }

    .apart-tower-block .apart-tower-desc {
        margin-top: 52px;
    }

    .apart-tower-block .apart-tower-desc.atd-mt {
        margin-top: 40px;
    }

    .apart-tower-block .apart-tower-params {
        width: 100%;
    }

    .apart-tower-block .apart-tower-params-block-val {
        font-size: 39px;
        line-height: 92%;
    }

    .apart-tower-block .apart-tower-params-block-desc {
        font-size: 16px;
        line-height: 150%;
    }

    .apart-tower-block .apart-tower-fon-ld {
        left: unset;
        right: 0;
        bottom: 700px;
    }

    .apart-tower-block .apart-tower-house-block-m img {
        width: 100%;
    }

    .apart-tower-house-block-m {
        position: relative;
        width: 100%;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description {
        position: absolute;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description a {
        width: 251px;
        padding: 32px 25px 24px 33px;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description.first-desc {
        bottom: 27px;
        left: 91px;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description.first-desc a {
        bottom: 0;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description.second-desc {
        top: 65px;
        right: 94px;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description.second-desc a {
        right: 85px;
    }

    .apart-tower-block .tower-house-min-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 139%;
        letter-spacing: 0.03em;
        color: var(--black-color);
    }

    .apart-tower-block .tower-house-min-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--black-color);
        margin-top: 15px;
    }

    .aparts-plus-block .aparts-plus-slide p {
        font-size: 16px;
        line-height: 137%;
    }

    .aparts-plus-block .owl-carousel .owl-nav {
        margin-top: 26px;
    }

    .aparts-layuot-block {
        margin-top: 62px;
    }

    .aparts-layuot-block > .container > .row {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .aparts-layuot-block .aparts-layuot-description {
        margin-top: 0;
        font-size: 18px;
        line-height: 161%;
        margin-bottom: 48px;
    }

    .aparts-layuot-block .col-md-7 {
        padding-left: 15px;
    }

    .aparts-layuot-block .col-md-6 > div {
        position: relative;
    }

    .aparts-layuot-block .col-md-6 > div > p {
        font-size: 20px;
        line-height: 135%;
    }

    .aparts-layuot-block .col-md-6 .description-text {
        position: absolute;
        right: 300px;
        bottom: 0;
    }

    .aparts-layuot-block .col-md-6:first-child .description-text {
        right: 200px;
    }

    .aparts-layuot-block .col-md-6:not(:first-child) {
        margin-top: 31px;
    }

    .aparts-layuot-block .col-md-6 .description-text p {
        margin-left: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 142%;
        color: var(--black-color);
        text-transform: none;
    }

    .aparts-layuot-block .description-text .description-full-text {
        background: var(--grey-color);
        top: unset;
        bottom: 40px;
        right: unset;
        left: 0;
    }

    .aparts-layuot-block .col-md-5 {
        margin-top: 63px;
    }

    .aparts-layuot-block .aparts-layout-min-title {
        font-size: 26px;
        line-height: 100%;
    }

    .aparts-layuot-block .aparts-layout-min-text p {
        font-size: 18px;
        line-height: 183%;
    }

    .aparts-layout-min-block .aparts-layuot-flats {
        margin-left: 70px;
        width: 263px;
    }

    .aparts-layuot-block .col-md-5 .aparts-layuot-fon {
        width: 800px;
        right: 60px;
    }

    .aparts-layuot-block .text-aparts-layouts {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 183%;
        text-transform: uppercase;
        color: var(--lightgrey-color);
    }

    .aparts-layuot-block .kub {
        position: absolute;
        right: 0;
        top: 237px;
    }

    .otdelka-block {
        margin-top: 65px;
    }

    .otdelka-block .otdelka-description {
        font-size: 18px;
        line-height: 161%;
        margin-bottom: 0;
    }

    .grey-fon {
        padding-bottom: 40px;
    }

    .otdelka-mobile-v > img {
        width: 100%;
    }

    .otdelka-min-block {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 40px;
    }

    .otdelka-min-list p {
        font-size: 20px;
        line-height: 165%;
    }

    .otdelka-min-text {
        margin-right: -100px;
    }

    .use-pomesh-block {
        margin-top: 62px;
    }

    .use-pomesh-block .col-md-7 p {
        font-size: 18px;
        line-height: 161%;
    }

    .use-pomesh-block .col-md-7 p:first-child {
        margin-bottom: 30px;
    }

    .use-pomesh-block {
        margin-bottom: 45px;
    }

    .use-pomesh-block-wdth {
        padding-bottom: 62px;
    }

    .use-pomesh-block-wdth > img {
        width: 100%;
    }

    .yellow-block-pomesh {
        position: relative;
        margin-top: -80px;
        z-index: 2;
    }

    .yellow-block-pomesh p {
        font-weight: 400;
        font-size: 18px;
        line-height: 161%;
        color: var(--black-color);
        padding: 39px 0 43px;
    }

    .yellow-block-pomesh:before {
        position: absolute;
        content: '';
        width: 400px;
        height: 430px;
        background: var(--main-color);
        z-index: -1;
        right: 0;
    }

    .owl-carousel .owl-item img.mobile-550 {
        display: block;
    }

    /* =======[ Страница buisness ]======== */

    .buisness-link-menu.link-menu .col-xs-6:last-child a {
        background: inherit;
    }

    .buisness-link-menu.link-menu .col-xs-6:first-child a {
        background: var(--main-color);
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-house-block-m {
        display: block;
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-house-block-m img {
        width: auto;
        float: right;
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-fon-ld {
        bottom: 879px;
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-house-block-m .tower-house-min-first {
        position: absolute;
        right: 187px;
        top: 104px;
        background: var(--main-color);
        padding: 32px 30px 33px 33px;
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-house-block-m .tower-house-min-first svg {
        position: absolute;
        top: 12px;
        right: -25px;
    }

    .buisness-grey-fon {
        padding-top: 43px;
        padding-bottom: 137px;
    }

    .buisness-grey-fon .aparts-layuot-block .aparts-layuot-description {
        margin-bottom: 30px;
    }

    .buisness-grey-fon .aparts-layuot-block .col-md-6:first-child .description-text {
        right: 150px;
    }

    .buisness-grey-fon .aparts-layuot-block .col-md-6 .description-text {
        right: 150px;
    }

    .buisness-otdelka-pres {
        right: 133px;
        bottom: -179px;
        width: max-content;
    }

    .join-lots-block .join-lots-cont {
        padding: 38px 81px 60px 46px;
        width: auto;
    }

    .join-lots-block .join-lots-cont .container {
        padding-left: 0;
        padding-right: 0;
    }

    .join-lots-title {
        font-size: 26px;
        line-height: 146%;
    }

    .join-lots-text {
        font-size: 18px;
        line-height: 161%;
    }

    .join-lots-width {
        justify-content: right;
    }

    .join-lots-block .container > img {
        right: 20px;
    }

    .potencial-block .owl-carousel .potencial-slide > p {
        font-size: 18px;
        line-height: 161%;
    }

    .potencial-block .owl-carousel .owl-next,
    .potencial-block .owl-carousel .owl-prev {
        position: unset;
    }

    .potencial-block .owl-carousel .owl-next {
        margin-left: 30px;
    }

    .potencial-block .owl-carousel .owl-nav {
        text-align: center;
        margin-top: 24px;
    }

    .buisness-grey-fon .aparts-layuot-block .description-text .description-full-text {
        left: -175px;
    }

}

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

    .parking-block .row .col-md-6:first-child .parking-img-num {
        bottom: 200px;
    }

    .parking-block .row .col-md-6:first-child .parking-img-num {
        bottom: 182px;
    }

    .aparts-layuot-block .col-md-6:first-child .description-text {
        right: 115px;
    }

    .aparts-layuot-block .col-md-6 .description-text {
        right: 215px;
    }

}

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

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

    .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 screen and (max-width: 460px) {

    .about-block .about-play-button {
        top: 352px;
        left: 63px;
    }

    .about-block .house-description.first-desc {
        left: 20px;
        top: 440px;
    }

    .about-block .house-description.second-desc {
        top: 270px;
        left: 80px;
    }

    .about-block .house-description.third-desc {
        top: 393px;
        left: 85px;
    }

    .line-width .yellow-line-mobile.mobile-550 {
        bottom: 430px;
    }

    .genplan-block .house-description.first-desc {
        top: 380px;
    }

    .genplan-block .house-description.second-desc {
        top: 210px;
        left: 60px;
    }

    .genplan-block .house-description.third-desc {
        top: 127px;
        left: 198px;
    }

    .genplan-block .house-description.five-desc {
        left: 160px;
        top: 382px;
    }

    .genplan-block .house-description.fours-desc {
        top: 247px;
        left: 211px;
    }

    .genplan-block .house-description.six-desc {
        top: 191px;
        right: 53px;
    }

    .buisness-grey-fon .aparts-layuot-block .col-md-6:first-child .description-text,
    .buisness-grey-fon .aparts-layuot-block .col-md-6 .description-text {
        right: 77px;
    }

    .buisness-otdelka-pres {
        right: 33px;
    }

    .buisness-apart-tower.apart-tower-block .apart-tower-house-block-m .tower-house-min-first {
        top: 30px;
    }

}

@media (max-width: 450px) {

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .architectory-block .architectory-min-text-block {
        right: -30px;
    }

    .header-list,
    .footer .container {
        padding-left: 30px;
        padding-right: 30px;
    }

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

}

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

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .architectory-block .architectory-min-text-block {
        right: -10px;
    }

    .join-lots-width {
        margin-top: -26px;
    }

}

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

    .architectory-block .architectory-min-desc {
        bottom: -666px;
    }

    .architectory-block > img {
        margin-top: 540px;
    }

    .apart-tower-block .apart-tower-house-block-m .house-description.second-desc a {
        right: 75px;
        top: -80px;
    }

}

@media (max-width: 395px) {

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

}
