.foz-form{
    width:100%;
    max-width:295px;
    background:#f5f5f2;
    border:3px solid #16331f;
    padding:20px;
    box-sizing:border-box;
}

.foz-form__title{
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.foz-form__subtitle{
    text-align:center;
    color:#8f8f8f;
    font-size:13px;
    margin-bottom:20px;
}

.foz-form input[type=text],
.foz-form input[type=tel]{
    width:100%;
    height:42px;
    border:1px solid #d9d9d9;
    background:#fff;
    padding:0 12px;
    margin-bottom:12px;
    box-sizing:border-box;
    box-shadow:none;
}

.foz-phone-wrap{
    position:relative;
}

.foz-required{
    position:absolute;
    right:10px;
    top:10px;
    color:#ff6666;
    font-size:18px;
}

.foz-form button {
    width: 100%;
    height: 48px;
    background: #2aa7d6;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 12px 0;
}

.foz-form button:hover{
    opacity:.9;
}

.foz-checkbox{
    display:flex;
    align-items:flex-start;
    gap:8px;
    font-size:12px;
    color:#777;
    line-height:1.4;
}

.foz-checkbox input{
    width:auto;
    margin-top:2px;
}

.foz-checkbox a{
    color:#1f88c8;
    text-decoration:none;
}

#fozResult{
    margin-top:10px;
    text-align:center;
    font-size:14px;
}