.faq__wrapper {
  overflow: scroll;
  scrollbar-width: none;
}
@media (max-width: 864px) {
  .faq__wrapper {
    overflow-y: hidden;
    scrollbar-width: auto;
  }
}
@media (max-width: 864px) {
  .faq__navigate {
    display: none;
  }
}
.faq__title .head2, .faq__title h2 {
  font-size: 60px;
  font-family: "Grandis", sans-serif;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (max-width: 1260px) {
  .faq__title .head2, .faq__title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 864px) {
  .faq__title .head2, .faq__title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.faq .container {
  position: relative;
}
@media (max-width: 864px) {
  .faq {
    padding: 0;
  }
}
.faq__items {
  display: flex;
  flex-direction: column;
}
.faq__items_item {
  border: 1px solid #DEE1ED;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 864px) {
  .faq__items_item {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.faq__items_item img {
  position: absolute;
  width: 20%;
  right: 50px;
  top: 50px;
  box-shadow: 0px 0px 10px #eee;
  max-height: 330px;
}
@media (max-width: 864px) {
  .faq__items_item img {
    width: 15%;
    right: 30px;
    top: 30px;
  }
}
.faq__items_item_company {
  color: #999CA5;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 864px) {
  .faq__items_item_company {
    max-width: 80%;
  }
}
.faq__items_item_action {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #EDF4FC;
  border-radius: 30px;
  top: 35px;
  left: 30px;
}
@media (max-width: 864px) {
  .faq__items_item_action {
    top: 20px;
    left: 20px;
  }
}
.faq__items_item_action svg {
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.faq__items_item_action svg.plus {
  fill: #3f8ef8;
  height: 13px;
  width: 12px;
  opacity: 1;
}
.faq__items_item_action svg.minus {
  fill: #3f8ef8;
  height: 13px;
  width: 12px;
  opacity: 0;
}
.faq__items_item_name {
  font-size: 24px;
  margin: 0 0 1px 0;
  line-height: 1.1em;
  font-family: "Grandis", sans-serif;
  font-weight: 500;
  position: relative;
  transition: 0.2s;
  padding-left: 60px;
}
@media (max-width: 864px) {
  .faq__items_item_name {
    max-width: 100%;
    font-size: 20px;
  }
}
.faq__items_item_preview {
  max-width: 100%;
  height: 0px;
  overflow: hidden;
  font-size: 20px;
  transition: 0.2s;
  padding-left: 60px;
}
@media (max-width: 864px) {
  .faq__items_item_preview {
    padding-left: 0;
  }
}
.faq__items_item_preview p {
  margin: 10px 0;
  color: #1D1E21;
  font-size: 20px;
  line-height: 1.2em;
}
.faq__items_item_notice {
  color: #999CA5;
  font-size: 15px;
  margin-top: 40px;
}
.faq__items_item.opened .faq__items_item_name {
  margin-bottom: 25px;
}
.faq__items_item.opened .faq__items_item_preview {
  height: 1px;
  min-height: fit-content;
}
.faq__items_item.opened .faq__items_item_action {
  background: #3f8ef8;
}
.faq__items_item.opened .faq__items_item_action svg.plus {
  opacity: 0;
}
.faq__items_item.opened .faq__items_item_action svg.minus {
  opacity: 1;
}
.faq__navigation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 20px 0;
}
@media (max-width: 864px) {
  .faq__navigation {
    display: none;
  }
}
.faq__navigation_element {
  width: 12px;
  height: 12px;
  background: #DBE3EC;
  margin: 10px;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 10px;
}
.faq__navigation_element.current {
  width: 30px;
  background: #3F8EF8;
}

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