.c-footer__wrapper {
  padding: 45px 70px;
  background: #f4f1ed;
  z-index: 1;
  font-family: Inter,BlinkMacSystemFont,Tahoma,Roboto,Verdana,sans-serif
}

.c-footer__wrapper.simple-footer--padding {
  padding-top: 60px
}

.c-footer__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 45px
}

.c-footer__legalfooter,.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-footer__legalfooter {
  margin-top: 74px;
  border-top: 2px solid #242424;
  padding: 30px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.c-footer__socialitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-footer__socialitems__item {
  margin-right: 20px
}

.c-footer__socialitems__image {
  width: 30px
}

.c-footer__legallinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-footer__legallinks__items {
  padding-right: 9pt;
  text-decoration: none;
  border-right: 1px solid #c1bfb8;
  margin-right: 9pt;
  margin-bottom: 15px;
  color: #242424;
  font-size: 1pc;
  line-height: 1pc;
  height: 1pc;
  font-weight: 400
}

.c-footer__legallinks__items:active,.c-footer__legallinks__items:focus,.c-footer__legallinks__items:hover {
  color: #1a1a1a
}

.c-footer__legallinks__items:last-child {
  padding: 0;
  border-width: 0;
  margin: 0
}

.c-footer__list__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  margin-bottom: 1pc;
  min-width: 44%
}

.c-footer__list__column:nth-child(2n) {
  padding-right: 0
}

.c-footer__list__column h3,.c-footer__list__column p {
  font-size: 24px;
  line-height: 2pc;
  margin-top: 8px;
  font-weight: 700;
  color: #242424;
  letter-spacing: -.3px
}

.c-footer__list ul {
  padding: 0 30px 0 0;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 44%;
  margin: 0 0 1pc
}

.c-footer__list ul:nth-child(2n) {
  padding-right: 0
}

.c-footer__list a {
  color: #242424;
  letter-spacing: -.3px;
  text-decoration: none
}

.c-footer__list a:hover {
  text-decoration: underline
}

.c-footer__list ul li a {
  font-weight: unset
}

.c-footer__list ul li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 1pc 0
}

.c-footer__copyright__image {
  width: auto;
  height: 33px
}

a.c-footer__copyright__logolink:before {
  display: none
}

.c-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px
}

.c-footer__copyright__text {
  font-size: 9pt;
  letter-spacing: -.3px;
  font-weight: 400;
  margin-left: 20px;
  line-height: 20px;
  color: #242424
}

@media only screen and (max-width: 767px) {
  .c-footer__socialitems__image {
      width:24px
  }

  .c-footer__socialitems {
      margin-bottom: 30px
  }

  .c-footer__wrapper {
      padding: 70px 15px 25px
  }

  .c-footer__wrapper.simple-footer--padding {
      padding-top: 20px
  }

  .c-footer__list {
      padding-top: unset
  }

  .c-footer__list__column h3,.c-footer__list__column p {
      font-size: 20px;
      line-height: 24px
  }

  .c-footer__list ul li {
      font-size: 1pc;
      line-height: 20px
  }

  .c-footer__copyright {
      display: block
  }

  .c-footer__copyright__text {
      padding-top: 10px;
      margin-left: 0
  }

  .c-footer__legalfooter {
      margin-top: 54px
  }

  .c-footer__legallinks__items {
      font-size: 14px
  }
}

@media only screen and (min-width: 768px)and (max-width:1021px) {
  .c-footer__wrapper.simple-footer--padding {
      padding-top:54px
  }
}

@media only screen and (min-width: 1022px) {
  .c-footer__list__column,.c-footer__list ul {
      min-width:unset
  }

  .c-footer__list ul:nth-child(2) {
      padding-right: 30px
  }
}
