#m-map {
    float: right;
    width: 65%;
    height: 550px;
}
#m-cContacts-index.has-map-1 > article {
    box-sizing: border-box;
    width: 35%;
    padding-right: 20px;
}
#m-cContacts-index > article > div.content {
    overflow: hidden;
}
#m-cContacts-index.has-map-0 > article > aside {
    width: 50%;
}
#form > h2 {
    font-size: 1.4em;
}
#form > div.error-message {
    margin: 0.5em 0;
    padding: 0.3em;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(255, 0, 0, 0.75);
}
#form label {
    display: block;
    margin-top: 4px;
}
#form label > input,
#form label > textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0.5em;
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
}
#form label > textarea {
    height: 6em;
}
#form label.has-errors-1 > input,
#form label.has-errors-1 > textarea {
    border: 1px solid rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.05);
}
#form > div.footer {
    overflow: hidden;
    margin-top: 8px;
}
#form > div.footer > label.captcha {
    float: left;
    width: 60%;
}
#form > div.footer > label.captcha > input {
    width: 40%;
}
#form > div.footer > div.button {
    float: right;
    width: 40%;
    margin-top: 4px;
    text-align: center;
}
#form > div.footer > div.button > button {
    padding: 0.4em 2em;
    transition: all 100ms ease-in-out;
    color: #FFFFFF;
    border: 0;
    background-color: #7B7B7B;
}
#form > div.footer > div.button > button:hover {
    opacity: 0.8;
}

