html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	background: #e9e9eb;
	font-size: 14px;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto';
	font-weight: normal;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	
	max-width: 100%;
}
input, textarea, select, button {
	width: 100%;
	border: none;
	resize: none;
	display: block;
	font-family: 'Roboto';
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-ms-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-ms-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
label {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
	color: #2E72A4;
}
p {
	margin-top: 25px;
}
.hidden {
	display: none;
}
.container {
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1300px;
	width: 100%;
}
.d-flex {
	display: flex; flex-wrap: wrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 45px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 43px;
	color: #E85D45;
}
.open-menu .bt-menu:before {
  content: "\e90b";
  font-size: 50px;
}




.bt {
	position: relative;
	background: #FF3509;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a.bt {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}


.bt-str {
	margin-top: 24px;
	position: relative;
	border: 1px solid #E85D45;
	background: 0;
	border-radius: 4px;
	font-weight: 300;
    padding: 13px 10px 14px;
    font-size: 16px;
	color: #E85D45;
	text-align: center;
	cursor: pointer;
}
a.bt-str {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.price {
	font-weight: 900;
	font-size: 17px;
	line-height: 23px;
	color: #EE2D0D;
}





.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
}
.header-wrapper {
	position: relative;
	height: 180px;
	padding-left: 100px;
	display: flex;
	background: #F7F7F7;
}
.header-wrapper .bt-menu {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.header .left-part {
	position: relative;
	height: 100%;
	width: 50%;
}
.header-logo {
	position: relative;
	z-index: 2;
	display: block;
	color: #EE3E18;
	font-weight: bold;
	font-size: 115px;
	line-height: 0.75;
	font-family: 'Caveat';
	transition: 0s;
}
.header-image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.header .right-part {
	position: relative;
	height: 100%;
	width: 50%;
	text-align: center;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}
.header-title {
	font-family: Caveat;
font-weight: bold;
font-size: 36px;
line-height: 32px;
color: #EA4335;
}
.header-slogan {
	font-family: Caveat;
	font-size: 50px;
color: #0EBF01;
}
.header-hint {
	padding: 8px 0;
	margin-top: auto;
	font-size: 13px;
color: #EE3E18;
}


.header.header-sm {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: .3s;
}
.header.header-animation {
	position: fixed;
    -webkit-transform: none;
    transform: none;
}

.header-sm .header-wrapper {
    height: 82px;
    justify-content: space-between;
}
.header-sm .header-logo {
    font-size: 90px;
    line-height: .9;
}
.header-sm .header-image,
.header-sm .header-title,
.header-sm .header-hint {
	display: none;
}
.header-sm .header-slogan {
    line-height: 0.4;
}
.header-sm .left-part,
.header-sm .right-part {
	width: auto;
}




.header.header-v2 {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: .3s;
}
.header.header-v2 {
	position: fixed;
    -webkit-transform: none;
    transform: none;
}

.header-v2 .header-wrapper {
    height: 82px;
    justify-content: space-between;
}
.header-v2 .header-logo {
    font-size: 90px;
    line-height: .9;
}
.header-v2 .header-image,
.header-v2 .header-title,
.header-v2 .header-hint {
	display: none;
}
.header-v2 .header-slogan {
    line-height: 0.4;
}
.header-v2 .left-part,
.header-v2 .right-part {
	width: auto;
}




.header-v2 + .page {
    padding-top: 120px;
}

.menu {
	position: absolute;
	left: -90%;
	top: 100%;
	width: 85%;
	overflow: auto;
	background: #3EA52D;
	padding: 15px;
	color: #fff;
	max-height: 80vh;
	max-width: 500px;
}
.menu .logo {
	display: inline-block;
	color: #f1e8ea;
	font-weight: bold;
	font-size: 35px;
	line-height: 0.75;
	font-family: 'Caveat';
	transition: 0s;
}



.menu .cabinet {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin-right: 25px;
}
.menu .cabinet img {
	display: block;
	margin-bottom: 6px;
}
.menu a {
	color: inherit;
}
.menu nav ul {
	position: relative;
	z-index: 2;
	border-top: 1px solid #fff;
	margin: 20px -10px 0;
	padding: 0 15px 0 60px;
	font-size: 14px;
	line-height: 16px;
}
.menu nav ul:first-child {
	min-height: 217px;
}
.menu nav li {
	margin-top: 20px;
}
.menu .list {
	position: relative;
}
.menu .list .slogan {
    font-size: 17px;
    line-height: 21px;
    position: absolute;
    top: 106px;
    left: -95px;
    transform: rotate(-90deg);
}



.page {
	padding: 210px 0 60px;
}
.text-center {
	text-align: center;
}
.page .lg-text {
	margin-top: 30px;
	font-size: 18px;
line-height: 21px;
}
.text-success {
	color: #0EBF01;
}


.breadcrumbs {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	color: #000;
}
.breadcrumbs li {
	display: flex;
	align-items: center;
}
.breadcrumbs li:not(:last-child):after {
	content: '-';
	margin: 0 5px;
}
.breadcrumbs li a {
	color: #EA4335;
	text-decoration: underline;
}


.page-content {
	width: calc(66% - 30px);
	margin-right: auto;
}
.page-content.bg-white {
	background: #fff;
	padding: 30px;
}
.page-content > p:first-child {
	margin-top: 0;
}
.page-sidebar {
	width: 34%;
	display: block;
	order: 2;
	float: right;
}
p + .form {
    padding-top: 18px;
}
.light {
	font-weight: 300;
}


.pagination {
	margin-top: 40px;
}
.pagination li {
	font-size: 16px;
	margin: 0 5px;
}
.pagination a {
	color: #000;
}
.pagination a.active {
	color: #FC5D3A;
	font-weight: 600;
}



.aside-box {
	position: relative;
	padding: 25px;
	background: #F7F7F7;
}
.aside-box + .aside-box {
	margin-top: 30px;
}
.aside-box H4 {
	text-align: center;
	font-size: 24px;
line-height: 32px;
font-weight: 400;
}






table {
	margin-top: 24px;
	width: 100%;
	border-collapse: collapse;
}
table th {
	border-top: 1px solid #C6C6C6;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 0;
	text-align: left;
}
table td {
	border-bottom: 1px solid #E85D45;
	padding: 7px 0;
	font-weight: 300;
	font-size: 14px;
	vertical-align: middle;
}
.receipt-table th:nth-child(3),
.receipt-table td:nth-child(3),
.receipt-table th:nth-child(4),
.receipt-table td:nth-child(4),
.receipt-table th:nth-child(5),
.receipt-table td:nth-child(5) {
	text-align: center;
}
.receipt-table td:nth-child(3) {
	text-align: center;
}
.receipt-table .icon-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #208026;
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 6px;
}
.receipt-table .icon-minus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FE0616;
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 2px;
}
.aside-box .all {
	margin-top: 32px;
	text-align: center;
color: #000;
}
.aside-box .all a {
	color: inherit;
	border-bottom: 1px dotted;
}
/*.aside-box .bt-str {
	font-size: 13px;
	padding: 11px 10px 12px;
}
.aside-box .radio-bt .value {
	font-size: 13px;
	padding: 11px 10px 12px;
	line-height: 15px;
}
.aside-box .agree {
	padding-left: 20px;
	font-size: 9px;
	line-height: 11px;
}
.aside-box .checkbox-custom {
	width: 16px; height: 16px;
}
.aside-box .checkbox-custom:before {
	font-size: 7px;
}
.aside-box .sm-buttons-group .bt-str {
    width: 100%;
   */ margin-top: 13px;
}


.page-person__list .fix-panel {
	display: none;
}
.person-box {
	position: relative;
}
.person-box + .person-box  {
	margin-top: 44px;
}
.person-box .head {
	position: sticky;
	z-index: 20;
	
	padding: 10px 15px;
	background: #E85D45;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	top: 0;
}

.header-animation + .page .person-box .head,
.header-animation + .page .page-sidebar {
	top: 82px;
}



.person-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
	height: 480px;
}
.person-item .photo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.person-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.person-item .content {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2;
	background: #FFFFFF;
	width: 290px;
	padding: 20px;
	text-align: center;
	min-height: 360px;
	display: flex;
	flex-direction: column;
.person-item
}
.person-item .content > a:not(.bt) {
	display: flex;
	flex-direction: column;
	color: #000;
	height: 100%;
text-decoration: underline;
}
.person-item .name {
	display: block;
	font-size: 24px;
	line-height: 28px;
}
.person-item .info {
	margin-top: 12px;
	display: block;
}
.person-item .info .label {
	display: inline-block;
	font-weight: 300;
font-size: 12px;
line-height: 14px;
margin-right: 8px;
}
.person-item .info .price {
	display: inline-block;
	color: #FC5D3A;
	font-weight: 700;
	font-size: 24px;
}
.person-item .age {
	display: block;
	margin-top: 10px;
	font-size: 24px;
}
.person-item .text {
	margin: 12px 0;
}
.person-item .bt {
	margin-top: auto;
}









.donation-form {
	margin-top: 20px;
	overflow: hidden;
}
.donation-form .input-amount {
	width: 180px;
	height: 40px;
	justify-content: center;
	text-align: center;
	border: 1px solid #E85D45;
	border-radius: 5px;
	font-size: 24px;
	color: #27E019;
}
div.page-content .switch-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div.page-content .switch {
	display:inline-block;
	position:relative;
	width: 56px;
	height: 36px;
	border-radius: 36px;
	background: #24FF00;
	border-radius: 31px;
}
div.page-content .switch input {
    display:none !important;
}
div.page-content .switch input:checked + label {
	z-index: -1;
}
div.page-content .switch .indicator {
    background: #E9E9EB;
    border-radius: 36px;
    display:block;
    height:100%;
    pointer-events:none;
    position:relative;
    width:100%;
    transition:margin 50ms;
}
div.page-content .switch .indicator:before {
    background:#fff;
    border-radius:50%;
    box-sizing:border-box;
    content:' ';
    display: block;
    height:100%;
    left:4px;
    pointer-events:none;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:24px;
    height: 24px;
}
div.page-content .switch input.on:checked ~ .indicator {
    background: transparent;
    margin-left: 22px;
}
div.page-content .switch label {
    display:block;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
div.page-content .switch .label-first img {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
div.page-content .switch .label-last img {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
div.page-content .switch-wrapper .hint {
	font-size: 10px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
aside.page-sidebar .switch-aside-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
aside.page-sidebar .switch-aside {
	display:inline-block;
	position:relative;
	width: 56px;
	height: 36px;
	border-radius: 36px;
	background: #24FF00;
	border-radius: 31px;
}
aside.page-sidebar .switch-aside input {
    display:none !important;
}
aside.page-sidebar .switch-aside input:checked + label {
	z-index: -1;
}
aside.page-sidebar .switch-aside .indicator {
    background: #E9E9EB;
    border-radius: 36px;
    display:block;
    height:100%;
    pointer-events:none;
    position:relative;
    width:100%;
    transition:margin 50ms;
}
aside.page-sidebar .switch-aside .indicator:before {
    background:#fff;
    border-radius:50%;
    box-sizing:border-box;
    content:' ';
    display: block;
    height:100%;
    left:4px;
    pointer-events:none;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:24px;
    height: 24px;
}
aside.page-sidebar .switch-aside input.on:checked ~ .indicator {
    background: transparent;
    margin-left: 22px;
}
aside.page-sidebar .switch-aside label {
    display:block;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
aside.page-sidebar .switch-aside .label-first img {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
aside.page-sidebar .switch-aside .label-last img {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
aside.page-sidebar .switch-aside-wrapper .hint {
	font-size: 10px;
	line-height: 14px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.radio-buttons {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3%;
}
.radio-buttons .radio-bt {
	margin: 10px 3% 0;
	width: 27.333%;
}
.donation-form .bt-str {
	margin-top: 14px;
}
.donation-form .sm-buttons-group + .sm-form-group {
	margin-top: 30px;
}


.donation-person {
	max-width: 630px;
	margin: 0 auto;
	border-top: 1px solid #C6C6C6;
	position: relative;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.donation-person .photo {
	position: relative;
	width: 88px;
	min-width: 88px;
	height: 88px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
}
.donation-person .photo:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #93C255;
	border-radius: 50%;
}
.donation-person .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.donation-person .photo:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: #93C255;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	font-size: 3px;
	color: #fff;
	content: "\e90c";
	font-family: 'icomoon' !important;
}
.donation-person .deleted:after {
	border-color: #E85D45;
}
.donation-person .deleted:before {
    border-color: #E85D45;
    background: #fff;
    content: "\e90a";
    color: #93C255;
    font-size: 13px;
}
.donation-person .content {
	width: 100%;
	padding-left: 10px;
}
.donation-person .name {
	font-size: 13px;
line-height: 15px;
color: #000;
display: block;
}
.donation-person .text {
	margin: 5px 0 6px;
	font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #000;
display: block;
}
.donation-person .panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.donation-person .amount {
	width: 102px;
	height: 30px;
	border: 1px solid #E85D45;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-weight: bold;
font-size: 16px;
color: #3EA52D;
}



.page H1 {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}


.method-form {
	background: #fff;
	padding: 35px;
}
.method-form .head {
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}
.method-form .head span {
	margin: 0 15px;
	font-size: 36px;
	font-weight: 400;
	color: #E85D45;
}
.method-form .head img {
	vertical-align: middle;
	width: 78px;
}
.method-form .head .amount {
	border: 1px solid #E85D45;
line-height: 48px;
border-radius: 5px;
min-width: 160px;
display: inline-block;
vertical-align: middle;
}
.method-form .radio-bt {
	margin-top: 14px;
}
.method-form .buttons-group {
	max-width: 80%;
	margin: 0 auto;
}
.method-form .buttons-group .bt-str {
    width: 31%;
    margin-top: 20px;
}



.comment-form {
	padding: 20px 0;
}
.comment-form .form-item textarea {
	height: 280px;
}
.comment-form .note {
	margin: 28px 0 0 30px;
}
.comment-form .bt {
	margin-top: 25px;
	max-width: 300px;
	width: 100%;
}




.faq-list {
	margin: 0 -10px;
}
.faq-item {
	border-bottom: 1px solid #C6C6C6;
    font-size: 16px;
    line-height: 22px;
}
.faq-item .head {
	position: relative;
	cursor: pointer;
	padding: 16px 25px 16px 15px;
}
.faq-item .head:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  display: flex;
  align-items: center;
  transition: .3s;
  transform: rotate(180deg);
}
.faq-item.open .head:before {
	transform: rotate(270deg);
}
.faq-item .text {
	padding:  0 15px 15px;
    font-size: 16px;
    line-height: 22px;
	display: none;
}
.faq-item.open .text {
	display: block;
}






.help-page .fix-panel {
	display: none;
}
.person-slider {
	margin: 20px 15px 0;
	overflow: hidden;
}
.person-slider.slick-slider {
	max-height: 100%;
}
.person-slider .slick-list {
	overflow: hidden;
}
.person-slider .photo {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	margin: 0 auto;
}
.person-slider .photo:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #E85D45;
	border-radius: 50%;
}
.person-slider .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.person-slider .photo:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #E85D45;
	border-radius: 50%;
}
.person-slider .photo:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #fff;;
	border-radius: 50%;
	border: 2px solid #E85D45;
	position: absolute;
	top: 20px;
	right: 6px;
	z-index: 2;
	content: "\e900";
	font-family: 'icomoon' !important;
	font-size: 40px;
	color: #E85D45;
}

.person-slider .photo.active:after {
    border-color: #93C255;
}
.person-slider .photo.active:before {
	background: #93C255;;
	content: "\e90a";
	border-color: #93C255;
	color: #fff;
	font-size: 26px;
}



.person-slider .slick-prev {
	left: 120px;
}
.person-slider .slick-next {
	right: 120px;
}
.person-slider .slick-arrow {
    font-size: 47px;
    transform: translateX(0);
    top: 130px;
}


.person-info {
	margin: 16px 0 0;
	padding: 15px 20px 30px;
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
	text-align: center;
}
.person-info .name {
	font-size: 36px;
}
.person-info .info {
	font-size: 20px;
	margin: 10px 0 7px;
}
.person-info .amount {
font-weight: 300;
font-size: 30px;
}
.person-info .amount .price {
	font-size: inherit;
}
.person-info .red-text {
    color: #FC7153;
    font-size: 18px;
    margin-top: 6px;
    line-height: 150%;
}


.description {
	padding: 20px 0;
	font-weight: 300;
font-size: 18px;
line-height: 150%;
}
.page .description p {
    font-size: 18px;
    line-height: 150%;
}


.notice-wrapper {
	margin: 67px 0 20px;
	text-align: center;
}
.notice-wrapper.mt-30 {
	margin-top: 30px;
}
.notice-wrapper.mt-16 {
	margin-top: 16px;
}
.notice-wrapper .text {
	margin-top: 16px;
	font-size: 13px;
line-height: 18px;
}
.notice-wrapper .info {
	font-size: 18px;
}
.notice-wrapper .price {
	margin-top: 16px;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 400;
}
.notice-wrapper .text-success {
	display: block;
	font-size: 18px;
line-height: 24px;
}


@media screen (min-height: 767px) {

}




.page .image {
	text-align: center;
	margin-top: 20px;
}
.image-icon {
	margin-top: 40px;
	text-align: center;
}

.call-widget {
	margin-top: 80px;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 21px;
}
.call-widget p {
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}





.search-form .radio-bt {
	margin-top: 14px;
}


.form-note {
	margin: 10px 0;
	text-align: center;
	font-size: 12px;
}



.fix-panel {
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 110;
    width: 100%;
	margin-top: 30px;
}




.donation-form .bt {
	margin: 12px 0 14px;
}
.agree {
	position: relative;
	margin-top: 28px;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	padding-left: 30px;
}
.agree input {
	position: absolute;
	left: 0; top: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.agree a {
	position: relative;
	z-index: 2;
	color: #E85D45;
	border-bottom: 1px dotted;
}


.pay-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.pay-buttons button {
	width: auto;
	flex-grow: 1;
	flex-basis: 0;
	margin: 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0;
}
.pay-buttons button img {

}
.pay-buttons .bt-dark {
	background: #000000;
	border-color: #000000;
}
.pay-buttons .bt-str-blue {
	height: 55px;
	border: 2px solid #007AFF;
	border-radius: 5px;
	background: #fff;
}




.subs-form li {
	margin-top: 10px;
}
.subs-form ul + .form-group {
	padding-top: 20px;
}
.subs-form .bt {
	margin-top: 30px;
}



.aside-box .form-group {
	margin: 0 -10px;
}
.aside-box .form-group .form-item {
	padding: 0 10px;
}

.form-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.form-group .form-item {
	width: 50%;
	padding: 0 15px;
}


.form-item {
	position: relative;
	margin-top: 14px;
}
.form-item textarea {
	height: 68px;
	border: 1px solid #E85D45;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	color: #000000;
}
.form-item input {
	height:40px;
	border: 1px solid #E85D45;
	border-radius: 5px;
	padding: 0 0 0 10px;
	color: #000000;
	background: 0;
    height: 47px;
    font-size: 14px;
}
.form-item .input-v2 {
	background: #F2EDED;
	height: 43px;
	border: 0;
	border-radius: 0;
	color: #000000;
}

.form-item .input-v2 {
	background: #F2EDED;
	height: 43px;
	border: 0;
	border-radius: 0;
	color: #000000;
}


.form-item .text-error {
	margin-top: 5px;
	font-size: 12px;
	color: red;
	display: none;
}
.form-item .error + .text-error {
	display: block;
}



.file-item {
	margin-top: 20px;
}
.file-bt {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin: 10px 6px 0 0;
	font-size: 15px;
	height: 32px;
	padding: 0 15px 0 10px;
}
.file-bt:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border: 1px solid;
	border-color: rgba(0,0,0,.2);
	border-radius: 3px;
	background-clip: padding-box;
}
.file-bt:before {
    font-size: 16px;
    margin-right: 7px;
}
.file-bt input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.file-item .hint {
	display: inline-block;
	vertical-align: middle;
	color: #c1c1c1;
	color: rgba(0,0,0,.5);
	margin: 10px 0 0;
}


.file-list {
	display: flex;
	flex-wrap: wrap;
}
.file-list li {
	position: relative;
	margin: 10px 10px 0 0;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	background-color: #fff;
	padding: 0 32px 0 10px;
	font-size: 0;
}
.file-list li strong {
	font-size: 15px;
	line-height: 26px;
	display: inline-block;
}
.file-list li .remove {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(0,0,0,.2);
	font-size: 16px;
	color: #ff0000;
}
.file-list li .remove:before {
	font-family: 'icomoon' !important;
	content: "\e90b";
}


.subs-from .radio-buttons {
	margin: 0 -1%;
}
.subs-from .radio-buttons .radio-bt {
	margin: 14px 1% 0;
	width: 31.333%;
}
.subs-from .radio-buttons .radio-bt .value {
	padding: 10px;
	font-size: 16px;
	line-height: 23px;
}
.radio-bt.green .value {
	border: 1px solid #31EA22;
	color: #31EA22;
	padding: 0;
	line-height: 20px;
	padding: 6px 3px;
	font-size: 15px;
} 
.radio-bt.green input:checked + .value {
	background: #31EA22;
}


.button-center {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}
.button-center .bt {
	padding-left: 14px;
	padding-right: 14px;
	width: auto;
}

.form-title {
	text-align: center;
	margin-top: 22px;
	font-size: 14px;
}
.form .radio-bt {
	margin-top: 14px;
}
.form .bt {
	margin-top: 14px;
}


.help-list {
	margin: 0 -10px;
	text-align: center;
}
.help-list .item {
	padding: 22px 10px 0;
	width: 50%;
	display: block;
	color: #000;
}
.help-list .photo {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
}
.help-list .photo:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #93C255;
	border-radius: 50%;
}
.help-list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.help-list .name {
	margin-top: 6px;
	font-size: 16px;
	display: block;
	line-height: 19px;
}
.help-list .info {
	margin-top: 4px;
	font-weight: 300;
font-size: 13px;
display: block;
}
.help-list .text {
	margin-top: 8px;
	font-weight: 300;
font-size: 11px;
line-height: 14px;
display: block;
}




.form-group__service {
	display: flex;
	justify-content: space-between;
}
.form-group__service:first-child {
	padding-top: 15px;
}
.form-group__service .form-item {
	margin: 9px 0 0;
	width: 33%;
}
.form-group__service .form-item:nth-child(1) {
	width: 35%;
}
.form-group__service .form-item:nth-child(2) {
	width: 33%;
}
.form-group__service .form-item:nth-child(3) {
	width: 28%;
}
.red-theme .form-item select {
	padding: 0 6px;
}
.form-group__service + .sm-form-group {
	padding-top: 28px;
}





.red-theme .form-item input:not(:placeholder-shown) {
    background: #fff url(../i/circle-check.png) 95% 50% no-repeat;
    background-size: auto 50%;
    background-position-x: calc(100% - 15px);
    color: green;
}
.red-theme .form-item select.valid {
    background: #fff url(../i/circle-check.png) 95% 50% no-repeat;
    background-size: auto 50%;
    background-position-x: calc(100% - 15px);
    color: green;
}




.red-theme .form-item input {
	color: #FC5D3A;
	padding: 0 6px;
}
.red-theme .form-item ::-moz-placeholder {
	color: #FC5D3A;
}
.red-theme .form-item ::-webkit-input-placeholder {
    color: #FC5D3A;
}
.red-theme .form-item ::-ms-placeholder {
    color: #FC5D3A;
}
.red-theme .form-item ::placeholder {
    color: #FC5D3A;
}
.red-theme .form-item input:required:valid,
.red-theme .form-item select:required:valid {
	background: #fff url(../i/circle-check.png) 95% 50% no-repeat;
	background-size: auto 50%;
	background-position-x: calc(100% - 15px); 
    color: green;
}





.form-item input.text-center {
	padding: 0 10px;
}
.form-item input.text-center[type="date"] {
	padding-left: 55px;
}
.form-item input.red {
	color: #FC5D3A;
}
.form-item input.red::-moz-placeholder {
	color: #FC5D3A;
}
.form-item input.red::-webkit-input-placeholder {
    color: #FC5D3A;
}
.form-item input.red::-ms-placeholder {
    color: #FC5D3A;
}
.form-item input.red::placeholder {
    color: #FC5D3A;
}


.form-item input.red:required:valid,
.form-item input.red:required:valid {
	background: #fff url(../i/circle-check.png) 95% 50% no-repeat;
	background-size: auto 50%;
	background-position-x: calc(100% - 15px); 
    color: green;
}



.photo-slider {
	margin: 20px auto 0;
	max-height: 100px;
	padding: 0 20px;
	overflow: hidden;
	max-width: 680px;
}
.photo-slider .slick-list {
	overflow: hidden;
}
.photo-slider .item span {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.photo-slider .item span:after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #93C255;
	border-radius: 50%;
}
.photo-slider .item span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}



.slick-slider {
	position: relative;
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	font-size: 27px;
	color: #24FF00;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-disabled {
	opacity: 0;
}



select {
	height: 36px;
	border: 1px solid #E85D45;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 12px;
	color: #000000;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
select.red {
	color: #E85D45;
}


.checkbox-item {
	position: relative;
}
.checkbox-item label {
	position: relative;
	display: inline-block;
	padding-left: 24px;
}
.checkbox-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E85D45;
	border-radius: 5px;
	background: #fff;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}
.checkbox-custom:before {
	content: "\e90a";
	font-family: 'icomoon' !important;
	color: #E85D45;
	font-size: 10px;
	display: block;
	opacity: 0;
}
input:checked + .checkbox-custom:before {
	opacity: 1;
}





.radio-bt {
	position: relative;
	display: flex;
}
.radio-bt input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.radio-bt .value {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1px solid #E85D45;
	border-radius: 5px;
	color: #E85D45;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}
.radio-bt input:checked + .value {
	background: #E85D45;
	color: #fff;
}




block:before {
	content: '';
	display: block;
	background: url(../i/);
	width: px; height: px;
	background-size: 100% 100%;
}


.social {
	display: flex;
	align-items: center;
}
.social a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #F13C6E;
	width: 45px;
	height: 45px;
	font-size: 16px;
	color: #F13C6E;
}
.social a + a {
	margin-left: 20px;
}
.social .icon-vk {
	font-size: 15px;
}
.social .icon-facebook {
	font-size: 20px;
}
.social .icon-instagram {
	font-size: 22px;
}




.footer {
	position: relative;
	z-index: 2;
}
.footer-wrapper {
	background: #fff;
	overflow: hidden;
}
.footer-step-1 {
	position: relative;
	padding: 60px;
}

.footer-nav {
	width: 80%;
}
.footer-nav > ul {
	margin: 0 -10px;
}
.footer-nav > ul > li {
	width: 25%;
	padding: 0 10px;
}
.footer-nav li .title {
	font-weight: 500;
	font-size: 16px;
}
.footer-nav li ul {
	margin-top: 40px;
	border-top: 1px solid #EFEFEF;
	padding-top: 30px;
}
.footer-nav li li a {
	display: inline-block;
	font-size: 12px;
line-height: 28px;
color: #828282;
}

.footer .bt-help {
	width: 18%;
	border: 2px solid #F13C6E;
	border-radius: 40px;
	color: #000000;
	font-size: 14px;
}
.footer-step-2 .bt-str {
	padding: 12px 27px 13px;
	border: 2px solid #F13C6E;
	border-radius: 40px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}
.footer-contacts {
	text-align: center;
}
.footer-contacts .tel {
	display: inline-block;
	margin-top: 12px;
	font-size: 16px;
line-height: 19px;
color: #000000;
}
.footer-banks {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}
.footer-banks img {
	margin: 0 8px;
}






.footer-step-2 {
	position: relative;
	z-index: 2;
	padding: 12px 15px;
}
.footer-step-2:before {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 1px;
	z-index: -1;
	background: #EFEFEF;
}
.footer-links a {
	color: inherit;
}


.footer-step-3 {
	position: relative;
	z-index: 2;
	padding: 26px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
font-size: 12px;
line-height: 14px;
color: #828282;
}
.footer-step-3:before {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 100%;
	z-index: -1;
	background: #EFEFEF;
}



.footer-logos {
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footer-logos img {
	max-width: 50%;
}
.footer-step-4 {
	padding: 0;
}

.buttons-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.buttons-group .bt-str {
	width: 48%;
	margin-top: 20px;
}









.header {
	overflow: visible;
}
.menu {
	transition: .3s;
}
.open-menu .menu {
	left: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}



.bt {
    padding: 15px 10px 16px;
    font-size: 16px;
    font-weight: 500;
}



.price {
    font-size: 19px;
    line-height: 1.2;
}
.notice-wrapper .text {
    font-size: 16px;
    line-height: 22px;
}
.notice-wrapper .text-success {
    font-size: 24px;
    line-height: 1.3;
}


.page-content .switch-wrapper .hint {
    font-size: 13px;
    line-height: 16px;
    margin-top: 9px;
}

.donation-person .photo {
    width: 124px;
    min-width: 124px;
    height: 124px;
}
.donation-person .photo .delete {
    width: 32px;
    height: 32px;
    font-size: 4px;
}
.donation-person .content {
    padding-left: 30px;
}
.donation-person .name {
    font-size: 18px;
    line-height: 1.3;
}
.donation-person p {
    margin: 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.donation-person .amount {
    height: 40px;
    font-size: 20px;
}


.radio-buttons {
    margin: 0 -2%;
}
.radio-buttons .radio-bt {
    margin: 10px 2% 0;
    width: 29.333%;
}
.page-content .radio-bt .value {
    font-size: 16px;
    line-height: 23px;
}
.page-content .form-item input {
    height: 47px;
    font-size: 16px;
}
.red-theme .form-item input {
	padding: 0 12px;
}
.red-theme .form-item select {
	height: 47px;
	font-size: 16px;
    padding: 0 12px;
}
.page p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
}



.form-item {
    margin-top: 20px;
}
.form-item textarea {
    height:120px;
    font-size: 16px;
}

.sm-form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sm-form-group .radio-bt,
.sm-form-group .form-item {
	width: 48%;
}





.sm-buttons-group {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sm-buttons-group .bt-str {
	width: 48%;
	margin-top: 20px;
}


.form {
	padding-top: 30px;
}
.form .bt {
	max-width: 300px;
	margin: 28px auto 0;
}




.help-list .name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
}
.help-list .info {
    margin-top: 9px;
    font-size: 15px;
}
.help-list .text {
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
}




.notice-wrapper .text {
    font-size: 20px;
    line-height: 28px;
}
.form-title {
    margin-top: 30px;
    font-size: 18px;
}

.bt-green {
	display: inline-block;
    position: relative;
    background: #3EA52D;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    padding: 13px 30px 14px;
    font-weight: 300;
    font-size: 16px;
}


.search-form .bt {
	max-width: 260px;
	margin: 26px auto 0;
}



.page-content table th {
    font-size: 16px;
}
.page-content  table td {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
}
.page-content .receipt-table .icon-check {
    padding-top: 2px;
    width: 22px;
    height: 22px;
    font-size: 9px;
}
.page-content  .receipt-table .icon-minus {
    width: 22px;
    height: 22px;
    font-size: 3px;
}



@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4bboav');
  src:  url('fonts/icomoon.eot?4bboav#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4bboav') format('truetype'),
    url('fonts/icomoon.woff?4bboav') format('woff'),
    url('fonts/icomoon.svg?4bboav#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
  content: "\e90d";
}
.icon-paperclip:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-arrow-r:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e900";
  color: #93c255;
}
.icon-arrow:before {
  content: "\e901";
  color: #24ff00;
}
.icon-arrow-r:before {
  content: "\e902";
  color: #24ff00;
}
.icon-times:before {
  content: "\e90b";
}
.icon-minus:before {
  content: "\e90c";
  color: #fff;
}
.icon-check:before {
  content: "\e90a";
  color: #fff;
}
.icon-facebook:before {
  content: "\e909";
  color: #f13c6e;
}
.icon-instagram:before {
  content: "\e908";
  color: #f13c6e;
}
.icon-vk:before {
  content: "\e907";
  color: #f13c6e;
}
.icon-youtube:before {
  content: "\e906";
  color: #f13c6e;
}
.icon-burger:before {
  content: "\e904";
  color: #e85d45;
}