.faq__block {
  background-color: #090B35;
  color: #F5F5EF;
  padding: 80px 0;
  overflow: hidden;
}
.faq__block.sec__padding {
  padding-right: 0 !important;
}
.faq__block .faq__title {
  font-family: "TT Commons Pro";
  font-weight: 400;
  font-size: 49.3px;
  line-height: 55px;
  letter-spacing: 0;
  margin: 0 0 48px;
}
.faq__block .faq__question {
  font-family: "TT Commons Pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 35px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__block .faq__question *:first-child {
  font-family: "TT Commons Pro";
  font-weight: 500;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0;
  max-width: 681px;
}
.faq__block .faq__item {
  border-bottom: 1px solid #F5F5EF;
  overflow: hidden;
}
.faq__block .faq__item.active .faq__answer {
  padding-bottom: 15px;
}
.faq__block .faq__item.active .faq__question *:first-child {
  color: #EBFF71;
}
.faq__block .faq__item.active .faq__icon {
  transform: rotate(180deg);
  padding: 12px 0 13px;
}
.faq__block .faq__answer {
  font-family: "TT Commons Pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
}
.faq__block .faq__answer p {
  margin: 0 0 15px;
}
.faq__block span.faq__icon {
  margin-top: 10px;
  border: 1px solid #EBFF71;
  color: #EBFF71;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  font-size: 26px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__block .faq__icon {
  font-size: 1.5rem;
  transition: transform 0.3s;
}
.faq__block .highlight {
  color: #d4ff38;
}
.faq__block .faq__row {
  display: flex;
  -moz-column-gap: 141px;
       column-gap: 141px;
}
.faq__block .faq__row .faq__blocks__col {
  width: 100%;
}
.faq__block .image__col {
  flex: 0 0 563px;
  margin-right: -40px;
  display: flex;
}
.faq__block .image__col img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 563px;
  position: relative;
}

.faq__answer {
  display: none;
}

@media screen and (max-width: 1650px) and (min-width: 768px) {
  .faq__block {
    padding: 56px 0;
  }
  .faq__block .faq__row {
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .faq__block .faq__question *:first-child {
    font-size: 27px;
    max-width: 541px;
    line-height: 1.25;
  }
  .faq__block .faq__item .faq__answer {
    margin-top: -25px;
  }
  .faq__block .image__col {
    flex: 0 0 500px;
    margin-right: -54px;
  }
  .faq__block .image__col img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .faq__block {
    padding: 40px 0;
  }
  .faq__block.sec__padding {
    padding-right: 20px !important;
  }
  .faq__block .image__col {
    display: none;
  }
  .faq__block .faq__title {
    font-size: 36px;
    line-height: 1.1;
  }
  .faq__block .faq__question *:first-child {
    font-size: 24px;
    line-height: 28px;
  }
  .faq__block span.faq__icon {
    font-size: 20px !important;
    position: absolute;
    right: 0;
    top: 17px;
  }
  .faq__block .faq__answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin-top: -8px;
  }
  .faq__block .faq__question {
    padding: 24px 0;
    padding-right: 35px;
    position: relative;
  }
}/*# sourceMappingURL=block.css.map */