body {
font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}

@media screen and (max-width: 960px) {
    .t823__container_indent {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/*---Popup messages---*/
.t-form-success-popup__wrapper {
    background-color: #ECEFF1 !important; /*фон*/
}
.t-form-success-popup__wrapper .t-descr {
    color: #B0BEC5 !important; /*текст*/
}
.t-form-success-popup__wrapper path {
    fill: #093451 !important; /*иконка*/
}

.t-form-success-popup__close-icon path {
    fill: #455A64 !important; /*крестик*/
}

/* === Скругление окна попапа === */
.t-form-success-popup__wrapper,
#tildaformsuccesspopup-new {
    border-radius: 20px !important;
}

/* Убираем возможные лишние отступы/тени у контейнера, если нужно */
.t-form-success-popup__wrapper {
    overflow: hidden !important; /* чтобы контент не вылезал за скругления */
}

/* Основная кнопка закрытия в success-попапе */
#tildaformsuccesspopupbtn-new,
.t-form-success-popup__button.t-btn {
    background-color: #820A0A !important;
    border-radius: 10px !important;
    color: #ffffff !important;           /* белый текст для контраста */
    border: none !important;             /* убираем стандартную рамку */
    transition: background-color 0.3s ease; /* плавный ховер-эффект */
}

/* Состояние при наведении */
#tildaformsuccesspopupbtn-new:hover,
.t-form-success-popup__button.t-btn:hover {
    background-color: #660808 !important; /* чуть темнее при ховере */
}
