@charset "utf-8";



/*  Foundation
*/

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

.section_body_box {
    overflow: hidden;
}

.section_body {
    width: 96%;
    margin: 0 2%;
}



/*  Modules price
*/

.price_box_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}



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



.price .section_body {
    padding-bottom: 2em;
}



/*  Modules price detail
*/

.detail_title {
    width: 100%;
    padding: 0;
    font-size: 1.4em;
}

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

.detail_one {
    font-size: 1.1em;
}

.detail_description {
    padding: 0;
}

.detail_description_img {
    margin-top: 0;
}



/*  Modules construction
*/

.construction_val .text {
    font-size: 1.1em;
}

.construction_val .img:nth-child(odd) {
    margin-bottom: 1em;
}

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

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



/*  Modules after service
*/

.after_service .after_service_img {
    margin: 1em 0;
}



/*  Modules buttons
*/

.buttons {
    margin: 1em;
}

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

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


