@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap");
:root {
  --text-300: #505152;
  --text-500: #353C3D;
  --text-700: #030505;
  --outline-300: #A1B4B8;
  --outline-500: #8EA6AB;
  --outline-700: #7B989E;
  --surface-300: #FFFFFF;
  --surface-500: #FAFAFA;
  --surface-700: #EDEDED;
  --brand-blue-300: #74D8FA;
  --brand-blue-500: #51BCE0;
  --brand-blue-700: #34A2C7;
  --brand-yellow-300: #F9F27D;
  --brand-yellow-500: #F9EE32;
  --brand-yellow-700: #E0D516;
}

body, html {
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body.activeBurger {
  overflow: hidden;
}

a, h1, h2, h3, li, p, button {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
}

button {
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
}

hr {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

h2 {
  color: var(--text-300);
  font-weight: 700;
  margin: 0;
}

h3 {
  color: rgb(53, 60, 61);
  margin: 0;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 744px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}
@media screen and (max-width: 744px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
  }
}
.text-body-black {
  color: var(--text-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

.text-body-medium {
  color: var(--text-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-caption {
  color: var(--text-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.text-small {
  color: var(--text-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.__container {
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .__container {
    max-width: 1312px;
    padding: 0 64px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 744px) {
  .__container {
    max-width: 100%;
    padding: 0 48px;
  }
}
@media screen and (max-width: 744px) {
  .__container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.title--h2 {
  color: var(--text-300);
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .title--h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .title--h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--text-300);
}

.text-block {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  color: var(--text-300);
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  transition: all 50ms;
}
.btn-contact * {
  transition: all 50ms;
}
.btn-contact svg {
  fill: var(--brand-blue-500);
  margin-right: 8px;
}
.btn-contact:hover p {
  color: var(--text-700);
}
.btn-contact:hover svg {
  fill: var(--brand-blue-700);
}

.btn-support {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  border: 4px solid var(--surface-700);
  border-radius: 2px;
  color: var(--text-300);
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  transition: all 150ms;
}
.btn-support * {
  transition: all 50ms;
}
.btn-support svg {
  fill: var(--brand-blue-500);
  margin-left: 8px;
}
.btn-support:hover {
  border: 4px solid var(--brand-blue-500);
  background: var(--brand-blue-500);
  color: var(--surface-700);
}
.btn-support:hover svg {
  fill: var(--surface-700);
}

.burger__menu .page_item:nth-child(4) {
  display: none;
}
.burger__menu .page_item:nth-child(7) {
  display: none;
}

.header__container {
  display: flex;
  align-items: center;
}
.header__container a, .header__container p {
  letter-spacing: 0.6px;
}
.header__language {
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 16px;
}
.header__language span {
  border: 5px solid transparent;
  border-top: 7px solid var(--outline-500);
  margin: 3px 0 0 10px;
}
.header__language-btn {
  margin-left: 8px;
  position: relative;
}
.header__language-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(-5px);
  opacity: 0;
  background: var(--surface-500);
  left: -4px;
  border-left: 1px solid var(--surface-700);
  border-bottom: 1px solid var(--surface-700);
  border-right: 1px solid var(--surface-700);
  margin-top: 8px;
  transition: all 300ms;
}
.header__language-dropdown .disabled {
  display: none;
}
.header__language-dropdown-item {
  padding: 5px 16px;
}
.header__language-dropdown-item:hover {
  background: var(--surface-700);
}
.header__language:hover .header__language-dropdown {
  opacity: 1;
  transform: translateY(0px);
}
.header__language:hover span {
  border-top: 7px solid var(--brand-blue-500);
}
.header__buttons {
  display: flex;
  align-items: center;
}
.header #burger-wrapper {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header__logo img {
    width: 224px;
    height: 112px;
    object-fit: contain;
  }
  .header__menu {
    margin: 0 auto 0 16px;
  }
  .header__menu .current_page_item {
    display: none;
  }
  .header__menu ul {
    display: flex;
  }
  .header .page_item a {
    color: var(--text-300);
    display: block;
    padding: 12px 12px 10px 12px;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .header .page_item a:hover {
    color: var(--text-500);
    border-bottom: 4px solid var(--brand-blue-300) !important;
  }
  .header .page_item:nth-child(4) {
    display: none;
  }
  .header .page_item:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header.active {
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--surface-500);
    grid-template-rows: fit-content(150px) auto;
  }
  .header.active #header-container {
    box-sizing: border-box;
    width: 100%;
  }
  .header.active #header-burger-btn span:first-child {
    transform: rotate(45deg) translate(5px);
  }
  .header.active #header-burger-btn span:last-child {
    transform: rotate(-45deg) translate(5px);
  }
  .header.active #burger-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
  }
  .header.active #burger-menu li {
    padding: 12px 24px 12px 24px;
    margin-bottom: 8px;
  }
  .header.active #burger-menu a {
    color: var(--text-300);
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
  }
  .header.active #burger-buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
  }
  .header.active #burger-buttons #burger-contact {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) and (min-width: 744px) {
  .header.active #burger-wrapper {
    padding: 16px 48px 64px 48px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 744px) {
  .header.active #burger-wrapper {
    padding: 16px 16px 48px 16px;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo {
    margin-right: auto;
  }
  .header #header-buttons {
    display: none;
  }
  .header #header-menu {
    display: none;
  }
  .header__language {
    margin-left: 0;
  }
  .header__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 24px;
    height: 24px;
    padding: 20px 24px 20px 20px;
    cursor: pointer;
  }
  .header__burger span {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--text-500);
    transition: all 0.3s;
  }
  .header__burger span:first-child {
    margin-bottom: 4px;
  }
  .header__burger:hover span {
    background: var(--text-700);
  }
  .header__burger.active span:first-child {
    transform: rotate(-45deg) translateY(4px);
  }
  .header__burger.active span:last-child {
    transform: rotate(45deg) translateY(-5px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 744px) {
  .header__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header__logo img {
    width: 144px;
    height: 80px;
    object-fit: contain;
  }
}
@media screen and (max-width: 744px) {
  .header__container {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .header__logo img {
    width: 128px;
    height: 80px;
    object-fit: contain;
  }
}

.banner {
  position: relative;
  height: 344px;
  width: 100%;
  margin: 32px 0;
  overflow: hidden;
  background: url("img/banner.png");
  background-repeat: no-repeat;
  background-position: 90% 5%;
}
.banner__text {
  position: absolute;
  top: 10%;
  max-width: 900px;
  color: var(--text-300);
}
@media screen and (min-width: 1080px) {
  .banner {
    height: 344px;
  }
  .banner__text {
    font-size: 48px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .banner {
    height: 200px;
  }
  .banner__text {
    font-size: 32px;
    max-width: 600px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 744px) {
  .banner {
    height: 192px;
  }
  .banner__text {
    font-size: 24px;
    max-width: 500px;
  }
}

.page-home__container {
  display: flex;
  flex-direction: column;
}
.page-home__wrapper {
  display: flex;
}
.page-home__news-main--img {
  transition: all 150ms;
  width: 100%;
}
.page-home__news-main--img img {
  width: 100%;
  object-fit: cover;
}
.page-home__news-main--title {
  color: var(--text-300);
}
.page-home__news-main--block {
  margin-top: 8px;
}
.page-home__news-main:hover .page-home__news-main--img {
  filter: brightness(100%);
}
.page-home__news-main:hover h3 {
  color: var(--text-700);
}
.page-home__news--title {
  margin-bottom: 16px;
}
.page-home__news--box {
  overflow-y: auto;
}
.page-home__news--list {
  display: flex;
  flex-direction: column;
}
.page-home__news-item {
  padding: 16px;
  background: var(--surface-500);
  transition: all 150ms;
}
.page-home__news-item--title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-500);
}
.page-home__news-item:hover {
  background: var(--surface-700);
}
.page-home__news-item:hover > p {
  color: var(--text-700);
}
@media screen and (min-width: 1080px) {
  .page-home__wrapper {
    padding: 32px 0;
  }
  .page-home__news-main {
    flex-grow: 1;
  }
  .page-home__news-main img {
    height: 440px;
  }
  .page-home__news-main--title {
    margin-top: 16px;
  }
  .page-home__news {
    flex: 0 0 304px;
    margin-left: 64px;
  }
  .page-home__news--box {
    height: 440px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .page-home__wrapper {
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .page-home__news-main {
    width: 100%;
    margin-bottom: 32px;
  }
  .page-home__news-main img {
    height: 264px;
  }
  .page-home__news-main--title {
    margin-top: 8px;
  }
  .page-home__news {
    width: 100%;
  }
  .page-home__news--title {
    font-size: 16px;
  }
}
@media screen and (max-width: 744px) {
  .page-home__wrapper {
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .page-home__news-main {
    width: 100%;
    margin-bottom: 32px;
  }
  .page-home__news-main--title {
    font-size: 16px;
    margin-top: 8px;
  }
  .page-home__news-main img {
    height: 160px;
  }
  .page-home__news {
    width: 100%;
  }
  .page-home__news--title {
    font-size: 16px;
  }
}

.page-home__about {
  display: flex;
}
.page-home__about h3 {
  margin-bottom: 16px;
}
.page-home__about--text {
  display: flex;
}
.page-home__about--content p {
  color: var(--text-300);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.page-home__about--button {
  display: inline-flex;
  padding: 12px 16px 12px 24px;
  border: 4px solid var(--surface-700);
  border-radius: 2px;
  margin-top: 32px;
  transition: all 150ms;
}
.page-home__about--button * {
  transition: all 50ms;
}
.page-home__about--button p {
  color: var(--text-300);
}
.page-home__about--button svg {
  fill: var(--brand-blue-500);
  margin-left: 8px;
}
.page-home__about--button:hover {
  background: var(--brand-blue-500);
  border: 4px solid var(--brand-blue-500);
}
.page-home__about--button:hover p {
  color: var(--surface-300);
}
.page-home__about--button:hover svg {
  fill: var(--surface-300);
}
@media screen and (min-width: 1200px) {
  .page-home__about {
    padding: 32px 0;
  }
  .page-home__about--logo img {
    width: 250px;
    height: 160px;
    object-fit:contain;
    margin-right: 32px;
    margin-top: 12px;
  }
  .page-home__about--text-column-1 {
    padding: 0 64px 0 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 744px) {
  .page-home__about {
    padding: 16px 0;
    flex-direction: column;
  }
  .page-home__about--logo {
    width: 100%;
    margin-bottom: 24px;
  }
  .page-home__about--logo img {
    width: 112px;
    height: 64px;
    object-fit:contain;
  }
  .page-home__about h3 {
    font-size: 16px !important;
    font-weight: 900 !important;
  }
  .page-home__about--text-column-1 {
    padding: 0 24px 0 0;
    max-width: 50%;
  }
  .page-home__about--text-column-2 {
    max-width: 50%;
  }
}
@media screen and (max-width: 744px) {
  .page-home__about {
    padding: 16px 0;
    flex-direction: column;
  }
  .page-home__about--logo {
    width: 100%;
    margin-bottom: 24px;
  }
  .page-home__about--logo img {
    width: 112px;
    height: 64px;
    object-fit:contain;
  }
  .page-home__about--text-column-1 {
    margin: 24px 0;
  }
  .page-home__about--text {
    flex-direction: column;
  }
  .page-home__about--button {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.two-buttons {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: var(--surface-500);
  transition: all 150ms;
}
.two-buttons * {
  transition: all 50ms;
}
.two-buttons > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border: 4px solid var(--surface-700);
}
.two-buttons > a svg {
  margin-left: 8px;
  fill: var(--brand-blue-500);
}
.two-buttons > a:hover {
  background: var(--brand-blue-500);
  border: 4px solid var(--brand-blue-500);
}
.two-buttons > a:hover svg {
  fill: var(--surface-500);
}
.two-buttons > a:hover p {
  color: var(--surface-500);
}
@media screen and (min-width: 1080px) {
  .two-buttons {
    margin: 32px 0;
  }
  .two-buttons > a {
    height: 32px;
    padding: 16px 0;
  }
  .two-buttons > a p {
    font-size: 24px;
    line-height: 32px;
    color: var(--text-500);
    font-weight: 700;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .two-buttons {
    margin: 16px 0;
  }
  .two-buttons > a {
    height: 32px;
    padding: 16px 0;
  }
  .two-buttons > a p {
    font-size: 24px;
    line-height: 32px;
    color: var(--text-500);
    font-weight: 700;
  }
}
@media screen and (max-width: 744px) {
  .two-buttons {
    margin: 16px 0;
  }
  .two-buttons > a {
    height: 24px;
    padding: 16px 0;
  }
  .two-buttons > a p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-300);
    font-weight: 900;
  }
}
.two-buttons__left-button {
  border-right: 2px solid var(--surface-700) !important;
}
.two-buttons__left-button:hover {
  border-right: 2px solid var(--brand-blue-500) !important;
}
.two-buttons__right-button {
  border-left: 2px solid var(--surface-700) !important;
}
.two-buttons__right-button:hover {
  border-left: 2px solid var(--brand-blue-500) !important;
}

.page-sponsors {
  box-sizing: border-box;
}
.page-sponsors__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: var(--surface-500);
  gap:3rem;
}
.page-sponsors .sponsor-item {
  display: block;
  width: 13rem;
}
.page-sponsors .sponsor-item img {
  opacity: 30%;
  object-fit: contain;
  width: 100%;
  transition: all 150ms;
}
.page-sponsors .sponsor-item img:hover {
  opacity: 60%;
}
@media screen and (min-width: 1080px) {
  .page-sponsors {
    margin: 32px 0;
  }
  .page-sponsors__box {
    padding: 56px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .page-sponsors {
    margin: 16px 0;
  }
  .page-sponsors__box {
    padding: 56px;
  }
}
@media screen and (max-width: 744px) {
  .page-sponsors {
    margin: 16px 0;
  }
  .page-sponsors__box {
    padding: 24px 16px;
  }
}

.archive-page__title {
  border-top: 1px solid var(--outline-500);
  padding: 16px 0;
}
.archive-page__list {
  display: grid;
  grid-gap: 24px 32px;
}
@media screen and (min-width: 1500px) {
  .archive-page__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .archive-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 700px) {
  .archive-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .archive-page__list {
    grid-template-columns: 1fr;
  }
}
.archive-page__pagination {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page__pagination > * {
  padding: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: var(--outline-500);
  margin: 0 4px;
}
.archive-page__pagination .current {
  color: var(--text-500) !important;
}
.archive-page.projects .archive-item__main {
  border-right: 4px solid var(--surface-500);
  border-left: 4px solid var(--surface-500);
  border-bottom: 4px solid var(--surface-500);
  padding: 16px;
}
.archive-page.projects .archive-item:hover .archive-item__main {
  border-right: 4px solid var(--surface-700);
  border-left: 4px solid var(--surface-700);
  border-bottom: 4px solid var(--surface-700);
}
.archive-page.blog .archive-item__title {
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .archive-page.blog .archive-item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.archive-page.news .archive-page__list {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
}
.archive-page.news .archive-item {
  background: var(--surface-500);
  padding: 16px;
  margin-bottom: 8px;
  transition: all 100ms;
}
.archive-page.news .archive-item__title {
  font-weight: 700;
}
.archive-page.news .archive-item:hover {
  background: var(--surface-700);
}
@media screen and (max-width: 744px) {
  .archive-page.news .archive-item__title {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
  }
}
.archive-page .archive-item * {
  transition: all 100ms;
}
.archive-page .archive-item__img {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
}
.archive-page .archive-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archive-page .archive-item__title {
  color: var(--text-300);
  font-size: 24px;
  line-height: 32px;
}
.archive-page .archive-item__block {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.archive-page .archive-item__author {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--text-300);
  margin-left: 16px;
}
.archive-page .archive-item__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-300);
}
.archive-page .archive-item:hover .archive-item__title {
  color: var(--text-700);
}
.archive-page .archive-item:hover .archive-item__subtitle {
  color: var(--text-500);
}
@media screen and (min-width: 1080px) {
  .archive-page__list {
    padding: 32px 0 24px 0;
  }
  .archive-page__pagination {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .archive-page .archive-item {
    min-width: 304px;
  }
  .archive-page__pagination {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 744px) {
  .archive-page .archive-item {
    min-width: 304px;
  }
  .archive-page__pagination {
    margin-bottom: 16px;
  }
}

.single-page {
  border-top: 1px solid var(--outline-300);
}
.single-page__all p {
  color: rgb(53, 60, 61);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
.single-page__all img {
  width: 100%;
  object-fit: cover;
}
.single-page__all h2, .single-page__all h3, .single-page__all h4, .single-page__all h5, .single-page__all h6 {
  margin-bottom: 12px;
  margin-top: 24px;
}
.single-page__down-block {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.single-page__network {
  display: flex;
  align-items: center;
  color: var(--outline-500);
}
.single-page__network--text {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  margin-right: 16px;
}
.single-page__network--list {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
}
.single-page__network--list a {
  color: var(--outline-500);
  margin-right: 16px;
}
.single-page__network--list svg, .single-page__network--list span {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}
.single-page__network--list a {
  margin: 0 16px 0 0 !important;
  padding: 0 !important;
}
.single-page__donate {
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
.single-page__donate--title {
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0.58px;
  border-bottom: 2px solid var(--outline-700);
  padding: 0 0 16px 0;
  color: var(--text-300);
}
.single-page__donate--button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--brand-blue-500);
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
  margin-right: 16px;
  transition: all 150ms;
}
.single-page__donate--button * {
  transition: all 50ms;
}
.single-page__donate--button span {
  color: var(--surface-300);
  font-size: 18px;
  font-weight: 800;
}
.single-page__donate--button p {
  color: var(--text-300);
  font-weight: 500;
}
.single-page__donate--button:hover {
  background: var(--brand-blue-700);
}
@media screen and (min-width: 1080px) {
  .single-page__content {
    max-width: 752px;
    margin: 0 auto;
    padding: 32px 0 48px 0;
  }
  .single-page__all img {
    max-height: 352px;
    padding: 24px 0;
  }
  .single-page__all h1 {
    color: var(--text-500);
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
  }
  .single-page__down-block {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .single-page__content {
    padding: 16px 0 32px 0;
  }
  .single-page__all img {
    max-height: 352px;
    padding: 24px 0;
  }
  .single-page__all h1 {
    color: var(--text-500);
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
  }
  .single-page__down-block {
    margin-top: 32px;
    flex-direction: column;
  }
  .single-page__donate {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 744px) {
  .single-page__content {
    padding: 16px 0 32px 0;
  }
  .single-page__all img {
    max-height: 200px;
    padding: 24px 0;
  }
  .single-page__all h1 {
    color: var(--text-500);
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
  }
  .single-page__all h2, .single-page__all h3, .single-page__all h4, .single-page__all h5, .single-page__all h6 {
    color: var(--text-500);
    font-size: 16px !important;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
  }
  .single-page__down-block {
    margin-top: 32px;
    flex-direction: column;
  }
  .single-page__donate {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100% !important;
  }
  .single-page__donate--title {
    text-align: center;
  }
  .single-page__network {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-about__container {
  display: flex;
  flex-direction: column;
}
.page-about__title {
  border-top: 1px solid var(--outline-300);
  padding: 16px 0;
  margin: 0;
}
.page-about__content .br {
  padding: 16px 0;
  display: block;
}
.page-about__content h3 {
  margin-bottom: 8px;
}
.page-about__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-500);
}
@media screen and (min-width: 1080px) {
  .page-about__content {
    padding: 16px 0 64px 0;
    max-width: 640px;
    margin: 0 0 0 224px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .page-about__content {
    padding: 16px 0;
  }
}
@media screen and (max-width: 744px) {
  .page-about__content {
    padding: 16px 0;
  }
}

.page-contact__title {
  border-top: 1px solid var(--outline-300);
  padding: 16px 0;
  margin: 0;
}
.page-contact__content iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 16px;
}
.page-contact__content p {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-500);
}
.page-contact__content span, .page-contact__content span > * {
  color: var(--brand-blue-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.page-contact__content a:hover {
  color: var(--brand-blue-700);
}
@media screen and (min-width: 1280px) {
  .page-contact__content {
    padding: 16px 0 64px 0;
    max-width: 864px;
    margin: 0 0 0 224px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 744px) {
  .page-contact__content {
    padding: 16px 0;
  }
}
@media screen and (max-width: 744px) {
  .page-contact__content {
    padding: 16px 0;
  }
}

.page-support__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-support__wrapper {
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  max-width: 750px;
}
.page-support__title {
  color: var(--text-500);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
  width: 100%;
}
.page-support__text {
  color: var(--text-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 16px 0 32px 0;
  width: 100%;
}
.page-support__content-main {
  display: flex;
  flex-direction: column;
}
.page-support__buttons {
  width: 100%;
}
.page-support__betterplace {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  transition: all 150ms;
  background: var(--brand-blue-500);
  padding: 16px 0;
}
.page-support__betterplace * {
  transition: all 50ms;
}
.page-support__betterplace span {
  font-size: 20px;
  font-weight: 900;
  color: var(--surface-300);
}
.page-support__betterplace p {
  font-weight: 500;
  color: var(--text-300);
}
.page-support__betterplace:hover {
  background: var(--brand-blue-700);
}
.page-support__ibam {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--text-300);
  font-weight: 600;
}
.page-support__ibam span {
  color: var(--outline-700);
}
.page-support__qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
.page-support__qrcode img {
  max-width: 100%;
}
.page-support__qrcode p {
  font-size: 16px;
  color: var(--text-300);
  font-weight: 600;
  margin-right: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .page-support__content {
    display: flex;
  }
  .page-support__content > * {
    width: 50%;
  }
  .page-support__content-main {
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .page-support__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 32px;
    border-left: 2px solid var(--outline-500);
  }
}
@media screen and (max-width: 749px) {
  .page-support__qrcode {
    display: none;
  }
  .page-support__buttons {
    margin: 0 auto;
    padding-top: 8px;
  }
}

.footer__content {
  display: flex;
}
.footer__content .hr {
  background: var(--outline-500);
}
@media screen and (min-width: 1080px) {
  .footer__content {
    padding: 32px 0 64px 0;
  }
  .footer__content .hr {
    height: 20px;
    width: 1px;
  }
  .footer__text {
    margin-right: auto;
  }
  .footer__title {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 744px) {
  .footer__content {
    padding: 16px 0 32px 0;
  }
  .footer__content .hr {
    height: 20px;
    width: 1px;
  }
  .footer__text {
    margin-right: auto;
  }
  .footer__title {
    margin-left: 16px;
  }
}
@media screen and (max-width: 744px) {
  .footer__content {
    padding: 16px 0 32px 0;
    flex-direction: column;
  }
  .footer__content .hr {
    height: 1px;
    width: 20px;
    margin: 12px 0;
  }
}

/*# sourceMappingURL=style.css.map */
