/* https://trello.com/c/E34HLD4P/ */

.land_container h1 {
    margin: 75px auto 35px;
    font-weight: 700;
    font-family: 'Lato','Open Sans Hebrew',arial,helvetica,sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.land_container_out {
    margin-bottom: 50px;
}

.land_container_in {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.land_right {
    width: 415px;
    max-width: 100%;
    /*justify-content: center;*/
    padding: 35px 25px 25px 25px;
    box-sizing: border-box;
    background-color: #fff;
    background-color: var(--form_bg);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.land_right * {
    font-size: 15px;
    line-height: 22px;
}

.land_content:empty {
    display: none;
}

.land_content > * {
    margin-bottom: 5px;
    margin-top: 0;
}

.land_right form {
    width: 100%;
    margin: 25px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.land_right form legend {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.acini_form textarea,
.acini_form select,
.acini_form input:not([type="checkbox"]) {
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    height: 28px;
    line-height: 1.5;
    border: 1px solid #000;
    display: block;
    text-align: right;
    box-sizing: border-box;
    background-color: #fff;
}

.acini_form textarea {
    height: auto;
    margin-bottom: 0px;
    padding-block: 3px 10px;
}

.acini_form .acini_form_group_checkbox,
.acini_form .acini_form_group {
    width: 100%;
    flex: 0 0 100%;
}

.acini_form .acini_form_group.wide_half {
    width: calc(50% - 3.5px);
    flex: 0 0 calc(50% - 3.5px);
}

.acini_form .acini_form_group label {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 10px;
}

.acini_form .acini_form_group label,
.acini_form .acini_form_group label * {
    font-size: 13px;
    line-height: 28px;
}

.acini_form .acini_form_group :focus + label,
.acini_form .acini_form_group .input--filled + label {
    display: none;
}

.acini_form_group_checkbox label {
    display: flex;
    align-items: flex-start;
}

.acini_form_group_checkbox label,
.acini_form_group_checkbox label * {
    font-size: 13px;
}

.acini_form_group_checkbox label a {
    text-decoration: underline;
}

.acini_form_group_checkbox input + .land_v {
    margin-inline-end: 10px;
    width: 15px;
    height: 15px;
    background: url('../img/land_v.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
}

.acini_form_group_checkbox input + .land_v .land_vchecked {
    opacity: 0;
    width: 15px;
    height: 15px;
    background: url('../img/land_vchecked.png') no-repeat;
    background-size: 100% 100%;
}

.acini_form_group_checkbox input:checked  + .land_v .land_vchecked{
    opacity:1;
}

.body .recaptcha_legal,
.submit-row {
    margin-top: 7px;
}

.submit-row {
    width: 100%;
    height: 30px;
    display: flex;
}

.submit-row button {
    border: none;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.lds-ring {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.submit-row:not(.sending) .lds-ring,
.submit-row.sending button {
    display: none;
}

.err_handler {
    color: red;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    inset-inline-end: 8px;
    z-index: 1;
    bottom: 9px;
}

.acini_form_group_checkbox .err_handler {
    position: relative;
    inset: auto;
    margin-top: 6px;
}

.gen_error {
    color: red;
    font-size: 11px;
    margin: 0px 0 3px; 
}

.err_handler:empty,
.gen_error:empty {
    display: none;
}

.recaptcha_legal {
    margin-top: 15px;
}

.thankyou {
    display: none;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    flex: 1;
    text-align: center;
}
.thankyou.suc {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }

}

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }

}

@media (max-width: 1024px) {
    .page_wrap {
        min-height: 100vh;
        background-color: var(--form_bg);
    }
    .land_container_out {
        margin: 0;
    }
    .land_container_in {
        flex-direction: column;
    }
    .land_left img {
        width: 100%;
        max-width: 100%;
    }
    .land_right {
        padding: 30px 20px 30px;
    }
    .land_right form {
        gap: 14px;
    }
    .land_right form legend,
    .land_right * {
        text-align: center;
    }
    .land_right form legend {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .acini_form .acini_form_group_checkbox, .acini_form .acini_form_group {
        margin-bottom: 0;
    }
    .acini_form .acini_form_group.wide_half {
        width: 100%;
        flex: 0 0 100%;;
    }
    .acini_form textarea, .acini_form select, .acini_form input:not([type="checkbox"]) {
        font-size: 16px;
        padding: 0 15px;
        height: 35px;
        line-height: 1.5;
        font-family: 'Lato','Open Sans Hebrew',arial,helvetica,sans-serif
    }
    .acini_form textarea {
        height: auto;
        padding-block: 4px 10px;
    }
    .acini_form .acini_form_group label {
        inset-inline-start: 15px;
    }
    .acini_form .acini_form_group label,
    .acini_form .acini_form_group label * {
        font-size: 16px;
        line-height: 35px;
    }
    .acini_form_group_checkbox label,
    .acini_form_group_checkbox label * {
        text-align: right;
        font-size: 15px;
    }
    .acini_form_group_checkbox input[type="checkbox"] + .land_v {
        width: 22px;
        height: 22px;
    }
    .acini_form_group_checkbox input[type="checkbox"] + .land_v .land_vchecked {
        width: 22px;
        height: 22px;
    }
    .land_right .recaptcha_legal,
    .body .recaptcha_legal, .submit-row {
        margin-top: 5px;
    }
    .submit-row {
        height: 35px;
    }
    .lds-ring > div,
    .lds-ring {
        height: 35px;
        width: 35px;
    }
    .submit-row button {
        font-size: 16px;
        padding: 0 20px;
        line-height: 35px;
        height: 35px;
    }
    .acini_form_group_checkbox .err_handler {
        text-align: right;
    }
    .thankyou {
        margin-top: 20px;
    }
}