.fonmenu div[data-elem-type="text"] .tn-atom {
    color: #000 !important;
}

.fixed div[data-elem-type="text"] .tn-atom {
    transition: all 0.3s ease-in-out;
}

.fonmenu div[data-elem-type="button"] .tn-atom {
    color: #000 !important;
    border-color: #000 !important;
}

.fixed div[data-elem-type="button"] .tn-atom {
    transition: all 0.3s ease-in-out !important;
}


.fonmenu div[data-elem-type="shape"] .tn-atom {
    background-color: #000 !important;
}

.fixed div[data-elem-type="image"] .tn-atom {
    transition: all 0.3s ease-in-out;
    filter: invert(1);
}

.fonmenu div[data-elem-type="image"] .tn-atom {
    filter: invert(0);
}    

/* Попап успеха */

.t-form-success-popup_new .t-form-success-popup__title{
    font-size:60px; /* Размер заголовка */
    color:#323232 !important; /* Цвет заголовка */
    font-weight: 400 !important;
     letter-spacing: -2px;
}

.t-form-success-popup_new .t-form-success-popup__text{
    color:#323232 !important; /* Цвет описания */
    font-size:16px !important; /* Размер описания */
    line-height:1.3; /* Межстрочный интервал описания */
}

.t-form-success-popup_new .t-form-success-popup__button{
    background-color:#62BC63; /* Фон кнопки */
    border-radius:30px; /* Скругление углов кнопки */
    color:#FBFBFB; /* Цвет текста кнопки */
}

.t-form-success-popup_new .t-form-success-popup__button:hover{
    background-color:#6FD270; /* Фон кнопки при наведении */
}

.t-form-success-popup__close-icon svg path{
    fill:#62BC63 !important; /* Цвет иконки закрытия */
    opacity:1 !important; /* Прозрачность иконки закрытия */
}

.t-form-success-popup_new .t-form-success-popup__wrapper{
    background-color:#FBFBFB; /* Фон поп-апа */
    border-radius:4px; /* Скругление углов поп-апа */
}

/* Попап */
.t-form__inputsbox_vertical-form .t-input-group {
    margin-bottom: 10px !important; 
}
