/* Блок с формой */
#rec1621306011 .tn-elem[data-elem-id="1764291635533"] {
    z-index: 10 !important;
}

.ny26-form.loading {
    position: relative !important;
}

.ny26-form:not(.loading) .ny26-loader {
    display: none !important;
}

.ny26-form.loading *:not(.ny26-loader) * {
    opacity: .65 !important;
}

/*.ny26-form.loading::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -20px; right: -20px; bottom: -20px; left: -20px;*/
/*    backdrop-filter: blur(10px);*/
/*    -webkit-backdrop-filter: blur(10px);*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    border-radius: 20px;*/
/*    z-index: 15;*/
/*}*/

.ny26-loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 6px;
    transition: opacity .2s;
    z-index: 20;
}

.ny26-loader span {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: dotPulse 0.8s infinite ease-in-out;
}

.ny26-loader span:nth-child(2) { animation-delay: 0.15s; }
.ny26-loader span:nth-child(3) { animation-delay: 0.3s; }

@keyframes dotPulse {
    0%, 100% { transform: scale(0.6); opacity: 0.6; }
    50% { transform: scale(1); opacity: 1; }
}

.ny26-form-success {
    vertical-align: middle;
    color: #fff7e3;
    font-size: 15px;
    font-family: 'onest', Arial, sans-serif;
    font-weight: 500;

    transform-origin: center center;
    line-height: 18px;

    @media (max-width: 1199px) {
        text-size-adjust: auto;
    }
}

/* Кнопка */
#rec1621306011 [data-elem-id="1764291635533"] .t-submit.loading {
    animation: pulse 1.2s ease-in-out infinite !important;
}

@keyframes pulse {
    0% { filter: brightness(100%); }
    50% { filter: brightness(115%); }
    100% { filter: brightness(100%); }
}

/* Тултипы */
.tippy-box[data-theme~='ny26'] {
    background-color: #fff;
    color: #ef1d10;
    font-size: 15px;
    font-family: 'onest', Arial, sans-serif;
}
.tippy-box[data-theme~='ny26'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fff;
}
.tippy-box[data-theme~='ny26'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #fff;
}
.tippy-box[data-theme~='ny26'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #fff;
}
.tippy-box[data-theme~='ny26'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fff;
}

/* Рекапча */
.ny26-recaptcha-wrap {
    padding-bottom: 20px;
}
.grecaptcha-badge {
    visibility: hidden;
    right: -10000px;
}
