.grm-cookie-root {
  position: fixed;
  z-index: 160;
  inset: auto 0 0 0;
  pointer-events: none;
}

.grm-cookie-banner,
.grm-cookie-manage,
.grm-cookie-panel {
  pointer-events: auto;
}

.grm-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: min(460px, calc(100vw - 24px));
  padding: 15px 15px 14px;
  border-radius: 16px;
  border: 1px solid #cfe0fb;
  background: rgba(252, 254, 255, 0.97);
  box-shadow: 0 16px 34px rgba(45, 82, 141, 0.18);
  backdrop-filter: blur(6px);
}

.grm-cookie-banner h2 {
  margin: 0 0 7px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.02rem;
  color: #233d67;
}

.grm-cookie-banner p {
  margin: 0;
  color: #4d6992;
  font-size: 0.82rem;
  line-height: 1.48;
}

.grm-cookie-banner p a {
  color: #2f5ca1;
  font-weight: 700;
  text-decoration: underline;
}

.grm-cookie-actions {
  margin-top: 11px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.grm-cookie-btn {
  border-radius: 10px;
  border: 1px solid #c6d9f7;
  background: #f7fbff;
  color: #355886;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  min-height: 39px;
  padding: 10px 12px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.grm-cookie-btn:hover {
  transform: translateY(-1px);
  background: #edf5ff;
  box-shadow: 0 8px 16px rgba(53, 89, 150, 0.12);
}

.grm-cookie-btn.primary {
  border: 0;
  color: #fff;
  background: linear-gradient(140deg, #4b79d8, #305aac);
  box-shadow: 0 10px 22px rgba(52, 93, 171, 0.24);
}

.grm-cookie-btn.ghost {
  background: #f8fbff;
}

.grm-cookie-manage {
  position: fixed;
  left: 16px;
  bottom: 16px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #c9dbf9;
  background: rgba(248, 252, 255, 0.96);
  color: #31578f;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(45, 82, 141, 0.13);
  cursor: pointer;
}

.grm-cookie-manage:hover {
  background: #edf5ff;
}

.grm-cookie-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  z-index: 220;
  pointer-events: auto;
}

.grm-cookie-banner[hidden],
.grm-cookie-manage[hidden],
.grm-cookie-modal[hidden] {
  display: none !important;
}

.grm-cookie-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 40, 66, 0.38);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.grm-cookie-panel {
  position: relative;
  width: min(620px, calc(100vw - 22px));
  border-radius: 18px;
  border: 1px solid #d4e4fb;
  background: #ffffff;
  box-shadow: 0 24px 44px rgba(31, 58, 100, 0.23);
  padding: 18px;
  z-index: 1;
}

.grm-cookie-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.grm-cookie-panel-head h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.23rem;
  color: #1f385f;
}

.grm-cookie-close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #cde0fc;
  background: #f4f9ff;
  color: #365989;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.grm-cookie-panel-sub {
  margin: 8px 0 14px;
  color: #5d7499;
  line-height: 1.5;
  font-size: 0.94rem;
}

.grm-cookie-option {
  border: 1px solid #d9e8fc;
  border-radius: 12px;
  background: #f8fbff;
  padding: 12px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.grm-cookie-option + .grm-cookie-option {
  margin-top: 10px;
}

.grm-cookie-option h3 {
  margin: 0 0 4px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.96rem;
  color: #274771;
}

.grm-cookie-option p {
  margin: 0;
  color: #5d769d;
  font-size: 0.88rem;
  line-height: 1.45;
}

.grm-cookie-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #345983;
  white-space: nowrap;
}

.grm-cookie-switch input {
  width: 16px;
  height: 16px;
  accent-color: #4a79d8;
}

.grm-cookie-panel-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

body.grm-cookie-modal-open {
  overflow: hidden;
}

.grm-lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.grm-lang-dropdown {
  position: relative;
}

.grm-lang-dropdown > summary {
  list-style: none;
}

.grm-lang-dropdown > summary::-webkit-details-marker {
  display: none;
}

.grm-lang-summary {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #cfe0fb;
  background: rgba(247, 251, 255, 0.95);
  box-shadow: 0 8px 16px rgba(53, 89, 150, 0.09);
  cursor: pointer;
  user-select: none;
  color: #365988;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-weight: 800;
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.grm-lang-summary:hover {
  background: #eaf3ff;
  transform: translateY(-1px);
}

.grm-lang-dropdown[open] .grm-lang-summary {
  border-color: #9bbcf0;
  box-shadow: 0 10px 20px rgba(52, 93, 171, 0.15);
}

.grm-lang-summary .grm-lang-name {
  display: none !important;
}

.grm-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(34, 64, 110, 0.12), 0 4px 10px rgba(31, 63, 114, 0.14);
  background: #fff;
}

.grm-lang-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grm-lang-caret {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #4c6fa3;
  border-bottom: 1.5px solid #4c6fa3;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.16s ease;
}

.grm-lang-dropdown[open] .grm-lang-caret {
  transform: rotate(225deg) translate(-1px, -1px);
}

.grm-lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 130;
  min-width: 170px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid #cfe0fb;
  background: rgba(252, 254, 255, 0.98);
  box-shadow: 0 16px 32px rgba(43, 77, 132, 0.18);
  backdrop-filter: blur(4px);
  display: grid;
  gap: 4px;
}

.grm-lang-link {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 9px;
  border-radius: 9px;
  border: 1px solid transparent;
  color: #365988;
  text-decoration: none;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.grm-lang-link:hover {
  background: #eaf3ff;
  transform: translateY(-1px);
}

.grm-lang-link.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(140deg, #4b79d8, #305aac);
  box-shadow: 0 8px 16px rgba(52, 93, 171, 0.2);
}

.grm-lang-code {
  display: inline-block;
  min-width: 2.3em;
  text-align: center;
}

.grm-lang-menu .grm-lang-code {
  display: none;
}

.grm-lang-name {
  display: inline;
  font-weight: 600;
  letter-spacing: 0;
}

.grm-lang-switch--standalone {
  margin-bottom: 14px;
}

.site-footer {
  width: var(--wrap, min(1280px, calc(100vw - 36px)));
  margin: 24px auto 34px;
}

.site-footer-shell {
  border: 1px solid #d7e5fa;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  box-shadow: 0 22px 54px rgba(46, 84, 145, 0.14);
  overflow: hidden;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(310px, 1.35fr) repeat(3, minmax(132px, 0.62fr)) minmax(302px, 0.9fr);
  gap: 28px 34px;
  align-items: start;
  padding: 42px 58px 38px;
}

.site-footer-brand {
  display: grid;
  gap: 20px;
  align-content: start;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #071b49;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.40rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.site-footer-logo-primary,
.site-footer-logo-accent {
  display: inline;
}

.site-footer-logo > span {
  transform: translateY(2px);
}

.site-footer-logo-accent {
  color: #4d7cc5;
}

.site-footer-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(55, 103, 198, 0.22));
}

.site-footer-tagline {
  margin: 0;
  max-width: 252px;
  color: #4d6590;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.86rem;
  line-height: 1.55;
}

.site-footer-brand-list {
  display: grid;
  gap: 15px;
}

.site-footer-brand-item,
.site-footer-trust-item,
.site-footer-benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.site-footer-brand-item strong,
.site-footer-trust-item strong,
.site-footer-benefit strong {
  display: block;
  color: #092052;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-footer-brand-item small,
.site-footer-trust-item small,
.site-footer-benefit small {
  display: block;
  margin-top: 2px;
  color: #536b96;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
}

.site-footer-mini-icon,
.site-footer-trust-icon,
.site-footer-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #eef5ff;
  color: #3471f5;
}

.site-footer-mini-icon svg,
.site-footer-trust-icon svg,
.site-footer-benefit-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer-security {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfdffc;
  border-radius: 16px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(247, 251, 255, 0.68));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 32px rgba(63, 98, 168, 0.1);
  padding: 24px 22px 22px;
  width: 280px;
}

.site-footer-security-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.site-footer-security-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid #d5e3fb;
  background: #f6faff;
  color: #4369b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.site-footer-security-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer-security h2 {
  margin: 0;
  color: #092052;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-footer-trust-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.site-footer-trust-icon {
  color: #3471f5;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-footer-column {
  display: grid;
  gap: 18px;
  align-self: center;
  align-content: start;
  min-height: 212px;
}

@media (min-width: 1121px) {
  .site-footer-column {
    transform: translateX(-24px);
  }
}

.site-footer-column h2 {
  margin: 0 0 8px;
  color: #092052;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-footer-column a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  color: #334f82;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.site-footer-column a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.55;
}

.site-footer-column a:hover {
  color: #2f68dd;
  opacity: 0.92;
  transform: translateX(2px);
}

.site-footer-column a[aria-current="page"] {
  color: #223a60;
  opacity: 1;
}

.site-footer-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 58px;
  border-top: 1px solid #dce8fb;
}

.site-footer-benefit {
  padding-right: 18px;
  border-right: 1px solid #cfddf4;
}

.site-footer-benefit:last-child {
  border-right: 0;
  padding-right: 0;
}

.site-footer-benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #2f70f6;
  background: #edf5ff;
}

.site-footer-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.site-footer-social-wrap {
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  align-items: center;
  color: #17305d;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
  justify-content: flex-end;
}

.site-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #17305d;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.site-social-link:hover {
  background: transparent;
  color: #2f68dd;
  transform: translateY(-1px);
  box-shadow: none;
}

.site-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-footer-payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
}

.site-footer-payments img {
  display: block;
  width: auto;
  max-width: 56px;
  height: 20px;
  object-fit: contain;
  opacity: 0.52;
}

.site-footer-meta {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 0;
  padding: 20px 58px 0;
  border-top: 1px solid #dce8fb;
  color: #536b96;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.site-footer-language {
  justify-self: end;
}

.site-footer-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  justify-self: end;
}

.site-footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #17305d;
  font-family: "Manrope", "Segoe UI", "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.site-footer-contact-link:hover {
  color: #2f68dd;
  opacity: 0.92;
  transform: translateY(-1px);
}

.site-footer-contact-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.site-footer-language .grm-lang-summary {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.site-footer-language .grm-lang-summary:hover,
.site-footer-language .grm-lang-dropdown[open] .grm-lang-summary {
  border-color: transparent;
  background: rgba(237, 245, 255, 0.72);
  box-shadow: none;
}

.site-footer-language .grm-lang-menu {
  top: auto;
  right: 0;
  bottom: calc(100% + 8px);
}

@media (min-width: 1180px) {
  .grm-lang-summary .grm-lang-name {
    display: inline;
  }
}

.header-actions .mobile-menu-toggle {
  display: none;
}

@media (max-width: 640px) {
  .header-wrap .header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .header-wrap .header > nav {
    display: none;
    width: 100%;
    order: 3;
  }

  .header-wrap.is-mobile-menu-open .header > nav {
    display: block;
  }

  .header-wrap .nav {
    display: grid;
    width: 100%;
    gap: 8px;
    justify-content: stretch;
  }

  .header-wrap .nav li {
    width: 100%;
  }

  .header-wrap .nav a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #d7e6fb;
    border-radius: 12px;
    background: rgba(247, 251, 255, 0.86);
  }

  .header-wrap .nav a[aria-current="page"] {
    background: #e8f1ff;
    color: #274b83;
  }

  .header-wrap .header-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(34px, 0.7fr) minmax(68px, 1fr) minmax(86px, 1fr) minmax(38px, 0.7fr);
    align-items: center;
    justify-content: stretch;
    gap: 8px;
    order: 2;
  }

  .grm-lang-summary {
    min-width: 38px;
    min-height: 36px;
    padding: 7px 8px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .grm-lang-summary:hover {
    background: rgba(237, 245, 255, 0.72);
    box-shadow: none;
  }

  .grm-lang-summary .grm-lang-code {
    display: none;
  }

  .grm-lang-summary .grm-lang-caret {
    display: none;
  }

  .site-footer-language .grm-lang-summary .grm-lang-code {
    display: inline-block;
  }

  .site-footer-language .grm-lang-summary .grm-lang-caret {
    display: inline-block;
  }

  .header-actions .btn.primary[data-mobile-label] span {
    display: none;
  }

  .header-actions .btn.primary[data-mobile-label]::after {
    content: attr(data-mobile-label);
  }

  .header-actions .mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0;
    border: 1px solid #cfe0f8;
    border-radius: 13px;
    background: #f7fbff;
    color: #355886;
    box-shadow: none;
    cursor: pointer;
  }

  .header-actions .mobile-menu-toggle span:not(.sr-only) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .header-actions .mobile-menu-toggle span:nth-child(1) {
    top: calc(50% - 6px);
  }

  .header-actions .mobile-menu-toggle span:nth-child(2) {
    top: 50%;
  }

  .header-actions .mobile-menu-toggle span:nth-child(3) {
    top: calc(50% + 6px);
  }

  .header-wrap.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header-wrap.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  .header-wrap.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media (max-width: 1120px) {
  .site-footer-main {
    grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(132px, 0.8fr));
    padding: 34px 34px 32px;
  }

  .site-footer-security {
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-footer-benefits {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 34px;
  }

  .site-footer-payments {
    justify-content: flex-start;
  }

  .site-footer-meta {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 24px 34px;
  }

  .site-footer-social-wrap,
  .site-footer-social,
  .site-footer-language,
  .site-footer-actions {
    justify-content: flex-start;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .site-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

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

@media (max-width: 640px) {
  .grm-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .grm-cookie-manage {
    left: 12px;
    bottom: 12px;
  }

  .grm-cookie-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .grm-cookie-panel-actions {
    justify-content: stretch;
  }

  .grm-cookie-panel-actions .grm-cookie-btn {
    flex: 1 1 100%;
  }

  .grm-lang-menu {
    right: auto;
    left: 0;
    min-width: 156px;
  }

  .site-footer-language .grm-lang-menu {
    top: auto;
    right: auto;
    bottom: calc(100% + 8px);
    left: 0;
  }

  .site-footer-shell {
    border-radius: 18px;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .site-footer-logo {
    font-size: 1.35rem;
  }

  .site-footer-benefits {
    padding: 20px 18px;
    gap: 16px;
  }

  .site-footer-meta {
    padding: 20px 18px;
  }

  .site-footer-social-wrap {
    display: grid;
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .site-footer-main {
    padding: 18px 14px;
  }

  .site-footer-benefits,
  .site-footer-meta {
    padding-left: 14px;
    padding-right: 14px;
  }
}
