.footer {
  background: #333;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.footer .footer__logos,
.footer .btn {
  display: inline-block;
  vertical-align: middle;
}

.footer .footer__text {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.3;
}

.footer .cta-box-mobile {
  display: none;
}

.footer-company {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.footer-company hr {
  width: 80%;
  margin: 0 auto;
}

.btn-legal-sticky {
  width: 100%;
  margin-top: 12px;
}

.footer-company__icon > svg {
  width: 50px;
  height: 50px;
}

.company-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
}

.company-text-big {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.company-text-small {
  font-size: 16px;
  color: #fff;
}

.company-text-small__link {
  color: #fff;
  border: solid #fff 1px;
  border-radius: 6px;
  padding: 6px 10px;
  display: inline-flex;
  font-size: 16px;
}

a.btn-legal-sticky {
  color: #bbbbbb;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-company_item.item-right {
  display: flex;
  justify-content: space-around;
  gap: 8px;
}
.img-vf-container {
  align-self: center;
}
.img-vf-container > img {
  width: 80px;
}

.footer__legal-link {
  margin-top: 6px;
}
.ecommmerce-logos {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .footer-company {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }
  .footer .footer__text {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .footer .footer__text > p {
    margin-left: 4px;
  }
  .company-text-big {
    font-size: 18px;
  }
  .company-text-small {
    font-size: 16px;
  }
  .footer-company__icon {
    margin-right: 16px;
  }
  .item-left {
    margin-bottom: 0;
  }
  .footer-company__icon > svg {
    width: 60px;
    height: 60px;
  }

  .item-left {
    margin-right: 0;
    align-items: flex-start;
  }
  .footer-company hr {
    display: none;
  }
  .footer-company_item.item-right {
    flex-direction: column;
  }
  .img-vf-container > img {
    width: auto;
  }
  .ecommmerce-logos {
    width: auto;
  }
  .ecommmerce-logos > a {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .footer-company {
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-inline: auto;
  }
  .footer-company_item.item-right {
    flex-direction: column;
  }
}

@media screen and (min-width: 1280px) {
  .footer-company {
    width: 60%;
  }
}
