.footer {
  color: black;
  padding: 20px 0 30px 0;
  font-size: 18px;
  font-family: H_Light;
}
#text-p {
  padding-right: 24px;
}
#pol2 {
  display: none;
}
.footer-text1 {
  color: #000000;
  font-size: 36px;
  font-family: H_Light;
  text-align: right;
  box-sizing: border-box;
}

.footer-text2 {
  color: #000000;
  font-size: 18px;
  font-family: H_Light;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
  height: 50px;
}

.inerg {
  background: url("../img/public/arrow.png") no-repeat left center;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 36px;
  margin-top: 45px;
  margin-right: 15px;
}

.inerg a {
  color: #000000;
  text-decoration: none;
}

.inerg a:hover {
  text-decoration: underline;
}

.footer .policy {
  margin-top: 6px;
  display: inline-block;
}

.footer .menu-btn {
  width: 240px;
  font-size: 14px;
  margin-right: 0;
}

@media (max-width: 960px) {
  .footer .container-12 {
    display: flex;
    justify-content: space-between;
  }

  .footer .grid-6:last-child {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .footer .arrow {
    display: none;
  }
  #text-p {
    padding: 0px;
  }

  .footer .phone-text {
    margin: 0px;
  }
}

@media (max-width: 670px) {
  .footer {
    padding-top: 30px;
  }
  .footer .container-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #text-p {
    text-align: center;
  }

  #pol {
    display: none;
  }

  #pol2 {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
