.footer_wrapper {
  position: relative;
  background-color: #212121;
  color: #fff;
  padding: 16px;
  max-width: 414px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper {
    max-width: 100%;
  }
}
.footer_wrapper .footer {
  background-color: inherit;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1680px) {
  .footer_wrapper .footer {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper {
    display: flex;
  }
}
.footer_wrapper .footer .menu_wrapper p,
.footer_wrapper .footer .menu_wrapper .main_menu li {
  font: normal 400 100% "TazBlack", sans-serif;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .main_menu,
  .footer_wrapper .footer .menu_wrapper .secondary_menu {
    box-sizing: border-box;
    width: 50%;
  }
}
.footer_wrapper .footer .menu_wrapper .main_menu li,
.footer_wrapper .footer .menu_wrapper .secondary_menu li {
  letter-spacing: 0.025rem;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a,
.footer_wrapper .footer .menu_wrapper .secondary_menu li a {
  color: #fff;
  transition: text-shadow 0.2s ease-in-out;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a:hover,
.footer_wrapper .footer .menu_wrapper .secondary_menu li a:hover {
  text-shadow: 0 0 1px #fff;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .main_menu {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
  }
}
.footer_wrapper .footer .menu_wrapper .main_menu li {
  padding: 16px 0;
  font-size: 0.9375rem;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a {
  border: 2px solid #212121;
  transition: background-size 0.2s ease-in-out;
  background: linear-gradient(#d22328 0 0) bottom/0 2px no-repeat #212121;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .main_menu li a {
    margin-right: 16px;
  }
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.plus {
  background: linear-gradient(#f7931e 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.viral,
.footer_wrapper .footer .menu_wrapper .main_menu li a.fun {
  background: linear-gradient(#297af6 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.sport {
  background: linear-gradient(#40b14d 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.show {
  background: linear-gradient(#f5a528 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.lifestyle {
  background: linear-gradient(#efc10d 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a.tech,
.footer_wrapper .footer .menu_wrapper .main_menu li a.scitech {
  background: linear-gradient(#47c0ff 0 0) bottom/0 2px no-repeat #212121;
}
.footer_wrapper .footer .menu_wrapper .main_menu li a:hover {
  background-size: 100% 2px;
}
.footer_wrapper .footer .menu_wrapper .secondary_menu {
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .secondary_menu {
    margin: 9px 0 24px;
  }
}
.footer_wrapper .footer .menu_wrapper .secondary_menu p {
  font-size: 0.9375rem;
  padding-bottom: 16px;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .secondary_menu p {
    display: none;
  }
}
.footer_wrapper .footer .menu_wrapper .secondary_menu ul {
  display: grid;
  grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px);
  column-gap: 5px;
}
@media screen and (min-width: 1024px) {
  .footer_wrapper .footer .menu_wrapper .secondary_menu ul {
    grid-template-columns: calc(33.33% - 3.33px) calc(33.33% - 3.33px) calc(
        33.33% - 3.33px
      );
  }
}
.footer_wrapper .footer .menu_wrapper .secondary_menu ul li {
  font: normal 400 100% "TazRegular", sans-serif;
  font-size: 0.875rem;
  padding: 8px 0;
}
.footer_wrapper .footer .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.footer_wrapper .footer .cta p {
  font-size: 0.75rem;
  letter-spacing: 0.046875rem;
  text-transform: uppercase;
  height: fit-content;
}
.footer_wrapper .footer .cta .logo_img {
  width: 47px;
  border: 1px solid #fff;
}
.footer_wrapper .footer .cta .facebook_img {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.2s ease-in-out;
}
.footer_wrapper .footer .cta .facebook_img img {
  width: 10px;
  height: 19px;
}
.footer_wrapper .footer .cta .facebook_img:hover {
  box-shadow: #fff 0 1px 6px;
}
