.footer {
  width: 100%;
  height: 100%;
}

.footer_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: var(--header-bg-color);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 56px 48px;
  overflow: hidden;
}

.first_column {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.text_ip {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer_nav_link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_line {
  margin-top: 37px;
  grid-column: 1/5;
  border-bottom: 1px solid var(--medium-gray);
  margin-bottom: 12px;
}

.footer_copy_right {
  color: #9b9b9b;

  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.send_to_us {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 5%;
}

.contacts {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
