section {
    float: none;
    margin-right: 0;
    width: 100%;
    padding: 0;
    margin-top: -20px;
}
article {
    box-shadow: none;
    padding: 0;
}
.c-t {
    max-width: 1024px;
    margin: 20px auto;
}
h1 {
    color: #fff;
}
/*Страница контактов*/
#info {
    background: url(img/test/AtxTop-kontakty.jpg) no-repeat center/cover;
    overflow: hidden;
    padding: 25px;
    background-size: cover;
}
#jur-info {
    float: left;
    color: #fff;
    width: 50%;
}
#jur-info hr {
    border: 3px solid #98ab3f;
    margin: 18px 0;
    width: 148px;
}
#forma {
    float: right;
    margin-bottom: 205px;
    width: 48%;
    color: #fff;
}
#hr-fon {
    background: url(img/test/contact-podpis.png) no-repeat center center;
    height: 50px;
    background-color: #98ab3f;
    clear: both;
}
/*contact-form-7*/
.wpcf7-form br {
    display: none;
}
.wpcf7-form label {
    display: block;
    margin-bottom: 15px;
}
.screen-reader-response {
    display: none;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors {
    color: #98ab3f;
}
.wpcf7-mail-sent-ok {
    margin-top: 20px;
}
.wpcf7-form {
    color: #fff;
    max-width: 600px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="text"], .wpcf7-form .wpcf7-form-control-wrap input[type="date"], .wpcf7-form .wpcf7-form-control-wrap input[type="number"], .wpcf7-form .wpcf7-form-control-wrap input[type="email"], .wpcf7-form .wpcf7-form-control-wrap textarea {
    border: 1px solid #a0b3b0;
    border-radius: 0;
    display: block;
    font-size: 22px;
    height: 100%;
    padding: 5px 10px;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.input-text:focus, .wpcf7-form .wpcf7-form-control-wrap input[type="text"]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type="date"]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type="number"]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type="email"]:focus, .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
    border-color: #98ab3f;
    outline: 0 none;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
    border: 1px solid #a0b3b0;
    resize: vertical;
}
.wpcf7-form input.wpcf7-form-control[type="submit"] {
    background: #98ab3f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    outline: medium none;
    padding: 15px 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
    margin-top: 15px;
}
.wpcf7-form input.wpcf7-submit[type="submit"]:hover {
    opacity: 0.9;
}
.wpcf7-form input, .wpcf7-form-control-wrap textarea {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.wpcf7-form input:hover, .wpcf7-form-control-wrap textarea:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #3b393d;
}
@media screen and (max-width: 1600px), only screen and (max-width: 1600px) {
#info {
    background: url(img/test/AtxTop-kontakty-1600.jpg) no-repeat center/cover;
}
#forma {
    margin-bottom: 180px;
}
}
@media screen and (max-width: 1366px), only screen and (max-width: 1366px) {
#info {
    background: url(img/test/AtxTop-kontakty-1366.jpg) no-repeat center/cover;
}
#forma {
    margin-bottom: 32px;
}
}
@media screen and (max-width: 1100px), only screen and (max-width: 1100px) {
#jur-info {
    width: 47%;
}
#forma {
    width: 46%;
}
}
@media screen and (max-width: 1000px), only screen and (max-width: 1000px) {
section {
    margin-left: 0;
    margin-right: 0;
}
}
@media screen and (max-width: 1024px), only screen and (max-width: 1024px) {
#info {
    background: url(img/test/AtxTop-kontakty-1024.jpg) no-repeat center/cover;
}
}
@media screen and (max-width: 750px), only screen and (max-width: 750px) {
#info {
    background: url(img/test/AtxTop-kontakty-750.jpg) no-repeat center/cover;
}
#jur-info, #forma {
    width: 100%;
}
#jur-info hr {
    margin: 18px auto;
    width: 40%;
}
.c-t {
    text-align: center;
}
#forma {
    margin: 18px 0 90px 0;
}
.wpcf7-form {
    margin: 0 auto;
}
.wpcf7-form-control-wrap > div > div {
    margin: 0 auto;
}
}