.footer {
  padding: 1.875rem 0 1.5rem;
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #000;
}
@media (min-width: 991.98px) {
  .footer {
    padding: 5.8125rem 0 3.125rem;
    background: #1e1e1e;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 991.98px) {
  .footer__container {
    gap: 3.5rem;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 0.5625rem;
}
@media (min-width: 991.98px) {
  .footer__top {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.75fr) minmax(0, 0.9fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.footer__brand {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .footer__brand {
    grid-column: 1;
    gap: 1.5rem;
    max-width: 20rem;
  }
}
.footer__brand-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.footer__brand-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  min-width: 0;
}
@media (min-width: 991.98px) {
  .footer__brand-identity {
    flex-direction: row;
    gap: 1.0625rem;
  }
}
.footer__brand-title {
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-size: 2rem;
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .footer__brand-title {
    display: none;
  }
}
.footer__logo {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 991.98px) {
  .footer__logo {
    display: inline-flex;
  }
}
.footer__logo img {
  display: block;
  width: 2.0625rem;
  height: 2.4375rem;
  object-fit: contain;
  object-position: left center;
}
.footer__logo--on-dark img {
  filter: brightness(0) invert(1);
}
.footer__tagline {
  max-width: 11.4375rem;
  color: #bebebe;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: 1rem;
}
@media (min-width: 991.98px) {
  .footer__tagline {
    color: #fff;
    font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  }
}
.footer__description {
  max-width: 17.5rem;
  color: #bebebe;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-size: 0.875rem;
}
@media (min-width: 991.98px) {
  .footer__description {
    max-width: none;
    color: #c2c2c2;
    font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  }
}
.footer__socials-wrap {
  flex-shrink: 0;
}
.footer__socials-wrap--mobile {
  width: 5rem;
}
@media (min-width: 991.98px) {
  .footer__socials-wrap--mobile {
    display: none;
  }
}
.footer__socials-wrap--desktop {
  display: none;
}
@media (min-width: 991.98px) {
  .footer__socials-wrap--desktop {
    display: block;
  }
}
.footer__socials {
  display: grid;
  grid-template-columns: repeat(2, 1.8125rem);
  gap: 1.375rem 1.0625rem;
  justify-content: center;
}
@media (min-width: 991.98px) {
  .footer__socials {
    grid-template-columns: repeat(4, auto);
    gap: 1.25rem;
    align-items: center;
    justify-content: start;
  }
}
.footer__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__socials-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer__socials-link svg {
  display: block;
  overflow: hidden;
}
.footer__socials-link--telegram svg {
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
}
.footer__socials-link--whatsapp svg {
  width: 1.8125rem;
  height: 1.8125rem;
}
.footer__socials-link--vk svg {
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 0.5625rem;
}
.footer__socials-link--youtube svg {
  width: 2.125rem;
  height: 1.5rem;
  border-radius: 0.375rem;
}
.footer__socials-link--max img, .footer__socials-link--rutube img, .footer__socials-link--drive2 img {
  display: block;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 0.5625rem;
  object-fit: cover;
}
@media (any-hover: hover) {
  .footer__socials-link:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }
}
.footer__navs {
  display: contents;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .footer__nav {
    gap: 1.5rem;
  }
}
.footer__nav--services {
  grid-column: 1;
  max-width: 10.4375rem;
}
@media (min-width: 991.98px) {
  .footer__nav--services {
    grid-column: 2;
    max-width: none;
  }
}
.footer__nav--info {
  grid-column: 2;
  max-width: 8.875rem;
}
@media (min-width: 991.98px) {
  .footer__nav--info {
    grid-column: 3;
    max-width: none;
  }
}
.footer__nav-title {
  color: #fff;
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  letter-spacing: -0.03em;
  font-size: var(--fs-footer-title);
}
@media (min-width: 991.98px) {
  .footer__nav-title {
    letter-spacing: -0.03em;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 991.98px) {
  .footer__menu {
    gap: 1.25rem;
  }
}
.footer__menu-link {
  color: #c2c2c2;
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  letter-spacing: -0.028em;
  font-size: var(--fs-footer-link);
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 991.98px) {
  .footer__menu-link {
    letter-spacing: -0.032em;
  }
}
@media (any-hover: hover) {
  .footer__menu-link:hover {
    color: #fff;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__contacts--mobile {
  grid-column: 1/-1;
  gap: 0.5rem;
  margin-top: 0.5rem;
  max-width: 17.5rem;
}
@media (min-width: 991.98px) {
  .footer__contacts--mobile {
    display: none;
  }
}
.footer__contacts--desktop {
  display: none;
}
@media (min-width: 991.98px) {
  .footer__contacts--desktop {
    display: flex;
    grid-column: 4;
    gap: 1.125rem;
    max-width: 12.5rem;
  }
}
.footer__contacts-title {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
}
.footer__contact-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__contact-label {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
}
.footer__contact {
  color: #c2c2c2;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-size: 0.875rem;
}
@media (min-width: 991.98px) {
  .footer__contact {
    letter-spacing: -0.03em;
    font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  }
}
.footer__contact--phone {
  white-space: nowrap;
}
@media (any-hover: hover) {
  .footer__contact[href]:hover {
    color: #fff;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .footer__bottom {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.footer__bottom-main {
  display: grid;
  grid-template-columns: minmax(0, 11.375rem) minmax(0, 9.5rem);
  column-gap: 1rem;
  row-gap: 0.5rem;
  align-items: start;
}
@media (min-width: 991.98px) {
  .footer__bottom-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    align-items: baseline;
  }
}
.footer__copy {
  grid-column: 1;
  grid-row: 1;
}
.footer__requisites {
  grid-column: 1;
  grid-row: 2;
}
.footer__domain {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 991.98px) {
  .footer__domain {
    grid-column: auto;
    grid-row: auto;
  }
}
.footer__copy, .footer__requisites, .footer__domain, .footer__legal {
  color: #afafaf;
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  letter-spacing: -0.0276923077em;
  font-size: var(--fs-footer-legal);
}
@media (min-width: 991.98px) {
  .footer__copy, .footer__requisites, .footer__domain, .footer__legal {
    letter-spacing: -0.0369230769em;
    white-space: nowrap;
  }
}
.footer__legal {
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (any-hover: hover) {
  .footer__legal:hover {
    color: #fff;
  }
}
.footer__legal--button {
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.footer__bottom-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 1.5rem 2rem;
}
@media (min-width: 991.98px) {
  .footer__bottom-links {
    flex-shrink: 0;
    gap: 0.75rem 2.5rem;
  }
}