h1,
h2.head {
    font-size: 178%;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
}
.subhead {
    font-size: 175%;
    margin-bottom: 50px;
}
h2 {
    font-size: 150%;
    font-weight: 500;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
}
h3 {
    font-size: 130%;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
}

a { 
    text-decoration: underline;
    color: #00B011 ;
}
@media all and (max-width: 991px) {
    h1,
    h2.head {
        font-size: 89%;
    }
}

body {
    font-family: 'Qanelas Regular', Arial, Helvetica, sans-serif;
    font-size: 18px; /* 5.56 */
    color: #000;
    line-height: 1.2;
}

/* HEADER */
.header {
}
.header .wrap {
    border-bottom: 4px solid #F5F5F5;
    padding: 15px 0;
}
.header .logo,
.footer .logo {
    display: inline-block;
    width: 125px;
}
.header .burger {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    padding: 5px;
    width: 35px;
}
.header .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #4c4c4c;
}
.header .burger span + span { margin-top: 5px; }
.header .left-block,
.footer .left-block {
    display: flex;
    align-items: center;
}
.header__contacts {
    margin: 0 0 0 25px;
}
.header__contacts .block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 70px;
    margin-left: -5px;
    font-size: 89%;
    color: #141414;
    position: relative;
}
    .header__contacts .block:before {
        content: "";
        display: block;
        width: 43px;
        height: 43px;
        left: 15px;
        position: absolute;
        top: 50%;
        margin-top: -21px;
    }
    .header__contacts .block.address:before { background-image: url('../images/i-adr.svg'); }
    .header__contacts .tel-block:before { background-image: url('../images/i-tel.svg'); }
    .header__contacts .tel {
        font-size: 100%;
        font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #141414;
        display: block;
    }
.header__menu {
    display: flex;
    align-items: center;
}
.header__menu .menu-list {
    list-style: none;
    padding: 0;
    margin: 0 -10px 0 -5px;
    max-width: 400px;
}
    .header__menu .menu-list li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        position: relative;
        font-size: 89%;
    }
        .header__menu .menu-list li a { 
            text-decoration: none;
            color: #141414;
        }
        .header__menu .menu-list li a:hover { text-decoration: underline; }
        .header__menu .menu-list li.active a {
            text-decoration: underline;
            color: #00B011;
        }
    .header__menu .menu-list li:after {
        content: "";
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        right: -5px;
        top: 50%;
        margin-top: -8px;
        background: #141414;
    }
    .header__menu .menu-list li:last-child:after { display: none; }

.header__menu .btn-block { margin-left: 30px; }

/* FOOTER */
.footer {
    padding-top: 30px;
}
.footer .wrap {
    border-top: 4px solid #F5F5F5;
    padding: 15px 0;
}

@media all and (max-width: 1399px) {
    .container { max-width: 100%; }
}
@media all and (max-width: 1300px) {
    .header__menu { width: 45%;}
}
@media all and (max-width: 1200px) {
    .header__menu { width: 38%;}
    .header__menu .menu-list li:after { display: none; }
}
@media all and (max-width: 991px) {
    .container { max-width: 350px; }
    .header .logo,
    .footer .logo {
        width: auto;
    }
    .footer .logo { display: none; }
    .header .wrap,
    .footer .wrap {
        border: none;
    }
    .header .left-block,
    .footer .left-block {
        display: block;
        text-align: center;
        border-bottom: 4px solid #F5F5F5;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .footer {
        padding-top: 0;
    }
    .header__contacts {
        margin: 5px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .header__contacts .block {
            font-size: 67%;
            text-align: left;
            padding-left: 35px;
            padding-right: 0;
            display: block;
        }
        .header__contacts .tel { 
            font-size: 83%; 
            white-space: nowrap;
            margin-left: 10px;
        }
        .header__contacts .block:before {
            width: 32px;
            height: 32px;
            background-size: 100%;
            left: 0;
            margin-top: -16px;
        }
    .header__menu {
        display: block;
        text-align: center;
        width: 100%;
    }
    .header__menu .menu-list { 
        margin-bottom: 15px; 
        margin-left: 0;
        margin-right: -5px;
    }
    .header__menu .menu-list li { 
        font-size: 85%;
        padding: 0 5px;
        display: block;
        margin: 10px 0;
    }
    .header__menu .menu-list li a { text-decoration: underline; }
        .header__menu .menu-list li:after {
            display: none;
            height: 12px;
            margin-top: -6px;
        }
    .header__menu .btn-block { margin-left: 0; }
}/* @media */

/* Page Wrap */
.page-wrap {
    padding-top: 25px;
}
.common-block {
    padding: 15px 0;
}

/* KP List */
.cat-list {
}
.cat-list .image-hex {
    display: block;
    position: relative;
    -webkit-clip-path: polygon(0 0, 75% 0%, 100% 35%, 75% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0 0, 75% 0%, 100% 35%, 75% 100%, 0 100%, 0% 50%);
    margin: 0 auto;
    overflow: hidden;
}
    .cat-list .image-hex img { 
        height: 525px; 
        object-fit: cover;
    }
.cat-list .item-block {
    position: relative;
    z-index: 10;
}
.cat-list .item-block + .item-block { margin-top: 25px; }
.cat-list .item-block__image {
    position: absolute;
    z-index: 10;
}
.cat-list.house .item-block__image {
    width: 55%;
}
.cat-list .item-block__info {
    background: linear-gradient(180deg, #00B011 0%, rgba(0, 176, 17, 0) 100%);
    -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 75%);
    clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 80%);
    padding: 25px;
}
.cat-list .item-block__info .wrap {
    padding-left: 220px;
}
    .cat-list .item-block__info h2 {
        color: #fff;
        font-size: 178%;
    }
    .cat-list .item-block__info h2 span {
        display: block;
        font-size: 68%;
    }
    .kk-params {}
    .kk-params ul {
        list-style: none;
        padding: 0;
        margin: 0 -10px 0 -5px;
    }
    .kk-params li {
        display: inline-block;
        margin-left: -5px;
        padding: 0 10px;
        margin-top: 20px;
    }
    .kk-params li .icon,
    .kk-params li span {
        display: inline-block;
        vertical-align: middle;
    }
    .kk-params li span {
        color: #fff;
        font-size: 111%;
        font-weight: 500;
        font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
        padding-left: 5px;
    }
    .cat-list .item-block__info .btn-block { margin-top: 35px; }
    .cat-list .item-block > .btn-block,
    .cat-list .item-block > .slider-wrap { display: none; }
    .cat-list .item-block__info .btn-block .btn {
        height: 60px;
        font-size: 122%;
        font-weight: 500;
        font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
        text-transform: none;
        border-radius: 15px 0px;
        padding-left: 35px;
        padding-right: 35px;
    }
.cat-list__slider {
}
.item-block__info .slider-wrap {
    margin-top: 45px;
    margin-left: 145px;
    padding-right: 33px;
    padding-bottom: 20px;
}
    .cat-list__slider .item {}
    .cat-list__slider .item img { border-radius: 4px;}
.icon.icon-k {
    width: 50px;
    height: 50px;
    background-position: center;
    background-color: #FFFFFF;
    border: 2px solid #039B12;
    border-radius: 50%;
    background-repeat: no-repeat;
}
.icon-k.house {
    background-image: url('../images/i-k-house.svg');
}
.icon-k.gas {
    background-image: url('../images/i-k-gas.svg');
}
.icon-k.point {
    background-image: url('../images/i-k-point.svg');
}

.icon-k.money {
    background-image: url('../images/i-k-money.svg');
}

.cat-list.house .image-hex {
    height: 400px;
    position: relative;
    margin-top: 60px;
}
.cat-list.house .image-hex.wide { height: 460px; }
.cat-list.house .image-hex.wide img { height: 485px; }
.cat-list.house .image-hex img {
    width: 100%;
    height: 425px;
}
.cat-list.house .image-hex .name,
.cat-list.house .item-block__info > .name  {
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    background: rgba(231,231,231,.7);
    position: absolute;
    padding: 20px 60px 20px 25px;
    bottom: 20px;
    left: 20px;
    font-size: 156%;
    font-weight: 500;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
}
.cat-list.house .item-block__info > .name {
    display: none;
}
.house-params {
    padding-right: 120px;
}
.house-params .param {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.house-params .param + .param { margin-top: 30px; }
.house-params .param .name {
    width: 175px;
}
.house-params .param .text {
    background: #00B011;
    border-radius: 3px;
    padding: 10px;
    max-width: 345px;
    width: 100%;
}
.house-params .param .value {
    height: 40px;
    background: #00B011;
    border-radius: 2px;
    text-align: center;
    width: 150px;
    line-height: 20px;
    padding: 10px;
}
.house-params .param .name,
.house-params .param .value,
.house-params .param .text {
    margin-left: 20px;
    color: #fff;
    font-size: 112%;
    font-weight: 500;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
}
.house-params .btn-block {
    text-align: right;
}
@media all and (max-width: 1300px) {
    .cat-list .item-block__info .wrap {
        padding-left: 160px;
    }
    .item-block__info .kk-params li span {
        max-width: 85%;
    }
    .cat-list.house .item-block__image {
        width: 50%;
    }
}
@media all and (max-width: 991px) {
    .cat-list .item-block {
        max-width: 320px;
        margin: 0 auto;
        position: relative;
    }
    .cat-list .item-block__image {
        top: 55px;
        width: 90%;
    }
    .cat-list.house .item-block__image {
        width: 100%;
    }
        .cat-list .image-hex img {
            height: 220px;
            width: 100%;
        }
        .cat-list.house .image-hex img { height: 200px;}
    .cat-list.house .image-hex.wide { height: 200px; }
    .cat-list.house .image-hex.wide img { height: 200px; }
    .cat-list .item-block__info {
        padding: 5px 15px;
        padding-bottom: 35px;
        background: linear-gradient(138.2deg, #00B011 28.88%, rgba(0, 176, 17, 0) 108.52%);
    }
    .cat-list .item-block__info .wrap {
        padding-left: 25px;
    }
    .cat-list .item-block__info h2 {
        font-size: 100%;
        padding-left: 20%;
    }
    .cat-list .item-block__info h2 span { font-size: 89%; }
    .item-block__info .kk-params {
        padding-left: 30px;
        padding-top: 220px;
    }
    .icon.icon-k {
        width: 27px;
        height: 27px;
        background-size: 50%;
    }
    .icon-k.house { background-size: 80%; }
    .kk-params li {
        padding: 0 5px;
        margin-top: 10px;
    }
    .kk-params li span {
        font-size: 67%;
        padding-left: 0;
        font-weight: 400;
        font-family: 'Qanelas Regular', Arial, Helvetica, sans-serif;;
    }
    .cat-list .item-block__info .btn-block { display: none; }
    .cat-list .item-block > .btn-block,
    .cat-list .item-block > .slider-wrap { display: block; }
    .cat-list .item-block > .btn-block {
        margin-top: -20px;
        text-align: right;
        z-index: 100;
    }
    .cat-list .item-block > .btn-block .btn {
        height: 40px;
        padding: 7px 20px;
        border-radius: 10px 0;
        font-size: 78%;
        margin-right: 40px;
    }
    .cat-list .item-block > .btn-block .btn .icon { 
        width: 20px; 
        height: 20px;
    }
    .item-block__info .cat-list__slider,
    .item-block__info .slider-wrap { display: none !important; }
    .slider-wrap {
        margin-top: 20px;
        margin-left: 0;
        padding: 0;
    }
    .house-params {
        padding: 0;
        margin-top: 230px;
    }
    .cat-list.house .image-hex .name { display: none; }
    .cat-list.house .item-block__info > .name { 
        display: inline-block; 
        position: relative;
        bottom: 0;
        left: 0;
        height: 32px;
        font-size: 84%;
        line-height: 14px;
        padding: 10px 30px 10px 10px;
        margin-left: 65px;
    }
    .cat-list.house .image-hex {
        height: 200px;
        margin-top: 0;
    }
    .house-params .param .name, 
    .house-params .param .value,
    .house-params .param .text {
        font-size: 72%;
        margin-left: 10px;
    }
    .house-params .param .text {
        max-width: 200px;
    }
    .house-params .param .icon {
        width: 30px !important;
        height: 30px !important;
        background-size: 12px;
    }
    .house-params .param .name {
        width: 110px;
    }
    .house-params .param .value {
        width: 94px;
        height: 26px;
        padding: 3px;
    }
    .house-params .param + .param { margin-top: 15px; }
    .cat-list.house .item-block__info {
        clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 90%);
    }
    .cat-list.house .item-block__info .btn-block {}
}

@media all and (max-width: 320px) {
    .cat-list .item-block {
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }
}

/* Banner Wa */
.banner-wa {}
.banner-wa .wrap-block {
    background: linear-gradient(90.53deg, #00B011 1.97%, rgba(0, 176, 17, 0) 103.65%);
    border-radius: 30px 0px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-wa .text-block {
    padding-left: 50px;
    font-size: 178%;
    color: #fff;
}
.banner-wa .btn-wa {
    border: 1px solid #FFFFFF;
}
@media all and (max-width: 991px) {
    .banner-wa .wrap-block {
        text-align: center;
        display: block;
        padding: 15px;
        background: linear-gradient(137.16deg, #00B011 7.69%, rgba(0, 176, 17, 0) 98.08%);
    }
    .banner-wa .text-block {
        font-size: 78%;
        padding-bottom: 10px;
        padding-left: 0;
    }
}

/* Contacts Block */
.contacts-block {}
.contacts-block .row { position: relative;}
.contacts-block__info {
    padding: 30px 50px;
    clip-path: polygon(0 0, 85% 0, 100% 45%, 80% 100%, 0 100%, 0 50%);
    background: linear-gradient(15.98deg, #00B011 12.68%, rgba(0, 176, 17, 0) 93.27%);
    text-align: center;
}
    .contacts-block__info .logo {
    }
    .contacts-block__info .header__contacts {
        margin-left: 0;
        margin-top: 10px;
    }
    .contacts-block__info .head {
        font-size: 156%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
.btn-nav-block {
    display: block;
    max-width: 330px;
    clip-path: polygon(0 0, 85% 0, 100% 45%, 80% 100%, 0 100%, 0 50%);
    background-color: #00B011;
    padding: 25px 80px 25px 120px;
    color: #fff;
    text-decoration: none;
    font-size: 145%;
    position: relative;
}
.btn-nav-block:hover {
    text-decoration: underline;
    color: #fff;
}
.btn-nav-block + .btn-nav-block { margin-top: 20px; }
.btn-nav-block.grad { background: linear-gradient(255.97deg, #00B011 12.62%, #E7E7E7 107.73%); }
.btn-nav-block:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
}
.btn-nav-block.ya:before {
    width: 68px;
    height: 69px;
    margin-top: -34px;
    left: 23px;
    background-image: url('../images/i-yanavi.png');
}
.btn-nav-block.ggl:before {
    width: 46px;
    height: 66px;
    margin-top: -33px;
    left: 34px;
    background-image: url('../images/i-gglnavi.png');
}
.contacts-block__map {
    position: absolute;
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 80%);
    width: 65%;
    padding: 0;
    margin-right: 15px;
}
.contacts-block__map.mob { display: none;}
@media all and (max-width: 1200px) {
    .contacts-block__map {
        width: 60%;
    }
}
@media all and (max-width: 991px) {
    .contacts-block {
    }
    .contacts-block__map {
        display: none;
        width: 100%;
        max-width: 225px;
        height: 220px;
    }
    .contacts-block__map.mob { display: block;}
    .contacts-block__info {
        padding: 5px;
        text-align: center;
        margin-bottom: 70px;
    }
    .contacts-block__info .wrap-block {
        width: 50%;
    }
        .contacts-block__info .logo img {
            width: 68px;
        }
        .contacts-block__info .header__contacts {
            margin-top: 10px;
            margin-left: 5px;
            padding-right: 30px;
            margin-bottom: 10px;
        }
        .contacts-block__info .header__contacts .block { font-size: 50%; }
        .contacts-block__info .head {
            display: none;
        }  
    .btn-nav-block {
        max-width: 105px;
        padding: 5px 25px;
        font-size: 56%;
    } 
    .btn-nav-block.ya:before {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        left: 3px;
    } 
    .btn-nav-block.ggl:before {
        width: 15px;
        height: 20px;
        margin-top: -10px;
        left: 7px;
    }
    .contacts-block__map {
        position: absolute;
        right: 0;
        clip-path: polygon(30% 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 80%);
        width: 65%;
        padding: 0;
        margin-right: 15px;
    }
    .btn-nav-block + .btn-nav-block { margin-top: 5px; }
}

/* KK */
.kk-top {}
.kk-top__banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
    .kk-top__banner .kk-params {
        position: absolute;
    }
    .kk-top__banner .kk-params.left   { left: 30px; }
    .kk-top__banner .kk-params.right  { right: 30px; }
    .kk-top__banner .kk-params.top    { top: 10px; }
    .kk-top__banner .kk-params.bottom { bottom: 30px; }
    .kk-top__banner .kk-params.block li {
        display: block;
    }
.kk-top .slider-wrap {
    max-width: 991px;
    margin: 30px auto 0;
}
@media all and (max-width: 991px) {
    .kk-top__banner {
        height: 200px;
        margin-bottom: 20px;
    }
    .kk-top h1 { }
        .kk-top__banner .kk-params {
            position: absolute;
        }
        .kk-top__banner .kk-params.left,
        .kk-top__banner .kk-params.right,
        .kk-top__banner .kk-params.top,
        .kk-top__banner .kk-params.bottom { 
            bottom: -35px;
            left: 5px;
        }
        .kk-top__banner .kk-params.block ul,
        .kk-top__banner .kk-params ul {
            display: flex;
            align-items: center;
        }
        .kk-top__banner .kk-params ul li span {color: #000; }
    .kk-top .slider-wrap {
        margin-top: 40px;
    }
}

/* KK PLAN */
.kk-plan {}
.kk-plan .head-block {}
.kk-plan .head-block h2 { text-transform: none; }
.kk-plan .legenda {
    font-size: 89%;
    color: #00B011;
}
    .kk-plan .legenda .point {
        padding-left: 30px;
        margin-left: 10px;
        display: inline-block;
        position: relative;
    }
        .kk-plan .legenda .point:before {
            content: "";
            display: block;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }
        .kk-plan .legenda .point.sold     { color: #DC3545; }
        .kk-plan .legenda .point.reserved { color: #FFC107; }
        .kk-plan .legenda .point.sold:before     { background: #DC3545; }
        .kk-plan .legenda .point.reserved:before { background: #FFC107; }
    .kk-plan .legenda .date {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        padding-left: 35px;
        color: #444340;
        font-style: italic;
    }
    .kk-plan .legenda .date:before {
        content: "";
        display: block;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -12px;
        width: 20px;
        height: 24px;
        background-image: url('../images/i-date.svg');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .kk-plan .head-block .btn {
        margin-top: 25px;
    }
@media all and (max-width: 991px) {
    .kk-plan .head-block h2 { text-transform: uppercase; }
    .kk-plan .legenda {
        font-size: 67%;
    }
    .kk-plan .legenda .point {
        padding-left: 25px;
    }
        .kk-plan .legenda .point:before {
            left: 5px;
            top: 50%;
            margin-top: -7px;
            width: 14px;
            height: 14px;
        }
        .kk-plan .legenda .date {
            display: block;
            margin-top: 10px;
            margin-left: 0;
            padding-left: 25px;
        }
        .kk-plan .legenda .date:before {
            left: 0;
            margin-top: -9px;
            width: 15px;
            height: 18px;
        }
    .kk-plan .head-block .btn-block {
        text-align: center;
    }
        .kk-plan .head-block .btn-block .btn { margin-top: 10px; }
}

/* Genplan Block */
.genplan-block {
    text-align: center;
    margin-top: 40px;
}
.genplan-block h2 { text-align: left;}
.genplan-block .wrap-block {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.genplan-block.gallery {
    display: flex;
    align-items: center;
}
.genplan-block.gallery .genplan-block__map { 
    width: 100%; 
    margin: 0 15px;
}
.genplan-block.gallery .gallery-block {}
    .genplan-block.gallery .gallery-block a {
        display: inline-block;
    }
    .genplan-block.gallery .gallery-block a + a {
        margin-top: 30px;
    }
.genplan-block .block {
}
.genplan-block a.house {
    display: block;
    padding: 10px;
    text-decoration: none;
    position: relative;
}
    .genplan-block a.house span {
        display: block
    }
    .genplan-block a.house .wrap {
        position: relative;
    }
    .genplan-block a.house.sold .wrap     { background-color: rgba(220,53,69,.5); }
    .genplan-block a.house.reserved .wrap { background-color: rgba(255,193,7,.5); }
    .genplan-block a.house .wrap .num {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #00B011;
        background: #fff;
        line-height: 20px;
        padding: 10px 0;
        right: 5px;
        bottom: 5px;
    }
    .genplan-block a.house .wrap .project {
        position: absolute;
        background: #00B011;
        color: #fff;
        top: 5px;
        padding: 5px;
        margin: 0 5px;
        width: calc(100% - 10px);
        text-transform: uppercase;
    } 
    .genplan-block a.house .wrap .status {
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(100% - 10px);
        background: #fff;
        padding: 5px;
        line-height: 20px;
        margin-top: -15px;
        margin-left: 5px;
        margin-right: 5px;
        text-transform: uppercase;
    }
    .genplan-block a.house .wrap .status.sold { color: rgb(220,53,69);}
.genplan-block__map {
    position: relative;
    display: inline-block;
}
/* MUSKAT */
.genplan-block__map.muskat {
}
.genplan-block__map.muskat .wrap-block {
    margin: 100px 0 0 112px;
}
.genplan-block__map.muskat .block {
    display: flex;
}
.genplan-block__map.muskat a.house .wrap {
    width: 152px;
    height: 270px;
}
.genplan-block__map.muskat a.house.t1 .wrap {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0% 20%);
}
.genplan-block__map.muskat .block:last-child {
    align-items: flex-end;
}
.genplan-block__map.muskat .block:last-child a.house .wrap {
    height: 290px;
}
.genplan-block__map.muskat .block:last-child a.house:first-child .wrap {
    height: 375px;
}
.genplan-block__map.muskat .block:last-child a.house:first-child .wrap .num {
    margin-top: 15px;
}

.genplan-block__map.muskat2 {
}
.genplan-block__map.muskat2 .wrap-block {
    margin: 139px 0 0 128px
}
.genplan-block__map.muskat2 .block {
    display: flex;
}
.genplan-block__map.muskat2 a.house .wrap {
    width: 149px;
    height: 265px;
}
.genplan-block__map.muskat a.house.t1 .project {
    top: 55px;
}

@media all and (max-width: 991px) {
    .genplan-block__map.muskat a.house.t1 .project {
        top: 20px;
    }
    .genplan-block__map.muskat a.house.t1 .status {
        margin-top: 0;
    }
}

/* KULIKOVO */
.genplan-block__map.kulikovo {
}
.genplan-block__map.kulikovo .wrap-block {
    margin: 18px 0 0 240px;
}
.genplan-block__map.kulikovo a.house .wrap {
    width: 215px;
    height: 132px;
}

/* CHUKOTSKAYA */
.genplan-block__map.chukot {
}
.genplan-block__map.chukot .wrap-block {
    margin: 93px 0 0 157px;
}
.genplan-block__map.chukot .block {
    display: flex;
}
.genplan-block__map.chukot a.house .wrap {
    width: 48px;
    height: 358px;
}
.genplan-block__map.chukot a.house:nth-child(even) { margin-left: 54px;}
.genplan-block__map.chukot a.house .wrap:before,
.genplan-block__map.chukot a.house .wrap:after {
    content: "";
    display: block;
    position: absolute;
}
.genplan-block__map.chukot a.house .wrap:before {
    width: 52px;
    height: 152px;
    left: 48px;
}
.genplan-block__map.chukot a.house .wrap:after {
    width: 0;
    height: 0;
    left: 48px;
    top: 152px;
    border-style: solid;
    border-width: 76px 52px 0 0;
    border-color: transparent transparent transparent transparent;
}
.genplan-block .genplan-block__map.chukot a.house.sold .wrap:before     { background-color: rgba(220,53,69,.5); }
.genplan-block .genplan-block__map.chukot a.house.sold .wrap:after      { border-color: rgba(220,53,69,.5) transparent transparent transparent; }
.genplan-block .genplan-block__map.chukot a.house.reserved .wrap:before { background-color: rgba(255,193,7,.5); }
.genplan-block .genplan-block__map.chukot a.house.reserved .wrap:after  { border-color: rgba(255,193,7,.5) transparent transparent transparent; }

.genplan-block__map.chukot a.house .wrap .project,
.genplan-block__map.chukot a.house .wrap .status {
    width: calc(200% - 10px);
    z-index: 10;
    font-size: 85%;
}
.genplan-block__map.chukot a.house .wrap .status {
    margin-top: -50px;
}

.genplan-block__map.chukot a.house:nth-child(even) .wrap:before { 
    bottom: 0;
    left: -52px;
    height: 132px;
}
.genplan-block__map.chukot a.house:nth-child(even) .wrap:after { 
    transform: rotate(180deg);
    left: -52px;
    border-width: 74px 52px 0 0;
}
.genplan-block__map.chukot a.house:nth-child(even) .wrap .project {
    top: 100%;
    margin-top: -50px;
    left: -100%;
}
.genplan-block__map.chukot a.house:nth-child(even) .wrap .status {
    margin-top: 50px;
    left: -100%;
}
.genplan-block__map.chukot a.house .wrap .num {
    margin-top: 0;
    margin-left: 0;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
}
.genplan-block__map.chukot a.house:nth-child(even) .wrap .num {
    top: 10px;
}

@media all and (max-width: 991px) {
    .genplan-block__map {
        width: 290px;
    }
    .genplan-block.gallery .genplan-block__map {
        margin: 0px auto;
        width: 290px;
    }
    .genplan-block.gallery .genplan-block__map .image-block img {
        display: block;
        max-width: 100%;
    }
    .genplan-block__map.muskat .wrap-block {
        margin: 34px 0 0 39px;
    }
    .genplan-block a.house {
        padding: 5px;
    }
    .genplan-block__map.muskat a.house .wrap {
        width: 51px;
        height: 93px;
    }
    .genplan-block__map.muskat .block:last-child a.house:first-child .wrap {
        height: 128px;
    }
    .genplan-block__map.muskat .block:last-child a.house .wrap {
        height: 98px;
    }
    .genplan-block__map.muskat .block:last-child a.house:first-child .wrap .num {
        margin-top: 5px;
    }
    .genplan-block__map.muskat2 .wrap-block {
        margin: 48px 0 0 45px;
    }
    .genplan-block__map.muskat2 a.house .wrap {
        width: 49px;
        height: 90px;
    }
    .genplan-block a.house .wrap .num {
        width: 20px;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 67%;
        bottom: 2px;
        right: 2px;
    }
    .genplan-block a.house .wrap .project,
    .genplan-block a.house .wrap .status {
        font-size: 45%;
        padding: 0;
        line-height: 10px;
    }
    .genplan-block a.house .wrap .status {
        margin-top: -10px;
    }
    .genplan-block.gallery .gallery-block { display: none; }

    .genplan-block__map.kulikovo .wrap-block {
        margin: 6px 0 0 111px;
    }
    .genplan-block__map.kulikovo a.house .wrap {
        width: 103px;
        height: 62px;
    }

    .genplan-block__map.chukot .wrap-block {
        margin: 30px 0 0 50px;
    }
    .genplan-block__map.chukot a.house .wrap {
        width: 13px;
        height: 112px;
    }
    .genplan-block__map.chukot a.house:nth-child(even) {
        margin-left: 16px;
    }
    .genplan-block__map.chukot a.house .wrap:before {
        width: 18px;
        height: 50px;
        left: 13px;
    }
    .genplan-block__map.chukot a.house .wrap:after {
        left: 13px;
        top: 50px;
        border-width: 23px 18px 0 0;
    }
    .genplan-block__map.chukot a.house:nth-child(even) .wrap:before {
        bottom: 0;
        left: -18px;
        height: 41px;
    }
    .genplan-block__map.chukot a.house:nth-child(even) .wrap:after {
        left: -18px;
        border-width: 21px 18px 0 0;
    }
    .genplan-block__map.chukot a.house .wrap .num {
        bottom: 2px;
        margin-left: -11px;
    }
    .genplan-block__map.chukot a.house:nth-child(even) .wrap .num {
        top: 2px;
    }
    .genplan-block__map.chukot a.house .wrap .status,
    .genplan-block__map.chukot a.house .wrap .project {
        font-size: 45%;
        margin: 0 2px;
        width: calc(250% - 2px);
        line-height: 1;
        transform: rotate(90deg);
        top: 10px;
    }
    .genplan-block__map.chukot a.house .wrap .status {
        margin-top: -25px;
    }
    .genplan-block__map.chukot a.house:nth-child(even) .wrap .status {
        margin-top: 25px;
        left: -115%;
    }
    .genplan-block__map.chukot a.house:nth-child(even) .wrap .project {
        margin-top: -25px;
        left: -115%;
    }
}

/* DOWNLOAD */
.download-block {
    margin-top: 20px;
}
.download-block .btn-block {
    margin: 0 10px;
}
.download-block__list {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 1200px) {
    .download-block__list {
        display: block;
        text-align: center;
    }
    .download-block .btn-block + .btn-block {
        margin-top: 15px;
    }
}
@media all and (max-width: 991px) {
    .download-block { margin-top: 0; }
}

/* COMMON */
h1,
h2.head {
    position: relative;
    z-index: 10;
    padding: 20px 0 20px 25px;
}
    h1 span,
    h2.head span { color: #00B011;}
    h1:before,
    h1:after,
    h2.head:before,
    h2.head:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        margin-top: -30px;
    }
    h1:before,
    h2.head:before {
        left: 0;
        width: 140px;
        height: 60px;
        background-color: #E7E7E7;
    }
    h1:after,
    h2.head:after {
        left: 140px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 0 0 40px;
        border-color: transparent transparent transparent #E7E7E7;
    }

.btn {
    height: 40px;
    padding: 10px 15px;
    border-radius: 15px 0;
    text-transform: uppercase;
    line-height: 20px;
    white-space: nowrap;
    border: none;
}
.btn-default {
    background: #00B011;
    color: #fff;
    font-size: 89%;
}
.btn-default:hover {
    color: #fff;
    background: #009C0F;
}
.btn-primary {
    background: #A5A5A5;
    color: #fff;
    font-size: 89%;
}
.btn-primary:hover {
    color: #fff;
    background: #838383;
}
.btn:active,
.btn:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.btn-wa {
    background: linear-gradient(269.8deg, #00B011 0.22%, rgba(0, 176, 17, 0) 116.7%);
    border-radius: 30px 0px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    font-size: 156%;
    text-transform: none;
    border: none;
}
.btn-wa span { margin-top: -5px;}
.btn.disk {
    border-radius: 30px 0px;
    line-height: 80px;
    padding: 0 35px;
    height: 80px;
    font-size: 156%;
    text-transform: none;
    border: none;
}

.btn .icon,
.btn span {
    display: inline-block;
    vertical-align: middle;
}
.btn .icon:first-child { margin-right: 15px;}
.btn .icon:last-child  { margin-left: 15px;}
.btn .icon-q  { margin-top: -3px }
.btn .icon-wa { margin-top: -5px }

.icon {
    display: inline-block;
    background-repeat: no-repeat;
}
.icon.icon-q {
    width: 28px;
    height: 26px;
    background-image: url('../images/i-q.svg');
}
.icon.icon-wa {
    width: 62px;
    height: 62px;
    background-image: url('../images/i-wa.svg');
    background-size: 100%;
}
.icon.icon-download {
    width: 75px;
    height: 57px;
    background-image: url('../images/i-download.svg');
    background-size: 100%;
}
.icon.icon-arw-round {
    width: 34px;
    height: 35px;
    background-image: url('../images/i-arw-round.svg');
    background-size: 100%;
}
.icon.icon-tel-modal {
    width: 25px;
    height: 46px;
    background-image: url('../images/i-tel-modal.svg');
    background-size: 100%;
}

.house-params .param .icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #039B12;
    background-position: center;
    border-radius: 50%;
}
.icon.icon-house-s     { background-image: url('../images/i-house-s.svg'); }
.icon.icon-house-bed   { background-image: url('../images/i-house-bed.svg'); }
.icon.icon-house-floor { background-image: url('../images/i-house-floor.svg'); }
.icon.icon-house-price { background-image: url('../images/i-house-price.svg'); }
.icon.icon-house-roof  { background-image: url('../images/i-house-roof.svg'); }
.icon.icon-house-final { background-image: url('../images/i-house-final.svg'); }

@media all and (max-width: 991px) {
    h1,
    h2.head { padding-left: 10px; }
    h1:before,
    h1:after,
    h2.head:before,
    h2.head:after {
        margin-top: -15px;
    }
    h1:before,
    h2.head:before {
        width: 65px;
        height: 30px;
    }
    h1:after,
    h2.head:after {
        left: 65px;
        border-width: 30px 0 0 15px;
    }
    h1.block span,
    h2.block span { 
        display: block;
    }
    h1.block:before,
    h1.block:after,
    h2.block:before,
    h2.block:after { 
        margin-top: -25px;
    }
    h1.block:before, 
    h2.block:before {
        width: 100px;
        height: 50px;
    }
    h1.block:after,
    h2.block:after {
        left: 100px;
        border-width: 50px 0 0 25px;
    }
    .btn-wa,
    .btn.disk {
        height: 40px;
        line-height: 40px;
        font-size: 67%;
        border-radius: 12px 0;
    }
    .btn.disk {
        padding: 0 15px;
    }
    .icon.icon-wa {
        width: 27px;
        height: 27px;
    }
    .icon.icon-download {
        width: 32px;
        height: 24px;
    }
    .btn .icon:first-child { margin-right: 5px; }
    .btn .icon:last-child { margin-left: 5px; }
}

/* SLIDER */
.owl-nav {
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: 0;
    width: 100%;
    z-index: 11;
}
.owl-nav button {
    display: block;
    width: 33px;
    height: 72px;
    background: #00B011 !important;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.owl-nav button span {
    color: #fff;
    font-size: 30px;
}
.owl-nav .owl-prev { left: -33px; }
.owl-nav .owl-next { right: -33px; }
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
    .owl-dots .owl-dot {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #00B011 !important;
        margin: 0 5px;
    }
    .owl-dots .owl-dot.active {
        background: #00B011 !important;
    }
@media all and (max-width: 991px) {
    .owl-nav button {
        width: 15px;
        height: 35px;
        margin-top: -20px;
    }
    .owl-nav .owl-prev { left: 0; }
    .owl-nav .owl-next { right: 0; } 
}

/* MODAL */
.modal-backdrop.show {
    opacity: .7;
    background: #dcdcdc;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 25px;
}
.modal-header .subhead {
    font-size: 156%;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif; 
    text-transform: uppercase;
    color: #000;
    text-align: center;
    clear: both;
    margin-bottom: 0;
}
    .modal-header .subhead span { color: #00B011; }
.modal .tel-block {
    display: block;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #F5F5F5;
}
    .modal .tel-block .tel-list > div {
        position: relative;
        text-align: center;
        padding: 0 80px;
    }
    .modal .tel-block .tel-list > div a { 
        font-size: 178%;
        line-height: 40px;
        padding: 15px 0;
        text-align: center;
        position: relative;
        text-decoration: none;
        color: #000;
        font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif; 
    }
    .modal .tel-block .tel-list > div a.icon {
        display: block;
        font-size: 225%;
        position: absolute;
        width: 70px;
        height: 70px;
        top: 50%;
        margin-top: -35px;
        background: #00B011;
        border-radius: 50%;
        color: #fff;
    }
    .modal .tel-block .tel-list > div a:first-child { left: 0; }
    .modal .tel-block .tel-list > div a:last-child  { right: 0; }
.modal-header { display: block; }
.modal-header .btn-close {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50% 0;
    background: #00B011;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    opacity: 1;
    z-index: 10;
}
    .modal-header .btn-close i {
        display: block;
        font-size: 150%;
        width: 28px;
        height: 28px;
        background: #fff;
        color: #00B011;
        border-radius: 50%;
        line-height: 20px;
        padding: 0 0;
        margin: 0 auto;
        text-align: center;
    }
.modal-house .param-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.modal-house .param-list li {
    margin: 10px 0;
    font-family: 'Qanelas SemiBold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 112.5%;
}
    .modal-house .param-list li.big {
        font-family: 'Qanelas Bold', Arial, Helvetica, sans-serif; 
        font-weight: bold;
        font-size: 137.5%;
    }
.modal-house .image-block {
    position: relative;
    color: #fff;
    text-align: center;
}
    .modal-house .image-block .mark .areanum {
        position: absolute;
        width: 28px;
        height: 28px;
        text-align: center;
        padding: 4px 0;
        line-height: 20px;
        background: #1d2e42;
        font-size: 80%;
        border-radius: 50%;
        left: -14px;
        top: -14px;
    }
    .modal-house .image-block span {
        position: absolute;
        width: 79px;
        height: 83px;
        bottom: -5px;
        right: -5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .modal-house .image-block span.reserved {
        background-image: url('../images/mark-reserved.png');
    }  
    .modal-house .image-block span.sold {
        background-image: url('../images/mark-sold.png');
    }   
    .modal-house .image-block .mark.onsale {
        background-color: rgba(220,53,69,.7);
    }
    .modal-project .image-block {
        position: relative;
        text-align: center;
    }
    .modal-project .image-block + .image-block { margin-top: 10px; }
    .modal-project .image-block + .row { margin-top: 30px; }
    .modal-body .image-block .head {
        display: inline-block;
        color: #fff;
        text-align: center;
        padding: 15px 25px;
        background: linear-gradient(269.8deg, #00B011 0.22%, rgba(0, 176, 17, 0) 116.7%);
        border-radius: 30px 0px;
        margin-top: 10px;
    }
    .modal-body .params-block {
        color: #000;
    }
    .modal-body .params-block .head {
        text-align: left;
        text-transform: uppercase;
        color: #00B011;
        font-size: 122%;
        margin-bottom: 15px;
    }
    .modal-body .params-block + .params-block {
        margin-top: 15px;
    }
    .modal-body .params-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .modal-body .params-block ul li {
        margin-bottom: 15px;
        position: relative;
    }
    .modal-body .params-block ul li + li { margin-top: 15px; }
    .modal-body .params-block ul li .icon-block,
    .modal-body .params-block ul li .text-block {
        display: inline-block;
        vertical-align: middle;
    }

    .modal-body .params-block ul li .icon-block {
        width: 50px;
    }
    .modal-body .params-block ul li .text-block {
        margin-left: 15px;
    }
@media all and (max-width: 991px) {
    .modal .tel-block { padding-left: 0; }
    .modal .tel-block .tel-list > div a.icon {
        width: 45px;
        height: 45px;
    }
    .modal .tel-block .tel-list > div a.icon {
        margin-top: -22px;
    }
    .modal-header .subhead {
        font-size: 120%;
    }
    .modal-header {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .modal-house .param-list li.big {
        font-size: 100%;
    }
    .modal-house .param-list li {
        font-size: 85%;
    }
    .modal .tel-block .tel-list > div {
        padding: 0 50px;
    }
    .modal .tel-block .tel-list > div a {
        font-size: 120%;
        padding: 3px 0;
    }
    .icon.icon-tel-modal {
        width: 17px;
        height: 31px;
        margin-top: 4px;
    }
    .modal .tel-block .tel-list > div a.icon {
        font-size: 150%;
    }
    .modal .tel-block {
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}