

/* Start:/css/style.css?173326526822712*/
:root {
--fsize:20px;
--dblue:#001437;
--vdblue:#10224B;
--lblue:#0152B0;
--blue:#102880;
--orange:#A61C1C;
--pink:#FFB5B5;
--white:#fff;
--green:#234635;
--dgreen:#183125;
--black:#001437;
--grey:#E6E6E6;
}

html {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}

body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
background: var(--green);
}

* {
font-family: 'Literata', sans-serif;
font-size: var(--fsize);
}

html .hidden {
overflow-y: hidden !important;
max-height: 100vh;
}

.snowflake {
    position: absolute;
    top: -50px;
    font-size: 1em;
    color: white;
    opacity: 0.8;
    animation: fall linear infinite;
}
@keyframes fall {
    0% {
        transform: translateY(-100px) translateX(0) rotate(0deg);
    }
    100% {
        transform: translateY(110vh) translateX(50px) rotate(360deg);
    }
}

.button {
height: 3.75rem;
background: var(--orange);
border-radius: 2.22rem;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 1.66rem;
transition: 300ms;
color: var(--white);
text-decoration: none;
text-transform: uppercase;
font-size: 0.88rem;
}

.button:hover {
background: var(--green);
}

h2 {
font-size: 2.66rem;
}

h3 {
font-size: 2rem;
}

.header {
z-index: 3;
position: fixed;
display: flex;
justify-content: space-between;
width: calc(100% - 5rem);
left: 2.5rem;
top:1.25rem;
}

.header__logo {
width: 17vw;
display: block;
}

.header__logo-src {
width: 100%;
}

.header__share {
width: 17vw;
padding-top: 0.87rem;
}

.header__share-title {
font-size: 0.75rem;
color: #769A89;
padding-bottom: 0.65rem;
}

.fs-wrap {

height: 100vh;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
}

.fs-wrap__button {
width: 100%;
text-align: center;
margin-top: -46vh;
position: relative;
z-index: 3;
cursor: pointer;
transition: 400ms;
}

.fs-wrap__button_d {
transform: scale(0);
}

.fs-wrap__button-icon {
fill:var(--orange);
transition: 300ms;
}

.fs-wrap__button-icon:hover {
fill:var(--green);
}

.fs-wrap__button-heart {
position: absolute;
width: 1.056rem;
margin-top: 0.5rem;
left: calc(50% - 0.523rem);
}

.fs__title {
color: #769A89;
font-size:4rem;
text-align: center;
width: 100%;
transition: 300ms;
font-weight: 400;
}

.fs__title i {
font-size:4rem;
font-style: italic;
font-weight: 400;
}


.fs__title-hat {
width: 4.167rem;
position: absolute;
left: 49%;
top: 7%;
}

.fs {
background: url('/img/fs.jpg') top center no-repeat;
background-size: cover;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
align-content: center;
width: calc(100% - 5rem);
height: 100vh;
transition: 300ms;
padding: 0 2.5rem;
}

.fs__pic {
width: 60%;
}

.fs__pic-src {
width: 100%;
}

.fs__info {
padding: 0 2.222rem;
max-width: calc(40% - 4.444rem);
color: var(--white);
padding-bottom: 9.222rem;
}

.fs__title-dlja {
width: 5.222rem;
height: 5rem;
margin: 0 0.94rem;
margin-top: 0.8rem;
}

.fs__text-title {
padding-bottom: 1.22rem;
}

.fs__text-val p {
padding-bottom: 1.44rem;
}

.fs__buttons-link {
font-size: 0.88rem;
color: var(--white);
margin-left: 2.222rem;
transition: 300ms;
text-transform: uppercase;
text-decoration: none;
}

.fs__buttons-link:hover {
text-decoration: none;
}


.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
background: transparent !important;
}

.fs__progress {
height: 3.75rem;
background: var(--dgreen);
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 2.50rem;
width: 27.50rem;
position: fixed;
bottom: 2.25rem;
left: calc(50% - 13.75rem);
z-index: 3;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.fs__progress-title {
position: absolute;
top:-2rem;
font-size: 0.75rem;
text-transform: uppercase;
left: calc(50% - 3.25rem);
}

.fs__progress-bar {
background: repeating-linear-gradient(
  45deg, /* Угол наклона полос */
  #b22222, /* Первый цвет полосы */
  #b22222 20px, /* Длина первой полосы */
  #8b0000 20px, /* Второй цвет полосы */
  #8b0000 40px /* Длина второй полосы */
);
width: fit-content; /* Подстраивается под содержимое */
height: 3.75rem;
position: absolute;
left: 0;
width: 0;
z-index: 0;
border-radius: 2.5rem 0 0 2.5rem ;

}

.fs__progress-from {
position: relative;
z-index: 1;
padding-left: 1.69rem;
}

#fs__progress-to {
padding-right: 1.69rem;
opacity: .3;
}

.fs__progress-title {
color: var(--white);
font-size: 0.778rem;
height: 0.889rem;
}

.fs__progress-value {
font-weight: 500;
color: var(--white);
font-size: 1.13rem;
}

.letters {
padding-top: 9.25rem;
padding-left: 2.5rem;
padding-right: 2.5rem;
display: flex;
width: max-content;
gap: 20px;
}

.letters__mob {
display: none;
}

.letters__item {
background: #FFFCF0;
padding: 1.25rem;
border-radius:0.63rem;
max-width: 50vw;
}

.letters__item-inner {
border: 1px dashed rgba(40, 40, 40, 0.4);
border-radius:0.63rem;
display: flex;
flex-wrap: wrap;
}

.letters__item-inner-text {
width: calc(60% - 5rem);
padding: 2.50rem;
min-height: 20rem;
}

.letters__item-inner-text-val {
padding-top: 0.5rem;
padding-bottom: 1.88rem;
}

.letters__item-inner-text-button {
color: var(--white);
}

.letters__item-inner-text-pic {
width: 40%;
display: flex;
align-items: flex-end;
}

.letters__item-inner-text-pic-src {
max-width: 100%;
}

.ss {

background-size: contain;
}

.ss__tree {
background: url('/img/ss__tree-pic2.jpg') top center no-repeat;
background-size: cover;
padding-bottom: 30rem;
}

.ss__tree-inner {
max-width: 40%;
margin:0 auto;
padding-top: 37rem;
}

.ss__tree-block-c {
display: flex;
justify-content: center;
}

.ss__tree-block-sb {
display: flex;
justify-content: space-between;
}

.ss__tree-block-sb_fl {
max-width: 80%;
margin: 0 auto;
}

.ss__tree-item {
width: 11.944rem;
height: 11.944rem;
background: url('/img/green-sphere.png') center center no-repeat;
background-size: contain;
border-radius: 50%;
text-align: center;
color: var(--white);
}

.ss__tree-item_last {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}

.ss__tree-item-pic {
max-width: 44%;
}

.ss__tree-item_red {
background: url('/img/red-sphere.png') center center no-repeat;
background-size: contain;
}

.ss__tree-item_o {
background: var(--orange);
}

.ss__tree-item-sum {
font-size: 2.222rem;
font-weight: 500;
text-align: center;
padding-top: 1.389rem;
}

.ss__tree-item-sum_corp {
font-size: 1.2rem;
}

.ss__tree-item_o .ss__tree-item-sum {
color: var(--white);
}

.ss__tree-item-sum_alt {
font-size: 1.333rem;
padding-top: 2.5rem;
}

.ss__tree-item-text {
font-size: 0.8rem;
padding: 0 5%;
padding-bottom: 1rem;
}

.ss__tree-item_o .ss__tree-item-text {
color: var(--white);
}

.ss__tree-item-button {
font-size: 0.889rem;
background: var(--green);
color: var(--white);
height: 2.222rem;
}

.ss__tree-item-button_corp {
height: 2.222rem;
background: var(--green);
cursor: pointer;
}

.ss__tree-item_red .ss__tree-item-button {
background: var(--orange);
}

.how {
padding: 0 18.75vw;
}


.how__title {
color: var(--white);
text-align: center;
padding-top: 1.389rem;
padding-bottom: 0.389rem;
}

.how__item-list {
padding-bottom: 5.556rem;
}

.how__item {
background: var(--dgreen);
border-radius: 1.667rem;
padding: 1.667rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-top: 1.222rem;
}

.how__item-pic {
width: calc(36.59% - 2.778rem);
padding-right: 2.778rem;
position: relative;
}

.how__item-pic-src {
width: 100%;
}

.how__item-text {
width: 63.41%;
}

.how__item-text-title {
color: var(--white);
font-size: 2rem;
padding-bottom: 1.111rem;
}

.how__item-text-val {
color: var(--white);
}

.past-years {
padding: 0 18.75vw;
padding-bottom: 5.556rem;
}

.past-years__title {
text-align: center;
color: var(--white);
margin-bottom: 3.611rem;
}

.past-years__block {
margin-bottom: 5.833rem;
}

.past-years-pic {
position: relative;
}

.past-years-val {
font-size: 21.25rem;
color: var(--dgreen);
text-align: center;
line-height: 1;
}

.past-years-pic-src-n-24 {
position: absolute;
bottom: 6rem;
left: 17%;
}

.past-years-pic-src-n-22 {
position: absolute;
bottom: 8.5rem;
left: 31%;
}

.past-years-pic-src-n-21 {
position: absolute;
bottom: 5.5rem;
left: 41%;
}

.past-years-pic-src {
width: 100%;
}

.past-years__facts {
display: flex;
flex-wrap: wrap;
margin-top: 1.778rem;
}

.past-years__facts-item {
width: calc(33.33% - 2.778rem);
margin-right: 2.778rem;
}

.past-years__facts-item-title {
font-size: 1.667rem;
color: var(--white);
font-weight: 500;
padding-bottom: 0.667rem;
}

.past-years__facts-item-text {
color: var(--white);
}

.faq {

padding: 0 2.222rem 2.222rem 2.222rem;
}

.faq__title {
color: var(--white);
text-align: center;
padding-bottom: 2.222rem;
}

.faq-script {
max-width: 56.25rem;
margin: 0 auto;
}

.faq-script-item {
border-radius: 1.88rem;
background: var(--dgreen);
padding: 1.88rem;
margin-bottom: 1.88rem;
}

.faq-script-question {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}

.faq-script-question span {
font-size: 1.50rem;
color: var(--white);
}

.faq-script-toggle {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
color: var(--white);
}

.faq-script-answer {
margin-top: 1.5rem;
display: none; 
}

.faq-script-answer p {
font-size: 1.13rem;
color: var(--white);
padding-bottom: 0.8rem;
opacity: .6;
}

.faq-script-answer a {
color: var(--white);
}

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

.faq__list-col {
max-width: 56.25rem;
margin: 0 auto;
}

.faq__list-item {
padding: 3.333rem;
color: var(--white);
margin-bottom: 1.111rem;
}

.faq__list-item-title {
font-size: 1.667rem;
padding-bottom: 1.389rem;
}

.faq__list-item p {
padding-bottom: 1.389rem;
}

.faq__list-item p a {
color: var(--white);
}

.faq__list-item p a:hover {
text-decoration: none;
}

.faq__list-item-soc {
display: flex;
flex-wrap: wrap;
margin-bottom: 1.5rem;
}

.faq__list-item-soc-title {
width: 100%;
font-size: 0.778rem;
padding-bottom: 1.056rem;
}

.faq__list-item-soc-item {
margin-right: 1.111rem;
}

.faq__list-item-soc-item-icon {
width: 2.333rem;
transition: 300ms;
}

.faq__list-item-soc-item:hover .faq__list-item-soc-item-icon {
opacity: 0.6;
}

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

.faq__list-item-logo {
width: 6.66rem;
}

.faq__list-item-logo-src {
width: 100%;
}

.faq__list-item-logo-win {
width: 40%;
}

.faq__list-item-text {
width: calc(100% - 11rem);
}

.footer {
border-top: 1px solid rgba(255,255,255,0.2);
padding: 0 2.222rem;
display: flex;
justify-content: space-between;
align-content: center;
flex-wrap: wrap;
height: 4.222rem;
color: rgba(255,255,255,0.6);
font-size: 0.778rem;
}

.footer a, .footer p {
font-size: 0.778rem;
color: rgba(255,255,255,0.6);
}

.footer a:hover {
color: var(--orange);
}

.form-overlay {
position: fixed;
top:0;
left: 0;
width:100vw;
height: 100vh;
background: rgba(35, 70, 53, 0.9);
backdrop-filter: blur(12px);
z-index: 3;
transform: scale(0);
}

.form-overlay_a {
transform: scale(1);
}

.hello {
display: none;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
align-items: center;
transform: translateX(-200vh);
transition: 300ms;
}

.hello_a {
transform: translateX(0vh);
display: flex;
}

.hello__pic-inner {
position: relative;
z-index: 2;
}

.hello__pic {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.hello__pic-star {
position: absolute;
max-width: 100%;
}

.hello__pic-star-src {
position: relative;
z-index: 2;
max-width: 100%;
}

.hello__text {
width: 50%;
}

.hello__text-bubble {
background: var(--white);
border-radius: 2.222rem;
padding: 2.222rem 3.333rem;
margin-right: 10%;
position: relative;
}

.hello__text-bubble-arrow {
width: 4rem;
height: 3.333rem;
position: absolute;
left: -3.5rem;
top:3.722rem;
}

.hello__text-bubble-title {
padding-bottom: 1.667rem;
}

.hello__text-bubble p {
font-size: 1.333rem;
padding-bottom: 1.667rem;
}

.hello__text-button {
position: relative;
width: 17.333rem;
cursor: pointer;
}

.hello__text-button-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: absolute;
top:2.667rem;
width:100%;
}

.hello__text-button-inner span {
color: var(--white);
margin-right: 0.667rem;
}

.hello__text-button-icon {
width: 17.333rem;
height: 5rem;
fill:var(--orange);
transition: 300ms;
}

.hello__text-button-heart {
width: 1.056rem;
height: 1.056rem;
}

.hello__text-button:hover .hello__text-button-icon  {
fill: var(--green);
}

.hello__text-bubble-close {
width: 4.722rem;
height: 4.722rem;
position: absolute;
top:0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.hello__text-bubble-close-icon {
width: 1.389rem;
height: 1.389rem;
fill:#7D8285;
}

.hello__text-bubble-close:hover .hello__text-bubble-close-icon {
fill:var(--orange);
}

.donate-form {
display: none;
align-items: center;
justify-content: center;
align-content: center;
height: 100vh;
transform: translateX(-200vh);
transition: 300ms;
}

.donate-form_a {
display: flex;
transform: translateX(0);
}

.donate-form-body {
padding: 3.889rem 6.389rem;
width: 38rem;
background: var(--white);
border-radius: 2.222rem;
position: relative;
}

.donate-form__title {
padding-bottom: 1.667rem;
}

.donate-form__tabs {
display: flex;
align-content: center;
flex-wrap: wrap;
justify-content: space-between;
}

.donate-form__tabs-item {
width: 5.722rem;
height: 2.611rem;
transition: 300ms;
font-size: 1.111rem;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
cursor: pointer;
border-radius: 1.667rem;
}

.donate-form__tabs-item_a {
color: var(--white);
background: var(--green);
cursor: default;
}

.donate-form__tabs-desr {
padding-top: 1.111rem;
padding-bottom: 1.667rem;
}

.df-input {
border:1px solid #282828;
height: 2.611rem;
width: calc(100% - 1.888rem);
padding: 0 0.944rem;
border-radius: 2.222rem;
}

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

.donate-form__input {
width: calc(50% - 0.556rem);
position: relative;
}

.donate-form__inputs label.error {
color: var(--orange);
font-size: 0.778rem;
position: absolute;
padding-left: 0.944rem;
}

.donate-form__checkboxes {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-top: 1.111rem;
margin-bottom: 1.667rem;
}

.donate-form__checkboxes-group {
width: calc(50% - 2.556rem);
display: flex;
align-content: center;
position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
padding-left: 2rem;
height: 1.444rem;
}

.donate-form__checkboxes-group label {
  cursor: pointer;
  font-size: 0.778rem;
  color: #282828;
  line-height: 1.444rem;
}

.donate-form__checkboxes-group label a {
font-size: 0.778rem;
color: var(--orange);
}

.donate-form__checkboxes-group .error:before, .donate-form__checkboxes-group .error:after {
display: none !important;
}

.donate-form__checkboxes-group .error {
color: var(--orange);
font-size: 0.778rem;
position: absolute;
padding-left: 0.944rem;
margin-top: 1.5rem;
}

.donate-form__checkboxes-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.donate-form__checkboxes-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.444rem;
  width: 1.444rem;
  background-color:var(--white);
  border: 1px solid #282828;
  border-radius: 0.222rem;
}

/* On mouse-over, add a grey background color */
.donate-form__checkboxes-group:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.donate-form__checkboxes-group input:checked ~ .checkmark {
  background-color:var(--green);
}

/* Create the checkmark/indicator (hidden when not checked) */
.donate-form__checkboxes-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.donate-form__checkboxes-group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.donate-form__checkboxes-group .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.donate-form__submit {
background: #282828;
font-size: 0.889rem;
justify-content: center;
height: 2.778rem;
min-width: 17.778rem;
color: var(--white);
}

.donate-form__submit:hover {
background: var(--green);
}

@media (max-width:1680px) {
	
:root {
--fsize:18px;
}

.ss__tree-inner {
max-width: 50%;
}

.fs__kucha {
width: 36.56rem;
}

}

@media (max-width:1440px) {
	
:root {
--fsize:16px;
}
	
.fs__kucha {
width: 32.56rem;
}
	
}

@media (max-width:1280px) {

:root {
--fsize:14px;
}
	
}

@media (max-width:1180px) {

.fs__title {
font-size: 4rem;
}

.header__share {
width: 20vw;
}

.fs__pic {
width: 50%;
}

.fs__info {
max-width: calc(50% - 4.444rem);
}
	
}

@media (max-width:990px) {
.fs__kucha {
width: 18.56rem;
}

.fs__title {
font-size: 3rem;
}

.fs__title-dlja {
width: 5.22rem;
margin-top: 2rem;
}

.fs__kucha-button {
left: 4rem;
}

.ss__tree-inner {
max-width: 70%;
}

.faq__list-item { 
padding: 1.33rem;
}

}

@media (max-width:767px) {
	
.button {
height: 3.571rem;
}

.header {
width: calc(100% - 1.43rem);
left: 0.71rem;
}

.header__logo {
position: absolute;
top: 2rem;
transform: rotate(-18deg);
}
	
.fs__title {
flex-wrap: wrap;
font-size: 8vw;
display: block;
}

.fs__title i {
font-size: 8vw;
}

.fs__title-hat {
width: 2.143rem;
left: 49%;
}

.header__share {
display: none;
}

.fs-wrap {
height: auto;
}
	
.fs {
width: 100vw;
position: relative;
padding-top: 6rem;
padding-left: 0.71rem;
padding-right: 0.71rem;
}

.fs__pic {
width: 100%;
order: 2;
}

.fs__progress {
display: none;
}

.fs_a {
top:0;
height: auto;
}

.fs-wrap_off {
height: auto;
}

.fs_a .fs__progress {
display: flex;
width: calc(100% - 1.43rem);
left: 0.71rem;
bottom: 0.71rem;
}

.fs-wrap__button-icon {
width: 15.357rem;
}	

.fs_a .fs__progress {
order: 1;
}

.fs_a .fs__kucha {
order: 2;
}

.fs_a .fs__info {
width: 100%;
order: 1;
max-width: 100%;
padding: 0 0.714rem;
text-align: center;
}

.fs__text-title {
text-align: center;
font-size: 1.71rem;
}

.fs__text-val {
text-align: center;
}

.fs__kucha-button {
width: calc(100vw - 1.428rem);
left: 0;
background: #E6E6E6;
color: #001437;
text-align: center;
position: relative;
padding: 0;
margin: 0 0.714rem;
top: -3rem;
}

.fs__buttons-donate {
width: 100%;
color: var(--white);
padding: 0;
text-align: center;
justify-content: center;
}

.fs__buttons-link {
text-align: center;
font-size: 1.143rem;
display: block;
margin-left: 0;
margin-top: 2rem;
}

.fs__share-title {
color: var(--black);
font-size: 1rem;
}

.fs__share {
top: 0rem;
z-index: 2;
padding-top: 3.5rem;
padding-bottom: 1.5rem;
}

.letters__dt {
display: none;
}

.letters__mob {
display: block;
}

.letters {
padding-left: 0.71rem;
padding-right: 0.71rem;
max-width: calc(100vw - 1.42rem);
padding-top: 6.25rem;
}

.swiper-slide {
width: 90%;
}

.letters__item {
max-width: 100%;
padding: 0;
position: relative;
}

.letters__item-arrow {
position: absolute;
width: 3.29rem;
height: 2.57rem;
bottom: -2.5rem;
left: 3rem;
}

.letters__item-inner {
border: none;
}

.letters__item-inner-text {
width: 100%;
padding: 1.07rem;
}

.letters__item-inner-text-title {
font-size: 1.29rem;
}

.letters__item-inner-text-button {
width: 100%;
padding: 0;
}

.letters__item-inner-text-pic {
position: relative;
display: flex;
justify-content: center;
width: 100%;
}

.letters__item-inner-text-pic-src {
max-width: 55%;
}

.swiper-pagination {
top: 30px;
left: 10px;
height: 30px;
text-align: left;
color: var(--white);
}

.letters__mob-icon {
position: absolute;
right: 10px;
top:30px;
}

.ss {
background: none;
}

.ss__tree {
background-size: 466%;
}

.ss__tree-inner {

max-width: 100%;
position: relative;
top:30rem;
padding-bottom: 4rem;
}

.ss__tree-block-c_f {
margin-top: -28rem;
}

.ss__tree-block-sb {
flex-wrap: wrap;
justify-content: center;
}

.ss__tree-block-divider {
width: 100%;
}

.ss__tree-item {
width: 15.357rem;
height:15.357rem;
margin-bottom: 1.429rem;
}

.ss__tree-item-text {
font-size: 1.143rem;
}

.how {
padding: 0 0.714rem;
margin-top: 16rem;
}

.how__tail {
display: none;
}

.how__title {
color: var(--white);
text-align: center;
padding-top: 3.389rem;
padding-bottom: 0.389rem;
max-width: 70%;
text-align: left;
}

.how__item-pic {
width: 100%;
padding-right: 0;
text-align: center;
}

.how__item-text {
width: 100%;
padding-top: 1.429rem;
}

.how__item-text-val {
font-size: 1.143rem;
}

.past-years {
padding: 0 0.714rem;
}

.past-years__title {
text-align: left;
margin-bottom: 2.611rem;
}

.past-years__block {
margin-bottom: 0;
padding-bottom: 2rem;
}

.past-years__facts-item {
width: 100%;
margin-right: 0;
margin-bottom: 1.286rem;
}

.past-years-val {
font-size: 40vw;
}

.past-years__facts-item-title {
font-size: 1.714rem;
}

.past-years__facts-item-text {
font-size: 1.143rem;
}

.past-years-pic-src-n-24 {
bottom: 1rem;
left: 11%;
width: 32vw;
}

.past-years-pic-src-n-22 {
bottom: 2.5rem;
left: 31%;
width: 22vw;
}

.past-years-pic-src-n-21 {
bottom: 1.5rem;
left: 41%;
width: 20vw;
}

.faq {
padding: 0 0.714rem;
}

.faq__title {
text-align: left;
}

.faq-script-question span {
font-size: 1.14rem;
}

.faq__list-col {
width: 100%;
}

.faq__list-item p {
font-size: 1.143rem;
}

.faq__list-item-logo {
width: 100%;
margin-bottom: 2rem;
}

.faq__list-item-logo-src {
width: 30%;
}

.faq__list-item-logo_w2 {
display: block;
}

.faq__list-item-text {
width: 100%;
}

.footer {
height: 7.22rem;
}

.footer a, .footer p {
margin-bottom: 0.5rem;
}

.hello_a {
margin: 0.714rem;
}

.hello__pic {
width: 100%;
order: 2;
}

.hello__text {
width: 100%;
order: 1;
}

.hello__text-bubble {
margin-right: 0;
width: calc(100% - 2.858rem);
padding: 1.429rem;
}

.hello__text-bubble-title {
font-size: 1.714rem;
padding-bottom: 0;
}

.hello__text-bubble p {
font-size: 1.143rem;
padding-bottom: 1rem;
}

.hello__text-bubble-arrow {
top: auto;
bottom: -3rem;
left: 20%;
transform: rotate(0deg);
}

.donate-form_a {
margin: 0.714rem;
height: auto;
}

.donate-form-body {
width: calc(100% - 2.858rem);
padding: 1.429rem;
}

.donate-form__tabs-item {
font-size: 1.429rem;
margin-bottom: 0.5rem;
}

.donate-form__input, .donate-form__checkboxes-group {
width: 100%;
margin-bottom: 0.714rem;
}

.donate-form__submit {
width: 100%;
font-size: 1.143rem;
}

.donate-form__checkboxes-group .checkmark:after {
left: 7px;
top: 3px;
}

}
/* End */


/* Start:/css/reset.css?17331496943865*/
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
html,
body,
p,
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


ul {
  list-style-type: none;
}
    input:not([type=checkbox]):not([type=radio]),
    textarea, 
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:14px;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}
/* End */
/* /css/style.css?173326526822712 */
/* /css/reset.css?17331496943865 */
