.footer-5 {
  background: #f9f1e9;
}

.footer-5 .footer-block__heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #232323;
  text-transform: capitalize;
}

.footer-5 .footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #232323;
}

.footer-5 .footer-top {
  padding: 60px 0 0 0;
}

.footer-5 .footer-top .footer-top-row {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(440px, 1fr) minmax(330px, 1fr) 1fr 1fr 1fr 1fr;
      grid-template-columns: minmax(440px, 1fr) minmax(330px, 1fr) 1fr 1fr 1fr 1fr;
}

.footer-5 .footer-top .contact {
  padding: 0 58px;
}

.footer-5 .footer-top .contact::before {
  content: "";
  width: 1px;
  height: 190px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
}

.footer-5 .footer-top .contact::after {
  content: "";
  width: 1px;
  height: 190px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}

.footer-5 .footer-top .contact .contact-store {
  margin-bottom: 16px;
}

.footer-5 .footer-top .title-col-footer {
  padding-left: 88px;
}

.footer-5 .footer-top .footer-block__heading::after, .footer-5 .footer-top .footer-block__heading::before {
  background-color: #232323;
}

.footer-5 .footer-top .col-footer.col-md-5 {
  border-left: 1px solid #000000;
  padding-left: 58px;
  border-right: 1px solid #000000;
  padding-right: 80px;
}

.footer-5 .footer-top .footer-col-right .halo-row-item {
  padding-left: 90px;
}

.footer-5 .footer-top .footer-block__list-social {
  margin-top: 32px;
}

.footer-5 .footer-top .newsletter-form .newsletter-form__field-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer-5 .footer-top .newsletter-form .newsletter-form__field-wrapper .field {
  margin-right: 0;
  max-width: 260px;
}

.footer-5 .footer-top .newsletter-form .newsletter-form__field-wrapper .field__input {
  width: 100%;
  max-width: 260px;
  height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.footer-5 .footer-top .newsletter-form .newsletter-form__field-wrapper .button {
  width: 120px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: initial;
}

.footer-5 .footer-top .list-social .list-social__item {
  margin: 0 28px 0 0;
}

.footer-5 .footer-top .list-social .list-social__link {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer-5 .footer-top .list-social .list-social__link::before {
  -webkit-box-shadow: 0 0 0 2px #282828 !important;
          box-shadow: 0 0 0 2px #282828 !important;
}

.footer-5 .footer-top .list-social .list-social__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-5 .footer-top .list-social .list-social__link svg {
  width: 23px;
  height: 23px;
}

.footer-5 .footer-bottom {
  border: 0;
  padding-top: 0;
}

.footer-5 .footer-bottom .copyright__content {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.footer-5 .footer-bottom .footer__payment .list-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

@media (max-width: 1600px) and (min-width: 768px) {
  .footer-5 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer-5.footer .footer-top .footer-top-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    padding: 0 5px;
  }
  .footer-5.footer .footer-top .footer-top-row .halo-row-item {
    margin-bottom: 20px;
  }
  .footer-5.footer .footer-top .footer-top-row .footer-block-newsletter {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .footer-5.footer .footer-top .footer-top-row .contact {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .footer-5.footer .footer-top .footer-top-row .contact::after, .footer-5.footer .footer-top .footer-top-row .contact::before {
    display: none;
  }
  .footer-5.footer .footer-top .footer-top-row .title-col-footer {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .footer-5.footer .footer-top .footer-col-right .halo-row-item {
    padding-left: 0;
  }
  .footer-5.footer .footer-top .halo-row-item.contact {
    padding-left: 90px;
  }
  .footer-5.footer .footer-top .footer-block-newsletter {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-5.footer .footer-top .newsletter-form .newsletter-form__field-wrapper .field {
    max-width: 100% !important;
  }
  .footer-5.footer .footer-top .newsletter-form .newsletter-form__field-wrapper .field__input {
    max-width: 100% !important;
  }
  .footer-5.footer .footer-top .footer-top-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0;
  }
  .footer-5.footer .footer-top .footer-top-row .halo-row-item {
    margin-bottom: 0;
  }
  .footer-5.footer .footer-top .footer-top-row .contact::after, .footer-5.footer .footer-top .footer-top-row .contact::before {
    display: none;
  }
  .footer-5.footer .footer-top .footer-top-row .title-col-footer {
    padding: 0;
  }
  .footer-5.footer .footer-top .footer-block-newsletter {
    margin-bottom: 0;
  }
  .footer-5.footer .footer-top .footer-block-newsletter .footer-block__heading {
    border-bottom: none;
  }
  .footer-5.footer .footer-top .footer-block-newsletter .footer-block__heading::after, .footer-5.footer .footer-top .footer-block-newsletter .footer-block__heading::before {
    display: none;
  }
  .footer-5.footer .footer-top .contact {
    margin-bottom: 40px;
  }
  .footer-5.footer .footer-top .contact .footer-block__heading {
    border-bottom: none;
  }
  .footer-5.footer .footer-top .contact .footer-block__heading::after, .footer-5.footer .footer-top .contact .footer-block__heading::before {
    display: none;
  }
  .footer-5.footer .footer-top .halo-row-item.contact {
    padding-left: 0;
  }
  .footer-5.footer .footer-bottom {
    padding-top: 0;
  }
  .footer-5.footer .footer-bottom .footer__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 350px) {
  .footer-5 .footer-bottom .footer__payment .list-payment {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*# sourceMappingURL=footer-5.css.map */