.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .faq .one-item {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 2px 25px; }
    .faq .one-item .title {
      font-size: 30rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative;
      padding: 16px;
      padding-top: 20px;
      padding-left: 30px;
      border: none;
      width: 100%;
      border-radius: 0px;
      text-transform: initial;
      text-align: left;
      white-space: normal;
      background-color: var(--primary-bg);
      border: 1px solid var(--element1-color);
      color: var(--primary-title);
      text-transform: uppercase;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      letter-spacing: 1rem;
      transform: skew(-30deg); }
      .faq .one-item .title .title-text {
        transform: skew(30deg); }
      .faq .one-item .title .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        flex: none;
        order: 1;
        flex-grow: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        transform: skew(30deg); }
        .faq .one-item .title .roll .caret {
          transition: 0.3s;
          -webkit-transition: 0.3s;
          width: 20px;
          height: 20px;
          background-image: url(/img/faq-caret.svg);
          background-size: contain;
          background-repeat: no-repeat; }
        .faq .one-item .title .roll.open .caret {
          transform: rotateX(180deg); }
      .faq .one-item .title:hover, .faq .one-item .title:focus {
        transform: skew(-30deg);
        background-color: var(--element1-color); }
    .faq .one-item .item-body {
      display: none;
      padding: 20px;
      padding-left: 30px; }
      .faq .one-item .item-body p, .faq .one-item .item-body ul li, .faq .one-item .item-body ol li {
        font-weight: 300; }

@media (max-width: 575.5px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 18rem;
      line-height: 20px;
      padding: 10px 15px;
      transform: skew(-15deg); }
      .faq .one-item .title .roll {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        transform: skew(15deg); }
      .faq .one-item .title .title-text {
        transform: skew(15deg); }
      .faq .one-item .title:hover {
        transform: skew(-15deg); }
    .faq .one-item .item-body {
      padding: 15px 0px 10px 0px; }
      .faq .one-item .item-body .line {
        margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .faq .one-item {
    margin-bottom: 20px; }
    .faq .one-item .title {
      font-size: 20rem;
      line-height: 30px;
      padding: 10px 15px; }
      .faq .one-item .title .roll {
        width: 36px;
        height: 36px; }
    .faq .one-item .item-body {
      padding: 15px 15px 10px 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .faq .one-item .title {
    padding: 10px 20px;
    font-size: 26rem; }
  .faq .one-item .item-body {
    padding: 20px 20px 15px 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .faq .one-item .title {
    padding: 10px 20px; }
  .faq .one-item .item-body {
    padding: 20px 20px 15px 20px; } }

/*# sourceMappingURL=faq.css.map */
