.asked-questions {
  padding: 35px 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .asked-questions {
    margin-bottom: 20px;
  }
}
.asked-questions__wrap {
  max-width: 1612px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  column-gap: 40px;
}
@media (max-width: 979px) {
  .asked-questions__wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .asked-questions__wrap {
    padding: 0 20px;
  }
}
.asked-questions__container {
  background-image: url("images/bg-asked.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 32px 0;
  background-color: #F9F9F9;
  min-height: 500px;
}
.asked-questions h2.asked-questions__title {
  font-size: 30px;
  text-transform: none;
  line-height: 130%;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .asked-questions h2.asked-questions__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }
  .asked-questions h2.asked-questions__title br {
    display: none;
  }
}
.asked-questions__list {
  width: 895px;
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .asked-questions__list {
    width: 55%;
  }
}
@media (max-width: 979px) {
  .asked-questions__list {
    width: 100%;
  }
}
.asked-questions__info {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 767px) {
  .asked-questions__info {
    font-size: 16px;
  }
}
.asked-questions__item {
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 41px;
  font-family: "Krona One", Arial, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .asked-questions__item {
    border-radius: 30px;
  }
}
.asked-questions__item.active .asked-questions__question {
  color: #03a28a;
}
.asked-questions__item.active .asked-questions__question:before {
  transform: scale(1, -1);
}
.asked-questions__item:last-child {
  margin-bottom: 0;
}
.asked-questions__answer {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 25px 45px 60px 165px;
}
@media (max-width: 767px) {
  .asked-questions__answer {
    padding: 5px 25px 30px 70px;
    font-size: 14px;
  }
}
.asked-questions__answer:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 70px;
  top: 15px;
}
@media (max-width: 767px) {
  .asked-questions__answer:before {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 5px;
  }
}
.asked-questions__question {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  padding: 20px 70px 20px 70px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .asked-questions__question {
    font-size: 14px;
  }
}
.asked-questions__question:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("images/question_arrow.svg");
  left: 23px;
  top: 18px;
  transform: none;
  transition: 0.2s all linear;
}

/*# sourceMappingURL=style.css.map */
