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: 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: 960px) {
  .hero-section {
    padding: 10vw 0 0 0;
  }
}
.hero-section__logo {
  display: block;
  margin: 0 auto 41px auto;
}
@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: 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: 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: 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: 960px) {
  .hero-section__title {
    font-size: 12.5vw;
    line-height: 11.25vw;
    margin: 1.25vw 0 0 0;
  }
}
.hero-section__description {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: white;
  width: 992px;
  margin: 0 auto 25px 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: 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: 960px) {
  .hero-section .infographics-list__picture {
    height: 20vw;
  }
}
.hero-section .infographics-list__icon {
  height: 216px;
  width: auto;
}
@media (max-width: 960px) {
  .hero-section .infographics-list__icon {
    height: 20vw;
  }
}

.infographics {
  text-align: center;
  padding: 116px 0 128px 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: 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: 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: 960px) {
  .infographics-list {
    flex-direction: column;
    width: 90vw;
    margin: 0 auto 0 auto;
  }
}
.infographics-list__item {
  width: 432px;
}
@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: 960px) {
  .infographics-list__picture {
    height: 20vw;
    margin-bottom: 3.4375vw;
  }
}
.infographics-list__icon {
  height: 108px;
  width: auto;
}
@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: 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;
}
@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-background.jpg);
  background-size: cover;
}
@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: 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: 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: 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: 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: 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: 960px) {
  .volunteers-section__title {
    font-size: 7.5vw;
    margin: 0 auto 4.0625vw auto;
  }
}
.volunteers-section__button {
  background: #FCB13E;
  border-color: #A36A14;
  color: #0055A7;
}

.footer {
  height: 128px;
  background: linear-gradient(#013783, #001E42);
  color: white;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@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: 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: 960px) {
  .footer-social-list__item {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.footer-social-list__item:not(:last-child) {
  margin-right: 8px;
}
.footer-social-list__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 960px) {
  .footer-social-list__icon {
    width: 6.25vw;
    height: 6.25vw;
  }
}/*# sourceMappingURL=style — копия.css.map */