.js-file-error {
    color: #ee5e3e;
    margin-bottom: 15px;
}

.footer-form .base-title{
	font-size: 3vw;
}
.footer-form__contact .footer-form__link {
	color: #ee5e3e;
	text-decoration: underline transparent;;
}
.footer-form__contact .footer-form__link:hover {
	text-decoration: underline #ee5e3e;
}


.footer-form__main-form .base-label--checkbox{
}
.footer-form__main-form .base-label--checkbox input {}
.footer-form__main-form .base-label--checkbox input + .overlap{
	display:block;
	content:'';
	position:absolute;
	width: 15vw;
	height: 4vw;
	top: 5.3vw;
	left: 0;
	cursor:default;
}
.footer-form__main-form .base-label--checkbox input:checked + .overlap{
	display:none;
}
@media(max-width: 620px) {
	#back-form .back-form-modal__btn{
		position: fixed;
    max-width: 90vw;
    bottom: 2vw;
	}
}
