/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: #950b0b !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
}
/* ANNEXX конец кода */


/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
/*.t-records { 
 background-color: #FF1616; 
} */
/*body.t-body { 
 background-color: #FF1616 !important; 
 background-image: url(https://static.tildacdn.com/tild3736-6236-4534-b761-613430333437/Frame_17-3.svg);
 background-image: url();
 background-repeat: round; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} */
/* ANNEXX конец кода */ 


.t-form__successbox {
    background: #950b0b;
}

.t-form-success-popup__wrapper {
    background-color: #950b0b !important;
    
}

.t-form-success-popup__wrapper svg {
    fill: #fff;
}

.t-slds__caption_wrapper {
    display: none !important;
}




