
body{
    margin:0!important;
    padding:0!important;
    background:#f7f1ea!important;
}

.mk-page{
    width:100%;
    min-height:100vh;
    background:#f7f1ea;
    color:#241b16;
    font-family:Arial,sans-serif;
}

.mk-header{
    height:92px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 56px;
    background:#fff;
}

.mk-logo{
    display:flex;
    align-items:center;
    gap:18px;
}

.makosha-new-logo{
    width:110px;
    height:110px;
    object-fit:contain;
    display:block;
    flex-shrink:0;
}}

.mk-nav{
    display:flex;
    gap:30px;
}

.mk-nav a{
    color:#241b16;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
}

.mk-contact{
    text-align:right;
}

.mk-contact b{
    display:block;
    font-size:18px;
}

.mk-contact span{
    display:block;
    margin-top:5px;
    font-size:12px;
    line-height:1.35;
    color:#6b5c50;
}

.mk-hero{
    position:relative;
    min-height:720px;
    padding:90px 70px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    background:
        linear-gradient(
            90deg,
            rgba(247,241,234,.97) 0%,
            rgba(247,241,234,.90) 22%,
            rgba(247,241,234,.58) 40%,
            rgba(247,241,234,.08) 68%
        ),
        url("/site_mk/hero.jpg") center center/cover no-repeat;
    box-sizing:border-box;
}

.mk-hero-left{
    width:560px;
    padding-top:40px;
    position:relative;
    z-index:5;
}

.mk-label{
    color:#b88630;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:26px;
}

.mk-hero h1{
    font-family:Georgia,serif;
    font-size:72px;
    line-height:1.05;
    font-weight:400;
    margin:0 0 26px;
    color:#241b16;
}

.mk-hero p{
    max-width:520px;
    font-size:21px;
    line-height:1.65;
    margin:0 0 34px;
    color:#3e3128;
}

.mk-actions{
    display:flex;
    gap:18px;
}

.mk-btn{
    width:250px;
    min-height:112px;
    border-radius:18px;
    padding:24px;
    box-sizing:border-box;
    text-decoration:none!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 18px 42px rgba(60,35,20,.14);
}

.mk-btn b{
    font-size:15px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.mk-btn span{
    font-size:14px;
    line-height:1.45;
}

.mk-btn-gold{
    background:linear-gradient(135deg,#d9a64e,#b87b20);
    color:#fff!important;
}

.mk-btn-light{
    background:rgba(255,255,255,.95);
    border:2px solid #8a4faa;
    color:#6d328d!important;
}

.mk-region-card{
    width:340px;
    padding:34px;
    border-radius:24px;
    background:rgba(255,255,255,.94);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
    margin-top:320px;
    margin-right:30px;
    box-sizing:border-box;
}

.mk-region-card span{
    display:block;
    font-size:13px;
    text-transform:uppercase;
    color:#6b5c50;
    margin-bottom:12px;
}

.mk-region-card strong{
    display:block;
    font-size:36px;
    line-height:1.15;
    margin:0 0 16px;
    font-family:Georgia,serif;
}

.mk-region-card p{
    font-size:16px;
    line-height:1.6;
    margin:0 0 16px;
}

.mk-region-card a{
    color:#7a3e9f!important;
    text-decoration:none!important;
    font-weight:700;
}

.mk-benefits{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:1px;
    background:#ece0d3;
    margin-top:-65px;
    position:relative;
    z-index:10;
    box-shadow:0 18px 42px rgba(60,35,20,.08);
}

.mk-benefits div{
    background:#fff;
    padding:26px;
    min-height:120px;
    box-sizing:border-box;
}

.mk-benefits b{
    display:block;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:10px;
}

.mk-benefits span{
    font-size:13px;
    line-height:1.45;
    color:#6b5c50;
}

.mk-main-grid{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:28px;
    padding:40px 60px;
    box-sizing:border-box;
}

.mk-calc,
.mk-partner{
    background:#fff;
    border-radius:24px;
    padding:34px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    box-sizing:border-box;
}

.mk-calc h2{
    margin:0 0 28px;
    font-size:28px;
    text-transform:uppercase;
}

.mk-calc-row{
    display:grid;
    grid-template-columns:repeat(4,1fr) 220px;
    gap:1px;
    background:#eee2d4;
    border-radius:18px;
    overflow:hidden;
}

.mk-calc-row > div{
    background:#fffaf4;
    padding:26px;
    min-height:160px;
    box-sizing:border-box;
}

.mk-calc-row em{
    color:#b87c22;
    font-style:normal;
    font-weight:800;
    margin-right:8px;
}

.mk-calc-row p{
    color:#5c4a3d;
    line-height:1.5;
    margin-top:18px;
}

.mk-total span{
    display:block;
    text-transform:uppercase;
    color:#7b6b5c;
    margin-bottom:12px;
}

.mk-total strong{
    display:block;
    font-size:32px;
    margin-bottom:20px;
}

.mk-total a,
.mk-partner a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    border-radius:10px;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:800;
    background:linear-gradient(135deg,#d8a44c,#b87c22);
}

.mk-partner{
    background:linear-gradient(135deg,#fff,#f5eaf8);
    border:1px solid rgba(125,60,155,.15);
}

.mk-partner h3{
    margin:0 0 18px;
    color:#71349a;
    font-size:26px;
    line-height:1.2;
    text-transform:uppercase;
}

.mk-partner p{
    line-height:1.55;
}

.mk-partner ul{
    columns:2;
    padding-left:20px;
    margin:22px 0;
}

.mk-partner li{
    margin-bottom:9px;
}

.mk-partner a{
    background:linear-gradient(135deg,#8b4cad,#6d318e);
}

.mk-region-links{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    margin:0 60px 70px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(60,35,20,.08);
}

.mk-region-links div{
    padding:28px;
    border-right:1px solid #eee2d4;
}

.mk-region-links b{
    display:block;
    margin-bottom:10px;
}

.mk-region-links span{
    color:#6d5b4c;
    font-size:13px;
    line-height:1.45;
}

@media(max-width:1200px){
    .mk-header{
        height:auto;
        padding:20px;
        flex-wrap:wrap;
        gap:18px;
    }

    .mk-nav{
        flex-wrap:wrap;
        gap:16px;
    }

    .mk-hero{
        padding:60px 24px;
        min-height:680px;
        display:block;
    }

    .mk-hero h1{
        font-size:46px;
    }

    .mk-actions{
        flex-direction:column;
    }

    .mk-region-card{
        margin:35px 0 0;
        width:auto;
    }

    .mk-benefits{
        grid-template-columns:repeat(2,1fr);
    }

    .mk-main-grid{
        grid-template-columns:1fr;
        padding:30px 20px;
    }

    .mk-calc-row{
        grid-template-columns:1fr;
    }

    .mk-region-links{
        grid-template-columns:repeat(2,1fr);
        margin:0 20px 40px;
    }
}

.makosha-new-logo{
    width:90px !important;
    height:90px !important;
    object-fit:contain !important;
    display:block !important;
}
