/* FAQ */

._faq .tabs._faq .faq__menu a._active {
    /* background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 255, 215, 0.1); */
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
      rgba(0, 255, 215, 0.15);
  }
  
  ._faq .tabs._faq .tabs__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  
  ._faq .tabs._faq .tabs__content {
    display: flex;
    align-items: flex-start;
  }
  
  ._faq .tabs._faq .tab {
    min-width: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  
  ._faq .tabs._faq .tab._active {
    width: 100%;
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  
  ._faq .tabs._faq .tabs__menu-link {
    padding: 6px 24px;
    gap: 10px;
    border: 2px solid rgba(31, 50, 56, 0.15);
    border-radius: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #1f3238;
  }
  
  ._faq .tabs._faq .tabs__menu-link._active {
    border-color: #00f2c2;
  }
  
  ._faq .faq {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(31, 50, 56, 0.7);
  }
  
  ._faq .faq a {
    color: rgba(31, 50, 56, 0.7);
  }
  
  ._faq .faq__menu a {
    font-size: 20px;
    line-height: 24px;
    color: #1f3238;
    padding-right: 22px;
  }
  
  ._faq .faq__menu a .mobile {
    display: none;
  }
  
  @media screen and (min-width: 1023px) {
    ._faq .faq__content {
      min-width: 718px;
      width: 718px;
    }
  }
  
  ._faq .faq__group-title {
    color: #1f3238;
  }
  
  ._faq .faq__group-list {
    margin-top: -16px;
  }
  
  ._faq .faq__group-list .item {
    padding: 32px 0 32px 56px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  
  ._faq .faq__group-list .item:last-child {
    border: none;
  }
  
  ._faq .faq__group-list .item__title {
    font-size: 24px;
    line-height: 30px;
    color: #1f3238;
  }
  
  ._faq .faq__group-list .item__title-arrow {
    background: url("../img/circle_add.svg") no-repeat center center;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 31px;
    margin-left: 0;
    margin-top: 0;
  }
  
  ._faq .faq__group-list .item._active .item__title-arrow {
    background-image: url("../img/circle_remove.svg");
  }
  
  ._faq .faq__group-list .item._active .item__text {
    padding-top: 24px;
  }

  ._faq .faq__sidebar {
    margin-top: -8px;
  }
  
  ._faq .author._mini {
    display: flex;
    gap: 16px;
  }
  
  ._faq .author._mini .author__photo {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  
  ._faq .author._mini .author__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
  
  ._faq .author._mini .author__title {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1f3238;
  }
  
  ._faq .author._mini .author__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1f3238;
    opacity: 0.5;
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1400px) {
    ._faq .tabs._faq .tabs__menu {
      gap: 0.8vw;
    }
  
    ._faq .tabs._faq .tabs__menu-link {
      padding: 0.4vw 1.6vw;
      gap: 0.7vw;
      border: 0.13vw solid rgba(31, 50, 56, 0.15);
      border-radius: 2.2vw;
      font-size: 1.6vw;
      line-height: 2.08vw;
    }
  
    ._faq .faq {
      font-size: 1.1vw;
      line-height: 1.52vw;
    }
  
    ._faq .faq__menu a {
      font-size: 1.4vw;
      line-height: 1.6vw;
      padding-right: 1.52vw;
    }
  
    ._faq .faq__group-list {
      margin-top: -1.1vw;
    }
  
    ._faq .faq__group-list .item {
      padding: 2.2vw 0 2.2vw 3.8vw;
      margin-bottom: 0;
      border-bottom: 0.13vw solid rgba(0, 0, 0, 0.1);
    }
  
    ._faq .faq__group-list .item__title {
      font-size: 1.6vw;
      line-height: 2.08vw;
    }
  
    ._faq .faq__group-list .item__title-arrow {
      width: 2.2vw;
      height: 2.2vw;
      left: 0;
      top: 2.2vw;
      margin-left: 0;
      margin-top: 0;
    }
  
    ._faq .faq__group-list .item._active .item__text {
      padding-top: 1.6vw;
    }
  
    ._faq .faq__sidebar {
      margin-top: -0.5vw;
    }
  
    ._faq .faq__group-title {
      font-size: 2.7vw;
      line-height: 3.3vw;
      margin-bottom: 1.6vw;
    }
  
    ._faq .author._mini {
      gap: 1.1vw;
    }
  
    ._faq .author._mini .author__photo {
      width: 3.3vw;
      min-width: 3.3vw;
      height: 3.3vw;
    }
  
    ._faq .author._mini .author__title {
      margin-bottom: 0.13vw;
      font-size: 1.25vw;
      line-height: 1.6vw;
    }
  
    ._faq .author._mini .author__desc {
      font-size: 0.97vw;
      line-height: 1.25vw;
    }
  }
  
  @media screen and (max-width: 1023px) {
    ._faq .faq__menu a {
      font-size: 16px;
      line-height: 22px;
      padding-right: 0;
    }
  
    ._faq .faq__menu ul a {
      height: 50px;
    }
  
    ._faq .faq__group-title {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 28px;
    }
  
    ._faq .faq__group-list .item {
      padding-top: 27px;
      padding-bottom: 24px;
      min-height: 80px;
    }
  
    ._faq .faq__group-list .item__title-arrow {
      top: 24px;
    }
  
    ._faq .faq__group-list .item__title {
      font-size: 20px;
      line-height: 24px;
    }
  
    ._faq .faq__group-list {
      margin-top: -19px;
    }
  }
  
  @media screen and (max-width: 740px) {
    ._faq .faq__menu a .mobile {
      display: inline;
    }
  
    ._faq .faq__menu a .desktop {
      display: none;
    }
  
    ._faq .tabs._faq .tabs__menu {
      flex-direction: column;
      max-width: 238px;
      margin: 0 auto;
    }
  
    ._faq .tabs._faq .tabs__menu-link {
      width: 100%;
      font-size: 18px;
      line-height: 24px;
    }
  
    ._faq .faq__group-title {
      font-size: 24px;
      line-height: 30px;
    }
  
    ._faq .faq__sidebar {
      margin-bottom: 30px;
    }
  
    ._faq .faq__group-list .item {
      min-height: 56px;
      padding: 16px 0 14px 36px;
    }
  
    ._faq .faq__group-list .item__title {
      font-size: 16px;
      line-height: 22px;
    }
  
    ._faq .faq__group-list .item__title-arrow {
      top: 16px;
    }
  
    ._faq .faq__group-list .item__title-arrow {
      width: 24px;
      height: 24px;
    }
  
    ._faq .faq__group:last-child {
      margin-top: -14px;
    }
  
    ._faq .faq__group:last-child .button {
      margin-top: -11px;
    }
  
    ._faq .author._mini .author__title {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 4px;
    }
  
    ._faq .author._mini .author__desc {
      font-size: 12px;
      line-height: 16px;
    }
  
    ._faq .faq__menu {
      border: none;
      position: static;
      top: 0;
    }
  
    ._faq .faq__menu:before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      height: 2px;
      background: rgba(0, 0, 0, 0.2);
    }
  
    .faq__menu a._active {
      background: none;
    }
  }
  
  ._faq._dark .faq {
    color: #ffffffb3;
  }
  
  ._faq._dark .tabs._faq .tabs__menu-link {
    color: #fff;
  }
  
  ._dark._faq .faq__group-title {
    color: #fff;
  }
  
  ._dark._faq .faq__group-list .item__title {
    color: #fff;
  }
  
  ._dark._faq .faq__group-list .item._active .item__title-arrow {
    background-image: url("../img/circle_remove-dark.svg");
  }
  
  ._dark._faq .faq__group-list .item {
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
  }
  
  ._dark._faq .author._mini .author__title {
    color: #fff;
  }
  
  ._dark._faq .author._mini .author__desc {
    color: rgba(256, 256, 256, 0.5);
  }
  
  ._dark._faq .faq a.button {
    color: #fff;
  }
  
  ._dark .faq__group-list .item__text {
    opacity: 1;
  }
  
  ._dark .faq__menu a._active {
    background: none;
  }
  
  ._dark .faq__sidebar:before {
    background: linear-gradient(
      270deg,
      #18191a 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  ._dark .faq__sidebar:after {
    background: linear-gradient(
      90deg,
      #18191a 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  ._faq .faq__sidebar._end:before {
    width: 0;
  }
  
  ._faq._dark .tabs._faq .faq__menu a._active {
    background: linear-gradient(90deg, #8c8cff 0%, rgba(140, 140, 255, 0) 100%);
  }
  
  @media screen and (max-width: 1023px) {
    ._faq .section._faq .section__tabs {
      display: block;
    }
  
    ._faq .section._faq .section__acc {
      display: none;
    }
  
    ._faq._dark .faq__menu a._active {
      background: none;
    }
  
    ._faq .tabs._faq .tabs__content {
      width: 100%;
    }
  
    ._faq._dark .faq__menu {
      border-bottom: 2px solid rgba(256, 256, 256, 0.2);
    }
  
    ._faq .faq__sidebar {
      margin-right: 0;
      width: auto;
    }
  
    .filters__group._select .filters__group-wrap .select__wrap {
      box-shadow: none;
    }
  }
  
  ._faq._dark .faq__sidebar:before {
    background: linear-gradient(
      270deg,
      #1f3238 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  ._faq._dark .faq__sidebar:after {
    background: linear-gradient(
      90deg,
      #1f3238 11.72%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  @media screen and (max-width: 740px) {
    ._faq .faq__sidebar:before {
      height: 49px;
    }
  
    ._faq .faq__sidebar:after {
      height: 49px;
    }
  
    ._faq .faq__sidebar:before {
      right: -1px;
    }
  
    ._faq .faq__sidebar:after {
      left: -1px;
    }
  }


  @media screen and (max-width: 1023px){
        .page._landing .section._faq .section__acc {
            display: none;
        }
        .page._landing .section._faq .section__tabs {
            display: block;
        }
        ._faq._dark .tabs._faq .faq__menu a._active {
            background: none;
        }
    }