.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-top .logo {
  margin-bottom: 10px;
}

.footer-top .text,
.footer-bottom .text {
  font-size: 10px;
  line-height: 12px;
  color: #808080;
}

.gambling-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #e6e6e6;
  gap: 20px 24px;
  padding-top: 24px;
}

.footer-links > .link-group {
  min-width: 175px;
}

.footer-links ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.footer-links h3 {
  margin-bottom: 11px;
  margin-top: 0;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  line-height: 17px;
  color: #b3b3b3;
}

.footer-links .support-links a {
  margin-right: 15px;
}

.footer-middle {
  display: flex;
}

.social {
  display: flex;
  margin-bottom: 25px;
}

.social a {
  margin-right: 20px;
}

.footer-middle {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

hr.icons-block-separator {
  display: none;
}

.footer-middle {
  gap: 40px;
  justify-content: center;
}

.footer-middle .money,
.footer-middle .certs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-middle .full-image {
  display: none;
}
.footer-middle .compact-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 64px;
  padding-left: 8px;
  padding-right: 8px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 4px;
}
.footer-middle .compact-image-wrapper picture {
  display: contents;
}
.footer-middle .compact-image-wrapper .compact-image {
  max-height: 26px;
}

.paymentMethodLink {
  display: block;
}

.footer-bottom {
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-bottom > * {
  width: 50%;
}
.footer-bottom .gambling-container {
  justify-content: flex-end;
  text-align: right;
  gap: 24px;
}

@media screen and (max-width: 1240px) {
  .footer-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-links {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-middle {
    flex-direction: column;
    gap: 0px;
  }

  .footer-middle > *:not(:first-child) {
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 32px;
  }

  .footer-middle .full-image {
    display: block;
  }
  .footer-middle .compact-image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .footer-links {
    flex-direction: column;
  }
}
