.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #68a5dd;
    margin-top: 10px;
    text-align: center;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #68a5dd;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #68a5dd transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.calculator--col {
    width: 33%;
}

.calc_submit--input {
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 0 5px 0 !important;
    background: 0 0 !important;
    border: none !important;
    border-bottom: 2px solid #dbe3ef !important;
    color: #73818c !important;
    width: 300px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.calc_submit--input:focus {
    background: 0 0 !important;
    border-bottom: 2px solid #6598ff !important;
    color: #73818c !important;
    outline: none;
}

.calc_button {
    color: #52a7e2;
    border: 1px solid #52a7e2;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 50px !important;
    font-size: 14px;
    width: 300px;
}

.calc_button:hover {
    color: #fff;
    border: 2px solid #6598ff;
    background-color: #6598ff;
}

.calc_input--label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
}

.calc_total--label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.calc_total--value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #3A3A3A;
}

.calculator--col.calculator--col_second {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.calculator--col.calculator--col_third {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media (max-width:900px) {
    .calculator--col {
        margin-bottom: 40px;
    }
    .calculator--col_first,
    .calculator--col_second {
        width: 100%;
    }
    .calculator--col_third {
        width: 100%;
    }
    .calc_submit--input,
    .calc_button {
        width: 100%;
    }
}

.slider-round.noUi-horizontal {
    height: 2px;
    border: none;
    box-shadow: none;
    background: rgba(231, 231, 231, 1);
}

.slider-round .noUi-tooltip {
    opacity: 0;
    transition: opacity 0.3s;
}

.slider-round .noUi-handle:hover .noUi-tooltip {
    opacity: 1!important;
}

.slider-round .noUi-handle.active .noUi-tooltip {
    opacity: 1!important;
}

.slider-round .noUi-marker {
    transition: background 0.3s;
}

.slider-round .noUi-value {
    transition: color 0.3s;
}

.slider-round .active-pip {
    color: rgba(104, 165, 221, 1);
}

.slider-round .active-marker {
    background: rgba(104, 165, 221, 1) !important;
}

.slider-round .noUi-connect {
    background: rgba(104, 165, 221, 1);
}

.slider-round.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    background: #68A5DD;
    box-shadow: none;
    border: none;
    cursor: e-resize;
}

.slider-round .noUi-handle::after,
.slider-round .noUi-handle::before {
    display: none;
}

.slider-round .noUi-marker-normal {
    display: none;
}

.slider-round .noUi-marker-large {
    background: rgba(231, 231, 231, 1);
}

.slider-round .noUi-pips-horizontal {
    padding: 0px;
}

@media (max-width:900px) {
    .range-square,
    .range-lamps {
        padding: 40px 20px !important;
    }
}