#main {
  min-height: 700px;
}
.section.section_steps {
  margin-top: 150px;
}
.section.section_steps .linears__content {
  padding-bottom: 0;
}
.section_about .about-list__item:hover .icon {
  transition: .2s all ease;
  transform: scale(1.2);
}
.table {
  width: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 15px;
}
.table td {
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.nav {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.footer-nav-link {
  padding-bottom: 5px;
}
.footer-nav-link a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline;
  border-bottom: 1px solid rgba(225, 58, 68, 0.1);
  color: #E13A44;
}
.footer-nav-link a:hover {
  border-bottom-color: transparent;
}