

/* Start:/local/templates/html/components-template/faq/style.css?17877508452671*/
.faq {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .faq {
      margin: 60px 0; } }
  @media (max-width: 575px) {
    .faq {
      margin: 30px 0; } }
  .faq__title__wrap {
    display: flex; }
    .faq__title__wrap:not(:last-child) {
      margin-bottom: 38px;
      transition: all .3s ease; }
    .faq__title__wrap.active {
      margin-bottom: 0px; }
      .faq__title__wrap.active .faq__toggle::after, .faq__title__wrap.active .faq__toggle:before {
        background-color: #ff8600; }
      .faq__title__wrap.active .faq__toggle:after {
        top: 0;
        bottom: 100%; }
      .faq__title__wrap.active .faq__toggle .faq__title {
        color: #ff8600; }
  .faq__toggler {
    margin-top: 60px; }
  .faq__toggle {
    position: relative;
    min-width: 20px;
    height: 20px;
    margin-right: 28px; }
    .faq__toggle:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      content: '';
      transition: all .3s ease;
      transform: translateX(-50%);
      background-color: #894083; }
    .faq__toggle:before {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 2px;
      content: '';
      transition: all .3s ease;
      transform: translateY(-50%);
      background-color: #894083; }
  .faq__title__wrap {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3; }
    @media (max-width: 575px) {
      .faq__title__wrap {
        font-size: 16px; } }
    .faq__title__wrap:hover {
      cursor: pointer;
      color: #ff8600; }
      .faq__title__wrap:hover .faq__toggle:after, .faq__title__wrap:hover .faq__toggle:before {
        background-color: #ff8600; }
  .faq__content {
    max-height: 0px;
    overflow: hidden;
    padding-left: 55px;
    transition: all .3s ease; }
    .faq__content .text {
      font-size: 18px; }
      @media (max-width: 575px) {
        .faq__content .text {
          font-size: 14px; } }
    .faq__content.active {
      position: relative;
      max-height: 1000px;
      margin-bottom: 38px;
      padding-bottom: 28px; }
      .faq__content.active:after {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #e0e0e0; }
      .faq__content.active:before {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #e0e0e0; }
  .faq__descr {
    margin-top: 40px;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px; }

/* End */
/* /local/templates/html/components-template/faq/style.css?17877508452671 */
