@charset "UTF-8";
:root {
  --font-family: "Nunito", sans-serif;
  --second-family: "AmaticSC", sans-serif;
  --content-width: rem(1170);
  --container-offset: rem(15);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --text-black: #101010;
  --text-grey: #626262;
  --text-white: #fff;
  --brand-main-yellow: #ffe664;
  --brand-main-blue: #404697;
  --brand-background-yellow: #fff4e0;
  --brand-background-white: #fffcf5;
  --brand-blue: #2d5dd9;
  --project-text: #283c63;
  --project-primary: #ff403c;
  --project-secondary: #f3f8ff;
  --project-gray: #ededed;
  --button---primary: #ff403c;
  --button---primary-hover: rgba(255, 64, 60, 0.7);
  --button---secondary: #283c63;
  --button---secondary-hover: rgba(40, 60, 99, 0.7);
  --input-bg: #f5f5f5;
  --input---border: #ededed;
  --input---font: #828282;
  --functional---succes: #8cba51;
  --functional---error: #fd5e53;
  --functional---link: #ff9f59;
  --functional---offset: rgba(132, 101, 255, 0.7);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "AmaticSC";
  src: url("../fonts//AmaticSC-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts//Nunito-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts//Nunito-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts//Nunito-ExtraBold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
  overflow-x: clip;
  margin-left: calc((100% - 100vw) / 2);
}

body,
html {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background: var(--brand-background-white);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  padding: 0 4rem;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 576px) {
  .container {
    padding: 0 1.6rem;
  }
}
.container--big {
  max-width: 180rem;
}
.container--extra {
  max-width: 151rem;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  overflow-y: scroll;
}
.dis-scroll body {
  overflow: hidden;
  height: 100dvh;
}

.main_padding {
  padding-block: 18rem 6rem;
}
@media (max-width: 576px) {
  .main_padding {
    padding-block: 12rem 4rem;
  }
}
.main_text .crumbs {
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .main_text .crumbs {
    margin-bottom: 2.8rem;
  }
}
.main_text .crumbs__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .main_text .crumbs__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.main_second .section {
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .main_second .section {
    margin-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .only-mobile {
    display: none !important;
  }
}

html {
  --refRes: 1900;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  html {
    --refRes: 390 !important;
  }
}

.btn-blue-border {
  position: relative;
  padding: 1.6rem 2.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--text-black);
  border: 0.2rem solid #404697;
}
@media (hover: hover) {
  .btn-blue-border:hover {
    color: var(--brand-main-blue);
    background-color: rgba(64, 70, 151, 0.1);
  }
}
.btn-blue-border:active {
  color: var(--brand-main-blue);
  background: rgba(64, 70, 151, 0.2);
}
.btn-blue-border:disabled {
  color: var(--text-grey);
  border-color: var(--text-grey);
  pointer-events: none;
}
.btn-blue-border_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: var(--brand-main-blue);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.btn-blue-border_arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/img/ui/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-blue-border--big {
  font-size: 2rem;
  padding: 2rem 4rem;
}
@media (max-width: 576px) {
  .btn-blue-border--big {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
.btn-blue-border--small {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 1.2rem 2.4rem;
}

.btn-search {
  border-radius: 6rem;
  background: rgba(64, 70, 151, 0.2);
  padding: 1.2rem;
  width: 4.4rem;
  height: 4.4rem;
}
.btn-search svg {
  width: 2rem;
  height: 2rem;
}

.title {
  font-family: var(--second-family);
  font-weight: 700;
  color: var(--text-black);
}
.title--h1 {
  font-size: 9rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .title--h1 {
    font-size: 4rem;
  }
}
.title--h2 {
  font-size: 6.4rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .title--h2 {
    font-size: 4rem;
  }
}
.title--h3 {
  font-size: 4rem;
  line-height: 100%;
}
.title span {
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .section {
    margin-bottom: 4rem;
  }
}

.btn-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--brand-main-blue);
}
.btn-arrow::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1555 9.99811L6.07812 3.9207L7.25664 2.74219L14.5126 9.99811L7.25664 17.254L6.07812 16.0755L12.1555 9.99811Z' fill='%23404697' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  .btn-arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.btn-arrow_not::after {
  display: none;
}
@media (max-width: 576px) {
  .btn-arrow {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .btn-arrow:hover .btn-arrow__hover {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.btn-arrow__hover {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: -0.2rem;
  height: 0.2rem;
  width: calc(100% - 2.4rem);
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-line {
  position: relative;
}
@media (hover: hover) {
  .btn-line:hover .btn-line__hover {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.btn-line__hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 0.2rem;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-more {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--brand-main-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.4rem;
}

.audio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .audio {
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.audio audio {
  position: absolute;
  bottom: -7rem;
  display: none;
}
.audio__controls {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  background: rgba(64, 70, 151, 0.1);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .audio__controls:hover {
    color: var(--brand-main-blue);
    background-color: rgba(64, 70, 151, 0.2);
  }
}
.audio__controls:active {
  color: var(--brand-main-blue);
  background: rgba(64, 70, 151, 0.3);
}
.audio__controls img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.audio__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50rem;
}
@media (max-width: 576px) {
  .audio__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
}
.audio__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 0.8rem;
}
.audio__line {
  position: relative;
  height: 0.8rem;
  width: 100%;
  border-radius: 0.8rem;
  background: #e0ddd8;
  margin-bottom: 0.8rem;
  cursor: pointer;
}
.audio__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--width);
  border-radius: 0.8rem;
  background: var(--brand-main-blue);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.audio__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--width);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  border: 0.2rem solid var(--brand-main-blue);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(64, 70, 151, 0.12);
  box-shadow: 0 0.2rem 0.6rem rgba(64, 70, 151, 0.12);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .audio__line:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.audio__line.is-dragging::after {
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
}
.audio__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  color: var(--text-grey);
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__field {
  display: none;
}
.checkbox__field:checked + .checkbox__mask {
  background: rgba(64, 70, 151, 0.2);
}
.checkbox__field:checked + .checkbox__mask .checkbox__mask-icon {
  display: block;
}
.checkbox__mask {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #2d5dd9;
  border-radius: 0.2rem;
  cursor: pointer;
}
.checkbox__mask-icon {
  width: 1.4rem;
  height: 1.1rem;
  display: none;
}
.checkbox__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #101010;
}
.checkbox__text a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.checkbox__text a:hover {
  text-decoration: none;
}

.select {
  position: relative;
  width: 100%;
}
.select.open .select__hidden {
  display: block;
}
.select.open .select__arrow {
  rotate: 180deg;
}
.select__visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
}
.select__mask {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #101010;
}
.select__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select__hidden {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  padding: 1.6rem 1.2rem;
  border-radius: 1rem;
  background: #fff;
}
.select__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  margin-right: -0.5rem;
  max-height: 30rem;
}
.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #101010;
}
.select__item:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

.crumbs {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .crumbs {
    margin-bottom: 3.2rem;
  }
}
.crumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.crumbs__link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: rgba(98, 98, 98, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.crumbs__link:hover {
  color: var(--text-black);
}
.crumbs__link:last-child {
  color: var(--text-black);
}
.crumbs__link:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.crumbs__link:not(:last-child)::after {
  content: "—";
  padding-left: 0.8rem;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.accordion__item {
  position: relative;
  border-radius: 2.4rem;
  padding-bottom: 1.2rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .accordion__item {
    border-radius: 2rem;
    padding-bottom: 0;
  }
}
.accordion__item.open .accordion__hidden {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 0 4rem 2rem;
}
@media (max-width: 576px) {
  .accordion__item.open .accordion__hidden {
    padding: 0 2rem 1.6rem;
  }
}
.accordion__item.open .accordion__visible-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding: 3.2rem 4rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .accordion__visible {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 2rem;
  }
}
.accordion__visible-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.4rem;
}
@media (max-width: 576px) {
  .accordion__visible-arrow {
    margin-top: 0;
  }
}
.accordion__visible-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .accordion__visible-name {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.accordion__hidden {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 4rem;
}
@media (max-width: 576px) {
  .accordion__hidden {
    padding: 0 2rem;
  }
}
.accordion__hidden-height {
  min-height: 0;
}
.accordion__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .accordion__description {
    font-size: 1.4rem;
    line-height: 120%;
  }
}

.progress-line {
  position: relative;
  border-radius: 0.8rem;
  width: 100%;
  height: 0.8rem;
  background-color: #e0e0e0;
}
.progress-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
  width: var(--percent);
  height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
}

.donation-report-container {
  --report-main-color: #8f31ffff;
  --report-info-color: #8f31ffff;
  --report-error-color: #dc3545;
  --report-border-color: #f8f7fa;
  --report-text-main-color: #333333ff;
  --report-text-second-color: #675c74ff;
  --report-text-size: 16px;
  --report-text-height: 28px;
}

.donation-report-container .hidden {
  display: none;
}

.donation-report-table-block {
  position: relative;
}

.donation-report-table-block-preloader-preloader {
  position: absolute;
  top: 50%;
  left: calc(50% - 32px);
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.donation-report-table-block-preloader-preloader-ring {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.donation-report-table-block-preloader-preloader-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid;
  border-radius: 50%;
  -webkit-animation: donation-report-preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: donation-report-preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--report-main-color) transparent transparent transparent;
}

.donation-report-table-block-preloader-preloader-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.donation-report-table-block-preloader-preloader-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.donation-report-table-block-preloader-preloader-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes donation-report-preloader-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes donation-report-preloader-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.donation-report-table-block-information {
  background-color: var(--report-info-color);
  padding: 12px 18px;
  color: #ffffff;
  font-size: var(--report-text-size);
  line-height: var(--report-text-height);
  border-radius: 8px;
  margin-bottom: 12px;
}

.donation-report-table-block-information.donation-report-table-block-information-error {
  background-color: var(--report-error-color);
}

.donation-report-table-block table {
  width: 100%;
  margin-bottom: 18px;
}

.donation-report-table-block td,
.donation-report-table-block th {
  font-style: normal;
  border-bottom: 2px solid var(--report-border-color);
}

.donation-report-table-block th {
  font-weight: 700;
  font-size: var(--report-text-size);
  line-height: var(--report-text-height);
  color: var(--report-text-second-color);
  text-align: left;
  padding: 4px 8px;
}

.donation-report-table-block tbody td {
  font-weight: 400;
  font-size: var(--report-text-size);
  line-height: var(--report-text-height);
  color: var(--report-text-main-color);
  padding: 4px 8px;
}

.donation-report-table-block th:last-child {
  text-align: right;
}

.donation-report-table-block tbody td:last-child {
  text-align: right;
}

.donation-report-table-block-button {
  text-align: center;
}

.donation-report-table-block-button span {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--report-info-color);
  border: 1px solid var(--report-info-color);
  border-radius: 8px;
  cursor: pointer;
}

.donation-report-table-block-button span:hover,
.donation-report-table-block-button span:focus {
  background-color: transparent;
  border: 1px solid var(--report-info-color);
  color: var(--report-info-color);
}

@media (max-width: 640px) {
  .donation-report-table-block table {
    border: 0;
  }
  .donation-report-table-block table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .donation-report-table-block table tr {
    border-bottom: 4px solid #d5d5d5;
    display: block;
    margin-bottom: 4px;
  }
  .donation-report-table-block table td {
    border-bottom: 1px solid var(--report-border-color);
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 0 8px;
  }
  .donation-report-table-block table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .donation-report-table-block table td:last-child {
    border-bottom: 0;
  }
}
.donation-report-container {
  --report-main-color: #333333ff;
  --report-info-color: #333333ff;
  --report-error-color: #dc3545ff;
  --report-border-color: #333333ff;
  --report-text-main-color: #333333ff;
  --report-text-second-color: #675c74ff;
  --report-text-size: 16px;
  --report-text-height: 28px;
}

.donation-report-table-block td,
.donation-report-table-block th {
  border-bottom: unset;
}

.donation-report-container {
  position: relative;
  padding: 0 4rem;
  width: 100%;
  max-width: 180rem;
  margin: 2.8rem auto;
  height: 100%;
}
@media (max-width: 576px) {
  .donation-report-container {
    padding: 0 1.6rem;
  }
}
.donation-report-container table {
  margin-bottom: 2rem;
}
.donation-report-container thead tr {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
  background: var(--text-white);
}
@media (max-width: 640px) {
  .donation-report-container thead tr {
    display: none;
  }
}
.donation-report-container thead tr th {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--text-black);
  text-align: left !important;
}
@media (max-width: 640px) {
  .donation-report-container tbody {
    display: block;
    padding: 2.4rem 2rem;
    background: var(--text-white);
  }
}
.donation-report-container tbody tr {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
}
@media (max-width: 640px) {
  .donation-report-container tbody tr {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(3.7rem, auto);
    padding: 0 0.8rem 2rem 0.8rem;
    gap: 1.2rem;
  }
  .donation-report-container tbody tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .donation-report-container tbody tr:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid rgba(98, 98, 98, 0.1098039216);
  }
  .donation-report-container tbody tr:nth-child(5) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.donation-report-container tbody tr:nth-child(odd) {
  background: #f5f6ff;
}
@media (max-width: 640px) {
  .donation-report-container tbody tr:nth-child(odd) {
    background: var(--text-white);
  }
}
.donation-report-container tbody tr:nth-child(even) {
  background: var(--text-white);
}
.donation-report-container tbody tr td {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-grey);
  text-align: left !important;
}
@media (max-width: 640px) {
  .donation-report-container tbody tr td {
    font-size: 1.6rem;
    line-height: 130%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    border-bottom: 1px solid var(--brand-background-yellow) !important;
  }
}
.donation-report-container tbody tr td::before {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
  text-transform: none;
}
.donation-report-container .donation-report-table-block-button span {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--brand-main-blue);
}
@media (max-width: 640px) {
  .donation-report-container .donation-report-table-block-button span {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }
}
.donation-report-container .donation-report-table-block-button span:hover, .donation-report-container .donation-report-table-block-button span:focus {
  border: none !important;
}

.header {
  position: fixed;
  top: 2rem;
  left: 0;
  width: 100vw;
  height: 10rem;
  z-index: 1000;
}
@media (min-width: 577px) {
  .header .container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header {
    top: 0;
    height: 8rem;
    background: var(--text-white);
    border-radius: 0 0 1.6rem 1.6rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header.header_open-menu {
  border-radius: 0;
}
.header.header_open-menu .header__burger img:first-child {
  display: none;
}
.header.header_open-menu .header__burger img:last-child {
  display: block;
}
.header.header_scroll .header__logo img:first-child {
  display: none;
}
.header.header_scroll .header__logo img:last-child {
  display: block;
}
.header.header_search .header__logo img:first-child {
  display: none;
}
.header.header_search .header__logo img:last-child {
  display: block;
}
.header.header_search .header__right {
  display: none;
}
.header.header_search .header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 4rem;
  background: var(--text-white);
  border-radius: 3.2rem;
}
@media (max-width: 576px) {
  .header__menu {
    border-radius: 0;
    padding: 2rem 0;
    display: none;
  }
}
.header__menu-mobile {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}
@media (min-width: 577px) {
  .header__menu-mobile {
    display: none;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__logo img:first-child {
  width: 15.6rem;
  height: 4.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__logo img:last-child {
  width: 6.8rem;
  height: 7.2rem;
  display: none;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__search {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 67rem;
  border-radius: 6rem;
  padding: 1.2rem;
  background: rgba(64, 70, 151, 0.2);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
}
.header__search-field {
  width: 100%;
  background: none;
}
.header__search-btn, .header__search-close, .header__search-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
.header__search-close {
  cursor: pointer;
}
.header__mobile-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22.5rem;
  height: 4rem;
}
.header__mobile-logo img {
  width: 100%;
  height: 100%;
}
.header__burger {
  width: 4rem;
  height: 4rem;
}
.header__burger img {
  width: 100%;
}
.header__burger img:last-child {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.nav__item {
  position: relative;
}
.nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item a:hover {
  color: var(--brand-main-blue);
}
.nav__item a svg {
  width: 1.6rem;
  height: 1.6rem;
}
.nav__item-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-black);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 5.4rem;
  width: 23.1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav__item-select:hover {
  color: var(--brand-main-blue);
}
.nav__item-select:hover .nav__item-hover {
  display: block;
}
.nav__item-select svg {
  width: 1.6rem;
  height: 1.6rem;
}
.nav__item-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  background: var(--text-white);
  padding: 5.4rem 1.6rem 2.4rem 1.6rem;
  width: 23.1rem;
  border-radius: 2rem;
  display: none;
}
.nav__item-link {
  min-height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-black);
  padding: 1.2rem 0;
  margin: 0 1.2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.burger-menu {
  position: fixed;
  z-index: 10;
  top: 8rem;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: collapse;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--text-white);
}
.burger-menu.open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.burger-menu__scroll {
  overflow-y: auto;
  margin-top: 2rem;
  margin-right: -0.8rem;
  padding-right: 0.8rem;
  height: calc(100% - 4rem);
}
.burger-menu__scroll.search .burger-menu__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.burger-menu__scroll.search .burger-menu__body {
  display: none;
}
.burger-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: 3rem;
}
.burger-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.burger-menu__link {
  padding-block: 0.8rem;
  border-bottom: 0.1rem solid #e5c07d;
}
.burger-menu__link.open .burger-menu__link-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-menu__link.open .burger-menu__accordion {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.burger-menu__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  height: 4.4rem;
  padding-inline: 1.2rem;
}
.burger-menu__link-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-black);
}
.burger-menu__link-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.burger-menu__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.8rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: var(--text-black);
}
.burger-menu__accordion {
  display: -ms-grid;
  display: grid;
  padding-inline: 1.2rem;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.burger-menu__accordion-height {
  min-height: 0;
}
.burger-menu__accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.4rem;
}
.burger-menu__body-bottom {
  margin-top: auto;
}
.burger-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e5c07d;
  margin-bottom: 2rem;
}
.burger-menu__social {
  display: block;
  width: 6rem;
  height: 6rem;
}
.burger-menu__social-logo {
  width: 100%;
  height: 100%;
}
.burger-menu__support {
  width: 100%;
  padding: 2rem;
}
.burger-menu__search {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: 3rem;
}
.burger-menu__search.search-active .burger-menu__search-btn {
  display: block;
}
.burger-menu__search-field {
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1.2rem;
  border-bottom: 0.1rem solid #e5c07d;
}
.burger-menu__search-back {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  cursor: pointer;
}
.burger-menu__search-back img {
  width: 100%;
  height: 100%;
}
.burger-menu__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-grey);
}
.burger-menu__search-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
.burger-menu__search-icon img {
  width: 100%;
  height: 100%;
}
.burger-menu__search-btn {
  display: none;
  margin-top: auto;
  width: 100%;
  padding: 2rem;
}

.footer {
  background: #fff;
}
.footer__wrapper {
  padding-block: 6rem;
}
@media (max-width: 576px) {
  .footer__wrapper {
    padding-block: 2rem;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10rem;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #626262;
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    border-color: #e5c07d;
  }
}
.footer__logo-link {
  display: block;
  width: 20rem;
  height: 14.8rem;
}
@media (max-width: 576px) {
  .footer__logo-link {
    display: none;
  }
}
.footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (27rem)[3];
  grid-template-columns: repeat(3, 27rem);
  gap: 2rem;
}
@media (max-width: 576px) {
  .footer__menu {
    -ms-grid-columns: 16.4rem 18.6rem;
    grid-template-columns: 16.4rem 18.6rem;
    gap: 0.8rem;
  }
}
.footer__menu-col {
  min-width: 0;
  width: 100%;
  padding-inline: 1.2rem;
}
@media (max-width: 576px) {
  .footer__menu-col:nth-child(1) {
    display: none;
  }
}
.footer__menu-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 100%;
  color: var(--brand-main-blue);
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .footer__menu-title {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
  }
}
.footer__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-black);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 576px) {
  .footer__menu-link {
    height: 3.8rem;
    font-size: 1.4rem;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 576px) {
  .footer__contacts {
    gap: 1.2rem;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__contact-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .footer__contact-title {
    color: #e5c07d;
  }
}
.footer__contact-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .footer__contact-text {
    font-size: 1.4rem;
  }
}
.footer__contact-link {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--brand-main-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .footer__contact-link {
    font-size: 1.6rem;
  }
}
.footer__contact-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.footer__copy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .footer__copy-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.footer__copy-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #101010;
}
.footer__policy {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__policy:hover {
  opacity: 0.7;
}
.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__company:hover {
  color: rgba(0, 0, 0, 0.631372549);
}
.footer__company-img {
  width: 5.6rem;
  height: 2.9rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__support {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  width: 22rem;
}
@media (max-width: 576px) {
  .footer__support {
    width: 100%;
  }
}
.footer__support-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .footer__support-socials {
    display: none;
  }
}
.footer__support-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .footer__support-btn {
    width: 100%;
  }
}
.footer__support-social {
  display: block;
  width: 6rem;
  height: 6rem;
}
.footer__support-social g {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__support-social:hover g {
  opacity: 1;
}
.footer__support-social svg {
  width: 100%;
  height: 100%;
}

.top-secondary-head {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .top-secondary-head {
    margin-bottom: 3.2rem;
  }
}
.top-secondary-head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .top-secondary-head__wrapper {
    -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: start;
  }
}
.top-secondary-head__search {
  width: 100%;
  max-width: 41.5rem;
}

.hero-secondary {
  position: relative;
}
@media (min-width: 577px) {
  .hero-secondary {
    margin-bottom: 6rem;
  }
}
.hero-secondary__bg {
  position: absolute;
  inset: 0;
  min-height: 54rem;
  height: 100%;
  width: 100%;
}
.hero-secondary__bg img,
.hero-secondary__bg svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .hero-secondary__bg {
    min-height: 43.4rem;
  }
}
.hero-secondary__wrapper {
  position: relative;
  padding: 22rem 0 2rem 14.6rem;
  min-height: 54rem;
}
@media (max-width: 576px) {
  .hero-secondary__wrapper {
    padding: calc(8rem + 22.4rem) 0 3.2rem 0;
    min-height: unset;
  }
}
.hero-secondary__img {
  position: absolute;
  width: 70.5rem;
  height: 38rem;
  right: 0;
  bottom: 0;
}
.hero-secondary__img img,
.hero-secondary__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .hero-secondary__img {
    top: 9.2rem;
    left: 50%;
    width: 29.4rem;
    height: 21.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hero-secondary__img_big {
  height: 41.9rem;
}
@media (max-width: 576px) {
  .hero-secondary__img_big {
    height: 21.3rem;
  }
}
.hero-secondary__content {
  max-width: 85rem;
}
.hero-secondary__content_black .hero-secondary__title {
  color: var(--text-black);
}
.hero-secondary__content_black .hero-secondary__description {
  max-width: 70rem;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .hero-secondary__content_black {
    margin-top: 1rem;
  }
}
.hero-secondary__title {
  color: var(--text-white);
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .hero-secondary__title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 576px) {
  .hero-secondary__title_padding {
    padding-top: 1rem;
  }
}
.hero-secondary__description {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-white);
  max-width: 71.5rem;
}
@media (max-width: 576px) {
  .hero-secondary__description {
    font-size: 1.6rem;
  }
}
.hero-secondary__btn {
  margin-top: 3.2rem;
}
@media (max-width: 576px) {
  .hero-secondary__btn {
    margin-top: 2.4rem;
    width: 100%;
  }
}

@media (min-width: 577px) {
  .faq {
    margin-bottom: 6rem;
  }
}
.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2rem;
}
@media (max-width: 576px) {
  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.faq__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.5rem;
  flex: 0 0 41.5rem;
}
@media (max-width: 576px) {
  .faq__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.faq__accordion {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.faq__accordion .accordion__description {
  max-width: 84rem;
}
@media (max-width: 576px) {
  .faq__accordion .accordion {
    gap: 1.2rem;
  }
  .faq__accordion .accordion__visible-name {
    font-size: 1.6rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.main_text .documents {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .main_text .documents {
    margin-top: 4rem;
  }
}

.documents {
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .documents {
    margin-bottom: 4rem;
  }
}
.documents__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .documents__title {
    margin-bottom: 3.2rem;
  }
}
.documents__body-wrapper {
  width: 100%;
  min-width: 0;
  overflow: unset;
}
.documents__item {
  width: 41.5rem;
  min-height: 22.1rem;
  overflow: hidden;
  border-radius: 2.4rem;
  padding: 3.2rem 4rem;
  background: var(--text-white);
  min-width: 0;
}
@media (max-width: 576px) {
  .documents__item {
    width: 32.8rem;
    min-height: 16rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }
}
.documents__item-top {
  position: relative;
  min-height: 5.2rem;
}
@media (max-width: 576px) {
  .documents__item-top {
    min-height: 2.4rem;
    padding-right: 4rem;
  }
}
.documents__item-name {
  display: block;
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--text-black);
  min-height: 3.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 29.9rem;
}
@media (max-width: 576px) {
  .documents__item-name {
    font-weight: 400;
    font-size: 1.6rem;
    min-height: 2.4rem;
  }
}
@media (hover: hover) {
  .documents__item-name:hover {
    color: var(--brand-main-blue);
  }
}
.documents__item-name .btn-line__hover {
  bottom: -0.3rem;
}
.documents__external-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
}
@media (hover: hover) {
  .documents__external-wrapper:hover .documents__external-img path {
    fill: var(--brand-main-blue);
  }
}
.documents__external {
  display: block;
  width: 100%;
  height: 100%;
}
.documents__external-img {
  display: block;
  width: 100%;
  height: 100%;
}
.documents__external-img path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documents__btn-arrow {
  position: relative;
  margin-top: 3.2rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1.2rem 1.2rem 0.8rem;
  font-size: 1.6rem;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .documents__btn-arrow {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
.documents__btn-arrow::after {
  background-image: url("/img/ui/download.svg");
  width: 1.6rem;
  height: 1.6rem;
}
@media (hover: hover) {
  .documents__btn-arrow:hover {
    color: var(--brand-main-blue);
  }
}
.documents__btn-arrow .btn-arrow__hover {
  bottom: -0.3rem;
}

.information__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .information__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  height: 33.4rem;
  padding: 4rem;
  border-radius: 3.2rem;
}
@media (max-width: 576px) {
  .information__item {
    height: auto;
    min-height: 24rem;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }
}
.information__item_image {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 576px) {
  .information__item_image {
    grid-column: unset;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.information__item_image img,
.information__item_image svg {
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
}
@media (max-width: 576px) {
  .information__item_image img,
  .information__item_image svg {
    height: 35.8rem;
    border-radius: 1.6rem;
  }
}
.information__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}
@media (max-width: 576px) {
  .information__item-title-wrapper {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
.information__item-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .information__item-title {
    font-weight: 700;
    font-size: 2rem;
  }
}
.information__item-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.information__item-icon img,
.information__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.information__item-description {
  margin-top: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .information__item-description {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.contacts-map__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .contacts-map__title {
    margin-bottom: 3.2rem;
  }
}
.contacts-map__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 99.5rem;
  grid-template-columns: 1fr 99.5rem;
  gap: 2rem;
}
@media (max-width: 576px) {
  .contacts-map__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.contacts-map__info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  border-radius: 4rem;
  padding: 4rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .contacts-map__info {
    gap: 2rem;
    border-radius: 2rem;
    padding: 2rem;
  }
}
.contacts-map__map {
  width: 100%;
  height: 43.8rem;
  border-radius: 4rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .contacts-map__map {
    height: 43rem;
    border-radius: 2rem;
  }
}
.contacts-map__map .ymaps3x0--map-copyrights {
  display: none;
}
.contacts-map__map .yandex-marker {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  background: #ff4433;
  border-radius: 100%;
  cursor: pointer;
}
.contacts-map__map .yandex-marker::before {
  content: "Космический проспект 97";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-black);
  white-space: nowrap;
  padding: 0.4rem 0.6rem;
  margin-left: 0.4rem;
  border-radius: 0.4rem;
  background: var(--text-white);
}
.contacts-map__map .yandex-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  background-image: url("/img/ui/office.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contacts-map__item {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .contacts-map__item {
    gap: 2rem;
  }
  .contacts-map__item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.contacts-map__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .contacts-map__item-name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.contacts-map__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 0.8rem;
}
.contacts-map__item-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
.contacts-map a.get-help-contacts__item-info {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts-map a.get-help-contacts__item-info:hover {
  color: var(--brand-main-blue);
}
.contacts-map__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.contacts-map__phone {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts-map__phone:hover {
  color: var(--brand-main-blue);
}

.donate-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 2rem;
  padding: 1.6rem;
  background-color: var(--text-white);
}
.donate-card__img {
  border-radius: 1.6rem;
  width: 100%;
  height: 24rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .donate-card__img {
    border-radius: 0;
    height: 20.3rem;
  }
}
.donate-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .donate-card__title {
    font-size: 3.2rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
}
.donate-card__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.donate-card__description p:not(:first-child) {
  margin-top: 0.8rem;
}
@media (max-width: 576px) {
  .donate-card__description {
    font-size: 1.4rem;
    line-height: 120%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.donate-card__progress {
  margin-block: auto 2rem;
}
.donate-card__progress-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.donate-card__progress-percent {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.donate-card__progress-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
  color: var(--text-grey);
}
.donate-card__progress-line {
  margin-bottom: 0.8rem;
}
.donate-card__progress-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.donate-card__progress-money {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.donate-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 576px) {
  .donate-card__btns {
    gap: 1.5rem;
  }
}
.donate-card__support-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--brand-main-blue);
}
@media (max-width: 576px) {
  .donate-card__support-btn {
    padding: 1.6rem 2.4rem;
  }
}
.donate-card__history-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .donate-card__history-link {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.modal.open {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.7);
}
.modal__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  padding-block: 3rem;
}
@media (max-width: 576px) {
  .modal__wrapper {
    padding: 0;
  }
}
.modal__wrapper:has(.modal__block_get-help.active) {
  width: auto;
}
.modal__wrapper:has(.modal__block_get-help.active) .container {
  width: auto;
  padding: 0;
}
.modal__wrapper .container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media (max-width: 576px) {
  .modal__wrapper .container {
    padding: 0;
  }
}
.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.modal__block {
  display: none;
  position: relative;
  width: 100%;
  border-radius: 4rem;
  padding: 4rem;
  background: var(--text-white);
}
.modal__block.active {
  display: block;
}
@media (max-width: 576px) {
  .modal__block {
    border-radius: 0;
    padding: 6rem 1.6rem 1.6rem 1.6rem;
  }
}
.modal__block_get-help {
  width: 99.2rem;
}
@media (max-width: 576px) {
  .modal__block_get-help {
    width: 35.8rem;
    padding: 4rem 2rem 2rem;
    border-radius: 2rem;
    margin-block: 1rem;
  }
}
.modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4.4rem;
  height: 4.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .modal__close {
    top: 1.6rem;
    right: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close-img {
  width: 4.4rem;
  height: 4.4rem;
}
@media (max-width: 576px) {
  .modal__close-img {
    width: 3rem;
    height: 3rem;
  }
}
.modal__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 100%;
  text-align: center;
  color: var(--text-black);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .modal__title {
    text-align: left;
    margin-bottom: 4rem;
  }
  .modal__title span {
    background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 576px) {
  .modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.modal__inner-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal__inner-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4rem;
  width: 62.8rem;
  height: 76rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .modal__inner-right {
    height: 25.3rem;
    width: 100%;
  }
}
.modal__inner-right img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 576px) {
  .modal__inner-right img {
    -o-object-position: unset;
    object-position: unset;
  }
}
.modal .donate {
  padding: 0;
  border-radius: 0;
}
@media (max-width: 576px) {
  .modal .donate {
    margin-left: -1.6rem;
    padding: 2.4rem 3.6rem 0rem 3.6rem;
    width: 100vw;
  }
}
@media (max-width: 576px) {
  .modal .donate__way {
    margin-inline: -3.6rem;
    padding-inline: 3.6rem;
  }
  .modal .donate__field_way::before {
    right: -3.6rem;
  }
}

.modal-get-help__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .modal-get-help__title {
    font-size: 4rem;
  }
}
.modal-get-help__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 5.3rem;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .modal-get-help__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.modal-get-help__field {
  position: relative;
}
.modal-get-help__field-block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  width: 100%;
  height: 5.3rem;
  padding: 1.6rem 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  background: transparent;
}
.modal-get-help__field-block:not(:-moz-placeholder-shown) + .modal-get-help__field-name {
  transform: scale(0.8) translateY(-4rem);
}
.modal-get-help__field-block:not(:-ms-input-placeholder) + .modal-get-help__field-name {
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.modal-get-help__field-block:not(:placeholder-shown) + .modal-get-help__field-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.modal-get-help__field-block:focus + .modal-get-help__field-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.modal-get-help__field-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-grey);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.5;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-get-help__checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .modal-get-help__checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .modal-get-help__checkbox .checkbox__text {
    font-size: 1.2rem;
    line-height: 120%;
  }
}
.modal-get-help .select__hidden {
  border: 0.1rem solid rgba(98, 98, 98, 0.5);
}
.modal-get-help__btn {
  width: 100%;
}
@media (max-width: 576px) {
  .modal-get-help__btn {
    font-size: 2rem;
    padding-block: 2rem;
  }
}

.modal-thanks .modal__wrapper {
  padding-inline: 1.6rem;
}
.modal-thanks .modal__body {
  position: relative;
  width: 114rem;
  min-height: 28rem;
  background-color: var(--text-white);
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4rem 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}
@media (max-width: 576px) {
  .modal-thanks .modal__body {
    width: 100%;
    min-height: unset;
    padding: 4rem 2rem 2rem;
    border-radius: 2rem;
  }
}
@media (max-width: 576px) {
  .modal-thanks .modal__close {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (max-width: 576px) {
  .modal-thanks .modal__close-img {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.modal-thanks__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 3.2rem;
  max-width: 90rem;
  text-align: center;
}
@media (max-width: 576px) {
  .modal-thanks__text {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-block: 2rem;
  }
}
.modal-thanks__btn {
  width: 100%;
  max-width: 91.2rem;
}
@media (max-width: 576px) {
  .modal-thanks__btn {
    max-width: unset;
  }
}

.main-hero {
  position: relative;
  padding-top: 24rem;
}
@media (max-width: 576px) {
  .main-hero {
    padding-top: 11rem;
  }
}
.main-hero__row {
  position: relative;
  z-index: 1;
}
.main-hero__decor {
  position: fixed;
  top: 0;
  left: 0;
  width: 74.8rem;
  height: 81rem;
}
@media (max-width: 576px) {
  .main-hero__decor {
    top: 7.3rem;
    left: -6.3rem;
    width: 22.7rem;
    height: 22rem;
  }
}
.main-hero__decor-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 63.1rem;
  height: 76.1rem;
}
@media (max-width: 576px) {
  .main-hero__decor-bottom {
    top: 21rem;
    left: -5.5rem;
    bottom: unset;
    width: 15.7rem;
    height: 15.3rem;
  }
  .main-hero__decor-bottom g {
    opacity: 0.6;
  }
}
.main-hero__decor-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 47.1rem;
  height: 60rem;
}
@media (max-width: 576px) {
  .main-hero__decor-right {
    top: 6rem;
    width: 15.2rem;
    height: 33.2rem;
  }
  .main-hero__decor-right g {
    opacity: 0.6;
  }
}
.main-hero__col {
  margin-bottom: 13rem;
  padding-left: 14.8rem;
  max-width: 87rem;
}
@media (max-width: 576px) {
  .main-hero__col {
    max-width: none;
    padding-left: 0;
    margin-bottom: 4rem;
  }
}
.main-hero__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .main-hero__title {
    margin-bottom: 1.6rem;
  }
  .main-hero__title span {
    display: block;
  }
}
.main-hero__subtitle {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .main-hero__subtitle {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 576px) {
  .main-hero__btn {
    padding: 1.6rem;
    width: 100%;
  }
}
.main-hero__img {
  position: absolute;
  top: -8rem;
  right: 17rem;
  width: 45.9rem;
  height: 71.8rem;
  z-index: -1;
}
@media (max-width: 576px) {
  .main-hero__img {
    display: none;
  }
}
@media (min-width: 577px) {
  .main-hero__img-mobile {
    display: none;
  }
}
.main-hero__img-mobile {
  height: 28rem;
  width: 100vw;
  margin-left: -1.6rem;
  max-width: none;
}
.main-hero__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .main-hero__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.8rem;
  }
}
.main-hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  background: var(--text-white);
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .main-hero__card {
    min-height: 12.2rem;
    border-radius: 2rem;
    padding: 1.6rem 2rem;
    min-width: 0;
  }
}
.main-hero__card--history {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  border-radius: 1.9rem;
}
@media (max-width: 576px) {
  .main-hero__card--history {
    overflow: hidden;
    border-radius: 2rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.main-hero__card--history:hover .main-hero__card-hover {
  opacity: 1;
}
.main-hero__card--history .main-hero__card-text {
  position: relative;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-hero__card-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 1.9rem;
  padding: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .main-hero__card-wrapper {
    border-radius: 2rem;
    padding: 1.8rem 3.8rem;
  }
}
.main-hero__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.9rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 576px) {
  .main-hero__card-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 2rem;
  }
}
.main-hero__card-hover {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.9rem;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .main-hero__card-hover {
    border-radius: 2rem;
  }
}
.main-hero__card-num {
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .main-hero__card-num {
    font-size: 3.2rem;
  }
}
.main-hero__card-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
}
@media (max-width: 576px) {
  .main-hero__card-text {
    font-size: 1.2rem;
    line-height: 115%;
  }
}

.main-history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  height: 44.7rem;
}
@media (max-width: 576px) {
  .main-history__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.main-history__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56rem;
  flex: 0 0 56rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .main-history__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 3.2rem;
  }
}
.main-history__title {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main-history__title {
    margin-bottom: 1.2rem;
  }
}
.main-history__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-grey);
  max-width: 41.5rem;
}
@media (max-width: 576px) {
  .main-history__description {
    font-size: 1.4rem;
  }
}
.main-history__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.main-history__slide-btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .main-history__slide-btn:hover {
    opacity: 0.8;
  }
}
.main-history__slide-btn:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.main-history__slide-btn-arrow {
  width: 100%;
  height: 100%;
}
.main-history__slider-count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .main-history__slider-count {
    font-size: 4rem;
  }
}
.main-history__slider-count span {
  display: inline-block;
  width: 3.5rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
@media (max-width: 576px) {
  .main-history__slider-count span {
    width: 2.5rem;
  }
}
.main-history__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 114rem;
}
@media (max-width: 576px) {
  .main-history__right {
    max-width: none;
  }
}
.main-history__swiper {
  height: 100%;
  margin-right: -1rem;
  padding-right: 1rem;
}
@media (max-width: 576px) {
  .main-history__swiper {
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }
}
.main-history__swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-history__swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: 100%;
}
@media (max-width: 576px) {
  .main-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.main-history__item-wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .main-history__item-wrapper {
    gap: 2.8rem;
  }
}
.main-history__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2rem;
  width: 56rem;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main-history__item-img {
    height: 21.3rem;
    width: 100%;
  }
}
.main-history__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main-history__item-title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.main-history__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
  max-width: 52.8rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .main-history__item-description {
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.main-history__item-link {
  max-width: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-events__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .main-events__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.main-events__title {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .main-events__title {
    max-width: none;
  }
}
.main-events__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .main-events__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.main-events__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  border-radius: 2.4rem;
  min-height: 30rem;
  overflow: hidden;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .main-events__item {
    position: relative;
    border-radius: 2rem;
    min-height: auto;
  }
  .main-events__item:nth-child(2) .main-events__item-img {
    -webkit-transform: scaleX(-1) translateX(-50%);
    -ms-transform: scaleX(-1) translateX(-50%);
    transform: scaleX(-1) translateX(-50%);
    right: 0;
  }
  .main-events__item:nth-child(3) .main-events__item-img {
    -webkit-transform: scaleX(-1) translateX(-50%);
    -ms-transform: scaleX(-1) translateX(-50%);
    transform: scaleX(-1) translateX(-50%);
    right: 0;
  }
  .main-events__item:nth-child(4) .main-events__item-img {
    -webkit-transform: translateX(-45%) scale(0.9);
    -ms-transform: translateX(-45%) scale(0.9);
    transform: translateX(-45%) scale(0.9);
  }
}
.main-events__item-body {
  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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 3.2rem 0 3.2rem 4rem;
}
@media (max-width: 576px) {
  .main-events__item-body {
    gap: 3.2rem;
    padding: 1.6rem 2rem;
  }
}
.main-events__item-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
  margin-bottom: 1.2rem;
}
@media (max-width: 576px) {
  .main-events__item-title {
    font-size: 2rem;
  }
}
.main-events__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .main-events__item-description {
    font-size: 1.4rem;
    max-width: 24rem;
  }
}
.main-events__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 27rem;
  height: 30rem;
}
@media (max-width: 576px) {
  .main-events__item-img {
    position: absolute;
    right: -50%;
    bottom: 0;
    width: 20rem;
    height: 22.1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.main-support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .main-support__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.main-support__title {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .main-support__title {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .main-support__swiper {
    overflow: visible;
  }
}
.main-support__swiper.swiper-disabled .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.main-support__swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main-support__swiper-slide {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .main-support__swiper-slide:not(:last-child) {
    margin-right: 2rem;
  }
}
.main-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 41.5rem;
  height: 100%;
  border-radius: 2rem;
  padding: 1.6rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .main-support__item {
    width: 31rem;
  }
}
.main-support__item-img {
  border-radius: 1.6rem;
  width: 100%;
  height: 24rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main-support__item-img {
    border-radius: 0;
    height: 20.3rem;
  }
}
.main-support__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .main-support__item-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 0.8rem;
  }
}
.main-support__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main-support__item-description {
    font-size: 1.4rem;
    line-height: 120%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.main-support__progress {
  margin-block: auto 2rem;
}
.main-support__progress-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.main-support__progress-percent {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-support__progress-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
  color: var(--text-grey);
}
.main-support__progress-line {
  position: relative;
  border-radius: 0.8rem;
  width: 100%;
  height: 0.8rem;
  background: #e0e0e0;
  margin-bottom: 0.8rem;
}
.main-support__progress-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
  width: var(--percent);
  height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
}
.main-support__progress-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.main-support__progress-money {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.main-support__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 576px) {
  .main-support__btns {
    gap: 1.5rem;
  }
}
.main-support__support-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .main-support__support-btn {
    padding: 1.6rem 2.4rem;
  }
}
.main-support__history-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .main-support__history-link {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}

.main-personal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .main-personal__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.main-personal__title {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .main-personal__title {
    max-width: none;
  }
}
.main-personal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .main-personal__btns {
    display: none;
  }
}
.main-personal__btn {
  width: 4.4rem;
  height: 4.4rem;
}
.main-personal__btn.swiper-button-disabled {
  opacity: 0.5;
}
.main-personal__btn img {
  width: 100%;
  height: 100%;
}
.main-personal__swiper {
  overflow: visible;
}
.main-personal__swiper-slide {
  width: 41.5rem;
}
@media (max-width: 576px) {
  .main-personal__swiper-slide {
    width: 31rem;
  }
}
.main-personal__swiper-slide:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .main-personal__swiper-slide:not(:last-child) {
    margin-right: 0.8rem;
  }
}
.main-personal__item {
  position: relative;
  border-radius: 2.4rem;
  width: 41.5rem;
  min-height: 48rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main-personal__item {
    border-radius: 2rem;
    width: 31rem;
    min-height: 40rem;
  }
}
@media (hover: hover) {
  .main-personal__item:hover .main-personal__item-wrapper::before {
    opacity: 1;
    top: 0;
  }
  .main-personal__item:hover .main-personal__item-hidden {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.main-personal__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.main-personal__item-wrapper {
  position: absolute;
  inset: 0;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3.2rem 4rem;
}
.main-personal__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 70, 151, 0)), to(#404697));
  background: linear-gradient(180deg, rgba(64, 70, 151, 0) 0%, #404697 100%);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: none) {
  .main-personal__item-wrapper::before {
    top: 0;
  }
}
@media (max-width: 576px) {
  .main-personal__item-wrapper {
    padding: 1.2rem 2rem;
  }
}
.main-personal__item-visible {
  position: relative;
}
.main-personal__item-hidden {
  position: relative;
}
.main-personal__item-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-white);
  margin-bottom: 0.8rem;
}
@media (max-width: 576px) {
  .main-personal__item-name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
.main-personal__item-role {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: var(--text-white);
}
.main-personal__item-hidden {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .main-personal__item-hidden {
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .main-personal__item-hidden {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.main-personal__item-height {
  min-height: 0;
}
.main-personal__item-info {
  padding-top: 1.6rem;
}
@media (max-width: 576px) {
  .main-personal__item-info {
    padding-top: 1.2rem;
  }
}
.main-personal__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-white);
}
@media (max-width: 576px) {
  .main-personal__item-description {
    font-size: 1.4rem;
  }
}
.main-personal__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.6rem;
}
@media (max-width: 576px) {
  .main-personal__item-links {
    padding-top: 0;
    padding-left: 0.8rem;
    margin-top: 1.2rem;
    height: 4rem;
  }
}
.main-personal__item-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.main-personal__item-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
.main-personal__item-social_vk:hover path {
  fill: #07f;
  opacity: 1;
}
.main-personal__item-social-icon {
  width: 100%;
  height: 100%;
}
.main-personal__item-social-icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-personal__item-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-white);
}
.main-personal__item-email-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 576px) {
  .main-personal__item-email-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.main-form__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 4rem;
  padding: 6rem 10rem;
  background: var(--brand-background-yellow);
}
@media (max-width: 576px) {
  .main-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem 2rem;
  }
}
.main-form__right {
  max-width: 60.5rem;
}
.main-form__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .main-form__title {
    font-size: 4rem;
  }
}
.main-form__list-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .main-form__list-title {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 576px) {
  .main-form__list-wrapper {
    margin-bottom: 3.2rem;
  }
}
.main-form__list-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--brand-main-blue);
}
@media (max-width: 576px) {
  .main-form__list-item {
    font-size: 2rem;
  }
}
.main-form__list-item::before {
  content: "— ";
}
.main-form__list-item:not(:last-child) {
  margin-bottom: 0.3em;
}
.main-form__icon {
  position: absolute;
  left: 63rem;
  bottom: 0;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 33rem;
  height: 33rem;
}
@media (max-width: 576px) {
  .main-form__icon {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    inset: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 17.4rem;
    height: 17.4rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 2rem;
  }
}
.main-form__form {
  max-width: 60.5rem;
}
.main-form__form-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .main-form__form-text {
    font-size: 1.6rem;
  }
}
.main-form__form-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--text-grey);
  margin-bottom: 1.6rem;
}
.main-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.main-form__field {
  position: relative;
}
.main-form__field-block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  width: 100%;
  height: 5.2rem;
  padding: 1.6rem 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  background: transparent;
}
.main-form__field-block:not(:-moz-placeholder-shown) + .main-form__field-name {
  transform: scale(0.8) translateY(-4rem);
}
.main-form__field-block:not(:-ms-input-placeholder) + .main-form__field-name {
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.main-form__field-block:not(:placeholder-shown) + .main-form__field-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.main-form__field-block:focus + .main-form__field-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.main-form__field-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-grey);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.5;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-form__checkbox {
  margin-top: 1.9rem;
}
.main-form__send {
  margin-top: 2.4rem;
  width: 100%;
}
@media (max-width: 576px) {
  .main-form__send {
    padding: 2rem 4rem;
    font-size: 2rem;
  }
}

.main-partners__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .main-partners__title {
    margin-bottom: 3.2rem;
  }
}
.main-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
@media (max-width: 576px) {
  .main-partners__list {
    gap: 1rem;
  }
}
.main-partners__list:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.main-partners__link {
  display: block;
  height: 20rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 576px) {
  .main-partners__link {
    height: 10rem;
  }
}
.main-partners__link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.main-partners__link img {
  width: auto;
  height: 100%;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.main-donate__title {
  margin-bottom: 4rem;
}
.main-donate__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 576px) {
  .main-donate__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.main-donate__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 85rem;
  height: 83.3rem;
  border-radius: 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 576px) {
  .main-donate__img {
    width: 100%;
    height: 25.3rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
.main-donate__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.donate {
  width: 100%;
  padding: 4rem;
  border-radius: 4rem;
  background: #fff;
}
@media (max-width: 576px) {
  .donate {
    padding: 2.4rem 2rem;
    border-radius: 2rem;
  }
}
.donate__field_way {
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .donate__field_way {
    position: relative;
    margin-bottom: 3.2rem;
  }
  .donate__field_way::before {
    content: "";
    position: absolute;
    top: 3.2rem;
    left: 0rem;
    right: -2rem;
    height: 0.1rem;
    background: rgba(98, 98, 98, 0.5);
  }
}
.donate__field_sum {
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .donate__field_sum {
    margin-bottom: 3.2rem;
  }
}
.donate__field_purity {
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .donate__field_purity {
    margin-bottom: 3.2rem;
  }
}
.donate__field_contacts {
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .donate__field_contacts {
    margin-bottom: 3.2rem;
  }
}
.donate__field_admin {
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .donate__field_admin {
    margin-bottom: 3.2rem;
  }
}
.donate__field_admin .donate__field-name {
  margin-bottom: 0.8rem;
}
.donate__field-name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #626262;
  margin-bottom: 1.6rem;
}
.donate__field-description {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #626262;
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .donate__field-description {
    font-size: 1.2rem;
  }
}
.donate__way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.7rem;
  border-top: 0.1rem solid rgba(98, 98, 98, 0.5);
}
@media (max-width: 576px) {
  .donate__way {
    position: relative;
    margin-inline: -2rem;
    padding-inline: 2rem;
    overflow-x: scroll;
    border: none;
  }
}
.donate__way input {
  display: none;
}
.donate__way-label input:checked + .donate__way-item {
  color: #404697;
}
.donate__way-label input:checked + .donate__way-item::after {
  display: block;
}
.donate__way-item {
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #101010;
  padding: 1.2rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .donate__way-item {
    text-wrap: nowrap;
  }
}
.donate__way-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.3rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  background: #404697;
}
.donate__sum {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 576px) {
  .donate__sum {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    border: 0.1rem solid rgba(98, 98, 98, 0.5);
  }
}
.donate__sum-label {
  cursor: pointer;
}
@media (max-width: 576px) {
  .donate__sum-label:nth-child(1) {
    border-right: 0.1rem solid rgba(98, 98, 98, 0.5);
    border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  }
  .donate__sum-label:nth-child(2) {
    border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  }
  .donate__sum-label:nth-child(3) {
    border-right: 0.1rem solid rgba(98, 98, 98, 0.5);
  }
}
.donate__sum-label_text {
  cursor: text;
}
@media (max-width: 576px) {
  .donate__sum-label_text {
    border-top: 0.1rem solid rgba(98, 98, 98, 0.5);
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.donate__sum-label > input {
  display: none;
}
.donate__sum-label input:checked + .donate__sum-item {
  color: #404697;
  background: rgba(64, 70, 151, 0.2);
}
.donate__sum-label input:checked + .donate__sum-item::after {
  display: block;
}
.donate__sum-label:not(:last-of-type) .donate__sum-item {
  border-right: none;
}
.donate__sum-item {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 5.6rem;
  width: 100%;
  min-width: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  color: #101010;
  border: 0.1rem solid rgba(98, 98, 98, 0.5);
}
@media (max-width: 576px) {
  .donate__sum-item {
    border: none;
  }
}
.donate__sum-item:not(:last-of-type) {
  border-right: none;
}
.donate__sum-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  color: #101010;
  text-align: center;
  width: auto;
  border: none;
  outline: none;
  background: none;
  width: 100%;
}
.donate__sum-text::-webkit-input-placeholder {
  color: #626262;
}
.donate__sum-text::-moz-placeholder {
  color: #626262;
}
.donate__sum-text:-ms-input-placeholder {
  color: #626262;
}
.donate__sum-text::-ms-input-placeholder {
  color: #626262;
}
.donate__sum-text::placeholder {
  color: #626262;
}
@media (max-width: 576px) {
  .donate__sum-text::-webkit-input-placeholder {
    opacity: 0.5;
  }
  .donate__sum-text::-moz-placeholder {
    opacity: 0.5;
  }
  .donate__sum-text:-ms-input-placeholder {
    opacity: 0.5;
  }
  .donate__sum-text::-ms-input-placeholder {
    opacity: 0.5;
  }
  .donate__sum-text::placeholder {
    opacity: 0.5;
  }
}
.donate__purity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  border-radius: 10rem;
  border: 0.1rem solid #101010;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .donate__purity {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 576px) {
  .donate__purity-label {
    width: 100%;
  }
}
.donate__purity-label > input {
  display: none;
}
.donate__purity-label input:checked + .donate__purity-item {
  color: #404697;
  background: rgba(64, 70, 151, 0.2);
  border-color: #404697;
}
.donate__purity-item {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #101010;
  border-radius: 10rem;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  border: 0.1rem solid transparent;
  margin: -0.1rem;
}
@media (max-width: 576px) {
  .donate__purity-item {
    text-align: center;
    padding: 1.2rem;
  }
}
.donate__field-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .donate__field-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.donate__input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.donate__input-block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  width: 100%;
  height: 5.2rem;
  padding: 1.6rem 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  background: transparent;
}
.donate__input-block:not(:-moz-placeholder-shown) + .donate__input-name {
  transform: scale(0.8) translateY(-4rem);
}
.donate__input-block:not(:-ms-input-placeholder) + .donate__input-name {
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.donate__input-block:not(:placeholder-shown) + .donate__input-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.donate__input-block:focus + .donate__input-name {
  -webkit-transform: scale(0.8) translateY(-4rem);
  -ms-transform: scale(0.8) translateY(-4rem);
  transform: scale(0.8) translateY(-4rem);
}
.donate__input-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-grey);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.5;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.donate__btns {
  margin-top: 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 576px) {
  .donate__btns {
    margin-top: 2.4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.donate__send {
  min-width: 0;
  width: 100%;
}
.donate__pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #101010;
  width: 100%;
}
@media (max-width: 576px) {
  .donate__pass {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.donate_one-time .donate__btns {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.donate_one-time .donate__purity {
  border: none;
}
.donate_one-time .donate__purity-label {
  display: none;
}
.donate_one-time .donate__purity-label:first-child {
  display: block;
}

.news-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .news-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.news-list__more {
  margin-top: 3.2rem;
  margin-inline: auto;
}
@media (max-width: 576px) {
  .news-list__more {
    margin-top: 1.2rem;
  }
}

.article {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem;
  width: 100%;
  height: 100%;
  min-height: 40.5rem;
  border-radius: 2rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .article {
    padding: 1.6rem 2rem;
    gap: 1.2rem;
    min-height: 36.7rem;
  }
}
.article__img {
  border-radius: 1.6rem;
  width: 100%;
  height: 21.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .article__img {
    margin-bottom: 1.6rem;
  }
}
.article__name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 0.8rem;
}
@media (max-width: 576px) {
  .article__name {
    font-size: 1.6rem;
  }
}
.article__description {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: var(--text-grey);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 576px) {
  .article__description {
    -webkit-line-clamp: 2;
  }
}
.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .article__bottom {
    gap: 1.2rem;
  }
}
.article__date {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: var(--text-grey);
}
.article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.8rem;
  margin-inline: 1.2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: var(--brand-main-blue);
}

.publications {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .publications {
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .publications__wrapper {
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }
}
.publications__title {
  margin-bottom: 2.8rem;
}
@media (max-width: 576px) {
  .publications__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 576px) {
  .publications__swiper {
    overflow: visible;
  }
}
.publications__slide {
  width: 41.5rem;
}
@media (max-width: 576px) {
  .publications__slide {
    width: 29rem;
  }
}
.publications__slide:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .publications__slide:not(:last-child) {
    margin-right: 0.8rem;
  }
}

.feed-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .feed-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.feed-list .main-support__item {
  width: auto;
}
.feed-list .main-support__item-title {
  font-family: var(--second-family);
  font-size: 4rem;
}
@media (max-width: 576px) {
  .feed-list .main-support__item-title {
    font-size: 3.2rem;
  }
}
.feed-list__more {
  margin-top: 3.2rem;
  margin-inline: auto;
}
@media (max-width: 576px) {
  .feed-list__more {
    margin-top: 1.2rem;
  }
}

.feed-donate {
  margin-bottom: 6rem;
}
.feed-donate__title {
  text-align: center;
  margin-bottom: 2rem;
}
.feed-donate .donate {
  max-width: 114rem;
  margin: 0 auto;
}

.feed-stat {
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .feed-stat {
    margin-bottom: 4rem;
  }
}
.feed-stat__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .feed-stat__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.feed-stat__img {
  min-width: 0;
  border-radius: 3.2rem;
  width: 100%;
  height: auto;
  min-height: 49.4rem;
}
@media (max-width: 576px) {
  .feed-stat__img {
    border-radius: 2rem;
    height: 25rem;
    min-height: auto;
  }
}
.feed-stat__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
  border-radius: 3.2rem;
  padding: 3.2rem 4rem;
  width: 100%;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .feed-stat__body {
    gap: 3.2rem;
    border-radius: 2rem;
    padding: 2.4rem 2rem;
  }
}
.feed-stat__title {
  margin-bottom: 2.4rem;
}
.feed-stat__sum {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 0.8rem;
}
@media (max-width: 576px) {
  .feed-stat__sum {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
.feed-stat__progress {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e0e0e0;
  margin-bottom: 1.6rem;
}
.feed-stat__progress-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.feed-stat__progress-percent {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feed-stat__progress-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
  color: var(--text-grey);
}
.feed-stat__progress-line {
  position: relative;
  border-radius: 0.8rem;
  width: 100%;
  height: 0.8rem;
  background: #e0e0e0;
  margin-bottom: 0.8rem;
}
.feed-stat__progress-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
  width: var(--percent);
  height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
}
.feed-stat__progress-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.feed-stat__progress-money {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.feed-stat__socials-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 1.2rem;
}
.feed-stat__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.feed-stat__socials-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
}
.feed-stat__socials-item:nth-child(1):hover svg g {
  opacity: 1;
}
.feed-stat__socials-item:nth-child(1):hover svg path {
  fill: #2c3036;
}
.feed-stat__socials-item:nth-child(2):hover svg g {
  opacity: 1;
}
.feed-stat__socials-item:nth-child(2):hover svg path {
  fill: #07f;
}
.feed-stat__socials-item:nth-child(3):hover svg g {
  opacity: 1;
}
.feed-stat__socials-item:nth-child(3):hover svg path {
  fill: #27a7e7;
}
.feed-stat__socials-item:nth-child(4):hover svg g {
  opacity: 1;
}
.feed-stat__socials-item:nth-child(4):hover svg path {
  fill: rgba(44, 48, 54, 0.5882352941);
}
.feed-stat__socials-item svg {
  width: 100%;
  height: 100%;
}
.feed-stat__socials-item svg g {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feed-stat__socials-item svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feed-stat__help {
  color: var(--brand-main-blue);
}
.feed-stat__btn-more {
  margin-top: 3.2rem;
  margin-inline: auto;
}
@media (max-width: 576px) {
  .feed-stat__btn-more {
    font-size: 2rem;
  }
}
.feed-stat__btn-more::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0755 6.07813L17.254 7.25664L9.99811 14.5126L2.74219 7.25664L3.9207 6.07812L9.99811 12.1555L16.0755 6.07813Z' fill='%23404697' /%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .feed-stat__btn-more::after {
    width: 2rem;
    height: 2rem;
  }
}
.feed-stat__btn-more.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feed-stat__more {
  margin-top: 3.2rem;
  display: none;
}
@media (max-width: 576px) {
  .feed-stat__more {
    margin-top: 4rem;
  }
}
.feed-stat__more.active {
  display: block;
}
.feed-stat .content-cms img {
  display: block;
  height: 70.4rem;
}
@media (max-width: 576px) {
  .feed-stat .content-cms img {
    height: 22.1rem;
  }
}
.feed-stat__imgs {
  margin-bottom: 3.2rem;
}
.feed-stat__imgs img {
  display: block;
}
.feed-stat__imgs-top {
  width: 100%;
  height: 84.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 576px) {
  .feed-stat__imgs-top {
    height: 26.8rem;
    margin-bottom: 1.2rem;
  }
}
.feed-stat__imgs-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 576px) {
  .feed-stat__imgs-bottom {
    gap: 0.8rem;
  }
}
.feed-stat__imgs-bottom img {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 54.1rem;
}
@media (max-width: 576px) {
  .feed-stat__imgs-bottom img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 16rem;
    width: 17.5rem;
  }
}

.help-fund-banner {
  position: relative;
}
.help-fund-banner__bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.help-fund-banner__wrapper {
  position: relative;
  padding: 22rem 0 2rem 14.6rem;
  min-height: 54rem;
}
@media (max-width: 576px) {
  .help-fund-banner__wrapper {
    padding: calc(8rem + 22.4rem) 0 3.2rem 0;
    min-height: 45.5rem;
  }
}
.help-fund-banner__img {
  position: absolute;
  width: 70.5rem;
  height: 38rem;
  right: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .help-fund-banner__img {
    top: 9.2rem;
    left: 50%;
    width: 29.4rem;
    height: 21.3rem;
    -webkit-transform: translateX(-50%) rotate(-3deg);
    -ms-transform: translateX(-50%) rotate(-3deg);
    transform: translateX(-50%) rotate(-3deg);
  }
}
.help-fund-banner__img_big {
  height: 41.9rem;
}
@media (max-width: 576px) {
  .help-fund-banner__img_big {
    height: 21.3rem;
  }
}
.help-fund-banner__content {
  max-width: 85rem;
}
.help-fund-banner__content_black .help-fund-banner__title {
  color: var(--text-black);
}
.help-fund-banner__content_black .help-fund-banner__description {
  max-width: 70rem;
  color: var(--text-black);
}
.help-fund-banner__title {
  color: var(--text-white);
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .help-fund-banner__title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 576px) {
  .help-fund-banner__title_padding {
    padding-top: 1rem;
  }
}
.help-fund-banner__description {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-white);
  max-width: 71.5rem;
}
@media (max-width: 576px) {
  .help-fund-banner__description {
    font-size: 1.6rem;
  }
}
.help-fund-banner__btn {
  margin-top: 3.2rem;
}
@media (max-width: 576px) {
  .help-fund-banner__btn {
    margin-top: 2.4rem;
    width: 100%;
  }
}

.help-fund-how__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .help-fund-how__title {
    margin-bottom: 3.2rem;
  }
}
.help-fund-how__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .help-fund-how__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.help-fund-how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  border-radius: 2.4rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .help-fund-how__item {
    gap: 0;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.help-fund-how__item:nth-child(2) .help-fund-how__item-description {
  max-width: 37.3rem;
}
@media (max-width: 576px) {
  .help-fund-how__item:nth-child(2) .help-fund-how__item-description {
    max-width: none;
  }
}
.help-fund-how__item:nth-child(3) .help-fund-how__item-description {
  max-width: 37.3rem;
}
@media (max-width: 576px) {
  .help-fund-how__item:nth-child(3) .help-fund-how__item-description {
    max-width: none;
  }
}
.help-fund-how__item:nth-child(4) .help-fund-how__item-description {
  max-width: 37.3rem;
}
@media (max-width: 576px) {
  .help-fund-how__item:nth-child(4) .help-fund-how__item-description {
    max-width: none;
  }
}
.help-fund-how__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 36.4rem;
  height: 29.2rem;
  margin-block: auto;
}
@media (max-width: 576px) {
  .help-fund-how__item-img {
    width: 22rem;
    height: 17.6rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
}
.help-fund-how__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3.2rem 0 3.2rem 4rem;
}
@media (max-width: 576px) {
  .help-fund-how__item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1.6rem 0 1.6rem 2rem;
    width: 26.1rem;
  }
}
.help-fund-how__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 5.2rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 1.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 576px) {
  .help-fund-how__item-title {
    height: auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-right: -0.5rem;
  }
  .help-fund-how__item-title .btn-line__hover {
    display: none;
  }
}
.help-fund-how__item-title:hover {
  color: var(--brand-main-blue);
}
.help-fund-how__item-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .help-fund-how__item-description {
    font-size: 1.4rem;
  }
}
.help-fund-how__item-link {
  margin-top: 3.2rem;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .help-fund-how__item-link {
    padding: 1.2rem 2.4rem;
    font-size: 0.9rem;
  }
}
.help-fund-how__btn-arrow {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  padding-inline: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .help-fund-how__btn-arrow {
    font-size: 1.4rem;
  }
}
.help-fund-how__btn-arrow .btn-arrow__hover {
  left: 0;
  right: 0;
  width: 100%;
}
.help-fund-how__btn-arrow::after {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7239 8.66672H2V7.33338H11.7239L7.5286 3.13812L8.4714 2.19531L14.2761 8.00005L8.4714 13.8048L7.5286 12.862L11.7239 8.66672Z' fill='%23404697' /%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .help-fund-how__btn-arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.help-fund-how__socials-list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 576px) {
  .help-fund-how__socials-list {
    gap: 1.2rem;
  }
}
.help-fund-how__socials-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
}
.help-fund-how__socials-item:nth-child(1):hover svg g {
  opacity: 1;
}
.help-fund-how__socials-item:nth-child(1):hover svg path {
  fill: #07f;
}
.help-fund-how__socials-item:nth-child(2):hover svg g {
  opacity: 1;
}
.help-fund-how__socials-item:nth-child(2):hover svg path {
  fill: #27a7e7;
}
.help-fund-how__socials-item svg {
  width: 100%;
  height: 100%;
}
.help-fund-how__socials-item svg g {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.help-fund-how__socials-item svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .about-fund .help-fund-banner__img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.about-fund-done__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-done__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.8rem;
  }
}
.about-fund-done__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  border-radius: 2.4rem;
  padding: 3.2rem 4rem;
  min-height: 20.8rem;
  min-width: 0;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .about-fund-done__item {
    gap: 1.6rem;
    border-radius: 2rem;
    padding: 1.6rem 2rem;
    min-height: 13.6rem;
  }
}
.about-fund-done__orange {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 8.6rem;
  line-height: 100%;
  background: linear-gradient(152deg, #ffe664 0%, #da5a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .about-fund-done__orange {
    font-size: 3.2rem;
  }
}
.about-fund-done__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-done__description {
    font-size: 1.2rem;
    line-height: 116%;
  }
}

.about-fund-contacts__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-contacts__title {
    margin-bottom: 3.2rem;
  }
}
.about-fund-contacts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(25.4rem, auto);
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-contacts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    grid-auto-rows: minmax(25.5rem, auto);
  }
}
.about-fund-contacts__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  border-radius: 2.4rem;
  padding: 3.2rem 4rem;
  overflow: hidden;
  background: var(--text-white);
  min-width: 0;
}
@media (max-width: 576px) {
  .about-fund-contacts__item {
    gap: 3.2rem;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }
  .about-fund-contacts__item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.about-fund-contacts__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-contacts__item-name {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.about-fund-contacts__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 0.8rem;
}
.about-fund-contacts__item-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-contacts__item-info {
    font-size: 1.6rem;
  }
}
.about-fund-contacts a.about-fund-contacts__item-info {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-fund-contacts a.about-fund-contacts__item-info:hover {
  color: var(--brand-main-blue);
}
.about-fund-contacts__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-contacts__item-list {
    max-width: 24.7rem;
  }
}
.about-fund-contacts__ball {
  position: absolute;
  top: 2.7rem;
  right: -2.1rem;
  width: 16.3rem;
  height: 17.2rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 576px) {
  .about-fund-contacts__ball {
    right: -6.1rem;
  }
}
.about-fund-contacts__phone {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-fund-contacts__phone:hover {
  color: var(--brand-main-blue);
}

.about-fund-socials__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-socials__title {
    margin-bottom: 3.2rem;
  }
}
.about-fund-socials__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(11.6rem, auto);
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-socials__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(12rem, auto);
    gap: 1.2rem;
  }
}
.about-fund-socials__item {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  padding: 3.2rem 4rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .about-fund-socials__item {
    border-radius: 2rem;
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) {
  .about-fund-socials__item:hover .btn-line {
    color: var(--brand-main-blue);
  }
  .about-fund-socials__item:hover .btn-line__hover {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .about-fund-socials__item:hover:nth-child(1) .about-fund-socials__item-icon g {
    opacity: 1;
  }
  .about-fund-socials__item:hover:nth-child(1) .about-fund-socials__item-icon g path {
    fill: #27a7e7;
  }
  .about-fund-socials__item:hover:nth-child(2) .about-fund-socials__item-icon g {
    opacity: 1;
  }
  .about-fund-socials__item:hover:nth-child(2) .about-fund-socials__item-icon g path {
    fill: #0077ff;
  }
  .about-fund-socials__item:hover:nth-child(3) .about-fund-socials__item-icon g {
    opacity: 1;
  }
  .about-fund-socials__item:hover:nth-child(3) .about-fund-socials__item-icon g path {
    fill: #FF7700;
  }
}
.about-fund-socials__item-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
  min-height: 5.2rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .about-fund-socials__item-name {
    font-size: 2.4rem;
    min-height: 4.1rem;
  }
}
.about-fund-socials__external-wrapper {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 576px) {
  .about-fund-socials__external-wrapper {
    top: unset;
    left: 2rem;
    bottom: 1.5rem;
  }
}
@media (hover: hover) {
  .about-fund-socials__external-wrapper:hover .about-fund-socials__external-img path {
    fill: var(--brand-main-blue);
  }
}
.about-fund-socials__external {
  display: block;
  width: 100%;
  height: 100%;
}
.about-fund-socials__external-img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-fund-socials__external-img path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-fund-socials__item-icon {
  position: absolute;
  top: 3.2rem;
  right: 12.3rem;
  width: 12rem;
  height: 12rem;
}
@media (max-width: 576px) {
  .about-fund-socials__item-icon {
    top: unset;
    right: -1.6rem;
    bottom: -1.6rem;
  }
}
.about-fund-socials__item-icon g {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about-fund-socials__item-icon g path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.about-fund-documents__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-documents__title {
    margin-bottom: 3.2rem;
  }
}
.about-fund-documents__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(11.6rem, auto);
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-documents__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(16rem, auto);
    gap: 0.8rem;
  }
}
.about-fund-documents__item {
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  padding: 3.2rem 4rem;
  background: var(--text-white);
  min-width: 0;
}
@media (max-width: 576px) {
  .about-fund-documents__item {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    border-radius: 2rem;
  }
}
.about-fund-documents__item-top {
  position: relative;
  min-height: 5.2rem;
}
@media (max-width: 576px) {
  .about-fund-documents__item-top {
    min-height: 2.4rem;
    padding-right: 4rem;
  }
}
.about-fund-documents__item-name {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
  min-height: 5.2rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .about-fund-documents__item-name {
    font-weight: 400;
    font-size: 1.6rem;
    min-height: 2.4rem;
  }
}
.about-fund-documents__item-name:hover {
  color: var(--brand-main-blue);
}
.about-fund-documents__external-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .about-fund-documents__external-wrapper {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .about-fund-documents__external-wrapper:hover .about-fund-documents__external-img path {
    fill: var(--brand-main-blue);
  }
}
.about-fund-documents__external {
  display: block;
  width: 100%;
  height: 100%;
}
.about-fund-documents__external-img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-fund-documents__external-img path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-fund-documents__btn-arrow {
  margin-top: 3.2rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-documents__btn-arrow {
    padding: 1.2rem;
  }
}
.about-fund-documents__btn-arrow::after {
  background-image: url("/img/ui/download.svg");
}
.about-fund-documents__btn-arrow:hover {
  color: var(--brand-main-blue);
}

.about-fund-faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.about-fund-faq__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.5rem;
  flex: 0 0 41.5rem;
}
@media (max-width: 576px) {
  .about-fund-faq__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.about-fund-faq__accordion {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 576px) {
  .about-fund-faq__accordion .accordion {
    gap: 1.2rem;
  }
  .about-fund-faq__accordion .accordion__visible-name {
    font-size: 1.6rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.about-fund-history__title {
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .about-fund-history__title {
    margin-bottom: 1.2rem;
  }
}
.about-fund-history__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-grey);
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-history__subtitle {
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: 3.2rem;
  }
}
.about-fund-history__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .about-fund-history__navigation {
    margin-bottom: 2rem;
  }
}
.about-fund-history__slide-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .about-fund-history__slide-btn:hover {
    opacity: 0.8;
  }
}
.about-fund-history__slide-btn:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.about-fund-history__slide-btn-arrow {
  width: 100%;
  height: 100%;
}
.about-fund-history__slider-count {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-history__slider-count {
    font-size: 4rem;
  }
}
.about-fund-history__slider-count span {
  display: inline-block;
  width: 3.5rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
@media (max-width: 576px) {
  .about-fund-history__slider-count span {
    width: 2.5rem;
  }
}
@media (max-width: 576px) {
  .about-fund-history__swiper {
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
  }
}
.about-fund-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.about-fund-history__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2.4rem;
  width: 70.5rem;
  height: 44.7rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .about-fund-history__img {
    border-radius: 1.6rem;
    width: 100%;
    height: 21.3rem;
  }
}
.about-fund-history__info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .about-fund-history__info {
    gap: 2.8rem;
  }
}
.about-fund-history__info-top {
  max-width: 70.5rem;
}
@media (max-width: 576px) {
  .about-fund-history__info-top {
    max-width: none;
  }
}
.about-fund-history__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .about-fund-history__name {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.about-fund-history__descriptions p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.about-fund-history__descriptions p:not(:last-child) {
  margin-bottom: 0.5em;
}
.about-fund-history__btn {
  color: var(--brand-main-blue);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
}
@media (max-width: 576px) {
  .about-fund-history__btn {
    max-width: none;
  }
}

.about-fund-works__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-works__title {
    margin-bottom: 3.2rem;
  }
}
.about-fund-works__banner {
  display: block;
  border-radius: 3.2rem;
  width: 100%;
  height: 71.7rem;
}
@media (max-width: 576px) {
  .about-fund-works__banner {
    border-radius: 2rem;
    height: 37.9rem;
  }
}
.about-fund-works .main-personal__swiper {
  margin-top: 3.2rem;
}
@media (max-width: 576px) {
  .about-fund-works .main-personal__swiper {
    margin-top: 1.2rem;
  }
}
.about-fund-works .main-personal__btns {
  margin-top: 2.8rem;
}

.about-fund-reports__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .about-fund-reports__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.about-fund-reports__title {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .about-fund-reports__title {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .about-fund-reports__btn-arrow {
    font-size: 2rem;
    padding: 1.2rem;
  }
  .about-fund-reports__btn-arrow::after {
    width: 2rem;
    height: 2rem;
  }
}
.about-fund-reports__accordion {
  margin-bottom: 2.8rem;
}
.about-fund-reports__report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  min-height: 5.2rem;
}
.about-fund-reports__report:not(:last-child) {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.1098039216);
}
@media (max-width: 576px) {
  .about-fund-reports__report:last-child {
    padding-bottom: 1.2rem;
    margin-bottom: -1.2rem;
  }
}
@media (hover: hover) {
  .about-fund-reports__report:hover .about-fund-reports__report-name {
    color: var(--brand-main-blue);
  }
  .about-fund-reports__report:hover .about-fund-reports__report-icon path {
    fill: var(--brand-main-blue);
  }
}
.about-fund-reports__report-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 576px) {
  .about-fund-reports__report-icon {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.about-fund-reports__report-icon path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.about-fund-reports__report-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .about-fund-reports__report-name {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
  }
}
.about-fund-reports__report-download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.about-fund-reports__table.more .about-fund-reports__table-item:nth-child(n+6) {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 576px) {
  .about-fund-reports__table.more .about-fund-reports__table-item:nth-child(5) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid rgba(98, 98, 98, 0.1098039216);
  }
}
.about-fund-reports__table-head {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .about-fund-reports__table-head {
    display: none;
  }
}
.about-fund-reports__table-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .about-fund-reports__table-body {
    padding: 2.4rem 2rem;
    background: var(--text-white);
  }
}
.about-fund-reports__table-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
}
@media (max-width: 576px) {
  .about-fund-reports__table-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(3.7rem, auto);
    padding: 0 0.8rem 2rem 0.8rem;
    gap: 1.2rem;
  }
  .about-fund-reports__table-item:last-child {
    padding-bottom: 0;
  }
  .about-fund-reports__table-item:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid rgba(98, 98, 98, 0.1098039216);
  }
  .about-fund-reports__table-item:nth-child(5) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.about-fund-reports__table-item:nth-child(odd) {
  background: #f5f6ff;
}
@media (max-width: 576px) {
  .about-fund-reports__table-item:nth-child(odd) {
    background: var(--text-white);
  }
}
.about-fund-reports__table-item:nth-child(even) {
  background: var(--text-white);
}
.about-fund-reports__table-item:nth-child(n+6) {
  display: none;
}
@media (max-width: 576px) {
  .about-fund-reports__table-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    border-bottom: 1px solid var(--brand-background-yellow);
  }
}
.about-fund-reports__table-text span:nth-child(1) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.about-fund-reports__table-text span:nth-child(2) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .about-fund-reports__table-text span:nth-child(2) {
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.about-fund-reports__table-more {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 2rem auto 0 auto;
}
@media (max-width: 576px) {
  .about-fund-reports__table-more {
    font-size: 2rem;
  }
}

.get-help-kinds__title {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .get-help-kinds__title {
    margin-bottom: 3.2rem;
  }
}
.get-help-kinds__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .get-help-kinds__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.get-help-contacts__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .get-help-contacts__title {
    margin-bottom: 3.2rem;
  }
}
.get-help-contacts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 99.5rem;
  grid-template-columns: 1fr 99.5rem;
  gap: 2rem;
}
@media (max-width: 576px) {
  .get-help-contacts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.get-help-contacts__info {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  border-radius: 4rem;
  padding: 4rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .get-help-contacts__info {
    gap: 2rem;
    border-radius: 2rem;
    padding: 2rem;
  }
}
.get-help-contacts__map {
  width: 100%;
  height: 43.8rem;
  border-radius: 4rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .get-help-contacts__map {
    height: 43rem;
    border-radius: 2rem;
  }
}
.get-help-contacts__map .ymaps3x0--map-copyrights {
  display: none;
}
.get-help-contacts__map .yandex-marker {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  background: #ff4433;
  border-radius: 100%;
  cursor: pointer;
}
.get-help-contacts__map .yandex-marker::before {
  content: "Космический проспект 97";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  color: var(--text-black);
  white-space: nowrap;
  padding: 0.4rem 0.6rem;
  margin-left: 0.4rem;
  border-radius: 0.4rem;
  background: var(--text-white);
}
.get-help-contacts__map .yandex-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  background-image: url("/img/ui/office.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.get-help-contacts__item {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .get-help-contacts__item {
    gap: 2rem;
  }
  .get-help-contacts__item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.get-help-contacts__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .get-help-contacts__item-name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.get-help-contacts__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 0.8rem;
}
.get-help-contacts__item-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
.get-help-contacts a.get-help-contacts__item-info {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.get-help-contacts a.get-help-contacts__item-info:hover {
  color: var(--brand-main-blue);
}
.get-help-contacts__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.get-help-contacts__phone {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.get-help-contacts__phone:hover {
  color: var(--brand-main-blue);
}

@media (min-width: 577px) {
  .view-cards {
    margin-bottom: 6rem;
  }
}
.view-cards__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .view-cards__title {
    margin-bottom: 3.2rem;
  }
}
.view-cards__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .view-cards__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.view-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2rem;
  min-width: 0;
  border-radius: 2rem;
  padding: 1.6rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .view-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.view-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.6rem;
  width: 25.4rem;
  height: 17.2rem;
  background: #ffffff;
}
@media (max-width: 576px) {
  .view-item__img {
    width: 100%;
    height: 22.1rem;
  }
}
.view-item__name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .view-item__description {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.view-item__description p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .view-item__description p {
    font-size: 1.4rem;
  }
}
.view-item__description p:not(:last-child) {
  margin-bottom: 0.5em;
}
@media (max-width: 576px) {
  .view-item__description p:not(:last-child) {
    margin-bottom: 0;
  }
}
.view-item__btns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 576px) {
  .view-item__btns_solo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .view-item__btns_solo .view-item__btn-line {
    width: 100%;
  }
}
.view-item__btn-line .btn-arrow__hover {
  bottom: 0.2rem;
}
@media (max-width: 576px) {
  .view-item__btn-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}
.view-item__btn-line::after {
  display: none;
}
.view-item__btn-border {
  padding: 1.6rem 2.4rem;
}

.projects-body__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 576px) {
  .projects-body__wrapper {
    gap: 2.4rem;
  }
}
.projects-body__items-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--text-black);
  margin-bottom: 2.8rem;
  max-width: 56rem;
}
@media (max-width: 576px) {
  .projects-body__items-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.projects-body__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .projects-body__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.projects-body__more {
  margin-top: 4rem;
  margin-inline: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .projects-body__more {
    margin-top: 3.2rem;
  }
}

@media (min-width: 577px) {
  .patients-rights .hero-secondary__img {
    height: 42rem;
  }
}

.documents-reports__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .documents-reports__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}
.documents-reports__title {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .documents-reports__title {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .documents-reports__btn-arrow {
    font-size: 2rem;
    padding: 1.2rem;
  }
  .documents-reports__btn-arrow::after {
    width: 2rem;
    height: 2rem;
  }
}
.documents-reports__accordion {
  margin-bottom: 2.8rem;
}
.documents-reports__report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  min-height: 5.2rem;
}
.documents-reports__report:not(:last-child) {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.1098039216);
}
@media (max-width: 576px) {
  .documents-reports__report:last-child {
    padding-bottom: 1.2rem;
    margin-bottom: -1.2rem;
  }
}
@media (hover: hover) {
  .documents-reports__report:hover .documents-reports__report-name {
    color: var(--brand-main-blue);
  }
  .documents-reports__report:hover .documents-reports__report-icon path {
    fill: var(--brand-main-blue);
  }
}
.documents-reports__report-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 576px) {
  .documents-reports__report-icon {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.documents-reports__report-icon path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.documents-reports__report-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .documents-reports__report-name {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
  }
}
.documents-reports__report-download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.documents-reports__table.more .documents-reports__table-item:nth-child(n+6) {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 576px) {
  .documents-reports__table.more .documents-reports__table-item:nth-child(5) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid rgba(98, 98, 98, 0.1098039216);
  }
}
.documents-reports__table-head {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .documents-reports__table-head {
    display: none;
  }
}
.documents-reports__table-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .documents-reports__table-body {
    padding: 2.4rem 2rem;
    background: var(--text-white);
  }
}
.documents-reports__table-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 25.8rem 56rem 41.5rem 25.8rem;
  grid-template-columns: 25.8rem 56rem 41.5rem 25.8rem;
  gap: 2rem;
  padding: 2.4rem 1.2rem;
}
@media (max-width: 576px) {
  .documents-reports__table-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(3.7rem, auto);
    padding: 0 0.8rem 2rem 0.8rem;
    gap: 1.2rem;
  }
  .documents-reports__table-item:last-child {
    padding-bottom: 0;
  }
  .documents-reports__table-item:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid rgba(98, 98, 98, 0.1098039216);
  }
  .documents-reports__table-item:nth-child(5) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.documents-reports__table-item:nth-child(odd) {
  background: #f5f6ff;
}
@media (max-width: 576px) {
  .documents-reports__table-item:nth-child(odd) {
    background: var(--text-white);
  }
}
.documents-reports__table-item:nth-child(even) {
  background: var(--text-white);
}
.documents-reports__table-item:nth-child(n+6) {
  display: none;
}
@media (max-width: 576px) {
  .documents-reports__table-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    border-bottom: 1px solid var(--brand-background-yellow);
  }
}
.documents-reports__table-text span:nth-child(1) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-black);
}
.documents-reports__table-text span:nth-child(2) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .documents-reports__table-text span:nth-child(2) {
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.documents-reports__table-more {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 2rem auto 0 auto;
}
@media (max-width: 576px) {
  .documents-reports__table-more {
    font-size: 2rem;
  }
}

@media (min-width: 577px) {
  .volunteer .hero-secondary__img {
    height: 41.9rem;
  }
}
@media (max-width: 576px) {
  .volunteer .information__item {
    min-height: 28rem;
  }
}

@media (min-width: 577px) {
  .volunteer-form {
    margin-bottom: 6rem;
  }
}
.volunteer-form__title {
  text-align: center;
  margin-bottom: 4rem;
}
.volunteer-form__body {
  width: 114rem;
  min-height: 37.6rem;
  background-color: var(--text-white);
  padding: 4rem;
  margin-inline: auto;
  border-radius: 4rem;
}
@media (max-width: 576px) {
  .volunteer-form__body {
    width: 100%;
    min-height: unset;
    padding: 2.4rem 2rem;
    border-radius: 2rem;
  }
}
.volunteer-form__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 5.3rem;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 576px) {
  .volunteer-form__fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.volunteer-form__fields-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--text-grey);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .volunteer-form__fields-title {
    font-size: 1.8rem;
  }
}
.volunteer-form__field {
  position: relative;
}
.volunteer-form__field-block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  width: 100%;
  height: 5.2rem;
  padding: 1.6rem 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  background-color: transparent;
}
.volunteer-form__field-block:not(:-moz-placeholder-shown) + .volunteer-form__field-name {
  transform: scale(0.7) translateY(-4rem);
}
.volunteer-form__field-block:not(:-ms-input-placeholder) + .volunteer-form__field-name {
  -ms-transform: scale(0.7) translateY(-4rem);
  transform: scale(0.7) translateY(-4rem);
}
.volunteer-form__field-block:not(:placeholder-shown) + .volunteer-form__field-name {
  -webkit-transform: scale(0.7) translateY(-4rem);
  -ms-transform: scale(0.7) translateY(-4rem);
  transform: scale(0.7) translateY(-4rem);
}
.volunteer-form__field-block:focus + .volunteer-form__field-name {
  -webkit-transform: scale(0.7) translateY(-4rem);
  -ms-transform: scale(0.7) translateY(-4rem);
  transform: scale(0.7) translateY(-4rem);
}
.volunteer-form__field-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-grey);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.5;
  cursor: text;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.volunteer-form__checkbox {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
.volunteer-form__checkbox .checkbox__field[type=checkbox] {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(-50%);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .volunteer-form__checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .volunteer-form__checkbox .checkbox__text {
    font-size: 1.4rem;
  }
}
.volunteer-form__submit {
  width: 100%;
}
@media (max-width: 576px) {
  .volunteer-form__submit {
    font-size: 2rem;
    padding-block: 2rem;
  }
}
.volunteer-form__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--text-grey);
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .volunteer-form__text {
    font-size: 1.2rem;
  }
}

@media (min-width: 577px) {
  .volunteer-help {
    margin-bottom: 6rem;
  }
}
.volunteer-help__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .volunteer-help__title {
    margin-bottom: 3.2rem;
  }
}
.volunteer-help__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: 3.2rem 2rem;
}
@media (max-width: 576px) {
  .volunteer-help__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.volunteer-help__item {
  background-color: white;
  padding: 3.2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  border-radius: 2.4rem;
  min-height: 20.9rem;
}
@media (max-width: 576px) {
  .volunteer-help__item {
    padding: 1.6rem 2rem;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    border-radius: 2rem;
    min-height: 11.4rem;
  }
}
.volunteer-help__item.col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 576px) {
  .volunteer-help__item.col-2 {
    grid-column: unset;
  }
}
.volunteer-help__item.col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media (max-width: 576px) {
  .volunteer-help__item.col-3 {
    grid-column: unset;
  }
}
.volunteer-help__item-title h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .volunteer-help__item-title h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.volunteer-help__item-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 1.2rem;
  color: var(--text-grey);
}
@media (max-width: 576px) {
  .volunteer-help__item-description {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 0.8rem;
  }
}
.volunteer-help__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.2rem;
  flex: 0 0 18.2rem;
  width: 18.2rem;
  height: 14.5rem;
}
@media (max-width: 576px) {
  .volunteer-help__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.3rem;
    flex: 0 0 10.3rem;
    width: 10.3rem;
    height: 8.2rem;
  }
}
.volunteer-help__item-img img,
.volunteer-help__item-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 577px) {
  .search-content {
    margin-bottom: 6rem;
  }
}
.search-content__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 2rem;
  grid-auto-rows: auto;
}
@media (max-width: 576px) {
  .search-content__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.search-content__btn-more {
  margin-top: 0.8rem;
  font-size: 2rem;
  -ms-grid-column-align: center;
  justify-self: center;
}

.main_padding:has(.search-content) {
  padding-bottom: 0;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  height: 5.2rem;
  padding-inline: 1.2rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
}
.search__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .search__btn:hover {
    opacity: 1;
  }
}
.search__btn img {
  width: 100%;
  height: 100%;
}
.search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  outline: none;
  border: none;
  background: transparent;
}
.search__input::-webkit-input-placeholder {
  color: var(--text-grey);
  opacity: 0.5;
}
.search__input::-moz-placeholder {
  color: var(--text-grey);
  opacity: 0.5;
}
.search__input:-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 0.5;
}
.search__input::-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 0.5;
}
.search__input::placeholder {
  color: var(--text-grey);
  opacity: 0.5;
}
.search__clear {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .search__clear:hover {
    opacity: 1;
  }
}
.search__clear.visible {
  display: block;
}
.search__clear img {
  width: 100%;
  height: 100%;
}

.search-input-block {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .search-input-block {
    margin-bottom: 3.2rem;
  }
}

.search-wrapper {
  max-width: 56rem;
}
@media (max-width: 576px) {
  .search-wrapper {
    max-width: unset;
  }
}

.empty {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 4rem 0px;
}
.empty__img {
  width: 46.7rem;
  height: 21.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .empty__img {
    max-width: none;
  }
}
.empty__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  color: var(--text-grey);
  opacity: 0.5;
}
.empty__text:first-child {
  margin-bottom: 0.3em;
}
@media (max-width: 576px) {
  .empty__text {
    font-size: 1.6rem;
  }
}
.empty__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--brand-main-blue);
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.4rem;
}

.text__head {
  max-width: 114rem;
  margin: 0 auto 3.2rem;
}
.text__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 100%;
  text-align: center;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .text__title {
    font-size: 4rem;
  }
}
.text__date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center;
  color: var(--text-grey);
}
.text__banner {
  display: block;
  width: 143rem;
  height: 80.6rem;
  margin: 0 auto 3.2rem;
}
@media (max-width: 576px) {
  .text__banner {
    width: 100%;
    height: 20.1rem;
  }
}
.text__next {
  margin-top: 3.2rem;
}
.text__next-img {
  width: 100%;
  height: 80.6rem;
}
@media (max-width: 576px) {
  .text__next-img {
    display: none;
  }
}
.text__next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--brand-main-blue);
  margin: 3.2rem auto 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .text__next-link {
    font-size: 1.6rem;
  }
}
.text__next-link::after {
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .text__next-link::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.gallery {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .gallery {
    margin-top: 4rem;
  }
}
.gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .gallery__head {
    margin-bottom: 3.2rem;
  }
}
.gallery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .gallery__btns {
    display: none;
  }
}
.gallery__btn {
  width: 4.4rem;
  height: 4.4rem;
}
.gallery__btn.swiper-button-disabled {
  opacity: 0.5;
}
.gallery__btn img {
  width: 100%;
  height: 100%;
}
.gallery__swiper {
  overflow: visible;
}
.gallery__swiper-slide {
  width: 85rem;
  height: 48rem;
}
@media (max-width: 576px) {
  .gallery__swiper-slide {
    width: 29.5rem;
    height: 23rem;
  }
}
.gallery__swiper-slide:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .gallery__swiper-slide:not(:last-child) {
    margin-right: 0.8rem;
  }
}
.gallery__img {
  width: 100%;
  height: 48rem;
}
@media (max-width: 576px) {
  .gallery__img {
    width: 29.5rem;
    height: 23rem;
  }
}

.content-cms-container {
  max-width: 114rem;
  margin: 0 auto;
}

.content-cms div {
  margin-bottom: 2.8rem;
}
.content-cms div h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .content-cms div h2 {
    font-size: 2rem;
  }
}
.content-cms div h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .content-cms div h3 {
    font-size: 2rem;
  }
}
.content-cms div.max-width {
  max-width: 85rem;
}
.content-cms div.max-width p:not(:last-child) {
  margin-bottom: 0.5em;
}
.content-cms *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.content-cms p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .content-cms p {
    font-size: 1.6rem;
  }
}
.content-cms p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .content-cms p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.content-cms p:has(+ ul), .content-cms p:has(+ ol), .content-cms p:has(+ .audio-content) {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .content-cms p:has(+ ul), .content-cms p:has(+ ol), .content-cms p:has(+ .audio-content) {
    font-size: 2rem;
  }
}
.content-cms ul,
.content-cms ol {
  padding-left: 2.5rem;
  margin-block: 1.6rem;
}
.content-cms ul li,
.content-cms ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 576px) {
  .content-cms ul li,
  .content-cms ol li {
    font-size: 1.6rem;
  }
  .content-cms ul li:not(:last-child),
  .content-cms ol li:not(:last-child) {
    margin-bottom: 0.2em;
  }
}
.content-cms ul {
  list-style-type: disc;
}
.content-cms ul li {
  list-style-type: disc;
}
.content-cms img {
  width: 100%;
  height: 75.9rem;
}
@media (max-width: 576px) {
  .content-cms img {
    height: 23.8rem;
  }
}
.content-cms img.small {
  height: 59rem;
}
@media (max-width: 576px) {
  .content-cms img.small {
    height: 26.9rem;
  }
}
.content-cms .block_first p:not(:last-child) {
  margin-block: 0.5em;
}
.content-cms .appeal p {
  font-weight: 400;
}
@media (max-width: 576px) {
  .content-cms .appeal p {
    font-size: 1.6rem;
  }
}
.content-cms .appeal p:not(:last-child) {
  margin-block: 0.5em;
}
.content-cms .appeal ul {
  font-size: 2rem;
  margin-block: 0.5rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 576px) {
  .content-cms .appeal ul {
    font-size: 1.6rem;
  }
}
.content-cms .appeal ul li {
  margin-block: 0.5rem;
  list-style: none;
}
.content-cms .appeal img {
  height: 59rem;
  margin-top: 1em;
}
@media (max-width: 576px) {
  .content-cms .appeal img {
    height: 26.9rem;
  }
}
.content-cms .audio-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.6rem;
  border-radius: 1.6rem;
  padding: 1.2rem;
  background: var(--text-white);
}
@media (max-width: 576px) {
  .content-cms .audio-content {
    padding: 1.2rem;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }
}
.content-cms .audio-content audio {
  position: absolute;
  bottom: -7rem;
  display: none;
}
.content-cms .audio-content__controls {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  background: rgba(64, 70, 151, 0.1);
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .content-cms .audio-content__controls:hover {
    color: var(--brand-main-blue);
    background-color: rgba(64, 70, 151, 0.2);
  }
}
.content-cms .audio-content__controls:active {
  color: var(--brand-main-blue);
  background: rgba(64, 70, 151, 0.3);
}
.content-cms .audio-content__controls img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.content-cms .audio-content__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.content-cms .audio-content__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--text-grey);
  margin-bottom: 0.8rem;
}
.content-cms .audio-content__line {
  position: relative;
  height: 0.8rem;
  width: 100%;
  border-radius: 0.8rem;
  background: #e0ddd8;
  margin-bottom: 0.8rem;
  cursor: pointer;
}
.content-cms .audio-content__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--width);
  border-radius: 0.8rem;
  background: var(--brand-main-blue);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.content-cms .audio-content__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--width);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  border: 0.2rem solid var(--brand-main-blue);
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(64, 70, 151, 0.12);
  box-shadow: 0 0.2rem 0.6rem rgba(64, 70, 151, 0.12);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .content-cms .audio-content__line:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.content-cms .audio-content__line.is-dragging::after {
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
}
.content-cms .audio-content__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  color: var(--text-grey);
}
.content-cms .btn-blue-border {
  display: block;
  margin-top: 3.2rem;
  margin-inline: auto;
}
@media (max-width: 576px) {
  .content-cms .btn-blue-border {
    margin-inline: 0;
    width: 100%;
  }
}

.cookie-modal {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 87.2rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
@media (max-width: 576px) {
  .cookie-modal {
    width: 100%;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.cookie-modal__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.7rem;
  height: 7.3rem;
}
@media (max-width: 576px) {
  .cookie-modal__icon {
    width: 7.9rem;
    height: 6rem;
    bottom: -0.8rem;
  }
}
.cookie-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  padding: 1.8rem 4rem 1.8rem 8rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 12px 0 #dedbd5;
  box-shadow: 0 0 12px 0 #dedbd5;
  background: var(--brand-background-yellow);
}
@media (max-width: 576px) {
  .cookie-modal__content {
    gap: 1rem;
    padding: 2rem 2rem 2rem 6rem;
  }
}
.cookie-modal__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text-black);
}
.cookie-modal__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: inherit;
}
@media (max-width: 576px) {
  .cookie-modal__text {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=main.css.map */