/* faq */
.tiles-box .title-inner-wrap {
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.tiles-box .title-inner-wrap .section-title {
  font-size: 3em;
  margin-bottom: 0.1em;
}
.tiles-box .title-inner-wrap .section-title:last-child {
  margin-bottom: 0;
}
.tiles-box .items-wrap:has(.item-tile-faq) {
  margin-bottom: 0;
}
.tiles-box .items-wrap:has(.item-tile-faq) .item-wrap {
  margin-bottom: 10px;
}
.tiles-box .items-wrap:has(.item-tile-faq) .item-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-faq {
  display: block;
  position: relative;
  border-radius: 16px;
  background: #fff;
  transition: all ease 0.2s;
  letter-spacing: -0.03em;
  font-size: 17px;
  line-height: 1.47058824;
  max-width: 1240px;
  margin: 0 auto;
}
.item-tile-faq .tile-button {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  min-height: 95px;
  min-height: 9.5rem;
  padding: 25px 100px 25px 25px;
  padding: 2.5rem 10rem 2.5rem 2.5rem;
  font-size: 1.17647059em;
  line-height: 1.25;
  font-weight: bold;
  color: var(--clr-base);
  cursor: pointer;
}
.item-tile-faq .tile-button.active:before {
  background-color: var(--clr-att-second);
}
.item-tile-faq .tile-button.active:after {
  transform: rotate(45deg);
}
.item-tile-faq .tile-button:before,
.item-tile-faq .tile-button:after {
  content: "";
  display: block;
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  right: 49px;
  right: 4.9rem;
  margin-top: -24px;
  margin-top: -2.4rem;
  margin-right: -24px;
  margin-right: -2.4rem;
  transition: all ease 0.2s;
}
.item-tile-faq .tile-button:after {
  background: url(../img/icons/cross.svg);
  background-size: 100% auto;
}
.item-tile-faq .active ~ .tile-content-block {
  height: auto;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
}
.item-tile-faq .tile-content-block {
  padding: 0 100px 0 25px;
  padding: 0 10rem 0 2.5rem;
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
}
@media (max-width: 1023px) {
  .item-tile-faq {
    font-size: 15px;
  }
  .item-tile-faq .tile-content-block {
    padding-right: 2.5rem;
  }
  .item-tile-faq .tile-button {
    font-size: 1.05882353em;
  }
}
/* end faq */
