.site-footer {
  padding: 72px 0 24px;
  background: #181416 !important;
  color: #ffffff !important;
  border-top: 4px solid #db033b;
}

.site-footer,
.site-footer *,
.site-footer h2,
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer i,
.site-footer li {
  color: #ffffff !important;
}

.site-footer-container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.site-footer-main {
  display: grid;
  grid-template-columns: 1.35fr .7fr .9fr 1.25fr;
  gap: 52px;
  align-items: start;
}

.site-footer-brand {
  width: 200px;
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}

.site-footer-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer-description {
  max-width: 350px;
  margin: 22px 0;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.75;
  opacity: .82;
}

.site-footer-heading {
  margin-bottom: 20px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
}

.site-footer-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-links a {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
  opacity: .84;
}

.site-footer-links a:hover,
.site-footer-detail:hover {
  color: #ff9cad !important;
  opacity: 1;
}

.site-footer-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}

.site-footer-detail i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1) !important;
  color: #ffffff !important;
}

.site-footer-schedule {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04) !important;
  font-size: 13px;
}

.site-footer-schedule span {
  opacity: .72;
}

.site-footer-schedule strong {
  font-weight: 800;
}

.site-footer-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04) !important;
}

.site-footer-actions-bar p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.site-footer-actions-bar .site-nav-actions {
  margin-left: 0;
}

.site-footer-actions-bar .site-nav-button {
  border-color: #db033b !important;
  background: #db033b !important;
  color: #ffffff !important;
}

.site-footer-actions-bar .site-nav-button-outline {
  background: transparent !important;
  color: #ffffff !important;
}

.site-footer-actions-bar .site-nav-button-outline i,
.site-footer-actions-bar .site-nav-button-outline span {
  color: #ffffff !important;
}

.site-footer-actions-bar .site-nav-icon {
  border-color: #db033b !important;
  background: transparent !important;
  color: #ffffff !important;
}

.site-footer-actions-bar .site-nav-icon i {
  color: #ffffff !important;
}

.site-footer .site-phone-menu,
.site-footer .site-phone-menu *,
.site-footer .site-phone-menu span,
.site-footer .site-phone-menu-link,
.site-footer .site-phone-menu-link i,
.site-footer .site-phone-menu-link span {
  color: #172333 !important;
}

.site-footer .site-phone-menu-link i {
  color: #db033b !important;
}

.site-footer .site-phone-menu-link:hover,
.site-footer .site-phone-menu-link:focus,
.site-footer .site-phone-menu-link:hover span,
.site-footer .site-phone-menu-link:focus span {
  color: #b80231 !important;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer-bottom p {
  margin: 0;
  color: #ffffff !important;
  font-size: 14px;
  opacity: .82;
}

@media (max-width: 1199.98px) {
  .site-footer-main {
    grid-template-columns: 1.35fr 1fr 1fr;
  }

  .site-footer-contact-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 54px;
  }

  .site-footer-container {
    width: min(100% - 32px, 1220px);
  }

  .site-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .site-footer-brand-column,
  .site-footer-contact-column {
    grid-column: 1 / -1;
  }

  .site-footer-actions-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-actions-bar .site-nav-actions,
  .site-footer-actions-bar .site-nav-button {
    width: 100%;
  }

  .site-footer-actions-bar .site-nav-button {
    justify-content: center;
  }

  .site-footer-bottom {
    flex-direction: column;
    margin-top: 44px;
    text-align: center;
  }
}
