.faq {
  max-width: 1140px;
  width: 50%;
  margin-left: auto; }
  .faq .one-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 2px; }
    .faq .one-item .title {
      font-weight: 500;
      color: var(--primary-text);
      font-size: 21rem;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative;
      padding: 0px 10px 15px 10px;
      border: none;
      width: 100%;
      border-radius: 0;
      text-transform: initial;
      text-align: left;
      white-space: normal;
      border-bottom: 1px solid var(--primary-text); }
      .faq .one-item .title .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 24px;
        height: 24px;
        min-width: 24px;
        border-radius: 50%;
        background-color: var(--element1-color);
        flex: none;
        order: 1;
        flex-grow: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px; }
        .faq .one-item .title .roll:after {
          font-size: 20px;
          font-weight: 400;
          font-weight: 300;
          margin-left: 0.5px;
          margin-bottom: 1.5px;
          content: "+";
          display: block; }
        .faq .one-item .title .roll.open:after {
          content: "-"; }
      .faq .one-item .title:hover, .faq .one-item .title:focus {
        transform: none;
        color: var(--element1-color); }
        .faq .one-item .title:hover .roll:after, .faq .one-item .title:focus .roll:after {
          color: var(--primary-text); }
    .faq .one-item .item-body {
      display: none;
      padding: 15px 10px; }

.faq-wrapper .faq-wrap {
  position: relative; }
  .faq-wrapper .faq-wrap:after {
    display: block;
    content: "";
    height: 492px;
    width: 570px;
    min-height: 492px;
    background-image: url(/img/linia-dark-left.svg);
    background-size: 570px;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: -110px;
    z-index: 4;
    pointer-events: none; }
.faq-wrapper .faq-wrap.reverse:after {
  left: auto;
  right: -15px;
  transform: scaleX(-1); }
.faq-wrapper .faq-wrap.reverse .faq {
  margin-right: auto;
  margin-left: 0; }

@media (max-width: 575.5px) {
  .faq-wrapper .faq-wrap:after {
    display: none; }

  .faq {
    width: 100%; }
    .faq .one-item .title {
      font-size: 18rem;
      padding: 0px 5px 15px 5px; }
      .faq .one-item .title .roll {
        margin-left: 5px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-left: 5px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .faq-wrapper .faq-wrap:after {
    display: none; }

  .faq {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .faq-wrapper .faq-wrap:after {
    display: none; }

  .faq {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .faq-wrapper .faq-wrap:after {
    left: calc(50vw - 600px);
    top: -78px;
    height: 388px;
    width: 452px;
    min-height: 388px;
    background-size: 452px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .faq-wrapper .faq-wrap:after {
    left: calc(50vw - 789px); } }

/*# sourceMappingURL=faq.css.map */
