.vert-slides {
  &__nav-next {
    display: flex;
    justify-content: center;
    bottom: 0px;
    position: absolute;
    width: 100%;

    &-btn {
      width: 64px;
      height: 64px;
    }
  }

  &__page-indicator {
    display: none;

    @media (min-width: 600px) {
      position: fixed;
      right: 0;
      top: 0;
      width: $section-indicator-width - 16px;
      height: 100%;
      display: flex;
      align-items: center;
      margin-right: 16px;
    }

    @media (min-width: 992px) {
      height: 100%;
    }
  }

  &__dots-wrapper {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  &__dot-wrapper {
    width: $section-indicator-width - 16px;
    height: 32px;
    // padding: 10px 26px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  &__dot {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    // border: 1px solid;
    cursor: pointer;
    margin-right: 10px;

    &--active {
      // background-color: rgba(0, 0, 0, 0.3);
      // border: none;
    }

    &--big {
      width: 20px;
      height: 20px;
      margin-right: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    &--content {
      font-size: 9px;
      font-weight: 600;
    }
  }
}
