/**/
.find-form-area__over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.7);
    z-index: 8000;
}
.find-form-area__form {
    background: #fff;
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 20px;
    box-shadow: 0 0 30px #000;
    position: fixed;
    z-index: 8001;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -580px;
    font-size: 14px;
}
.find-form-area__form-close {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(i/buttons.png) -68px -8px;
    cursor: pointer;
}
.find-form-area__form h2 {
    width: 1120px;
    margin: 0 0 20px 0;
}
.find-form-area__form section {
    width: 280px;
}
.find-form-area__form section ul {
    padding: 0 0 0 20px;
    margin: 10px 0 20px 0;
}
.find-form-area__form section li {
    list-style: none;
    margin: 3px 0 0 0;
}
.find-form-area__form section div {
    font-size: 18px;
    color: #0A4B74;
}
.find-form-area__form div div {
    width: 1120px;
}
/**/
.find_form_area i {
    background: url("i/metro.png");
    display: inline-block;
    width: 17px;
    height: 13px;
}
