﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.g-recaptcha {
  max-width: 100%;
}

.g-recaptcha > div {
  max-width: 100%;
}

footer .footer-grid {
  align-items: start;
}

footer .footer-right {
  width: 100%;
}

footer .footer-right > div,
footer .footer-grid > div {
  min-width: 0;
}

footer .footer-list,
footer .footer-contact {
  display: grid;
  gap: 18px;
}

@media (max-width: 768px) {
  footer .footer-top {
    padding: 48px 28px !important;
  }

  footer .container.footer-grid {
    width: min(calc(100% - 56px), 1220px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    justify-items: stretch !important;
  }

  footer .footer-brand,
  footer .footer-right,
  footer .footer-right > div,
  footer .footer-grid > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  footer .footer-brand {
    transform: none !important;
  }

  footer .footer-brand p {
    max-width: 100% !important;
  }

  footer .footer-right {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    justify-self: stretch !important;
  }

  footer .footer-right > div,
  footer .footer-grid > div:not(.footer-brand):not(.footer-right) {
    display: grid !important;
    gap: 18px !important;
    justify-items: start !important;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  footer .footer-title {
    margin-bottom: 0 !important;
  }

  footer .footer-title::after {
    margin-left: 0 !important;
  }

  footer .footer-list,
  footer .footer-contact {
    gap: 18px !important;
    justify-items: start !important;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  footer .footer-contact-item {
    width: 100% !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: 0.7rem !important;
    align-items: start !important;
  }

  footer .footer-contact-item p,
  footer .footer-list a,
  footer .footer-list p {
    overflow-wrap: anywhere !important;
  }

  footer .footer-list a,
  footer .footer-list p,
  footer .footer-contact p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

