#content {
    max-width: 1200px;
}
@media screen and (min-width: 1280px) and (max-width: 1535px) {
    #content {
        max-width: 900px;
    }
}

#content-header {
    margin: 40px auto 30px;
}
#content-header span {
    font-size: 18px;
    font-weight: bold;
    color: #050001;
}

#content-phone {
    margin-bottom: 60px;
}
#content-phone div {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}
#content-phone span {
    color: #050001;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}
#content-phone span:last-child {
    font-size: 30px;
    margin-left: 15px;
}

#content-content {
    margin-bottom: 50px;
}

#content-contact {
    padding: 40px 0 50px;
    background: #ffffff;
    border-radius: 5px;
}

#content-contact-content {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

#content-contact-content__header span {
    margin: 0 10px 0 20px;
    vertical-align: middle;
    color: #050001;
    font-size: 24px;
    font-weight: bold;
}

#content-contact-content__image {
    padding: 20px;
    border: 4px solid #e7bd2d;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    margin-top: -55px;
}

#content-contact-content__description {
    margin: 30px auto;
}
#content-contact-content__description p {
    color: #050001;
    line-height: 23px;
}

.content-contact-content__fields-title {
    color: #050001;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
}
.content-contact-content__fields-value {
    display: inline-block;
    padding-left: 30px;
    color: #050001;
    font-size: 18px;
}

#content-form {
    padding-left: 45px;
}

#content-form label {
    color: #050001;
    font-weight: bold;
}
#content-form input, #content-form textarea {
    background: #eee9d9;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    margin-bottom: 24px;
}
#content-form input[type="submit"] {
    width: 100%;
    background: #e7bd2d;
    font-weight: bold;
    color: #050001;
    padding: 20px;
}
#content-form input[type="submit"]:hover {
    cursor: pointer;
}

.required-field {
    color: #e60012;
    font-weight: bold;
}
.contact-form-error-input {
    margin-bottom: 0 !important;
    border: 1px solid #e60012 !important;
}
.contact-form-error-span {
    margin: 8px auto 24px 3px;
    color: #e60012;
    display: inline-block;
    font-size: 14px;
}