.footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 0 32px; }

.deposit-methods {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  align-items: center; }
  .deposit-methods .deposit-title {
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px; }
  .deposit-methods .methods-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex: 1; }
    .deposit-methods .methods-list .method-item {
      width: 74px;
      height: 44px;
      border-radius: 8px;
      background-color: #232323;
      display: flex;
      align-items: center;
      justify-content: center; }
      .deposit-methods .methods-list .method-item .visa {
        width: 32px;
        height: 10px; }
      .deposit-methods .methods-list .method-item .mastercard {
        width: 52px;
        height: 7px; }
      .deposit-methods .methods-list .method-item .maestro {
        width: 42px;
        height: 7px; }
      .deposit-methods .methods-list .method-item .revolut {
        width: 42px;
        height: 10px; }
      .deposit-methods .methods-list .method-item .apple-pay {
        width: 32px;
        height: 13px;
        flex-shrink: 0; }
      .deposit-methods .methods-list .method-item .google-pay {
        width: 34px;
        height: 13px; }
      .deposit-methods .methods-list .method-item .abon {
        width: 36px;
        height: 16px; }
      .deposit-methods .methods-list .method-item .okto-cash {
        width: 36px;
        height: 22px; }
      .deposit-methods .methods-list .method-item .paysafe {
        width: 48px;
        height: 8px; }
      .deposit-methods .methods-list .method-item .aircash {
        width: 48px;
        height: 7px; }
      .deposit-methods .methods-list .method-item .skrill {
        width: 38px;
        height: 13px; }
      .deposit-methods .methods-list .method-item .halls {
        width: 40px;
        height: 14px; }

.social-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .social-links a {
    text-decoration: none; }
  .social-links .link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px; }
    .social-links .link-item .icon {
      height: 17px;
      width: 17px; }
      .social-links .link-item .icon.w-15 {
        width: 15px; }
      .social-links .link-item .icon.w-17 {
        width: 17px; }
      .social-links .link-item .icon.w-24 {
        width: 24px; }
    .social-links .link-item span {
      color: #B5B5BA;
      text-align: center;
      font-family: 'Saira Condensed', sans-serif;
      font-size: 9px;
      font-weight: 900; }

.links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px; }
  .links .icons-m {
    height: 37px;
    width: 165px; }
  .links .icons-sm {
    height: 15px;
    width: 65px; }
    .links .icons-sm img {
      height: 13px; }
    .links .icons-sm:first-of-type {
      margin-right: 10px; }

.legal-text {
  width: 100%;
  max-width: 1000px;
  text-align: justify; }
  .legal-text p {
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 20px; }

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 16px 15px 32px; }

  .deposit-methods .deposit-title {
    margin-bottom: 16px; }
  .deposit-methods .methods-list {
    flex-wrap: wrap;
    width: 100%; }
    .deposit-methods .methods-list .method-item {
      width: calc(100% / 6 - 7px); } }
@media only screen and (max-width: 768px) {
  .deposit-methods .methods-list .method-item {
    width: calc(25% - 6px); } }

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