.order-footer,
.order-footer * {
  box-sizing: border-box;
}

.order-footer {
  float: left;
  width: 100%;
  position: relative;
  padding: 268px 0 0;
  background: url(../images/footer-bg.svg) center top/100% no-repeat;
  font-family: metropolisregular;
  font-size: 16px;
  line-height: 24px;
  color: #767a75;
}

.order-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  background-color: #6eb057;
  z-index: -1;
}

.order-footer ::selection {
  color: #fff;
  background: #000;
}

.order-footer p,
.order-footer ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.order-footer ul ul {
  margin-bottom: 0;
}

.order-footer small {
  font-size: 80%;
  font-weight: 400;
}

.order-footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.order-footer__affiliate {
  width: 100%;
  float: left;
  margin: 25px 0 52px;
}

.order-footer__affiliate-text {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  font-family: metropolisregular;
}

.order-footer__affiliate-text small {
  display: block;
  font-size: 19px;
  line-height: 20px;
}

.order-footer__cta {
  float: right;
  min-width: 240px;
}

.order-footer__cta-link {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background-color: #f76d3c;
  padding: 20px 38px;
  font-size: 18px;
  line-height: 18px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.order-footer__cta .order-footer__cta-link {
  box-shadow: 0 0 0 2px #f76d3c inset;
}

.order-footer__cta .order-footer__cta-link:hover {
  color: #fff;
  background: transparent;
  box-shadow: 0 0 0 2px #fff inset;
}

.order-footer__social {
  width: 100%;
  float: left;
  border-bottom: 1px solid #84c26e;
  text-align: center;
  position: relative;
  z-index: 3;
}

.order-footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-footer__social-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
  top: 23px;
}

.order-footer__social-link {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #c5f5b4;
  font-size: 24px;
  border: 1px solid #84c26e;
  background-color: #6eb057;
  border-radius: 100%;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.order-footer__social-link:hover {
  border: 1px solid #fff;
  color: #fff;
}

.order-footer__content {
  width: 100%;
  float: left;
}

.order-footer__box {
  width: 100%;
  float: left;
  padding: 90px 0 75px;
}

.order-footer__intro {
  float: left;
  width: 29%;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

.order-footer__logo {
  width: 167px;
  margin: 0 0 25px;
}

.order-footer__logo a {
  display: block;
}

.order-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.order-footer__description {
  margin: 0;
}

.order-footer__nav {
  float: right;
  width: 62%;
}

.order-footer__column {
  float: left;
  width: 25%;
}

.order-footer__column-title {
  color: #fff;
  margin: 0 0 30px;
  padding: 0 0 16px;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}

.order-footer__column-title::before,
.order-footer__column-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: rgba(210, 246, 197, 0.6);
}

.order-footer__column-title::before {
  bottom: 0;
  width: 80px;
}

.order-footer__column-title::after {
  bottom: -6px;
  width: 60px;
}

.order-footer__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-footer__link-list li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 13px;
}

.order-footer__link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #d2f6c5;
  border-radius: 100%;
}

.order-footer__link {
  color: #d2f6c5;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  position: relative;
}

.order-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}

.order-footer__link:hover {
  color: #fff;
}

.order-footer__link:hover::after {
  width: 100%;
}

.order-footer__copyright {
  width: 100%;
  float: left;
  border-top: 1px solid #84c26e;
  padding: 45px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.order-footer__copyright-inner {
  width: 100%;
  float: left;
}

.order-footer__copyright-text {
  margin: 0;
  float: left;
}

.order-footer__legal-list {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-footer__legal-list li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.order-footer__legal-list li:last-child {
  border: none;
}

.order-footer__legal-link {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.order-footer__legal-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  transition: width 0.3s;
}

.order-footer__legal-link:hover {
  text-decoration: none;
}

.order-footer__legal-link:hover::after {
  width: 100%;
}

@media (min-width: 576px) {
  .order-footer__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .order-footer__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .order-footer__container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .order-footer__container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1400px) {
  .order-footer {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1199px) {
  .order-footer {
    padding: 148px 2% 0;
  }

  .order-footer__affiliate {
    margin: 0 0 22px;
  }

  .order-footer__box {
    padding: 65px 0 35px;
  }

  .order-footer__intro {
    width: 30%;
  }

  .order-footer__nav {
    width: 68%;
  }

  .order-footer__column {
    width: 25%;
  }

  .order-footer__copyright {
    padding: 25px 0;
  }
}

@media screen and (max-width: 991px) {
  .order-footer {
    font-size: 15px;
    line-height: 22px;
  }

  .order-footer__affiliate {
    text-align: center;
  }

  .order-footer__cta {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .order-footer__copyright {
    text-align: center;
  }

  .order-footer__copyright-text {
    margin: 0 0 10px;
    width: 100%;
  }

  .order-footer__legal-list {
    width: 100%;
  }

  .order-footer__legal-list li {
    float: none;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .order-footer__cta {
    min-width: 190px;
  }

  .order-footer__cta-link {
    font-size: 16px;
    padding: 14px 0;
  }

  .order-footer__social-list li {
    margin: 0;
  }

  .order-footer__intro,
  .order-footer__nav {
    width: 100%;
  }

  .order-footer__box {
    padding: 35px 0;
  }

  .order-footer__intro {
    text-align: left;
  }

  .order-footer__legal-list li {
    padding: 2px 5px;
    border: none;
  }

  .order-footer__logo {
    text-align: center;
    width: 130px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 667px) {
  .order-footer {
    padding: 78px 2% 0;
  }

  .order-footer__affiliate {
    margin: 0;
  }

  .order-footer__cta {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 550px) {
  .order-footer {
    font-size: 15px;
    line-height: 20px;
  }

  .order-footer::after {
    height: 94%;
    top: 6%;
  }

  .order-footer__social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .order-footer__column {
    width: 50%;
    min-height: 280px;
  }

  .order-footer__box {
    padding: 35px 0 0;
  }

  .order-footer__cta-link {
    padding: 16px 28px;
  }
}

@media screen and (max-width: 375px) {
  .order-footer__column {
    min-height: 305px;
  }
}
