#contacts {
    width: 100%;
}
.col-lg-6, .col-md-6, .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
#contacts .title {
    font-size: 16px;
    padding: 0;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}
.widget {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
}
[id^="form-loading"], [id^="results"], [id^="results"] .alert {
    display: none;
}
.row {
    margin: 0 -15px;
}
#contacts:after {
    content: "";
    width: 100%;
    clear: both;
    display: table;
}
.yamaps-my {
    margin-top: 35px;
    float: left;
}
.col-lg-12 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
#contactform {
    margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contactform .form-control {
    border-radius: 0;
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #750404;
    color: #fff;
}
textarea.form-control {
    height: auto;
}
@media all and (max-width: 767px) {
    .col-xs-12 {
        width: 100%!important;
    }
}