.footer {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #005f60;
}
@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #e1b430;
}
.footer .footer__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .footer .footer__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer__container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.footer .footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .footer .footer__wrapper {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer__wrapper {
    margin-bottom: 17px;
  }
}
.footer .footer__logo {
  display: inline-block;
  width: 154px;
  height: 30px;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .footer .footer__logo {
    margin-bottom: 27px;
  }
}
.footer .footer__nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  padding-top: 5px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    display: block;
    padding-left: 0;
  }
}
.footer .footer__nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul {
    display: block;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav li {
    display: block;
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav li {
    margin-bottom: 27px;
  }
}
.footer .footer__payment {
  display: block;
  width: 100px;
  height: auto;
}
@media (max-width: 1023px) {
  .footer .footer__payment {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer__copyright p {
  margin: 0;
}
@media (max-width: 1023px) {
  .footer .footer__copyright {
    display: block;
  }
  .footer .footer__copyright p {
    margin-bottom: 12px;
  }
}
.footer .footer__contact-link {
  position: relative;
  padding-left: 26px;
  white-space: nowrap;
}
.footer .footer__contact-link::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
}
.footer .footer__contact-link--email::before {
  -webkit-mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#mail");
          mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#mail");
}
.footer .footer__contact-link--phone::before {
  -webkit-mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#phone");
          mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#phone");
}
