:root {
	--main-color: #292929;
	--fon-color: #f3f3f3;
	--help-green-color: #248965;
}

*, *:before, *:after{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	transition: .5s;
	color: var(--main-color);
}

::-webkit-scrollbar {
  width: 5px;
  background-color: var(--fon-color);
}

::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background: #BABABA;
}

::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background-color: var(--fon-color);
}

html, body{
	width: 100%;
	height: 100%;
	background-color: var(--fon-color);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

input[type="submit"] { cursor: pointer; }

.row{
	display: flex;
  flex-wrap: nowrap;
}

#intop{
	width: 92%;
	margin: 0 4%;
}

.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}

.header.scroll{
	
}

.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--fon-color);
	z-index: 2;
}

.header.shadow:before{
	box-shadow: 0 2px 15px rgb(0 51 102 / 21%);
}

.container{
	width: 90%;
	margin: 0 auto;
}

.header_body{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}

.logo_a{
	z-index: 2;
}

.logo{
	height: 50px;
	width: auto;
}

.header_burger{
	display: none;
}
.header_menu{}

.header_list{
	display: flex;
	position: relative;
	z-index: 2;
}

.header_list li{
	list-style: none;
	margin: 0 0 0 15px;
}

.header_link{
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	transition: .5s;
}

.header_link.link_donate{
	font-size: 16px;
	text-transform: none;
	padding: 5px 15px;
	border: 0.1vw solid var(--main-color);
	border-radius: 20px;
	transition: .5s;
	background-color: transparent;
}

.header_link.link_donate:hover{
	color: var(--fon-color);
	background-color: var(--main-color);
}

.header_link.help_link{
	color: var(--help-green-color);
}

.header_link.ua{
	color: grey;
}

.header_link:hover{
	color: grey;
}

.time{
	display: none;
}

.date_left{
	color: var(--help-green-color);
	font-weight: 600;
}

#wstick{
	width: 100%;
  margin-top: 120px;
  align-items: center;
}

#title{
	flex: 0 0 55%;
	max-width: 55%;
	height: 100%;
	line-height: 1.2;
}

.nazv{
	font-size: 2.4vw;
	line-height: 1.2;
}

.title_opus{
	max-width: 80%;
	margin-top: 1vw;
	font-size: 1.3vw;
	line-height: 1.3;
}

#help_kn{
  margin-top: 5vh;
}

.title_help{
	text-align: center;
	background-color: var(--help-green-color);
	opacity: 0.9;
	font-size: 1.2vw;
	border-radius: 5vw;
	padding: 0.7vw 2.2vw;
	text-decoration: none;
	color: var(--fon-color);
	transition: .5s;
}

.title_help_next{
	margin-left: 2vw;
}

.title_help:hover{
	background-color: #3ad19b;
	color: #248965;
}

#allstick{
	flex: 0 0 45%;
	max-width: 45%;
	height: 100%;
}

#stik2{
	width: 10vw;
	height: 10vw;
	background-image: url(https://fromua.in.ua/pictures/pic/stik1.webp);
	float: left;
	margin-top: 20%;
	margin-left: 5%;
	background-size: contain;
}

#stik1{
	width: 13vw;
	height: 13vw;
	background-image: url(https://fromua.in.ua/pictures/pic/stik2.webp);
	float: right;
	margin-right: 5%;
	background-size: contain;
}

/****************************/

#zobr{
	width: 100%;
	margin: 4% 0;
	height: auto;
	display: inline-block;
	background-image: url(https://fromua.in.ua/pictures/pic/zobr.webp);
	background-size: cover;
}

.zobr{
  width: 86%;
  margin: 7%;
}

#chomu{
	font-size: 2.4vw;
	color: white;
	font-weight: 700;
}

.row_tomu{
	width: 100%;
	justify-content: space-between;
}

.tomu{
	flex: 0 0 26%;
	max-width: 26%;
	height: 100%;
	color: white;
	font-size: 1.2vw;
	text-align: justify;
	margin-top: 2%;
	padding-top: 2%;
	border-top: 0.1vw solid white;
}

/***********************/

#new{
	width: 86%;
	margin: 0 7%;
	font-weight: 800;
	font-size: 2.4vw;
}

.wrapper{
  position: relative;
  width: 90%;
  margin: 3vw 5% 5%;
}

/* Слайдер */
.slick-slider{}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track{
	display: flex;
}


/* Слайд */
.slick-slide{}
/* Слайд активный (показывается) */
.slick-slide.slick-active{}
/* Слайд основной */
.slick-slide.slick-current{}
/* Слайд по центру */
.slick-slide.slick-center{}
/* Клонированный слайд */
.slick-slide.slick-cloned{}


/* Стрелка */
.slick-arrow{
	position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8%;
  font-size: 0;
  border: none;
  margin-top: -25px;
  text-align: center;
  opacity: 1;
  height: 50px;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
}

.slick-arrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px; 
}

/* Стрелка влево */
.slick-arrow.slick-prev{
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EEF76C' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
}
/* Стрелка вправо */
.slick-arrow.slick-next{
	right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236CA4F7' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.slider {
	position: relative;
	padding: 0px 40px;
}

.slider_item {
  height: auto;
  padding-bottom: 10px;
}

.slider_item a{
	color: var(--main-color);
	text-decoration: none;
	transition: .5s;
}

.slider_item a:hover{
	color: grey;
}

.foto_it{
	margin: 0 5%;
	background-color: var(--fon-color);
	box-shadow: 0 2px 10px rgb(0 51 102 / 15%);
	border-radius: 0.5vw;
	height: 28vw;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
  padding-bottom: 10px;
}

.news_category{
	top: 1vw;
	right: 1vw;
	font-size: 0.7vw;
	z-index: 1;
	position: absolute;
	padding: 0.2vw 0.6vw;
	border-radius: 0.6vw;
	color: var(--main-color);
	font-weight: 750;
	background-color: rgb(255 255 255 / 60%);
}

.foto_it_img{
	width: 100%;
	height: 12vw;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius: 0.5vw 0.5vw 0 0;
	transition: .5s;
	display: block;
}

.foto_it_txt{
	height: 16vw;
	margin: 0 1.1vw;
	padding: 2vw 0 0.7vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.foto_it_txt:last-child{
	justify-content: right;
	align-items: end;
}

.foto_it_weight{
	width: 100%;
}

.podp{
	display: inline-block;
	color: var(--main-color);
	margin-bottom: 1vw;
	font-size: 1.1vw;
	font-weight: 500;
	transition: .5s;
}

.korotko{
	font-size: 1vw;
	font-weight: 300;
}

.morre{
	font-weight: 600;
	font-size: 1vw;
	display: flex;
	justify-content: right;
}

.arrow-circle {
  color: var(--main-color);
  text-decoration: none;
  display: inline-block;
}

.arrow-circle .arrow-circle-icon {
  position: relative;
  top: -1px;
  transition: transform .5s ease;
  vertical-align: middle;
}

.arrow-circle .arrow-circle-iconcircle {
  transition: stroke-dashoffset .5s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.tap_new:hover .foto_it_img{
	opacity: 0.8;
}

.tap_new:hover .arrow-circle-icon {
  transform: translate3d(5px, 0, 0);
  opacity: 0.9;
}

.tap_new:hover .arrow-circle-iconcircle {
  stroke-dashoffset: 0;
  opacity: 0.9;
}

.tap_new:hover .podp {
  opacity: 0.6;
}

.tap_new:hover .foto_it_img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.tap_new:hover .arrow-circle{
  opacity: 0.9;
}

.date_div{
	margin-top: 0.5vw;
	font-size: 0.8vw;
	justify-content: right;
}

.date_div span a{
	font-weight: 800;
	margin-left: 1vw;
}

hr{
	width: 90%;
	margin: 0 5%;
	border: none; 
	color: var(--main-color); 
	background-color: var(--main-color); 
	height: 0.1vw;
}

/**********************/

#proorg{
	width: 86%;
	margin: 5% 7% 0;
	justify-content: space-between;
}

#proz{
	font-weight: 400;
	font-size: 1.6vw;
	margin-bottom: 2vw;
}

#ptext{
	max-width: 50%;
	color: var(--main-color);
	font-size: 1.3vw;
	margin: auto 0;
}

.row_foto{
	display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

#foto{
	width: 42%;
	height: 100%;
}

.foto{
  width: 15vw;
  height: 15vw;
  margin: 3%;
	outline: 0.1vw solid var(--main-color);
	outline-offset: -0.1vw;
}

#foto1{
	background-image: url(https://fromua.in.ua/pictures/pic/foto2.webp);
	background-size: cover;
}

#foto2{
	background-image: url(https://fromua.in.ua/pictures/pic/foto1.webp);
	background-size: cover;
}

#foto3{
	background-image: url(https://fromua.in.ua/pictures/pic/foto4.webp);
	background-size: cover;
}

#foto4{
	background-image: url(https://fromua.in.ua/pictures/pic/foto3.webp);
	background-size: cover;
}

/******************************/

#bblock{
	width: 86%;
	margin: 5% 7% 0;
}

#bbzag{
	font-size: 2.4vw;
	font-weight: 800;
	margin: 0;
}

.row_bblock{
	display: flex;
  flex-wrap: wrap;
 	justify-content: flex-start;
  margin: 0 -2.9%;
}

.zbir{
	width: calc(1/3*100% - 5.8%);
	margin: 5% 2.9% 0;
	box-shadow: 0 2px 10px rgb(0 51 102 / 15%);
	padding-bottom: 3vw;
	border-radius: 1vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}

.zbir_top{
	width: 100%;
	height: auto;
	position: relative;
}

.zbir_img{
	width: 100%;
	height: 16vw;
	border-radius: 1vw 1vw 0 0;
	object-fit: cover;
	object-position: center;
	display: block;
}

.zbir_date{
	top: 1vw;
  right: 1vw;
  font-size: 0.7vw;
  z-index: 1;
  position: absolute;
  padding: 0.2vw 0.6vw;
  border-radius: 0.6vw;
  color: var(--main-color);
  font-weight: 750;
  opacity: 1;
  background-color: rgb(255 255 255 / 60%);
}

.zbir_spent{
	font-size: 2vw;
	font-weight: 750;
}

.zbir_title{
	width: 100%;
	font-weight: 600;
	font-size: 1vw;
	margin-top: 2vw;
}

.zbir_calc{
	width: 100%;
	margin-top: 2vw;
	padding: 0 2vw;
}

.zbir_sum{
	margin-top: 1vw;
	font-size: 1vw;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zbir_sum:last-child{
	margin-bottom: 1vw;
}

.zbir_num span{
	font-size: 1vw;
}

.color_green{
	font-weight: 500;
	color: var(--help-green-color);
}

.weight_600{
	margin-left: 2px;
}

.zbir_text{
	margin: 1vw 0 0;
}

.zbir_buttons{
	position: relative;
	margin-top: 4vw;
}

.zbir_donate{
	font-size: 1.1vw;
	font-weight: 400;
	overflow: hidden;
}

.zbir_donate_a{
	display: flex;
  justify-content: center;
  width: 100%;
	color: var(--main-color);
	text-decoration: none;
	margin-bottom: 0.5vw;
	z-index: 2;
}

.zbir_donate_span{
	z-index: 2;
	padding: 0.6vw 1.2vw;
	border-radius: 0.5vw;
	border: 1px solid var(--main-color);	
	background-color: transparent;
	display: inline-block;
  position: relative;
  text-shadow: rgb(243, 243, 243) 3px 0px 0px, rgb(243, 243, 243) 2.83487px 0.981584px 0px, rgb(243, 243, 243) 2.35766px 1.85511px 0px, rgb(243, 243, 243) 1.62091px 2.52441px 0px, rgb(243, 243, 243) 0.705713px 2.91581px 0px, rgb(243, 243, 243) -0.287171px 2.98622px 0px, rgb(243, 243, 243) -1.24844px 2.72789px 0px, rgb(243, 243, 243) -2.07227px 2.16926px 0px, rgb(243, 243, 243) -2.66798px 1.37182px 0px, rgb(243, 243, 243) -2.96998px 0.42336px 0px, rgb(243, 243, 243) -2.94502px -0.571704px 0px, rgb(243, 243, 243) -2.59586px -1.50383px 0px, rgb(243, 243, 243) -1.96093px -2.27041px 0px, rgb(243, 243, 243) -1.11013px -2.78704px 0px, rgb(243, 243, 243) -0.137119px -2.99686px 0px, rgb(243, 243, 243) 0.850987px -2.87677px 0px, rgb(243, 243, 243) 1.74541px -2.43999px 0px, rgb(243, 243, 243) 2.44769px -1.73459px 0px, rgb(243, 243, 243) 2.88051px -0.838247px 0px;
}

.bar_div{
	color: transparent;
	border: 1px solid transparent;
 	border-radius: 0.5vw;
	font-size: 1.1vw;
	padding: 0.6vw 0;
	text-align: center;
	top: 0;
	z-index: 1;
	opacity: 0.8;
	position: absolute;
	transition: all .5s linear;
}

.bar_div span{
	visibility: hidden;
}

.zbir_details_tap{
	text-align: center;
}

.details_tap_a{
	font-size: 1vw;
	font-weight: 400;
	margin-top: 0.5vw;
	color: var(--main-color);
	text-decoration: none;
}

.details_tap_a_green{
	font-weight: 500;
	color: var(--help-green-color);
}

.opus{
	font-size: 1vw;
	font-weight: 300;
	text-align: justify;
}

.view_zvit{
	display: none;
	width: 86%;
	margin: 5% 7% 0;
}

.view_zvit a{
	color: var(--main-color);
	text-decoration: none;
	padding: 0.5vw 2vw 0.7vw;
	font-size: 1.3vw;
	font-weight: 400;
	border: 0.1vw solid var(--main-color);
	border-radius: 5vw;
	transition: .5s;
}

.view_zvit a:hover{
	color: var(--fon-color);
	background-color: var(--main-color);
}

/*----------------------------*/

/*****************************/

#dosag{
	width: 86%;
	display: inline-block;
	margin: 5% 7%;
}

#pridb{
	width: 100%;
	font-size: 2.4vw;
	text-align: center;
	font-weight: 800;
}

#kolo_all{
	margin-top: 5%;
}

.kolo_all_row{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bigk{
	text-align: center;
}

.kolo{
	width: 17vw;
	height: 17vw;
	outline: 0.1vw solid var(--main-color);
	outline-offset: -0.1vw;
	border-radius: 100%;
	text-align: center;
}

.kolo p{
	font-size: 3.5vw;
	font-weight: 800;
	margin-top: 1vw;
}

.kolo img{
	width: 6vw;
	height: 6vw;
	margin-top: 1.5vw;
	margin-bottom: 1vw;
}

.hrr{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: none;
  color: var(--main-color); 
  background-color: var(--main-color); 
  height: 0.1vw;
}

.tkolo{
	font-size: 1.3vw;
	font-weight: 700;
	margin-top: 0.3vw;
}

/*****************************/

.form_zag{
	margin: 5% 0 0;
	font-size: 2.4vw;
	font-weight: 800;
	text-align: center;
}

#dopomoga_form{
	width: 86%;
	margin: 5% 7% 0;
}

.help_form_kn{
	margin-left: 2vw;
}

.dopom{
	cursor: pointer;
	font-size: 1.4vw;
	font-weight: 400;
	padding: 0.4vw 1.8vw 0.6vw;
	border: 0.1vw solid var(--main-color);
	background-color: transparent;
	border-radius: 10vw;
	transition: .5s;
}

.dopom.active_butt{
	color: var(--fon-color);
	background-color: var(--main-color);
}

.dopom:hover{
	color: var(--fon-color);
	background-color: var(--main-color);
}

.the_next{
	margin-left: 5vw;
}

.help_form_kn input{
	display: none;
}

.dopomoga_form_row{
	margin-top: 1vw;
}

.help_all_div{
	width: 65%;
	border: 0.1vw solid var(--main-color);
	margin-top: 2vw;
	border-radius: 2vw;
	padding-top: 1vw;
}

#help_need_div{
	display: inline-block;
}

#help_give_div{
	display: none;
}

.dopomoga_form_row input, 
.dopomoga_form_row textarea{
	width: 82%;
	height: 2.2vw;
	font-size: 1.2vw;
	border: none;
  border-bottom: 0.1vw solid var(--main-color);
  background-color: transparent;
  outline: none;
  margin: 3vw 6% 0;
}

.dopomoga_form_row p{
	width: 82%;
	font-size: 0.8vw;
	font-weight: 600;
  margin: 0 6%;
  color: var(--main-color);
  opacity: 0.9;
}

.dopomoga_form_row textarea{
	height: 5.4vw;
  overflow: hidden;
  resize: none;
}

.dopomoga_form_row input[type=submit] {
  font-size: 2vw;
	height: 6vw;
	text-align: center;
	margin-top: 2vw;
	color: var(--main-color);
	border: none;
	/*text-decoration: underline;*/
}

.dopomoga_form_row input[type=submit]:hover {
	color: grey;
	cursor: pointer;
}

.erconts{
	width: 82%;
	margin: 0 6% 2vw;
	text-align: center;
	font-size: 1vw;
	font-weight: 600;
}

#help_need_stik{
	width: 30%;
	height: 100%;
}

#stik3{
	width: 14vw;
	height: 14vw;
	position: absolute;
	background-image: url(https://fromua.in.ua/pictures/pic/stik3.webp);
	background-size: cover;
	margin-top: 2vw;
	margin-left: 1vw;
}

#stik4{
	width: 13vw;
	height: 13vw;
	position: absolute;
	background-image: url(https://fromua.in.ua/pictures/pic/stik4.webp);
	background-size: cover;
	margin-top: 20vw;
	margin-left: 15vw;
}

#stik5{
	width: 15vw;
	height: 15vw;
	position: absolute;
	background-image: url(https://fromua.in.ua/pictures/pic/stik5.webp);
	background-size: cover;
	margin-top: 40vw;
	margin-left: 4vw;
}

/***************************/

#putan{
	width: 86%;
	margin: 5% 7% 0;
}

.faqblok{
	width: 100%;
	display: inline-block;
	border: 0.1vw solid var(--main-color);
	border-radius: .6vw;
	cursor: pointer;
	margin-bottom: 1vw;
}

.putz{
	font-size: 1.3vw;
  font-weight: 700;
  margin: 1vw;
}

.ftext{
	margin: 1vw;
	text-align: justify;
	font-size: 1vw;
	transition: .5s;
	display: none;
}

.ftext.active{
	display: block;
}

/*---------------------------------------*/

/*----------------------------------------*/

#moge{
	width: 86%;
	margin: 5% 7%;
}

#moge_zag{
	margin: 5% 0 0;
	font-size: 2.4vw;
	font-weight: 800;
	text-align: left;
}

#vuok {
	margin: 1vw 0;
}

#vuok span{
	background-color: var(--main-color);
	color: white;
	width: auto;
	font-size: 1.3vw;
	font-weight: 800;
}

.moge_a_div{
	margin-left: 2vw;
}

.moge_a{
	display: inline-block;
	width: 100%;
	color: var(--main-color);
	text-decoration: none;
	margin-bottom: 1vw;
	font-size: 1.2vw;
	font-weight: 800;
}

#moge a:hover{
	color: grey;
}

/*----------------------------------------*/

#contacts{
	width: 86%;
	margin: 5% 7%;
}

.cont_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont_form{
	width: 35%;
	color: var(--main-color);
	font-size: 1.2vw;
	font-weight: 700;
}

.cont_form_div{
	width: 80%;
}

.cont_form_div input, 
.cont_form_div textarea{
	width: 100%;
	height: 2vw;
	font-size: 1.2vw;
	border: none;
  border-bottom: 0.1vw solid var(--main-color);
  background-color: transparent;
  outline: none;
  margin-top: 3vw;
}

.cont_form_div textarea {
  height: 5vw;
  overflow: hidden;
  resize: none;
}

.cont_form_div input[type=submit] {
    background-color: transparent;
  outline: none;
  border: none;
  font-size: 1.6vw;
  transition: .5s;
  margin: 0;
  margin-top: 2vw;
}

.cont_form_div input[type=submit]:hover {
	color: grey;
	cursor: pointer;
}

.erconts.erconts_cont{
    width: 100%;
	margin: 1vw 0;
}

.cont_info{
	width: 34%;
}

.cont_info_b{
	font-weight: 700;
	font-size: 1.2vw;
	margin-bottom: 1vw;
}

.cont_info_b.cont_info_b_next{
	margin-top: 1vw;
}

.cont_info_p{
	font-weight: 400;
	font-size: 1.1vw;
	margin-left: 0.5vw;
}

.cont_info_p_many{
	text-align: justify;
}

.cont_info_docs{
	margin: 1vw 0;
}

.docs_tap{
	font-weight: 700;
	font-size: 1.2vw;
	cursor: pointer;
	transition: .5s;
}

.docs_tap:hover{
	color: grey;;
}

.info_docs_a{
  display: none;
}

.info_docs_a a{
  width: 100%;
  display: inline-block;
  color: var(--main-color);
  text-decoration: none;
  margin-top: 1vw;
  margin-left: 0.5vw;
  font-weight: 400;
  font-size: 1.1vw;
  transition: .5s;
}

.info_docs_a.info_docs_a_active{
	display: block;
}

.info_docs_a a:hover{
  color: grey;
}

/*---------------------------------*/

.bott{
	width: 86%;
	margin: 0 7%;
	padding: 2% 0 1%;
	display: flex;
	justify-content: center;
}

.hrfaq{
	display: none;
}

.bott_hr{
	display: none;
}

.desk_hidden{
	display: none;
}

/*---------------------------------*/



/*----------------------------------*/

@media (max-width: 995px){

	::-webkit-scrollbar { 
		width: 0; 
	}

	body.lock{
		overflow: hidden;
	}

	.header_body{
		height: 80px;
	}

	.logo{
		height: 40px;
		width: auto;
	}

	.header_burger_fon{
		padding: 16px 10px;
		background-color: white;
		border-radius: 10px;
		z-index: 3;
	}

	.header_burger{
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		z-index: 3;
	}
	.header_burger span{
		background-color: var(--main-color);
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 8px;
		transition: .5s;
	}
	.header_burger:before,
	.header_burger:after{
		content: '';
		background-color: var(--main-color);
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: .5s;
	}
	.header_burger:before{
		top: 0;
	}
	.header_burger:after{
		bottom: 0;
	}

	.header_burger.active_menu span{
		transform: scale(0);
	}

	.header_burger.active_menu:before{
		transform: rotate(45deg);
		top: 8px;
	}
	.header_burger.active_menu:after{
		transform: rotate(-45deg);
		bottom: 8px;
	}

	.header_menu{
		position: fixed;
		top: -100%;
		left: 0;
		overflow: auto;
		width: 100%;
		height: 100%;
		/*background-image: linear-gradient(to bottom, var(--fon-color) 75%, rgba(0, 0, 0, 0) 100%);*/
		background-color: var(--fon-color);
		padding: 100px 10px 20px 10px;
		transition: .5s;
	}

	.header_menu.active_menu{
		top: 0;
	}

	.header_list{
		display: block;
		margin-top: 4vh;
		vertical-align: center;
	}

	.header_list li{
		margin: 0 0 20px 0;
		text-align: center;
	}

	.header_link{
		font-size: 24px;
	}

	.header_link.link_donate{
		font-size: 18px;
		padding: 5px 15px;
		border-radius: 20px;
	}

	.time{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 14px;
		padding: 3px 0 10px;
		text-align: center;
	}

	.time.time_scroll{
		position: static;
		bottom: 0;
	}	

	.view_item{
		width: 100%;
		height: 80vh;
		background-color: white;
	}

	.item_img{
		width: 100%;
		/*выравнивание для картинки чтобы она не ламалась*/
		/*content: ;*/
		border-radius: 10px;
	}

	.item_text{
		/*width: 100%;*/
		position: absolute;
		background-color: rgb(0, 0, 0, 0.1);
	}

	/*-----------------------------*/

	

	/*-----------------------------*/

}

@media (max-width: 481px){

	.row{
		display: flex;
	  flex-wrap: wrap;
	}

	#intop{
		width: 88%;
		margin: 0 6%;
	}

	.header_link.ua,
	.header_link.en{
		font-size: 20px;
		margin: 0 2px;
	}

	/*----------------------------*/

	#wstick{
	  align-items: normal;
	  flex-direction: column-reverse;
	}

	#title{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.nazv{
		font-size: 8vw;
		font-weight: 800;
		width: 65%;
	}

	.title_opus{
		max-width: 100%;
		margin-top: 8vw;
		font-size: 5vw;
	}

	#help_kn{
	  margin: 2vh 0;
	}

	.title_help{
		width: 100%;
		font-size: 6vw;
		border-radius: 10vw;
		padding: 2vw 0;
		margin-top: 3vh;
	}

	.title_help_next{
		margin-left: 0;
	}

	#stik2{
		display: none;
	}

	#stik1{
		width: 30vw;
		height: 30vw;
		right: 0;
		position: absolute;
	}

	/*----------------------------*/

	#zobr{
		margin: 5% 0;
		height: auto;
		background-position: center;
	}

	.zobr {
    width: 88%;
    margin: 10% 6%;
	}

	#chomu{
		font-size: 8vw;
	}

	.row_tomu{
		width: 100%;
	}

	.tomu{
		flex: 0 0 100%;
		max-width: 100%;
		height: auto;
		font-size: 4.5vw;
		margin-top: 15%;
		padding-top: 4%;
		text-align: left;
	}

	/*------------*/

	#new {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    font-weight: 800;
    font-size: 8vw;
	}

	.wrapper{
	  position: relative;
	  width: 90%;
	  margin: 5% 5% 0;
	}

	/* Стрелка */
	.slick-arrow{
	  top: 40%;
	  width: 6vw;
	  height: 5vh;
	  margin-top: 0;
	  z-index: 5;
	}

	.slick-arrow::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 49px;
	}

	.slick-arrow.slick-prev{
		left: -3vw;
	}

	.slick-arrow.slick-next{
		right: -3vw;
	}

	.slider {
		padding: 0 2vw;
	}

	.slider_item {
	  padding-bottom: 5vh;
	}

	.foto_it{
		border-radius: 1.7vw;
		height: 120vw;
	  padding-bottom: 0;
	  margin: 0 10px;
	}

	.news_category {
    top: 2.5vw;
    right: 2.5vw;
    font-size: 3vw;
    padding: 1vw 2vw;
    border-radius: 5vw;
	}

	.foto_it_img{
		height: 50vw;
	}

	.foto_it_txt{
		height: 65vw;
		margin: 0 5vw;
		padding: 3vw 0 2vw;
	}

	.podp{
		margin-bottom: 3vw;
		font-size: 4.5vw;
	}

	.korotko{
		font-size: 4vw;
		margin-bottom: 2vw;
	}

	.morre{
		font-size: 3.5vw;
	}

	hr{
		width: 88%;
		margin: 0 6%;
		border: none; 
		color: var(--main-color); 
		background-color: var(--main-color); 
		height: 0.1vw;
	}

	/*------------*/

	#proorg{
		display: none;
	}

	/*----------------------*/

	#bblock{
		width: 88%;
		margin: 8% 6% 0;
	}

	#bbzag{
		display: block;
		width: 80%;
		margin: 0 10% 5%;
		text-align: center;
		font-size: 8vw;
	}

	.row_bblock{
	  margin: 0;
	}

	.zbir{
		width: 100%;
		margin: 0 0 5vh;
		padding-bottom: 4vh;
		border-radius: 1.8vw;
	}

	.zbir:last-child{
		margin: 0;
	}

	.zbir_img{
		width: 88vw;
		height: 58vw;
		border-radius: 1.8vw 1.8vw 0 0;
	}

	.zbir_date{
    top: 2.5vw;
    right: 2.5vw;
    font-size: 3vw;
    padding: 1vw 2vw;
    border-radius: 5vw;
	}

	.zbir_spent {
    font-size: 6vw;
    font-weight: 750;
	}

	.zbir_title{
		font-weight: 500;
		font-size: 4.5vw;
		margin-top: 7vw;
	}

	.zbir_calc{
		margin-top: 7vw;
		padding: 0 5vw;
	}

	.zbir_sum{
		margin-top: 1vw;
		font-size: 4vw;
	}

	.zbir_sum:last-child{
		margin-bottom: 1vw;
	}

	.zbir_num span{
		font-size: 4vw;
	}

	.zbir_text{
		margin: 4vw 0 0;
	}

	.opus{
		font-size: 4vw;
		text-align: left;
	}

	.zbir_buttons{
		margin-top: 8vw;
	}

	.zbir_donate{
		font-size: 4.5vw;
	}

	.zbir_donate_a{
		margin-bottom: 0.5vw;
		display: inline-block;
	}

	.zbir_donate_span{
		padding: 1vh 5vw;
		border-radius: 1.5vw;
		display: inline-block;
		font-weight: 500;
	}

	.bar_div{
	 	border-radius: 1.5vw;
		font-size: 4vw;
		padding: 2vw 4vw;
	}

	.details_tap_a{
		font-size: 3.5vw;
		font-weight: 400;
	}

	/*-----------------*/

	#dosag{
		width: 80%;
		margin: 8% 10% 10%;
	}

	#pridb{
		font-size: 8vw;
	}

	#kolo_all{
		margin-top: 0;
	}

	.bigk{
		margin-top: 15%;
	}

	.kolo{
		width: 80vw;
		height: 80vw;
	}

	.kolo p{
		font-size: 14vw;
		margin-top: 4vw;
	}

	.kolo img{
		width: 28vw;
		height: 28vw;
		margin-top: 8vw;
		margin-bottom: 7vw;
	}

	.hrr {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
	}

	.tkolo{
		font-size: 5vw;
		font-weight: 700;
		margin-top: 0.3vw;
	}

	/*--------------------*/

	.form_zag {
    font-size: 8vw;
    margin: 8% 0 0;
	}

	#dopomoga_form {
    width: 88%;
    margin: 10% 6% 0;
	}

	#help_form_kn{
		justify-content: center;
	}

	.dopom {
		display: inline-block;
		text-align: center;
		width: 86vw;
    cursor: pointer;
    font-size: 6vw;
    font-weight: 400;
    padding: 2vw 0;
    border: 0.1vw solid var(--main-color);
    background-color: transparent;
    border-radius: 10vw;
    transition: .5s;
	}

	.the_next {
    margin-left: 0;
    margin-top: 5%;
	}

	.help_form_kn {
    margin-left: 0;
	}

	#help_need_stik{
		display: none;
	}

	.dopomoga_form_row {
    margin-top: 5%;
	}

	.help_all_div {
    width: 100%;
    border: none;
    box-shadow: 0 2px 10px rgb(0 51 102 / 15%);
    margin-top: 0;
    border-radius: 5vw;
    padding: 2vw 0 5vw;
	}

	.dopomoga_form_row input, .dopomoga_form_row textarea {
    width: 88%;
    height: 6vw;
    font-size: 4vw;
    margin: 10vw 6% 0;
    padding-left: 1vw;
	}

	.dopomoga_form_row p {
    width: 88%;
    font-size: 2vw;
    margin: 0 6%;
    padding-left: 1vw;
    display: none;
	}

	.dopomoga_form_row textarea {
    height: 12vw;
	}

	.dopomoga_form_row input[type=submit] {
    font-size: 5vw;
    height: 6vw;
    margin-top: 5vw;
	}

	.erconts {
	width: 100%;
    font-size: 3vw;
    margin: 0;
    margin-top: 4vw;
	}

	/*----------------------------*/

	.form_zag {
    font-size: 8vw;
    margin: 8% 6% 0;
	}

	.desk_hidden{
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	#putan {
    width: 88%;
    margin: 5% 6% 0;
	}

	.faqblok {
    margin-bottom: 3vw;
    border-radius: 0;
    border: none;
	}

	/*.faqblok:last-child {
    margin-bottom: 0;
	}*/

	.putz {
    font-size: 4vw;
    font-weight: 700;
    margin: 5vw 0;
	}

	.ftext {
    margin: 2vw 0;
    font-size: 4vw;
    display: block;
    text-align: left;
	}

	.hrfaq{
		width: 100%;
		margin: 0;
		border: none;
	  color: var(--main-color); 
	  background-color: var(--main-color); 
	  height: 0.1vw;
	  display: inline-block;
	}

	/*----------------------*/

	#moge {
    display: none;
	}

	#contacts {
    width: 88%;
    margin: 8% 6% 5%;
	}

	.cont_row {
    justify-content: center;
	}

	.cont_form {
    width: 100%;
    font-size: 4vw;
    padding: 5vw 0 5vw;
    border-radius: 5vw;
    box-shadow: 0 2px 10px rgb(0 51 102 / 15%);
	}

	.cont_form p, .cont_form div{
    width: 88%;
    margin: 0 6%;
	}

	.cont_form_div {
    width: 100%;
	}

	.cont_form_div div{
		width: 100%;
	}

	.cont_form_div input, .cont_form_div textarea {
    width: 100%;
    height: 12vw;
    font-size: 4vw;
    margin-top: 10vw;
    padding-left: 1vw;
    font-weight: 300;
	}

	.cont_form_div input:first-child{
		margin-top: 6vw;
	}

	.cont_form_div input[type=submit] {
    font-size: 5vw;
    height: 6vw;
    margin-top: 2vw;
	}

	.cont_info {
    width: 100%;
    margin-top: 12%;
	}

	.cont_info_b {
    font-size: 4vw;
    margin-bottom: 2vw;
	}

	.cont_info_b.cont_info_b_next{
		margin-top: 5vw;
	}

	.cont_info_p {
		font-weight: 300;
    font-size: 3.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
	}

	.cont_info_docs {
    margin: 5vw 0;
	}

	.docs_tap {
    font-size: 4vw;
	}

	.info_docs_a a {
    margin-top: 2vw;
    margin-left: 2vw;
    font-size: 3.5vw;
	}

	.bott {
    width: 88%;
    margin: 0 6%;
    padding: 4% 0;
    display: flex;
    justify-content: center;
	}

	.mobile_hidden{
		display: none;
	}

}

@media (max-width: 259px){
	.time{
		white-space: nowrap;
		overflow: hidden;
	}
	.time span{
		display: inline-block;
		padding-left: 100%;
		animation: marquee 10s infinite linear;
		-webkit-animation: marquee 10s infinite linear;
	}
	@keyframes marquee{
		0%{transform: translate(0, 0);}
		100%{transform: translate(-100%, 0)}
	}
	@-webkit-keyframes marquee {
		0%{-webkit-transform: translate(0, 0);}
		100%{-webkit-transform: translate(-100%, 0);}
	}
}