.faq__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .faq__section {
    padding: 40px 0 40px;
  }
}
.faq__section .row_title {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .faq__section .row_title {
    margin-bottom: 0px;
  }
}
.faq__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.faq__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.faq__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.faq__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .faq__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.faq__section .row_faq {
  display: flex;
  gap: 24px;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .faq__section .row_faq {
    flex-direction: column;
  }
}
.faq__section .row_faq .col-sm-6 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .col-sm-6 {
    width: 100%;
  }
}
.faq__section .row_faq .col-sm-6 .acc-block {
  background: #e8eeee;
  border: 1px solid #ebebea;
  border-radius: 12px;
  padding: 18px 24px;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .faq__section .row_faq .col-sm-6 .acc-block {
    padding: 14px 16px 16px 18px;
  }
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  position: relative;
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion.active .plus {
  display: none;
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion.active .minus {
  display: block !important;
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion span.title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  min-height: 34px;
  color: #0b0b0a;
  width: calc(100% - 44px);
}
@media (max-width: 767px) {
  .faq__section .row_faq .col-sm-6 .acc-block .accordion span.title {
    font-size: 20px;
    line-height: 24px;
  }
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion span.circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.faq__section .row_faq .col-sm-6 .acc-block .accordion span.circle svg {
  width: 24px;
  height: auto;
}
.faq__section .row_faq .col-sm-6 .acc-block .panel {
  width: calc(100% - 44px);
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2d2d2a;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .col-sm-6 .acc-block .panel {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq__section .row_faq .form-faq {
  border-radius: 20px;
  border: 0.3px solid #ebebea;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.0509803922);
  padding: 0px 24px 24px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq {
    margin-top: 48px;
    padding: 0px 16px 16px;
  }
}
.faq__section .row_faq .form-faq h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq h3 {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.faq__section .row_faq .form-faq p.form_subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq p.form_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
.faq__section .row_faq .form-faq span.circle {
  width: 80px;
  gap: 18px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.0509803922);
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -40px auto 24px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq span.circle {
    margin-left: 0px;
    width: 64px;
    height: 64px;
    margin: -32px auto 16px;
  }
}
.faq__section .row_faq .form-faq span.circle svg {
  width: 44px;
  height: auto;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq span.circle svg {
    width: 32px;
  }
}
.faq__section .row_faq .form-faq form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq form {
    gap: 24px;
  }
}
.faq__section .row_faq .form-faq form input[type=text],
.faq__section .row_faq .form-faq form input[type=tel],
.faq__section .row_faq .form-faq form input[type=email],
.faq__section .row_faq .form-faq form textarea,
.faq__section .row_faq .form-faq form select {
  border: 0.7px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 24px;
  width: 100%;
  padding: 10.5px 16px;
  font-family: "Manrope", sans-serif;
  background: rgba(243, 246, 246, 0.25);
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .faq__section .row_faq .form-faq form input[type=text],
  .faq__section .row_faq .form-faq form input[type=tel],
  .faq__section .row_faq .form-faq form input[type=email],
  .faq__section .row_faq .form-faq form textarea,
  .faq__section .row_faq .form-faq form select {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.faq__section .row_faq .form-faq form textarea {
  border-radius: 20px;
}
.faq__section .row_faq .form-faq form .select-block {
  position: relative;
}
.faq__section .row_faq .form-faq form .select-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.faq__section .row_faq .form-faq form .select-block::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512L340.864 831.872a30.59 30.59 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z'/%3E%3C/svg%3E");
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 55%;
  transform: translateY(-56%) rotate(90deg);
  right: 16px;
  pointer-events: none;
}
.faq__section .row_faq .form-faq form input[type=submit] {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 400px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  background: #ff5f33;
  border: 1.3px solid #ff5f33;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  margin-top: 16px;
}
.faq__section .row_faq .form-faq form input[type=submit]:hover {
  background: #0b0b0a;
  border: 1.3px solid #0b0b0a;
  transition: 500ms;
}
.faq__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .faq__section .desktop {
    display: none;
  }
}
.faq__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .faq__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=faq_section.css.map */