

/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17845431482495*/
.half.questions, .half.answers {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
}

.half.questions {
    margin-right: -3px;
}
.half.questions .mobile_block{
    display: none;
}
.half.answers {
    height: 100%;
	min-height: 330px;
}

.half.answers p {
    margin: 45px 65px;
    font-size: 14px;
    line-height: 20px;
}
.half.questions .mobile_block p:before{
    display: none;
}
.half.questions p.active span, .half.questions .h4.active span {
    cursor: default;
}

.half.questions p.active, .half.questions .h4.active, .half.answers {
    background-color: #f4f4f4;
    color: #2e2e30;
}

.half.questions p, .half.questions .h4 {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 1px;
}

.half.questions p span, .half.questions .h4 span {
    font-size: 18px;
    font-weight: bold;
    margin: 0 40px;
    display: block;
    cursor: pointer;
}

.half.questions p:before, .half.questions .h4:before {
    content: '+';
    float: right;
    position: relative;
    font-size: 18px;
    margin-right: 30px;
    top: 3px;
}

.half.questions p.active:before, .half.questions .h4.active:before {
    content: '-';
}

a.download_button.answ_que {
    border: none;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 12px 20px;
}

@media (max-width: 980px) {
  .half.questions {
      margin-right: -4px;
  }
}

@media (max-width: 768px) {
  .half.questions p span {
      font-size: 15px;
  }
}
@media (max-width:700px) {
    .half.questions {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;

    }

    .half.questions .mobile_block.active {
        padding: 0 40px;
        box-sizing: border-box;
        margin-top: -3px;
        display: inline-block;
        width: 100%;
        background-color: #f4f4f4;
        color: #2e2e30;
        vertical-align: top;
    }

    .half.answers {
        display: none;
    }
}
@media (max-width: 500px) {
    .half.questions p span{
        margin: 0;
    }
    .half.questions .mobile_block.active{
        padding: 0;
    }
    .half.questions p{
        padding: 15px;
    }
  .half.questions, .half.answers {
      width: 100%;
  }
  .half.questions p.active {
      padding-top: 20px;
  }
  .half.answers {
      padding-top: 0;

  }
  .half.answers p {
      margin: 20px;
  }
  a.download_button.answ_que {
      margin-top: 0;
      position: relative;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17845431482495 */
