.mapbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.mapbox img {
    display: block;
    width: 100%;
    height: auto;
}
.cont {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.lxt {
    font-size: 1.1em;
    height: 50px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}
.lxt::after {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 40px;
    background: #999;
}
.lxrow {
    height: auto;
    overflow: hidden;
    font-size: 0.7em;
    line-height: 180%;
}
.lxrow input {
    display: block;
    width: calc(100% - 2px);
    height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.lxrow textarea {
    display: block;
    width: calc(100% - 2px);
    height: 120px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.lxrow input.submit {
    height: 40px;
    background: #ddd;
    color: #fff;
    font-size: 1.2em;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.lxrow input.submit.ok {
    background: #518cbf;
    border: 1px solid #518cbf;
}
<!--0.00012397766113281-->