@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.l-footer {
  background-color: #021b29;
}

.p-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  padding: 80px 50px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 40px 25px;
  }
}

.p-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-footer-row {
    display: block;
    margin-bottom: 50px;
  }
}

.p-footer-row:last-of-type {
  margin-bottom: 0;
}

.p-footer-jpx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-footer-jpx {
    margin-bottom: 40px;
  }
}

.p-footer-jpx__logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-footer-jpx__logo {
    width: 35px;
    padding-right: 15px;
  }
}

.p-footer-jpx__logo img {
  width: 100%;
}

.p-footer-jpx__text {
  font-size: 12px;
  color: #fff;
  max-width: 390px;
}

@media screen and (max-width: 768px) {
  .p-footer-jpx__text {
    font-size: 10px;
    max-width: none;
  }
}

.p-footer-jpx__text a {
  color: currentColor;
  text-decoration: none;
}

.p-footer-nav1 {
  margin-left: auto;
}

.p-footer-nav1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-footer-nav1 ul {
    display: block;
    text-align: center;
  }
}

.p-footer-nav1 li {
  margin-left: 26px;
}

@media screen and (max-width: 768px) {
  .p-footer-nav1 li {
    margin: 0 10px;
    display: inline-block;
  }
}

.p-footer-nav1 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-footer-nav1 a {
    font-size: 12px;
  }
}

.p-footer-sec {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .p-footer-sec {
    margin: 0 0 40px;
  }
}

.p-footer-sec__title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #293942;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-footer-sec__title {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

.p-footer-sec__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footer-sec--type-service .p-footer-sec__navs li {
  width: 100%;
}

.p-footer-sec--type-group .p-footer-sec__navs li {
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .p-footer-sec--type-group .p-footer-sec__navs li {
    width: 50%;
  }
}

.p-footer-sec__navs li:not(:last-child) {
  margin-bottom: 8px;
}

.p-footer-sec__navs a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-footer-sec__navs a {
    font-size: 10px;
  }
}

.p-footer-sec--type-group {
  max-width: 640px;
}

.p-footer-nav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-footer-nav2 ul {
    display: block;
    text-align: center;
  }
}

.p-footer-nav2 li {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .p-footer-nav2 li {
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
  }
}

.p-footer-nav2 a {
  color: #7d8b93;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-footer-nav2 a {
    font-size: 10px;
  }
}

.p-footer-copy {
  margin-left: auto;
  color: #7d8b93;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
  .p-footer-copy {
    display: block;
    text-align: center;
    margin: 35px 0 0;
  }
}
/*# sourceMappingURL=index.css.map */