.c-footer {
  background: #000000;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .c-footer {
    padding: 42px 0;
  }
}
.c-footer__image-kit {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .c-footer__logo {
    text-align: center;
  }
}
.c-footer__logo img {
  max-width: 150px;
}
.c-footer__copyright {
  color: #fff;
  font-size: 0.875em;
}
@media (max-width: 991.98px) {
  .c-footer__social-links {
    justify-content: center;
  }
}
.c-footer__social-links-item {
  margin: 0 6px 0 0;
}
@media (max-width: 991.98px) {
  .c-footer__social-links-item {
    margin: 0 5px;
  }
}
.c-footer__social-links-item img {
  width: 32px;
}
.c-footer__bottom {
  padding: 25px 0 0;
}
.c-footer__top {
  padding: 0 0 30px;
  border-bottom: solid 1px #ffffff;
}
@media (max-width: 991.98px) {
  .c-footer__top {
    padding: 0;
    border: none;
  }
}
@media (max-width: 991.98px) {
  .c-footer__menu {
    margin-bottom: 40px;
    width: 100%;
  }
}
.c-footer__menu .menu-item a {
  color: #fff;
}
.c-footer__menu .menu-item {
  margin: 0 12px;
  font-size: 0.875em;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .c-footer__menu .menu-item {
    margin: 9px 0;
    font-size: 0.8125em;
    width: 50%;
  }
}
.c-footer ul {
  margin: 0;
}
@media (max-width: 991.98px) {
  .c-footer__wrapper {
    width: 100%;
  }
}
.c-footer__v-menu {
  font-size: 0.875em;
  color: #fff;
}
@media (max-width: 991.98px) {
  .c-footer__v-menu {
    font-size: 0.8125em;
    margin: 0 0 40px !important;
  }
}
.c-footer__v-menu a {
  color: inherit;
}
.c-footer__v-menu li {
  margin: 0 0 5px;
}
.c-footer__middle {
  padding: 40px 0;
  border-bottom: 1px solid #ffffff;
}
.c-footer__title {
  margin: 0 0 10px;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.c-footer__newsletter-info {
  color: #fff;
  font-size: 0.875em;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .c-footer__newsletter-info {
    font-size: 0.75em;
    text-align: center;
    line-height: 2;
  }
}
.c-footer__newsletter-input {
  background-image: url("../../../img/icons/arrow-input-icon.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 10px 16px;
  width: 100%;
  border: solid 1px #ffdeb3 !important;
  border-radius: 6px !important;
  color: white;
  padding: 10px 30px 10px 10px !important;
  cursor: pointer;
  transition: 0.5s;
}
.c-footer__newsletter-input:hover {
  background-position: calc(100% - 25px) 50%;
}
