.app-components-kit-tabs2-tabs2--tabs {
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  margin-bottom: 42px;
  background-color: var(--bg);
  border-bottom: 1px solid var(--border);
}

  @media (max-width: 766px) {.app-components-kit-tabs2-tabs2--tabs {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -20px;
    margin-bottom: 24px;
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden
}

    .app-components-kit-tabs2-tabs2--tabs:after {
      display: block;
      -webkit-flex: 0 0 1px;
              flex: 0 0 1px;
      height: 20px;
      content: '';
    }
  }

.app-components-kit-tabs2-tabs2--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 62px;
  z-index: 5;
}

@media (min-width: 768px) {

.app-components-kit-tabs2-tabs2--sticky {
    top: 82px
}
  }

.app-components-kit-tabs2-tabs2--item {
  margin-right: 32px;
  padding-bottom: 18px;
  color: var(--grayText);
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}

/* stylelint-disable-next-line  */

.app-components-kit-tabs2-tabs2--item:hover,
  .app-components-kit-tabs2-tabs2--item:focus {
    color: var(--text);
  }

@media (min-width: 768px) {

.app-components-kit-tabs2-tabs2--item {
    margin-right: 70px;
    padding-bottom: 26px;
    font-size: 18px
}
  }

.app-components-kit-tabs2-tabs2--itemActive,
.app-components-kit-tabs2-tabs2--item:focus,
.app-components-kit-tabs2-tabs2--item:active {
  position: relative;
  color: var(--text);
  font-weight: 500;
}

.app-components-kit-tabs2-tabs2--underline {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--brand);
  content: '';
}

.app-components-kit-tabs2-tabs2--loadingItem {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 56px;
}

.app-components-kit-tabs2-tabs2--loadingItem:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 18px;
    background: var(--loading-gray);
    border-radius: 8px;
    content: '';
  }


/*# sourceMappingURL=045e9.css.map*/