.nav_footer {
  border-top: 1px solid var(--line-footer);
  border-bottom: 1px solid var(--line-footer);
  padding: 31px 0;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
}

.content_footer {
  max-width: 194px;
  
}

.helper_footer {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);

  width: 100%;
}

.footer_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--politic-footer);
  margin-bottom: 16px;
}

 .footer_link {
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding: 12px 0;
  line-height: 120%;
}

.politic {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--politic-footer);
  margin-bottom: 40px;
}
 .footer_tg_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 12px;
  background: var(--tg-bg);
  border-radius: var(--br-radius);
  max-width: 160px;
}

.footer_tg_info {
  display: flex;
  border-right: 1px solid var(--white);
  padding-right: 12px;
}

.footer_tg_btn {
  max-width: 40px;
}

.footer_social {
  display: flex;
  gap: 16px;
}


@media (max-width: 768px) {

  .helper_footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .content_footer {
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  .footer_title {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}

.helper_footer {
  gap: 5px;
}

.footer_link {

  font-size: 12px;

}

.politic {

  font-size: 12px;

}
}
