@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;
}

.red {
  color: #DF3011;
}

.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: 76px;
  line-height: 76px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  border-bottom: 4px solid #942B19 !important;
  display: inline-block;
  letter-spacing: -0.05em;
  color: white;
}
@media (max-width: 1840px) {
  .button {
    font-size: 1.7391304348vw;
    width: 22.6086956522vw;
    height: 4.347826087vw;
    line-height: 4.347826087vw;
    border-radius: 0.4347826087vw;
    border-width: 0.2173913043vw;
  }
}
@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 !important;
  }
}

.hero-section {
  background: linear-gradient(#013783, #001E42);
  text-align: center;
  padding: 48px 0 96px 0;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1840px) {
  .hero-section {
    padding: 2.6086956522vw 0 5.2173913043vw 0;
    gap: 1.7391304348vw;
  }
}
@media (max-width: 960px) {
  .hero-section {
    flex-direction: column;
    padding: 10vw 0 10vw 0;
    gap: 0;
  }
}
.hero-section__logo {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 192px;
  height: auto;
}
@media (max-width: 1840px) {
  .hero-section__logo {
    left: 1.7391304348vw;
    top: 1.7391304348vw;
    width: 10.4347826087vw;
  }
}
@media (max-width: 960px) {
  .hero-section__logo {
    width: 18.75vw;
    height: 12.5vw;
    position: static;
    margin: 0 auto 0 auto;
  }
}
.hero-section-container {
  width: 1232px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
}
@media (max-width: 1840px) {
  .hero-section-container {
    width: 66.9565217391vw;
    padding-top: 5.2173913043vw;
  }
}
@media (max-width: 960px) {
  .hero-section-container {
    width: 90vw;
    padding-top: 6.5625vw;
    margin: 0 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: 608px;
  display: inline-block;
}
@media (max-width: 1840px) {
  .hero-section__name {
    font-size: 1.3043478261vw;
    line-height: 1.0869565217vw;
    width: 33.0434782609vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name {
    font-size: 4.0625vw;
    line-height: 6.25vw;
    width: 90vw;
  }
}
.hero-section__name::before {
  width: 160px;
  height: 2px;
  background: #FCB13E;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
}
@media (max-width: 1840px) {
  .hero-section__name::before {
    width: 8.4782608696vw;
    height: 0.1086956522vw;
    top: 0.4347826087vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name::before {
    width: 20vw;
    height: 0.625vw;
    top: 2.8125vw;
  }
}
.hero-section__name::after {
  width: 160px;
  height: 2px;
  background: #FCB13E;
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
}
@media (max-width: 1840px) {
  .hero-section__name::after {
    width: 8.4782608696vw;
    height: 0.1086956522vw;
    top: 0.4891304348vw;
  }
}
@media (max-width: 960px) {
  .hero-section__name::after {
    width: 20vw;
    height: 0.625vw;
    top: 2.8125vw;
  }
}
.hero-section__title {
  font-size: 96px;
  font-weight: 800;
  color: white;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 1840px) {
  .hero-section__title {
    font-size: 5.2173913043vw;
    line-height: 4.347826087vw;
    margin-top: 0.4347826087vw;
  }
}
@media (max-width: 960px) {
  .hero-section__title {
    font-size: 8.125vw;
    line-height: 7.5vw;
    margin-top: 0;
  }
}
.hero-section__description {
  width: 876px;
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 8px auto 32px auto;
}
@media (max-width: 1840px) {
  .hero-section__description {
    width: 47.6086956522vw;
    font-size: 1.3043478261vw;
    line-height: 1.7391304348vw;
    margin: 0.4347826087vw auto 1.7391304348vw auto;
  }
}
@media (max-width: 960px) {
  .hero-section__description {
    width: 90vw;
    font-size: 4.0625vw;
    line-height: 5vw;
    margin: 2.8125vw auto 6.5625vw auto;
  }
}
.hero-section__cover {
  width: 608px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 1840px) {
  .hero-section__cover {
    width: 33.0434782609vw;
    height: auto;
    border-radius: 0.4347826087vw;
  }
}
@media (max-width: 960px) {
  .hero-section__cover {
    width: 90vw;
    height: auto;
    border-radius: 2.5vw;
  }
}
.hero-section-form {
  width: 452px;
}
@media (max-width: 1840px) {
  .hero-section-form {
    width: 24.5652173913vw;
  }
}
@media (max-width: 960px) {
  .hero-section-form {
    width: 90vw;
    margin: 5.9375vw 0 0 5vw;
  }
}
.hero-section-form__description {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  color: white;
}
@media (max-width: 1840px) {
  .hero-section-form__description {
    font-size: 1.3043478261vw;
    line-height: 1.3043478261vw;
  }
}
@media (max-width: 960px) {
  .hero-section-form__description {
    font-size: 4.0625vw;
    line-height: 5vw;
  }
}
.hero-section-form form {
  margin: 32px 0 0 0;
  font-family: "Open Sans";
}
@media (max-width: 1840px) {
  .hero-section-form form {
    margin: 1.7391304348vw 0 0 0;
  }
}
@media (max-width: 960px) {
  .hero-section-form form {
    margin: 7.8125vw 0 0 0;
  }
}
.hero-section-form form .form-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 19px;
}
@media (max-width: 960px) {
  .hero-section-form form .form-item {
    margin-bottom: 3.75vw;
  }
}
.hero-section-form form .form-item label {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 13px;
}
@media (max-width: 1840px) {
  .hero-section-form form .form-item label {
    font-size: 1.3043478261vw;
    margin-bottom: 0.7065217391vw;
  }
}
@media (max-width: 960px) {
  .hero-section-form form .form-item label {
    font-size: 4.0625vw;
    margin-bottom: 2.1875vw;
  }
}
.hero-section-form form .form-item input {
  height: 54px;
  border: none;
  border-radius: 8px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 1840px) {
  .hero-section-form form .form-item input {
    height: 2.9347826087vw;
    border-radius: 0.4347826087vw;
    padding-left: 0.8695652174vw;
    font-size: 1.3043478261vw;
  }
}
@media (max-width: 960px) {
  .hero-section-form form .form-item input {
    height: 10vw;
    border-radius: 1.875vw;
    padding-left: 3.75vw;
    font-size: 5vw;
  }
}
.hero-section-form form .form-item input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.hero-section-form form .form-item input::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.hero-section-form form .form-item-checkbox {
  color: white;
  text-align: left;
  display: flex;
  margin-bottom: 16px;
}
.hero-section-form form .form-item-checkbox label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 12px;
  width: 100%;
}
@media (max-width: 1840px) {
  .hero-section-form form .form-item-checkbox label {
    font-size: 0.8695652174vw;
    line-height: 1.0869565217vw;
    margin-left: 0.652173913vw;
  }
}
@media (max-width: 960px) {
  .hero-section-form form .form-item-checkbox label {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-left: 2.5vw;
  }
}
.hero-section-form form .form-item-checkbox input {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  place-self: flex-start;
}
.hero-section-form form .form-button {
  width: 100%;
  border: none;
  font-family: "Open Sans";
  line-height: 70px;
}
@media (max-width: 1840px) {
  .hero-section-form form .form-button {
    line-height: 3.6956521739vw;
  }
}
.hero-section-form form .form-button:hover {
  cursor: pointer;
  background: #F04E31;
}

.donation-section {
  text-align: center;
  padding: 114px 0 124px 0;
  position: relative;
}
@media (max-width: 1840px) {
  .donation-section {
    padding: 6.1956521739vw 0 6.7391304348vw 0;
  }
}
@media (max-width: 960px) {
  .donation-section {
    padding: 11.25vw 0 14.0625vw 0;
  }
}
.donation-section__title {
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #0055A7;
}
@media (max-width: 1840px) {
  .donation-section__title {
    font-size: 3.4782608696vw;
  }
}
@media (max-width: 960px) {
  .donation-section__title {
    font-size: 5.40625vw;
  }
}
.donation-section__title_top {
  margin-left: 208px;
}
@media (max-width: 1840px) {
  .donation-section__title_top {
    margin-left: 11.3043478261vw;
  }
}
@media (max-width: 960px) {
  .donation-section__title_top {
    margin-left: 16.25vw;
  }
}
.donation-section__info {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  display: block;
  text-align: left;
}
@media (max-width: 1840px) {
  .donation-section__info {
    width: 58.6956521739vw;
  }
}
@media (max-width: 960px) {
  .donation-section__info {
    width: 90vw;
  }
}
.donation-section__big {
  font-size: 256px;
  font-weight: 800;
  line-height: 224px;
  letter-spacing: -0.05em;
  color: #DF3011;
  display: inline-block;
  margin-left: 211px;
}
@media (max-width: 1840px) {
  .donation-section__big {
    font-size: 13.9130434783vw;
    line-height: 12.1739130435vw;
    margin-left: 11.4673913043vw;
  }
}
@media (max-width: 960px) {
  .donation-section__big {
    font-size: 21.5625vw;
    line-height: 16.875vw;
    margin-left: 16.5625vw;
    width: auto;
  }
}
.donation-section__small {
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  line-height: 48px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.05em;
  color: #0055A7;
  position: absolute;
  left: 648px;
  top: 20%;
}
@media (max-width: 1840px) {
  .donation-section__small {
    font-size: 2.6086956522vw;
    line-height: 2.6086956522vw;
    left: 35.2173913043vw;
    top: 20%;
  }
}
@media (max-width: 960px) {
  .donation-section__small {
    font-size: 4.0625vw;
    line-height: 4.0625vw;
    left: 60%;
    top: 18%;
  }
}
.donation-section__small-title {
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  line-height: 48px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.05em;
  color: #DF3011;
  margin-left: -720px;
}
@media (max-width: 1840px) {
  .donation-section__small-title {
    font-size: 2.6086956522vw;
    line-height: 2.6086956522vw;
    margin-left: -39.1304347826vw;
  }
}
@media (max-width: 960px) {
  .donation-section__small-title {
    font-size: 3.4375vw;
    line-height: 3.4375vw;
    margin-left: -65vw;
  }
}
.donation-section__button {
  background: #0055A7;
  border-color: #002951 !important;
  margin: 57px 0 13px 0;
}
.donation-section__button:hover {
  background: #F04E31;
  border-color: #942B19 !important;
}
@media (max-width: 1840px) {
  .donation-section__button {
    margin: 3.097826087vw 0 0.7065217391vw 0;
  }
}
@media (max-width: 960px) {
  .donation-section__button {
    margin: 9.6875vw 0 1.5625vw 0;
    width: 90vw;
    border-color: #002951 !important;
  }
}
.donation-section__description {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-style: italic;
  color: #333333;
}
@media (max-width: 1840px) {
  .donation-section__description {
    font-size: 1.3043478261vw;
    line-height: 1.7391304348vw;
  }
}
@media (max-width: 960px) {
  .donation-section__description {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}

.book-section {
  text-align: center;
  background: linear-gradient(#013783, #001E42);
  padding: 111px 0 121px 0;
}
@media (max-width: 1840px) {
  .book-section {
    padding: 6.0326086957vw 0 6.5760869565vw 0;
  }
}
@media (max-width: 960px) {
  .book-section {
    padding: 13.75vw 0 15.9375vw 0;
  }
}
.book-section__title {
  font-size: 64px;
  line-height: 64px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 800;
}
@media (max-width: 1840px) {
  .book-section__title {
    font-size: 3.4782608696vw;
    line-height: 3.4782608696vw;
  }
}
@media (max-width: 960px) {
  .book-section__title {
    font-size: 5vw;
    line-height: 6.25vw;
    letter-spacing: -0.04em;
  }
}
.book-section__info {
  font-size: 128px;
  line-height: 100%;
  letter-spacing: -0.05em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 4px 0;
}
@media (max-width: 1840px) {
  .book-section__info {
    font-size: 6.9565217391vw;
    margin: 0 0 0.2173913043vw 0;
  }
}
@media (max-width: 960px) {
  .book-section__info {
    font-size: 10vw;
    margin: 0 0 0.9375vw 0;
  }
}
.book-section__button {
  background: #FCB13E;
  border-color: #AE7113 !important;
  color: #122B5A;
  margin: 33px 0 13px 0;
}
.book-section__button:hover {
  cursor: pointer;
  background: #FFBD59 !important;
}
@media (max-width: 1840px) {
  .book-section__button {
    margin: 1.7934782609vw 0 0.7065217391vw 0;
  }
}
@media (max-width: 960px) {
  .book-section__button {
    margin: 6.25vw 0 1.5625vw 0;
    width: 90vw;
    border-color: #AE7113 !important;
  }
}
.book-section__description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-style: italic;
  color: white;
}
@media (max-width: 1840px) {
  .book-section__description {
    font-size: 1.3043478261vw;
    line-height: 1.7391304348vw;
  }
}
@media (max-width: 960px) {
  .book-section__description {
    font-size: 3.75vw;
    line-height: 4.375vw;
    width: 90vw;
    margin: 1.25vw auto 0 auto;
  }
}

.video-section {
  background: black;
  width: 100%;
  height: 1000px;
  text-align: center;
  color: white;
  background: url(../img/video-volunteers-background.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1840px) {
  .video-section {
    height: 54.347826087vw;
  }
}
@media (max-width: 960px) {
  .video-section {
    height: 100vw;
  }
}
.video-section-copy__title {
  font-size: 64px;
  line-height: 100%;
  font-weight: 800;
  color: white;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
@media (max-width: 1840px) {
  .video-section-copy__title {
    font-size: 3.4782608696vw;
    margin: 0 0 1.3586956522vw 0;
  }
}
@media (max-width: 960px) {
  .video-section-copy__title {
    font-size: 7.5vw;
    margin: 0 0 3.75vw 0;
  }
}
.video-section-copy__title:hover {
  color: #FCB13E;
  cursor: pointer;
}
.video-section-copy__icon img:hover {
  cursor: pointer;
}
@media (max-width: 960px) {
  .video-section-copy__icon img {
    width: 15vw;
  }
}

.footer {
  height: 128px;
  background: linear-gradient(#013783, #001E42);
  color: white;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin: auto 0 0 0;
}
@media (max-width: 1840px) {
  .footer {
    height: 6.9565217391vw;
    padding: 0 2.1739130435vw;
  }
}
@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: 0.9782608696vw;
  }
}
@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: 1840px) {
  .footer-social-list__item {
    width: 2.6086956522vw;
    height: 2.6086956522vw;
  }
}
@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: 1840px) {
  .footer-social-list__item:not(:last-child) {
    margin-right: 0.4347826087vw;
  }
}
@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: 1840px) {
  .footer-social-list__icon {
    width: 1.3043478261vw;
    height: 1.3043478261vw;
  }
}
@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;
}

.thank-you-message {
  display: none;
  margin-top: 20px;
  color: #FCB13E;
}

.error-message {
  color: #DF3011;
}

/* Thank You Page Styles */
.wrapper_thank-you {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero-section.thank-you {
  background: url(../img/cover-thank-you.jpg);
  background-size: cover;
  background-position-x: center;
  flex-direction: column;
  padding: 48px 0 128px 0;
  gap: 0;
}
@media (max-width: 1840px) {
  .hero-section.thank-you {
    padding: 2.6086956522vw 0 6.9565217391vw 0;
  }
}
@media (max-width: 960px) {
  .hero-section.thank-you {
    padding: 10vw 0 26.5625vw 0;
  }
}
.hero-section.thank-you .hero-section__logo {
  position: static;
  margin-bottom: 27px;
}
@media (max-width: 960px) {
  .hero-section.thank-you .hero-section__logo {
    margin-bottom: 8.125vw;
  }
}

.copy-section {
  width: 916px;
  margin: 0 auto;
  padding: 73px 0 120px 0;
}
@media (max-width: 1840px) {
  .copy-section {
    width: 49.7826086957vw;
    padding: 3.9673913043vw 0 6.5217391304vw 0;
  }
}
@media (max-width: 960px) {
  .copy-section {
    width: 90vw;
    padding: 8.4375vw 0 20vw 0;
  }
}
.copy-section__title {
  font-size: 32px;
  font-weight: 800;
  height: 100%;
  color: #FCB13E;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1840px) {
  .copy-section__title {
    font-size: 1.7391304348vw;
    margin-bottom: 0.8695652174vw;
  }
}
@media (max-width: 960px) {
  .copy-section__title {
    font-size: 7.5vw;
    line-height: 7.5vw;
    margin-bottom: 2.5vw;
  }
}
.copy-section__paragraph {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333333;
  margin-bottom: 32px;
}
@media (max-width: 1840px) {
  .copy-section__paragraph {
    font-size: 1.3043478261vw;
    line-height: 1.7391304348vw;
    margin-bottom: 1.7391304348vw;
  }
}
@media (max-width: 960px) {
  .copy-section__paragraph {
    font-size: 4.0625vw;
    line-height: 5vw;
    margin-bottom: 5vw;
  }
}
.copy-section__button {
  width: 100%;
}/*# sourceMappingURL=style-form.css.map */