.btn-grey {
  color: #FFF !important;
  border: 1px solid #FFF !important;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-grey:hover {
  opacity: 1;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
form input {
    filter: none;
}
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form input[type="number"] {
    -moz-appearance: textfield;
}
form input,
form textarea,
form select,
form input.form-control {
    display: block;
    margin: 0 0 1.5rem 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.375rem 0rem;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
    color: #fff;
}
form input:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
form input::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
    color: #fff;
}
form input:focus,
form textarea:focus,
form select:focus {
  outline: none;
}
form textarea {
    resize: none;
    height: 120px;
    font-style: italic;
    line-height: 1.3;
}
form .check_box_regular,
form .radio_box_regular {
    position: relative;
}
form .check_box_regular input[type="checkbox"],
form .check_box_regular input[type="radio"],
form .radio_box_regular input[type="checkbox"],
form .radio_box_regular input[type="radio"] {
    display: none !important;
}
form .check_box_regular label,
form .radio_box_regular label {
    display: block;
    cursor: pointer;
    padding-left: 50px;
    font-weight: 500;
    font-size: 9px;
    font-size: 0.9rem;
    color: #fff;
}
form .check_box_regular label a,
form .radio_box_regular label a {
    color: #fff;
    text-decoration: underline;
}
form .check_box_regular input[type="checkbox"] + label:before,
form .check_box_regular input[type="radio"] + label:before,
form .radio_box_regular input[type="checkbox"] + label:before,
form .radio_box_regular input[type="radio"] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}
form .check_box_regular input[type="checkbox"] + label:after,
form .check_box_regular input[type="radio"] + label:after,
form .radio_box_regular input[type="checkbox"] + label:after,
form .radio_box_regular input[type="radio"] + label:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 15px auto;
    border: 1px solid #fff;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
form .check_box_regular input[type="checkbox"]:checked + label:after,
form .check_box_regular input[type="radio"]:checked + label:after,
form .radio_box_regular input[type="checkbox"]:checked + label:after,
form .radio_box_regular input[type="radio"]:checked + label:after {
    opacity: 1;
}
form .check_box_regular.red,
form .radio_box_regular.red {
    margin-bottom: 25px;
}
form .check_box_regular.red label,
form .radio_box_regular.red label {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
}
form .check_box_regular.red input[type="checkbox"] + label:before,
form .check_box_regular.red input[type="checkbox"] + label:after,
form .check_box_regular.red input[type="radio"] + label:before,
form .check_box_regular.red input[type="radio"] + label:after,
form .radio_box_regular.red input[type="checkbox"] + label:before,
form .radio_box_regular.red input[type="checkbox"] + label:after,
form .radio_box_regular.red input[type="radio"] + label:before,
form .radio_box_regular.red input[type="radio"] + label:after {
    top: -4px;
}
form .check_box_regular.red input[type="checkbox"] + label:after,
form .check_box_regular.red input[type="radio"] + label:after,
form .radio_box_regular.red input[type="checkbox"] + label:after,
form .radio_box_regular.red input[type="radio"] + label:after {
    background: url("../img/icons/check_red.svg") no-repeat center center transparent;
    background-size: 15px auto;
}
form .check_box_iconed,
form .radio_box_iconed {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: center;
    margin: 0 30px;
}
form .check_box_iconed input[type="checkbox"],
form .check_box_iconed input[type="radio"],
form .radio_box_iconed input[type="checkbox"],
form .radio_box_iconed input[type="radio"] {
    display: none !important;
}
form .check_box_iconed label,
form .radio_box_iconed label {
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
}
form .check_box_iconed label .label_img,
form .radio_box_iconed label .label_img {
    display: flex;
    align-self: center;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 1px solid #FFF;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-radius:40px;
}
form .check_box_iconed label .label_img svg,
form .radio_box_iconed label .label_img svg {
    margin: auto;
    display: inline-block;
    height: 50px;
    width: auto;
    fill: #FFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
form .check_box_iconed label span,
form .radio_box_iconed label span {
    display: block;
    white-space: nowrap;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
form .check_box_iconed input[type="checkbox"]:checked + label .label_img,
form .check_box_iconed input[type="radio"]:checked + label .label_img,
form .radio_box_iconed input[type="checkbox"]:checked + label .label_img,
form .radio_box_iconed input[type="radio"]:checked + label .label_img {
    border: 1px solid #FFF;
    background-color:#FFF;
}
form .check_box_iconed input[type="checkbox"]:checked + label .label_img svg path,
form .check_box_iconed input[type="radio"]:checked + label .label_img svg path,
form .radio_box_iconed input[type="checkbox"]:checked + label .label_img svg path,
form .radio_box_iconed input[type="radio"]:checked + label .label_img svg path,
form .check_box_iconed input[type="checkbox"]:checked + label .label_img svg,
form .check_box_iconed input[type="radio"]:checked + label .label_img svg,
form .radio_box_iconed input[type="checkbox"]:checked + label .label_img svg,
form .radio_box_iconed input[type="radio"]:checked + label .label_img svg {
    fill: #B5B0A1;
    opacity: 1;
}
form .check_box_iconed input[type="checkbox"]:checked + label span,
form .check_box_iconed input[type="radio"]:checked + label span,
form .radio_box_iconed input[type="checkbox"]:checked + label span,
form .radio_box_iconed input[type="radio"]:checked + label span {
    color: #FFF;
    opacity: 1;
}
form .check_box_iconed input[type="checkbox"]:checked + label .tool_tip,
form .check_box_iconed input[type="radio"]:checked + label .tool_tip,
form .radio_box_iconed input[type="checkbox"]:checked + label .tool_tip,
form .radio_box_iconed input[type="radio"]:checked + label .tool_tip {
    opacity: 0 !important;
}
.estimation form .contact_cgu,
.estimation form .contact_cgu a {
  color: #FFF;
}
.estimation form .checkbox_regular svg {
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 30px;
    margin-right: 10px;
}
@media (max-width: 991px) {
    form .check_box_iconed,
    form .radio_box_iconed {
        margin: 0 30px 30px 30px;
    }
}
@media (max-width: 767px) {
    form .check_box_iconed,
    form .radio_box_iconed {
        margin: 0 0 15px 0;
        width: 50%;
    }
    form .check_box_iconed label,
    form .radio_box_iconed label {
        text-align: center;
    }
    form .check_box_iconed label .label_img,
    form .radio_box_iconed label .label_img {
        display: inline-flex;
        width: 100px;
        height: 100px;
    }
    form .check_box_iconed label .label_img svg,
    form .radio_box_iconed label .label_img svg {
        height: 40px;
    }
    form .check_box_iconed label span,
    form .radio_box_iconed label span {
        padding: 10px 5px 0 5px;
        font-size: 8px;
        font-size: 0.8rem;
    }
}
form .input_custom_wrap {
    margin-top: 15px;
    position: relative;
    cursor: pointer;
    height: 48px;
    background: #fff;
}
form .input_custom_wrap:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    right: 20px;
    background: url("../img/icons/chevron_down.svg") no-repeat center center #D32D16;
    background-size: 8px auto;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    z-index: 10;
}
form .input_custom_wrap.active:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
form .input_custom_wrap .placeholder {
    display: block;
    position: relative;
    z-index: 15;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 0 64px 0 20px;
    cursor: pointer;
    font-size: 10.5px;
    font-size: 1.05rem;
    font-style: italic;
    color: #FFF;
}
form .input_custom_wrap .placeholder .choice {
    display: inline-block;
}
form .input_custom_wrap .placeholder .choice:after {
    display: inline-block;
    content: ",\00a0";
}
form .input_custom_wrap .placeholder .choice:last-child:after {
    display: none;
}
form .input_custom_wrap .input_custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    background: #1c1c1c;
    padding: 20px;
}
form .input_custom_wrap .input_custom .input_search {
    border: 1px solid #fff;
    padding: 0 15px;
    font-size: 10px;
    font-size: 1rem;
}
form .input_custom_wrap .input_custom .input_search:focus {
    border: 1px solid #FFF;
}
form .input_custom_wrap .input_custom .tags {
    margin: 0 0 7px 0;
    font-size: 0;
}
form .input_custom_wrap .input_custom .tags .tag {
    display: inline-block;
    margin: 0 8px 8px 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 0.9rem;
}
form .input_custom_wrap .input_custom .tags .tag i {
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
}
form .input_range {
    margin: 0;
}
form .input_range .render {
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
}
form .input_range .render .more {
    display: none;
}
form .input_range .placeholder {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
form .input_range .placeholder span {
    display: inline-block;
    vertical-align: middle;
    padding:8px 26px;
    color: #B5B0A1;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    text-align: center;
    text-transform: none;
    position: relative;
    top: -5px;
    font-weight: 800;
    border:1px solid #FFF;
    border-radius:25px;
    background-color: #FFF;
}
form .input_range .placeholder span i {
    font-style: normal;
}
form .input_range .range {
    background: #FFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 3px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 30px auto;
}
form .input_range .range:before,
form .input_range .range:after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 0;
}
form .input_range .range:before {
    left: -10px;
}
form .input_range .range:after {
    right: -10px;
}
form .input_range .range .noUi-connect {
    background: #FFF;
    border-radius: 0;
}
form .input_range .range .noUi-handle {
    width: 24px;
    height: 24px;
    border: 6px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: ew-resize;
    top: -11px;
    right: -12px !important;
    background-color: #000;
}
form .input_range .range .noUi-handle:after,
form .input_range .range .noUi-handle:before {
    display: none;
}
.estimation .owl-carousel {
    padding: 0;
}
.estimation h2 {
    color: #FFF;
    /*font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;*/
}
.estimation h2 span {
    font-size: 24px;
    text-transform: none;
    font-weight: 200;
    display: block;
}
.estimation .estim_top_form {
    background:#FFF;
    padding:80px 60px 50px 60px;
    border-radius:60px;
}
.estimation .estim_top_form .estim_steps {
    max-width: -webkit-calc(100% - 160px);
    max-width: -moz-calc(100% - 160px);
    max-width: calc(100% - 160px);
    margin-left: 80px;
    position: relative;
}
.estimation .estim_top_form .estim_steps p {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    color: #fff;
    line-height: 34px;
    text-align: center;
    color: #fff;
    top: -18px;
    z-index: 10;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.estimation .estim_top_form .estim_steps p span {
    display: block;
    white-space: nowrap;
    position: absolute;
    color: #D32D16;
    top: -40px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 9px;
    font-size: 0.9rem;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.estimation .estim_top_form .estim_steps p.step_title1 {
    left: 0;
}
.estimation .estim_top_form .estim_steps p.step_title2 {
    left: 25%;
    margin-left: -9px;
}
.estimation .estim_top_form .estim_steps p.step_title3 {
    left: 50%;
    margin-left: -18px;
}
.estimation .estim_top_form .estim_steps p.step_title4 {
    left: 75%;
    margin-left: -27px;
}
.estimation .estim_top_form .estim_steps p.step_title5 {
    left: 100%;
    margin-left: -36px;
}
.estimation .estim_top_form .estim_steps:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    background: #000;
    z-index: 5;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.estimation .estim_top_form .estim_steps.step1 .step_title1 {
    background: #000;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.step1 .step_title1 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.step1 .step_title2,
.estimation .estim_top_form .estim_steps.step1 .step_title3,
.estimation .estim_top_form .estim_steps.step1 .step_title4,
.estimation .estim_top_form .estim_steps.step1 .step_title5 {
    background: #FFF;
    border: 2px solid #B5B0A1;
    color: #B5B0A1;
    box-sizing: content-box;
}
.estimation .estim_top_form .estim_steps.step1 .step_title2 span,
.estimation .estim_top_form .estim_steps.step1 .step_title3 span,
.estimation .estim_top_form .estim_steps.step1 .step_title4 span,
.estimation .estim_top_form .estim_steps.step1 .step_title5 span {
    color: #B5B0A1;
}
.estimation .estim_top_form .estim_steps.step1:after {
    width: 0;
}
.estimation .estim_top_form .estim_steps.step2 .step_title1,
.estimation .estim_top_form .estim_steps.step2 .step_title2 {
    background: #000;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.step2 .step_title1 span,
.estimation .estim_top_form .estim_steps.step2 .step_title2 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.step2 .step_title3,
.estimation .estim_top_form .estim_steps.step2 .step_title4,
.estimation .estim_top_form .estim_steps.step2 .step_title5 {
    background: #FFF;
    border: 2px solid #B5B0A1;
    color: #B5B0A1;
    box-sizing: content-box;
}
.estimation .estim_top_form .estim_steps.step2 .step_title3 span,
.estimation .estim_top_form .estim_steps.step2 .step_title4 span,
.estimation .estim_top_form .estim_steps.step2 .step_title5 span {
    color: #B5B0A1;
}
.estimation .estim_top_form .estim_steps.step2:after {
    width: 25%;
}
.estimation .estim_top_form .estim_steps.step3 .step_title1,
.estimation .estim_top_form .estim_steps.step3 .step_title2,
.estimation .estim_top_form .estim_steps.step3 .step_title3 {
    background: #000;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.step3 .step_title1 span,
.estimation .estim_top_form .estim_steps.step3 .step_title2 span,
.estimation .estim_top_form .estim_steps.step3 .step_title3 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.step3 .step_title4,
.estimation .estim_top_form .estim_steps.step3 .step_title5 {
    background: #FFF;
    border: 2px solid #B5B0A1;
    color: #B5B0A1;
    box-sizing: content-box;
}
.estimation .estim_top_form .estim_steps.step3 .step_title4 span,
.estimation .estim_top_form .estim_steps.step3 .step_title5 span {
    color: #B5B0A1;
}
.estimation .estim_top_form .estim_steps.step3:after {
    width: 50%;
}
.estimation .estim_top_form .estim_steps.step4 .step_title1,
.estimation .estim_top_form .estim_steps.step4 .step_title2,
.estimation .estim_top_form .estim_steps.step4 .step_title3,
.estimation .estim_top_form .estim_steps.step4 .step_title4 {
    background: #000;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.step4 .step_title1 span,
.estimation .estim_top_form .estim_steps.step4 .step_title2 span,
.estimation .estim_top_form .estim_steps.step4 .step_title3 span,
.estimation .estim_top_form .estim_steps.step4 .step_title4 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.step4 .step_title5 {
    background: #FFF;
    border: 2px solid #B5B0A1;
    color: #B5B0A1;
    box-sizing: content-box;
}
.estimation .estim_top_form .estim_steps.step4 .step_title5 span {
    color: #B5B0A1;
}
.estimation .estim_top_form .estim_steps.step4:after {
    width: 75%;
}
.estimation .estim_top_form .estim_steps.step5 .step_title1,
.estimation .estim_top_form .estim_steps.step5 .step_title2,
.estimation .estim_top_form .estim_steps.step5 .step_title3,
.estimation .estim_top_form .estim_steps.step5 .step_title4,
.estimation .estim_top_form .estim_steps.step5 .step_title5 {
    background: #000;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.step5 .step_title1 span,
.estimation .estim_top_form .estim_steps.step5 .step_title2 span,
.estimation .estim_top_form .estim_steps.step5 .step_title3 span,
.estimation .estim_top_form .estim_steps.step5 .step_title4 span,
.estimation .estim_top_form .estim_steps.step5 .step_title5 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.step5:after {
    width: 100%;
}
.estimation .estim_top_form .estim_steps.no_step .step_title1,
.estimation .estim_top_form .estim_steps.no_step .step_title2,
.estimation .estim_top_form .estim_steps.no_step .step_title3,
.estimation .estim_top_form .estim_steps.no_step .step_title4,
.estimation .estim_top_form .estim_steps.no_step .step_title5 {
    background: #000;
    border: 2px solid #FFF;
    box-sizing: content-box;
    color: #FFF;
}
.estimation .estim_top_form .estim_steps.no_step .step_title1 span,
.estimation .estim_top_form .estim_steps.no_step .step_title2 span,
.estimation .estim_top_form .estim_steps.no_step .step_title3 span,
.estimation .estim_top_form .estim_steps.no_step .step_title4 span,
.estimation .estim_top_form .estim_steps.no_step .step_title5 span {
    color: #000;
}
.estimation .estim_top_form .estim_steps.no_step:after {
    width: 100%;
}
.estimation .slider_estim {
    position: relative;
}
.estimation .slider_estim li {
    padding: 60px;
    list-style: none;
}
.estimation .selectType {
    border: 3px solid #FFF;
    border-radius: 30px;
    display: block;
    margin: 30px auto 0;
    position: relative;
    padding: 0 66px 0 30px;
    width: 100%;
}
.estimation .selectType button {
    background: none;
    border: none;
    width: 100%;
    padding: 10px 0;
    height: 50px;
}
.estimation .selectType img {
    width: 20px !important;
    height: 13px;
    position: absolute;
    right: 24px;
}
.estimation .selectType .dropdown-menu.show {
    border-radius: 0;
    margin-left: 0px !important;
    margin-top: 0px !important;
    width: 90% !important;
    border: 0;
}
.estimation .selectType .dropdown-menu li {
    padding: 4px 10px;
    background-color: #FFF;
}
.estimation .buttonAlert {
    color:#FFF;
    border: 4px solid #FFF;
    border-radius: 50rem;
    background-color: transparent;
    padding: 0.5rem 1.5rem;
    width: fit-content;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "bryant" ,serif;
    display: inline-block;
}
.estimation .buttonAlert:hover {
  background-color: #FFF;
  color: #D32D16;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.estimation .buttonBack {
  opacity: 0.2;
}
.estimation .buttonBack:hover {
  opacity: 1;
}
.estimation .slider_estim.results {
    background: #1c1c1c;
    padding: 60px;
    color: #fff;
    text-align: center;
}
.estimation .slider_estim.results img {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
}
.estimation .slider_estim.results .medium_title {
    padding-top: 60px;
}
.estimation .slider_estim.results p {
    padding-top: 80px;
    font-weight: 500;
}
.estimation .estim_radios {
    text-align: center;
    margin-top: 60px;
    font-size: 0;
}
.estimation .estim_inputs {
    margin-top: 60px;
}
.estimation .estim_inputs .input_range {
    margin: 20px 0 50px 0;
}
.estimation .estim_inputs .input_range.no_margin {
    margin: 15px 0 0 0;
}
.estimation .estim_inputs .check_box_regular {
    margin-top: 40px;
}
.estimation .estim_btns {
    margin-top: 60px;
}
.estimation .estim_btns .btn {
    margin: 0 10px;
}
.estimation .estim_inputs textarea:focus {
    border-bottom: 3px solid #820202;
}
.estim_result_container {
    /*background-image: url('../img/estimation/bg-estimation-result.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.estimation .estim_result {
    text-align: center;
    color: #FFF;
    padding: 60px 40px;
    background-color: #000;
    margin-top: 40px;
}
.estimation .estim_result svg {
    width: 100px;
    margin-bottom: 60px;
    height: 100px;
    border: 2px solid #FFF;
    padding: 30px;
    border-radius: 45px;
}
.estimation .estim_result svg path {
    fill: #FFF;
}
form .check_box_iconed label .label_img svg .st0, 
form .radio_box_iconed label .label_img svg .st0 {
    fill: inherit;
}
.select_form {
  background:url("../img/icons/chevron_down.svg") no-repeat;
  background-position:center right;
  background-size:12px;
  padding-right: 30px;
  cursor: pointer;
}
.select_form * {
 background-color: #1c1c1c;
 color:#FFF;
}
.selectBox {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  height: 46px;
  margin: 0 0 15px 0;
}
.selectBox .selected {
  position: relative;
  height: 46px;
  width: 100%;
  border-bottom: 3px solid #FFF;
  background: transparent;
  overflow: hidden;
  font-family: "Montserrat",arial,sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  color: #FFF;
}
.selectBox .selected:after {
  content:'';
  width: 20px;
  height:20px;
  position: absolute;
  top:10px;
  right:10px;
  background:url("../img/icon/chevron_down.svg") no-repeat;
  background-size:12px;
}
.selectBox ul.selectOptions {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #1c1c1c;
  display: none;
  margin: 0;
  list-style: none inside none;
  padding-left: 0;
}
.selectBox li.selectOption {
  display: block;
  line-height: 20px;
  padding: 15px 0 15px 20px;
  font-family: "Montserrat",arial,sans-serif;
  font-size: 10px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
}
.selectBox li.selectOption:hover {
  color: #1c1c1c;
  background: #FFF;
}
.estim-result {
    background-image: url('../img/estimation/bg-estimation-result.jpg');
    background-position: center;
    background-size: cover;
}
/*-- RESPONSIVE --*/
@media (max-width: 991px) {
    .estimation .estim_top_form {
        padding: 60px 30px 0 30px;
    }
    .estimation .estim_top_form .estim_steps {
        max-width: 100%;
        margin-left: 0;
    }
    .estimation .estim_top_form .estim_steps p span {
        display: none;
    }
    .estimation .slider_estim li {
        padding: 60px 30px;
    }
    .estimation .slider_estim.results {
        padding: 60px 30px;
    }
}
@media (max-width: 767px) {
    form .input_range .placeholder {
        font-size: 9px;
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
    form .input_range .placeholder span {
        padding: 3px 12px;
        font-size: 11px;
        font-size: 1.1rem;
        top: -3px;
    }
    .estimation .estim_top_form {
        padding: 60px 15px 0 15px;
    }
    .estimation h2 {
      font-size: 1.8rem;
    }
    /*.estimation .slider_estim li {
        padding: 0;
    }*/
    .estimation .slider_estim.results {
        padding: 30px;
    }
    .estimation .slider_estim.results img {
        width: 90px;
    }
    .estimation .slider_estim.results .medium_title,
    .estimation .slider_estim.results p {
        padding-top: 40px;
    }
    .estimation .estim_radios,
    .estimation .estim_inputs,
    .estimation .estim_btns {
        margin-top: 30px;
    }
    /*.estimation .estim_btns {
        display: flex;
        flex-direction: column-reverse;
    }*/
    .estimation .estim_btns {
        display: flex;
        flex-direction: column-reverse;
    }
    .estimation .estim_btns .btn {
        width: 100%;
        margin: 5px 0;
    }
}