.gp-footerBlock1 {
  background-color: #236DCE;
  padding: 50px 0;
}
.gp-footerBlock1 .footer .gp-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-footerBlock1 .footer .gp-container .lf {
  width: 30%;
  max-width: 300px;
}
.gp-footerBlock1 .footer .gp-container .lf .gp-links {
  line-height: 1.25;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-footerBlock1 .footer .gp-container .lf ul li {
  margin-top: 18px;
}
.gp-footerBlock1 .footer .gp-container .lf ul li a {
  display: block;
  line-height: 1.25;
}
.gp-footerBlock1 .footer .gp-container .md {
  width: 40%;
  text-align: center;
}
.gp-footerBlock1 .footer .gp-container .md .ft-logo {
  margin-top: -100px;
}
.gp-footerBlock1 .footer .gp-container .md .ft-logo a {
  font-size: 0;
  display: block;
}
.gp-footerBlock1 .footer .gp-container .md .copy {
  margin-top: 25px;
  line-height: 1.56;
}
.gp-footerBlock1 .footer .gp-container .md .copy span {
  display: inline-block;
  margin: 0 6px;
}
.gp-footerBlock1 .footer .gp-container .rt {
  width: 30%;
  max-width: 300px;
}
.gp-footerBlock1 .footer .gp-container .rt .otherLink {
  text-align: right;
  line-height: 1.25;
  margin-bottom: 30px;
}
.gp-footerBlock1 .footer .gp-container .rt .otherLink a {
  display: inline-block;
  margin-left: 20px;
}
.gp-footerBlock1 .footer .gp-container .rt .code {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}
.gp-footerBlock1 .footer .gp-container .rt .code .item {
  width: 120px;
  margin-right: 30px;
}
.gp-footerBlock1 .footer .gp-container .rt .code .item .codeImg {
  margin: 0 auto;
}
.gp-footerBlock1 .footer .gp-container .rt .code .item .codeImg .gp-img-responsive {
  padding-bottom: 100%;
}
.gp-footerBlock1 .footer .gp-container .rt .code .item .name {
  text-wrap: nowrap;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  line-height: 1.25;
  margin-top: 10px;
}
.gp-footerBlock1 .footer .gp-container .rt .code .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 996px) {
  .gp-footerBlock1 .footer {
    padding: 30px 0;
  }
  .gp-footerBlock1 .footer .gp-container {
    flex-direction: column;
  }
  .gp-footerBlock1 .footer .gp-container .lf {
    width: 50%;
    max-width: unset;
  }
  .gp-footerBlock1 .footer .gp-container .lf .gp-links {
    padding-bottom: 10px;
  }
  .gp-footerBlock1 .footer .gp-container .lf ul li {
    margin-top: 15px;
  }
  .gp-footerBlock1 .footer .gp-container .md {
    width: 100%;
  }
  .gp-footerBlock1 .footer .gp-container .md .ft-logo {
    margin: 0 auto;
    max-width: 90%;
  }
  .gp-footerBlock1 .footer .gp-container .rt {
    width: 100%;
  }
  .gp-footerBlock1 .footer .gp-container .rt .otherLink {
    text-align: center;
    margin: 10px auto;
  }
  .gp-footerBlock1 .footer .gp-container .rt .otherLink a:first-child {
    margin-left: 0;
  }
  .gp-footerBlock1 .footer .gp-container .rt .code {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .gp-footerBlock1 .footer .gp-container .lf {
    width: 100%;
  }
}
