.box-modal {
    position: relative;
    width: 700px;
    padding: 16px;
    background: #f2f2f2;
    box-shadow: 0 0 0 6px rgba(99, 104, 60, 0.6);
    border-radius: 0;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}

.box-modal_close:hover {
    color: #6897bb;
}