* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

html {
	min-width: 320px;
}

ul {
	padding: 0;
	margin: 0;
}

header {
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

h1 {
	text-align: center;
	font-size: 48px;
	padding-bottom: 20px;
	font-weight: normal;
}
h2 {
	text-align: center;
	font-size: 29px;
	line-height: 43px;
	padding-bottom: 20px;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

.hide {
	display: none;
}

.text ul {
	list-style: circle;
	padding-left: 40px;
}

.blue {
	background-color: #00bcd4;
	border: 3px solid #00bcd4;
}

.blue:active {
	background-color: #00bcd4;
}

.blue:hover {
	background-color: #007eba;
}

.yellow {
	background-color: #9bcb64;
	border: 3px solid #9bcb64;
	border-color: #9bcb64;
}

.yellow:hover {
	background-color: #ca9800;
}

.red {
	background-color: #c70159;
	border: 3px solid #c70159;
}

.red:hover {
	background-color: #86003b;
}

.orange {
	background-color: #ef844a;
}

.orange:hover {
	background-color: #ff5a00;
}

.green {
	background-color: #9bcb64;
}

.green:hover {
	background-color: #57a200;
}

.left {
	float: left
}

.right {
	float: right
}

.overlay {
	display: none;
	background: rgba(238, 132, 74, 0.7);
}

.overlay .modal_form {
	max-width: 600px;
	border-radius: 5px;
	background: rgba(238, 132, 74, 1.0);
	margin: 0 auto;
	position: relative;
	padding: 40px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(85, 85, 85, 0.78);
	-moz-box-shadow: 0px 0px 11px 0px rgba(85, 85, 85, 0.78);
	box-shadow: 0px 0px 11px 0px rgba(85, 85, 85, 0.78);
}
.volont::before {
	content: "";
	display: block;
	clear: both;
}
.modal_form h3, 
.modal_form .donate_title {
	text-align: center;
	font-size: 24px;
	color: #fff;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.error_CustomerNumber, 
.error_sum, 
.error_phone, 
.error_contr {
	display: none;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
	margin-top: -17px;
}

.modal_form input {
	margin-bottom: 20px;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	color: #5b5b5b;
}

.modal_form .payment_type {
	display: block;
	float: left;
}

.modal_form .payment_type {
	margin-right: 10px;
	margin-bottom: 10px;
}
.modal_form .payment_type:nth-of-type(3n) {
	margin-right: 0;
}

.modal_form label {
	background-color: #fff;
	border: solid 3px #ee844a;
	border-radius: 5px;
}

.close_menu {
	display: none;
}

.open_modal {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	display: block;
	z-index: 99999;
	overflow: auto;
}

nav.open_modal {
	background: rgba(238, 132, 74, 0.9);
	padding: 60px 20px 20px 20px;
	font-size: 24px;
}

.overlay_outer {
	display: table;
	width: 100%;
	height: 100%;
}

.overlay_middle {
	display: table-row;
	vertical-align: middle;
}

.overlay_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.open_modal .close_menu {
	width: 36px;
	height: 36px;
	background-color: #9bcb64;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	z-index: 99999;
	line-height: 32px;
}

.open_modal .close_donate {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.open_modal .close_donate i {
	margin-top: 10px;
}

.close_menu:hover {
	background-color: #57a200;
}

.open_modal ul {
	display: block;
}

#block_help, 
#help_money, 
#help_bus, 
#help_volont, 
#is_help_money, 
#is_help_bus, 
#is_help_volont {
	display: none;
}

body .open_modal ul li {
	width: 75%;
	display: block;
	margin: 0 auto;
	height: 42px;
}

body .open_modal ul li+li {
	margin-top: 10px;
}

body .open_modal ul li a, body .open_modal ul li span {
	width: 100%;
	font-size: 22px;
	display: block;
	margin: 0 auto;
	padding: 10px 7px;
	font-size: 24px;
}

.payment_types::after {
	content: "";
	display: block;
	clear: both;
}

.payment_type input[type="radio"] {
	display: none;
}

.open_modal input[type="submit"] {
	margin: 0 auto;
	margin-top: 20px;
	width: 172px;
	padding: 11px 0;
	color: #fff;
}

.payment_type input[type="radio"]+label {
	height: 105px;
	width: 166.66px;
	padding: 5px;
	display: block;
}

.payment_type input[type="radio"]:checked+label {
	border-color: #57a200;
	color: #57a200;
}

.open_modal label img {
	height: 63px;
}

nav .menu li .blue:not(span), nav .menu li .yellow:not(span), nav .menu li .red:not(span) {
	background: transparent;
	border: 0;
}

nav .menu li .blue:hover {
	background-color: #00bcd4;
}

nav .menu li .green:hover {
	background-color: #9bcb64;
}

nav .menu li .yellow:hover {
	background-color: #f3b802;
}

nav .menu li .red:hover {
	background-color: #c70159;
}

header::after {
	content: "";
	display: block;
	clear: both;
}

.menu, .social, .container, header {
	font-size: 0;
}

.show {
	display: block;
	width: 95%;
}

.open {
	display: inline-block;
	width: 100%;
}

.full {
	width: 100%;
}

.container {
	max-width: 1170px;
	padding: 40px 20px 30px;
	margin: 0 auto;
	position: relative;
}

.page_container::after {
	content: "";
	display: block;
	clear: both;
}

.container_bread {
	max-width: 1170px;
	padding: 20px 20px 5px 20px;
	margin: 0 auto;
	position: relative;
}

.pading {
	max-width: 1170px;
	padding: 40px 20px;
}

.button {
	display: block;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	padding: 11px 32px;
	border-radius: 5px;
	text-align: center;
	transition: 0.5s;
}

.bread_crumbs {
	font-size: 16px;
}

.bread_crumbs, 
.bread_crumbs * {
	color: #ff8745;
}

.bread_crumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bread_crumbs li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.bread_crumbs ol li a {
	display: inline-block;
	max-width: 40em;
	height: 22px;
	overflow: hidden;
}

.bread_crumbs ol li a span i {
	display: block;
	float: left;
}

.bread_crumbs ol li a:after {
	content: "";
	display: inline-block;
	background: url(../images/arrow_small_orange.svg) no-repeat transparent;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	top: 2px;
	position: relative;
}

header .menu_button {
	display: block;
	font-size: 20px;
	position: absolute;
	top: 55px;
	right: 20px;
	width: 36px;
	height: 36px;
	display: none;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

header .logo {
	background: url(../images/logo1.png) center bottom no-repeat;
	height: 170px;
	min-width: 91px;
	float: left;
	background-size: contain;
}

header .text {
	padding-top: 60px;
	margin-left: 24px;
	float: left;
}

header .text>p, 
header .text>p a {
	color: #9bcb64;
}

header .text p:first-child {
	font-size: 20px;
}

header .text p:last-child {
	font-size: 36px;
}

.social>.icon {
	display: inline-block;
	margin-bottom: 15px;
}

.social>.icon+.icon {
	margin-left: 20px;
}

.social>.icon>a>img {
	width: 40px;
}

.social>.icon>a>img:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.phone * {
	display: inline-block;
}

.phone .icon {
	background: url(../images/phone.png) center center no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 16px -10px 0;
}

.phone>.number {
	font-size: 30px;
	letter-spacing: -2px;
}

header .button_block {
	width: 16%;
	padding-top: 30px;
	margin-left: 25px;
	float: right;
	min-width: 170px;
}

header .contacts {
	padding-top: 47px;
	margin-left: 30px;
	float: left;
}

.button_block>.kids {
	height: 45px;
	background: url(../images/kids1.png) center center no-repeat;
	background-size: contain;
	margin-bottom: -40px;
	z-index: 1;
}

.button_block>.graas {
	height: 49px;
	background: url(../images/grass.png) center center no-repeat;
	margin-bottom: -3px;
	z-index: -1;
}

nav {
	width: 100%;
	background-color: #ff8745;
	position: relative;
}

nav .menu {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 10px;
}

nav .menu li ul {
	display: none;
	background-color: #9bcb64;
	z-index: 50;
	position: absolute;
	width: auto;
	border-radius: 5px;
	padding: 20px;
	margin-top: -20px;
	opacity: 0;
	transition: 0.5s;
}

/*nav .menu li ul::before {
	content: "";
	display: block;
	height: 6px;
	width: 100%;
	margin-top: -16px;
}*/

nav .menu::before {
	content: "Menu";
	display: none;
	width: 100%;
}

.open_modal .menu li ul {
	opacity: 1;
	position: relative;
}

.open_modal .menu li ul li a {
	padding: 10px 7px;
}

nav .menu li {
	display: inline-block;
	font-size: 24px;
	height: 76px;
	margin-top: -6px;
	margin-left: 4px;
	z-index: 55;
}

nav .menu li ul li {
	display: block;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
}

nav .menu li ul li:first-of-type {
	margin-top: 0;
}

nav .menu li ul li a {
	text-align: left;
}

nav .menu li:hover ul {
	opacity: 1;
	display: block;
}

nav .menu li a, nav .menu li span, nav .menu li ul li a, nav .menu li ul li span {
	padding: 29px 7px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
	border: none;
}

nav .menu li ul li a, nav .menu li ul li span {
	width: 100%;
	padding: 10px 20px;
	text-align: left;
}

/*nav .menu li .menu::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-top: -25px;
}*/

nav .menu li a {
	background: none;
}

nav .menu li a:hover, 
nav .menu li.active>a {
	background-color: #9bcb64;
}

nav .menu li ul li a:hover {
	background-color: #ff8745;
}
.menu li ul li.active span,
.menu li ul li.active span:hover {
	background-color: #ff8745;
}
nav .menu li .hover {
	background: #9bcb64;
}

.item {
	position: relative;
}

.text_block {
	position: absolute;
	top: 0;
	padding: 70px;
}

.slide_title {
	font-size: 48px;
	display: block;
}

.slide_content {
	font-size: 24px;
	line-height: 36px;
	display: block;
	margin-top: 40px;
}

.in_slide {
	background-color: #ff8745;
	font-size: 18px;
	width: 218px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.in_slide:hover {
	background-color: #ff5a00;
}

.small_container {
	margin: 0 auto;
	max-width: 946px
}

.slider_one {
	overflow: hidden;
}

.owl-item {
	border-radius: 5px;
	overflow: hidden;
}

.slider_one>.owl-nav>.owl-prev {
	display: block;
	width: 53px;
	height: 106px;
	background: url(../images/big_arrow_left.png);
	position: absolute;
	bottom: 40%;
	left: 20px;
}

.slider_one>.owl-nav>.owl-next {
	display: block;
	width: 53px;
	height: 106px;
	background: url(../images/big_arrow_right.png);
	position: absolute;
	bottom: 40%;
	right: 20px;
}

.donate .owl-nav>.owl-prev {
	width: 50px;
	height: 50px;
	background: url(../images/arow_left.png);
}

.donate .owl-nav>.owl-next {
	width: 50px;
	height: 50px;
	background: url(../images/arrow_right.png);
}

.meropr .plitka:nth-of-type(4n+1) {
	margin-left: 20px;
}

.meropr .plitka:nth-of-type(4n+1) {
	margin-left: 0px;
}

.plitka {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	min-width: 250px;
	background: #fff;
	padding: 20px;
}

.activities .plitka {
	width: 23.6%;
	height: 360px;
}

.activities.meropr .plitka:hover .text {
	margin-top: 20px;
}

.plitka>.image {
	margin: -20px -20px 20px -20px;
}

.plitka>.image {
	height: 160px;
	overflow: hidden;
	transition: 0.5s;
}

.plitka+.plitka {
	margin-left: 20px;
}

.plitka:nth-of-type(4n+1) {
	margin-left: 0;
}

.text_title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

.text_content {
	line-height: 24px;
	overflow: hidden;
}

.dots {
	max-height: 162px;
}

.activities .plitka>.mark {
	display: block;
	position: absolute;
	padding: 5px 20px 7px 10px;
	top: 10px;
	color: #fff;
	font-size: 16px;
	border: none;
	transition: 0.5s;
	mask: url(../images/mark.svg) 100% 50% no-repeat;
	-webkit-mask: url(../images/mark.svg) 100% 50% no-repeat;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	left: 0;
}

.activities .plitka>.mark.category_14 {
	background-color: #00bcd4;
}
.activities .plitka>.mark.category_14:hover {
	background-color: #007eba;
}

.activities .plitka:hover .dots {
	max-height: 254px;
}

.activities .plitka:hover .mark+.text .dots {
	max-height: 214px;
}

.activities .plitka:hover .text .button {
	bottom: 20px;
}

.activities .plitka:hover>.image {
	height: 0;
}

.activities .plitka:hover .text {
	transition: 0.5s
}

.activities .plitka:hover .mark+.text {
	margin-top: 60px;
}

.activities .plitka .text .button {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	bottom: -80px;
}

.donate {
	background: #ff8745;
	position: relative;
}

.donate h1, 
.donate h2 {
	color: #fff;
	font-weight: normal;
}
.donate p {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-align: right;
}
.donate .button {
	max-width: 200px;
	font-size: 36px;
	margin: 20px auto 0;
}
.donate .plitka {
	padding: 0;
	display: inline-block;
	min-width: 50px;
	background: transparent;
}
.donate .plitka>.image {
	height: 290px;
	margin: 0;
}
.donate .owl-carousel.owl-drag .owl-item {
	text-align: center;
}
.donate .owl-carousel div.owl-item img {
	height: 100%;
	width: auto;
}

.donate>.container>.small_container>.plitka {
	background: #fff;
	height: 420px;
	position: relative;
	width: 301.5px;
}

.owl-item {
	padding: 5px 10px;
}

.slider_one .owl-item {
	padding: 0;
}

.plitka>.text>.button {
	margin: 0 auto;
	position: relative;
}

.donate .plitka .text .text_content {
	margin-bottom: 20px;
}

.helps {
	background-color: #fef0e2;
}
.helps iframe {
	max-width: 100%;
	min-height: 400px;
}

.panel .title {
	margin-bottom: 20px;
	display: block;
}

.panel .date {
	margin-bottom: 20px;
}

.panel>a:hover {
	text-decoration: underline;
}

.grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.coll4 {
	width: 25%;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	border-left: 1px solid #ffbc7b;
	position: relative;
}

.coll4 a:hover {
	text-decoration: underline;
}

.panel>.all {
	bottom: 0;
	display: block;
	margin-bottom: 0;
	padding-top: 1px;
}

.coll4:first-of-type {
	padding-left: 0;
	padding-right: 20px;
	border-left: 0;
	border-top: 0;
}

.coll4:last-of-type {
	padding-right: 0;
}

.coll4>.panel>.panel_title {
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
}

.panel_icon {
	width: 45%;
	display: inline-block;
	margin-left: 8%;
	text-align: center;
}

.panel_icon>p {
	width: 100%;
	text-align: center;
}

.panel_icon:first-of-type {
	margin-left: 0px;
}

.panel_icon:nth-of-type(3n) {
	margin-left: 0px;
}

.bottom_link {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.bottom_link>a {
	display: inline-block;
	vertical-align: top;
}

.bottom_link:hover>a {
	text-decoration: underline;
}

.bottom_link:hover>.icon {
	transform: rotate(90deg);
}

.bottom_link>.icon {
	width: 16px;
	height: 16px;
	background: url(../images/arrow_small.svg) center center no-repeat;
	display: inline-block;
	margin-left: 10px;
	margin-top: 2px;
	vertical-align: top;
	transition: 0.5s;
	border-radius: 8px;
	border: 1px solid;
}

footer {
	background-color: #9bcb64;
}

.copyright {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	padding-right: 20px;
	color: #f0f0f0;
}

.copyright>a, .copyright>p {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright:last-child {
	padding-right: 0;
	text-align: right;
}

.copyright:last-child>a {
	display: inline-block;
	margin-right: 10px;
}

.copyright>.icon {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/it-up2.svg);
	background-size: cover;
}


/*Page2*/

.container .border {
	position: relative;
	border-radius: 10px;
	background: transparent;
}

.border::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 21px solid;
	border-left: 21px solid transparent;
	right: 0;
}

.border .text_content {
	margin-bottom: 20px;
}

.border_title {
	display: inline-block;
	font-size: 24px;
	padding: 15px 40px 20px 40px;
	border-bottom-right-radius: 47px;
	color: #fff;
	border: 0;
}

.border .blue:hover {
	background-color: #00bcd4;
}

.border .yellow:hover {
	background-color: #9bcb64;
}

.border .red:hover {
	background-color: #c70159;
}

.border>.grass {
	position: absolute;
	display: block;
	width: 100%;
	height: 33px;
	background: url(../images/grass2.png);
	bottom: 0;
	z-index: 999;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.border>.image {
	position: absolute;
	display: block;
	width: 144px;
	height: 136px;
	background: url(../images/iskys.png) center center no-repeat;
	bottom: 0px;
	right: 10px;
	z-index: 500;
}

.border:last-of-type {
	margin-top: 30px;
	text-align: right;
}

.border:last-of-type>.border_title {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 47px;
}

.border:last-of-type::before {
	border-top: 21px solid;
	border-right: 21px solid transparent;
	border-left: 0 solid transparent;
	left: 0;
}

.border:last-of-type>.image {
	left: 10px;
}

.border>.small_container {
	max-width: 890px;
	padding: 40px 0 100px 0;
}

.border .owl-nav>.owl-prev {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: url(../images/arow_left.png);
	position: absolute;
	bottom: 50%;
	left: -60px;
}

.border .owl-nav>.owl-next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: url(../images/arrow_right.png);
	position: absolute;
	bottom: 50%;
	right: -60px;
}

.border .plitka {
	overflow: visible;
}

.border .plitka>.image {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.border .plitka>.mark {
	position: absolute;
	display: block;
	width: 54px;
	height: 63px;
	left: 30px;
	top: -10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
	border: 0;
}

.border .plitka>.mark>p {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.border .plitka>.mark>p:first-of-type {
	font-size: 30px;
	font-weight: 600;
	margin-top: 8px;
}


/* Page 3*/

.video {
	clear: both;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 40px;
}

.gallery {
	margin-top: 40px;
}

.element {
	box-sizing: border-box;
	display: inline-block;
	width: 19.2%;
	margin-left: 1%;
	margin-top: 1%;
	border-radius: 5px;
	overflow: hidden;
}

.element:nth-of-type(5n+1) {
	margin-left: 0;
}

.volont {
	background-color: #ff8745;
	color: #fff;
}

.inner {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.inner>.plitka {
	width: 313px;
	padding: 40px;
}

.inner>.plitka>.image {
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.inner>.plitka img {
	width: 100%;
	max-height: 161px;
}

.inner>.plitka>.button {
	font-size: 24px;
	padding: 20px 20px 22px 20px;
}

.inner>.plitka>.button {
	border: 0;
}

.page2 .text img {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 20px 20px 20px 0;
	border-radius: 5px;
}

.page2 .text img:first-of-type {
	margin-top: 0;
	max-width: 400px;
}

.page2 .text::after {
	content: "";
	display: block;
	clear: both;
}

.page2 .text.blue img {
	border: 3px solid #00bcd4;
}

.page2 .text.yellow img {
	border: 3px solid #f3b802;
}

.page2 .text.red img {
	border: 3px solid #c70159;
}

.page2 .text p {
	padding-top: 20px;
}

.page2 .text {
	font-size: 18px;
	line-height: 27px;
	border: none;
	background: none;
}

.page2 .text::after {
	content: "";
	display: block;
	clear: both;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

.yellow::before {
	border-top-color: #f3b802;
}

.yellow:last-of-type::before {
	border-top-color: #9bcb64;
}

.blue::before {
	border-top-color: #00bcd4;
}

.blue:last-of-type::before {
	border-top-color: #00bcd4;
}

.red::before {
	border-top-color: #c70159;
}

.red:last-of-type::before {
	border-top-color: #c70159;
}


.activities .plitka>.image img {
	width: 100%;
	height: auto;
}

div.text ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

form[name="vtb24"], 
.vtb24block, 
.smsblock, 
.vtb24err {
	display: none;
}
.smsblock {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 7px;
}
.smsblock p:first-child {
	text-align: center;
	margin-top: 0;
}
.smsblock p {
	text-align: left;
	margin: 20px 0;
	font-size: 16px;
	line-height: 24px;
}
.smsblock p.small_text {
	margin: 5px 0;
	font-size: 13px;
}
.smsblock img {
	width: 375px;
	padding: 2px 8px;
}
.smsblock a {
	color: #0018c3;
}
.smsblock a:hover {
	text-decoration: underline;
}
.smsblock hr {
	border: none;
	height: 1px;
	background: #fcc;
}


/* Adaptive */

@media screen and (max-width: 1146px) {
	.donate .owl-nav>.owl-prev {
		left: -70px;
	}
	.donate .owl-nav>.owl-next {
		right: -70px;
	}
	nav>.menu>li {
		font-size: 22px;
	}
	nav>.menu {
		height: 68px;
	}
}

@media screen and (max-width: 1111px) {
	.donate .owl-nav>.owl-prev {
		left: -60px;
	}
	.donate .owl-nav>.owl-next {
		right: -60px;
	}
	.activities {
		max-width: 830px;
	}
	.activities .plitka:first-of-type {
		margin-left: 0;
	}
	.activities .plitka:nth-of-type(4n+1) {
		margin-left: 20px;
	}
	.activities .plitka:nth-of-type(5n) {
		margin-left: 20px;
	}
	.activities .plitka:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.slide_title {
		font-size: 42px;
	}
	.slide_content {
		font-size: 22px;
		line-height: 30px;
	}
	.in_slide {
		background-color: #ff8745;
		font-size: 18px;
		width: 218px;
		padding-top: 18px;
		padding-bottom: 22px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1080px) {
	.coll4>.panel>.panel_title {
		font-size: 20px;
	}
	nav>.menu>li {
		font-size: 20px;
	}
	nav>.menu {
		height: 66px;
	}
	header>div {
		vertical-align: middle;
	}
	header .logo {
		height: 171px;
	}
	header .contacts {
		width: 100%;
		padding: 20px 0;
		display: block;
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	header .contacts>div {
		display: inline-block;
		width: 40%;
		vertical-align: middle;
	}
	.phone .number {
		letter-spacing: 0;
	}
	header .social .icon {
		margin-bottom: 0;
	}
	header .text {
		display: inline-block;
		width: 70%;
		margin: 0;
		padding: 30px 0 5px 0;
		text-align: center;
		float: none;
	}
	header .button_block {
		padding-top: 0;
		float: right;
		position: absolute;
		right: 20px;
		top: 10px;
	}
	header .button_block a {
		margin-left: 0px;
		width: 170px;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1040px) {
	.slider_one>.owl-nav>.owl-prev {
		bottom: 35%;
	}
	.slider_one>.owl-nav>.owl-next {
		bottom: 35%;
	}
}

@media screen and (max-width: 1025px) {
	.inner>.plitka>.button {
		font-size: 16px;
		padding: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.panel_icon {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.panel_icon>img {
		width: 30%;
	}
	.volont .plitka {
		width: 250px;
		min-width: 100px;
	}
	.volont .inner {
		max-width: 790px;
	}
}

@media screen and (max-width: 987px) {
	nav>.menu>li {
		font-size: 18px;
	}
	nav>.menu {
		height: 64px;
	}
}

@media screen and (max-width: 952px) {
	.grid .coll4 {
		border: 1px solid #ffbc7b;
		display: inline-block;
		width: 48%;
		margin-bottom: 20px;
	}
	.coll4+.coll4 {
		margin-left: 20px;
	}
	.coll4:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.coll4:last-of-type {
		padding-right: 20px;
	}
	.coll4:first-of-type {
		padding-left: 20px;
	}
	.bottom_link {
		bottom: 20px;
	}
	.panel_icon {
		width: 49%;
	}
	.coll4>.panel>.panel_title {
		font-size: 18px;
	}
}

@media screen and (max-width: 935px) {
	.text_block {
		padding: 40px 70px;
	}
	.slide_title {
		font-size: 38px;
	}
	.slide_content {
		font-size: 18px;
		line-height: 27px;
		margin-top: 20px;
	}
	.in_slide {
		background-color: #ff8745;
		font-size: 18px;
	}
}

@media screen and (max-width: 910px) {
	nav>.menu>li {
		font-size: 16px;
	}
	nav>.menu {
		height: 62px;
	}
}

nav.mobile {
	width: 95%;
	border-radius: 5px;
	margin: 0 auto;
}

nav.mobile::before {
	content: "Меню";
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding: 5px 0 10px 0;
	margin: 0 auto;
}

nav.open_modal::before {
	content: "";
}

nav.mobile.show::before {
	content: "Скрыть меню";
}

nav.open_modal.show::before {
	content: "";
}

nav.mobile>.menu {
	padding: 0px 20px 20px 20px;
	height: auto;
}

nav.mobile>.menu>li {
	width: 100%;
	padding: 0;
	height: auto;
	margin-top: 4px;
}

nav.mobile>.menu>li>a, nav.mobile>.menu>li>span {
	display: block;
	width: 100%;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 13px;
}

@media screen and (max-width: 867px) {
	.phone .number {
		margin-top: 5px;
	}
	header .logo {
		margin: 10px 0 -20px 0;
		height: 130px;
	}
	header .text {
		display: none;
	}
	header .contacts {
		padding: 35px 0 0 0;
	}
	header .contacts>div {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	header .button_block {
		position: relative;
		display: inline-block;
		right: 0;
		top: 10px;
	}
	header>.text p:first-child {
		font-size: 16px;
	}
	header>.text p:last-child {
		font-size: 32px;
	}
	header {
		padding-bottom: 20px;
	}
	h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 851px) {
	.activities {
		max-width: 560px;
	}
	.activities .plitka:nth-of-type(4n+1), 
	.activities .plitka:nth-of-type(5n), 
	.activities .plitka:nth-of-type(3n+1) {
		margin-left: 20px;
	}
	.activities .plitka:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.container .copyright {
		width: 50%;
		text-align: left;
		padding: 0;
	}
	.container .copyright+.copyright {
		padding-left: 20px;
	}
	.container .copyright:last-of-type {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.container .copyright .icon {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.copyright:last-child>a {
		margin-top: 5px;
	}
	.volont .inner {
		max-width: 640px;
	}
	.volont .plitka {
		width: 200px;
		padding: 20px;
	}
}

@media screen and (max-width: 850px) {
	.slider_one>.owl-nav>.owl-prev {
		bottom: 38%;
	}
	.slider_one>.owl-nav>.owl-next {
		bottom: 38%;
	}
}

@media screen and (max-width: 768px) {
	.text_block {
		padding: 20px 70px;
	}
	.slide_title {
		font-size: 32px;
	}
	.slide_content {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 830px) {
	header .contacts {
		text-align: center;
	}
	header .contacts>div {
		width: 264px;
	}
	.social>.icon+.icon {
		margin-left: 10px;
	}
	.phone>.icon {
		width: 25px;
		height: 25px;
		background-size: contain;
		margin: 0 16px -7px 0;
	}
	header .phone .number {
		font-size: 24px;
		margin-top: 0px
	}
	header .button_block {
		float: right;
		top: 10px;
		margin-right: 70px;
	}
	header .social {
		margin-bottom: 5px;
	}
	nav {
		display: none;
	}
	header .menu_button {
		display: block;
		width: 46px;
		height: 46px;
		line-height: 46px;
		top: 61px;
	}
	.wrapper>.block_100>.container {
		padding-top: 0px;
	}
	.open_modal ul li ul {
		position: relative;
		padding: 0;
		border: none;
		width: 100%;
		border-radius: 5px;
		display: block;
		top: 0;
		background: none;
	}
	nav .menu li ul li.active span,
	nav .menu li ul li.active span:hover {
		background-color: #9bcb64;
	}
	nav .menu li ul li a:hover {
		background-color: #9bcb64;
	}
	body .open_modal ul li {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.open_modal ul li ul li a, .open_modal ul li ul li span {
		text-align: center;
	}
	.open_modal ul li>a[href="#"] {
		display: none;
	}
	.open_modal ul li ul {
		display: block;
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width: 706px) {
	.grid .coll4 {
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.main_image {
		display: block;
		float: left;
		margin-right: 20px;
	}
	.page2 .text {
		display: block;
		width: 100%;
		padding: 0;
	}
	.in_slide {
		font-size: 14px;
		width: 150px;
		padding: 15px 10px 15px 10px;
		padding-left: 10px;
		margin-top: 20px;
		min-height: 0;
	}
	.panel_icon {
		width: 24%;
	}
	.coll4 .panel .panel_content {
		display: none;
	}
	.coll4>.panel>.panel_title {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 700px) {
	.volont .inner {
		max-width: 580px;
	}
	.volont .plitka {
		width: 100%;
		font-size: 0;
		margin-left: 0;
		text-align: left;
	}
	.volont .plitka .image {
		width: 30%;
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		margin-right: 20%;
	}
	.volont .plitka a {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	.text_block {
		padding: 20px 20px;
	}
	.slide_title {
		font-size: 28px;
	}
	.slide_content {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 620px) {
	.text_block {
		padding: 10px;
	}
	.slide_title {
		font-size: 24px;
	}
	.slide_content {
		font-size: 12px;
		line-height: 16px;
	}
	.border::before {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	nav {
		display: none;
	}
	header .text {
		display: block;
		width: 240px;
		position: absolute;
		top: 40px;
		left: 90px;
		padding: 0;
	}
	header>.text p:first-child {
		font-size: 22px;
	}
	header .logo {
		height: 103px;
		background-size: contain;
		display: block;
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	header .menu_button {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: 20px;
	}
	header .contacts .social {
		padding: 20px 0 0 0;
		text-align: right;
	}
	header .phone {
		max-width: 36px;
		top: 20px;
		right: 70px;
		position: absolute;
	}
	.number span {
		display: none;
	}
	header .phone {
		width: 36px;
		height: 36px;
	}
	header .text p {
		display: block;
		font-size: 18px;
		margin-left: 10px;
	}
	header .text p:last-child {
		display: none;
	}
	header>.contacts>.social, header>.contacts>.phone {
		width: 100%;
		margin: 0 auto;
	}
	header>.button_block {
		font-size: 14px;
		display: block;
		margin: 0 auto;
		padding-top: 10px;
		width: 100px;
		min-width: 0px;
		right: 100px;
	}
	header>.button_block .button {
		padding: 0;
		width: 100px;
		font-size: 14px;
		line-height: 16px;
		padding: 10px 0 10px 0;
	}
	header>.button_block>.kids, header>.button_block>.graas {
		display: none;
	}
	.social>.icon>a>img {
		width: 30px;
	}
}

@media screen and (max-width: 580px) {
	header .text {
		width: 200px;
		margin-left: 20px;
	}
	header>.text p:first-child {
		font-size: 16px;
		text-align: left;
	}
	.activities .plitka:nth-of-type(4n+1), 
	.activities .plitka:nth-of-type(5n), 
	.activities .plitka:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.activities .plitka {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		width: 100%;
	}
	.activities .plitka:nth-of-type(2n+1), .activities .plitka:nth-of-type(4n) {
		margin: 0 auto;
		margin-top: 20px;
	}
	h1 {
		font-size: 26px;
	}
	.video {
		margin: 0 auto;
		margin-top: 40px;
	}
	.video iframe {
		height: 56vw;
	}
	.activities .plitka img {
		width: 100%;
	}
	.phone>.number {
		font-size: 26px;
		width: auto;
	}
	.panel_icon {
		width: 49%;
	}
}

@media screen and (max-width: 535px) {
	.slide_title {
		font-size: 22px;
	}
	.slide_content {
		margin-top: 10px;
		font-size: 10px;
		line-height: 15px;
	}
	.in_slide {
		font-size: 12px;
		width: 120px;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 520px) {
	header .text {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.main_image {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.page2 .text {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.slide_title {
		font-size: 32px;
		text-align: center;
		width: 100%;
	}
	.slide_content {
		display: none;
	}
	.in_slide {
		font-size: 12px;
		width: 110px;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-top: 30px;
	}
	.border>.image {
		width: 100px;
		height: 94px;
		background-size: contain;
	}
	header .text {
		position: absolute;
		top: 50px;
		left: 80px;
		padding: 0;
		width: 200px;
	}
}

@media screen and (max-width: 490px) {
	header .text {
		display: none;
	}
	.modal_form .donate_title {
		font-size: 16px;
	}
	.page2 .text img:first-of-type {
		max-width: 100%;
	}
}

@media screen and (max-width: 410px) {
	.phone>.icon {
		width: 30px;
		height: 30px;
		background-size: cover;
		margin-right: 5px;
	}
	.container .copyright {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.container .copyright+.copyright {
		padding-left: 0;
	}
	.container .copyright+.copyright {
		margin-top: 20px;
	}
}

@media screen and (max-width: 405px) {
	header .text p:first-child {
		font-size: 16px;
	}
	.inner>.plitka>.button {
		font-size: 12px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 365px) {
	header .text p:first-child {
		font-size: 14px;
	}
	header .text p:last-child {
		font-size: 30px;
	}
	.phone>a {
		font-size: 18px;
	}
	.phone>.icon {
		width: 28px;
		height: 28px;
		background-size: cover;
	}
	.container .copyright {
		font-size: 14px;
	}
	.copyright:last-child>a {
		margin-top: 5px;
	}
}

@media screen and (max-width: 340px) {
	header .logo {
		min-width: 70px;
	}
}

@media screen and (max-width: 325px) {
	header>.text p:first-child {
		font-size: 12px;
	}
	header>.text p:last-child {
		font-size: 28px;
	}
	.in_slide {
		margin-top: 20px;
	}
	nav .menu li a {
		font-style: 12px;
	}
}