@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_box > .section_body {
    padding: 2em;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;
}



/*  Modules privacy_policy
*/

.section_body_box {
    font-size: 1.1em;
    line-height: 1.6em;
}



.list .mark {
    vertical-align: top;
}

.list .text_type1 {
    width: calc(100% - 50px);
}

.list .text_type2 {
    width: calc(100% - 20px);
}



.section_title_sub,
.section_body a {
    color: #52a0e2;
}

.contact .contact_text {
    margin: 0 1em;
}

.history {
    margin: 1em 0;
    text-align: right;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

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

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


