@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  src: url("../fonts/Akrobat-Black.ttf") format("truetype");
  font-family: "Akrobat";
  font-weight: 700;
}
@font-face {
  src: url("../fonts/Akrobat-Bold.ttf") format("truetype");
  font-family: "Akrobat";
  font-weight: bold;
}
@font-face {
  src: url("../fonts/Akrobat-ExtraBold.ttf") format("truetype");
  font-family: "Akrobat";
  font-weight: 900;
}
@font-face {
  src: url("../fonts/Akrobat-SemiBold.ttf") format("truetype");
  font-family: "Akrobat";
  font-weight: 800;
}
@font-face {
  src: url("../fonts/PF-Medium.ttf") format("truetype");
  font-family: "PF";
  font-weight: normal;
}
@font-face {
  src: url("../fonts/PF-Thin.ttf") format("truetype");
  font-family: "PF";
  font-weight: 100;
}
@font-face {
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-family: "Fira";
  font-weight: normal;
}
.donate-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  grid-template-columns: clamp(18.125rem, 16.25rem + 19.375vw, 37.5rem);
  display: grid;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.donate-popup .popup-content--wrapper {
  position: relative;
  background: white;
  padding: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) clamp(0.625rem, -0.5rem + 5.625vw, 6.25rem);
  min-height: clamp(12.5rem, 11.25rem + 6.25vw, 18.75rem);
}
.donate-popup .popup-content--wrapper .popup-close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 1.25rem;
  cursor: pointer;
}
.donate-popup .popup-content--wrapper .title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.donate-popup .popup-content--wrapper .small-crypto {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.top {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr clamp(4.375rem, 4.2530487805rem + 0.6097560976vw, 5rem);
  grid-template-columns: max-content 1fr clamp(4.375rem, 4.2530487805rem + 0.6097560976vw, 5rem);
  grid-column-gap: clamp(0.625rem, -0.125rem + 3.75vw, 4.375rem);
  margin-top: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  margin-bottom: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
}
@media only screen and (max-width: 768px) {
  .top {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-gap: 1.25rem;
    padding: 0 !important;
  }
}
.top .top--logo {
  width: clamp(6.25rem, 4.1964285714rem + 10.2678571429vw, 13.4375rem);
  height: clamp(2.5rem, 1.7857142857rem + 3.5714285714vw, 5rem);
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  align-items: center;
  grid-gap: 1.1875rem;
}
.top .top--logo span {
  font-size: 1.125rem;
  font-family: Fira, sans-serif;
}
.top .top--logo img {
  width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
}
@media only screen and (max-width: 768px) {
  .top .top--logo {
    padding-left: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
  }
}
.top .top--text {
  text-align: center;
  justify-self: center;
  text-transform: uppercase;
}
.top .top--text p {
  padding: 0 clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
}
@media only screen and (max-width: 768px) {
  .top .top--text {
    grid-column: span 2;
    grid-row: 2;
    width: 100%;
  }
}
.top .top--text p {
  font-family: Akrobat, sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}
.top .top--text p:nth-of-type(1) {
  background: #1A20C0;
  color: #FFDE2E;
}
.top .top--text p:nth-of-type(2) {
  background: #FFDE2E;
  color: #1A20C0;
}
.top .top--home {
  width: 1.5625rem;
  height: 1.625rem;
  margin-top: 0.4375rem;
}
.top .top--lang {
  font-family: Fira, sans-serif;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  align-self: start;
  cursor: pointer;
  background: #E8EEEF;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .top .top--lang {
    margin-right: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
  }
}
.top .top--lang:hover .dropdown--lang {
  opacity: 1;
  visibility: visible;
}
.top .main--lang {
  position: relative;
  display: grid;
  align-items: center;
  padding: 0.625rem 1.3125rem;
}
.top .main--lang:before {
  content: "";
  position: absolute;
  background-image: url("../img/angle.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.3125rem;
  right: 0.625rem;
}
.top .dropdown--lang {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  background: #E8EEEF;
  padding: 0 1.3125rem;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.top .dropdown--lang .dropdown--link {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 0.4375rem 0;
}
.top .dropdown--lang .dropdown--link:before {
  content: "";
  position: absolute;
  border-top: 1px solid white;
  width: 140%;
}

.header {
  margin-bottom: clamp(5rem, 4.5rem + 2.5vw, 7.5rem);
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-column-gap: clamp(1.875rem, -3.125rem + 7.8125vw, 6.25rem);
}
@media only screen and (max-width: 1024px) {
  .header {
    grid-template-columns: 1fr;
  }
}
.header .header-logo {
  filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(7465%) hue-rotate(348deg) brightness(100%) contrast(98%);
  width: clamp(13.75rem, 13.025rem + 3.625vw, 17.375rem);
  margin-bottom: clamp(3.25rem, 2.9375rem + 1.5625vw, 4.8125rem);
}
.header .header-hr {
  width: 100%;
  height: 1px;
  background: #6E7374;
  margin-top: 1.125rem;
}
.header .header-text {
  display: grid;
  grid-template-columns: clamp(3.125rem, 2.75rem + 1.875vw, 5rem) 1fr;
  grid-column-gap: clamp(0.3125rem, 0.0000000625rem + 1.5625vw, 1.875rem);
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-family: Fira, sans-serif;
}
.header .header-text:not(:last-of-type) {
  margin-bottom: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
}
.header .header--left {
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .header .header--left {
    justify-content: center;
    margin-bottom: 5rem;
  }
}
.header .header--right {
  border: 1px solid #6E7374;
  padding-top: 1.25rem;
  display: grid;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.header .header--support {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-column-gap: 2.75rem;
  justify-content: center;
  margin-bottom: 2.0625rem;
}
@media only screen and (max-width: 768px) {
  .header .header--support {
    grid-template-columns: 1fr;
    padding-left: clamp(2.375rem, 2.3125rem + 0.3125vw, 2.6875rem);
    grid-gap: 1rem;
  }
}
.header .header--support h4 {
  color: #D0131F;
  font-weight: 900;
  font-family: Akrobat, sans-serif;
  font-size: 2.625rem;
  align-self: center;
}
.header .header--support p {
  font-family: Fira, sans-serif;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
.header .header--donate {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .header .header--donate {
    grid-template-columns: 1fr;
  }
}
.header .header--card {
  border-top: 1px solid #6E7374;
  padding: 0.625rem clamp(2.375rem, 2.3125rem + 0.3125vw, 2.6875rem) 1.125rem;
  display: grid;
  grid-template-rows: 1fr -webkit-max-content -webkit-max-content;
  grid-template-rows: 1fr max-content max-content;
}
.header .header--card h4 {
  font-family: Akrobat, sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  margin-bottom: 1.0625rem;
  text-transform: uppercase;
}
.header .header--card .donate-button {
  font-family: Akrobat, sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.725rem + 0.125vw, 1.875rem);
  background: #E8EEEF;
  color: #6E7374;
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .header .header--card .donate-button {
    background: #D0131F;
    color: white;
  }
}
.header .header--card .currency {
  font-family: Fira, sans-serif;
  font-size: 0.875rem;
  color: #6E7374;
  display: grid;
  margin-bottom: 2.1875rem;
}
.header .header--card .currency-on {
  grid-auto-flow: column;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  justify-content: start;
  line-height: 1;
  grid-column-gap: 0.3125rem;
}
.header .header--card .currency-on span:not(:first-of-type) {
  border-left: 1px solid #6E7374;
  padding-left: 0.3125rem;
}
.header .header--card:nth-of-type(odd) {
  border-right: 1px solid #6E7374;
}
@media only screen and (max-width: 768px) {
  .header .header--card:nth-of-type(odd) {
    border-right: unset;
  }
}

@media only screen and (min-width: 768px) {
  .header .header--card__red {
    background: #D0131F;
    color: white;
  }
  .header .header--card__red .currency {
    color: rgba(255, 255, 255, 0.4);
  }
  .header .header--card__red .currency span:not(:first-of-type) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .header--card__red .donate-button {
    background: white;
    color: #D0131F;
  }
}
.you-money {
  margin-bottom: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
}
.you-money h4 {
  font-size: clamp(2rem, 1.95rem + 0.25vw, 2.25rem);
  font-family: Akrobat, sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.125rem;
}
.you-money .you-money--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: clamp(0.625rem, 0.25rem + 1.875vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .you-money .you-money--cards {
    grid-template-columns: 1fr;
    grid-gap: 1.875rem;
  }
}
.you-money .you-money--cards .you-money--card {
  box-shadow: 0px 10px 40px rgba(18, 18, 18, 0.05);
  border-top: 4px solid #D0131F;
  padding: 1.875rem clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
@media only screen and (max-width: 768px) {
  .you-money .you-money--cards .you-money--card {
    padding: 3.5rem;
  }
}
.you-money .you-money--cards .you-money--card img {
  margin-bottom: 2.5rem;
}

.slider {
  position: relative;
  margin-bottom: clamp(5.625rem, 5.25rem + 1.875vw, 7.5rem);
  padding-top: clamp(3.125rem, 2.125rem + 5vw, 8.125rem);
  padding-bottom: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
  background: #E8EEEF;
}
@media only screen and (max-width: 768px) {
  .slider {
    display: none;
  }
}
.slider .swiper-slide {
  position: relative;
  padding-bottom: 31%;
}
.slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper--partners {
  margin-bottom: 5rem;
}
.slider .slider-setup {
  position: relative;
  display: grid;
  justify-items: center;
}
.slider .swiper-pagination {
  width: 80%;
  background: #6E7374;
  height: 0.0625rem;
  left: unset;
}
.slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #D0131F;
  height: 0.25rem;
  top: -0.0625rem;
}
.slider .swiper-button-prev {
  z-index: 1;
  left: 0;
  width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.slider .swiper-button-next {
  z-index: 1;
  right: 0;
  width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.slider .swiper-button-next img {
  transform: rotate(180deg);
}

.slider-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slider-mobile {
    display: grid;
  }
}

.mobile {
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  overflow: hidden;
  grid-gap: 0.625rem;
}

.slider-mobile {
  position: relative;
  margin-bottom: clamp(5.625rem, 5.25rem + 1.875vw, 7.5rem);
  padding-top: clamp(3.125rem, 2.125rem + 5vw, 8.125rem);
  padding-bottom: clamp(3.125rem, 2.5rem + 3.125vw, 6.25rem);
  background: #E8EEEF;
}
.slider-mobile .swiper-wrapper {
  height: clamp(50rem, 0.8928571429rem + 245.5357142857vw, 118.75rem);
}
.slider-mobile .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-mobile .slider-setup-mobile {
  position: relative;
  grid-template-columns: 1fr;
  display: grid;
  justify-items: center;
  align-items: center;
}
.slider-mobile .slider-setup-mobile .swiper-pagination-one {
  height: 80%;
  background: #6E7374;
  width: 0.0625rem;
  left: unset;
  top: unset;
}
.slider-mobile .slider-setup-mobile .swiper-pagination-one .swiper-pagination-progressbar-fill {
  background: #D0131F;
  left: -0.0625rem !important;
  width: 0.25rem;
}
.slider-mobile .swiper-button-prev {
  top: 1.625rem;
  transform: rotate(90deg);
  width: 3.125rem;
  left: unset;
}
.slider-mobile .swiper-button-next {
  bottom: 0.1875rem;
  top: auto;
  transform: rotate(270deg);
  width: 3.125rem;
  right: unset;
}

.media {
  margin-bottom: clamp(5.625rem, 5.25rem + 1.875vw, 7.5rem);
}
.media h4 {
  font-weight: 900;
  font-size: clamp(2rem, 1.95rem + 0.25vw, 2.25rem);
  font-family: Akrobat, sans-serif;
  text-align: center;
  margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  text-transform: uppercase;
}
.media .media-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #6E7374;
}
@media only screen and (max-width: 1024px) {
  .media .media-cards {
    grid-template-columns: 1fr;
  }
}
.media .media-cards .media-card {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  padding: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem) clamp(1.5625rem, 1.4375rem + 0.625vw, 2.1875rem);
  grid-column-gap: 1.875rem;
  align-items: center;
  transition: background 0.5s ease;
}
.media .media-cards .media-card:hover {
  background: #D0131F;
}
.media .media-cards .media-card:hover span {
  color: rgba(255, 255, 255, 0.6);
}
.media .media-cards .media-card:hover p {
  color: white;
}
@media only screen and (max-width: 768px) {
  .media .media-cards .media-card {
    grid-template-columns: 1fr;
    padding: 2.5rem 3.125rem;
    grid-gap: 1.875rem;
  }
}
.media .media-cards .media-card span {
  font-size: 0.875rem;
  color: #B8C0C2;
  margin-bottom: 0.625rem;
  display: block;
  transition: color 0.5s ease;
}
.media .media-cards .media-card p {
  font-size: 1.125rem;
  transition: color 0.5s ease;
}
.media .media-cards .media-card:nth-of-type(odd) {
  border-right: 1px solid #6E7374;
}
@media only screen and (max-width: 1024px) {
  .media .media-cards .media-card:nth-of-type(odd) {
    border-right: unset;
  }
}
.media .media-cards .media-card:nth-of-type(1),
.media .media-cards .media-card:nth-of-type(2) {
  border-bottom: 1px solid #6E7374;
}
@media only screen and (max-width: 1024px) {
  .media .media-cards .media-card:nth-of-type(1),
.media .media-cards .media-card:nth-of-type(2) {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .media .media-cards .media-card:not(:last-of-type) {
    border-bottom: 1px solid #6E7374;
  }
}

.found-us {
  margin-bottom: clamp(6.25rem, 6rem + 1.25vw, 7.5rem);
  background: #D0131F;
}
.found-us .content {
  padding: 3.125rem 0;
  display: grid;
  grid-gap: clamp(0.625rem, -0.75rem + 6.875vw, 7.5rem);
  grid-template-columns: 0.75fr 1fr;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .found-us .content {
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
  }
}
.found-us .content h4 {
  font-family: Akrobat, sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
  justify-self: center;
}
@media only screen and (max-width: 768px) {
  .found-us .content h4 {
    text-align: center;
    white-space: normal;
    line-height: 1;
  }
}
.found-us .content .found-us--button {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.found-us .content .found-us--button a {
  border: 1px solid white;
  color: white;
  padding: 1.875rem clamp(2.5rem, 1.875rem + 3.125vw, 5.625rem);
  transition: color 0.5s ease, background 0.5s ease;
  text-align: center;
}
.found-us .content .found-us--button a:hover {
  background: white;
  color: #D0131F;
}
.found-us .content .found-us--button a:last-of-type {
  border-left: unset;
}

.partners {
  margin-bottom: clamp(6.25rem, 6rem + 1.25vw, 7.5rem);
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: clamp(1.4375rem, 1.2625rem + 0.875vw, 2.3125rem);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .partners {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-gap: clamp(1.25rem, 0.3571428571rem + 4.4642857143vw, 2.5rem);
  }
}

.footer {
  display: grid;
  background: #202121;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.footer img {
  width: 4.6875rem;
}

html {
  font-size: 16px;
  font-family: Fira, sans-serif;
}

.wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
  padding-right: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
}

.wrapper-big {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
  padding-right: clamp(1.25rem, 0.5897887324rem + 2.1126760563vw, 3.125rem);
}

hr {
  border: none;
}

a {
  color: unset;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 1930px) {
  html {
    font-size: 0.84vw;
  }
}
