* {
  box-sizing: border-box;
}

.kp-text {
  font-size: 2.4rem;
  color: #000;
  line-height: 125%;
}
@media (max-width: 768px) {
  .kp-text {
    font-size: 1.6rem;
  }
}

h2.kp-title {
  position: relative;
  display: inline-block;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  h2.kp-title {
    font-size: 2.7rem;
    margin-bottom: 3.6rem;
  }
}
h2.kp-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.5rem;
  width: 8rem;
  height: 0.4rem;
  background-color: #E30611;
}
@media (max-width: 768px) {
  h2.kp-title::after {
    bottom: -1rem;
  }
}
h2.kp-title--center::after {
  content: "";
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 768px) {
  h2.kp-title.kp-task__title {
    margin-bottom: 7rem;
  }
}

.kp-wrpper {
  padding: 0 7%;
  max-width: 100%;
}

.kp-choice-link {
  display: flex;
  justify-content: center;
  background-color: #FF2602;
}
@media (max-width: 640px) {
  .kp-choice-link {
    padding-top: 9rem;
  }
}
.kp-choice-link a + a {
  margin-left: 68px;
  margin-left: 7rem;
}
@media (max-width: 511px) {
  .kp-choice-link a + a {
    margin-left: 2rem;
  }
}
.kp-choice-link a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2.8rem;
}
@media (max-width: 511px) {
  .kp-choice-link a {
    font-size: 2.2rem;
  }
}
.kp-choice-link a.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
}

.kp-top {
  background-image: url("bg-top.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 511px) {
  .kp-top {
    background-image: url("bg-top-mobile.webp");
  }
}
.kp-top .h-fixed {
  flex-direction: column;
  justify-content: center;
  margin-top: -3%;
}
.kp-top h1 {
  color: #fff;
  text-align: center;
  max-width: 80%;
}
.kp-top h1::after {
  content: "";
  background: #fff;
}
.kp-top .company-logo {
  text-align: center;
  margin: 0 auto;
  max-width: 20rem;
}
.kp-top.b-work-item-promo .b-text-buble {
  padding: 0 0 4rem;
}

.kp-task {
  position: relative;
  overflow: hidden;
}
.kp-task::after, .kp-task::before {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 100%;
}
.kp-task::before {
  content: "";
  background-image: url("task-left.webp");
  background-position: center;
  width: 13.5rem;
  top: 5rem;
  left: 0;
}
@media (max-width: 768px) {
  .kp-task::before {
    background-image: url("task-left-mobile.webp");
    background-size: auto 100%;
    width: 12rem;
    top: auto;
    height: 25rem;
    bottom: 0;
  }
}
.kp-task::after {
  content: "";
  background-image: url("task-right.webp");
  background-position: center;
  top: -1.5rem;
  right: 0;
  width: 17.5rem;
}
@media (max-width: 768px) {
  .kp-task::after {
    background-image: url("task-right-mobile.webp");
    width: 7.5rem;
    height: 20rem;
    top: 2rem;
  }
}
.kp-task__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .kp-task__list {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .kp-task__list {
    padding: 0 7%;
  }
}
.kp-task__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media (max-width: 1024px) {
  .kp-task__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.kp-task__item-img {
  height: 10.5rem;
  margin-bottom: 2rem;
}
.kp-task__item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .kp-task__item-img {
    height: 7rem;
  }
}
.kp-task__item-text {
  font-weight: 400;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .kp-task__item-text {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .kp-thought {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .kp-thought.b-work-item-task {
    padding-bottom: 0;
  }
}
.kp-thought__list {
  display: flex;
  height: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}
.kp-thought__item {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #F4F7F9;
  text-align: left;
  min-height: 57rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .kp-thought__item {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }
}
.kp-thought__item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .kp-thought__item img {
    height: auto;
  }
}
.kp-thought__item:first-child {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.kp-thought__item:last-child {
  padding: 6rem 0 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1240px) {
  .kp-thought__item:last-child {
    padding: 4rem 0;
  }
}
.kp-thought__item-text {
  padding: 0 8rem 0;
}
@media (max-width: 1024px) {
  .kp-thought__item-text {
    padding: 0 7%;
  }
}
.kp-thought__item-text p {
  margin-left: 0;
}
.kp-thought__title {
  padding: 0 8rem;
}
@media (max-width: 1024px) {
  .kp-thought__title {
    padding: 0 7%;
  }
}

.kp-insight__top-block {
  position: relative;
}
.kp-insight__top-block::before, .kp-insight__top-block:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
}
.kp-insight__top-block::before {
  content: "";
  background-image: url("insight-left.webp");
  width: 21rem;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .kp-insight__top-block::before {
    background-image: url("insight-left-mobile.webp");
    width: 3.6rem;
    height: 19rem;
    top: auto;
    bottom: 2rem;
  }
}
.kp-insight__top-block::after {
  content: "";
  background-size: 100% 100%;
  background-image: url("insight-right.webp");
  width: 15.5rem;
  top: -24rem;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .kp-insight__top-block::after {
    background-image: url("insight-right-mobile.webp");
    top: -5rem;
    width: 5.5rem;
    height: 19.4rem;
    background-size: auto 100%;
  }
}
.kp-insight__text {
  text-align: center;
  padding: 0 7%;
}
.kp-insight__item:first-child {
  padding-bottom: 6rem;
}
.kp-insight__item:last-child {
  padding-bottom: 4rem;
}
.kp-insight__bg {
  background-image: url("foto-mid.webp");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
@media (max-width: 511px) {
  .kp-insight__bg {
    background-image: url("bg-foto-mobile.webp");
    padding-bottom: 83%;
  }
}
.kp-insight__gray-block {
  background-color: #F4F7F9;
}
.kp-insight__text-block {
  padding-top: 4rem;
  text-align: center;
  padding-bottom: 4rem;
}

.kp-insight-img__box {
  position: relative;
  display: block;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.kp-insight-img__item:first-child {
  display: flex;
  margin-right: auto;
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}
.kp-insight-img__item:first-child img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .kp-insight-img__item:first-child img {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .kp-insight-img__item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.kp-insight-img__item:last-child {
  margin-left: -20%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .kp-insight-img__item:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0 7%;
    text-align: center;
  }
  .kp-insight-img__item:last-child img {
    margin-right: -5%;
  }
}

.kp-insight-game {
  padding: 70px 7%;
}
.kp-insight-game__text {
  margin-bottom: 4.5rem;
}
.kp-insight-game__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.kp-insight-game__item {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .kp-insight-game__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 0;
  }
}
.kp-insight-game__item:first-child .kp-insight-game__item-num {
  flex: 0 0 30px;
}
.kp-insight-game__item:last-child .kp-insight-game__item-num {
  flex: 0 0 40px;
}
@media (max-width: 1024px) {
  .kp-insight-game__item:last-child {
    margin-bottom: 0;
  }
}
.kp-insight-game__item-text {
  padding-bottom: 2rem;
  text-align: left;
  position: relative;
  margin-left: 4rem;
}
@media (max-width: 1024px) {
  .kp-insight-game__item-text {
    margin-left: 1.6rem;
  }
}
.kp-insight-game__item-top {
  display: flex;
  align-items: flex-start;
}
.kp-insight-game__item-num {
  height: 10.5rem;
}
@media (max-width: 1024px) {
  .kp-insight-game__item-num {
    height: 4.4rem;
  }
}
.kp-insight-game__item-num img {
  width: 100%;
  height: 100%;
}

.kp-red {
  background-color: #E22B0A;
  position: relative;
}
.kp-red img {
  padding: 0 7%;
  margin: 0 auto;
  display: block;
  transform: translateY(22%);
  margin-top: -85%;
}

.kp-result {
  margin-top: 78%;
}
.kp-result__block {
  -moz-column-count: 2;
       column-count: 2;
  padding: 0 7%;
  margin-bottom: -4rem;
}
@media (max-width: 1024px) {
  .kp-result__block {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.kp-result__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 2rem;
  height: 8rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .kp-result__item {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    height: auto;
  }
}
.kp-result__item:last-child {
  margin-bottom: 8rem;
}
.kp-result__intent {
  flex: 0 0 16rem;
  max-width: 16rem;
  margin-right: 1.5rem;
  color: #E22B0A;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 45.833%;
  text-align: right;
}
@media (max-width: 1024px) {
  .kp-result__intent {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
.kp-result__intent span {
  font-size: 2.4rem;
  line-height: 2.2rem;
  text-align: right;
  display: block;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .kp-result__intent span {
    text-align: left;
  }
}
.kp-result__descr {
  color: #000;
}
@media (max-width: 1024px) {
  .kp-result__descr {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kp-gratitude {
  background-color: #F4F7F9;
  padding: 7rem 0;
}
.kp-gratitude__inner {
  margin: 0 auto;
  padding: 0 7%;
  position: relative;
}
.kp-gratitude__inner::after, .kp-gratitude__inner::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.kp-gratitude__inner::before {
  content: "";
  background-image: url("line.svg");
  width: 13rem;
  height: 21rem;
  bottom: -14rem;
  left: 30%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .kp-gratitude__inner::before {
    width: 7rem;
    height: 11.5rem;
    left: 50%;
  }
}
.kp-gratitude__inner::after {
  content: "";
  background-image: url("mitten.svg");
  width: 16rem;
  height: 16rem;
  top: 0;
  right: 24rem;
}
@media (max-width: 1240px) {
  .kp-gratitude__inner::after {
    right: 12rem;
  }
}
@media (max-width: 1024px) {
  .kp-gratitude__inner::after {
    top: -12rem;
    right: 50%;
    transform: translateX(50%);
    width: 7rem;
    height: 7rem;
  }
}
.kp-gratitude__text {
  color: #009FE5;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160.417%;
  padding: 0 25%;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .kp-gratitude__text {
    font-size: 1.8rem;
    padding: 0 7%;
  }
}
.kp-gratitude__title {
  color: #009FE5;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .kp-gratitude__title {
    font-size: 3rem;
  }
}
.kp-gratitude__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .kp-gratitude__list {
    max-width: 80%;
  }
}
.kp-gratitude__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .kp-gratitude__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.kp-gratitude__item-name {
  color: #1F1F1F;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143.75%;
}
@media (max-width: 1024px) {
  .kp-gratitude__item-name {
    font-size: 1.8rem;
  }
}
.kp-gratitude__item-descr {
  color: #1F1F1F;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 1024px) {
  .kp-gratitude__item-descr {
    font-size: 1.4rem;
  }
}
.kp-gratitude__row {
  color: #009FE5;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160.417%;
}

.kp-meta {
  padding-top: 11rem;
}/*# sourceMappingURL=style.css.map */