#modal-redform {background: #dc4848;}
#modal-redform * {color: #fff;}
#modal-redform input {color: #000;}
#modal-redform button.form-call__btn {background: #3a3a3a; margin-top: 0;}
#modal-redform .modal__text {margin-bottom: 20px;}

@media (max-width: 620px) {
	#modal-redform {position: fixed; top: 0; left: 0; border-radius: 0; height: 100vh;}
}