.site-footer {
  background-color: var(--accent-2-color);
}
.site-footer footer.footer-section {
  padding: 64px 0;
}
.site-footer footer.footer-section .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper {
    flex-direction: row;
    gap: 2vw;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    width: auto;
    flex: 0 0 auto;
    max-width: 300px;
    margin-right: 5vw;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  max-width: 110px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-basis: auto;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials .social-link {
  width: 16px;
  height: 16px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  color: var(--text-alternate-color);
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:hover {
  color: var(--accent-1-color);
}
.site-footer footer.footer-section .footer-wrapper nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .link-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.site-footer footer.footer-section .footer-wrapper nav .link-title svg {
  display: none;
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper nav ul li {
  margin-bottom: 16px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li:last-child {
  margin-bottom: 0;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a:hover {
  color: var(--primary-color);
}
.site-footer .footer-bar {
  background-color: var(--accent-2-color);
}
.site-footer .footer-bar .page-width {
  border-top: 1px solid #C9C9C9;
}
.site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}
.site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
}
.site-footer .footer-bar .footer-bar-wrapper * .location__selector__title,
.site-footer .footer-bar .footer-bar-wrapper * .location-section .fw-medium {
  font-size: 18px !important;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-payments .list-payment {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-payments .list-payment .list-payment__item {
  list-style-type: none;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-payments .list-payment .list-payment__item .icon {
  height: 16px;
  width: auto;
}
.site-footer .footer-bar .footer-bar-wrapper .created-by {
  color: #fff;
}
.site-footer .footer-bar .footer-bar-wrapper .created-by p {
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .site-footer .footer-bar .footer-bar-wrapper .footer-country-select {
    margin-left: auto;
    margin-right: 80px;
  }
}
.site-footer .footer-bar .footer-bar-wrapper .footer-country-select .location-selector-container {
  transform: none;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-country-select .country-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 24px;
  border: 1px solid #dcdcdc;
  color: #fff;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-country-select .country-flag::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.site-footer .footer-bar .footer-bar-wrapper .footer-country-select .country-flag__currency {
  font-family: var(--font-heading-family);
  font-size: 16px !important;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .site-footer .footer-bar .footer-bar-wrapper .footer-country-select {
    order: 1;
    width: 50%;
  }
  .site-footer .footer-bar .footer-bar-wrapper .created-by {
    order: 2;
    flex: 1;
    min-width: 0;
  }
  .site-footer .footer-bar .footer-bar-wrapper .footer-payments {
    order: 3;
    width: 100%;
  }
}
