/* [project]/src/components/Footer/MobileFooter.module.css [app-client] (css) */
.MobileFooter-module__pnMAbG__mobileFooter {
  color: #fff;
  background: #1a1a1a;
  margin-top: auto;
  padding: 30px 0 20px;
}

.MobileFooter-module__pnMAbG__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.MobileFooter-module__pnMAbG__mainSection {
  margin-bottom: 30px;
}

.MobileFooter-module__pnMAbG__brandSection {
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  display: flex;
}

.MobileFooter-module__pnMAbG__logo {
  flex-shrink: 0;
}

.MobileFooter-module__pnMAbG__logoLink {
  display: block;
}

.MobileFooter-module__pnMAbG__logoLink .MobileFooter-module__pnMAbG__icon-logo {
  color: #fff;
  font-size: 32px;
}

.MobileFooter-module__pnMAbG__companyInfo {
  flex: 1;
}

.MobileFooter-module__pnMAbG__companyName {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.MobileFooter-module__pnMAbG__companyDescription {
  color: #ccc;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.MobileFooter-module__pnMAbG__contactsSection {
  margin-bottom: 25px;
}

.MobileFooter-module__pnMAbG__sectionTitle {
  color: #fff;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
}

.MobileFooter-module__pnMAbG__contactItem {
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}

.MobileFooter-module__pnMAbG__contactIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.MobileFooter-module__pnMAbG__contactLink {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.MobileFooter-module__pnMAbG__contactLink:hover {
  color: #007bff;
}

.MobileFooter-module__pnMAbG__contactText {
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
}

.MobileFooter-module__pnMAbG__bottomSection {
  border-top: 1px solid #333;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
  padding-top: 20px;
  display: grid;
}

.MobileFooter-module__pnMAbG__linksSection {
  flex-direction: column;
  display: flex;
}

.MobileFooter-module__pnMAbG__linksList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.MobileFooter-module__pnMAbG__linksList li {
  margin-bottom: 8px;
}

.MobileFooter-module__pnMAbG__footerLink {
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.MobileFooter-module__pnMAbG__footerLink:hover {
  color: #007bff;
}

.MobileFooter-module__pnMAbG__socialSection {
  flex-direction: column;
  display: flex;
}

.MobileFooter-module__pnMAbG__socialLinks {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.MobileFooter-module__pnMAbG__socialLink {
  color: #ccc;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.MobileFooter-module__pnMAbG__socialLink:hover {
  color: #007bff;
}

.MobileFooter-module__pnMAbG__socialIcon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.MobileFooter-module__pnMAbG__socialName {
  font-size: 14px;
}

.MobileFooter-module__pnMAbG__footerBottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.MobileFooter-module__pnMAbG__copyright {
  color: #999;
  margin: 0 0 15px;
  font-size: 12px;
}

.MobileFooter-module__pnMAbG__policies {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  display: flex;
}

.MobileFooter-module__pnMAbG__policyLink {
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

.MobileFooter-module__pnMAbG__policyLink:hover {
  color: #007bff;
}

.MobileFooter-module__pnMAbG__developerInfo {
  color: #666;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.MobileFooter-module__pnMAbG__developerLink {
  color: #007bff;
  text-decoration: none;
}

.MobileFooter-module__pnMAbG__developerLink:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .MobileFooter-module__pnMAbG__container {
    padding: 0 10px;
  }

  .MobileFooter-module__pnMAbG__bottomSection {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .MobileFooter-module__pnMAbG__brandSection {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .MobileFooter-module__pnMAbG__logoLink .MobileFooter-module__pnMAbG__icon-logo {
    font-size: 28px;
  }

  .MobileFooter-module__pnMAbG__companyName {
    font-size: 16px;
  }

  .MobileFooter-module__pnMAbG__companyDescription {
    font-size: 13px;
  }

  .MobileFooter-module__pnMAbG__sectionTitle {
    font-size: 15px;
  }

  .MobileFooter-module__pnMAbG__contactItem {
    gap: 8px;
  }

  .MobileFooter-module__pnMAbG__contactLink, .MobileFooter-module__pnMAbG__contactText, .MobileFooter-module__pnMAbG__footerLink, .MobileFooter-module__pnMAbG__socialName {
    font-size: 13px;
  }
}

/*# sourceMappingURL=src_components_Footer_MobileFooter_module_7c9f30e2.css.map*/