@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:regular,italic&display=swap&subset=cyrillic-ext);

@font-face {
	font-family: "circe";
	font-display: swap;
	src: url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "circe";
	font-display: swap;
	src: url("../fonts/circe-extrabold.woff") format("woff"), url("../fonts/circe-extrabold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "circe";
	font-display: swap;
	src: url("../fonts/circe-light.woff") format("woff"), url("../fonts/circe-light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "circe";
	font-display: swap;
	src: url("../fonts/circe.woff") format("woff"), url("../fonts/circe.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "museosanscyrl-500";
	font-display: swap;
	src: url("../fonts/museosanscyrl-500.woff") format("woff"), url("../fonts/museosanscyrl-500.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "circe";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: "circe";
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.df-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ai-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fd-c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fw-w {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header {
	position: absolute;
	padding-top: 9px;
	padding-bottom: 20px;
	width: 100%;
	top: 0;
	z-index: 10;
	background: url("../img/logo-bg.png") 770px bottom no-repeat;
}

.header__body {
	width: 1110px;
}

.header__contact {
	padding-left: 41px;
	position: relative;
	top: -2px;
}

.header__contact-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: -o-linear-gradient(215deg, #daf3ff 0%, #f7fdff 100%),
		-o-linear-gradient(215deg, #00cee2 0%, #008ab7 100%);
	background: linear-gradient(-125deg, #daf3ff 0%, #f7fdff 100%), linear-gradient(-125deg, #00cee2 0%, #008ab7 100%);
}

.header__contact-text {
	line-height: 19px;
}

.header__contact-text p {
	color: #787878;
	font-size: 14px;
	font-weight: 300;
}

.header__contact-text a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #787878;
}

.header__logo {
	margin: 0 15px;
	cursor: pointer;
	position: relative;
	right: 41px;
}

.main {
	padding-top: 110px;
	padding-bottom: 732px;
	background-image: url("../img/main-background.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
}

.main__body {
	position: relative;
}

.main__title {
	width: 1055px;
}

.main__title-up {
	background: -o-linear-gradient(40deg, #00b4cd 0%, #00d2e3 100%);
	background: linear-gradient(50deg, #00b4cd 0%, #00d2e3 100%);
	background-clip: text;
	color: #01a4bb;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 58px;
	font-weight: 800;
	line-height: 80px;
	text-align: center;
}

.main__title-down {
	font-size: 118px;
	font-weight: 800;
	color: #01a4bb;
	line-height: 120px;
	margin-left: 12px;
}

.main__title-down p:first-child {
	background: -o-linear-gradient(40deg, #00b4cd 0%, #00d2e3 100%);
	background: linear-gradient(50deg, #00b4cd 0%, #00d2e3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main__title-down p:last-child {
	background-image: -o-linear-gradient(205deg, #00b4cd 0%, #00d2e3 100%);
	background-image: linear-gradient(-115deg, #00b4cd 0%, #00d2e3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main__image {
	position: absolute;
	width: 1045px;
	top: 52px;
	left: 47px;
	z-index: 2;
}
.main__text {
	position: absolute;
	text-align: center;
	left: 370px;
	bottom: 155px;
}
.main__text p {
	font-size: 20px;
	line-height: 24px;
	color: #008bb7;
}
.main__text p span {
	font-weight: 700;
}

.fly-heart-1 {
	position: absolute;
	z-index: 3;
	left: -83px;
	top: 362px;
}

.fly-heart-2 {
	position: absolute;
	z-index: 3;
	right: 10px;
	top: 220px;
}

.steps {
	background-color: #fff;
}

.steps__body {
	padding-bottom: 15px;
	background: #fff url("../img/step-card-bg.png") center bottom no-repeat;
}

.step {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	width: 570px;
	height: 462px;
	padding: 50px 41px 0 32px;
	margin: 0 0px 21px;
	border-radius: 26px;
}

.step-1 {
	background: url("../img/steps-item1.jpg") right bottom/cover no-repeat;
	border-bottom-right-radius: 22px;
	margin-right: 20px;
}

.step-2 {
	background: url("../img/steps-item2.jpg") 0 0 / cover no-repeat;
	border-bottom-left-radius: 22px;
	margin-left: 10px;
}

.step__head {
	margin-bottom: 20px;
	position: relative;
}

.step__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	z-index: 2;
	line-height: 40px;
}

.step__title span {
	color: #f35740;
}

.step__title-bg {
	position: absolute;
	top: -6px;
	left: -19px;
	z-index: 0;
}

.step__title-icon {
	width: 79px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 79px;
	flex: 0 0 79px;
	height: 79px;
	position: relative;
	-webkit-box-shadow: 0 4px 13px rgba(0, 206, 226, 0.15);
	box-shadow: 0 4px 13px rgba(0, 206, 226, 0.15);
	border-radius: 25px;
	right: 28px;
	top: -1px;
	background: -o-linear-gradient(215deg, #f1fbff 0%, #94e7f5 100%);
	background: linear-gradient(-125deg, #f1fbff 0%, #94e7f5 100%);
	z-index: 20;
}

.step__title-icon img {
	width: 49px;
	height: 49px;
}

.step__title-icon p {
	display: inline-block;
	background-image: -o-linear-gradient(215deg, #00779d 0%, #79d5e4 100%);
	background-image: linear-gradient(-125deg, #00779d 0%, #79d5e4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Old Standard TT", serif;
	font-size: 45px;
	font-style: italic;
	position: absolute;
	top: 0;
	right: -45px;
	z-index: 0;
}

.step__text {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 24px;
	width: 400px;
	position: relative;
}

.step__button {
	position: relative;
	left: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 243px;
	height: 55px;
	line-height: 55px;
	padding-left: 66px;
	border-radius: 25px;
	border: 2px solid #f35740;
	background-color: #fff;
	color: #f35740;
	font-size: 22px;
	font-weight: 700;
}

.step__button-icon {
	position: absolute;
	left: -13px;
	top: -6px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #f25740;
}

.step__button-icon-inside {
	width: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #e44b35;
	background: #f25740;
}

.step__button-icon-inside img {
	height: 28px;
	width: 28px;
}

.step-2 .step__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	color: #00cee2;
	font-size: 30px;
	position: relative;
	left: 12px;
}

.step-2 .step__title-icon {
	left: 0px;
}

.step-2 .step__title span {
	color: #008bb7;
	font-size: 35px;
}

.step-2 .step__title-bg {
	left: 142px;
	top: 35px;
}

.step-2 .step__text {
	right: 0;
	top: -2px;
	left: 159px;
	width: 324px;
}

.step-2 .step__button {
	width: 280px;
	padding-left: 58px;
	color: #008bb7;
	border: 2px solid #008bb7;
	left: 228px;
}

.step-2 .step__button-icon {
	background-color: #008bb7;
}

.step-2 .step__icon-inside {
	border: 2px solid #00cee2;
	background-color: #008bb7;
	width: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	height: 55px;
	border-radius: 50%;
}

.step-2 .step__icon-inside img {
	height: 28px;
	width: 28px;
}

.help {
	background-color: #f0fbff;
	padding-top: 46px;
	background-image: url("../img/overcast.png");
	background-repeat: no-repeat;
	background-position: center 150px;
}

.help__body {
	background-color: #fff;
	border-radius: 20px;
	padding: 36px 0 33px;
	-webkit-box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
	box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
	margin: 0 15px;
	background-image: url("../img/donat-bg-left.png"), url("../img/donat-bg-right.png");
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
}

.help__heading {
	color: #0092bc;
	font-size: 35px;
	font-weight: 700;
	margin-left: 60px;
	margin-bottom: 16px;
}

.help__heading img {
	width: 59px;
}

.help__title {
	text-align: center;
	font-size: 16px;
	color: #787878;
	margin-bottom: 21px;
	padding: 13px 25px;
	border-radius: 21px;
	background-color: #f0fbff;
}

.sum {
	margin-bottom: 26px;
}

.sum__item {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 175px;
	flex: 0 0 175px;
	width: 175px;
	height: 55px;
	border: 1px solid #0092bc;
	background-color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 8px;
}

.sum__item-1 {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.sum__item-2 {
	border-left: 0px;
}

.sum__item-3 {
	border-left: 0px;
}

.sum__item-4 {
	border-left: 0px;
	border-right: 0px;
}

.sum__item-5 {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.sum__item-custom {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	width: 222px;
	height: 55px;
	border-radius: 6px;
	border: 1px solid #0092bc;
	background-color: #fbfeff;
	text-align: center;
	margin-left: 18px;
	position: relative;
	top: -4px;
}

.sum__item-custom::-webkit-input-placeholder {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22.08px;
}

.sum__item-custom::-moz-placeholder {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22.08px;
}

.sum__item-custom:-ms-input-placeholder {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22.08px;
}

.sum__item-custom::-ms-input-placeholder {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22.08px;
}

.sum__item-custom::placeholder {
	color: #0092bc;
	font-size: 22px;
	font-weight: 300;
	line-height: 22.08px;
}

input[type="radio"],
input[type="checkbox"] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="radio"]:checked + .sum__item {
	border: 1px solid #0092bc;
	color: #ffffff;
	background-image: -webkit-gradient(linear, right top, left top, from(#00cde2), to(#008ab7));
	background-image: -o-linear-gradient(right, #00cde2 0%, #008ab7 100%);
	background-image: linear-gradient(to left, #00cde2 0%, #008ab7 100%);
}

.regularity {
	width: 600px;
	margin-bottom: 29px;
}

.regularity__item {
	cursor: pointer;
	font-size: 18px;
	padding-left: 32px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.regularity__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 23px;
	height: 22px;
	background-color: #efefef;
	border-radius: 50%;
}

input[type="radio"]:checked + .regularity__item::before,
input[type="radio"]:checked + .servis__item::before {
	border: 3px solid #f35740;
	background-color: #ffffff;
}

.text-blue {
	color: #0093bd;
}

.text-red {
	color: #f35740;
}

.child {
	margin-bottom: 17px;
	margin-top: -4px;
}

.child__row {
	margin: 0 20px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
}

.child__unlock {
	position: absolute;
	height: calc(100% - 15px);
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: 170px;
}

.child__unlock-btn {
	margin-left: 193px;
	padding: 19px 16px 19px 43px;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	border-radius: 2px;
	background-color: #f35740;
	position: relative;
	cursor: pointer;
}

.child__unlock-btn::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 16px;
	top: 18px;
	background-image: url("../img/icons/Плюс.svg");
}

.child.disabled .child__row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	width: 1000px;
	overflow: hidden;
}

.card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	height: 235px;
	-webkit-box-shadow: 0 3px 15px 1px rgba(134, 134, 134, 0.15);
	box-shadow: 0 3px 15px 1px rgba(134, 134, 134, 0.15);
	border-radius: 4px;
	border: 1px solid #d9f8fb;
	background-color: #ffffff;
	padding: 13px 0 16px;
	color: #a4a4a4;
	position: relative;
	margin: 0 8px 15px;
	overflow: hidden;
	cursor: pointer;
}

.card__row {
	margin: 0 11px 9px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.card__select {
	width: 43px;
	height: 21px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	background-color: #a9a9a9;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background-image: url("../img/icons/check.png"), url("../img/icons/close-cross.png");
	background-repeat: no-repeat;
	background-position: 7px, 25px;
	margin-right: 12px;
	transition: all 0.4s ease 0s;
}

.card__select::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 19px;
	height: 19px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.card__donat-sum {
	font-size: 16px;
	line-height: 21px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.card__photo img {
	margin-bottom: 11px;
	height: 100px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.card__photo-icon {
	width: 38px;
	height: 38px;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 114px;
	-webkit-transition: all 0.6s ease 0.5s;
	-o-transition: all 0.6s ease 0.5s;
	transition: all 0.6s ease 0.5s;
	background: #fff url("../img/icons/gray-heart.svg") center/23px 20px no-repeat;
}

.card__text {
	height: 64px;
	overflow: hidden;
	margin: 0 11px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.card__name {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.card__info {
	font-size: 12px;
	line-height: 14px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.card.selected {
	-webkit-box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
	box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
}

.card.selected .card__donat-sum {
	color: #f35740;
}

.card.selected .card__photo-icon {
	border: 1px solid #f56351;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	background: #fff url("../img/icons/heart-red.svg") center/23px 20px no-repeat;
}

.card.selected .card__name {
	color: #0093bd;
}

.card.selected .card__info {
	color: #000;
}

input[type="checkbox"]:checked + .card__select {
	background-color: #00a4c8;
}

input[type="checkbox"]:checked + .card__select::after {
	left: 23px;
}

.type {
	margin-bottom: 29px;
	margin-top: -2px;
}

.type__item {
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	height: 55px;
	padding: 0 34px;
	border: 2px solid #d9f8fb;
	background-color: #ffffff;
}

.type__item-1 {
	padding: 0 30px 0 29px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.type__item-2 {
	padding: 0 32px 0 36px;
	border-left: 0px;
	border-right: 0px;
}

.type__item-3 {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

input[type="radio"]:checked + .type__item {
	border: 2px solid #f35740;
	color: #f35640;
}

.servis {
	margin-bottom: 10px;
	margin-top: -4px;
}

.servis__item {
	cursor: pointer;
	width: 232px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 232px;
	flex: 0 0 232px;
	height: 80px;
	-webkit-box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
	box-shadow: 0 3px 15px 1px rgba(0, 206, 226, 0.15);
	border-radius: 2px;
	background-color: #ffffff;
	margin: 0 7px 17px;
	padding-left: 32px;
	position: relative;
}

.servis__item img {
	position: relative;
}

.servis__item::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 17px;
	top: 31px;
	background-color: #efefef;
	border-radius: 50%;
}

input[type="radio"]:checked + .servis__item {
	border: 1px solid #f35740;
}

.submit__email {
	width: 474px;
	height: 55px;
	border-radius: 4px;
	border: 1px solid #1199c0;
	background-color: #ffffff;
	color: #858585;
	font-size: 16px;
	padding-left: 52px;
	margin-right: 20px;
}

.submit__email::-webkit-input-placeholder {
	color: #858585;
}

.submit__email::-moz-placeholder {
	color: #858585;
}

.submit__email:-ms-input-placeholder {
	color: #858585;
}

.submit__email::-ms-input-placeholder {
	color: #858585;
}

.submit__email::placeholder {
	color: #858585;
}

.submit__email-text {
	width: 160px;
	font-size: 16px;
	color: #858585;
}

.submit__email-wrap {
	position: relative;
	margin-bottom: 17px;
}

.submit__total-sum {
	font-size: 22px;
	text-align: center;
	position: relative;
	margin-bottom: 13px;
}

.submit__total-sum-value {
	font-weight: 700;
	font-size: 25px;
	color: #f56350;
	line-height: 34px;
	position: relative;
	padding-right: 32px;
}

.submit__total-sum-value::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 29px;
	right: -8px;
	top: 2px;
	background: url("../img/icons/heart-red.svg") 100% center no-repeat;
}

.submit__button {
	font-weight: 700;
	padding: 14px 38px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	background-color: #f35740;
	margin-bottom: 10px;
}

.submit__privacy {
	font-size: 14px;
	color: #010101;
	font-weight: 300;
	line-height: 22px;
	width: 610px;
	text-align: center;
}

.submit__privacy a {
	color: #010101;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.email-icon {
	position: absolute;
	left: 13px;
	top: 12px;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-image: -o-linear-gradient(215deg, #daf3ff 0%, #f7fdff 100%),
		-o-linear-gradient(215deg, #00cee2 0%, #008ab7 100%);
	background-image: linear-gradient(-125deg, #daf3ff 0%, #f7fdff 100%),
		linear-gradient(-125deg, #00cee2 0%, #008ab7 100%);
}

.email-icon-wrap {
	position: relative;
}

@media (min-width: 767.98px) {
	.servis__item-1 img {
		left: 4px;
	}

	.servis__item-2 img {
		left: -5px;
		top: 2px;
	}

	.servis__item-3 img {
		left: -11px;
	}

	.servis__item-4 img {
		left: -3px;
	}

	.servis__item-5 img {
		left: -21px;
		top: 2px;
	}

	.servis__item-6 img {
		left: -37px;
		top: 3px;
	}
}

@media (max-width: 1360px) {
	.steps__body {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #fff;
	}
}

@media (max-width: 1212px) {
	.container {
		max-width: 970px;
	}

	.header__body {
		width: 800px;
	}

	.main__title {
		width: 900px;
	}

	.main__title-down {
		font-size: 90px;
	}

	.main__image {
		width: 800px;
		left: -70px;
	}

	.child.disabled .child__row {
		width: 900px;
	}
}

@media (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}

	.header__body {
		width: 750px;
		background: #fff;
	}

	.main {
		display: none;
	}

	.steps__body {
		margin-top: 66px;
		background-color: #fff;
	}

	.sum__item-4 {
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border: 1px solid #0092bc;
	}

	.sum__item-5 {
		border-radius: 6px;
	}

	.child.disabled .child__row {
		width: 740px;
	}
}

@media (max-width: 767.98px) {
	.container {
		max-width: 100%;
		padding: 0px;
	}

	.header__body {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 275px;
	}

	.header__contact {
		display: none;
	}

	.header__logo {
		right: 0;
		top: -3px;
	}

	.step {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		height: 299px;
		padding: 23px 10px 0;
		border-radius: 25px;
		margin-bottom: 16px;
	}

	.step-1 {
		background: url("../img/step1-bg-mobile.jpg") right 0px / cover no-repeat;
		margin-right: 0;
	}

	.step-2 {
		background: url("../img/step2-bg-mobile.jpg") right bottom/cover no-repeat;
		margin-left: 0;
		margin-bottom: 26px;
		padding-top: 14px;
	}

	.step__head {
		margin-bottom: 3px;
	}

	.step__title {
		font-size: 19px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 169px;
		flex: 0 0 169px;
		line-height: 28px;
	}

	.step__title-bg {
		top: -4px;
		left: -6px;
	}

	.step__title-bg img {
		width: 150px;
		height: 32px;
	}

	.step__title-icon {
		width: 52px;
		height: 52px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52px;
		flex: 0 0 52px;
		border-radius: 15px;
		top: -8px;
		left: -8px;
	}

	.step__title-icon img {
		width: 32px;
		height: 32px;
	}

	.step__title-icon p {
		font-size: 23px;
		right: -18px;
	}

	.step__text {
		width: 284px;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.step__button {
		width: 200px;
		height: 46px;
		font-size: 18px;
		left: 10px;
		line-height: 46px;
		padding-left: 51px;
	}

	.step__button-icon {
		width: 52px;
		height: 52px;
	}

	.step__button-icon-inside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
		width: 45px;
		height: 45px;
	}

	.step__button-icon-inside img {
		width: 23px;
		height: 23px;
	}

	.step-2 .step__title {
		line-height: 28px;
		font-size: 19px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		left: -12px;
	}

	.step-2 .step__title-icon {
		left: -6px;
		top: 3px;
	}

	.step-2 .step__title span {
		line-height: 28px;
		font-size: 19px;
	}

	.step-2 .step__title-bg {
		left: 60px;
		top: 27px;
	}

	.step-2 .step__text {
		width: 235px;
		left: 69px;
		margin-top: 14px;
	}

	.step-2 .step__button {
		padding-left: 48px;
		width: 224px;
		left: 77px;
		top: -6px;
	}

	.step-2 .step__icon-inside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46px;
		flex: 0 0 46px;
		width: 46px;
		height: 46px;
	}

	.step-2 .step__icon-inside img {
		width: 23px;
		height: 23px;
	}

	.help {
		padding: 17px 4px;
	}

	.help__body {
		background: #fff;
		border-radius: 22px;
		margin: 0;
		padding-top: 14px;
	}

	.help__heading {
		font-size: 22px;
		padding-right: 10px;
		margin-left: 5px;
		margin-bottom: 2px;
	}

	.help__title {
		margin-bottom: 7px;
		font-size: 14px;
	}

	.sum {
		margin: 0 5px 13px;
	}

	.sum__item-3 {
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		border: 1px solid #0092bc;
	}

	.sum__item-4 {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border: 1px solid #0092bc;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		border-right: 0px;
	}

	.sum__item-5 {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.regularity {
		width: 400px;
		margin-bottom: 20px;
	}

	.regularity__item::before {
		width: 17px;
		height: 17px;
	}

	.child__unlock-btn {
		margin-left: 0;
		padding: 14px 12px 14px 32px;
		font-size: 15px;
	}

	.child.disabled .child__row {
		width: 430px;
	}

	.type {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 8px;
		margin-top: 1px;
	}

	.type__item {
		width: 175px;
		margin-bottom: 6px;
		font-size: 12px;
		padding: 0;
		height: 42px;
		border-radius: 4px;
		border: 2px solid #d9f8fb;
	}

	.servis {
		margin-bottom: 0;
		margin-top: 7px;
	}

	.submit__email {
		width: 300px;
		height: 48px;
		margin-bottom: 9px;
		padding-left: 40px;
	}

	.submit__button {
		margin-bottom: 12px;
	}

	.submit__privacy {
		font-size: 11px;
		line-height: 13px;
	}

	.email-icon {
		width: 26px;
		height: 26px;
		top: 10px;
	}
}

@media (max-width: 550px) {
	.sum__item {
		margin-left: 5px;
	}

	.sum__item-1 {
		border-radius: 2px;
		border: 1px solid #0092bc;
	}

	.sum__item-2 {
		border-radius: 2px;
		border: 1px solid #0092bc;
	}

	.sum__item-3 {
		border-radius: 2px;
		border: 1px solid #0092bc;
	}

	.sum__item-4 {
		border-radius: 2px;
		border: 1px solid #0092bc;
	}

	.sum__item-5 {
		border-radius: 2px;
		border: 1px solid #0092bc;
	}
}

@media (max-width: 479.98px) {
	.help__heading img {
		width: 38px;
		height: 24px;
	}

	.sum__item {
		width: 99px;
		height: 35px;
		font-size: 14px;
		margin-bottom: 7px;
	}

	.sum__item-custom {
		width: 92px;
		height: 35px;
		font-size: 13px;
		margin-left: 8px;
		border-radius: 2px;
	}

	.sum__item-custom::-webkit-input-placeholder {
		font-size: 13px;
	}

	.sum__item-custom::-moz-placeholder {
		font-size: 13px;
	}

	.sum__item-custom:-ms-input-placeholder {
		font-size: 13px;
	}

	.sum__item-custom::-ms-input-placeholder {
		font-size: 13px;
	}

	.sum__item-custom::placeholder {
		font-size: 13px;
	}

	.regularity {
		width: 320px;
		margin-left: 20px;
	}

	.regularity__item {
		font-size: 14px;
		line-height: 16px;
		padding-left: 27px;
		width: 145px;
	}

	.child {
		margin-top: 0;
		margin-bottom: 14px;
	}

	.child__row {
		margin: 0 5px;
	}

	.child__unlock {
		margin-left: 100px;
	}

	.child__unlock-btn::before {
		width: 15px;
		height: 15px;
		left: 10px;
		top: 13px;
	}

	.child.disabled .child__row {
		width: 320px;
	}

	.card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 94px;
		flex: 0 0 94px;
		height: 154px;
		padding: 8px 0;
		margin: 0 3px 12px;
	}

	.card__row {
		margin: 0 6px 4px;
	}

	.card__select {
		width: 28px;
		height: 14px;
		top: 3px;
		left: -4px;
		background-position: 4px, 17px;
		background-size: 8px 7px, 5px 5px;
	}

	.card__select::after {
		width: 12px;
		height: 12px;
	}

	.card__donat-sum {
		font-size: 10px;
	}

	.card__photo img {
		height: 64px;
		margin-bottom: 6px;
	}

	.card__photo-icon {
		width: 25px;
		height: 25px;
		top: 77px;
		background: #fff url("../img/icons/gray-heart.svg") center/15px 13px no-repeat;
	}

	.card__text {
		margin: 0 6px;
	}

	.card__name {
		font-size: 11px;
		margin-bottom: 3px;
	}

	.card__info {
		font-size: 9px;
		line-height: 11px;
	}

	.card.selected .card__photo-icon {
		background: #fff url("../img/icons/heart-red.svg") center/15px 13px no-repeat;
	}

	input[type="checkbox"]:checked + .card__select::after {
		left: 14px;
	}

	.servis__item {
		width: 142px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 142px;
		flex: 0 0 142px;
		height: 50px;
		padding-left: 13px;
		margin: 0 5px 9px;
	}

	.servis__item-1 img {
		top: -3px;
		left: 0;
	}

	.servis__item-3 img {
		left: -5px;
	}

	.servis__item-5 img {
		left: -12px;
	}

	.servis__item-6 img {
		left: -20px;
	}

	.servis__item img {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

	.servis__item::before {
		width: 11px;
		height: 11px;
		top: 17px;
		left: 7px;
	}

	.submit {
		padding-top: 8px;
	}

	.submit__email {
		margin-right: 0px;
	}

	.submit__email-text {
		width: 100%;
		text-align: center;
		font-size: 13px;
	}

	.submit__total-sum {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.submit__privacy {
		width: 270px;
	}

	.email-icon {
		left: 10px;
	}

	.email-icon img {
		width: 14px;
		height: 12px;
	}
}

@media (max-width: 405px) {
	.sum__item {
		margin-left: 0px;
	}

	.sum__item-2 {
		border-left: 0px;
	}

	.sum__item-3 {
		border-left: 0px;
	}

	.sum__item-5 {
		border-left: 0px;
	}
}
