@charset "utf-8";


/*  Foundation
*/

.section_title {
    margin: 2em 0 0;
    padding-left: 5%;
}



/*  Modules contact
*/

.contact .section_body {
    padding: 1em;
}

.estimate_button_box_left,
.estimate_button_box_right {
    width: 100%;
}

.estimate_button_box_left {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

.estimate_button_box_left::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;

    border-top: 10px #52a0e2 solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
}



.estimate_button_box_right {
    margin-top: 0.5em;
}



.contact_tel_box {
    padding: 1em;
}

.contact_tel_icon {
    height: 30px;
}

.contact_tel_number {
    font-size: 30px;
    line-height: 30px;
}

.contact_tel_description {
    max-width: 100%;
    margin-top: 0.5em;
}



.contact_progression {
    width: 100%;
    font-size: 1em;
}

.contact_progression_1::after {
    top: auto;
    left: auto;
    right: 30%;
    bottom: -20px;

    border: 10px transparent solid;
    border-top: 10px #c6e2f4 solid;
}

.contact_progression_2::after {
    top: auto;
    left: auto;
    right: 30%;
    bottom: -20px;

    border: 10px transparent solid;
    border-top: 10px #85cae8  solid;
}



.contact_form_key_box {
    width: 100%;
    padding: 1em 0.5em;
    border-bottom: none;
    border-right: 1px #666 solid;
}

.contact_form_val_box {
    width: 100%;
    padding: 1em 0.5em;
    border-left: 1px #666 solid;
}

.contact_form_val_box:nth-child(4) {
    border-top: none;
}



/*  Modules buttons
*/

.buttons {
    margin: 1em;
}

.buttons_one.estimate {
    margin-right: 0;
    margin-bottom: 1em;
}

.buttons_one.contact {
    margin-left: 0;
}


