    @font-face {
        font-family: 'MioChalk';
        font-style: normal;
        font-weight: normal;
        font-display: auto;
        src: url('https://res.cloudinary.com/cloudjs/raw/upload/v1731944093/miomatofficial/MioChalk-V4.ttf') format('truetype');
    }


    .m__calculator *,
    .m__calculator ::after,
    .m__calculator ::before {
        box-sizing: border-box;
    }


    .m__calculator * {
        font-family: inherit;
        font-family: 'Nunito', sans-serif;
    }

    .m__calculator {
        width: 100%;
        margin: 0 auto;
        font-family: inherit;
        font-size: 17px;
    }


    .m__calculator h2 {
        font-family: "MioChalk", Sans-serif;
        font-size: 40px;
        font-weight: 500;
        color: #6c8a3b;
        max-width: 600px;
        text-align: center;
        line-height: 1;
        margin: auto;
        margin-bottom: 25px;
    }


    .m__calculator .m__row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 14px;
        width: 100%;
        row-gap: 7px;
        padding: 30px 4px;
        border-radius: 16px;
        margin-bottom: 15px;
    }

    .m__calculator .m__row.result__desktop {
        max-width: 480px;
        align-items: center;
    }

    .m__calculator .m__cell {
        flex: 1;
        /* margin: 0 0 7px 0px; */
        padding: 4px 0;
        flex: 1 1 calc(50% - 20px);
        flex-direction: column;
        /* background: #ccc; 
    border-bottom: 1px solid #e8e8e8;*/
        flex-basis: 40%;
    }

    .m__calculator .m__cell:last-child {
        margin: 0
    }

    .m__calculator .m__group {
        position: relative;
        width: 100%;
        max-width: 70px;
        display: inline-block;
        flex-direction: column;
        align-items: center;
        column-gap: 23px;
    }


    .m__group input {
        width: 100%;
        background: #ffffff;
        border-radius: 6px 6px 2px 2px;
        border-width: 1px;
        border-style: solid;
        border-color: #f2f2ee;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: nowrap;
        text-align: center;
        height: 36px;
        padding: 3px 1px 3px 1px;
        font-size: 18px;
        font-weight: 900;
        color: #587131;
        font-family: "Nunito", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
    }

    .m__group input:focus {
        outline: 0;
        /*border-color: rgb(1 113 245 / 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: rgb(255, 255, 255);*/
        background: #ffffff !important;
    }

    .m__calculator .m__name {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 6px;
        position: relative;
        flex: 1;
        color: black;
        text-align: left;
        line-height: 1.2;
    }

    .m__calculator .m__label {
        display: flex;
    }

    .noUi-base,
    .noUi-handle {
        transform: none !important;
        transition: 0s !important;
    }

    .m__calculator .noUi-horizontal {
        height: 4px;
        width: 100%;
    }

    .m__calculator .noUi-target {
        border: 0px;
        border-radius: 0 0 4px 4px;
        background: #e6e6e6;
        margin-top: -2px;
        /*box-shadow: 0 2px 0px 2px black;
    -webkit-box-shadow: 0px 6px 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgb(10 11 11 / 9%);*/
    }

    .m__calculator .noUi-handle:after,
    .m__calculator .noUi-handle:before {
        content: "";
        display: block;
        position: absolute;
        height: 6px;
        width: 0px;
        background: rgb(244 244 244 / 60%);
        left: 5px;
        top: 4px
    }

    .m__calculator .noUi-handle:after {
        left: 8px
    }

    .m__calculator .noUi-connect {
        box-shadow: none;
        background: #6c8a3b;
        transition: 0s;
        border-radius: 0 0 4px 4px;
    }

    .m__calculator .noUi-horizontal .noUi-handle {
        width: 14px;
        height: 14px;
        left: -8px;
        top: -4px;
        border: 2px solid #6c8a3b;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        cursor: pointer;
    }

    .m__calculator .noUi-horizontal .noUi-handle:hover {
        outline: 3px solid rgb(108 138 59 / 25%);
    }




    .m__section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        max-width: 1000px;
        margin: auto;
        border-radius: 8px;
    }

    .blc_title.title_weight {
        font-size: 27px;
        line-height: 1.2;
        margin-top: 0;
        font-family: 'Nunito';
        font-weight: 800;
        color: #6c8a3b;
        display: flex;
        align-items: center;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .pcol .blc_title.title_weight {
        /* font-size: 40px; */
        /* margin-top: 0; */
    }

    .m__result .pcol {
        margin: 5px 0px 0;
    }

    @media all and (max-width:700px) {
        .m__calculator .m__row {
            display: flex;
            flex-direction: column;
            align-items: initial;
            width: 100%;
            column-gap: 0;
            row-gap: 12px;
            max-width: none !important;
            padding: 4px;
            margin-bottom: 4px;
            border-radius: 8px;
        }

        .m__calculator .m__cell {
            max-width: 100%;
            padding: 8px 0;
        }



    }

    .m__result {
        display: block;
    }


    .mm_save {
        text-align: center;
        font-family: inherit;
        font-style: normal;
        line-height: 1.4;
        overflow: initial;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0px;
        color: black
    }



    /*-----For Switch Radio Buttons----*/




    /*-----For Switch Radio Buttons----*/

    @media all and (max-width:700px) {
        .m__calculator {
            font-size: 16px;
            padding: 0;
        }

        .m__section {
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            margin: 12px;
            padding: 0;
        }

        .m__calculator .m__cell {
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .m__calculator .m__name {
            min-width: auto;
        }

        .m__calculator .m__group {
            position: relative;
            flex: 1;
            width: auto;
            max-width: 60px;
            margin-bottom: 4px;
        }

        .m__result {
            width: 100%;
        }

        .mm_save {
            line-height: 1.2;
            font-size: 14px;
            margin-bottom: 8px;
            color: black
        }

        .blc_title.title_weight {
            font-size: 20px;
            line-height: 1;
        }

        .m__calculator .m__row.result__desktop {
            min-height: auto !important;
            padding: 0px !important;
            width: 100%;
            row-gap: 4px;
        }
    }



    .m__calculator .m__row.result__desktop {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .m__result {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .m__result>div {
        flex-basis: 33%;
    }

    .m__t {
        font-size: 28px;
        font-family: 'MioChalk';
        line-height: 1;
        margin-top: 10px;
        /* padding-top: 10px; */
        /* border-top: 1px solid #ccc; */
    }

    .img_result {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 40px;
        margin-bottom: 4px;
    }

    .block_mg {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .block_mg span {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px;
        color: #525252;
    }

    .block__price {
        font-size: 17px;
        font-weight: 700;
        padding: 6px 15px;
        border-radius: 4px;
        min-width: 160px;
        text-align: center;
    }

    .row__res {
        font-weight: 700;
        color: white;
        background: #6c8a3b;
        padding: 10px 15px;
        border-radius: 4px;
        line-height: 1.2;
    }


    .m__calculator .mt_first .noUi-target {
        background: #bdb3a3;
    }

    .m__calculator .mt_second .noUi-target {
        background: #b3ba93;
    }



    .m__rows {
        width: 100%
    }

    @media all and (max-width:700px) {
        .m__calculator h2 {
            font-size: 28px;
            margin: auto 20px;
        }

        .img_result {
            column-gap: 8px;
            width: 100%;
        }

        .block_mg {
            width: 50%
        }

        .block_mg img {
            width: 100% !important;
            max-width: 100px;
        }

        .row__res {
            display: block;
            text-align: center;
            font-size: 14px;
            width: 100%;
            padding: 10px;
        }

    }


    .m__inline{
    text-align: center;
}
.m__inline span {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    margin: 0 4px;
}



    @media all and (max-width:700px) {
.m__inline span {
    font-size: 14px;
    margin: 0;
}

.m__group input {
    width: 100%;
        height: 36px;
    padding: 3px 1px 3px 1px;
    font-size: 15px ;
}

.block__price {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 4px;
    min-width: 50%;
    text-align: center;
    width: 100%;
}
.block_mg span {
    font-size: 14px;
}
    }

@media all and (max-width:370px) {
.m__inline span i{
    display: block;
}
}


#m_calculator_content{
    margin-top: 40px
}