@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p, span {
  margin: 0;
  padding: 0;
}

.orange {
  color: #FCB13E;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 800;
}

.extra-bold {
  font-weight: 800;
}

.button {
  background: #DF3011;
  font-size: 32px;
  font-weight: 800;
  width: 416px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  border-bottom: 4px solid #942B19;
  display: inline-block;
  letter-spacing: -0.05em;
  color: white;
}
@media (max-width: 1500px) {
  .button {
    font-size: 2.1333333333vw;
    width: 27.7333333333vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
    border-radius: 0.5333333333vw;
    border-width: 0.2666666667vw;
  }
}
@media (max-width: 960px) {
  .button {
    font-size: 5vw;
    width: 40vw;
    height: 12.5vw;
    line-height: 12.5vw;
    border-radius: 1.25vw;
    border-bottom: 0.625vw solid #942B19;
  }
}

.hero-section {
  background: linear-gradient(#013783, #001E42);
  text-align: center;
  padding: 32px 0 0 0;
}
@media (max-width: 1500px) {
  .hero-section {
    padding: 2.1333333333vw 0 0 0;
  }
}
@media (max-width: 960px) {
  .hero-section {
    padding: 10vw 0 0 0;
  }
}
.hero-section__logo {
  display: block;
  margin: 0 auto 41px auto;
}
@media (max-width: 1500px) {
  .hero-section__logo {
    margin: 0 auto 2.7333333333vw auto;
    height: 8vw;
  }
}
@media (max-width: 960px) {
  .hero-section__logo {
    width: 18.75vw;
    height: 12.5vw;
    margin: 0 auto 6.5625vw auto;
  }
}
.hero-section__name {
  font-size: 24px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  position: relative;
  width: 652px;
  display: inline-block;
}
@media (max-width: 1500px) {
  .hero-section__name {
    font-size: 1.6vw;
    line-height: 1.3333333333vw;
    width: 43.4666666667vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name {
    font-size: 4.0625vw;
    line-height: 6.25vw;
    width: 90vw;
  }
}
.hero-section__name::before {
  width: 156px;
  height: 2px;
  background: #FCB13E;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
}
@media (max-width: 1500px) {
  .hero-section__name::before {
    width: 10.4vw;
    height: 0.1333333333vw;
    top: 0.5333333333vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name::before {
    width: 17.5vw;
    height: 0.625vw;
    top: 2.8125vw;
  }
}
.hero-section__name::after {
  width: 156px;
  height: 2px;
  background: #FCB13E;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
}
@media (max-width: 1500px) {
  .hero-section__name::after {
    width: 10.4vw;
    height: 0.1333333333vw;
    top: 0.6vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name::after {
    width: 17.5vw;
    height: 0.625vw;
    top: 2.8125vw;
  }
}
.hero-section__title {
  font-size: 128px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: white;
  margin: -4px 0 0 0;
}
@media (max-width: 1500px) {
  .hero-section__title {
    font-size: 8.5333333333vw;
    margin: -0.2666666667vw 0 0 0;
  }
}
@media (max-width: 960px) {
  .hero-section__title {
    font-size: 12.5vw;
    line-height: 11.25vw;
    margin: 1.25vw 0 0 0;
  }
}
.hero-section__button:hover {
  background: #F04E31;
}
.hero-section__description {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: white;
  width: 992px;
  margin: 0 auto 25px auto;
}
@media (max-width: 1500px) {
  .hero-section__description {
    font-size: 1.8666666667vw;
    line-height: 2.1333333333vw;
    width: 66.1333333333vw;
    margin: 0 auto 1.6666666667vw auto;
  }
}
@media (max-width: 960px) {
  .hero-section__description {
    font-size: 3.75vw;
    line-height: 5vw;
    width: 90vw;
    margin: 1.875vw auto 6.5625vw auto;
  }
}
.hero-section .infographics {
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 45px;
  margin-top: 96px;
}
@media (max-width: 1500px) {
  .hero-section .infographics {
    padding-top: 3vw;
    margin-top: 6.4vw;
  }
}
@media (max-width: 960px) {
  .hero-section .infographics {
    padding: 12.5vw 0 5vw 0;
    margin-top: 12.5vw;
  }
}
.hero-section .infographics-list__item:nth-child(1) .infographics-list__picture, .hero-section .infographics-list__item:nth-child(2) .infographics-list__picture {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
@media (max-width: 960px) {
  .hero-section .infographics-list__item:nth-child(1) .infographics-list__picture, .hero-section .infographics-list__item:nth-child(2) .infographics-list__picture {
    border: none;
  }
}
@media (max-width: 960px) {
  .hero-section .infographics-list__item:nth-child(1), .hero-section .infographics-list__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 6.5625vw;
  }
}
.hero-section .infographics-list__copy {
  color: white !important;
}
.hero-section .infographics-list__picture {
  height: 216px;
}
@media (max-width: 1500px) {
  .hero-section .infographics-list__picture {
    height: 14.4vw;
  }
}
@media (max-width: 960px) {
  .hero-section .infographics-list__picture {
    height: 20vw;
  }
}
.hero-section .infographics-list__icon {
  height: 216px;
  width: auto;
}
@media (max-width: 1500px) {
  .hero-section .infographics-list__icon {
    height: 14.4vw;
  }
}
@media (max-width: 960px) {
  .hero-section .infographics-list__icon {
    height: 20vw;
  }
}

.infographics {
  text-align: center;
  padding: 116px 0 128px 0;
}
@media (max-width: 1500px) {
  .infographics {
    padding: 7.7333333333vw 0 8.5333333333vw 0;
  }
}
@media (max-width: 960px) {
  .infographics {
    padding: 10.9375vw 0 12.5vw 0;
  }
}
.infographics__title {
  font-size: 56px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #0055A7;
}
@media (max-width: 1500px) {
  .infographics__title {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 960px) {
  .infographics__title {
    font-size: 7.5vw;
    line-height: 7.5vw;
    margin-bottom: 4.375vw;
  }
}
.infographics__title_small {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 34px;
}
@media (max-width: 1500px) {
  .infographics__title_small {
    font-size: 1.8666666667vw;
    line-height: 2.1333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}
@media (max-width: 960px) {
  .infographics__title_small {
    font-size: 6.25vw;
    line-height: 6.25vw;
    margin: 0 auto 4.375vw auto;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.05em;
    width: 90vw;
  }
}
.infographics-list {
  display: flex;
  justify-content: center;
  margin: 18px 0 19px 0;
}
@media (max-width: 1500px) {
  .infographics-list {
    margin: 1.2vw 0 1.2666666667vw 0;
  }
}
@media (max-width: 960px) {
  .infographics-list {
    flex-direction: column;
    width: 90vw;
    margin: 0 auto 0 auto;
  }
}
.infographics-list__item {
  width: 432px;
}
@media (max-width: 1500px) {
  .infographics-list__item {
    width: 28.8vw;
  }
}
@media (max-width: 960px) {
  .infographics-list__item {
    width: 90vw;
    margin-bottom: 7.1875vw;
  }
}
.infographics-list__item:nth-child(1) .infographics-list__picture, .infographics-list__item:nth-child(2) .infographics-list__picture {
  border-right: 1px solid rgba(0, 0, 0, 0.24);
}
@media (max-width: 960px) {
  .infographics-list__item:nth-child(1) .infographics-list__picture, .infographics-list__item:nth-child(2) .infographics-list__picture {
    border-right: none;
  }
}
@media (max-width: 960px) {
  .infographics-list__item:nth-child(1), .infographics-list__item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    padding-bottom: 6.5625vw;
  }
}
.infographics-list__picture {
  width: 100%;
  height: 160px;
  margin-bottom: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1500px) {
  .infographics-list__picture {
    height: 10.6666666667vw;
    margin-bottom: 1.9333333333vw;
  }
}
@media (max-width: 960px) {
  .infographics-list__picture {
    height: 20vw;
    margin-bottom: 3.4375vw;
  }
}
.infographics-list__icon {
  height: 108px;
  width: auto;
}
@media (max-width: 1500px) {
  .infographics-list__icon {
    height: 7.2vw;
  }
}
@media (max-width: 960px) {
  .infographics-list__icon {
    height: 20vw;
  }
}
.infographics-list__copy {
  width: 416px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #333333;
}
@media (max-width: 1500px) {
  .infographics-list__copy {
    width: 27.7333333333vw;
    font-size: 1.8666666667vw;
    line-height: 2.1333333333vw;
  }
}
@media (max-width: 960px) {
  .infographics-list__copy {
    width: 100%;
    font-size: 4.0625vw;
    line-height: 5vw;
  }
}
.infographics__button {
  background: #DF3011;
  font-size: 32px;
  font-weight: 800;
  width: 416px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  border-bottom: 4px solid #942B19;
  display: inline-block;
  letter-spacing: -0.05em;
  color: white;
}
.infographics__button:hover {
  background: #F04E31;
}
@media (max-width: 1500px) {
  .infographics__button {
    font-size: 2.1333333333vw;
    width: 27.7333333333vw;
    border-radius: 0.5333333333vw;
    border-width: 0.2666666667vw;
  }
}
@media (max-width: 960px) {
  .infographics__button {
    width: 90vw;
    height: 12.5vw;
    line-height: 12.5vw;
    font-size: 5vw;
    border-radius: 1.25vw;
  }
}

.video-section {
  background: black;
  width: 100%;
  height: 1000px;
  text-align: center;
  color: white;
  background: url(../img/video-donation-background.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1500px) {
  .video-section {
    height: 66.6666666667vw;
  }
}
@media (max-width: 960px) {
  .video-section {
    height: 100vw;
  }
}
.video-section-copy {
  text-align: center;
  margin: 118px auto 0 auto;
  display: inline-block;
  width: 1280px;
}
@media (max-width: 1500px) {
  .video-section-copy {
    margin: 7.8666666667vw auto 0 auto;
    width: 85.3333333333vw;
  }
}
@media (max-width: 960px) {
  .video-section-copy {
    width: 90vw;
    margin: 10.9375vw auto 0 auto;
  }
}
.video-section-copy__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media (max-width: 1500px) {
  .video-section-copy__title {
    font-size: 3.7333333333vw;
    margin: 0 0 1vw 0;
  }
}
@media (max-width: 960px) {
  .video-section-copy__title {
    font-size: 7.5vw;
    margin: 0 0 2.5vw 0;
  }
}
.video-section-copy__description {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .video-section-copy__description {
    font-size: 1.8666666667vw;
    line-height: 2.1333333333vw;
  }
}
@media (max-width: 960px) {
  .video-section-copy__description {
    font-size: 4.0625vw;
    line-height: 5vw;
    width: 87.5vw;
  }
}
.video-section-copy__icon {
  margin: 51px 0 0 0;
}
@media (max-width: 1500px) {
  .video-section-copy__icon {
    margin: 3.4vw 0 0 0;
  }
  .video-section-copy__icon img {
    height: 9.6vw;
  }
}
@media (max-width: 960px) {
  .video-section-copy__icon {
    margin: 6.5625vw 0 0 0;
  }
  .video-section-copy__icon img {
    height: 15vw;
  }
}
.video-section-copy__icon:hover {
  cursor: pointer;
}

.volunteers-section {
  text-align: center;
  width: 991px;
  margin: 0 auto 0 auto;
  padding: 118px 0 152px 0;
}
@media (max-width: 1500px) {
  .volunteers-section {
    width: 66.0666666667vw;
    padding: 7.8666666667vw 0 10.1333333333vw 0;
  }
}
@media (max-width: 960px) {
  .volunteers-section {
    width: 90vw;
    padding: 13.4375vw 0 15vw 0;
  }
}
.volunteers-section__title {
  font-size: 56px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #0055A7;
  margin: 0 auto 34px auto;
}
@media (max-width: 1500px) {
  .volunteers-section__title {
    font-size: 3.7333333333vw;
    margin: 0 auto 2.2666666667vw auto;
  }
}
@media (max-width: 960px) {
  .volunteers-section__title {
    font-size: 7.5vw;
    margin: 0 auto 4.0625vw auto;
  }
}
.volunteers-section__button {
  background: #FCB13E;
  border-color: #A36A14;
  color: #0055A7;
}
.volunteers-section__button:hover {
  background: #FFBD59;
}

.footer {
  height: 128px;
  background: linear-gradient(#013783, #001E42);
  color: white;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 1500px) {
  .footer {
    height: 8.5333333333vw;
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 960px) {
  .footer {
    flex-direction: column;
    height: auto;
    padding: 5.9375vw 6.25vw 6.25vw 6.25vw;
  }
}
.footer__caption {
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (max-width: 1800px) {
  .footer__caption {
    font-size: 1.2vw;
  }
}
@media (max-width: 960px) {
  .footer__caption {
    font-size: 5vw;
    line-height: 6.25vw;
    text-align: center;
  }
}
.footer-social-list {
  display: flex;
  margin: 0 0 0 auto;
}
@media (max-width: 960px) {
  .footer-social-list {
    margin: 3.75vw auto 0 auto;
  }
}
.footer-social-list__item {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
@media (max-width: 1500px) {
  .footer-social-list__item {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media (max-width: 960px) {
  .footer-social-list__item {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.footer-social-list__item:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 1500px) {
  .footer-social-list__item:not(:last-child) {
    margin-right: 0.5333333333vw;
  }
}
@media (max-width: 960px) {
  .footer-social-list__item:not(:last-child) {
    margin-right: 1.25vw;
  }
}
.footer-social-list__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1500px) {
  .footer-social-list__icon {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media (max-width: 960px) {
  .footer-social-list__icon {
    width: 6.25vw;
    height: 6.25vw;
  }
}

/* Стили для поп-ап окна */
.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden; /* Отключаем скролл */
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  height: 540px;
}
@media (max-width: 960px) {
  .popup-content {
    height: 50vw;
  }
}
.popup-content iframe {
  width: 960px;
  height: 540px;
  border: none;
}
@media (max-width: 960px) {
  .popup-content iframe {
    width: 90vw;
    height: 50vw;
  }
}

.close-btn {
  position: absolute;
  top: -32px;
  right: -32px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
@media (max-width: 960px) {
  .close-btn {
    top: -10vw;
    right: 0;
    font-size: 7.5vw;
  }
}

.close-btn:hover {
  color: #FCB13E;
}/*# sourceMappingURL=style.css.map */