#section1 {
    background-repeat: no-repeat;
    background-position: center 0;
}


.form input[type="submit"] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    background: var(--bl);
    transition: 0.3s;
    font: 18px "IBMPlexSans-Bold";
    color: #fff;
    cursor: pointer;
}
.form input[type="submit"]:hover {
    background: #727680;
}
.form_contact input[type="submit"] {
        width: 164px;
}
.map .textwidget.custom-html-widget {
    height: 100%;
}
.wpcf7 {
    max-width: 100%;
}
.left_sidebar_w {
    display: none;
}
@media screen and (max-width: 860px) {
    .left_sidebar_w {
        display: block
    }
}
