@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 price
*/

.price .section_body {
    padding-bottom: 0;
}

.price_box_left {
    margin-right: 2%;
    width: 48%;
}

.price_box_right {
    margin-left: 2%;
    width: 48%;
}

.price_box_fullwidth {
    margin-top: 2em;
    width: 100%;
}



.price_title {
    position: relative;
    margin: 0 0 1em 0;
    text-align: center;
    border: 3px #52a0e2 solid;
    padding: 0.5em 0;
}

.price_title::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;

    border-top: 3px #52a0e2 solid;
    border-right: 3px #52a0e2 solid;
    width: 20px;
    height: 20px;
    transform: rotate(135deg)
}



/*  Modules estimate
*/

.estimate_title {
    margin: 0;
    padding: 0.2em;
    text-align: center;
    background-color: #ff8400;

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

.estimate_body {
    border: 1px #ff8400 solid;
    border-top: none;
    padding: 1em;
}

.estimate_one {
    padding-left: 0.5em;
    font-size: 1.4em;
    border-bottom: 1px #111 dashed;
}

.estimate_one1,
.estimate_one3,
.estimate_one5 {
    width: 40%;
}

.estimate_one2,
.estimate_one4,
.estimate_one6 {
    width: 60%;
}

.estimate_one5,
.estimate_one6 {
    color: #ff8400;
}

.estimate_one .price_tax_not_included {
    font-size: 0.6em;
    color: #ff8400;
}



/*  Modules price detail
*/

.detail_title {
    width: 70%;
    margin: 1em auto;
    padding: 0.1em;
    border: 1px #111 solid;
    text-align: center;
    letter-spacing: 1px;

    font-weight: bold;
    font-size: 1.6em;
}

.detail_body {
    width: 70%;
    margin: 1em auto;
}

.detail_one {
    margin: 0.5em 1em;

    font-size: 1.3em;
    color: #666;
}

.detail_description {
    padding-right: 2em;
    padding-bottom: 3em;
    text-align: center;
}

.detail_description_img {
    margin-top: -3em;
}



/*  Modules construction
*/

.construction_box {
    margin: 4em 1em;
}

.construction_box:first-child {
    margin-top: 2em;
}



.construction_key {
    margin: 0;
}

.construction_val .text {
    width: 100%;
    margin: 1em 0;
    font-size: 1.5em;
}

.construction_val .images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.construction_box:last-child .construction_val .imgbox:nth-child(1),
.construction_box:last-child .construction_val .imgbox:nth-child(2) {
    margin-bottom: 5em;
}

.construction_box:last-child .construction_val .imgbox:nth-child(4) .img {
    margin-top: -2.95em;
}

.complement {
    margin-right: -55px;
}



/*  Modules after service
*/

.after_service_inner .section_body {
    padding: 2em 0;
}

.after_service_inner .after_service_img {
    margin: 1em 6.5%;
}

.after_service_inner .after_service_description_box {
    width: 100%;
    margin: 0 6.5%;
    padding-right: 1%;
    text-align: right;
}

.after_service_inner .after_service_description {
    color: #666;
    font-size: 1.1em;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

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

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


