.faq {
  margin: 40px 0
}
@media (min-width:992px) {
  .faq {
    margin: 83px 0 97px
  }
}
.faq .container {
  display: block
}
@media (min-width:992px) {
  .faq .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-basis: 100%;
  }
}
.faq__title {
  font-family: BioRhyme;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 28px
}
@media (min-width:576px) {
  .faq__title {
    font-size: 48px
  }
}
.faq__desc {
  font-size: 16px;
  line-height: 1.25;
  color: #454c53;
  margin-bottom: 28px
}
@media (min-width:576px) {
  .faq__desc {
    font-size: 18px;
    line-height: 1.5
  }
}
.faq__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  .faq__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.faq__left {
  width: 100%;
  padding-bottom: 24px
}
@media (min-width:992px) {
  .faq__left {
    width: 45%;
    padding-right: 60px;
    padding-bottom: 0
  }
}
.faq__right {
  width: 100%;
  background-color: #f1efe8
}
@media (min-width:992px) {
  .faq__right {
    width: 55%
  }
}
.faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.faq__row {
  border-bottom: 1px solid #7345b2
}
.faq__coll {
  padding: 0 25px 17px
}
.faq__coll.collapse {
  display: none
}
.faq__coll-title {
  color: #454c53;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 25px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}
.faq__coll-title.active {
  color: #7345b2
}
.faq__coll-title button {
  font-size: 24px;
  line-height: 21px
}
.faq__coll-item {
  font-size: 18px;
  line-height: 1.56;
  color: #454c53
}
.faq button {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
  color: #7345b2;
  cursor: pointer
}


.faq__coll-item ul{
  color: #26282b;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}
@media (max-width:576px) {
  .faq__coll-item ul{
   
      font-size: 16px;
      
      line-height: 24px
  }
}
.faq__coll-item ul {
  list-style: disc;
  padding-left: 20px;
}

/*# sourceMappingURL=maps/faq.css.map */
