.services-page {
  position: relative;
}
.services-page .scroll-utils {
  position: absolute;
  top: 550px;
  left: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  transform: translateX(-50%);
  gap: 4px 0;
  transition: top 1.5s ease-in-out;
}
.services-page .scroll-utils.--hidden {
  top: -200px;
  transition: top 1.5s ease-in-out;
}
.services-page .scroll-utils__icon {
  width: 24px;
  height: 24px;
}
.services-page .scroll-utils__text {
  color: #7d7d7d;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
  animation: my 700ms infinite;
}
.services-page .block {
  position: relative;
}
.services-page .block .container {
  padding: 0;
}
.services-page .block__body {
  display: flex;
}
@media (max-width: 992px) {
  .services-page .block__body {
    padding: 30px 16px;
  }
}
.services-page .block__body--left {
  display: flex;
  flex-flow: column;
  gap: 18px 0;
}
@media (max-width: 992px) {
  .services-page .block__body--left {
    width: 100%;
    align-items: flex-start;
  }
}
.services-page .block__body--right {
  width: 100%;
}
.services-page .block__body--right img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .services-page .block__body--right img {
    height: 100%;
    width: 100%;
  }
}
.services-page .block__body--title {
  color: #030303;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 0 9px;
  margin: 0;
}
@media (max-width: 992px) {
  .services-page .block__body--title {
    color: #000;
    font-size: 24px;
    line-height: normal;
    flex-flow: column;
    align-items: flex-start;
  }
}
.services-page .block__body--title .title {
  width: 390px;
}
@media (max-width: 992px) {
  .services-page .block__body--title .title {
    width: 100%;
  }
}
.services-page .block__body--title span.line {
  width: 122px;
  height: 3px;
  border-radius: 200px;
  background: #e31f26;
}
@media (max-width: 992px) {
  .services-page .block__body--title span.line {
    width: 90px;
    order: 2;
  }
}
.services-page .block__body--description {
  color: #4f596a;
  width: 390px;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 0 131px;
}
@media (max-width: 992px) {
  .services-page .block__body--description {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .services-page .block__body--description {
    font-size: 15px;
    line-height: 25px;
  }
}
.services-page .block__body--content {
  display: flex;
  width: 100%;
  min-height: 500px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .services-page .block__body--content {
    height: 100%;
    flex-flow: column;
  }
}
.services-page .block__footer {
  bottom: -1px;
}
.services-page .block__top {
  top: 0;
}
.services-page .block__footer, .services-page .block__top {
  max-height: auto;
  width: 100%;
}
.services-page .block__footer img, .services-page .block__top img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block__footer img, .services-page .block__top img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.services-page .block:nth-child(1) {
  background: linear-gradient(90deg, #ffdda2 0%, #faa57d 47.01%, #ed1c24 93.69%);
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) {
    width: 100%;
  }
}
.services-page .block:nth-child(1) .block__body {
  gap: 0 30px;
  padding: 135px 0 0;
  align-items: center;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body {
    padding: 49px 35px 40px;
  }
}
.services-page .block:nth-child(1) .block__body--title {
  color: #e31f26;
  font-size: 120px;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body--title {
    margin-bottom: 0px;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
  }
}
.services-page .block:nth-child(1) .block__body--description {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 34px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body--description {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
}
.services-page .block:nth-child(1) .block__body--content {
  gap: 0 30px;
  position: relative;
  min-height: 380px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body--content {
    color: #fff;
    gap: 10px 0;
  }
}
.services-page .block:nth-child(1) .block__body--left {
  width: 456px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body--left {
    width: 100%;
    padding: 0;
  }
}
.services-page .block:nth-child(1) .block__body--right {
  max-width: 637.452px;
}
.services-page .block:nth-child(1) .block__body--right img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(1) .block__body--right img {
    width: 100%;
  }
}
.services-page .block:nth-child(1) .block__footer img {
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(2) .block__body--description {
    width: 100%;
  }
}
.services-page .block:nth-child(2) .block__body--content {
  gap: 0 70px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(2) .block__body--content {
    gap: 20px 0;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(2) .block__body--right {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(2) .block__body--right img {
    height: 100%;
    width: 100%;
  }
}
.services-page .block:nth-child(3) .block__body {
  background: #f2f5ff;
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(3) .block__body--description {
    width: 100%;
  }
}
.services-page .block:nth-child(3) .block__body--content {
  gap: 0 70px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(3) .block__body--content {
    gap: 50px 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(3) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(3) .block__body--right img {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(3) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(4) {
  height: unset;
  background: #fff;
}
.services-page .block:nth-child(4) .block__body--content {
  gap: 0 115px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(4) .block__body--content {
    gap: 50px 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(4) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(4) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(5) .block__body {
  background: #f2f5ff;
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(5) .block__body--title .title {
    width: 278px;
  }
}
.services-page .block:nth-child(5) .block__body--content {
  gap: 0 58px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(5) .block__body--content {
    gap: 50px 0;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(5) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(5) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(6) {
  background: #fff;
}
.services-page .block:nth-child(6) .block__body--content {
  gap: 0 10px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(6) .block__body--content {
    gap: 30px 0;
    justify-content: center;
  }
}
.services-page .block:nth-child(6) .block__body--description {
  width: 464px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(6) .block__body--description {
    width: 100%;
  }
}
.services-page .block:nth-child(6) .block__body--description .red {
  color: #e31f26;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(6) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(6) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(7) .block__body {
  background: #f2f5ff;
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(7) .block__body--title .title {
    width: 175px;
  }
}
.services-page .block:nth-child(7) .block__body--content {
  gap: 0 14px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(7) .block__body--content {
    gap: 30px 0;
    justify-content: flex-start;
  }
}
.services-page .block:nth-child(7) .block__body--content p {
  margin: 0;
}
.services-page .block:nth-child(7) .block__body--content .list-item {
  margin: 0;
}
.services-page .block:nth-child(7) .block__body--content .list-item__item {
  list-style: unset;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(7) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(7) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(8) {
  background: #fff;
}
.services-page .block:nth-child(8) .block__body {
  height: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(8) .block__body--title .title {
    width: 287px;
  }
}
.services-page .block:nth-child(8) .block__body--content {
  gap: 0 44px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(8) .block__body--content {
    gap: 30px 0;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(8) .block__body--right {
    text-align: center;
    max-height: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .services-page .block:nth-child(8) .block__footer {
    top: 100%;
  }
}
.services-page .block:nth-child(9) .block__body {
  background: #f2f5ff;
  height: 100%;
  align-items: center;
}
.services-page .block:nth-child(9) .block__body--title .title {
  width: 644px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(9) .block__body--title .title {
    width: 100%;
  }
}
.services-page .block:nth-child(9) .block__body--content {
  gap: 0 44px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(9) .block__body--content {
    gap: 0;
    justify-content: flex-start;
  }
}
.services-page .block:nth-child(9) .block__body--left {
  height: 100%;
}
.services-page .block:nth-child(9) .block__body--left li {
  list-style: unset;
  color: #4f596a;
  width: 390px;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(9) .block__body--left li {
    font-size: 15px;
    line-height: 25px;
  }
}
.services-page .block:nth-child(9) .block__body--description {
  height: 100%;
  width: 607px;
}
@media (max-width: 768px) {
  .services-page .block:nth-child(9) .block__body--description {
    width: 100%;
  }
}
.services-page .block:nth-child(9) .block__body--description p {
  margin: 0;
}
.services-page .block:nth-child(9) .block__body .list-link__item a {
  color: #4f596a;
}
.services-page .block:nth-child(9) .block__content {
  background-image: url("/assets/svg/services/block_9_image.svg");
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 768px) {
  .services-page .block:nth-child(9) .block__content {
    height: 900px;
    background-position: bottom;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .services-page .block:nth-child(9) .block__content {
    height: 800px;
  }
}
@media (max-width: 768px) {
  .services-page .block:nth-child(9) .block__content .list-link {
    display: grid;
    padding-left: 15px;
    grid-template-columns: 60% 40%;
    gap: 0 15px;
  }
}
@media (max-width: 768px) {
  .services-page .block:nth-child(9) .block__content .list-link__item {
    width: auto;
  }
}
.services-page .block:nth-child(9) .block__content .list-link__item a {
  overflow-wrap: break-word;
  word-break: break-word;
}
.services-page .block:nth-child(9) .block__footer {
  bottom: unset;
  top: 100%;
}
@media (max-width: 992px) {
  .services-page .block:nth-child(9) .block__footer {
    top: 100%;
  }
}
@keyframes my {
  0% {
    color: #7d7d7d;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #7d7d7d;
  }
}
