@charset "UTF-8";

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

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

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

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

/*Обнуление*/

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

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

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

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

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

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

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

img {
  vertical-align: top;
}

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

.umbraco-forms-hidden{
    display: none;
}

/*---------------------------------------------------------*/
body {
    background: #ffffff;
    font-family: "ProximaNova-300", sans-serif;
    color: #000000;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container {
  max-width: 1062px;
  padding: 0 20px;
  margin: 0 auto;
}

.actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.actions-row__radio-input {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.actions-row__radio-input:checked + label {
  background-color: #002e42;
  color: #ffffff;
}

.actions-row__radio-input:checked + label input {
  color: #ffffff;
}

.actions-row__radio-input:checked + label input::-webkit-input-placeholder {
  color: #ffffff;
}

.actions-row__radio-input:checked + label input::-moz-placeholder {
  color: #ffffff;
}

.actions-row__radio-input:checked + label input:-ms-input-placeholder {
  color: #ffffff;
}

.actions-row__radio-input:checked + label input::-ms-input-placeholder {
  color: #ffffff;
}

.actions-row__radio-input:checked + label input::placeholder {
  color: #ffffff;
}

.actions-row__radio-label {
  display: inline-block;
  cursor: pointer;
  min-width: 104px;
  background-color: #fabe2d;
  border-radius: 25px;
  margin-right: 22px;
  margin-bottom: 20px;
  padding: 17px 12px 16px;
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.actions-row__radio-label input {
  display: inline-block;
  margin: 0 -4px;
  width: 88px;
  min-width: 88px;
  background-color: transparent;
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input::-webkit-input-placeholder {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input::-moz-placeholder {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input:-ms-input-placeholder {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input::-ms-input-placeholder {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input::placeholder {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
}

.actions-row__radio-label input:focus {
  outline: none;
}

.checkbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.checkbox-input:checked + label::before {
  background-color: #1fbdc9;
}

.checkbox-input:checked + label::after {
  opacity: 1;
}

.checkbox-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 41px;
  font-size: 20px;
  line-height: 1.3;
}

.checkbox-label::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #1fbdc9;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.checkbox-label::after {
  content: '';
  width: 15px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: 5px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select {
  width: 100%;
  position: relative;
  border: 1px solid #1fbdc9;
}

.select .new-select__list {
  position: absolute;
  left: -1px;
  top: calc(100% + 1px);
  z-index: 3;
  width: calc(100% + 2px);
  padding: 10px 20px;
  background-color: #fffff3;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  max-height: 250px;
  overflow-y: auto;
}

.select .new-select {
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 7px 70px 11px 18px;
  color: #656d70;
}

.select .new-select.changed {
  color: #000000;
}

.select .new-select::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #1fbdc9;
  position: absolute;
  right: 54px;
  top: 0;
}

.select .new-select::after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 20px solid #1fbdc9;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  right: 16px;
  top: 17px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select .new-select.on::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select .new-select__item {
  cursor: pointer;
}

.select .new-select__item span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body {
  font-size: 24px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  font-family: "ProximaNova-600", sans-serif;
}

h1,
.big-title {
  font-size: 70px;
  line-height: 1.2;
}

.header {
  padding: 54px 0 60px;
  background-color: #fffff3;
}

.header.header--absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
}

.header.header--absolute .header__submenu {
  background-color: transparent;
}

.header__inner {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__logo {
  width: 250px;
  margin-right: 30px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
}

.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
}

.header__menu-item {
  margin: 0 40px;
  padding: 0 10px;
  cursor: pointer;
}

.header__menu-item--subitem {
  position: relative;
}

.header__menu-link {
  display: inline-block;
  font-family: "ProximaNova-400", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #002e42;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.header__menu-link.active {
  font-family: "ProximaNova-700", sans-serif;
  color: #1fbdc9;
}

.header__submenu {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 180px;
  padding: 8px 10px;
  background-color: #fffff3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header__submenu-item {
  line-height: 1;
}

.header__submenu-link {
  display: inline-block;
  font-family: "ProximaNova-400", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #002e42;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.header__submenu-link.active {
  font-family: "ProximaNova-700", sans-serif;
  color: #1fbdc9;
}

.header__donate-link {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #1fbdc9;
  padding: 15px 34px 14px;
  margin-left: 48px;
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #1fbdc9;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__donate-link.active {
  background-color: #1fbdc9;
  color: #fffff3;
}

.header__burger {
  display: none;
}

.main-page {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  background-color: #fffff3;
}

.main-page__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68.6%;
  max-height: 86.8%;
}

.main-page__bg img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.main-page__container {
  height: 100%;
  position: relative;
  max-width: 1524px;
  padding: 7.9% 20px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-page__info {
  max-width: 56.2%;
}

.main-page__title {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 48px;
  line-height: 1.25;
  color: #002e42;
  letter-spacing: -0.48px;
  margin-bottom: 39px;
}

.main-page__text {
  max-width: 793px;
  font-size: 26px;
  line-height: 1.576;
  color: #656d70;
  margin-bottom: 50px;
}

.main-page__link {
  display: inline-block;
  background-color: #fabe2d;
  border-radius: 29px;
  padding: 19px 29px 16px;
  margin-left: -3px;
  font-family: "ProximaNova-700", sans-serif;
  font-size: 21px;
  line-height: 1;
  color: #002e42;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.main-page__link::before {
  content: '';
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.6)));
  background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  position: absolute;
  left: -100px;
  top: -40px;
}

@-webkit-keyframes shine {
  0% {
    opacity: 0;
    left: -100px;
  }

  1% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    left: 250px;
  }

  100% {
    opacity: 0;
    left: 250px;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
    left: -100px;
  }

  1% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    left: 250px;
  }

  100% {
    opacity: 0;
    left: 250px;
  }
}

.full-image {
  height: 781px;
}

.full-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.page-description {
    background-color: #faf7e4;
    padding: 86px 0 72px;
}

.page-description__title {
  margin-bottom: 17px;
}

.page-description__text {
  margin-bottom: 20px;
}

.mission-content {
  padding: 100px 0 71px;
}

.mission-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px 53px -29px;
}

.mission-content__column {
  -ms-flex-preferred-size: 415px;
  flex-basis: 415px;
  padding: 0 30px 0 29px;
  margin-bottom: 40px;
}

.mission-content__item {
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  padding: 35px 34px 31px;
  text-align: center;
}

.mission-content__item-number {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #1fbdc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
  font-family: "ProximaNova-400", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  color: #002e42;
}

.mission-content__description {
  margin-bottom: 20px;
}

.footer {
  padding: 100px 0 91px;
  background-color: #002e42;
  z-index: 1;
}

.footer__inner {
  text-align: center;
}

.footer__social-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.footer__social-item {
  margin: 0 24px;
}

.footer__social-link {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__social-link img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.footer__email {
  display: inline-block;
  margin-bottom: 26px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #1fbdc9;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__email::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.footer__copyright {
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.programs-content {
  padding: 96px 0 97px;
}

.programs-content__subtitle {
  font-family: "ProximaNova-700", sans-serif;
}

.programs-content__text {
  margin-bottom: 23px;
}

.programs-content__list {
  list-style: none;
  margin-bottom: 49px;
}

.programs-content__list-item {
  position: relative;
  padding-left: 43px;
  margin-bottom: 25px;
}

.programs-content__list-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 2px;
  top: 16px;
  margin-left: 25px;
}

.join-content {
  padding: 94px 0 90px;
}

.join-content__text {
  margin-bottom: 49px;
}

.join-content__link {
  padding: 19px 53px 15px;
}

.news-content {
  padding: 87px 0 6px;
}

.news-content__container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.news-content__title {
  margin-bottom: 28px;
  margin-left: 39px;
}

.news-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 -11px;
}

.news-content__column {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 10px 0 11px;
  margin-bottom: 99px;
}

.news-content__item {
  height: 100%;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.11);
  padding: 49px 65px 43px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-content__item-icon {
  margin-bottom: 50px;
  text-align: center;
  padding-left: 20px;
}

.news-content__item-icon img {
  display: inline-block;
  height: 60px;
  width: auto;
}

.news-content__item-data {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.news-content__item-description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 21px;
  line-height: 1.52;
}

.news-content__item-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1;
  color: #1fbdc9;
  letter-spacing: 0.36px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.board-content {
  background: url("../images/board-bg-decor.png") right bottom/646px auto no-repeat;
  padding: 84px 0 2px;
}

.board-content__title {
  margin-bottom: 27px;
}

.board-content__item {
  margin-bottom: 90px;
}

.board-content__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 21px;
}

.board-content__heading-photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 26px;
}

.board-content__heading-info {
  padding-bottom: 17px;
}

.board-content__heading-name {
  font-family: "ProximaNova-700", sans-serif;
  line-height: 1.21;
  margin-bottom: 1px;
}

.board-content__heading-position {
  font-family: "ProximaNova-600", sans-serif;
  font-style: italic;
  line-height: 1.21;
  color: #1fbdc9;
}

.board-content__item-text {
  margin-bottom: 36px;
}

.payment-type {
  margin-top: 40px;
  margin-bottom: 10px;
}

.payment-type .actions-row__radio-label {
  min-width: 231px;
}

.donate-content {
  padding: 89px 0 90px;
}

.donate-content__text a {
  color: #1fbdc9;
  text-decoration: underline;
}

.donate-form {
  margin-bottom: 50px;
}

.donate-form__title {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 19px;
  margin-left: -3px;
}

.donate-form__title.margin {
  margin-bottom: 18px;
  margin-top: 50px;
}

.donate-form__radio-block {
  margin-bottom: 30px;
}

.donate-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4px;
  margin-bottom: 24px;
  position: relative;
}
.donate-form__actions-button_wrapper {
    width: 100%;
}
#paypal-donate-button-container{
    display:none;
}

.donate-form__actions-button,
.donate-form input[type="submit"] {
    display: inline-block;
    min-width: 232px;
    background-color: #fabe2d;
    border-radius: 30px;
    margin-right: 19px;
    padding: 19px 12px 15px;
    font-family: "ProximaNova-700", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #002e42;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.donate-form__actions-button img,
.donate-form input[type="submit"] img {
  display: inline-block;
  width: 89px;
  height: auto;
}

.donate-form__check.active {
  background-color: #002e42;
  color: #ffffff;
}

.donate-form__info {
  display:none;
  z-index: 3;
  width: 545px;
  padding: 57px 37px 48px;
  border-radius: 10px;
}

.donate-form__info-close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #1fbdc9;
  font-size: 20px;
  line-height: 26px;
  color: #1fbdc9;
  text-transform: uppercase;
}

.donate-form__info-title {
  font-family: "ProximaNova-700", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #002e42;
  margin-bottom: 21px;
}

.donate-form__info-subtitle {
  color: #1fbdc9;
  line-height: 1.4;
  margin-bottom: 4px;
}

.donate-form__info-organization {
  font-family: "ProximaNova-700", sans-serif;
  line-height: 1.4;
}

.donate-form__info-address {
  margin-bottom: 16px;
  line-height: 1.4;
}

.donate-form__info-address span {
  display: block;
}

.donate-form__text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.donate-form__text a {
  display: inline-block;
  color: #1fbdc9;
  white-space: nowrap;
  text-decoration: underline;
}

.donate-form inputs-block {
  padding-right: 18px;
}

.donate-form input {
  display: block;
  width: 100%;
  border: 1px solid #1fbdc9;
  padding: 7px 18px 11px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

.donate-form input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 1.5;
  color: #656d70;
}

.donate-form input::-moz-placeholder {
  font-size: 24px;
  line-height: 1.5;
  color: #656d70;
}

.donate-form input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 1.5;
  color: #656d70;
}

.donate-form input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 1.5;
  color: #656d70;
}

.donate-form input::placeholder {
  font-size: 24px;
  line-height: 1.5;
  color: #656d70;
}

.donate-form input:focus {
  outline: none;
}

.donate-form .select {
  margin-bottom: 20px;
}

.donate-form__submit-wrap {
  margin-top: 54px;
  padding-left: 29px;
  text-align: center;
}

.donate-form__submit {
  display: inline-block;
  min-width: 250px;
  background-color: #fabe2d;
  border-radius: 30px;
  margin-right: 22px;
  padding: 17px 12px 16px;
  font-family: "ProximaNova-700", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #002e42;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion {
  padding: 104px 0 115px;
}

.accordion__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
}
.accordion__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 64px;
}

.accordion__full-width-text{
  max-width: 100% !important;
}

.accordion__subtitle {
  margin-top: -40px;
  margin-bottom: 54px;
}

.accordion__item {
  border-top: 1px solid #929292;
}

.accordion__item:last-child {
  border-bottom: 1px solid #929292;
}

.accordion__item-heading {
  display: block;
  width: 100%;
  padding: 20px 50px 20px 0;
  position: relative;
  text-align: left;
}

.accordion__item-heading::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__item-heading::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000000;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion__item-heading.accordion__item-heading--active::after {
  opacity: 0;
}

.accordion__item-title {
  display: inline-block;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
}

.accordion__item-info {
  display: none;
  padding-bottom: 36px;
}

.accordion__item-info img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 20px 0 20px 0;
}

.accordion__item-info ul:not(ul ul),
.accordion__item-info ol:not(ul ol) {
  font-size: 16px !important;
  margin-left: 20px !important;
}

.accordion__item-info ul > li > ul, 
.accordion__item-info ul > li > ol, 
.accordion__item-info ol > li > ol{
  padding-left: 20px;
}

.accordion__item-info a {
  color: #19A0AE;
}

.accordion__item-info a:hover {
  text-decoration: underline;
}

.accordion__item-text {
  max-width: 735px;
  font-size: 16px;
}

.accordion__item-info>p {
  font-size: 16px;
}

.accordion__item-info>p:not(:first-child) {
  margin-top: 20px;
}

.accordion__item-text+.accordion__item-text {
  margin-top: 20px;
}

.accordion__item-subtitle {
  display: inline-block;
  font-family: "Raleway-700", sans-serif;
  line-height: 1.35;
  margin-bottom: 20px;
  margin-top: 30px;
}

.accordion__item-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion__item-element {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding-right: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion__item-name,
.accordion__item-position {
  font-size: 16px;
  margin-bottom: 5px;
}

.accordion-item-link--title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion__item-phone {
  font-size: 14px;
  color: #3C3C3C;
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion__item-mail {
  font-size: 14px;
  color: #3C3C3C;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion__item-link {
  margin-top: 20px;
}

.accordion__programs-title {
  margin: 20px 0 30px;
}

.accordion__corporate-contacts {
  margin-top: 60px;
}

.accordion .corporate-contacts__item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  margin-bottom: 40px;
}

.accordion .corporate-contacts__item *:last-child {
  margin-bottom: 0;
}

.accordion .corporate-contacts__item-title {
  font-family: "Raleway-700", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: #3C3C3C;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion .corporate-contacts__item-phone {
  margin-bottom: 6px;
}

.accordion-li-col2 {
  display: inline-block;
  column-count: 2;
  column-gap: 30px;
}

.accordion-li-col3 {
  display: inline-block;
  column-count: 3;
  column-gap: 30px;
}

.accordion-li-col3 > li,
.accordion-li-col3 > ul {
  margin-right: 8px;
}


@media (min-width: 992px) {
  .header__menu-item--subitem:hover .header__menu-link {
    font-family: "ProximaNova-700", sans-serif;
  }

  .header__menu-item--subitem:hover .header__submenu {
    opacity: 1;
    visibility: visible;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    font-family: "ProximaNova-700", sans-serif;
  }

  .header__submenu-link:hover,
  .header__submenu-link:focus {
    font-family: "ProximaNova-700", sans-serif;
  }

  .header__donate-link:hover,
  .header__donate-link:focus {
    background-color: #1fbdc9;
    color: #fffff3;
  }

  .main-page__link:hover::before,
  .main-page__link:focus::before {
    -webkit-animation: shine 2s ease-in-out infinite;
    animation: shine 2s ease-in-out infinite;
  }

  .footer__social-link:hover,
  .footer__social-link:focus {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }

  .footer__email:hover,
  .footer__email:focus {
    color: #18939d;
  }

  .news-content__item-link:hover,
  .news-content__item-link:focus {
    color: #18939d;
  }
  .accordion__item-phone:hover,
  .accordion__item-phone:focus {
    border-bottom-color: inherit;
  }

  .accordion__item-mail:hover,
  .accordion__item-mail:focus {
    color: #000000;
    text-decoration: underline;
  }

  .accordion .corporate-contacts__item-title:hover,
  .accordion .corporate-contacts__item-title:focus {
    color: #19A0AE;
  }
}

@media (max-width: 1600px) {
  h1,
  .big-title {
    font-size: 66px;
  }

  .header.header--absolute {
    padding-top: 30px;
  }

  .main-page__container {
    padding-top: 11%;
  }

  .full-image {
    height: 650px;
  }

  .page-description {
    padding: 75px 0 55px;
  }

  .page-description__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .header__menu-item {
    margin: 0 10px;
  }

  .main-page__container {
    padding-top: 130px;
  }

  .full-image {
    height: 550px;
  }
}
@media (max-width: 1100px) {
  .accordion {
    padding: 50px 0;
  }
  .accordion__title {
    font-size: 48px;
    /* margin-bottom: 30px; */
  }

  .accordion__item-heading {
    padding-right: 35px;
  }

  .accordion__item-heading::before {
    width: 20px;
  }

  .accordion__item-heading::after {
    height: 20px;
    right: 10px;
  }
  .accordion__item-title {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: 22px;
  }

  h1,
  .big-title {
    font-size: 56px;
  }

  .header {
    padding: 30px 0 35px;
  }

  .header.header--absolute {
    padding-top: 20px;
  }

  .header__logo {
    width: 200px;
  }

  .header__menu-link {
    font-size: 18px;
  }

  .header__submenu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__submenu-link {
    font-size: 18px;
  }

  .header__donate-link {
    margin-left: 20px;
    padding: 10px 25px 8px;
    font-size: 16px;
  }

  .main-page {
    min-height: 600px;
  }

  .main-page__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .main-page__text {
    font-size: 20px;
  }

  .main-page__link {
    font-size: 18px;
    padding: 18px 25px 17px;
  }

  .page-description {
    padding: 50px 0 30px;
  }

  .footer {
    padding: 75px 0;
  }

  .programs-content {
    padding: 75px 0;
  }

  .join-content {
    padding: 75px 0;
  }

  .join-content__link {
    padding: 19px 53px 15px;
  }

  .news-content {
    padding: 75px 0;
  }

  .news-content__title {
    margin-left: 0;
  }

  .news-content__column {
    margin-bottom: 20px;
  }

  .news-content__item {
    padding: 35px 30px;
  }

  .news-content__item-icon {
    padding-left: 0;
  }

  .board-content {
    padding-top: 75px;
  }

  .donate-content {
    padding: 75px 0;
  }
}

@media (max-width: 992px) {
  .actions-row__radio-label {
    min-width: 90px;
    font-size: 18px;
    padding: 12px 10px 11px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .actions-row__radio-label input {
    font-size: 18px;
  }

  .actions-row__radio-label input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .actions-row__radio-label input::-moz-placeholder {
    font-size: 18px;
  }

  .actions-row__radio-label input:-ms-input-placeholder {
    font-size: 18px;
  }

  .actions-row__radio-label input::-ms-input-placeholder {
    font-size: 18px;
  }

  .actions-row__radio-label input::placeholder {
    font-size: 18px;
  }

  .checkbox-label {
    font-size: 18px;
    padding-left: 30px;
  }

  .checkbox-label::before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }

  .checkbox-label::after {
    width: 12px;
    height: 6px;
    left: 4px;
    top: 8px;
  }

  .select .new-select__list {
    padding: 10px;
  }

  .select .new-select {
    font-size: 20px;
    padding: 5px 50px 5px 10px;
  }

  .select .new-select::before {
    right: 40px;
  }

  .select .new-select::after {
    border-top-width: 10px;
    border-left-width: 7px;
    border-right-width: 7px;
    top: 16px;
    right: 13px;
  }

  .select .new-select__item span {
    font-size: 18px;
  }

  body {
    font-size: 18px;
  }

  h1,
  .big-title {
    font-size: 42px;
  }

  .header {
    padding: 20px 0;
  }

  .header.header--absolute {
    padding: 20px 0;
  }

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

  .header__navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    width: 440px;
    height: 100vh;
    background-color: #002e42;
    padding: 90px 20px 30px 30px;
    margin-top: 0;
    overflow-y: auto;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }

  .header__navigation.header__navigation--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__menu {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .header__menu-item {
    margin: 0 0 10px;
    padding: 0;
  }

  .header__menu-item:last-child {
    margin-bottom: 0;
  }

  .header__menu-link {
    font-size: 26px;
    color: #ffffff;
  }

  .header__submenu {
    opacity: 1;
    visibility: visible;
    padding-left: 30px;
    position: static;
    background-color: transparent;
    width: 100%;
    padding: 10px 0 0 30px;
  }

  .header__submenu-item {
    margin-bottom: 5px;
  }

  .header__submenu-item:last-child {
    margin-bottom: 0;
  }

  .header__submenu-link {
    color: #ffffff;
    font-size: 22px;
  }

  .header__donate-link {
    margin-left: 0;
  }

  .header__burger {
    display: block;
    width: 50px;
    height: 38px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 10;
  }

  .header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #1fbdc9;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger span:first-child {
    top: 0;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0;
  }

  .header__burger.header__burger--active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.header__burger--active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header__burger.header__burger--active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .main-page {
    min-height: 500px;
  }

  .main-page__container {
    padding-top: 100px;
  }

  .main-page__info {
    max-width: 59%;
  }

  .main-page__title {
    font-size: 32px;
  }

  .main-page__text {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .main-page__link {
    font-size: 16px;
  }

  .full-image {
    height: 450px;
  }

  .page-description__title {
    margin-bottom: 5px;
  }

  .mission-content {
    padding: 75px 0 45px;
  }

  .mission-content__block {
    margin: 0 -10px 20px;
  }

  .mission-content__column {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .mission-content__item {
    padding: 20px 20px;
  }

  .mission-content__item-number {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__social-list {
    margin-bottom: 10px;
  }

  .footer__social-item {
    margin: 0 12px;
  }

  .footer__social-link img {
    width: 50px;
    height: 50px;
  }

  .footer__email {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer__copyright {
    font-size: 16px;
    line-height: 1.4;
  }

  .programs-content {
    padding: 50px 0;
  }

  .programs-content__list {
    margin-bottom: 30px;
  }

  .programs-content__list-item {
    margin-bottom: 15px;
    padding-left: 25px;
  }

  .programs-content__list-item::before {
    left: 0;
    top: 11px;
  }

  .join-content {
    padding: 50px 0;
  }

  .join-content__text {
    margin-bottom: 30px;
  }

  .news-content {
    padding: 50px 0;
  }

  .news-content__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-content__column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .news-content__item-icon {
    margin-bottom: 30px;
  }

  .news-content__item-description {
    font-size: 20px;
  }

  .board-content {
    padding-top: 50px;
    background-size: 450px auto;
  }

  .board-content__item {
    margin-bottom: 60px;
  }

  .board-content__heading-photo {
    width: 100px;
    height: 100px;
  }

  .board-content__item-text {
    margin-bottom: 25px;
  }

  .payment-type .actions-row__radio-label {
    min-width: 180px;
  }

  .donate-content {
    padding: 50px 0;
  }

  .donate-form {
    margin-bottom: 30px;
  }

  .donate-form__title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .donate-form__title.margin {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .donate-form__radio-block {
    margin-bottom: 15px;
  }
  .donate-form__actions-button
  .donate-form input[type="submit"] {
      min-width: 180px;
      margin-right: 10px;
      padding: 12px 10px 11px;
      font-size: 18px;
  }
  .donate-form__actions-button,
  .donate-form input[type="submit"] img {
      width: 75px;
  }

  .donate-form__info {
    padding: 40px 20px 10px;
    width: 420px;
    left: auto;
    right: 50px;
    top: 170px;
  }

  .donate-form__info-close {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 20px;
  }

  .donate-form__info-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .donate-form__text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .donate-form inputs-block {
    padding-right: 0;
  }

  .donate-form input {
    padding: 5px 12px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .donate-form input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .donate-form input::-moz-placeholder {
    font-size: 20px;
  }

  .donate-form input:-ms-input-placeholder {
    font-size: 20px;
  }

  .donate-form input::-ms-input-placeholder {
    font-size: 20px;
  }

  .donate-form input::placeholder {
    font-size: 20px;
  }

  .donate-form .select {
    margin-bottom: 10px;
  }

  .donate-form__submit-wrap {
    padding-left: 0;
    margin-top: 30px;
  }

  .donate-form__submit {
    min-width: 180px;
    font-size: 18px;
    padding: 12px 10px 11px;
  }
  .accordion__title {
    font-size: 40px;
  }

  .accordion__item-title {
    font-size: 24px;
  }

  .accordion__item-element {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .accordion__corporate-contacts {
    margin-top: 40px;
  }

  .accordion .corporate-contacts__item-title {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .header__burger {
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .header__burger {
    width: 34px;
    height: 26px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .checkbox-label {
    font-size: 16px;
    padding-left: 25px;
  }

  .checkbox-label::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }

  .checkbox-label::after {
    width: 10px;
    height: 5px;
    left: 3px;
    top: 7px;
  }

  body {
    font-size: 16px;
  }

  h1,
  .big-title {
    font-size: 36px;
  }

  .main-page__bg {
    width: 60%;
  }

  .main-page__container {
    padding: 100px 15px 30px;
  }

  .main-page__info {
    max-width: 63%;
  }

  .main-page__title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .main-page__text {
    font-size: 16px;
  }

  .main-page__link {
    font-size: 14px;
    padding: 12px 25px;
  }

  .full-image {
    height: 400px;
  }

  .page-description {
    padding: 30px 0 20px;
  }

  .page-description__text {
    margin-bottom: 10px;
  }

  .mission-content {
    padding: 50px 0 20px;
  }

  .mission-content__column {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    max-width: 50%;
  }

  .footer {
    padding: 25px 0;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .programs-content {
    padding: 30px 0;
  }

  .programs-content__text {
    margin-bottom: 15px;
  }

  .programs-content__list {
    margin-bottom: 15px;
  }

  .programs-content__list-item {
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .programs-content__list-item::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .join-content {
    padding: 30px 0;
  }

  .join-content__text {
    margin-bottom: 20px;
  }

  .join-content__link {
    padding: 15px 35px 12px;
  }

  .news-content {
    padding: 30px 0;
  }

  .news-content__container {
    padding: 0 15px;
  }

  .news-content__title {
    margin-bottom: 15px;
  }

  .news-content__item-icon {
    margin-bottom: 15px;
  }

  .news-content__item-icon img {
    height: 50px;
  }

  .news-content__item-data {
    font-size: 14px;
  }

  .news-content__item-description {
    font-size: 18px;
  }

  .news-content__item-link {
    font-size: 16px;
    margin-top: 15px;
  }

  .board-content {
    padding-top: 30px;
    background-size: 330px auto;
  }

  .board-content__title {
    margin-bottom: 20px;
  }

  .board-content__item {
    margin-bottom: 40px;
  }

  .board-content__item-heading {
    margin-bottom: 15px;
  }

  .board-content__item-text {
    margin-bottom: 15px;
  }

  .donate-content {
    padding: 30px 0;
  }

  .donate-form__title {
    font-size: 20px;
  }

  .donate-form__info {
    width: 370px;
  }

  .donate-form__info-title {
    font-size: 22px;
  }

  .donate-form__text {
    font-size: 16px;
  }
  .accordion__item-text {
    font-size: 15px;
    line-height: 23px;
  }

  .accordion__item-text+.accordion__item-text {
    margin-top: 10px;
  }

  .accordion__item-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .accordion__item-element {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .accordion .corporate-contacts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 576px) {
  .actions-row__radio-label {
    min-width: 80px;
    font-size: 16px;
    padding: 10px 10px 9px;
  }

  .actions-row__radio-label input {
    font-size: 16px;
  }

  .actions-row__radio-label input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .actions-row__radio-label input::-moz-placeholder {
    font-size: 16px;
  }

  .actions-row__radio-label input:-ms-input-placeholder {
    font-size: 16px;
  }

  .actions-row__radio-label input::-ms-input-placeholder {
    font-size: 16px;
  }

  .actions-row__radio-label input::placeholder {
    font-size: 16px;
  }

  .select .new-select {
    font-size: 18px;
  }

  .select .new-select::before {
    right: 32px;
  }

  .select .new-select::after {
    border-top-width: 8px;
    border-left-width: 6px;
    border-right-width: 6px;
    top: 16px;
    right: 10px;
  }

  .select .new-select__item span {
    font-size: 16px;
  }

  h1,
  .big-title {
    font-size: 28px;
  }

  .header__logo {
    width: 160px;
  }

  .header__navigation {
    padding: 80px 20px 20px;
    width: 100%;
    max-width: 370px;
  }

  .header__menu-link {
    font-size: 22px;
  }

  .header__submenu-link {
    font-size: 18px;
  }

  .main-page {
    background: #fffff3 url("../images/main-bg-figure.png") right -200px bottom -200px/500px auto no-repeat;
  }

  .main-page {
    background-size: 450px auto;
  }

  .main-page__bg {
    display: none;
  }

  .main-page__info {
    max-width: 100%;
  }

  .main-page__title {
    font-size: 22px;
  }

  .full-image {
    height: 300px;
  }

  .news-content__item {
    padding: 20px 15px;
  }

  .news-content__item-description {
    font-size: 16px;
  }

  .news-content__item-link {
    font-size: 14px;
  }

  .payment-type {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .payment-type .actions-row__radio-label {
    min-width: 150px;
  }
  .donate-form__actions-button,
  .donate-form input[type="submit"] {
      min-width: 150px;
      font-size: 16px;
  }

  .donate-form__info-title {
    font-size: 20px;
  }

  .donate-form input {
    font-size: 18px;
  }

  .donate-form input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .donate-form input::-moz-placeholder {
    font-size: 18px;
  }

  .donate-form input:-ms-input-placeholder {
    font-size: 18px;
  }

  .donate-form input::-ms-input-placeholder {
    font-size: 18px;
  }

  .donate-form input::placeholder {
    font-size: 18px;
  }

  .donate-form__submit-wrap {
    margin-top: 20px;
  }

  .donate-form__submit {
    min-width: 150px;
    font-size: 16px;
    padding: 10px 10px 9px;
  }
  .accordion__title {
    font-size: 32px;
  }

  .accordion__item-element {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .accordion__corporate-contacts {
    margin-top: 20px;
  }

  .accordion .corporate-contacts__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .accordion .corporate-contacts__item-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .full-image {
    height: 250px;
  }

  .mission-content__block {
    margin-bottom: 10px;
  }

  .mission-content__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer__social-list {
    margin-bottom: 5px;
  }

  .footer__social-item {
    margin: 0 7px;
  }

  .footer__social-link img {
    width: 40px;
    height: 40px;
  }

  .footer__email {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .footer__copyright {
    font-size: 12px;
  }

  .news-content__column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .board-content {
    background-size: 280px auto;
  }

  .board-content__item-heading {
    margin-bottom: 10px;
  }

  .board-content__heading-photo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }

  .donate-form__info {
    width: 100%;
    right: 0;
    top: 65px;
  }
  .accordion-li-col2,
  .accordion-li-col3 {
    display: block;
  }
}

@media (max-width: 400px) {
  .full-image {
    margin-left: -50px;
  }

  .full-image img {
    -o-object-position: left top;
    object-position: left top;
  }

  .payment-type .actions-row__radio-label {
    min-width: 130px;
  }
  .donate-form__actions-button,
  .donate-form input[type="submit"] {
      min-width: 130px;
  }
}
@media (max-width: 370px) {
  .accordion__item-element {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 992px) and (min-width: 992px) {
  .header__burger:hover span,
  .header__burger:focus span {
    background-color: #1ca8b3;
  }
}