.pb-hero-google-play {
  background: transparent;
  border: 0;
  height: 52px;
  overflow: hidden;
  padding: 0;
  width: 184px;
}

.pb-hero-google-play img {
  display: block;
  height: auto;
  max-width: none;
  width: 184px;
}

.pb-contact {
  display: block;
  padding-top: 68px;
}

.pb-contact__heading {
  margin: 0 auto 34px;
  text-align: center;
}

.pb-contact__title {
  margin-bottom: 12px;
}

.pb-contact__heading p {
  color: var(--muted);
  margin: 4px 0 0;
}

.pb-contact__grid {
  align-items: stretch;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-contact__details,
.pb-contact__grid > #contactForm {
  height: 100%;
}

.pb-contact__details {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pb-footer-contact {
  display: block;
  width: 100%;
}

.pb-footer-contact__channels {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.pb-footer-contact__channels a {
  align-items: center;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 20px auto 22px;
  justify-content: center;
  margin: 7px 0;
}

.pb-footer-contact__channels a:hover {
  color: var(--orange);
}

.pb-footer-contact__channels > a > img:first-child {
  height: 17px;
  opacity: .9;
  width: 17px;
}

.pb-footer-contact__channels .fa-envelope {
  font-size: 15px;
  text-align: center;
}

.pb-footer-contact__channels .pb-flag-img {
  height: 14px;
  width: 21px;
}

.pb-footer-social {
  margin-top: 22px;
  text-align: center;
}

.pb-footer-social__links {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pb-footer-social__links a {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  transition: border-color .2s, transform .2s;
  width: 44px;
}

.pb-footer-social__links a:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}

.pb-footer-social__links img {
  height: 22px;
  opacity: .9;
  width: 22px;
}

.pb-google-play {
  display: inline-block !important;
  margin: 22px auto 0 !important;
}

.pb-google-play img {
  display: block;
  height: auto;
  width: 190px;
}

body[data-theme=dark] .pb-footer-social__links img,
body[data-theme=dark] .pb-footer-contact__channels > a > img:first-child {
  filter: brightness(1.8);
}

body[data-theme=dark] #contactForm .form-control {
  background-color: var(--bg);
  border-color: var(--line);
  color: var(--ink);
}

body[data-theme=dark] #contactForm .form-control::placeholder {
  color: var(--muted);
  opacity: 1;
}

body[data-theme=dark] #contactForm .form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 122, 0, .14);
}

@media (max-width: 991px) {
  .pb-contact {
    padding-top: 52px;
  }

  .pb-contact__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pb-footer-contact__channels,
  .pb-footer-social {
    justify-self: center;
  }

  .pb-footer-social__links {
    gap: 6px;
  }

  .pb-footer-social__links a {
    height: 40px;
    width: 40px;
  }
}
