.footer .footer-logos, .footer .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer {
  background-color: #011d26;
  border-top: 5px solid #00a7e3;
  color: #f5f8f9;
  content-visibility: auto;
  padding: 24px 0 16px;
  font-family: Inter, Arial, sans-serif;
}
.footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 16px;
  max-width: 1012px;
}
@media (min-width: 640px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 24px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 48px 24px 16px;
  }
  .footer__inner {
    gap: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer__block {
  flex: 1 1 calc(25% - 32px);
}
.footer__block--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.footer__block--fullwidth {
  width: 100%;
}
.footer__block--border {
  border-bottom: 1px solid #16313a;
  border-top: 1px solid #16313a;
  padding: 20px 0;
}
.footer__block--different {
  font-size: 14px;
}
.footer__block--different .nav-list__list {
  justify-content: space-around;
}
.footer__block__credit {
  font-size: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.footer__block__credit .credit_img-wrap {
  width: 32px;
  height: 32px;
}
.footer__block__credit .credit_img-wrap img {
  width: 100%;
  height: 100%;
}
.footer__block--social {
  font-size: 12px;
  display: flex;
  justify-content: space-evenly;
}
.footer__block--social .social_item {
  display: flex;
  gap: 4px;
  align-items: center;
}
.footer__block--social .img-wrap--facebook, .footer__block--social .img-wrap--bluesky, .footer__block--social .img-wrap--threads, .footer__block--social .img-wrap--instagram, .footer__block--social .img-wrap--tiktok, .footer__block--social .img-wrap--telegram, .footer__block--social .img-wrap--soundcloud {
  width: 28px;
  height: 28px;
}
.footer__block--social .img-wrap--youtube {
  width: 26px;
  height: 26px;
}
.footer__block--social .img-wrap--x {
  width: 25px;
  height: 25px;
}
.footer__block--social .img-wrap img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .footer__block--fullwidth {
    flex: 1 0 100%;
  }
  .footer__block--news {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer__block {
    flex: none;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #16313a;
  }
  .footer__block--different .nav-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer__block--different .nav-list__list a {
    width: calc(50% - 8px);
  }
  .footer__block--social {
    border: none;
    padding-bottom: 0;
    gap: 16px;
    justify-content: unset;
    flex-wrap: wrap;
  }
  .footer__block__credit {
    border: unset;
    padding-bottom: 0;
    text-align: center;
    font-size: 12px;
    gap: 20px;
  }
  .footer__block__credit .credit_img-wrap {
    min-width: 32px;
  }
  .footer__block .nav-list--double-column {
    max-width: unset !important;
  }
  .footer__block .nav-list__list {
    max-width: unset !important;
  }
}
.nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.nav-list .nav-list-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav-list__list {
  display: flex;
  gap: 16px;
  list-style: none;
}
.nav-list__list__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
.nav-list__list__item .hot-tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #4f6872;
  border-radius: 4px;
  color: #f5f8f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 0 12px;
  white-space: nowrap;
}
.nav-list__list__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
}
.nav-list.nav-list--rows .nav-list__list {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-list--border-under {
  flex: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #16313a;
}
.tv_wrap {
  max-width: 220px;
}
.nav-list.nav-list--rows.nav-list--tags .nav-list__list {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 220px;
}
.nav-list.nav-list--double-column {
  max-width: 220px;
}
.nav-list.nav-list--double-column.nav-list--double-column--wider {
  max-width: 240px;
}
.nav-list.nav-list--double-column.nav-list--double-column--wider .nav-list__list__item {
  width: calc(50% - 10px);
}
.nav-list.nav-list--double-column .nav-list__list {
  flex-wrap: wrap;
}
.nav-list.nav-list--double-column .nav-list__list__item {
  width: calc(50% - 16px);
}
