.sppb-carousel-extended.hero-silder .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
    max-width: 808px;
    padding: 20px 90px;
    z-index: 10
}
.footer-contact {
  max-width: 390px;
}

.footer-contact__title {
  margin: 0 0 32px;
  color: #12377b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  color: #363b44;
  font-size: 16px;
  line-height: 1.6;
}

.footer-contact__item svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: 2px;
  fill: none;
  stroke: #12377b;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact__item a {
  color: #363b44;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact__item a:hover {
  color: #12377b;
}

.footer-contact__address address {
  margin: 0;
  font-style: normal;
}

.footer-contact__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  max-width: 355px;
  margin-top: 30px;
  padding: 17px 24px;
  border: 1px solid #12377b;
  border-radius: 3px;
  color: #12377b;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.footer-contact__button:hover {
  background-color: #12377b;
  color: #fff;
}

@media (max-width: 767px) {
  .footer-contact {
    max-width: 100%;
  }

  .footer-contact__title {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .footer-contact__button {
    max-width: 100%;
  }
}