nav.footer__nav { margin: 0px 0px 20px; }
.footer__menu { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0px; font-size: 13px; }

.policy-cookie { background: #081944; position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 999; }
.policy-cookie-content { max-width: 1200px; margin: auto; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.policy-cookie-text { color: #fff; }
.policy-cookie-text a { text-decoration: underline; color: #c7dcff; }
.policy-cookie-text a:hover { text-decoration: none; }
.policy-cookie-action .button { background: #2176ff; color: #fff; font-family: "Roboto"; font-size: 16px; font-weight: 500; display: flex; height: 40px; padding: 0px 12px; align-items: center; justify-content: center; text-align: center; }
.policy-cookie-action .button:hover { background: #84bf40; }
.policy-cookie-action .button.js--private-policy-close:hover { background: #F44336; }

@media ( max-width: 768px ){
    .policy-cookie-text br { display: none; }
}

@media ( max-width: 600px ){
    .policy-cookie-content { flex-direction: column; line-height: 1.25; }
    .policy-cookie-text { text-align: center; }
}


.fz-form { background: #fff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); padding: 30px 50px; max-width: 900px; width: 100%; margin-left: auto; margin-right: auto; }
.fz-form__fields { display: flex; flex-direction: column; gap: 20px; margin-bottom: 20px; }
.fz-form__field label { line-height: 1; margin-bottom: 5px; display: block; }
.fz-form__field label br { display: none; }
.fz-form__field .wpcf7-form-control-wrap input { margin: 0px; color: #333; }
.fz-form__field .wpcf7-form-control-wrap input[disabled] { background: #f3f3f3; }
.fz-form__field span.label { position: absolute; top: 12px; left: 11px; line-height: 1; }
.fz-form__field label:focus, .fz-form__field label:active { background: #f90; }
.fz-form__field br { display: none; }
.fz-form__field .wpcf7-form-control-wrap .wpcf7-not-valid-tip { font-size: 12px; margin: 0px; line-height: 1; position: relative; top: 3px; }
.fz-form__checkbox { margin-bottom: -15px; }
.fz-form__checkbox_title { line-height: 1.5; margin-bottom: 10px; }
.fz-form__checkbox_list br { display: none; }
.fz-form__checkbox_list label { display: flex; align-items: center; gap: 10px; }
.fz-form__checkbox_list label input { margin-bottom: 0px; }
.fz-form__text { line-height: 1.5; }
.fz-form__submit { margin-top: 20px; }
.fz-form__submit input.wpcf7-submit { background: #2176ff; font-family: 'Roboto'; font-size: 16px; padding: 0px 20px; height: 40px; font-weight: 500; }
.fz-form__submit input.wpcf7-submit:hover { background: #ffbf00; }
.fz-form ~ .wpcf7-response-output { background: #fff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); padding: 20px 50px; max-width: 900px; margin-left: auto; margin-right: auto; }
.fz-form ~ .wpcf7-response-output.wpcf7-validation-errors { border: 2px solid #ff0000; }
.fz-form ~ .wpcf7-response-output.wpcf7-mail-sent-ok { border: 2px solid #8BC34A; }