.footer {
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 0 !important; } }
  .footer .terms {
    width: 100%;
    height: 42px;
    border-radius: 16px;
    background-color: #232323;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px; }
    .footer .terms span {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.6px;
      font-family: 'Barlow', sans-serif; }
  .footer .deposit-methods {
    display: flex;
    flex-direction: row;
    margin-bottom: 34px;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer .deposit-methods {
        flex-direction: column;
        margin-bottom: 5px; } }
    .footer .deposit-methods .deposit-title {
      font-size: 18px;
      letter-spacing: 0.9px;
      font-weight: 700;
      max-width: 280px;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .footer .deposit-methods .deposit-title {
          margin: 0 auto 16px 0;
          max-width: unset; } }
    .footer .deposit-methods .methods-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: flex-end;
      flex: 1; }
      @media only screen and (max-width: 1023px) {
        .footer .deposit-methods .methods-list {
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .footer .deposit-methods .methods-list {
          gap: 0;
          justify-content: center; } }
      .footer .deposit-methods .methods-list .method-item {
        width: 80px;
        height: 40px;
        border-radius: 8px;
        background-color: #232323;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer .deposit-methods .methods-list .method-item .visa {
          height: 10px; }
        .footer .deposit-methods .methods-list .method-item .mastercard {
          height: 6.6px; }
        .footer .deposit-methods .methods-list .method-item .maestro {
          height: 6.8px; }
        .footer .deposit-methods .methods-list .method-item .paysafecard {
          height: 8.2px; }
        .footer .deposit-methods .methods-list .method-item .revolut {
          height: 11px; }
        .footer .deposit-methods .methods-list .method-item .okto-cash {
          height: 22px; }
        .footer .deposit-methods .methods-list .method-item .halls {
          height: 17px; }
        @media only screen and (max-width: 1023px) {
          .footer .deposit-methods .methods-list .method-item {
            margin-bottom: 15px;
            width: 21%;
            margin-right: 16px; }
            .footer .deposit-methods .methods-list .method-item:nth-of-type(4) {
              margin-right: 0; } }
        @media only screen and (max-width: 767px) {
          .footer .deposit-methods .methods-list .method-item {
            margin-right: 16px;
            height: 44px;
            width: calc(21%); }
            .footer .deposit-methods .methods-list .method-item:nth-of-type(4) {
              margin-right: 0; } }
  .footer .social-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 34px; }
    @media only screen and (max-width: 767px) {
      .footer .social-links {
        margin-bottom: 20px; } }
    .footer .social-links a {
      text-decoration: none; }
      @media only screen and (max-width: 1023px) {
        .footer .social-links a {
          width: calc(25% - 4px); } }
    .footer .social-links .link-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 235px;
      height: 50px;
      border-radius: 16px;
      cursor: pointer; }
      .footer .social-links .link-item .icon {
        height: 23px;
        margin-right: 10px; }
      .footer .social-links .link-item span {
        color: #B5B5BA;
        font-size: 12px;
        letter-spacing: 0.6px;
        font-weight: 700; }
      @media only screen and (max-width: 1023px) {
        .footer .social-links .link-item {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .footer .social-links .link-item {
          height: 45px;
          flex-direction: column;
          border-radius: 8px; }
          .footer .social-links .link-item .icon {
            height: 17px;
            margin: 0 0 2px 0; }
          .footer .social-links .link-item span {
            font-size: 9px;
            letter-spacing: 0.45px;
            font-weight: 900; } }
  .footer .faq {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .footer .faq {
        margin-bottom: 20px; } }
    .footer .faq .faq-button {
      width: 100%;
      height: 42px;
      border-radius: 16px;
      background-color: #232323;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative; }
      .footer .faq .faq-button span {
        font-size: 12px;
        letter-spacing: 0.6px;
        font-weight: 400;
        font-family: 'Saira Condensed', sans-serif; }
      .footer .faq .faq-button .arrow-icon {
        position: absolute;
        height: 10px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .footer .faq .faq-button.expanded {
        border-radius: 16px 16px 0 0; }
        .footer .faq .faq-button.expanded .arrow-icon {
          transform: translateY(-50%) rotate(270deg); }
    .footer .faq .faq-list {
      width: 100%;
      background-color: #1B1B1B;
      margin: 0 auto;
      font-size: 12px;
      font-weight: 400;
      border-radius: 0 0 16px 16px; }
      .footer .faq .faq-list a {
        text-decoration: underline;
        color: #C21417; }
      .footer .faq .faq-list ul {
        margin: 0;
        padding: 14px 52px;
        list-style-type: none;
        text-align: left;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .footer .faq .faq-list ul {
            padding: 14px 25px; } }
        .footer .faq .faq-list ul li {
          margin-bottom: 15px; }
  .footer .links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center; }
    .footer .links .icons-m {
      height: 37px; }
      .footer .links .icons-m:first-of-type {
        margin-right: 15px; }
      @media only screen and (max-width: 350px) {
        .footer .links .icons-m {
          height: 34px; }
          .footer .links .icons-m:first-of-type {
            margin-right: 10px; } }
    .footer .links .icons-sm {
      height: 13px;
      display: flex; }
      .footer .links .icons-sm img {
        height: 13px; }
      .footer .links .icons-sm:first-of-type {
        margin-right: 10px; }
  .footer .legal-text {
    width: 100%;
    text-align: center; }
    .footer .legal-text p {
      color: #A5A5A5;
      font-size: 10px;
      font-weight: 400;
      font-family: Barlow, sans-serif, arial;
      margin: 0; }

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