.df-back {
	background: url('/images/back.jpg') no-repeat center center / cover;
	min-height: 200px;
	margin-bottom: 30px;
	padding: 40px 0 40px 40px;
}

#birthday.df-back {
	background: url('/images/birthday_back.jpg') no-repeat center center / cover !important;
}

.solovyova .df-back {
	background: url('/bitrix/templates/dalshe/images/solovyova-back.jpg') no-repeat center center / cover !important;
}

img.reponsive {width:100%; height:auto; margin:15px 0;}

.df-tabs-data {
	margin-bottom: 20px;
}
.df-tabs-data > div {
	display: none;
}
.df-tabs-data > div.active {
	display: flex;
}
span.blue {color:#2f5496;}
.df-button {
	display: inline-block;
	background: #1B9DAB;
	border-radius: 25px;
	transition: all .2s ease-in-out;
	color: #fff;

	font-family: "Optima Cyr";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;

	padding: 10px 40px;
}
.df-button:hover {
	background: #007D8B;
	color: #fff;
}
.df-donation-form {
	background: #f5f5f5;
	padding: 40px;
	width: 50%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	text-align: center;
}
.df-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 30px;
}
.df-tabs > a {
	display: block;
	width: 50%;
	border: solid 1px #ddd;
	color: #aaa;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1;
}
.df-tabs > a.active {
	background: #EA5297;
	color: #fff;
	border: solid 1px #EA5297;
}
.df-tabs > a:first-child {
	border-radius: 20px 0 0 20px;
}
.df-tabs > a:last-child {
	border-radius: 0 20px 20px 0;
}
.df-donation-form header {
	font-family: 'Optima Cyr';
	font-style: normal;
	font-weight: 700;
	color: #ba3866;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
}
.df-subhead {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #402F3A;
	font-family: 'Optima Cyr';
	margin-bottom: 10px;
}
.df-radios {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.df-radios > div {
	margin: 0 20px 10px 0;
	position: relative;
	padding: 0 0 0 20px;
	cursor: pointer;
}
.df-radios > div:after {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 3px #aaa;
}
.df-radios > div.active:after {
	background: #EA5297;
}
.df-radios > div span {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: #402F3A;
}
.df-radios > div input
{
	border: solid 1px #444;
	padding: 10px;
	border-radius: 10px;
	background: unset;
	width: 220px;
}
.df-radios > div.input:after {
	top: 15px;
}
.df-radios > div input::-webkit-input-placeholder { color: #444; font-size: 14px; }
.df-radios > div input:-ms-input-placeholder { color: #444; font-size: 14px; }
.df-radios > div input::-ms-input-placeholder { color: #444; font-size: 14px; }
.df-radios > div input::placeholder { color: #444; font-size: 14px;} 
.df-overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0, 0, 0, 0.7);
	z-index: 100;
}
.df-popup {
	position: fixed;
	display: none;
	left: calc(50% - 210px);
	top: 10%;	
	width: 420px;
	height: auto;
	z-index: 101;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 30px;
	overflow-y: auto;
	max-height: 80%;
}
.df-popup > div {
	text-align: center;
}
.df-popup > div input {
	width: 100%;
	display: block;
	padding: 10px;
	border: solid 1px #999;
	border-radius: 10px;
	margin-bottom: 15px;
}
.df-popup > div input.error {
	border: solid 1px #900;
}
.df-popup > div header {
	width: 100%;
	font-size: 30px;
	margin-bottom: 30px;
	font-family: 'Optima Cyr';
	text-align: left;
}
[href="#popup-close"] {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
	color: #000;
	font-family: Tahoma;
}
.df-checkbox {
	position: relative;
	text-align: left;
	padding: 0 0 0 23px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 14px;
	cursor: pointer;
}
.df-checkbox:after {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 0%;
	border: solid 3px #aaa;
}
.df-checkbox.active:after {
	background: #EA5297;
}
.df-checkbox.error {
	text-decoration: underline;
	text-decoration-color: #f99;
	color: #f99;
}
.posobie_form .form_holder, .donation_form .form_holder {
	padding-top: 0px;
}
.df-mobile {
	display: none;
}
@media (max-width: 768px) {
	.df-popup {
		left: 0;
		top: 0%;	
		width: 100%;
		max-height: 100%;
		height: 100%;
	}
	.df-donation-form {
		padding: 20px 10px;
		width: 100%;
		background: RGBA(240,240,240,0.8);
	}
	.df-radios > div input {
		width: 150px;
	}
	.df-radios > div.input:after {
		top: 7px;
	}
	.df-back {
		background: #bbb;
		padding: 10px 10px 10px 10px;
	}
	
	.solovyova .df-back {
		background: #cddada !important;
		background-image:none !important;
	}
	
	.df-mobile {
		display: block;
	}
}