.m__calculator *,
.m__calculator ::after,
.m__calculator ::before {
    box-sizing: border-box
}

.m__calculator * {
    font-family: inherit;
    font-family: "Inter", sans-serif;
}

.m__calculator {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    font-size: 17px;
    color: white;
    background: #000;
}

.m__calculator .m__row {
    display: block;
    /* flex */
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
}








.m__calculator .m__cell {
    flex: 1;
    /* margin: 0 0 15px 0px; */
    padding: 15px 0;
    flex: 1 1 calc(50% - 20px);
    /*display: flex;*/
    align-items: center;
    /* background: #ccc; 
    border-bottom: 1px solid #e8e8e8;*/
    min-height: 60px;
}

.m_block_3 {
    display: flex;
    flex-direction: row;
    gap: 26px;
}

.m__col_3 {
    flex-basis: 33%;
}




.m__calculator .m__group {
    position: relative;
    width: 100%;
}


.m__group input {
    width: 100%;
    position: relative;
    background: rgb(249, 250, 251);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 213, 219);
    border-image: initial;
    height: 48px;
    padding: 5px 10px 5px 12px;
    font-size: 17px;
    color: rgb(55, 65, 81);
    font-weight: 600;
    transition: box-shadow .4s;
}

.m__group input:focus,
.m__group:hover input {
    box-shadow: 0 0 0 4px rgb(183 183 183 / 30%), 0 0 0 16px rgb(202 235 48 / 0%);
    outline: 0
}

.m__calculator .m__name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 17px;
    position: relative;
    flex: 1;
    color: #ffffff;
}

.m__calculator .m__value {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    color: rgb(202 235 48);
}

.m__calculator .m__label {
    display: flex;
}


.m__calculator .noUi-horizontal {
    height: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.m__calculator .noUi-target {
    background: rgb(212 212 212 / 34%);
    border: 0px;
    border-radius: 4px;
    box-shadow: none;
}

.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: linear-gradient(90deg, #caeb30 0%, rgb(85 103 5) 100%);
    transition: background 450ms ease 0s;
    border-radius: 10px;
}

.m__calculator .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -12px;
    top: -10px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background-color: rgb(32 32 32);
    box-shadow: rgb(0 0 0 / 95%) 0px 0.5px 4px, rgb(0 0 0 / 83%) 0px 6px 13px;
    cursor: pointer;
    padding-top: 7px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.m__calculator .noUi-tooltip {
    margin-bottom: 12px;
    text-wrap: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    display: none
}

.m__calculator .noUi-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.m__calculator .noUi-active .noUi-tooltip {
    display: block;
}

.m__calculator .noUi-connect,
.m__calculator .noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: 0s !important;
    transition: 0s !important
}







.m__section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.m__wrap {
    max-width: 940px;
    margin: auto;
    padding: 10px
}

.max_500 {
    max-width: 500px;
}


.btn-helper {
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 25px;
    height: 23px;
    width: 30px;
    font-family: monospace;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-helper:hover {
    background-color: #D1FE1A;
}


.btn-plus {
    right: 4px;
    top: 5px;
    height: 18px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}


.btn-minus {
    right: 4px;
    top: auto;
    bottom: 5px;
    height: 18px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}


input.m__input_email {
    height: 52px;
    font-size: 16px;
}

.button__email {
    padding: 8px 26px;
    border: 0;
    color: #262335;
    background-color: #caeb30;
    transition: box-shadow .4s, background-color .3s;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    min-height: 56px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    outline: none;
    margin: 10px 0;
}




.button__email:hover {
    box-shadow: 0 0 0 4px rgb(202 235 48 / 30%), 0 0 0 16px rgb(202 235 48 / 0%);
}






.m_block_result {
    margin: 0;
    padding-bottom: 0 !important;
}

.m__calculator .m_block_result .m__name {
    font-size: 17px;
    font-weight: 800;
    color: #b1b1b1;
}

.m__calculator .m_block_result .m__group div {
    font-size: 46px;
    font-weight: 800;
}



.m_block_paystripe .m__name span {
    color: rgb(202 235 48);
    font-weight: 700;
}

.m_block_paystripe .m__slider {
    background: linear-gradient(270deg, #caeb30 0%, rgb(85 103 5) 100%);
}

.m__descr div {
    font-size: 16px;
    color: #b1b1b1;
}

.m__line {
    margin: 30px 0 15px;
}

.m__line:after {
    content: " ";
    width: 100%;
    height: 4px;
    margin-top: 6px;
    background: linear-gradient(90deg, #caeb304d 0%, rgb(85 103 5 / 22%) 100%);
    display: block;
    border-radius: 4px;
}


#m__success {
    background: #caeb30;
    color: black;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    padding: 15px;
    border-radius: 8px;
    display: none;
}

.m_error {
    font-size: 13px;
    margin-top: 5px;
    color: #ff6464;
}

.block_gradient {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(209deg, #caeb30 0%, rgb(85 103 5) 100%);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.block_gradient_in {
    background: #2f2f2f;
    box-shadow: inset 0px 0px 25px rgb(0 0 0 / 11%), 0 20px 68px rgba(0, 0, 0, 0.55);
    max-width: 400px;
    width: 100%;
    margin: 0;
    padding: 15px 30px 0;
    border-radius: 8px;
}




@media all and (max-width:600px) {
    .m__calculator .m__row {
        display: flex;
        flex-direction: column;
        align-items: initial;
        width: 100%;
        column-gap: 0;
    }

    .m__calculator .m__cell {
        max-width: 100%
    }


    .m__calculator .noUi-horizontal {
        margin-bottom: 15px
    }
}


@media all and (max-width:600px) {
    .m__calculator {
        font-size: 16px;
    }

    .m__section {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin: 15px;
    }

    .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;
    }

    .m_block_3 {
        display: flex;
        flex-direction: column;
        gap: 22px;
        argin-bottom: 20px;
    }

    .m__col_3 {
        flex-basis: 100%;
        width: 100%
    }

    .button__email {
        width: 100%;
    }

    .m__calculator .noUi-tooltip {
        display: none !important;
    }

    .block_gradient {
        margin-left: -25px;
        margin-right: -25px;
        border-radius: 0;
    }

    .m__calculator .m__cell {
        padding: 15px 0 0;
    }

    .m__cell.m_block_3 {
        padding: 0;
    }

    .m_row_sticky .block_gradient {
        position: sticky;
        top: 0;
        z-index: 9;
    }
}