* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Rubik", sans-serif;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

p {
  margin: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0 !important;
}

.paragraph {
  color: #FBFBFB;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03938rem;
  text-transform: uppercase;
}
@media (max-height: 850px) {
  .paragraph {
    font-size: 0.9rem;
  }
}

header {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
header img {
  max-width: 100%;
  width: 26.75rem;
  height: auto;
}
@media (max-height: 680px) {
  header {
    padding-top: 0.5rem;
  }
}

main section {
  display: flex;
  justify-content: center;
}
main .donation-section {
  padding: 0 1rem;
  margin: 1.69rem 0 1.5rem 0;
}
main .donation-section h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.38rem 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
main .donation-section h1 span {
  color: #E1251B;
}
@media (max-width: 428px) {
  main .donation-section h1 {
    font-size: 1.8rem;
  }
}
main .donation-section h2 {
  color: #595254;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
main .donation-section h3 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.11375rem;
  background: linear-gradient(97deg, #595254 0%, #EAD32C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 428px) {
  main .donation-section h3 {
    font-size: 2.6rem;
  }
}
main .donation-section__titles {
  max-width: 24.5rem;
}
main .donation-section__titles p {
  color: #595254;
  font-size: 0.8125rem;
  font-weight: 400;
  word-break: break-word;
}
main .donation-section__titles #donationText {
  transition: all 0.5s;
  opacity: 0;
}
main .donation-section .drone {
  height: 11.125rem;
  margin-bottom: 0.63rem;
  position: relative;
}
main .donation-section .drone .background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
main .donation-section .drone .drone-image {
  position: absolute;
  top: -500px;
  left: -500px;
  transform: translate(-50%, -50%);
  width: 18.4375rem;
  height: 13.5625rem;
  transition: top 1s, left 1s;
}
@media (max-height: 850px) {
  main .donation-section h1 {
    font-size: 1.5rem;
  }
  main .donation-section .drone {
    height: 9rem;
  }
}
@media (max-height: 780px) {
  main .donation-section {
    margin: 0.5rem 0 0.5rem 0;
  }
  main .donation-section h1 {
    font-size: 1.5rem;
  }
  main .donation-section .drone {
    height: 6rem;
  }
  main .donation-section .drone .background-text {
    height: 70px;
    width: auto;
  }
  main .donation-section .drone .drone-image {
    width: 15rem;
    height: auto;
  }
  main .donation-section h2 {
    font-size: 1.4rem;
  }
  main .donation-section h3 {
    font-size: 2rem;
  }
}
main .drone-controller-section {
  position: relative;
  margin-bottom: 2.25rem;
  overflow: hidden;
}
main .drone-controller-section .payment-block {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 2.69rem;
  left: calc(50% - 0.5rem);
  transform: translateX(-50%);
  width: 19.125rem;
  height: 15.625rem;
  background-color: #000;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 1rem;
}
main .drone-controller-section .payment-block h2 {
  color: #FBFBFB;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
main .drone-controller-section .payment-block h2 span {
  font-size: 1.1rem;
}
main .drone-controller-section .payment-block a {
  background: #FFE62A;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
  width: 100%;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FBFBFB;
  text-decoration: none;
}
@media (max-height: 660px) {
  main .drone-controller-section .payment-block {
    height: 14rem;
  }
}
@media (max-height: 660px) {
  main .drone-controller-section .payment-block {
    height: 12rem;
  }
}
@media (max-height: 600px) {
  main .drone-controller-section .payment-block {
    height: 10rem;
    top: 1.5rem;
  }
}
main .accordion-section {
  display: block;
}
main .accordion-section .accordion {
  max-width: 25.5rem;
  margin: 0 auto;
  border: 4px solid #231F20;
}
main .accordion-section .accordion-button {
  background: #FFF;
  box-shadow: none;
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04813rem;
}
main .accordion-section .accordion-button::after {
  background-image: url("../images/accordionIcon.svg");
}
main .accordion-section .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordionIconOpened.svg");
  transform: none;
}
main .accordion-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}
main .accordion-section .accordion-body {
  color: #3C3C3C;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.575rem;
  letter-spacing: 0.03938rem;
}
@media (max-width: 428px) {
  main .accordion-section .accordion-body {
    font-size: 0.9rem;
  }
}

footer {
  margin-top: 4rem;
}
footer p {
  color: #3C3C3C;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
footer p:nth-child(1) {
  font-size: 3.125rem;
  line-height: 59.25px;
}
footer p:nth-child(2) {
  font-size: 4.0625rem;
  line-height: 77.03px;
}
footer p:nth-child(3) {
  font-size: 6.25rem;
  line-height: 118.5px;
}
@media (max-width: 450px) {
  footer p:nth-child(1) {
    font-size: 2rem;
    line-height: 40px;
  }
  footer p:nth-child(2) {
    font-size: 3rem;
    line-height: 60px;
  }
  footer p:nth-child(3) {
    font-size: 5rem;
    line-height: 100px;
  }
}

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