body {
  background: white;
}

.taskai-page h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

.taskai-main,
.taskai-services,
.taskai-stages,
.taskai-cases,
.taskai-case {
  position: relative;
}

.taskai-cases,
.taskai-case {
  z-index: 2;
  background: #ffffff;
}

.taskai-main .container,
.taskai-services .container,
.taskai-stages .container,
.taskai-cases .container,
.taskai-case .container {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 60px;
}

.taskai-main {
  background-color: #000326;
  width: 100vw;
  height: 100%;
  max-height: 800px;
  background-position: 0% 35%;
}

.taskai-main .taskai-container {
  padding-top: 188px;
  padding-bottom: 70px;
  margin-left: 10%;
}

.taskai-main .taskai-container .row > div {
  margin-top: 155px;
}

.taskai-main .taskai-container .row img {
  height: 380px;
  width: 100%;
  object-fit: scale-down;
  object-position: 50% 50%;
}

.taskai-main .taskai-container .row h1 {
  color: #ffffff;
  max-width: 400px;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: inline-block;
}

.taskai-main__square {
  position: absolute;
  top: 5px;
  right: -125px;
  height: 208px;
  width: 208px;
  border-radius: 60px;
  background: #fd1b55;
  transform: rotate(15deg);
  z-index: 3;
}

.taskai-services__blocks {
  padding: 80px 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 100px;
}

.service-block {
  width: 276px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.service-block__square {
  height: 164px;
  width: 164px;
  border-radius: 40px;
  background-color: #fd1b55;
  transform: rotate(-165deg);
  position: relative;
}

.service-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #000000;
}
.service-block__square::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(165deg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.service-block__square_search::after {
  background-image: url(../../img/solutions/taskai/service-search.svg);
}

.service-block__square_llm::after {
  background-image: url(../../img/solutions/taskai/service-llm.svg);
}

.service-block__square_message::after {
  background-image: url(../../img/solutions/taskai/service-message.svg);
}

.service-block__square_task::after {
  background-image: url(../../img/solutions/taskai/service-task.svg);
}

.service-block__square_record::after {
  background-image: url(../../img/solutions/taskai/service-record.svg);
}

.taskai-services__square {
  position: absolute;
  top: -116.5px;
  left: -30px;
  height: 209px;
  width: 209px;
  border-radius: 60px;
  background-color: #fff;
  transform: rotate(-165deg);
  overflow: hidden;
  z-index: 1;
}

.taskai-services__square::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 120px;
  height: 209px;
  width: 209px;
  border-radius: 60px;
  background-color: #21d7ff;
}

.taskai-stages .container {
  padding-bottom: 90px;
}

.taskai-stages h2 {
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  z-index: 2;
}

.taskai-stages h6 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  max-width: 562px;
  color: #ffffff;
  z-index: 2;
}

.taskai-stages__background {
  position: absolute;
  top: 120px;
  left: -166px;
  height: 1300px;
  width: 130vw;
  background-color: #22142d;
  border-radius: 150px;
  transform: rotate(15deg);
  z-index: 1;
}

.taskai-stages__grid {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 64px;
  z-index: 2;
}

.taskai-stages__item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  flex: 1 1 430px;
  gap: 0 48px;
}

.taskai-stages__item:nth-of-type(2),
.taskai-stages__item:nth-of-type(4) {
  margin-top: 90px;
}

.taskai-stages__item h3 {
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}

.taskai-stages__item-icon {
  position: relative;
  height: 87px;
  width: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 700;
  color: white;
  user-select: none;
}

.taskai-stages__item-icon::after {
  position: absolute;
  content: "";
  height: 87px;
  width: 87px;
  display: block;
  border-radius: 20px;
  background-color: #21d7ff;
  transform: rotate(165deg);
  z-index: -1;
}

.taskai-stages__item-content ul {
  list-style-type: none;
}

.taskai-stages__item-content ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.taskai-stages__item-content p {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.taskai-stages__item-content ul li::before {
  content: "";
  margin-top: 4px;
  margin-right: 10px;
  display: inline-block;
  background: #fff;
  width: 8.718px;
  height: 8.718px;
  transform: rotate(15deg);
  flex-shrink: 0;
  border-radius: 2px;
}

.taskai-case__square,
.ai-accountant-assistent .taskai-case__square {
  position: absolute;
  top: -85px;
  right: -95px;
  height: 177px;
  width: 177px;
  border-radius: 60px;
  background: #21d7ff;
  transform: rotate(15deg);
  z-index: 3;
}

.taskai-case_ai-assistent .taskai-case__square,
.taskai-case_ai-medic-assistent .taskai-case__square,
.taskai-case_archive .taskai-case__square {
  background: #fd1b55;
}

.taskai-case_img {
  height: 600px;
  background-image: url(../../img/solutions/taskai/assistent.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.taskai-case_img.taskai-case_ai-assistent {
  background-image: url(../../img/solutions/taskai/ai-assistent.png);
}

.taskai-case_img.taskai-case_ai-accountant-assistent {
  background-image: url(../../img/solutions/taskai/ai-accountant-assistent.png);
}

.taskai-case_img.taskai-case_ai-medic-assistent {
  background-image: url(../../img/solutions/taskai/ai-medic-assistent.png);
}

.taskai-case_img.taskai-case_archive {
  background-image: url(../../img/solutions/taskai/archive.png);
}

.taskai-case_img .container {
  padding-top: 140px;
}

.taskai-case_img .container .row > div {
  height: 400px;
}

.taskai-case_img h2 {
  color: #ffffff;
}

.taskai-case_img h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.taskai-case_img h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.taskai-case__client {
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.taskai-case h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #21d7ff;
  margin-bottom: 20px;
}

.taskai-case.taskai-case_archive h4,
.ai-medic-assistent h4,
.ai-assistent h4 {
  color: #fd1b55;
}

.taskai-case p {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 8px;
}

.taskai-case .container.taskai-case__problem {
  top: -360px;
  height: 0;
  padding: 0;
}

.taskai-case__card {
  position: absolute;
  border-radius: 120px;
  transform: rotate(15deg);
  height: 700px;
  right: 0;
  top: -60px;
  width: 50%;
  background: #ffffff;
}

.taskai-main .consultation-container {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: row;
  margin-top: 60px;
}

.taskai-main .consultation-button {
  display: flex;
  justify-content: center;
  width: 240px;
  padding: 14px 10px 14px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border: none;
  height: 55px;
}

.taskai-main .consultation-link {
  display: flex;
  width: 240px;
  padding: 14px 10px 14px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #ffffff00;
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  height: 55px;
}

.taskai-main .technical-documents-link {
  display: flex;
  justify-content: center;
  width: 240px;
  padding: 14px 10px 14px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border: none;
  height: 55px;
}

.registration__number {
  margin-top: 20px;
  text-wrap: wrap;
  color: #ffffff;
}

.taskai-consultation .consultation-form__submit .sol-sec-btn,
.taskai-consultation .consultation-form__info ul.styled-list li::before {
  background: #fd1b55;
}

.taskai-consultation .consultation-form__submit .sol-sec-btn {
  background: #fd1b55 !important;
}

.taskai-consultation .wpcf7-form.accent-200 .consultation-form input,
.taskai-consultation .wpcf7-form.accent-200 .consultation-form textarea {
  color: #fd1b55;
}

.ntr-section.awards {
  overflow: hidden;
}
.ntr-section.awards .ntr-container {
  padding: 0;
}
.ntr-section.awards .ntr-container .ntr-subcontainer {
  margin: 0;
  max-width: 100%;
}
.ntr-section.awards .ntr-title {
  padding: 0;
}
.ntr-section.awards .ntr-title::after {
  display: none;
}
.ntr-section.awards .ntr-title h2 {
  font-size: 40px;
  width: min-content;
}
