.donate-web {
  --donate-text: #2a2a2a;
  --donate-muted: #383b3f;
  --donate-primary: #fe7e63;
  --donate-green: #4fb045;
  --donate-card: #f8f8f8;
  --donate-border: #eeeeee;
  --donate-yellow: #ffe9a3;
  font-family: "Nunito", Arial, sans-serif;
  color: var(--donate-text);
  background: #ffffff;
  overflow: hidden;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.donate-web *,
.donate-web *::before,
.donate-web *::after {
  box-sizing: border-box;
}

.donate-web img {
  max-width: 100%;
  display: block;
}

.donate-web__container {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 80px 0 72px;
}

.donate-web__hero {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 680px);
  gap: 20px;
  align-items: stretch;
}

.donate-web__intro-card {
  min-height: 424px;
  padding: 48px;
  border-radius: 16px;
  background: var(--donate-card);
}

.donate-web__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--donate-primary);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.donate-web__label img {
  width: 34px;
;
}

.donate-web h1,
.donate-web h2,
.donate-web h3,
.donate-web p {
  margin: 0;
}

.donate-web h1 {
  margin-bottom: 22px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.donate-web__intro-card > p {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--donate-muted);
}

.donate-web__divider {
  height: 1px;
  margin: 40px 0 32px;
  background: var(--donate-border);
}

.donate-web__bonus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.donate-web__bonus-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.donate-web__bonus-title img {
  width: 36px;
  height: 46px;
  flex: 0 0 auto;
}

.donate-web__login {
  color: var(--donate-green);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.donate-web__login .black-text {
  color: var(--donate-text);
}

.donate-web__form {
  display: flex;
  align-items: center;
  min-height: 56px;
  border: 1px solid var(--donate-border);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.donate-web__field {
  flex: 1 1 auto;
}

.donate-web__input {
  width: 100%;
  height: 54px;
  border: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--donate-text);
  font:
    600 16px/1.2 "Nunito",
    Arial,
    sans-serif;
  outline: none;
}

.donate-web__input::placeholder {
  color: #727272;
  opacity: 1;
}

.donate-web__confirm {
  flex: 0 0 auto;
  min-width: 132px;
  height: 52px;
  border: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--donate-primary);
  font:
    700 16px/1 "Nunito",
    Arial,
    sans-serif;
  cursor: pointer;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.donate-web__confirm:disabled {
  color: #a6a6a6;
  cursor: default;
}
.donate-web__hero-media-wrap {
  border-radius: 16px;
   position: relative;
   overflow: hidden;
}
.donate-web__hero-media img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.donate-web__section {
  margin-top: 80px;
}

.donate-web__section > h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
}

.donate-web__slider .swiper-container {
  overflow: hidden;
}

.donate-web__slider .swiper-slide {
  width: auto;
  height: auto;
}

.donate-web__year-card {
  height: 100%;
  min-height: 154px;
  padding: 24px;
  border-radius: 24px;
  background: var(--donate-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donate-web__year-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.donate-web__year-top img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.donate-web__year-top span {
  color: var(--donate-primary);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.donate-web__year-card strong {
  margin-top: 38px;
  color: #111111;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.2%;
}

.donate-web .swiper-pagination.swiper-pagination-relative {
  margin-top: 28px;
  position: static;
}

.donate-web .swiper-pagination {
  width: 100%;
  text-align: center;
}

.donate-web .swiper-pagination-bullet {
  width: 9px;
  height: 10px;
  margin: 0 12px !important;
  border: 0;
  border-radius: 0;
  background: url("./assets/swiper-bullet-inactive.svg") center / contain
    no-repeat;
  opacity: 1;
}

.donate-web .swiper-pagination-bullet-active {
  background-image: url("./assets/swiper-bullet-active.svg");
}

.donate-web__directions {
  margin-top: 72px;
}

.donate-web__directions-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.donate-web__direction-card {
  min-height: 198px;
  padding: 22px 16px 18px;
  border: 1px solid var(--donate-border);
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donate-web__direction-card img {
  width: 120px;
  height: 120px;
  margin-bottom: 4px;
  object-fit: contain;
}

.donate-web__direction-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
}

.donate-web__direction-card p {
  color: var(--donate-muted);
  font-size: 18px;
  line-height: 1.35;
}

.donate-web__gallery {
  margin-top: 76px;
}

.donate-web__photo-card {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: var(--donate-card);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donate-web__photo-card > img {
  width: 100%;
  aspect-ratio:254 / 175;
  object-fit: cover;
  border-radius: 16px;
}

.donate-web__photo-info {
  padding: 12px 16px 16px;
flex: auto;
    display: flex; 
    flex-wrap: wrap;  
}

.donate-web__photo-info h3 {
  min-height: 44px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.donate-web__photo-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--donate-primary);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: auto;
}
.donate-web__photo-info span {
  display: inline-flex;
  align-items: center;
}
.donate-web__photo-info p span + span {
  display: inline-flex;
  align-items: center;
  gap:8px;
}

.donate-web__photo-info p span + span::before {
  content: "";
  width: 7px;
  height: 8px;
  background: url("../img/donate/arrow.svg") center / contain no-repeat;
  position: relative;
  top:-1px;
}

.donate-web__cta {
  position: relative;
  min-height: 158px;
  margin-top: 80px;
  padding: 50px 88px 50px 420px;
  border-radius: 16px;
  background-color: var(--donate-yellow) ;
  background-image: url("../img/donate/donate-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

 
.donate-web__cta > img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-height: 96%;
  max-width: none;
  pointer-events: none;
}

.donate-web__cta div,
.donate-web__support {
  position: relative;
  z-index: 1;
}

.donate-web__cta h2 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.donate-web__cta p {
  max-width: 520px;
  color: var(--donate-muted);
  font-size: 18px;
  line-height: 1.45;
}

.donate-web__support {
  flex: 0 0 auto;
  min-width: 154px;
  min-height: 44px;
  padding: 8px 18px 8px 22px;
  border-radius: 999px;
  background: var(--donate-primary);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.donate-web__support img {
  width: 26px;
  height: 26px;
}

.donate-web__thanks {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.donate-web__thanks img {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
}

.donate-web__thanks p {
  max-width: 495px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.donate-web__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1399px) {
  .donate-web__container {
    width: min(100%, 1250px);
    padding-right: 30px;
    padding-left: 30px;
  }

  .donate-web__year-card,
  .donate-web__photo-card,
  .donate-web__photo-card > img {
    width: 100%;
  }
  .donate-web__photo-card > img{
    aspect-ratio:148 / 110;
  }
}

@media (max-width: 1199px) {
  .donate-web__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .donate-web__intro-card {
    padding: 36px 30px;
  }

  .donate-web h1,
  .donate-web__section > h2,
  .donate-web__cta h2 {
    font-size: 34px;
  }

  .donate-web__directions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .donate-web__cta {
    padding-left: 300px;
  }

  .donate-web__cta > img {
    left: -20px;
    width: 330px;
  }
}

@media (max-width: 991px) {
  .donate-web__container {
    padding-top: 48px;
  }

  .donate-web__hero {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .donate-web__hero-media-wrap {
    order: 1;
    aspect-ratio: 320 / 220;
  }
 

  .donate-web__intro-card {
    order: 2;
    min-height: 0;
    margin-top: -25px;
    position: relative;
    z-index: 1;
  }

  .donate-web__section,
  .donate-web__directions,
  .donate-web__gallery,
  .donate-web__cta {
    margin-top: 52px;
  }

  .donate-web__cta {
    min-height: 0;
    padding: 28px 28px 28px 250px;
  }

  .donate-web__cta > img {
    width: 270px;
    bottom: -88px;
  }
}

@media (max-width: 767px) {
  .donate-web p{
    font-size: 12px;
    line-height: 16px;
  }
  .donate-web__container {
    padding: 32px 14px 28px;
  }

  .donate-web__intro-card {
    padding: 16px;
    border-radius: 14px;
  }

  .donate-web__label {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 13px;
  }

  .donate-web__label img {
    width: 22px;
    height: 22px;
  }

  .donate-web h1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.25;
  }

  .donate-web__intro-card > p {
    font-size: 13px;
    line-height: 1.35;
  }

  .donate-web__divider {
    margin: 22px 0 20px;
  }

  .donate-web__bonus-head {
    gap: 12px;
    margin-bottom: 10px;
  }

  .donate-web__bonus-title {
    gap: 8px;
    font-size: 13px;
  }

  .donate-web__bonus-title img {
    width: 34px;
    height: 34px;
  }

  .donate-web__login {
    font-size: 14px;
  }

  .donate-web__form {
    min-height: 46px;
    border-radius: 6px;
  }

  .donate-web__input {
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .donate-web__confirm {
    min-width: auto;
    height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .donate-web__section,
  .donate-web__directions,
  .donate-web__gallery,
  .donate-web__cta {
    margin-top: 40px;
  }

  .donate-web__section > h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .donate-web__slider {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
    overflow: hidden;
  }

  .donate-web__slider .swiper-container {
    overflow: visible;
  }

  .donate-web__year-card {
    padding: 12px;
    border-radius: 16px;
  }

  .donate-web__year-top {
    gap: 8px;
  }

  .donate-web__year-top img {
    width: 60px;
    height: 60px;
  }

  .donate-web__year-top span {
    font-size: 16px;
  }

  .donate-web__year-card strong {
    margin-top: 18px;
    font-size: 18px;
  }

  .donate-web .swiper-pagination.swiper-pagination-relative {
    margin-top: 22px;
    display: none;
  }

  .donate-web .swiper-pagination-bullet {
    margin: 0 9px !important;
  }

  .donate-web__directions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .donate-web__direction-card {
    min-height: 0;
    padding: 12px;
    border-radius: 14px;
  }

  .donate-web__direction-card img {
    width: 61px;
    height: 60px;
    margin-bottom: 6px;
  }

  .donate-web__direction-card h3 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.2;
  }

  .donate-web__direction-card p {
    font-size: 12px;
    line-height: 1.25;
  }

  .donate-web__photo-info {
    padding: 12px;
  }

  .donate-web__photo-info h3 {
    min-height: 0;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.1;
  }

  .donate-web__photo-info p {
    gap: 8px;
    font-size: 12px;
  }

  .donate-web__cta {
    display: block;
    padding: 20px 16px 24px;
    border-radius: 16px;
    text-align: center;
    background-image: url("../img/donate/cta-mob.png");
    background-size: 140px auto;
    background-position: right bottom; 
  }

  .donate-web__cta::before,
  .donate-web__cta::after {
    display: none;
  }

  .donate-web__cta > img {
    position: static;
    width: 100%;
    margin: 0 auto 14px;
    transform: translate(0);
  }

  .donate-web__cta h2 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .donate-web__cta p {
    max-width: 280px;
    margin: 0 auto 18px;
    font-size: 12px;
    line-height: 1.35;
  }

  .donate-web__support {
    min-width: 150px;
    min-height: 40px;
    font-size: 15px;
  }

  .donate-web__thanks {
    gap: 8px;
    margin-top: 30px;
    padding: 0 8px;
  }

  .donate-web__thanks img {
    width: 41px;
    height: 39px;
  }

  .donate-web__thanks p {
    max-width: calc(100% - 75px);
    font-size: 12px;
    line-height: 1.25;
  }
}
[data-rel="thanks_donate"] img {
  max-width: 100%;
  height: auto;
}

.donate-web__photo-card a {
  position: absolute;
  z-index: -11;
}
.donate-web__photo-card > .donate-web__photo-info + a {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}