.wrapper { width: 92%; }

header { min-height: 15vh; }
header .wrapper { justify-content: center; }
header .logo > div { height: 70px; width: 70px; }
header .logo > span { font-size: 12px; }

footer p { font-size: 12px; line-height: 1.3; }
footer .wrapper {
	justify-content: center;
	flex-wrap: wrap;
	padding: 1em 0;
	text-align: center;
}
footer .wrapper > div { margin: .5em 0; }

h2 { font-size: 23px; }
p { font-size: 13px; }


.main { flex-wrap: wrap; margin-top: 2vh; }

.main .main-text,
.main .main-form { flex-basis: 100%; }
.main .main-text h2 { font-size: 7vw; }
.main .main-text p { font-size: 3.5vw; line-height: 1.4; }



.donate-form > div { margin-bottom: .5em; }
.donate-form .payment-sum div label,
.donate-form .payment-type div label {
	font-size: 16px;
	padding: .75em .7em;
}

.donate-form .agree label { font-size: 13px; }
.donate-form input[type=text],
.donate-form input[type=email],
.donate-form input[type=tel],
.donate-form select { max-width: 500px; }

.donate-form .submit input[type=submit] { margin-bottom: .75em; padding-left: 0; width: 100%; }