@charset "UTF-8";
/* Generated by vite-plugin-svg-spritemap */
.faq {
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%; /* висота прямокутника */
  background: #eff1f4; /* колір */
  max-width: 90rem;
  z-index: -1;
}
.faq::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  /* трикутник робимо бордерами */
  border-left: 45rem solid transparent; /* ширина трикутника зліва  */
  border-right: 45rem solid transparent; /* ширина трикутника справа */
  border-top: 9.375rem solid #eff1f4; /* висота і колір трикутника */
}
.faq__spollers {
  max-width: 41.875rem;
  margin: 0 auto;
}
.faq .title-block {
  max-width: 68.75rem;
}
.faq .title-block__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.faq .title-block__sub-title {
  color: #6f706f;
}

.faq-spoller__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  gap: 1.25rem;
}
.faq-spoller__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.faq-spoller__title h3 {
  color: #6f706f;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}
.faq-spoller__title h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #2275E2;
  border-radius: 0.125rem;
  transition: all 0.3s;
  transform: translate(0, 0.3125rem);
}
.faq-spoller__title.--spoller-active h3 {
  color: #2275E2;
}
.faq-spoller__title.--spoller-active h3::after {
  width: 100%;
}
.faq-spoller__title.--spoller-active span {
  border-color: #2275E2;
  color: #2275E2;
}
.faq-spoller__title.--spoller-active span::after {
  transform: rotateX(-180deg) translate(-50%, 40%);
}
.faq-spoller__title span {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.0625rem solid #000;
  transition: all 0.3s;
}
.faq-spoller__title span::after {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  font-family: "iconfont";
  font-size: 0.6666666667em;
  transform: translate(-50%, -65%);
}
.faq-spoller__body {
  padding-bottom: 1.5625rem;
}
@media (max-width: 47.99875em){
  .faq::after {
    border-top: 6.875rem solid #eff1f4; /* висота і колір трикутника */
  }
  .faq .title-block__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .faq-spoller__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .faq-spoller__title h3 {
    font-size: 1rem;
  }
}
@media (width <= 20em){
  .faq {
    padding-top: 1.875rem;
  }
  .faq {
    padding-bottom: 6.25e-8rem;
  }
  .faq {
    margin-bottom: 9.75rem;
  }
  .faq {
    margin-top: 1.85rem;
  }
  .faq__title-block:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (width > 20em) and (width <= 76.875em){
  .faq {
    padding-top: clamp( 1.875rem , 0.3365384615375rem  +  7.6923076923vw , 6.25rem );
  }
  .faq {
    padding-bottom: clamp( 6.25e-8rem , -1.97802189354375rem  +  9.8901097802vw , 5.625rem );
  }
  .faq {
    margin-bottom: clamp( 9.75rem , 7.43131868131875rem  +  6.5934065934vw , 14.5rem );
  }
  .faq {
    margin-top: clamp( 1.85rem , 0.59065934065625rem  +  3.2967032967vw , 4.525rem );
  }
  .faq__title-block:not(:last-child) {
    margin-bottom: clamp( 1.5625rem , 0.5734890109875rem  +  4.9450549451vw , 4.375rem );
  }
}
@media (width > 76.875em){
  .faq {
    padding-top: 6.25rem;
  }
  .faq {
    padding-bottom: 5.625rem;
  }
  .faq {
    margin-bottom: 14.5rem;
  }
  .faq {
    margin-top: 4.525rem;
  }
  .faq__title-block:not(:last-child) {
    margin-bottom: 4.375rem;
  }
}