/* Footer Section Shared Styles */
/* Responsive Mixins */
/* Footer Section Container */
.footer-section {
  background: #172954;
  color: #fff;
  padding: 60px 100px 60px 100px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.1fr 1.4fr 0.7fr;
  gap: 40px;
  align-items: stretch;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section {
    padding: 60px 48px 60px 48px;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 743px) {
  .footer-section {
    padding: 40px 24px 40px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* About Section */
.footer-section__about {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__about {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 743px) {
  .footer-section__about {
    grid-column: 1/-1;
    order: 1;
  }
}

.footer-section__about img {
  height: 90px;
  width: auto;
  margin-bottom: 16px;
}
@media (min-width: 1728px) {
  .footer-section__about img {
    width: 124.216px;
    height: 100px;
  }
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__about img {
    width: 124.216px;
    height: 100px;
  }
}
@media (max-width: 743px) {
  .footer-section__about img {
    width: 94.404px;
    height: 76px;
  }
}

.footer-section__about p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 743px) {
  .footer-section__about p {
    font-size: 0.9rem;
  }
}

/* Links Section */
.footer-section__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  height: 100%;
  align-items: flex-start;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__links {
    padding: 0;
    gap: 16px;
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 743px) {
  .footer-section__links {
    padding: 0;
    gap: 16px;
    order: 3;
  }
}

.footer-section__links h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 743px) {
  .footer-section__links h3 {
    font-size: 1.2rem;
  }
}

.footer-section__links-list {
  display: grid;
  grid-auto-rows: auto;
  gap: 14px;
}

.footer-section__links-list a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
  margin: 0;
}
.footer-section__links-list a:hover {
  opacity: 0.7;
}
@media (max-width: 743px) {
  .footer-section__links-list a {
    font-size: 0.9rem;
  }
}

.footer-section__contacts-header {
  display: flex;
  align-items: center;
}

.footer-section__contacts-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 743px) {
  .footer-section__contacts-header h3 {
    font-size: 1.2rem;
  }
}

.footer-section__contacts-list {
  display: grid;
  grid-auto-rows: auto;
  gap: 14px;
}

.footer-section__contacts-list div {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.footer-section__contacts-list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer-section__contacts-list span {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .footer-section__contacts-list span {
    font-size: 0.9rem;
  }
}

.footer-section__contacts-list span a {
  color: white;
}

/* Contacts Section */
.footer-section__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  height: 100%;
  align-items: flex-start;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__contacts {
    padding: 0;
    gap: 16px;
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 743px) {
  .footer-section__contacts {
    padding: 0;
    gap: 16px;
    grid-column: 1/-1;
    order: 2;
  }
}

/* Map Section */
.footer-section__map {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__map {
    grid-column: 1/-1;
    grid-row: 3;
    order: 0;
  }
}
@media (max-width: 743px) {
  .footer-section__map {
    grid-column: 1/-1;
    order: 5;
  }
}

.footer-section__map iframe {
  width: 318px;
  height: 210px;
  border-radius: 9.72px;
  border: 0;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__map iframe {
    width: 704px;
    height: 467.758px;
    border-radius: 9.72px;
  }
}
@media (max-width: 743px) {
  .footer-section__map iframe {
    width: 100%;
    height: 300px;
  }
}

/* QR Code Section */
.footer-section__qr {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__qr {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
  }
}
@media (max-width: 743px) {
  .footer-section__qr {
    order: 4;
  }
}

.footer-section__qr img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
}
@media (min-width: 744px) and (max-width: 1727px) {
  .footer-section__qr img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 743px) {
  .footer-section__qr img {
    width: 120px;
    height: 120px;
  }
}

/* Social Icons Section */
.footer-section__socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.footer-section__socials a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  transition: background-color 0.3s ease;
}
.footer-section__socials a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.footer-section__socials img {
  width: 24px;
  height: 24px;
}
