.block-range-total, .block-range-days {
    display: block;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.calc_banner{
    display: flex;
    margin-left: 50px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.img_banner_calc_block{
    width: 50%;
}

.img_banner_calc {
    z-index: 100;right: 68px;position: relative;top:20px;
}

.range-slider {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.range-slider p {
    margin-bottom: 0;
    margin-top: 0;
}

.button-calculation {
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 25px;
}

.button_calculate {
    text-transform: uppercase;
    font-size: 22px;
    box-shadow: inset 0 -3px 0 0 #3AB649, 0 0 15px 0 rgba(0,0,0,.3);
    padding: 7px 50px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

span.range-total-title, .range-days-title {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

@media (min-width: 992px){
    .range-slider {
        max-width: 550px;
        border: #cccccc 3px solid;
        width: 100%;
    }
}

@media (max-width: 991px){
    .range-slider {
        max-width: 550px;
        border: #cccccc 3px solid;
        padding: 10px;
        width: 100%;
        border: #cccccc 3px solid;
        margin: 0 auto;

    }
    .img_banner_calc_block{
        display: none;
    }
    .calc_banner{
        display: flex;
        margin-left: 0px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .button_calculate {
        text-transform: uppercase;
        font-size: 18px;
        width: 100%;
        box-shadow: inset 0 -3px 0 0 #3AB649, 0 0 15px 0 rgba(0,0,0,.3);
    }
}

.range-days, .range-total, .curent-total{
    font-weight: 700;
    color: #18D7EA;
}
