#rec451207448{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}


/* Стилизация поп-апа Tilda под стиль Casadele */

/* 1. Общие настройки окна */
.t-popup__container {
    border-radius: 30px !important;
    overflow: hidden !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2) !important;
}

/* 2. Заголовок формы */
.t-popup .t-form__title {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #1a1a1a !important;
    font-size: 32px !important;
}

/* 3. Поля ввода */
.t-popup .t-input {
    border-radius: 15px !important;
    border: 2px solid #eeeeee !important;
    padding: 15px 20px !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    transition: all 0.3s ease !important;
}

.t-popup .t-input:focus {
    border-color: #FFD700 !important;
    box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.1) !important;
}

/* 4. Кнопка "Свяжитесь со мной" */
.t-popup .t-submit {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border-radius: 50px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    height: 65px !important;
    font-size: 18px !important;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

.t-popup .t-submit:hover {
    background-color: #FFC700 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6) !important;
}

/* 5. Текст под формой (сноска) */
.t-popup .t-form__bottom-text {
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 20px !important;
}

/* Выделение 10% красным в сноске */
.t-popup .t-form__bottom-text b, 
.t-popup .t-form__bottom-text strong {
    color: #FF4B2B !important;
}

/* 6. Чекбокс согласия */
.t-popup .t-checkbox__labeltext {
    font-size: 12px !important;
    color: #999999 !important;
}

.t-popup .t-checkbox__indicator {
    border-radius: 4px !important;
    border-color: #FFD700 !important;
}

/* 7. Адаптация под мобильные */
@media (max-width: 480px) {
    .t-popup .t-form__title {
        font-size: 24px !important;
    }
    .t-popup .t-submit {
        font-size: 16px !important;
        height: 55px !important;
    }
}
</style>