/*  CSS BANNERS   */
:root {
    --color-1: #0062FF;
    --color-2: #A251FF;
    --color-3: #363E5E;
    --btn-height:50px;
    --btn-height-m:40px;
    --btn-blue-color: #0060FF;
}
.none {
    display: none !important
}

.HYPE_scene div :not(.hype-btn):not(.HYPE_element) {
    box-sizing: border-box
}

.HYPE_scene div .mc-calc-block, .HYPE_scene div .mc-calc-flex-two, .HYPE_scene div .mc-calc-flex-two-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}
.HYPE_scene div .mc-calc-flex-two, .HYPE_scene div .mc-calc-flex-two-label{
    width: 100%;
}
.HYPE_scene div .mc-calc-top-steep-blue {
    width: 110px;
    margin: 0;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0060FF;
    font-size: 18px;
    font-weight: 500;
}

.HYPE_scene div .mc-calc-block-left, .HYPE_scene div .mc-calc-block-right {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8)
}

.HYPE_scene div .mc-calc-block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    align-items: start;
}

.HYPE_scene div .mc-calc-block-right {
    border: none;
}

.HYPE_scene div .mc-calc-title-left[data-translate="title3"] {
    color: #0563FF;
}
.HYPE_scene div .mc-calc-title-left {
    color: var(--color-3);
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.HYPE_scene div .mc-calc-title-left[data-translate="title1"] {
    margin: 5px 0 0 0 !important;
}

.HYPE_scene div .mc-calc-select-div {
    position: relative;
    width: 100%;
    margin: auto
}

.HYPE_scene div .mc-calc-select-div:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #363E5E transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -3px
}

.HYPE_scene div .mc-calc-select-div .mc-calc-select {
    display: block;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    border: none;
    font-weight: 300;
    outline: 0;
    color: #7B7B7B;
    padding: 5px 15px;
    height: 40px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.HYPE_scene div .mc-calc-right-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    height: 40px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-weight: 300;
    border-radius: 25px;
    background: #FFFFFF;
}

.HYPE_scene div .mc-calc-right-count .mc-calc-inp-number {
    border: none;
    outline: 0;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    width: 100%;
    background: 0 0;
    color: var(--color-3);
}

.HYPE_scene div .mc-calc-right-count .mc-calc-inp-number::-webkit-inner-spin-button, .HYPE_scene div .mc-calc-right-count .mc-calc-inp-number::-webkit-outer-spin-button {
    margin-left: 5px
}

.HYPE_scene div .mc-calc-text-in-inp {
    display: block;
    font-weight: 300;
    width: 100%;
    color: var(--color-3);
}

.HYPE_scene div .mc-calc-label-check {
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
    color: #7B7B7B;
    border-radius: 25px;
    cursor: pointer;
    padding: 0 20px;
}
.HYPE_scene div .mc-calc-label-check *{pointer-events: none}
.HYPE_scene div .mc-calc-total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 30px;
    height: var(--btn-height);
    padding: 5px 15px;
    background-image: linear-gradient(270deg, rgba(162, 81, 255, 1) 0%, rgba(0, 96, 255, 1) 100%);
}

.HYPE_scene div .mc-calc-text-in-total, .HYPE_scene div .mc-calc-text-in-total-right {
    margin: 0;
    margin-bottom: 0 !important;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px
}

.HYPE_scene div .mc-calc-top-steep-purple {
    width: 110px;
    margin: 0;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A251FF;
    font-size: 18px;
    font-weight: 500;
}

.HYPE_scene div .mc-calc-block-right-title {
    margin: 20px 0 15px 0!important;
    font-size: 18px;
    line-height: 21px;
    color: var(--color-3);
    font-weight: 400;
    text-align: left;
}

/*.HYPE_scene div .mc-calc-text-purple {*/
/*    font-size: 16px;*/
/*    color: var(--color-3);*/
/*    font-weight: 400*/
/*}*/

.HYPE_scene div .mc-calc-right-block-inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.HYPE_scene div .mc-calc-right-input {
    width: 100%;
    border: none;
    color: var(--color-3);
    border-radius: 25px;
    height: 40px;
    padding: 5px 15px;
    outline: 0;
    font-size: 16px;
    background: #FFFFFF;
    font-weight: 300;
}

.HYPE_scene div .mc-calc-right-area {
    width: 100%;
    color: var(--color-3);
    border: none;
    background: #FFFFFF;
    border-radius: 15px;
    min-height: 113px;
    padding: 5px 15px;
    font-size: 16px;
    outline: 0;
    font-weight: 300;
}

.HYPE_scene div .mc-calc-button-send {
    display: block;
    width: 180px;
    margin: 0 auto;
    height: var(--btn-height);
    border-radius: 30px;
    opacity: 1;
    background-image: linear-gradient(270deg, rgba(162, 81, 255, 1) 0%, rgba(0, 96, 255, 1) 100%);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    font-weight: 400
}

.HYPE_scene div .mc-calc-inp-number:disabled, .HYPE_scene div .mc-calc-right-count.disabled {
    background: #f2f2f2;
    color: #066392
}
/*  checkbox CALC*/
.checkbox-wrapper-18 .round {
    position: relative;
}

.checkbox-wrapper-18 .round label {
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    width: 26px;
    display: block;
}

.checkbox-wrapper-18 .round label:after {
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-image: linear-gradient(270deg, rgba(162, 81, 255, 1) 0%, rgba(0, 96, 255, 1) 100%);
    border: none
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-image: linear-gradient(270deg, rgba(162, 81, 255, 1) 0%, rgba(0, 96, 255, 1) 100%);
    border: none
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
/*  end checkbox CALC*/

.error-calc, .modal-inp-error {
    border: 1px solid red !important
}

.mc-modal {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s;
    height: 100%;
    width: 100%;
    z-index: 999
}


.HYPE_scene div .mc-form-in-modal-input {
    background: #fff;
    color: #000;
    width: 100%;
    height: 40px;
    border-radius: 35px !important;
    border: none;
    padding: 5px 15px;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box
}

.HYPE_scene div .mc-form-in-modal-textarea {
    background: #fff;
    width: 100%;
    min-height: 65px;
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    outline: 0;
    box-sizing: border-box
}

.HYPE_scene div .mc-form-in-modal-button {
    width: 150px;
    height: 38px;
    border: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 7px;
    font-size: 16px;
    line-height: 10px;
    color: #000
}

@media screen and (max-width: 765px) {
    .HYPE_scene div .mc-calc-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px !important
    }

    .HYPE_scene div .mc-calc-block-right-title {
        margin: 15px 0 !important
    }

    .HYPE_scene div .mc-calc-block-left, .mc-calc-block-right {
        padding: 0 !important;
        border: none !important
    }

    .HYPE_scene div .mc-calc-select-div .mc-calc-select, .HYPE_scene div .mc-calc-title-left {
        font-size: 14px
    }

    .mc-non-mob, .only-pc {
        display: none
    }
}