.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer__top {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    display: grid;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .footer__logo {
    grid-row-start: 1;
  }
}
.footer__logo img {
  max-width: 100%;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__nav a {
  font-size: 16px;
  line-height: 21px;
  position: relative;
  font-weight: 600;
}
.footer__nav a::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: inline-block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: width 0.3s linear;
}
.footer__power {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer__power {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.footer__power img {
  max-width: 135px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.footer__power-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
@media (max-width: 576px) {
  .footer__power-item {
    margin: 0;
  }
}
.footer__pay {
  padding: 15px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer__pay {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.footer__pay img {
  max-width: 135px;
  width: 100%;
  height: auto;
  max-height: 50px;
  box-sizing: border-box;
}
.footer__pay-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
@media (max-width: 576px) {
  .footer__pay-item {
    margin: 0;
  }
}
.footer__info {
  display: grid;
  grid-template-columns: 1fr 80px;
  grid-gap: 35px;
  margin-bottom: 20px;
  align-items: start;
}
@media (max-width: 576px) {
  .footer__info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.footer__info-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__info-img {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__info-img img {
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .footer__info-img img {
    margin: 0;
  }
}
.footer__info-img p {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.footer__text {
  line-height: 24px;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .footer__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.footer__bottom {
  text-align: center;
  padding: 10px 0 30px 0;
  font-size: 16px;
  font-weight: 400;
}

/*# sourceMappingURL=footer.css.map */
