.social-section__links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.social-section__link {
  display: inline-block;
  text-decoration: none;
  transition-duration: 300ms;
}
.social-section__link:hover {
  opacity: 0.8;
}
.social-section__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.app-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.app-footer .footer-bottom {
  width: 100%;
  padding-block-start: 0;
  padding-block-end: 7.1rem;
  padding-inline: 2.125rem 2.275rem;
  background-color: #dcf2c9;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .app-footer .footer-bottom {
    height: 17.2rem;
    padding: 8.4rem 0 5.2rem 0;
  }
}
.app-footer .footer-bottom-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .app-footer .footer-bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3.6rem;
    margin-inline: 8rem;
  }
}
@media (min-width: 768px) {
  .app-footer .footer-social-section {
    order: 2;
  }
}
.app-footer .footer-credits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: start;
}
.app-footer .footer-credits .footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #033324;
  margin: 0;
}
.app-footer .footer-credits .footer-policy-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.app-footer .footer-credits .footer-policy-links .footer-policy-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #033324;
  text-decoration: underline;
  text-underline-position: from-font;
  transition-duration: 300ms;
}
.app-footer .footer-credits .footer-policy-links .footer-policy-link:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .app-footer .footer-credits {
    flex-direction: row;
    gap: 3rem;
    text-align: start;
  }
  .app-footer .footer-credits .footer-policy-links {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.app-footer .footer-bottom-created-by {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .app-footer .footer-bottom-created-by {
    margin-inline: 8rem;
  }
}
.app-footer .footer-bottom-created-by .footer-created-by-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #033324;
  margin: 0;
}
.app-footer .footer-bottom-created-by .footer-created-by-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #033324;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.app-footer .footer-bottom-created-by .footer-created-by-link .footer-created-by-logo {
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 768px) {
  .app-footer {
    background-color: #ffffff;
    position: relative;
  }
  .app-footer .footer-credits {
    display: flex;
    gap: 3.2rem;
    align-items: center;
    order: 1;
  }
  .app-footer .footer-policy-links {
    display: flex;
    gap: 2.4rem;
  }
}
.app-footer .footer-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.app-footer .footer-content .contact-us {
  order: 1;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-bottom: -1rem;
}
.app-footer .footer-content .footer-info {
  order: 2;
  margin-top: 0;
}
@media (min-width: 768px) {
  .app-footer .footer-content {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: stretch;
    height: 41.5rem;
    margin-top: 8rem;
    background-color: #ffffff;
  }
  .app-footer .footer-content .contact-us {
    width: 34.4%;
    order: 2;
  }
  .app-footer .footer-content .footer-info {
    width: 65.6%;
    order: 1;
  }
  .app-footer .footer-content.footer-content--no-form .footer-info {
    width: 100%;
  }
  .app-footer .footer-content.footer-content--no-form .footer-info .footer-logo-column {
    width: 15%;
    min-width: 15rem;
  }
  .app-footer .footer-content.footer-content--no-form .footer-info .footer-locations-list {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }
  .app-footer .footer-content.footer-content--no-form .footer-info .footer-location-item {
    flex: 1;
    min-width: 0;
    max-width: 24rem;
  }
}

body.rtl .app-footer {
  direction: rtl;
}
body.rtl .app-footer .footer-content .contact-us {
  order: 1;
}
body.rtl .app-footer .footer-content .footer-info {
  order: 2;
}
@media (min-width: 768px) {
  body.rtl .app-footer .footer-content .contact-us {
    order: 2;
  }
  body.rtl .app-footer .footer-content .footer-info {
    order: 1;
  }
}
body.rtl .app-footer .footer-bottom-container .footer-social-section {
  order: 1;
  align-self: flex-start;
}
body.rtl .app-footer .footer-bottom-container .footer-credits {
  order: 2;
  align-self: stretch;
  text-align: start;
}
@media (min-width: 768px) {
  body.rtl .app-footer .footer-bottom-container .footer-credits {
    order: 1;
  }
  body.rtl .app-footer .footer-bottom-container .footer-social-section {
    order: 2;
  }
}
