.hero-donation {
  background-color: var(--color-light-blue);
}
.hero-donation__title span:first-of-type:after,
.hero-donation__title span:last-of-type::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero-donation,
.section-hero {
  background-color: var(--color-light-blue);
}
.hero-donation__title span:first-of-type:after,
.hero-donation__title span:last-of-type::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero-donation__item-icon svg path,
.image-and-text__item-icon svg path {
  stroke: var(--color-black);
}
.section-hero {
  position: relative;
}
.hero-donation__cta:hover,
.hero-socials__cta:hover,
.image-and-text__link.blue:hover {
  background-color: var(--color-blue-hover);
}
.hero__button {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.hero-donation__cta,
.hero-socials__cta {
  transition: background-color 0.5s, color 0.5s;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
}
.hero__text-item.active {
  opacity: 1 !important;
}
.image-ua {
  max-width: 100px;
  width: 100%;
  transform: translateY(15px);
}
.hero-donation {
  padding: 120px 0;
  margin-bottom: 120px;
}
.hero-donation__title {
  max-width: 800px;
  margin: 0 auto 35px;
  line-height: 130%;
}
.hero-donation__title span:first-child,
.hero-donation__title span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.hero-donation__cta {
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  padding: 18px 30px;
  height: 52px;
  background-color: var(--color-blue);
  color: #fff;
  font-family: e-Ukraine;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.hero-donation__cta:hover,
.hero-donation__cta:visited {
  color: #fff;
}
.hero-donation__title span:last-of-type::after {
  width: 75px;
  height: 45px;
  background-image: url("../../images/svg/ukraine.svg");
}
.hero-donation__title span:first-of-type:after {
  width: 45px;
  height: 37px;
  background-image: url("../../images/svg/heart.svg");
}
.hero-donation__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1135px;
  margin: 50px auto 0;
}
.hero-donation__item {
  width: calc(25% - 32px);
  flex: 1 0 calc(25% - 32px);
}
.hero-donation__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #e6edff;
  border-radius: 50%;
}
.hero-donation__item-icon svg {
  width: 35px;
  height: 35px;
}
.hero-donation__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.hero-donation__item-title {
  font-size: 16px;
  font-weight: 500;
  font-family: e-Ukraine;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
.hero-donation__item-text {
  font-size: 18px;
  color: var(--color-dark-gray);
  line-height: 135%;
  text-align: center;
}

.hero__button {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.section-hero .title-hero {
  color: var(--color-gray-blue);
  margin-bottom: 55px;
  max-width: 650px;
  font-size: 72px;
  line-height: 1;
}
.hero__video {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.hero__text {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  max-width: 1225px;
  text-align: left;
}
.hero__text-item {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.hero-donation__cta,
.hero-socials__cta {
  text-transform: uppercase;
  transition: background-color 0.5s, color 0.5s;
  font-weight: 500;
  display: flex;
}
.hero__text-item.active {
  opacity: 1 !important;
}
.image-ua {
  max-width: 100px;
  width: 100%;
  transform: translateY(15px);
}
.hero-donation {
  padding: 120px 0;
  margin-bottom: 120px;
}
.hero-donation__title {
  max-width: 800px;
  margin: 0 auto 35px;
  line-height: 130%;
}
.hero-donation__title span:first-child,
.hero-donation__title span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.hero-donation__cta {
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  padding: 18px 30px;
  height: 52px;
  background-color: var(--color-blue);
  color: #fff;
  font-family: e-Ukraine;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.hero-donation__cta:visited {
  color: #fff;
}
.hero-donation__cta:hover {
  background-color: var(--color-blue-hover);
  color: #fff;
}
.hero-donation__title span:last-of-type::after {
  width: 75px;
  height: 45px;
  background-image: url("../../images/svg/ukraine.svg");
}
.hero-donation__title span:first-of-type:after {
  width: 45px;
  height: 37px;
  background-image: url("../../images/svg/heart.svg");
}
.hero-donation__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1135px;
  margin: 50px auto 0;
}
.hero-donation__item {
  width: calc(25% - 32px);
  flex: 1 0 calc(25% - 32px);
}
.hero-donation__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #e6edff;
  border-radius: 50%;
}
.hero-donation__item-icon svg {
  width: 35px;
  height: 35px;
}
.hero-donation__item-icon svg path {
  stroke: var(--color-black);
}
.hero-donation__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.hero-donation__item-title {
  font-size: 16px;
  font-weight: 500;
  font-family: e-Ukraine;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

.hero-donation__item-text {
  font-size: 18px;
  color: var(--color-dark-gray);
  line-height: 135%;
  text-align: center;
}
.hero-socials {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .hero-socials {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-socials {
    padding-top: 55px;
  }
}
.hero-socials__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .hero-socials__wrapper {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-socials__wrapper {
    margin-bottom: 35px;
  }
}
.hero-socials__title {
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700 !important;
  color: var(--color-gray-blue);
}
@media only screen and (max-width: 1200px) {
  .hero-socials__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-socials__title {
    font-size: 54px !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-socials__title {
    font-size: 36px !important;
    margin-bottom: 15px;
    text-align: center;
  }
}
.hero-socials__text {
  max-width: 646px;
  font-size: 20px;
  line-height: 1.3;
  color: #545454;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .hero-socials__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-socials__text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.hero-socials__socials {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .hero-socials__socials {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-socials__content {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-socials__content {
    margin-bottom: 40px;
  }
}
.hero-socials__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: flex-end;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .hero-socials__list {
    justify-content: center;
  }
}
.hero-socials__list-item {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  transition: background-color 0.5s;
}
.hero-socials__list-item:hover {
  background-color: #ededed;
}
.hero-socials__list-item:active {
  background-color: #dcdcdc;
}
.hero-socials__list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero-socials__list-item a svg {
  width: 18px;
  height: 18px;
  display: block;
}
.hero-socials__slider .slide-item {
  aspect-ratio: 1440 / 648;
}
@media only screen and (max-width: 575px) {
  .hero-socials__slider .slide-item {
    aspect-ratio: 16 / 9;
  }
}
.hero-socials__slider .slide-item img {
  display: block;
  object-position: center center;
}
.hero-socials__slider {
  position: relative;
}
.hero-socials__slider-pagination {
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: fit-content !important;
  max-width: 100%;
  padding: 12px 16px;
  background-color: rgba(39, 56, 63, 0.6);
  border-radius: 46px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .hero-socials__slider-pagination {
    bottom: 15px !important;
  }
}
.hero-socials__slider-pagination span.swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background-color: #fff6da;
  transition: background-color 0.4s ease, opacity 0.4s ease;
}
.hero-socials__slider-pagination
  span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover,
.hero-socials__slider-pagination
  span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  opacity: 0.85 !important;
}
.hero-socials__slider-pagination span.swiper-pagination-bullet-active {
  background-color: #ffc300;
  cursor: auto;
}

.hero-follow-us {
  padding: 40px 0 120px;
  color: #fff;
}
.hero-follow-us__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 540px;
  background-color: var(--color-blue);
}
.hero-follow-us__textblock {
  max-width: 350px;
  margin: auto 0 auto 125px;
}

.hero-follow-us__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.16;
  margin-bottom: 24px;
}

.hero-follow-us__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
.hero-follow-us__social-links {
  display: flex;
  flex-wrap: wrap;
  width: 48.5%;
  height: 100%;
}
.hero-follow-us__social-url {
  width: 50%;
  padding: 25px 32px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 155%;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-follow-us__social-url:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.hero-follow-us__social-image {
  width: 23px;
  height: 23px;
}

.hero-follow-us__social-image svg,
.hero-follow-us__social-image img {
  width: 100%;
  height: 100%;
}

.section-hero__wrapper {
  position: relative;
  z-index: 1;
  height: 740px;
}
.section-hero-text {
  position: relative;
  padding: 140px 0 240px;
  background-color: var(--color-gray-blue);
  color: #fff;
}

/* Block: Hero-Slider START */

.hero-slider--slider,
.hero-slider--slider .swiper {
  width: 100%;
  position: relative;
}

.hero-slider--slide {
  position: relative;
  overflow: hidden;
}

.hero-slider--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider--image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 575px) {
  .hero-slider--image {
    position: static;
    width: 100%;
    height: 60vw;
  }
}

.hero-slider--content-inner {
  position: relative;
  min-height: calc(100vh - 75px);
  padding: 32px 0 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  .hero-slider--content-inner {
    min-height: calc(100vh - 112px);
  }
}

@media only screen and (max-width: 575px) {
  .hero-slider--content-inner {
    min-height: 0;
    padding: 35px 0 40px;
  }
}

.hero-slider--title {
  position: relative;
  width: 100%;
  max-width: 615px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .hero-slider--title {
    max-width: 100%;
    font-size: 64px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-slider--title {
    font-size: 42px;
    color: #27383f !important;
    margin: 0;
  }

  .hero-slider--title *:not(a) {
    color: #27383f !important;
  }

  .hero-slider--title a.button-main {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 412px) {
  .hero-slider--title {
    font-size: 36px;
  }
}

.hero-slider--decor {
  position: absolute;
  top: 0;
  left: -18%;
  transform: translateY(calc(-100% - 10px));
}

.hero-slider--decor,
.hero-slider--decor img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .hero-slider--decor {
    display: none;
  }
}

.hero-slider--controls {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .hero-slider--controls {
    top: calc(60vw - 20px);
    bottom: auto;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 320px) {
  .hero-slider--controls {
    top: calc(60vw - 15px);
  }
}

.hero-slider--controls__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}

.hero-slider--arrow {
  width: 64px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 2px rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .hero-slider--arrow {
    width: 50px;
  }
}

.hero-slider--arrow svg {
  display: block;
  width: 35px !important;
  height: auto !important;
}

@media only screen and (max-width: 575px) {
  .hero-slider--arrow svg {
    width: 27px !important;
  }
}

.hero-slider--arrow svg path {
  stroke: white;
  transition: stroke 0.4s ease;
}

.hero-slider--arrow:hover,
.hero-slider--arrow:focus {
  background-color: white;
  border-color: white;
}

.hero-slider--arrow:hover svg path,
.hero-slider--arrow:focus svg path {
  stroke: #27383f;
}

.hero-slider--pagination {
  width: fit-content !important;
  max-width: calc(100% - 128px - 30px);
  padding: 12px 16px;
  background-color: rgba(39, 56, 63, 0.6);
  border-radius: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.hero-slider--pagination span.swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background-color: #fff6da;
  transition: background-color 0.4s ease, opacity 0.4s ease;
}

.hero-slider--pagination
  span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover,
.hero-slider--pagination
  span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  opacity: 0.85 !important;
}

.hero-slider--pagination span.swiper-pagination-bullet-active {
  background-color: #ffc300;
  cursor: auto;
}

@media only screen and (max-width: 575px) {
  .hero-slider--button {
    width: 100%;
    margin-top: 30px;
  }
}

/* Block: Hero-Slider END */

/* Block: Hero-Text START */

.hero-text {
  background-color: #27383f;
  padding: 140px 0 148px;
  color: white;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .hero-text {
    padding: 90px 0 95px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-text {
    padding: 60px 0 65px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-text {
    padding: 60px 0;
  }
}

.hero-text--content {
  font-size: 80px;
  line-height: 1.05;
  font-weight: 700;
  max-width: 1120px;
}

.hero-text--content p {
  margin: 0;
}

.hero-text--decor {
  display: flex;
  justify-content: flex-end;
}

.hero-text--decor img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  transform: translateX(9.64%);
}

/* Block: Hero-Text END */

/* .section-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 100%;
}

.section-hero .size-main {
  height: 100%;
} */

.hero-media {
  position: relative;
  height: 740px;
}

.hero-media__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 101%;
}

.hero-media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-media__content {
  position: relative;
  display: flex;
  max-width: 550px;
  margin-left: auto;
  flex-direction: column;
  padding-top: 180px;
  height: 100%;
  z-index: 2;
}

.hero-media .size-main {
  height: 100%;
}

.hero-media__title {
  margin-bottom: 24px;
  color: #f6f6f6;
}

.hero-media__text {
  max-width: 500px;
  margin-bottom: 52px;
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 600;
}

.hero-media__links {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .hero-text--decor {
    margin-top: 25px;
    justify-content: center;
  }

  .hero-text--decor img {
    transform: none;
  }

  .hero-text--content {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-media {
    height: 500px;
  }

  .hero-media__content {
    max-width: 100%;
    padding-top: 0;
    justify-content: center;
  }

  .hero-follow-us__content {
    flex-direction: column;
    height: auto;
  }

  .hero-follow-us__social-links {
    width: 100%;
  }

  .hero-follow-us__textblock {
    max-width: 100%;
    padding: 40px;
    text-align: center;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .hero-text--content {
    font-size: 64px;
  }

  .hero-follow-us {
    padding: 0 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-text--content {
    font-size: 48px;
  }

  .hero-media__title.title-regular {
    font-weight: 700;
    font-size: 54px;
  }

  .hero-follow-us__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-text--decor {
    display: none;
  }

  .hero-media__title.title-regular {
    font-size: 36px;
  }

  .hero-text--content {
    font-size: 32px;
    line-height: 1.33;
  }

  .hero-follow-us__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .hero-media__links {
    flex-direction: column;
  }
}

@media only screen and (max-width: 425px) {
  .hero-text--content {
    font-size: 26px;
  }
}
