.site-footer {
  background-color: #f8f9fa;
  color: #212529;
  padding: 3rem 1rem 2rem;
  font-size: 0.9rem;
}

.site-footer .container {
  max-width: 1800px;
  margin: 0 auto;
}

.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .footer-column {
  min-width: 260px;
}

.site-footer .footer-column--1 {
  flex: 1 1 20%;
  max-width: 20%;
}

.site-footer .footer-column--2 {
  flex: 2 1 60%;
  max-width: 60%;
}

.site-footer .footer-column--3 {
  flex: 1 1 20%;
  max-width: 20%;
}

.site-footer .footer-column--1 img {
  max-width: 220px;
}

.site-footer .footer-column--1 #footer-logo {
  margin-bottom: 3rem;
}

.site-footer .footer-column--1 p {
  margin: 0.3rem 0;
  color: #65727e;
}

.site-footer .footer-column--1 p a {
  color: #65727e;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s ease;
}

.site-footer .footer-column--1 p a:hover {
  color: #1f7a4f;
}

.site-footer .footer-column--1 p a:visited:hover {
  color: #1f7a4f;
}

.site-footer .footer-column--1 p a:visited {
  color: #65727e;
}

.site-footer .footer-column--1 .social-links {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.site-footer .footer-column--1 .social-links a img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}

.site-footer .footer-column--1 .social-links a img:hover {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(32%) sepia(65%) saturate(414%) hue-rotate(96deg) brightness(89%) contrast(86%);
}

.site-footer .footer-column--2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.site-footer .footer-column--2 .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.site-footer .footer-column--2 .footer-links a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  text-align: center;
  align-content: center;
}

.site-footer .footer-column--2 .footer-links a:hover {
  color: #1f7a4f;
}

.site-footer .footer-column--2 .footer-consultation h3 {
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}

.site-footer .footer-column--2 .footer-consultation p {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: #65727e;
  text-align: center;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .phone-input {
  position: relative;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .phone-input input {
  outline: none;
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border-radius: 8px;
  border: 1px solid #212529;
  font-size: 0.9rem;
  background-color: #f8f9fa;
  color: #212529;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .phone-input img {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .submit-button {
  padding: 12px;
  background-color: #1f7a4f;
  color: white;
  border: none;
  min-height: 56px;
  font-size: 18px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .submit-button::after {
  content: "→";
  margin-left: 10px;
  font-size: 18px;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .submit-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .submit-button:disabled:hover {
  background-color: #ccc;
  color: #f8f9fa;
  border: 1px solid #ccc;
}

.site-footer .footer-column--2 .footer-consultation .consultation-form .submit-button:hover {
  background-color: white;
  color: #1f7a4f;
  border: 2px solid #1f7a4f;
}

.site-footer .footer-column--3 {
  display: flex;
  justify-content: flex-end;
}

.site-footer .footer-column--3 .footer-contact-block {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer .footer-column--3 .footer-phone-numbers {
  display: block;
  margin-bottom: 1rem;
}

.site-footer .footer-column--3 .footer-phone-numbers .phone-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer .footer-column--3 .footer-phone-numbers .phone-item img {
  width: 20px;
  height: 20px;
}

.site-footer .footer-column--3 .footer-phone-numbers .phone-item a {
  font-size: 1rem;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer .footer-column--3 .footer-phone-numbers .phone-item a:hover {
  color: #1f7a4f;
}

.site-footer .footer-column--3 .footer-download-buttons {
  display: flex;
  gap: 1rem;
}

.site-footer .footer-column--3 .footer-download-buttons .download-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #6B7280;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: #f8f9fa;
  transition: background-color 0.3s;
  flex: 1;
}

.site-footer .footer-column--3 .footer-download-buttons .download-button img {
  width: 20px;
  height: 20px;
}

.site-footer .footer-column--3 .footer-download-buttons .download-button span {
  font-size: 0.7rem;
  line-height: 1.2;
}

.site-footer .footer-column--3 .footer-download-buttons .download-button span strong {
  font-size: 0.85rem;
}

.site-footer .footer-column--3 .footer-download-buttons .download-button:hover {
  background-color: #1f7a4f;
}

@media (max-width: 1596px) {
  .site-footer .container {
    max-width: 95%;
    padding: 0 5rem;
  }

  .site-footer .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .site-footer .footer-column {
    min-width: 100%;
    flex: none;
    margin-bottom: 2rem;
  }

  .site-footer .footer-column--1 {
    order: 3;
    margin: 0 auto;
    text-align: center;
  }

  .site-footer .footer-column--1 .social-links {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footer-column--2 {
    order: 1;
  }

  .site-footer .footer-column--3 {
    order: 2;
  }

  .site-footer .footer-contact-block {
    margin: 0 auto;
    width: 100%;
  }

  .site-footer .footer-phone-numbers {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
  }

  .site-footer .footer-download-buttons {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }
}

@media (max-width: 1222px) {
  .site-footer .footer-column--2 .footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
  }

  .site-footer .footer-column--2 .footer-links a {
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px dashed #ccc;
    color: #6b7280;
  }

  .site-footer .footer-column--2 .footer-links a:last-child {
    border-bottom: none;
  }

  .site-footer .footer-column--2 .footer-consultation .consultation-form {
    gap: 0.8rem;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 2rem 0;
  }

  .site-footer .container {
    max-width: 100%;
    padding: 0 2rem;
  }

  .site-footer .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .site-footer .footer-column {
    min-width: 100%;
    flex: none;
    margin-bottom: 2rem;
  }

  .site-footer .footer-contact-block {
    align-items: flex-start;
    width: 100%;
  }

  .site-footer .footer-phone-numbers {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    margin: 0 auto;
  }

  .site-footer .footer-download-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    gap: 1rem;
  }
}

@media (max-width: 468px) {
  .site-footer {
    padding: 1.5rem 1rem;
  }

  .site-footer .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .site-footer .footer-column {
    min-width: 100%;
    flex: none;
    margin-bottom: 1.5rem;
  }

  .site-footer .footer-column--3 {
    width: 100%;
  }

  .site-footer .footer-contact-block {
    width: 100%;
  }

  .site-footer .footer-phone-numbers {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .site-footer .footer-download-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
  }
}