body.donate .header__content .btn {
	display: none;
}
body.donate .header__phone {
	margin-right: 0;
}

.donate-form {
	padding-bottom: 109px;
}
.donate-form__title {
	position: relative;
	font-size: 70px;
	font-weight: 600;
	max-width: 800px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 120px;
}
.donate-form__title:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 18px;
	left: 0;
	width: 63px;
	height: 54px;
	background: url(../i/sprite.png) -99px 0;
}

.donate-form__row {
	width: 100%;
	padding-bottom: 30px;
	font-size: 0;
}
.donate-form__row + .donate-form__row {
	padding-top: 26px;
	border-top: 5px solid #f3f3f3;
}
.donate-form__col {
	vertical-align: bottom;
	display: inline-block;
	width: 333px;
	position: relative;
}
.donate-form__col + .donate-form__col {
	margin-left: 30px;
}
.donate-form__col_type_sum {
	padding-right: 57px;
}
.donate-form__col_type_sum .donate-form__input {
	font-size: 26px;
}
.donate-form__col.donate-form__col_type_agree {
	padding-bottom: 15px;
	width: 400px;
}
.donate-form__label {
	display: block;
	margin-bottom: 12px;
	font-size: 26px;
	font-weight: 500;
}
.donate-form__input {
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 0 30px;
	font-size: 18px;
	outline: none;
	border: none;
	background: #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.donate-form .b-select {
	font-size: 18px;
	position: relative;
}
.b-select--current {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 1.3;
	font-size: 0;
	padding: 0 45px 0 30px;
	font-size: 18px;
	outline: none;
	border: none;
	background: #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.b-select--current span {
	display: inline-block;
	max-width: 99%;
	vertical-align: middle;
}
.b-select--current:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.b-select--current:before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	width: 13px;
	background: url(../i/sprite.png) -281px -39px;
}
.opened .b-select--current:before {
	background-position: -281px -53px;
}
.b-select-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #ececec;
}
.b-select-list span {
	display: block;
	cursor: pointer;
	padding: 0 30px;
	line-height: 30px;
}
.b-select-list span:hover {
	background: #acacac;
}
.b-select-list span.current {
	display: none;
}

.donate-form__sum-label {
	position: absolute;
	right: 0;
	bottom: 14px;
	font-size: 26px;
}

.donate-form__checkbox {
	position: relative;
	padding-left: 40px;
}
.donate-form__checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	cursor: pointer;
}
.donate-form__checkbox span {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #ececec;
}
.donate-form__checkbox input:checked ~ span:before {
	content: '';
	position: absolute;
	left: 5px;
	top: -1px;
	width: 29px;
	height: 22px;
	background: url(../i/sprite.png) -281px -67px;
}
.donate-form__checkbox p {
	font-size: 18px;
	line-height: 30px;
}
.donate-form__checkbox a {
	text-decoration: underline;
	color: #000;
}
.donate-form__checkbox a:hover {
	text-decoration: none;
}

.donate-form .btn {
	margin-top: 30px;
}

.donate-form__error {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 14px;
	color: #ec4541;
	margin-top: 4px;
}
.donate-form__col_type_agree .donate-form__error {
	margin-top: 19px;
}
.donate-form__col_state_error .donate-form__input,
.donate-form__col_state_error .b-select--current,
.donate-form__col_state_error .donate-form__checkbox span {
	/*border: 1px solid #ec4541;*/
}