footer .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 35px;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  border-top: 1px solid #1f2438;
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
}
footer .footer-nav-link {
  display: block;
  font-size: 16px;
  color: #1f2438;
  font-weight: 500;
  line-height: 1;
}
footer .footer-nav-link:first-child {
  padding-right: 35px;
  border-right: 1px solid #1f2438;
}
footer .footer-bottom {
  background-color: #1a2e72;
  padding: 60px 0 20px 0;
}
footer .footer-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 88px;
}
footer .fotter-textarea {
  width: 100%;
}
footer h2 {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  padding-top: 11px;
}
footer .fotter-company-access {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
footer .fotter-company-access.last-access {
  margin-bottom: 40px;
}
footer .copy {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  footer .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    display: block;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
  }
  footer .footer-nav-link {
    font-size: 15px;
  }
  footer .footer-nav-link:first-child {
    padding-right: 0;
    margin-bottom: 10px;
    border-right: unset;
  }
  footer .footer-bottom {
    padding: 50px 0 20px 0;
  }
  footer .footer-bottom-flex {
    display: block;
  }
}