.site-footer__social {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 24px;
}

.site-footer__social a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
  transition: transform .2s ease, opacity .2s ease;
}

.site-footer__social a:hover {
  transform: translateY(-2px);
  opacity: .8;
}

.site-footer__social svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-footer__links ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a {
  color: #ffffffb3 !important;
  font-size: 15px;
  line-height: 22px;
  transition: color .2s ease;
}

.site-footer__links a:hover {
  color: #fff !important;
}

.site-footer__contact .site-footer__tickets {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 6px;
  background: #eb0006;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  white-space: normal;
  transition: transform .2s ease, box-shadow .2s ease;
}

.site-footer__contact .site-footer__tickets:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px #0003;
}

@media (max-width: 900px) {
  .site-footer__contact .site-footer__tickets {
    max-width: 330px;
  }
}

.fp-service-icon {
  width: 80px !important;
  height: 80px !important;
  align-self: center !important;
  margin: 0 auto 22px !important;
}

.fp-service-icon .elementor-widget-container {
  width: 80px !important;
  height: 80px !important;
}

.fp-service-icon img {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  margin: auto !important;
}

.fp-gallery-archive.e-con {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: min(100%, 1120px) !important;
  margin: 28px auto 0 !important;
}

.fp-gallery-archive-item.e-con {
  width: 100% !important;
  height: 235px !important;
}

.fp-board-section.e-con {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 42px !important;
}

.fp-board-heading.e-con {
  align-items: center !important;
  text-align: center !important;
}

.fp-board-heading::after {
  align-self: center !important;
  margin: 15px auto 0 !important;
}

.fp-board-grid.e-con {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 64px !important;
  width: min(100%, 1120px) !important;
  margin-inline: auto !important;
}

.fp-board-photo.e-con {
  width: 100% !important;
  min-width: 0 !important;
}

.fp-board-divider.e-con {
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 190px !important;
  min-height: 190px !important;
  padding: 0 !important;
  justify-self: center !important;
}

@media (max-width: 900px) {
  .fp-gallery-archive.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .fp-board-grid.e-con {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .fp-board-divider.e-con {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 1px !important;
    min-height: 1px !important;
  }
}

@media (max-width: 640px) {
  .fp-gallery-archive.e-con {
    grid-template-columns: 1fr !important;
  }

  .fp-gallery-archive-item.e-con {
    height: 230px !important;
  }
}
