@charset "utf-8";



/*  Foundation
*/

.section_title {
    box-shadow: 3px 3px 3px #dcdcdc;
    background-color: #52a0e2;
    color: #fff;
    padding-left: 16.5%;
    margin: 3em 0 1em;
    font-size: 1.8em;
}



.section_body_box {
    margin: 2em 0;
    padding: 2em 0;
    background-color: #eee;
}

.section_body {
    padding: 2em;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;
}



/*  Modules contact
*/

.contact_top_message {
    font-size: 1.2em;
}

.estimate_button_box {
    margin: 2.5em 0;
    width: 100%;
}



.estimate_button_box_left {
    position: relative;
    width: 35%;

    display: flex;
    justify-content: left;
    align-items: center;
}

.estimate_button_box_left::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 227px;

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

.estimate_button_box_right {
    width: 65%;
}

.estimate_description {
    padding: 0.5em;
    background-color: #52a0e2;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 3px 3px 3px #dcdcdc;
}



.contact_tel_box {
    width: 100%;
    padding: 1em 3em;
    border: 3px #ededdc solid;
    border-radius: 10px;
}



.contact_tel_middle {
    margin: 0.5em 0;
}

.contact_tel_icon {
    height: 40px;
}

.contact_tel_number {
    margin: 0 1%;
    letter-spacing: -2px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
}

.contact_tel_description {
    max-width: calc(98% - 330px);
    line-height: 20px;
    font-size: 1.3em;
    font-weight: bold;
}



.contact_form_box {
    margin: 3em 0;
}



.contact_form_title_box {
    font-size: 1.8em;
    color: #52a0e2;
}

.contact_form_title_text {
    color: #52a0e2;
    font-weight: bold;
}



.contact_progression_box {
    margin: 2em 0;
}

.contact_progression {
    position: relative;
    width: 33.334%;
    padding: 0.3em 0;
    text-align: center;

    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
}

.contact_progression_1 {
    background-color: #c6e2f4;
}

.contact_progression_2 {
    background-color: #85cae8;
}

.contact_progression_3 {
    background-color: #52a0e2;
}



.contact_progression_1::after {
    content: "";
    position: absolute;
    z-index: 10;

    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;

    border-top: 22.5px transparent solid;
    border-bottom: 22.5px transparent solid;
    border-left: 22.5px #c6e2f4 solid;
}

.contact_progression_2::after {
    content: "";
    position: absolute;
    z-index: 10;

    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;

    border-top: 22.5px transparent solid;
    border-bottom: 22.5px transparent solid;
    border-left: 22.5px #85cae8 solid;
}



.contact_form {
    position: relative;
}


.form_description_message {
    width: 100%;
    margin: 0 0 2em;
}


.contact_form_key_box {
    width: 35%;
    padding: 1em;
    border-left: 1px #999 solid;
    border-bottom: 1px #999 solid;

    background-color: #e3f3fc;
    font-size: 1.2em;
}

.contact_form_val_box {
    width: 65%;
    padding: 1em 1.4em;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
}

.contact_form_key_box:nth-child(3),
.contact_form_val_box:nth-child(4),
.contact_form_key_box:nth-child(4),
.contact_form_val_box:nth-child(5) {
    border-top: 1px #999 solid;
}

.contact_form_val_box input.input::placeholder {
    opacity: 1;
    color: #999;
}



.contact_form_key {
    vertical-align: middle;
    margin-right: 0.5em;
}

.contact_must {
    padding: 0.2em 1em;
    background-color: #f88;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    vertical-align: middle;
}

.contact_any {
    padding: 0.2em 1em;
    background-color: #8f8;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    vertical-align: middle;
}



.input {
    font-size: 1.1em;
    padding: 0.3em;
}

.err_msg {
    width: 100%;
    margin: 0.2em 0;
    color: #f00;
}

.confirm_data {
    width: 100%;
}


.contact_form_val_address_key {
    width: 20%;
    margin: 0.5em 0;
}

.contact_form_val_address_val {
    width: 80%;
    margin: 0.5em 0;
}



.contact_form_submit_box {
    text-align: right;
    margin: 1em;
    width: 100%;
}

.submit_button_box {
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecc368+0,e1a334+100 */
    background: #ecc368; /* Old browsers */
    background: -moz-linear-gradient(top,  #ecc368 0%, #e1a334 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ecc368 0%,#e1a334 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ecc368 0%,#e1a334 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc368', endColorstr='#e1a334',GradientType=0 ); /* IE6-9 */
    border: none;
}

.submit_button {
    margin: 5px;
    padding: 0.3em 3em;
    border: 3px #fff solid;
    width: calc(100% - 10px);
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.submit_button .fas {
    margin-left: 5px;
}



/*  Modules updating
*/

.updating_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;

    background-color: rgba(0, 0, 0, 0.5);
}



.updating_circle {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;

    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 120px;

    color: #fff;
}

.updating_circle::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;

    border: 10px #52a0e2 solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-radius: 50%;

    animation: spin 1s linear infinite;
}

/*
    http://www.html5-memo.com/webtips/css3-loading/
*/
@keyframes spin
{
    0% { transform: rotate(0deg); }
    /* 50%  { transform: rotate(180deg); } */
    100%   { transform: rotate(360deg); }
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

.buttons_one.estimate {
    margin-right: 5px;
}

.buttons_one.contact {
    margin-left: 5px;
}


