.faq--head {
  margin: 0 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .faq--head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .faq--head {
    flex-direction: column;
    margin: 0 0 24px;
    align-items: center;
  }
}
.faq--head__title {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 650px) {
  .faq--head__title {
    margin: 0 0 16px;
    text-align: center;
  }
}
.faq--list__item {
  margin: 0 0 16px;
}
.faq--list__item:last-child {
  margin: unset;
}
.faq--list__item--q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.faq--list__item--q span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: calc(100% - 60px);
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--q span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.faq--list__item--q__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after, .faq--list__item--q::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after {
  background-image: url(../../../images/home/faq_line_grey.svg);
}
.faq--list__item--q::before {
  background-image: url(../../../images/home/faq_line_orange.svg);
  opacity: 0;
}
.faq--list__item--q:hover span {
  color: #F58220;
}
.faq--list__item--q:hover::after {
  opacity: 0;
}
.faq--list__item--q:hover::before {
  opacity: 1;
}
.faq--list__item--a {
  padding: 16px 0 24px;
  display: none;
}
.faq--list__item--a > div h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 105%;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .faq--list__item--a > div h2 {
    font-size: 26px;
  }
}
.faq--list__item--a > div h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
  margin: 36px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h3 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h4 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0 12px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h5 {
    font-size: 20px;
  }
}
.faq--list__item--a > div h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h6 {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div p {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div ul, .faq--list__item--a > div ol {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
.faq--list__item--a > div ul li, .faq--list__item--a > div ol li {
  margin: 0 0 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.faq--list__item--a > div a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div a:hover {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q span {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q__btn {
  transform: rotate(180deg);
}
.faq--list__item.rud-active .faq--list__item--q::after {
  opacity: 0;
}
.faq--list__item.rud-active .faq--list__item--q::before {
  opacity: 1;
}

p {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: unset;
}
p:last-child {
  margin-bottom: unset;
}
p strong {
  font-weight: 700;
}

.faq--list__item--q::after {
  background-image: url(../../../../assets/images/home/faq_line_orange.svg);
}

.faq--list__item--q::before {
  background-image: url(../../../../assets/images/home/faq_line_orange.svg);
  opacity: 0;
}

.how-to {
  padding-bottom: 160px;
}
@media (max-width: 1600px) {
  .how-to {
    padding-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .how-to {
    padding-bottom: 100px;
  }
}
.how-to .title {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .how-to .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .how-to .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .how-to .title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .how-to .title--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .how-to .title--small {
    font-size: 32px;
  }
}
.how-to .title-white {
  color: #ffffff;
}
.how-to .btn {
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.how-to .btn-orange {
  background: #F58220;
  color: #ffffff;
}
.how-to .btn-orange:hover {
  background: #FAA61A;
}
.how-to .btn-white {
  background-color: #ffffff;
  color: #000;
}
.how-to .btn-white:hover {
  background: #FAA61A;
}
.how-to .btn-white-brd {
  border: 3px solid #EFEFEF;
  color: #000;
}
.how-to .btn-white-brd:hover {
  background: #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .how-to .btn-half {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.how-to .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-to .btn-icon-r svg {
  margin: 0 0 0 8px;
}
.how-to .btn-icon-l svg {
  margin: 0 12px 0 0;
}
.how-to h1 {
  font-size: 80px;
  line-height: 105%;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .how-to h1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .how-to h1 {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .how-to h1 {
    font-size: 36px;
  }
}
.how-to .container {
  z-index: 3;
  position: relative;
}
.how-to-hero {
  padding-bottom: 160px;
}
@media (max-width: 1600px) {
  .how-to-hero {
    padding-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .how-to-hero {
    padding-bottom: 100px;
  }
}
.how-to-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F58220;
  min-height: 816px;
}
@media (max-width: 1600px) {
  .how-to-hero:before {
    min-height: 516px;
  }
}
@media (max-width: 768px) {
  .how-to-hero:before {
    min-height: 671px;
  }
}
.how-to-hero:after {
  content: "";
  position: absolute;
  top: -729px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F56B20;
  width: 1304px;
  height: 1004px;
  filter: blur(250px);
}
@media (max-width: 768px) {
  .how-to-hero:after {
    width: 804px;
    height: 804px;
    top: -479px;
  }
}
@media (max-width: 1600px) {
  .how-to-hero {
    min-height: 440px;
  }
}
@media (max-width: 768px) {
  .how-to-hero {
    min-height: 595px;
  }
}
.how-to-hero__top {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  background-image: linear-gradient(to right, #FFCB05 14px, transparent 10px);
  background-size: 27px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  gap: 64px;
  padding-bottom: 48px;
}
@media (max-width: 1600px) {
  .how-to-hero__top {
    padding-bottom: 36px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.how-to-hero__subtitle {
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-weight: 500;
  opacity: 80%;
}
@media (max-width: 1600px) {
  .how-to-hero__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .how-to-hero__subtitle {
    font-size: 18px;
  }
}
.how-to-content {
  padding-top: 64px;
  z-index: 4;
  position: relative;
}
@media (max-width: 1600px) {
  .how-to-content {
    padding-top: 36px;
  }
}
.how-to-content__items {
  display: flex;
  gap: 36px;
  flex-direction: column;
}
.how-to-content__item {
  padding: 64px;
  display: flex;
  gap: 64px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .how-to-content__item {
    flex-direction: column;
  }
}
@media (max-width: 1600px) {
  .how-to-content__item {
    padding: 36px;
  }
}
@media (max-width: 1024px) {
  .how-to-content__item {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .how-to-content__item {
    padding: 36px;
  }
}
@media (max-width: 640px) {
  .how-to-content__item {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .how-to-content__item-left-col {
    flex: 1 1 36%;
  }
}
.how-to-content__item-left-col .item-left-col__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  background-image: linear-gradient(to right, #F58220 10px, transparent 10px);
  background-size: 19px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 24px;
  margin-bottom: 36px;
  font-weight: 700;
}
.how-to-content__item-left-col .item-left-col__title span {
  color: #F58220;
  font-weight: 700;
}
@media (min-width: 768px) {
  .how-to-content__item-right-col {
    flex: 1 1 60%;
  }
}
.how-to-steps {
  list-style-type: none;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin: unset;
  padding: unset;
}
.how-to-steps__count-item {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F66C21;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 120%;
}
.how-to-steps li {
  display: flex;
  gap: 8px;
}
@media (max-width: 640px) {
  .how-to-steps li {
    flex-direction: column;
  }
}
.how-to-steps__content strong {
  font-size: 18px;
}
.how-to-steps__content p {
  color: rgba(0, 0, 0, 0.6);
  margin: unset;
  font-size: 16px;
}
.how-to-steps__content-inner {
  margin-top: 4px;
}
.how-to-steps__content-inner p {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.how-to-steps__content-inner p strong {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}/*# sourceMappingURL=how-to.css.map */