@charset "UTF-8";
/*--------------------------------------------------------------
# PAGE PROCESS
--------------------------------------------------------------*/

.hero-process {
  margin-block: -108px -360px;
  padding-block: 108px 400px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hero-process {
    margin-bottom: -375px;
  }
}

.hero-process__inner {
  --gap: 50px;
  --col-2: 625px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero-process__inner {
    gap: 24px;
  }
}

.hero-process__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .hero-process__content {
    display: contents;
    gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .hero-process__block:first-child {
    display: contents;
  }
}

.hero-process__block:last-child {
  order: 6;
}

.hero-process__media {
  height: 690px;
}

@media screen and (max-width: 991px) {
  .hero-process__media {
    order: 2;
  }
}

@media screen and (max-width: 650px) {
  .hero-process__media {
    height: 240px;
  }
}

@media screen and (max-width: 991px) {
  .hero-process__title:first-child {
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  .hero-process__desc:nth-child(2) {
    order: 4;
  }
}

@media screen and (max-width: 991px) {
  .hero-process .btn {
    order: 3;
  }
}

.hero-process__bg {
  --flip-x: -1;
  --rotate: 35deg;
  right: -350px;
  top: -100px;
}

@media screen and (max-width: 991px) {
  .hero-process__bg {
    --rotate: 0;
    right: -540px;
    top: -100px;
  }
}

.test-steps__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 991px) {
  .test-steps__inner {
    gap: 20px;
    padding: 0;
    background: transparent;
  }
}

.test-steps__content {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .test-steps__content {
    align-items: stretch;
  }
}

.test-steps__row-1 {
  --gap: 50px;
  --col-1: 593px;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .test-steps__row-1 {
    align-items: flex-start;
    width: 100%;
  }
}

.test-steps__row-1 .test-steps__media {
  height: 567px;
}

@media screen and (max-width: 650px) {
  .test-steps__row-1 .test-steps__media {
    height: 220px;
  }
}

.test-steps__row-2 {
  --gap: 50px;
  --col-1: 593px;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .test-steps__row-2 {
    align-items: flex-start;
  }
}

.test-steps__row-2 .test-steps__media {
  height: 471px;
}

@media screen and (max-width: 650px) {
  .test-steps__row-2 .test-steps__media {
    height: 220px;
  }
}

.test-steps__row-2 .test-steps__media img {
  -o-object-fit: contain;
  object-fit: contain;
}

.test-steps__desc+.test-steps__list {
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .test-steps__desc+.test-steps__list {
    margin-top: 0;
  }
}

.results-info {
  padding-bottom: 500px;
  margin-bottom: -450px;
}

@media screen and (max-width: 991px) {
  .results-info {
    margin-bottom: -475px;
  }
}

.results-info__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px 50px;
}

@media screen and (max-width: 991px) {
  .results-info__inner {
    display: flex;
    flex-direction: column;
  }
}

.results-info__content {
  display: contents;
}

@media screen and (max-width: 991px) {
  .results-info__content {
    display: block;
    order: 2;
  }
}

.results-info__title {
  grid-column: 1;
  grid-row: 1;
}

@media screen and (max-width: 991px) {
  .results-info__title {
    order: 1;
  }
}

.results-info__subtitle {
  color: var(--color-text);
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .results-info__subtitle {
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  .results-info__list {
    margin-block: 12px;
  }
}

.results-info__media {
  flex-shrink: 0;
  grid-column: 2;
  grid-row: 1/span 2;
  height: 426px;
}

@media screen and (max-width: 991px) {
  .results-info__media {
    order: 3;
  }
}

@media screen and (max-width: 650px) {
  .results-info__media {
    height: 220px;
  }
}

.results-info__text {
  max-width: 654px;
}

@media screen and (max-width: 991px) {
  .results-info__text {
    display: contents;
    max-width: 100%;
  }
}

.results-info__text--num-1 {
  grid-column: 1;
  grid-row: 2;
}

.results-info__text--num-2 {
  grid-column: 2;
  grid-row: 4;
}

.results-info__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1/-1;
  grid-row: 3;
  margin-inline: auto;
  padding-top: 40px;
  max-width: 654px;
}

@media screen and (max-width: 991px) {
  .results-info__block {
    display: contents;
    padding-top: 0;
    max-width: 100%;
  }
}

.results-info .btn {
  grid-column: 1;
  grid-row: 4;
  align-self: flex-end;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .results-info .btn {
    align-self: center;
    order: 4;
  }
}

.results-info__bg {
  --rotate: -115deg;
  --flip-x: -1;
  bottom: -250px;
  left: -320px;
}

@media screen and (max-width: 991px) {
  .results-info__bg {
    display: none;
  }
}

.failure-consultation__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  background-color: var(--color-bg-main);
}

@media screen and (max-width: 991px) {
  .failure-consultation__inner {
    gap: 40px;
  }
}

.failure-consultation__row {
  --gap: 30px;
  --col-2: 613px;
}

.failure-consultation__column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .failure-consultation__column {
    gap: 24px;
  }
}

.failure-consultation__media {
  height: 418px;
}

@media screen and (max-width: 650px) {
  .failure-consultation__media {
    height: 220px;
  }
}

.failure-consultation__media img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 650px) {
  .failure-consultation__media img {
    top: -30px;
    height: 280px;
  }
}

.failure-consultation__desc {
  color: var(--color-text-light);
}