.nd-zamer .container{
    border: 3px solid #EEEEEE;
    background:url(/wp-content/uploads/2026/02/girl.png) #EDEEEE no-repeat right bottom;
    background-size: contain;
}
.nd-zamer .nd-form {
    width:70%;
    padding:20px 32px 10px;
    color:#272727;
}
.nd-zam-head {
    font-weight: 750;
    font-size: 32px;
    margin-bottom:3px;
}
.nd-form > p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
}
.nd-form .item-input {
    margin-bottom:0;
}
.nd-form .grid-3, .nd-form form textarea {
    margin-bottom:19px
}
.nd-form .grid-2 {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}
.nd-form form input[type=text], .nd-form form input[type=email],
.nd-form form input[type=tel], .nd-form form textarea {
    background:#FFFFFF;
    color:#9A9A9A;
    padding:12px 11px;
    border:1px solid #fff;
    width: 100%;
}
.nd-form .wpcf7-not-valid {
    border:1px solid red;
    color:red
}
.nd-form .wpcf7-submit {
    padding:11px 50px;
    margin-bottom:36px
}
.nd-form .agree-form {
    position: relative;
    margin-bottom:0;
}
.nd-form .agree-form label {
    display: grid;
    grid-template-columns: 22px auto;
    gap:25px;
    margin-bottom:15px
}
.nd-form .agree-form label span:last-of-type {
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    color:#272727;
    width:80%;
}
.nd-form .agree-form input[name=fiz] {
    appearance: auto;
    display: inline-block;
    margin: 0 5px 0 0;
}
.nd-form .agree-form input[name=fiz]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #767676;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #272727;
}
.nd-form .agree-form input[name=fiz]:checked:before {
    content: "✓";
    color: #272727;
}
.nd-form .agree-warn {
    background: #AEAEAE;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    padding:11px;
    position: relative;
    margin-bottom:0;
    border-radius: 2px;
    max-width:310px;
}
.nd-form .agree-warn:after {
    content:"";
    display:block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #AEAEAE;
    border-left: 15px solid transparent;
}
.nd-form .wpcf7-spinner {
    display:none !important;
}

@media(max-width:1024px) {
    .nd-zamer .container {
        background-position: right -25% bottom;
    }
}
@media(max-width:767px) {
    .nd-zamer .container {
        background-image:none;
    }
    .nd-zamer .nd-form {
        padding:20px 10px 10px
    }
    .nd-zamer .nd-form,
    .nd-form .agree-form label span:last-of-type,
    .nd-form .submit-field {
        width:100%;
    }
    .nd-zamer .grid-2 {
        flex-wrap: wrap;
        gap:5px
    }
    .nd-zam-head {
      font-size:20px;
    }
    .nd-form > p {
        font-size:15px;
        margin-bottom: 15px;
    }
    .nd-form .grid-3 {
        margin-bottom:10px
    }
    .nd-form .wpcf7-submit {
        margin-bottom:10px
    }
}
