.turbo-footer {
  --turbo-footer-bg: #0a2a20;
  --turbo-footer-text: #f5f8f6;
  --turbo-footer-muted: #b8c8c1;
  --turbo-footer-accent: #75c700;
  --turbo-footer-border: rgba(255, 255, 255, 0.14);
  background: var(--turbo-footer-bg) !important;
  color: var(--turbo-footer-text);
  font-size: 14px;
  line-height: 1.55;
}

.turbo-footer .maxwidth-theme {
  background: transparent;
}

.turbo-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) minmax(150px, 0.9fr) minmax(150px, 0.9fr) minmax(255px, 1.25fr);
  gap: 52px;
  padding: 54px 0 46px;
}

.turbo-footer__logo {
  width: 150px;
  margin-bottom: 22px;
}

.turbo-footer__logo a,
.turbo-footer__logo svg,
.turbo-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.turbo-footer__logo .fill-dark-light {
  fill: #ffffff !important;
}

.turbo-footer__description {
  max-width: 285px;
  margin: 0;
  color: var(--turbo-footer-muted);
  font-size: 13px;
  line-height: 1.55;
}

.turbo-footer__title {
  display: block;
  margin: 3px 0 19px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.turbo-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.turbo-footer__links li + li {
  margin-top: 9px;
}
.turbo-footer__links li { padding-left: 0; }

.turbo-footer__links li::before { display: none !important; content: none !important; }


.turbo-footer a,
.turbo-footer a:visited,
.turbo-footer .dark_link,
.turbo-footer .color_222,
.turbo-footer .color_999 {
  color: var(--turbo-footer-muted) !important;
}

.turbo-footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.turbo-footer a:hover,
.turbo-footer a:focus-visible {
  color: var(--turbo-footer-accent) !important;
}

.turbo-footer a:focus-visible {
  outline: 2px solid var(--turbo-footer-accent);
  outline-offset: 4px;
  border-radius: 2px;
}

.turbo-footer__contacts {
  min-width: 0;
}

.turbo-footer__contact-item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--turbo-footer-muted);
}

.turbo-footer__contact-item + .turbo-footer__contact-item {
  margin-top: 10px;
}

.turbo-footer__contact-item > .fa {
  width: 16px;
  margin-top: 4px;
  color: var(--turbo-footer-accent);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.turbo-footer__contact-content,
.turbo-footer__contact-content .contact-property,
.turbo-footer__contact-content .contact-property__value {
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--turbo-footer-muted) !important;
  font-size: 13px;
  line-height: 1.45;
}

.turbo-footer__contact-content .contact-property__label {
  display: none;
}

.turbo-footer__contact-content .contact-property__value .contact-property__value + .contact-property__value {
  margin-top: 4px;
}

.turbo-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 65px;
  padding: 18px 0;
  border-top: 1px solid var(--turbo-footer-border);
  color: #91a49b;
  font-size: 12px;
  line-height: 1.4;
}

.turbo-footer__copy,
.turbo-footer__privacy,
.turbo-footer__privacy .footer__license {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

@media (max-width: 991px) {
  .turbo-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 48px;
    padding: 45px 0 40px;
  }

  .turbo-footer__brand {
    grid-column: 1 / -1;
  }

  .turbo-footer__description {
    max-width: 440px;
  }
}

@media (max-width: 600px) {
  .turbo-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 38px 0 34px;
  }

  .turbo-footer__brand {
    grid-column: auto;
  }

  .turbo-footer__logo {
    width: 142px;
    margin-bottom: 17px;
  }

  .turbo-footer__title {
    margin-bottom: 14px;
  }

  .turbo-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 21px 0 25px;
  }
}
