.urble-section-ua-1,
.urble-section-ua-2,
.urble-section-ua-3,
.urble-section-ua-4,
.urble-section-ua-5,
.urble-section-ua-6,
.urble-section-ua-7,
.urble-section-ua-8,
.urble-section-ua-9,
.urble-section-ua-10,
.urble-section-ua-11,
.urble-section-ua-12,
.urble-section-ua-13,
.urble-section-ua-14,
.urble-section-ua-15 {
  display: flex;

  .urble-section-blocks {
    width: 1080px;
    max-width: 100%;
    position: relative;
    margin: auto;
    display: flex;
  }
}

.urble-anchor {
  display: block;
  position: relative;
  top: -192px;
  visibility: hidden;
}

.urble-scrolling-helper {
  position: sticky;
  top: 100px;
  margin: auto;
  margin-top: 64px;
  width: max-content;
  max-width: calc(100% - 48px);
  height: 50px;
  padding: 2px;
  border-radius: 9999px;
  box-shadow: var(--urble-box-shadow);
  z-index: 999;
  background: var(--_Prim-Color-light-000-White);
  display: flex;
  white-space: nowrap;
  /* Prevents line breaks */

  .urble-scrolling-helper-start,
  .urble-scrolling-helper-end {
    line-height: 50px;
    cursor: pointer;
  }

  .urble-scrolling-helper-start {
    padding-inline-start: 16px;

    &.urble-invisible {
      padding-inline-start: 0;
      width: 0;
    }
  }

  .urble-scrolling-helper-end {
    padding-inline-end: 16px;
    &.urble-invisible {
      padding-inline-end: 0;
      width: 0;
    }
  }

  .urble-scrolling-helper-start-dots,
  .urble-scrolling-helper-end-dots {
    padding: 0 4px;
    line-height: 50px;
    color: var(--urble-color-text-primary-disabled);

    &.urble-invisible {
      display: none;
    }
  }

  .urble-scrolling-helper-content {
    display: flex;
    overflow: hidden;
  }

  .urble-scrolling-helper-menu-item {
    padding: 0 16px;
    height: 100%;
    border-radius: 9999px;
    color: var(--urble-color-text-primary-disabled);
    font-weight: 400;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    background: var(--_Prim-Color-light-000-White);

    &.active {
      color: var(--_Prim-Color-light-000-White);
      background: var(--urble-linear-gradient);
      font-weight: 700;
    }
  }
}

.urble-section-ua-1 {
  padding-top: 96px;
  padding-bottom: 212px;
  background: var(--urble-linear-gradient-light-greenish-wide);

  .urble-section-blocks {
    width: 1290px;
    max-width: calc(100% - 64px);
    justify-content: space-between;
    z-index: 0;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 16px;

      .urble-section-content-text {
        margin: 16px 0;
        width: 401px;
      }

      img {
        height: 40px;
        width: 134px;
      }
    }

    .urble-section-content-image {
      position: relative;
      z-index: -1;

      .urble-image-1 {
        position: absolute;
        right: 0;
        bottom: -148px;
        display: flex;
      }

      .urble-image-2 {
        position: absolute;
        width: 375px;
        height: 757px;
        right: 90px;
        display: flex;
      }

      .urble-image-3 {
        position: absolute;
        background: var(--urble-linear-gradient);
        width: 88px;
        height: 88px;
        border-radius: 182px;
        top: 40px;
        left: -560px;
        display: flex;

        span {
          font-size: 44px;
          font-weight: 500;
          line-height: 88px;
          text-align: center;
          width: 100%;
          font-variation-settings: 'FILL' 1, 'GRAD' 0;
          font-weight: 700;
        }
      }

      .urble-image-4 {
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: var(--_Prim-Color-dark-100-Brand);
        top: 96px;
        left: -48px;
        display: flex;

        span {
          color: var(--_Prim-Color-light-000-White);
          font-weight: 700;
          font-size: 20px;
          width: 100%;
          line-height: 48px;
          text-align: center;
          font-variation-settings:
            'FILL' 1,
            'GRAD' 0;
          font-weight: 700;
        }
      }

      .urble-image-5 {
        position: absolute;
        width: 75px;
        height: 75px;
        border-radius: 16px;
        background: var(--_Prim-Color-dark-100-Brand);
        left: -632px;
        bottom: -32px;
        display: flex;

        span {
          color: var(--_Prim-Color-light-000-White);
          font-weight: 700;
          font-size: 32px;
          width: 100%;
          line-height: 75px;
          text-align: center;
          font-variation-settings:
            'FILL' 1,
            'GRAD' 0;
          font-weight: 700;
        }
      }

      .urble-image-6 {
        position: absolute;
        background: var(--urble-linear-gradient);
        width: 72px;
        height: 72px;
        border-radius: 182px;
        bottom: -96px;
        left: -32px;
        display: flex;

        span {
          font-size: 36px;
          font-weight: 500;
          line-height: 72px;
          text-align: center;
          width: 100%;
          font-variation-settings:
            'FILL' 1,
            'GRAD' 0;
          font-weight: 700;
        }
      }

      .urble-image-7 {
        color: var(--urble-color-surface-affirmative-default);
        font-size: 27px;
        position: absolute;
        left: -660px;
        top: 256px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: flex;

        span {
          line-height: 51px;
          width: 38px;
          text-align: center;
          font-weight: 700;
          color: inherit;
          font-size: 37px;
        }
      }

      .urble-image-8 {
        position: absolute;
        left: -660px;
        top: -32px;
        z-index: -1;
        display: flex;
      }

      .urble-image-9 {
        position: absolute;
        top: 200px;
        left: -32px;
        display: flex;
      }
    }
  }
}

.urble-section-ua-2 {
  background: var(--_Prim-Color-dark-100-Brand);
  padding: 46px 0;
  position: relative;

  .urble-section-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;

      .urble-image {
        width: 72px;
        height: 72px;
        background: var(--urble-linear-gradient);
        border-radius: 24px;
        display: flex;

        span {
          line-height: 72px;
          width: 100%;
          text-align: center;
          font-size: 30px;
          font-weight: 700;
          font-variation-settings: 'FILL' 1;
        }
      }

      h2 {
        text-align: center;
        color: var(--_Prim-Color-light-000-White);
        line-height: 28px;
        font-size: 20px;
        font-weight: 700;
      }
    }
  }
}

.urble-section-ua-3 {
  padding: 64px 0;

  .urble-section-blocks {
    flex-direction: row;
    gap: 32px;
    height: 683px;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      width: 577px;

      h1 {
        width: 349px;
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-section-content-image {
      position: relative;

      img {
        position: absolute;
      }

      .urble-image-2 {
        left: -334px;
        top: 378px;
      }

      .urble-image-3 {
        top: 175px;
        left: 128px;
      }
    }
  }

  .urble-circle {
    position: absolute;
    background: var(--urble-linear-gradient);
    border-radius: 600px;
  }

  .urble-circle-4 {
    width: 180px;
    height: 180px;
    bottom: 128px;
    left: -300px;
  }

  .urble-circle-5 {
    width: 90px;
    height: 90px;
    bottom: 64px;
    left: -460px;
  }
}

.urble-section-ua-4 {
  padding-top: 64px;
  padding-bottom: 128px;

  .urble-section-blocks {
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      width: 577px;

      h1 {
        width: 454px;
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-section-content-image {
      position: relative;

      .urble-figure {
        width: 332px;
        height: 315px;
        top: -96px;
        left: -64px;
        rotate: -90deg;
      }

      img {
        position: absolute;
      }

      .urble-image-2 {
        position: absolute;
        background: var(--urble-linear-gradient);
        width: 89px;
        height: 89px;
        border-radius: 16px;
        left: 275px;
        bottom: -37px;
      }

      .urble-image-3 {
        font-weight: 500;
        font-size: 100px;
        line-height: 100px;
        font-family: Material Symbols Rounded;
        text-align: center;
        font-variation-settings:
          'FILL' 1,
          'GRAD' 0;
        font-weight: 700;
        z-index: 4;
        position: absolute;
        bottom: -96px;
      }
    }
  }
}

.urble-section-ua-5 {
  padding-top: 64px;
  padding-bottom: 0;
  background: var(--_Prim-Color-green-50);

  .urble-section-blocks {
    display: flex;
    flex-direction: row;

    .urble-section-content {
      width: 859px;
      max-width: 100%;
      display: flex;
      flex-direction: column;

      h1 {
        width: 859px;

        span {
          z-index: 2;
        }
      }

      .urble-section-content-text {
        width: 529px;
        max-width: 100%;
      }
    }

    .urble-section-content-image {
      position: relative;

      img {
        position: absolute;
        top: 96px;
        left: -300px;
      }
    }
  }
}

.urble-section-ua-6 {
  padding: 96px 0 128px;
  background: var(--_Prim-Color-green-50);
  position: relative;

  .urble-section-blocks {
    width: 1080px;
    max-width: 100%;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    align-items: center;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      width: 577px;
      position: relative;
      justify-content: center;
      gap: 32px;

      h1 {
        width: 520px;

        .urble-underline-text {
          white-space: normal;
        }
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-section-content-image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;

      .urble-opencryptopay-card {
        position: relative;
        width: 380px;
        margin-top: 0;
        margin-right: 0;
        border-radius: 24px;
        background: var(--_Prim-Color-light-000-White);
        box-shadow: var(--urble-box-shadow-light);
        overflow: hidden;
      }

      .urble-opencryptopay-card-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px;
        background: var(--urble-linear-gradient);

        .material-symbols-rounded {
          width: 48px;
          height: 48px;
          border-radius: 16px;
          background: rgba(255, 255, 255, 0.36);
          color: var(--_Prim-Color-dark-100-Brand);
          font-size: 28px;
          line-height: 48px;
          text-align: center;
          font-variation-settings:
            'FILL' 1,
            'GRAD' 0;
        }
      }

      .urble-opencryptopay-title {
        font-family: Quicksand;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: var(--_Prim-Color-dark-100-Brand);
      }

      .urble-opencryptopay-subtitle {
        margin-top: 2px;
        font-size: 12px;
        line-height: 16px;
        color: var(--_Prim-Color-dark-300);
      }

      .urble-opencryptopay-card-body {
        padding: 16px 24px 24px;
      }

      .urble-opencryptopay-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 0;
        border-bottom: 1px solid var(--_Prim-Color-light-200);
        font-size: 18px;
        line-height: 24px;

        &:last-child {
          border-bottom: 0;
        }

        span {
          color: var(--_Prim-Color-dark-300);
        }

        strong {
          color: var(--_Prim-Color-dark-100-Brand);
          font-weight: 700;
          text-align: end;
        }
      }

      .urble-opencryptopay-positive {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: var(--urble-color-surface-affirmative-default) !important;

        .material-symbols-rounded {
          color: inherit;
          font-size: 18px;
          line-height: 18px;
          font-variation-settings:
            'FILL' 1,
            'GRAD' 0;
        }

        span {
          color: inherit;
        }
      }

      .urble-opencryptopay-assets {
        display: inline-flex;
        align-items: center;
        gap: 8px;

        img {
          width: 28px;
          height: 28px;
          border-radius: 50%;
          object-fit: cover;
        }

        span {
          color: var(--urble-color-text-primary-disabled);
          letter-spacing: 4px;
        }
      }

      .urble-opencryptopay-pay-button {
        margin-top: 20px;
        padding: 16px 20px;
        border-radius: 16px;
        background: var(--urble-linear-gradient);
        color: var(--_Prim-Color-dark-100-Brand);
        font-family: Quicksand;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
      }

      .urble-opencryptopay-availability {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 16px;
        color: var(--urble-color-text-primary-disabled);
        font-size: 16px;
        line-height: 20px;
      }

      .urble-opencryptopay-spar-logo {
        display: block;
        flex: 0 0 auto;
        width: 142px;
        height: auto;
      }
    }
  }
}

.urble-section-ua-7 {
  margin-top: 64px;
  padding-bottom: 440px;
  background: var(--urble-linear-gradient-light-greenish-wide);

  .urble-section-blocks {
    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;

      h1 {
        width: 960px;
        z-index: 1;
      }

      .urble-section-content-text {
        width: 529px;
      }
    }

    .urble-section-content-image {
      position: relative;

      .urble-image-1 {
        position: absolute;
        left: -720px;
        top: 179px;
      }

      .urble-image-2 {
        position: absolute;

        top: 82px;
        right: -36px;
      }
    }
  }
}

.urble-section-ua-8 {
  padding: 64px 0;
  .urble-section-blocks {
    width: 840px;
    max-width: 100%;

    display: flex;
    justify-content: space-between;

    .urble-image-1 {
      margin-inline-end: 32px;
    }

    .urble-emojis-img {
      position: absolute;
      width: 533px;
      bottom: 26px;
      left: -61px;
    }

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;

      h1 {
        width: 312px;
      }

      .urble-section-content-text {
        width: 417px;
      }
    }
  }
}

.urble-section-ua-9 {
  background: var(--_Prim-Color-green-50);
  padding-top: 64px;
  position: relative;

  .urble-section-blocks {
    justify-content: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    h1 {
      width: 509px;
      z-index: 1;
    }

    .urble-section-content {
      flex-direction: column;
      justify-content: center;
      gap: 0;

      .urble-pre {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
      }

      .urble-section-content-text {
        margin-top: 64px;
        max-width: 401px;
      }
    }

    .urble-section-image {
      display: flex;
      flex-direction: row;

      .urble-section-image-block-1 {
        display: flex;
        flex-direction: column;
        gap: 32px;
        min-width: fit-content;
        border-right: 2px solid var(--_Prim-Color-dark-100-Brand);
        padding: 16px;

        .urble-message {
          align-items: end;
        }

        .urble-message:nth-child(2) {
          margin-top: 168px;
        }
      }

      .urble-section-image-block-2 {
        min-width: fit-content;
        padding: 16px;
        padding-top: 192px;
        display: flex;
        flex-direction: column;
        gap: 32px;

        .urble-message {
          align-items: start;
        }
      }

      .urble-message {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .urble-message-whois {
          display: flex;
          justify-content: end;
          align-items: center;
          gap: 8px;

          .urble-message-whois-name {
            font-size: 12px;
            line-height: 16.8px;
            font-weight: 400;
            color: var(--_Prim-Color-dark-300);
          }
        }

        .urble-message-text {
          width: fit-content;
          height: fit-content;
          background: var(--urble-linear-gradient);
          font-size: 12px;
          line-height: 16.8px;
          text-align: end;
          color: var(--_Prim-Color-light-000-White);
          padding: 12px 16px;
          border-radius: 16px;
        }

        .urble-message-image {
          overflow: hidden;
          width: 256px;
          height: 118px;
          padding: 0;
          border-radius: 16px;
          position: relative;

          img {
            top: -16px;
            left: -30px;
            position: absolute;
          }
        }
      }
    }

    .urble-circle-1,
    .urble-circle-2,
    .urble-circle-3,
    .urble-circle-4,
    .urble-circle-5,
    .urble-circle-6 {
      position: absolute;
      background: var(--urble-linear-gradient);
      border-radius: 600px;
    }

    .urble-circle-1 {
      width: 114px;
      height: 114px;
      top: -120px;
      left: 0;
    }

    .urble-circle-2 {
      width: 49px;
      height: 49px;
      top: 48px;
      left: 32px;
    }

    .urble-circle-3 {
      width: 66px;
      height: 66px;
      left: 128px;
      top: 16px;
    }

    .urble-circle-4 {
      width: 114px;
      height: 114px;
      bottom: -120px;
      right: 0;
    }

    .urble-circle-5 {
      width: 49px;
      height: 49px;
      bottom: 48px;
      right: 32px;
    }

    .urble-circle-6 {
      width: 66px;
      height: 66px;
      right: -96px;
      bottom: 16px;
    }
  }
}

.urble-section-ua-10,
.urble-section-ua-12,
.urble-section-ua-14 {
  padding: 64px 0;

  .urble-section-blocks {
    .urble-section-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 32px;

      width: 638px;

      .urble-section-content-text {
        width: 529px;
        color: var(--_Prim-Color-dark-100-Brand);
      }
    }
  }
}

.urble-section-ua-11,
.urble-section-ua-13 {
  padding: 64px 0;
  .urble-section-blocks {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    .urble-section-content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 638px;

      .urble-section-content-text {
        width: 529px;
        color: var(--_Prim-Color-dark-100-Brand);
      }
    }
  }
}

