:root {
  --color-white: #fff;
  --color-black: #222;
  --color-grey-light: #7d808c;
  --color-grey-light-2: #F9F8FF;
  --color-pink: #FF4EFF;
  --color-pink-light: #FFDBFC;
  --color-green: rgba(8, 187, 26, 0.7);
  --app-height: 100vh; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /* display: none; */ }
  ::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background-color: var(--color-grey-light) !important;
    /* display: none; */ }
  ::-webkit-scrollbar-track {
    background-image: var(--color-white) !important;
    /* background-color: #6d6b8d; */
    /* display: none; */ } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-black);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

/* @media only screen and (max-width: 850px) and (min-height: 600px) {
    body,
    .app,
    .layout,
    a,
    button,
    p,
    span,
    div,
    strong {
      font-size: 15px !important;
    }
  } */
ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  /* font-size: 62.5%; */
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

/* @media only screen and (max-width: 950px) and (min-height: 900px) and (min-width: 680px) {
  html {
    font-size: 8.7px;
  }
  } */
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }

.FAQ {
  min-height: 100vh;
  margin: 0 auto;
  width: calc(94% - 14rem);
  max-width: 1920px; }
  @media only screen and (max-width: 1300px) {
    .FAQ {
      width: calc(100% - 14rem); } }
  @media only screen and (max-width: 850px) {
    .FAQ {
      width: 70%; } }
  @media only screen and (max-width: 750px) {
    .FAQ {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    .FAQ {
      width: 90%; } }
  @media only screen and (max-width: 450px) {
    .FAQ {
      width: 92%; } }
  @media screen and (max-width: 850px) {
    .FAQ {
      padding-top: 10rem; } }
  .FAQ__right {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 850px) {
      .FAQ__right {
        align-items: flex-start;
        margin-left: 0;
        width: 100%; } }
    .FAQ__right .arrow {
      transition: all .3s; }
    .FAQ__right .toggle-container {
      display: none; }
    .FAQ__right .question-header {
      transition: all .5s; }
    .FAQ__right .question-header.padding {
      padding-bottom: 1rem; }
    .FAQ__right__box {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 10rem 0 0; }
      @media screen and (max-width: 850px) {
        .FAQ__right__box {
          margin: 0; } }
      .FAQ__right__box__title {
        font-weight: 700;
        font-size: 4.1rem;
        line-height: 83%;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        color: #222222; }
        @media screen and (max-width: 850px) {
          .FAQ__right__box__title {
            font-size: 31px;
            line-height: 37px; } }
      .FAQ__right__box__questions {
        margin-top: 2.15rem;
        display: flex;
        flex-direction: column;
        gap: 1.3rem; }
        .FAQ__right__box__questions__el {
          padding: 1.7rem 0;
          border-bottom: 0.5px solid #353535;
          cursor: pointer;
          transition: all .3s; }
          .FAQ__right__box__questions__el:hover {
            background: #f1f1f1; }
          .FAQ__right__box__questions__el__title {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .FAQ__right__box__questions__el__title__text {
              font-weight: 500;
              font-size: 2.05rem;
              line-height: 2.4rem;
              color: #222222; }
              @media screen and (max-width: 850px) {
                .FAQ__right__box__questions__el__title__text {
                  font-size: 19px;
                  line-height: 23px; } }
            .FAQ__right__box__questions__el__title__img {
              height: 2.05rem;
              width: 2.05rem;
              transform: rotate(90deg); }
              @media screen and (max-width: 850px) {
                .FAQ__right__box__questions__el__title__img {
                  height: 20px;
                  width: 20px; } }
              .FAQ__right__box__questions__el__title__img path {
                transition: all .3s; }
              .FAQ__right__box__questions__el__title__img.active {
                transform: rotate(-90deg); }
          .FAQ__right__box__questions__el__answer {
            line-height: 140%;
            color: #222222;
            font-size: 1.56rem; }
            @media screen and (max-width: 850px) {
              .FAQ__right__box__questions__el__answer {
                font-size: 14px;
                margin-top: 13px; } }
            .FAQ__right__box__questions__el__answer.active {
              display: block;
              opacity: 1; }

.dark-theme .FAQ__right__box * {
  color: var(--color-white); }

.dark-theme .FAQ__right__box img,
.dark-theme .FAQ__right__box svg {
  filter: invert(5); }

.dark-theme .FAQ__right__box .question:hover {
  background-color: #111; }
