#preloader { 
position: fixed; 
left: 0; 
top: -10; 
width: 100%; 
height: 100%; 
z-index: 9999; 
background-color: black; 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
} 

#preloader-logo { 
width: 170px; 
height: auto; 
} 

#preloader-quote { 
margin-top: 40px; 
width: 30%; 
text-align: center; 
font-size: 12pt; 
color: #d6d6d6; 
max-width: 300px; 
opacity: .5; 
font-family: 'TildaSans'; 
letter-spacing: 1px; 
}

.total_price_block {
    font-family: FuturaPT,Arial,sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: flex-end;
}

.total_price_block p:first-child {
    margin-right: 3px;
}

.t835__capture-form {  
    font-family: 'Roboto',Arial,sans-serif;
}

.is-hidden-block {
    display: none;
}