h1,
h2.head {
    font-size: 262.5%;
    font-weight: 700;
    text-transform: uppercase;
}
.subhead {
    font-size: 175%;
    margin-bottom: 50px;
}
h2 {
    font-size: 212%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3 {
    font-size: 187.5%;
    font-weight: 700;
}

a { 
    text-decoration: underline;
    color: #474a50;
}
b {
    font-weight: 700;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px; /* 6.25 */
    font-weight: 500;;
    color: #474a50;
    line-height: 1.2;
}
@media all and (max-width: 991px) {
    h1,
    h2.head {
        font-size: 230%;
    }
    h2 {
        font-size: 135%;
    }
}/* @media */
@media all and (max-width: 767px) {
    h1,
    h2.head {
        font-size: 150%;
    }
}/* @media */

/* HEADER */
.header {
    position: relative;
    z-index: 100;
}
.header .wrap-block {
    background-image: url('../images/bg-main.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}
.header .container {
    position: absolute;
    bottom: 0;
}
.header .head-block {
    background: #474a50;
    margin-right: 150px;
    padding: 65px 30px 65px 0;
    position: relative;
    padding-right: 300px;
}
    .header .video-block {
    }
    .header .head-block:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #474a50;
    }
    .header .head-block h1 {
        color: #cbd02c;
    }
    .header .head-block h1 span {
        display: block;
        text-transform: none;
        color: #fff;
    }
.header .head-block .figure-block {
    position: absolute;
    top: 0;
    right: 0;
}
.header .head-block .figure-hex {
    position: absolute;
    top: 0;
    right: 0;
}
    .header .head-block .figure-hex .wrap {
        font-size: 262.5%;
        font-weight: 700;
        text-align: center;
        padding: 10px 30px;
        line-height: 1.2;
    }
    .header .head-block .figure-hex .wrap span {
        display: block;
        font-size: 50%;
        font-weight: 500;
    }
.header .head-block .figure-hex.one { 
    right: 90px; 
    top: -57px;
    z-index: 10;
}
.header .head-block .figure-hex.two { 
    right: -87px;
    z-index: 0;
}
    .header .head-block .figure-hex.two .wrap {
        background: #474a50;
        color: #ba2929;
    }
    .header .head-block .figure-hex.two .wrap span { color: #fff; }
    .header .head-block .figure-hex.two .wrap:before { border-bottom-color: #474a50; }
    .header .head-block .figure-hex.two .wrap:after { border-top-color: #474a50; }
@media all and (max-width: 991px) {
    .header .wrap-block {
        position: relative;
        background-image: url('../images/mob/bg-main.jpg');
        height: auto;
        overflow: visible;
        max-height:none;
    }
        .header .wrap-block .container { 
            max-width: 100%; 
            background: #474a50;
            position: static;
            padding: 0;
        }
    .header .head-block {
        margin-right: 0;
        text-align: center;
        padding-right: 0;
        padding: 30px 0;
        background: #eee;
        overflow: hidden;
    }
    .header .head-block h1 span { color: #474a50 !important; }
    .header .head-block .figure-block {
        position: relative;
        text-align: center;
        padding-top: 30px;
    }
        .header .head-block .figure-block > .figure-hex {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }
        .header .head-block .figure-hex.one,
        .header .head-block .figure-hex.two {
            top: 0;
            right: 0;
        }
        .header .head-block .figure-hex.two {
            margin-top: 125px;
            margin-left: -20px;
        }
            .header .head-block .figure-hex.two .wrap {
                border-right: 1px solid #fff;
                position: relative;
            }
            .header .head-block .figure-hex.two .wrap .border {
                border: none !important;
            }
            .header .head-block .figure-hex.two .wrap .border:before,
            .header .head-block .figure-hex.two .wrap .border:after {
                content: "";
                position: absolute;
                width: 115px;
                height: 1px;
                background: #fff;
                z-index: 100;
            }
            .header .head-block .figure-hex.two .wrap .border:before {
                transform: rotate(30deg);
                top: -29px;
                right: -8px;
            }
            .header .head-block .figure-hex.two .wrap .border:after {
                transform: rotate(-30deg);
                bottom: -29px;
                right: -8px;
            }
            .header .head-block .figure-hex.two .wrap .border .border:before { display: none; }
            .header .head-block .figure-hex.two .wrap .border .border:after {
                transform: rotate(30deg);
                bottom: -29px;
                right: 91px;
            }
    .header .head-block .figure-hex .wrap {
        background: #fff;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        margin: 0;
    }
    .header .head-block .figure-block > .figure-hex {
        display: block;
        height: auto;
        width: 50%;
        margin: 0;
        float: left
    }
    .header .head-block .figure-hex:before, .header .head-block .figure-hex .wrap:before,
    .header .head-block .figure-hex:after, .header .head-block .figure-hex .wrap:after,
    .header .head-block .figure-hex.two .wrap .border:before, .header .head-block .figure-hex.two .wrap .border:after {
        display: none;
    }
    .header .head-block .figure-hex .wrap span {
        display: inline-block;
    }
    .header .head-block .figure-hex.two .wrap {
        background: #333333;
    }
    .header .head-block .figure-hex .wrap { 
        position: relative;
        height: 70px;
    }
    .header .head-block .figure-hex.one .wrap:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0 35px 30px;
        border-color: transparent transparent transparent #fff;
        left: 100%;
        top: 0;
    }
}
@media all and (max-width: 767px) {
    .header .wrap-block {
    }
    .header .head-block {
        padding: 15px 0;
    }
    .header .head-block .figure-block {
        position: relative;
        text-align: center;
    }
        .header .head-block .figure-hex {
            top: 0 !important;
            margin-top: 15px !important;
        }
        .header .head-block .figure-block > .figure-hex,
        .header .head-block .figure-block > .figure-hex .wrap {
            width: 100px;
            height: 57px;
            margin: 28px 0;
        }
        .header .head-block .figure-hex:before, 
        .header .head-block .figure-hex:after,
        .header .head-block .figure-hex .wrap:before,
        .header .head-block .figure-hex .wrap:after {
            border-left: 50px solid transparent;
            border-right: 50px solid transparent;
        }
        .header .head-block .figure-hex:before,
        .header .head-block .figure-hex .wrap:before {
            border-bottom-width: 28px;
        }
        .header .head-block .figure-hex:after,
        .header .head-block .figure-hex .wrap:after {
            border-top-width: 28px;
        }
        .header .head-block .figure-hex .wrap { 
            line-height: 1;
            font-size: 100%;
            padding: 5px 10px;
        }
        .header .head-block .figure-hex .wrap { padding: 15px 10px; }
        .header .head-block .figure-hex .wrap span {
            font-size: 85%;
            display: inline;
        }
        .header .head-block .figure-hex.two {
            margin-top: 90px;
            margin-left: -20px;
        }
        .header .head-block .figure-hex .wrap {
            top: -35px;
            left: 7px;
        }
        .header .head-block .figure-hex.two .wrap {
            top: -24px;
        }
        .header .head-block .figure-hex.two .wrap .border:before, .header .head-block .figure-hex.two .wrap .border:after {
            width: 60px;
        }
        .header .head-block .figure-hex.two .wrap .border:before {
            top: -16px;
            right: -5px;
        }
        .header .head-block .figure-hex.two .wrap .border:after {
            bottom: -16px;
            right: -5px;
        }
        .header .head-block .figure-hex.two .wrap .border .border:after {
            bottom: -15px;
            right: 47px;
        }
    
    .header .head-block .figure-block > .figure-hex, .header .head-block .figure-block > .figure-hex .wrap {
        width: auto;
        height: auto;
        margin: 0;
    }
    .header .head-block .figure-hex .wrap {
        background: #fff;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        margin: 0;
    }
    .header .head-block .figure-block > .figure-hex {
        display: block;
        height: auto;
        width: 50%;
        margin: 0;
        float: left
    }
    .header .head-block .figure-hex:before, .header .head-block .figure-hex .wrap:before,
    .header .head-block .figure-hex:after, .header .head-block .figure-hex .wrap:after,
    .header .head-block .figure-hex.two .wrap .border:before, .header .head-block .figure-hex.two .wrap .border:after {
        display: none;
    }
    .header .head-block .figure-hex.two .wrap {
        top: 0;
    }
    .header .head-block .figure-hex.one .wrap:before {
        border-width: 23px 0 23px 15px;
    }
    .header .head-block .figure-block > .figure-hex.one { width: 40%;}
    .header .head-block .figure-block > .figure-hex.two { width: 60%;}
}/* @media */


/* HEADER NEW */
.header-block {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.header-block .wrap {
    border-bottom: 4px solid #F5F5F5;
    padding: 15px 0;
}
.header-block .logo {
    display: inline-block;
    width: 125px;
}
.header-block .burger {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    padding: 5px;
    width: 35px;
}
.header-block .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #4c4c4c;
}
.header-block .burger span + span { margin-top: 5px; }
.header-block .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 .block.tel:before { background-image: url('../images/i-tel.svg'); }
    .header__contacts .tel {
        font-size: 100%;
        text-decoration: none;
        color: #141414;
    }
.header__menu {
    display: flex;
    align-items: center;
}
.header__menu .menu-list {
    list-style: none;
    padding: 0;
    margin: 0 -10px 0 -5px;
}
    .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; }
.header-block .btn {
    height: 40px;
    padding: 10px 15px;
    border-radius: 15px 0;
    text-transform: uppercase;
    line-height: 20px;
    white-space: nowrap;
    border: none;
}
.header-block .btn-default {
    background: #00B011;
    color: #fff;
    font-size: 89%;
}
.header-block .btn-default:hover {
    color: #fff;
    background: #009C0F;
}
.header-block .btn:active,
.header-block .btn:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

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

.header-block .icon {
    display: inline-block;
    background-repeat: no-repeat;
}
.header-block .icon.icon-q {
    width: 28px;
    height: 26px;
    background-image: url('../images/i-q.svg');
}
@media all and (max-width: 1399px) {
    .header-block .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) {
    .header-block {
        position: relative;
    }
    .header-block .container { max-width: 350px; }
    .header-block .logo {
        width: auto;
    }
    .header-block .wrap {
        border: none;
    }
    .header-block .left-block {
        display: block;
        text-align: center;
        border-bottom: 4px solid #F5F5F5;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .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: none;
        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: 67%;
        padding: 0 5px;
    }
        .header__menu .menu-list li:after {
            display: block;
            height: 12px;
            margin-top: -6px;
        }
}/* @media */

/* FOOTER */
.footer {
    background: #eee;
    padding: 35px 0;
    text-align: center;
}
@media all and (max-width: 991px) {
    .footer {
        padding: 20px;
        font-size: 75%;
    }
}/* @media */

/* Contacts Block */
.contacts-block {}
.contacts-block .map-block {
    position: absolute;
    width: 50%;
    right: 0;
    top: 227px;
}
.projects-block + .contacts-block .wrap-block { padding-top: 30px; }
.contacts-block h2 {
    margin-bottom: 15px;
}
.contacts-block .btn-block {
    margin-top: 25px;
}
.contacts-block .wrap-block {
    padding: 130px 0 300px;
    background-image: url('../images/bg-contacts.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contacts-block .content-block {
    background: #eee;
    padding: 70px 250px 70px 0;
    width: 50%;
    position: relative;
}
    .contacts-block .content-block:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #eee;
    }
    .contacts-block .figure-hex.image-one,
    .contacts-block .how-to .figure-hex,
    .contacts-block .how-to .figure-hex .wrap {
        width: 320px; 
        height: 200px;
        margin: 92.38px 0;
        position: absolute;
        right: -170px;
        top: 0;
        background: #474a50;
    }
    .contacts-block .how-to {
        position: absolute;
    }
    .contacts-block .how-to .figure-hex,
    .contacts-block .how-to .figure-hex .wrap { 
        background: #fff; 
        position: relative;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .contacts-block .how-to .figure-hex .wrap { background: #474a50; }
    .contacts-block .figure-hex.image-one .image-wrap {
        top: -90px;
        left: 20px;
    }
    .contacts-block .figure-hex.image-one:before,
    .contacts-block .figure-hex.image-one:after,
    .contacts-block .how-to .figure-hex:before,
    .contacts-block .how-to .figure-hex:after,
    .contacts-block .how-to .figure-hex .wrap:before,
    .contacts-block .how-to .figure-hex .wrap:after {
        border-left-width: 160px;
        border-right-width: 160px;
        border-bottom-color: #474a50;
    }
    .contacts-block .how-to .figure-hex:before,
    .contacts-block .how-to .figure-hex:after {
        border-bottom-color: #fff;
    }
    .contacts-block .figure-hex.image-one:before,
    .contacts-block .how-to .figure-hex .wrap:before,
    .contacts-block .how-to .figure-hex:before {
        border-bottom-width: 92.38px
    }
    .contacts-block .figure-hex.image-one:after,
    .contacts-block .how-to .figure-hex .wrap:after,
    .contacts-block .how-to .figure-hex:after {
        border-top-width: 92.38px;
        border-top-color: #474a50;
    }
    .contacts-block .how-to .figure-hex:after { border-top-color: #fff; }
    .contacts-block .figure-hex.image-two {
        width: 230px; 
        height: 132.79px;
        margin: 66.40px 0;
        position: absolute;
        top: 195px;
        right: -5px;
        z-index: 10;
        background: #474a50;
    }
    .contacts-block .figure-hex.image-two .image-wrap {
        top: -65px;
        left: -20px;
    }
    .contacts-block .figure-hex.image-two:before,
    .contacts-block .figure-hex.image-two:after {
        border-left-width: 115px;
        border-right-width: 115px;
    }
    .contacts-block .figure-hex.image-two:before {
        border-bottom-width: 66.4px;
        border-bottom-color: #474a50;
    }
    .contacts-block .figure-hex.image-two:after {
        border-top-width: 66.4px;
        border-top-color: #474a50;
    }
    .contacts-block .how-to .figure-hex .wrap {
        text-align: center;
        color: #fff;
    }
.contacts-block .how-to {
    position: absolute;
    right: -370px;
    top: 220px;
}
    .contacts-block .how-to .figure-hex .wrap {
        position: absolute;
        top: -88px;
        left: -20px;
    }
    .contacts-block .how-to .head {
        color: #cbd02c;
        font-size: 150%;
        font-weight: 700;
        line-height: 1.1;
    }
    .contacts-block .how-to .text {
        margin-top: 5px;
    }
    .contacts-block .how-to .btn-block {
        margin-top: 20px;
    }
        .contacts-block .how-to .btn-block a { margin: 0 10px; }
@media all and (max-width: 1199px) {
    .contacts-block .content-block {
        padding-right: 100px;
    }
}
@media all and (max-width: 991px) {
    .contacts-block .wrap-block {
        padding-top: 30px;
        padding-bottom: 0;
        background-image: none;
        background: #eee;
    }
    .contacts-block .figure-block {
        display: none;
    }
    .contacts-block .content-block {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .contacts-block .how-to {
        position: relative;
        right: 0;
        top: 50px;
        display: inline-block;
        margin-top: -15px;
    }
    .download-block + .contacts-block .wrap-block {
        padding-top: 30px;
    }
    .contacts-block .map-block {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        padding-top: 75px;
    }
}
@media all and (max-width: 767px) {
    .contacts-block .wrap-block {
        background-image: none;
    }
    .contacts-block .how-to .figure-hex, 
    .contacts-block .how-to .figure-hex .wrap {
        width: 250px;
        height: 165px;
        margin: 72.17px 0;
    }
    .contacts-block .how-to .figure-hex .wrap {
        top: -62px;
        left: -12px;
    }
    .contacts-block .how-to .figure-hex:before, 
    .contacts-block .how-to .figure-hex:after,
    .contacts-block .how-to .figure-hex .wrap:before,
    .contacts-block .how-to .figure-hex .wrap:after {
        border-left-width: 125px;
        border-right-width: 125px;
    }
    .contacts-block .how-to .figure-hex:before,
    .contacts-block .how-to .figure-hex .wrap:before {
        border-bottom-width: 72.17px;
    }
    .contacts-block .how-to .figure-hex:after,
    .contacts-block .how-to .figure-hex .wrap:after {
        border-top-width: 72.17px;
    }
    .contacts-block .how-to .head {
        font-size: 112%;
    }
    .contacts-block .how-to .text {
        font-size: 75%;
    }
    .contacts-block .how-to {
        top: 35px;
    }
}/* @media */

/* Genplan Blokc */
.genplan-block {
    background-image: url('../images/bg-hex-left.png');
    background-repeat: no-repeat;
    background-position: left 300px;
}
.genplan-block > .wrap-block {
    padding: 70px 0;
    background-image: url('../images/bg-hex-right.png');
    background-repeat: no-repeat;
    background-position: right 100px;
}
.genplan-block h2 {
    text-align: center;
}
.genplan-map {
    text-align: center;
    padding: 0 0 30px;
}
    .genplan-map .wrap-block {
        display: inline-block;
        position: relative;
    }
    .genplan-map .sign-block {
        position: absolute;
        padding: 30px 0;
        background: #474a50;
        top: 0;
        left: 0;
        width: 100%;
    }
    .genplan-map .sign-block .figure-hex {
        width: 40px; 
        height: 23.09px;
        margin: 11.55px 0;
        margin-right: 10px;
    }
    .genplan-map .sign-block .figure-hex:before,
    .genplan-map .sign-block .figure-hex:after {
        border-left-width: 20px;
        border-right-width: 20px;
    }
    .genplan-map .sign-block .figure-hex:before {
        border-bottom-width: 11.55px;
    }
    .genplan-map .sign-block .figure-hex:after {
        border-top-width: 11.55px;
    }
    .genplan-map .sign-block .mark {
        background: none;
        color: #fff;
        margin-right: 30px;
    }
.genplan-map .sign-block .mark.sold .figure-hex { background: #ba2a29; }
.genplan-map .sign-block .mark.sold .figure-hex:before { border-bottom-color: #ba2a29; }
.genplan-map .sign-block .mark.sold .figure-hex:after { border-top-color: #ba2a29; }

.genplan-map .sign-block .mark.reserved .figure-hex { background: #cbcf2d; }
.genplan-map .sign-block .mark.reserved .figure-hex:before { border-bottom-color: #cbcf2d; }
.genplan-map .sign-block .mark.reserved .figure-hex:after { border-top-color: #cbcf2d; }

    .genplan-map .date-block {
        color: #fff;
        text-align: left;
        background-image: url('../images/icon-date.png');
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 5px 0 5px 40px;
    }
.genplan-map .grid-block {
    position: absolute;
    width: 100%;
    padding: 0 70px;
    text-align: left;
    top: 115px;
}
.genplan-map .grid {
    overflow: hidden;
}
    .genplan-map .grid:nth-child(3) { margin-top: 35px; }
    .genplan-map .grid:nth-child(5) { margin-top: 35px; }
.genplan-map .grid.grid-one > div {
    float: left;
}
    .genplan-map .grid.grid-one .house {
        display: inline-block;
        width: 108px;
        height: 233px;
    }
    .genplan-map .grid.grid-one .right-block .house {
        display: block;
        width: 215px;
        height: 116.5px;
    }
    .genplan-map .grid.grid-two .house {
        display: inline-block;
        width: 126px;
        height: 202px;
    }
    .genplan-map .grid.grid-three .house {
        display: inline-block;
        width: 126px;
        height: 185px;
    }

/* HOUSE */
.grid .house {
    position: relative;
    text-decoration: none;
    color: #fff;
}
/*
.grid .house:hover .name,
.grid .house:hover .num,
.grid .house:hover:after { display: block !important; }
.grid .house .name,
.grid .house .num,
.grid .house:after { display: none !important; }
*/
    .grid .house .name {
        position: absolute;
        text-transform: uppercase;
        font-size: 87.5%;
        border: 2px solid #fff;
        width: 85px;
        padding: 10px;
        bottom: 55px;
        font-weight: 700;
    }
        .grid .house .name:before {
            content: "Проект";
            display: block;
        } 
        .grid .house .name span:before { content: "№"; }
    .grid .house .num {
        display: block;
        position: absolute;
        bottom: 15px;
        background: #fff;
        font-size: 87.5%;
        color: #474a50;
        width: 30px;
        height: 15px;
        margin: 8.66px 0;
        line-height: 15px;
        text-align: center;
        font-weight: 700;
    }
    .grid .house .num:before,
    .grid .house .num:after {
        content: "";
        position: absolute;
        width: 0;
        left: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
    .grid .house .num:before {
        bottom: 100%;
        border-bottom: 8.66px solid #fff;
    }
    .grid .house .num:after {
        top: 100%;
        border-top: 8.66px solid #fff;
    }
    .grid.grid-two .house .name,
    .grid.grid-two .house .num {
        left: 30px;
    }
.genplan-map .grid a.house.reserved:after,
.genplan-map .grid a.house.sold:after {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 83px;
    top: 0;
    right: 15px;
    background-repeat: no-repeat;
}
    .genplan-map .grid a.house.sold:after { background-image: url('../images/mark-sold.png'); }
    .genplan-map .grid a.house.reserved:after { background-image: url('../images/mark-reserved.png'); }
@media all and (max-width: 991px) {
    .genplan-block > .wrap-block {
        padding-bottom: 30px;
    }
    .grid .house .name,
    .grid .house .num,
    .grid .house:after { display: block !important; }

    .genplan-map .sign-block {
        padding: 15px 0;
    }
    .genplan-map .grid-block {
        padding: 0 60px;
        top: 90px;
    }
    .genplan-map .grid.grid-one .house {
        width: 78px;
        height: 172px;
    }
    .genplan-map .grid.grid-one .right-block .house {
        width: 161px;
        height: 86px;
    }
    .genplan-map .grid.grid-two .house {
        width: 92px;
        height: 144px;
    }
    .genplan-map .grid.grid-three .house {
        width: 92px;
        height: 134px;
    }
    .genplan-map .grid a.house:after { display: none !important;}
    .genplan-map .sign-block .figure-hex {
        width: 12px; 
        height: 6px;
        margin: 3.5px 0;
        margin-right: 5px;
    }
    .genplan-map .sign-block .figure-hex:before,
    .genplan-map .sign-block .figure-hex:after {
        border-left-width: 6px;
        border-right-width: 6px;
    }
    .genplan-map .sign-block .figure-hex:before {
        border-bottom-width: 3.5px;
    }
    .genplan-map .sign-block .figure-hex:after {
        border-top-width: 3.5px;
    }
    .genplan-map .sign-block .mark,
    .genplan-map .date-block {
        font-size: 75%;
    }
    .grid .house .name {
        display: inline-block;
        width: auto;
        left: 15px;
        bottom: 50px;
        padding: 5px;
        background: #fff;
        color: #474a50;
        border: none;
    }
        .grid .house .name:before { display: none; }
    .grid .house.reserved .name,
    .grid .house.reserved .num { background: #cbcf2d;}
    .grid .house.reserved .num:before   { border-bottom-color: #cbcf2d; }
    .grid .house.reserved .num:after    { border-top-color: #cbcf2d; }
    .grid .house.sold .name,
    .grid .house.sold .num     { background: #ba2a29;}
    .grid .house.sold .num:before   { border-bottom-color: #ba2a29; }
    .grid .house.sold .num:after    { border-top-color: #ba2a29; }
}
@media all and (max-width: 767px) {
    .genplan-map {
        margin-top: 50px;
    }
    .genplan-map .wrap-block {
        margin: 0 auto;
        max-width: 290px;
    }
    .genplan-map .sign-block {
        padding: 5px 0;
    }
    .genplan-map .sign-block .mark { margin-right: 0;}
    .genplan-map .sign-block {
        top: -35px;
    }
    .genplan-map .grid-block {
        padding: 0 25px;
        top: 37px;
    }
    .genplan-map .grid.grid-one .house {
        width: 30px;
        height: 74px;
    }
    .genplan-map .grid.grid-one .right-block .house {
        width: 68px;
        height: 37px;
    }

    .genplan-map .grid:nth-child(3) { margin-top: 7px; }

    .genplan-map .grid.grid-two .house {
        width: 36px;
        height: 61px;
    }

    .genplan-map .grid:nth-child(5) { margin-top: 13px; }

    .genplan-map .grid.grid-three .house {
        width: 36px;
        height: 61px;
    }
    .grid .house .name {
        display: inline-block;
        width: auto;
        left: 15px;
        bottom: 50px;
        padding: 5px;
        background: #fff;
        color: #474a50;
        border: none;
    }

    .grid .house .name {
        font-size: 62%;
        line-height: 9px;
        padding: 2px;
        left: 0;
        bottom: 23px;
    }
        .grid .house .name > span:before { content: ""; }
    .grid .house .num {
        bottom: 5px;
        font-size: 62%;
        width: 16px;
        height: 9px;
        margin: 4px 0;
        line-height: 9px;
    }
    .grid .house .num:before,
    .grid .house .num:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }
    .grid .house .num:before {
        border-bottom-width: 4px;
    }
    .grid .house .num:after {
        border-top-width: 4px;
    }
    .grid.grid-two .house .name, .grid.grid-two .house .num { left: 0; }
}/* @media */

/* PROJECTS BLOCK */
.projects-block {
    padding: 0 0 70px;
    overflow: hidden;
}
.project-item {
    position: relative;
}
.project-item + .project-item { margin-top: 60px; }
    .project-item .col-info {
        position: relative;
    }
        .project-item .col-info::before {
            content: "";
            display: block;
            position: absolute;
            height: 100%;
            width: 200%;
            right: -200%;
            background: #eee;
            margin-right: 15px;
        }
    .project-item .image-block {
        overflow: hidden;
        position: relative;
        height: 350px;
    }
        .project-item .image-block img { 
            position: absolute;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: auto;
        }
    .project-item .info-block {
        position: relative;
        background: #eee;
    }
    .project-item .info-block .wrap-block {
        position: relative;
        padding: 30px 0 50px;
    }
    .project-item .info-block .wrap-block:before,
    .project-item .info-block .wrap-block:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        width: 60px;
    }
    .project-item .info-block .wrap-block:before {
        z-index: 10;
        background: #eee;
        left: -60px;
    }
    .project-item .info-block .wrap-block:after {
        z-index: 5;
        background: #474a50;
        left: -90px;
    }
    
    .project-item .info-block:before,
    .project-item .info-block:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -135.5px;
    }
    .project-item .info-block:before {
        left: -200px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 135.5px 140px 135.5px 0;
        border-color: transparent #eeeeee transparent transparent;
        z-index: 10;
    }
    .project-item .info-block:after {
        left: -230px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 135.5px 140px 135.5px 0;
        border-color: transparent #474a50 transparent transparent;
        z-index: 5;
    }
    .project-item .info-block.more:before,
    .project-item .info-block.more:after {
        border-width: 152.5px 140px 152.5px 0;
        margin-top: -152.5px;
    }
    .project-item:nth-child(odd) .info-block.more:before,
    .project-item:nth-child(odd) .info-block.more:after {
        border-width: 152.5px 0 152.5px 140px;
    }

    .project-item .name {
        font-size: 150%;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
        .project-item .name span { color: #cbd02c; }
    .project-item .param-list {
        margin-bottom: 15px;
        width: 188px;
    }
        .project-item .param-list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .project-item .param-list ul li {
            position: relative;
            z-index: 1;
            font-weight: 700;
        }
        .project-item .param-list ul li + li { margin-top: 10px; }
            .project-item .param-list ul li:before {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: 5px;
                z-index: -1;
                background: #474a50;
            }
            .project-item .param-list ul li span {
                display: inline-block;
                padding: 2px 0;
                padding-right: 5px;
                background: #eee;
            }
            .project-item .param-list ul li span + span {
                padding-right: 0;
                padding-left: 5px;
                white-space: nowrap;
            }
    .project-item .price {
        font-weight: 700;
        line-height: 1.4;
    }
    .project-item .price + .price { margin-top: 5px; }
    .project-item .btn-block {
        position: absolute;
        bottom: -25px;
    }
        .project-item .btn-block .btn {
            padding-left: 50px;
            padding-right: 50px;
        }
.project-item:nth-child(odd) {}
.project-item:nth-child(odd) .col-image {
    order: 2;
}
.project-item:nth-child(odd) .col-info {
    order: 1;
}
    .project-item:nth-child(odd) .info-block { 
        background: #474a50; 
        color: #fff;
    }
    .project-item:nth-child(odd) .name { color: #fff; }
    .project-item:nth-child(odd) .param-list ul li span  { background: #474a50; }
    .project-item:nth-child(odd) .param-list ul li:before { background: #fff; }
    .project-item:nth-child(odd) .col-info:before {
        background: #474a50;
        left: -200%;
        margin-left: 15px;
    }
    .project-item:nth-child(odd) .info-block:before {
        left: 100%;
        margin-left: 60px;
        border-width: 135.5px 0 135.5px 140px;
        border-color: transparent transparent transparent #474a50;
    }
    .project-item:nth-child(odd) .info-block:after {
        left: 100%;
        margin-left: 90px;
        border-width: 135.5px 0 135.5px 140px;
        border-color: transparent transparent transparent #eee;
    }
    .project-item:nth-child(odd) .info-block .wrap-block:before {
        left: 100%;
        background: #474a50;
    }
    .project-item:nth-child(odd) .info-block .wrap-block:after {
        left: 100%;
        margin-left: 30px;
        background: #eee;
    }
@media all and (max-width: 991px) {
    .projects-block {
        padding: 0 0 30px;
    }
    .project-item {
        padding-bottom: 72px;
    }
    .project-item .col-info:before {
        left: -200%;
        margin-left: 15px;
    }
        .project-item .info-block .wrap-block:before {
            display: none;
        }
        .project-item .info-block:before {
            left: 100%;
            border-width: 104px 0 104px 100px;
            border-color: transparent transparent transparent #eee;
        }
        .project-item .info-block:after {
            left: 100%;
            margin-left: 20px;
            border-width: 104px 0 104px 100px;
            border-color: transparent transparent transparent #474a50;
        }
        .project-item .info-block .wrap-block:after {
            left: 100%;
            width: 20px;
            height: 100%;
        }
        .project-item .info-block:before, .project-item .info-block:after { margin-top: -104px;}
        .project-item .info-block.more:before,
        .project-item .info-block.more:after {
            border-width: 121px 0 121px 100px;
            margin-top: -121px;
        }
        .project-item:nth-child(odd) .info-block.more:before,
        .project-item:nth-child(odd) .info-block.more:after {
            border-width: 121px 0 121px 100px;
        }
    .project-item .info-block .wrap-block {
        padding: 15px 0;
        padding-right: 15px;
    }
    .project-item .image-block {
        overflow: auto;
        height: auto;
    }
        .project-item .image-block img {
            position: relative;
        }
    .project-item .info-block {
        width: 180px;
    }
    .project-item .param-list { width: auto;}
    .project-item .name {
        font-size: 125%;
    }
    .project-item .param-list ul li {
        font-size: 87.5%;
    }
    .project-item .btn-block {
        bottom: -72px;
    }
    .project-item .btn-block .btn { width: 100%;}
    .project-item:nth-child(odd) {}
    .project-item:nth-child(odd) .col-image {
        order: 1;
    }
    .project-item:nth-child(odd) .col-info {
        order: 2;
    }
        .project-item:nth-child(odd) .info-block { 
            background: #474a50; 
            color: #fff;
        }
        .project-item:nth-child(odd) .name { color: #fff; }
        .project-item:nth-child(odd) .param-list ul li span  { background: #474a50; }
        .project-item:nth-child(odd) .param-list ul li:before { background: #fff; }
        .project-item:nth-child(odd) .col-info:before {
            background: #474a50;
            left: -200%;
            margin-left: 15px;
        }
        .project-item:nth-child(odd) .info-block:before {
            left: 100%;
            margin-left: 0;
            border-width: 104px 0 104px 100px;
            border-color: transparent transparent transparent #474a50;
        }
        .project-item:nth-child(odd) .info-block:after {
            left: 100%;
            margin-left: 20px;
            border-width: 104px 0 104px 100px;
            border-color: transparent transparent transparent #eee;
        }
        .project-item:nth-child(odd) .info-block .wrap-block:after {
            left: 100%;
            margin-left: 0;
            background: #eee;
        }
}
@media all and (max-width: 767px) {
}/* @media */

/* SCHEMA BLOCK */
.schema-block {
    padding: 70px 0;
}
.schema-slider {}
    .schema-slider .item {}
    .schema-slider .item .wrap {
        background: #eee;
        padding: 15px;
    }
    .schema-slider .item .wrap > span {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .schema-slider .item .image-block {
        margin: 0 -5px 0 0;
    }
    .schema-slider .item .wrap img {
        display: inline-block;
        width: 50%;
        margin-left: -5px;
        padding: 0 5px;
    }
.schema-block .owl-nav {
    position: absolute;
    top: -68px;
    right: 0;
    width: 70px;
}
    .schema-block .owl-nav .owl-prev,
    .schema-block .owl-nav .owl-next {
        position: absolute;
        top: 0;
        color: #cacf2d;
        font-size: 200%;
    }
    .schema-block .owl-nav .owl-prev {
        left: 0;
    }
    .schema-block .owl-nav .owl-next {
        right: 0;
    }
@media all and (max-width: 991px) {
    .schema-block {
        padding: 50px 0 30px;
    }
}
@media all and (max-width: 767px) {
    .schema-block h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .schema-block .schema-slider {
        padding-top: 50px;
    }
    .schema-block .owl-nav {
        top: 0;
        right: 50%;
        margin-right: -35px;
    }
}/* @media */

/* VIDEO BLOCK */
.video-block {
    padding: 70px 0;
}
    .video-block .video-wrap {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }
    .video-wrap video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        position: relative;
    }
    .video-block .video-wrap:before,
    .video-block .video-wrap:after,
    .video-block .video-wrap .wrap:before,
    .video-block .video-wrap .wrap:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 10;
    }
    .video-block .video-wrap:before {
        top: 0;
        left: 0;
        border-width: 250px 100px 0 0;
        border-color: #ffffff transparent transparent transparent;
    }
    .video-block .video-wrap:after {
        bottom: 0;
        left: 0;
        border-width: 250px 0 0 100px;
        border-color: transparent transparent transparent #ffffff;
    }
    .video-block .video-wrap .wrap:before {
        top: 0;
        right: 0;
        border-width: 0 100px 250px 0;
        border-color: transparent #ffffff transparent transparent;
    }
    .video-block .video-wrap .wrap:after {
        bottom: 0;
        right: 0;
        border-width: 0 0 250px 100px;
        border-color: transparent transparent #ffffff transparent;
    }
@media all and (max-width: 991px) {
    .video-block {
        padding: 30px 0;
    }
}
@media all and (max-width: 767px) {
    .video-block {
        padding: 30px 0;
    }
    .video-block .video-wrap:before {
        border-width: 150px 60px 0 0;
    }
    .video-block .video-wrap:after {
        border-width: 150px 0 0 60px;
    }
    .video-block .video-wrap .wrap:before {
        border-width: 0 60px 150px 0;
    }
    .video-block .video-wrap .wrap:after {
        border-width: 0 0 150px 60px;
    }
}
@media all and (max-width: 480px) {
    .video-block .video-wrap:before {
        border-width: 125px 50px 0 0;
    }
    .video-block .video-wrap:after {
        border-width: 125px 0 0 50px;
    }
    .video-block .video-wrap .wrap:before {
        border-width: 0 50px 125px 0;
    }
    .video-block .video-wrap .wrap:after {
        border-width: 0 0 125px 50px;
    }
}/* @media */

/* Download Block */
.download-block {
    padding: 150px 0 280px;
    background-image: url('../images/bg-download.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.download-block + .contacts-block .wrap-block { padding-top: 0; }
    .download-block .content-block {
        width: 50%;
        position: relative;
    }
    .download-block .figure-block .figure-hex.image-one {
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -110px;
    }
        .download-block .figure-block .figure-hex.image-one .image-wrap {
            top: -100px;
            left: -20px;
        }
    .download-block .figure-hex.image-one {
        width: 380px;
        height: 220px;
        margin: 110px 0;
        background: #474a50;
    }
    .download-block .figure-hex.image-one:before,
    .download-block .figure-hex.image-one:after {
        border-left-width: 190px;
        border-right-width: 190px;
        border-bottom-color: #474a50;
    }
    .download-block .figure-hex.image-one:before {
        border-bottom-width: 110px
    }
    .download-block .figure-hex.image-one:after {
        border-top-width:110px;
        border-top-color: #474a50;
    }
    .download-block .figure-hex.image-two {
        width: 270px; 
        height: 155px;
        margin: 78px 0;
        position: absolute;
        top: 15px;
        left: 100%;
        margin-left: 330px;
        z-index: 10;
        background: #474a50;
    }
    .download-block .figure-hex.image-two .image-wrap {
        top: -75px;
        left: 10px;
    }
    .download-block .figure-hex.image-two:before,
    .download-block .figure-hex.image-two:after {
        border-left-width: 135px;
        border-right-width: 135px;
    }
    .download-block .figure-hex.image-two:before {
        border-bottom-width: 78px;
        border-bottom-color: #474a50;
    }
    .download-block .figure-hex.image-two:after {
        border-top-width: 78px;
        border-top-color: #474a50;
    }
@media all and (max-width: 991px) {
    .download-block { 
        background: #eee; 
        padding: 30px 0 190px;
        text-align: center;
        overflow: visible;
        margin-bottom: 100px;
    }
    .download-block .content-block {
        width: 100%;
        background: #eee;
    }
    .download-block + .contacts-block .wrap-block { padding-top: 30px; }
    .download-block .figure-block .figure-hex.image-one {
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -110px;
        margin-top: 65px;
    }
        .download-block .figure-block .figure-hex.image-one img { width: 170px; }
        .download-block .figure-block .figure-hex.image-one .image-wrap {
            top: -45px;
            left: -12px;
        }
    .download-block .figure-hex.image-one {
        width: 170px;
        height: 100px;
        margin: 50px 0;
    }
    .download-block .figure-hex.image-one:before,
    .download-block .figure-hex.image-one:after {
        border-left-width: 85px;
        border-right-width: 85px;
    }
    .download-block .figure-hex.image-one:before {
        border-bottom-width: 50px
    }
    .download-block .figure-hex.image-one:after {
        border-top-width: 50px;
    }
    .download-block .figure-hex.image-two img { width: 110px;}
    .download-block .figure-hex.image-two {
        width: 110px; 
        height: 64px;
        margin: 32px 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: 20px;
        margin-top: 145px;
    }
    .download-block .figure-hex.image-two .image-wrap {
        top: -30px;
        left: 5px;
    }
    .download-block .figure-hex.image-two:before,
    .download-block .figure-hex.image-two:after {
        border-left-width: 55px;
        border-right-width: 55px;
    }
    .download-block .figure-hex.image-two:before {
        border-bottom-width: 32px;
    }
    .download-block .figure-hex.image-two:after {
        border-top-width: 32px;
    }
}/* @media */

/* COMMON */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 112%;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 30px;
}
    .btn:active,
    .btn:focus {
        outline: none;
        box-shadow: none;
    }
.btn-default {
    background: #cbd02c;
    color: #fff;
}
    .btn-default:hover { 
        color: #474a50;
        background: #fff; 
    }
    .btn-default:active {
        box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    }
.figure-hex,
.figure-hex .wrap {
    width: 200px;
    height: 115.47px;
    margin: 57.74px 0;
    background: #fff;
    position: relative;
}
.figure-hex .image-wrap {
    width: auto;
    position: absolute;
    top: -52px;
    left: 14px;
    z-index: 10;
}
    .figure-hex .wrap .border { border: none !important; }
    .figure-hex:before, 
    .figure-hex:after,
    .figure-hex .wrap:before,
    .figure-hex .wrap:after {
        content: "";
        width: 0; 
        height: 0;
        position: absolute; 
        left: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
    .figure-hex:before,
    .figure-hex .wrap:before {
        bottom: 100%;
        border-bottom-style: solid;
        border-bottom-width: 57.74px;
    }
    .figure-hex:before {
        border-bottom-color: #fff;
    }
    .figure-hex:after,
    .figure-hex .wrap:after {
        top: 100%;
        border-top-style: solid;
        border-top-width: 57.74px;
    }
    .figure-hex:after {
        border-top-color: #fff;
    }
    .figure-hex .wrap {
        background: #eee;
        position: absolute;
        top: -52px;
        left: 14px;
        z-index: 10;
    }
        .figure-hex .wrap:before, 
        .figure-hex .wrap:after {
            z-index: 10;
        }
        .figure-hex .wrap:before {
            border-bottom-color: #eee;
        }
        .figure-hex .wrap:after {
            border-top-color: #eee;
        }

/* MODAL */
.modal {}
.modal-content {
    border: none;
    border-radius: 0;
    background: #eee;
}
.modal-body {
    padding: 50px 30px 30px;
}
.modal .btn-close {
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}
.modal-house {}
.modal-house .image-block {
    position: relative;
}
    .modal-house .image-block .wrap {
        display: inline-block;
        position: relative;
    }
    .modal-house .image-block .wrap:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
    .modal-house.sold .image-block .wrap:before { background: #ba2929; }
    .modal-house.reserved .image-block .wrap:before { background: #cbcf2d; }
.modal h3 {
    position: absolute;
    left: 0;
    top: 20px;
    background: #414141;
    color: #fff;
    font-weight: 700;
    font-size: 150%;
    line-height: 20px;
    padding: 20px 30px;
    z-index: 100;
    display: inline-block;
}
    .modal h3:before {
        content: "";
        display: block;
        position: absolute;
        right: -20px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 30px 20px;
        border-color: transparent transparent transparent #414141;
    }
    .modal h3 span span {
        color: #cacf2d;
    }
.modal .image-block .mark {
    position: absolute;
    right: 0;
    top: -30px;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
}
    .modal .image-block img + img { margin-top: 10px; }
    .modal .image-block .mark.sold {
        color: #ba2a29;
    }
    .modal .image-block .mark.sold:before { content: "Продано"; }
    .modal .image-block .mark.reserved {
        color: #cbcf2d;
    }
    .modal .image-block .mark.reserved:before { content: "Резерв"; }
.modal .param-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
    .modal .param-list li {}
    .modal .param-list li + li {
        margin-top: 10px;
    }
    .modal .param-list li b { font-weight: 500; }
    .modal .param-list li.big,
    .modal .param-list li.big b { font-weight: 700;}
.modal .btn-block { margin-top: 30px; }
.modal-project {}
    .modal h3 {
        position: relative;
        top: 0;
        left: -30px;
        background: #414141;
        color: #fff;
        font-weight: 700;
        font-size: 150%;
        line-height: 20px;
        padding: 20px 30px;
        z-index: 100;
        display: inline-block;
    }
    .modal .subhead {
        text-align: center;
        margin: 15px 0;
        font-weight: 700;
        font-size: 150%;
    }
    .modal-project .image-block .image-block { margin-top: 15px; }
    .modal-project .params-block {
        margin-top: 15px;
        margin-right: 30px;
    }
        .modal-project .params-block .head {
            font-weight: 700;
            text-transform: uppercase;
        }
        .modal-project .params-block ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .modal-project .params-block ul li { margin-top: 10px; }
@media all and (max-width: 991px) {
    .modal-body {
        padding: 35px 15px 15px;
    }
    .modal h3 {
        top: 15px;
        padding: 10px 15px;
        font-size: 112.5%;
    }
        .modal h3:before {
            right: -10px;
            border-width: 20px 0 20px 10px;
        }
    .modal .image-block .mark {
        top: 50%;
        margin-top: -10px;
        width: 100%;
        left: 0;
        text-align: center;
    }
        .modal .image-block .mark:before {
            color: #fff !important;
        }
}