.sltop__form_wrapper {
    background-color: transparent !important;
}
.sltop__form_wrapper button[type=submit] {
	text-transform: uppercase !important;
	font-family: 'Roboto' !important;
    font-size: 0.875rem !important;
    border-radius: 5px !important;
}
.sltop__form_wrapper input, .sltop__form_wrapper select, .sltop__form_wrapper textarea {
	font-family: 'Roboto' !important;
	font-size: 16px !important;
    height: 40px !important;
	color: #666 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}
.sltop__form_wrapper textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 120px !important;
}
#questions .sltop__form_elemen {
   display: flex;
   justify-content: center;
}
#modal-callback .sltop__form_elemen {
   display: flex;
   justify-content: center;
}
#calculator .sltop__form_elemen {
   display: flex;
   justify-content: center;
}
#modal-sale .sltop__form_wrapper input {
   max-width: 100% !important;
}
#modal-sale .sltop__form_elemen {
   display: flex;
   justify-content: center;
}