h1, h2, h3, h4 {
  margin: 0;
}
ul li {
  background-image: none;
}
.portfol-wrapper .kmarket p {
  margin: 0;
}
.portfol-wrapper .kmarket .basetext {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.portfol-wrapper .kmarket .title-h2 {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
}
.portfol-wrapper .kmarket .title-h3 {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  color: #313131;
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
.portfol-wrapper .kmarket .realize__bitrix-title {
  margin-bottom: 36px;
}
.portfol-wrapper .kmarket .text-white {
  color: #fff;
}

.btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

/* section head */
.title-h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
.title-h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.portfol-wrapper .kmarket .title-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.scroll {
  overflow-y: auto !important;
  scrollbar-width: none;
}
.scroll::-webkit-scrollbar {
  display: none;
  width: 0;
}

/* page */
.kmarket {
  color: #313131;;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
.kmarket .portfol {
  position: relative;
}
/* hero */
.hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 83px;
  background: linear-gradient(180deg, #f4f4f4 26.09%, #dadde0 100%);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 368px;
  background: linear-gradient(180deg, #00529d 0%, #3481c7 100%);
  z-index: 0;
}
.hero__list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  z-index: 2;
}
.hero__list-item {
  width: 180px;
  text-align: center;
  color: #9CCDFF;
}
.hero__item-item-text {
  color: #fff;
}
.hero__center {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.hero__center-image {
  width: 1024px;
  height: 1120px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 40px 0px #15447033;
}
.hero__center img {
  pointer-events: none;
}
.hero__center-right {
  position: absolute;
  bottom: 120px;
  right: -336px;
  width: 360px;
  height: 680px;
  border-radius: 20px;
  overflow: hidden;
}
.hero__center-left {
  position: absolute;
  bottom: 120px;
  left: -336px;
  width: 360px;
  height: 680px;
  border-radius: 20px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/new/site/texcare/zubs-fff.svg");
  z-index: 3;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1464AD;
  mask-image: url("/image/new/site/texcare/zubs-fff.svg");
  z-index: 3;
}

/* project */
.project {
  overflow: hidden;
}
.project__top {
  padding: 80px 0;
  color: #fff;
  background: #1464ad;
}
.project__top-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 316px;
}
.project__top-graph-tablet {
  position: absolute;
  top: 0;
  left: 0;
  width: 1160px;
  height: 280px;
  background: url("/image/new/site/kmarket/client_bg_blue.jpg") no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.project__top-graph-tablet::before {
  content: '';
  position: absolute;
  top: 0;
  left: -148px;
  width: 1380px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0px, #1464ad 120px);
  transform: translateX(1380px);
  transition: transform 1s ease;
}
.project__top-graph-tablet-point {
  position: absolute;
  z-index: 2;
}
.project__top-graph-tablet-point-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: #e5f5fd;
  z-index: 2;
}
.project__top-graph-tablet-point-icon img {
  pointer-events: none;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project__top-graph-tablet-point-line {
  box-sizing: border-box;
  height: 48px;
  padding-left: 52px;
  display: flex;
  align-items: center;
  border-radius: 48px;
  background: #e5f5fd;
}
.project__top-graph-tablet-point-line span {
  color: #313131;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.project__top-graph-tablet-point._1 {
  top: 30px;
  left: 72px;
}
.project__top-graph-tablet-point._1 .project__top-graph-tablet-point-line {
  width: 197px;
}
.project__top-graph-tablet-point._2 {
  top: 86px;
  left: 278px;
}
.project__top-graph-tablet-point._2 .project__top-graph-tablet-point-line {
  width: 164px;
}
.project__top-graph-tablet-point._3 {
  top: 144px;
  left: 452px;
}
.project__top-graph-tablet-point._3 .project__top-graph-tablet-point-line {
  width: 708px;
}
.project__top-graph-tablet-point._4 {
  top: 202px;
  left: 906px;
}
.project__top-graph-tablet-point._4 .project__top-graph-tablet-point-line {
  width: 177px;
}
.project__top-graph-years {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  display: flex;
  justify-content: space-between;
  padding: 0 62px;
}
.project__task {
  padding: 80px 0;
  background: #fff;
}
.project__task-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 218px;
}
.project__task-graph-url {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #1464ad;
  border-radius: 48px;
  background: #e5f5fd;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.project__task-graph-list {
  display: flex;
  justify-content: space-between;
}
.project__task-graph-list-item {
  width: 180px;
}
.project__task-graph-list-item-line {
  height: 60px;
  padding-left: 21px;
}
.project__task-graph-list-item-line img {
  pointer-events: none;
  height: 60px;
}
.project__task-graph-list-item-content {
  height: 108px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project__task-graph-list-item-content-icon {
  width: 48px;
  height: 48px;
}
.project__task-graph-list-item-content-icon img {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project__task-graph-list-item-content-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.project__decision {
  padding: 80px 0;
  background: linear-gradient(180deg, #f4f4f4 0%, #dadde0 100%);
}
.project__decision-animation {
  position: relative;
  margin-top: 40px;
  width: 1160px;
  height: 760px;
}
.project__decision-animation-laptop {
  position: relative;
  height: 712px;
}
.project__decision-animation-laptop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 1156px;
  height: 757px;
  background: url("/image/new/site/kmarket/laptop-animation.png") no-repeat;
  background-size: contain;
}
.project__decision-animation-laptop::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 70px;
  width: 24px;
  height: 570px;
  background: url("/image/new/site/kmarket/scroll.png") no-repeat;
  background-size: contain;
}
.project__decision-animation-laptop-screen {
  position: absolute;
  top: 20px;
  left: 148px;
  width: 874px;
  height: 568px;
  z-index: 2;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.project__decision-animation-laptop-screen-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 874px;
  height: 568px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease-in;
}
.project__decision-animation-laptop-screen-item.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.project__decision-animation-laptop-screen-item-image {
  display: flex;
}
.project__decision-animation-laptop-screen-item-image img {
  pointer-events: none;
  width: 100%;
}
.project__decision-animation-buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.project__decision-animation-buttons-wrap {
  display: flex;
  justify-content: center;
}
.project__decision-animation-buttons-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1464ad;
  transform: scale(.25);
}
.project__decision-animation-buttons-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: inset 0 0 0 1px #1464ad;
  border-radius: 50%;
  overflow: hidden;
  color: #1464ad;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.5s ease-in;
}
.project__decision-animation-buttons-btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1464ad;
  border-radius: 50%;
  transform: translateX(164px);
  transition: transform 0.5s ease-in-out;
}
.project__decision-animation-buttons-btn._2::before {
  transform: translateX(-164px);
}
.project__decision-animation-buttons-btn.active {
  color: #fff;
}
.project__decision-animation-buttons-btn.active::before {
  transform: translateX(0);
}
.project__decision-animation-buttons-btn span {
  position: relative;
  z-index: 2;
}
.project__decision-animation-buttons-line {
  width: 60px;
  height: 0px;
  border-top: 1px dashed #1464AD;
  display: flex;
  align-items: center;
}
.project__decision-animation-buttons-line img {
  pointer-events: none;
  width: 60px;
}

/* design */
.design {
  position: relative;
  overflow: hidden;
}
.design__top {
  position: relative;
  background: #1464ad;
  color: #fff;
  height: 1375px;
}
.design::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #DBDEE1;
  mask-image: url("/image/new/site/texcare/zubs-fff.svg");
  z-index: 3;
}
.design__top-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.design__top-background img {
  pointer-events: none;
  flex-shrink: 0;
  width: 1920px;
  height: 1375px;
}
.design__top-content {
  position: relative;
  z-index: 0;
  padding-top: 80px;
}
.design__top-text {
  max-width: 612px;
}
.design__top-graph {
  margin-top: 50px;
  position: relative;
  width: 260px;
  height: 260px;
}
.design__top-graph-letter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.design__top-graph-figure {
  position: absolute;
  top: 56px;
  left: 64px;
  width: 188px;
  height: 100px;
}
.design__top-graph-title {
  position: absolute;
  top: 58px;
  left: 34px;
  width: 50px;
  height: 71px;
}
.design__catalog {
  padding: 80px 0;
  background: linear-gradient(180deg, #f4f4f4 0%, #dadde0 100%);
}
.design__catalog-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 867px;
}
.design__catalog-graph-desktop {
  flex-shrink: 0;
  position: relative;
  width: 1000px;
  height: 779px;
}
.design__catalog-graph-desktop-wrap {
  display: flex;
  justify-content: center;
}
.design__catalog-graph-desktop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 779px;
  background: url("/image/new/site/kmarket/cat_mockup.png") no-repeat;
  background-size: contain;
}
.design__catalog-graph-desktop-screen {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 958px;
  height: 539px;
  overflow: hidden;
  z-index: 2;
}
.design__catalog-graph-desktop-screen-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 958px;
  height: 539px;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}
.design__catalog-graph-desktop-screen-item.active {
  opacity: 1;
  visibility: visible;
}
.design__catalog-graph-desktop-screen-item img {
  pointer-events: none;
  width: 100%;
}
.design__catalog-graph-buttons {
  position: relative;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.design__catalog-graph-buttons-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.design__catalog-graph-buttons-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1464ad;
  transform: scale(.25);
}
.design__catalog-graph-buttons-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: inset 0 0 0 1px #1464ad;
  border-radius: 50%;
  overflow: hidden;
  color: #1464ad;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.5s ease-in;
}
.design__catalog-graph-buttons-btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1464ad;
  border-radius: 50%;
  transform: translateX(164px);
  transition: transform 0.5s ease-in-out;
}
.design__catalog-graph-buttons-btn._2::before {
  transform: translateX(-164px);
}
.design__catalog-graph-buttons-btn.active img {
  -webkit-filter: invert(1) grayscale(1) brightness(1.5);
          filter: invert(1) grayscale(1) brightness(1.5);
}
.design__catalog-graph-buttons-btn.active::before {
  transform: translateX(0);
}
.design__catalog-graph-buttons-btn img {
  pointer-events: none;
  position: relative;
  z-index: 2;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
}
.design__catalog-graph-buttons-line {
  width: 60px;
  display: flex;
  align-items: center;
}
.design__catalog-graph-buttons-line img {
  pointer-events: none;
  width: 60px;
}
.design__catalog-graph-phone {
  position: absolute;
  bottom: 66px;
  right: -190px;
  z-index: 3;
}
.design__catalog-graph-phone img {
  pointer-events: none;
}
.design__lk {
  padding: 80px 0;
  background: #fff;
}
.design__lk-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 726px;
}
.design__lk-graph-orders {
  position: absolute;
  top: 154px;
  left: 180px;
  width: 800px;
  height: 516px;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(21,68,112,0.2);
  outline: 16px solid #fff;
}
.design__lk-graph-orders img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.design__lk-graph-trigger {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}
.design__lk-graph-icons {
  position: absolute;
  top: -136px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(21,68,112,0.2);
  outline: 16px solid #fff;
}
.design__lk-graph-icons-item {
  width: 102px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.design__lk-graph-icons-item._3 {
  background: #f4f4f4;
}
.design__lk-graph-phone {
  position: absolute;
  bottom: -144px;
  left: -222px;
  width: 676px;
  height: 772px;
}
.design__lk-graph-phone img {
  pointer-events: none;
  width: 100%;
}
.design__uikit {
  padding: 80px 0 75px;
  background: linear-gradient(180deg, #f4f4f4 0%, #dadde0 100%);
}
.design__uikit-graph {
  margin-top: 60px;
  position: relative;
  width: 1160px;
  height: 732px;
}
.design__uikit-graph-colours-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.design__uikit-graph-colours-list-item {
  position: relative;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.design__uikit-graph-colours-list-item-circle {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design__uikit-graph-colours-list-item-circle-text {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.design__uikit-graph-colours-list-item:first-child .design__uikit-graph-colours-list-item-circle {
  left: 0;
}
.design__uikit-graph-colours-list-item:last-child .design__uikit-graph-colours-list-item-circle {
  left: -46px;
}
.design__uikit-graph-elements {
  margin-top: 60px;
}
.design__uikit-graph-elements-font {
  width: 100%;
  padding-bottom: 36px;
  border-bottom: 1px dashed #1464ad;
}
.design__uikit-graph-elements-font img {
  width: 100%;
}
.design__uikit-graph-elements-iconssm {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.design__uikit-graph-elements-icons {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}

/* realize */
.realize {
  position: relative;
  overflow: hidden;
}
.realize__top {
  padding: 80px 0;
  background: #1464ad;
}
.realize::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #DADDE0;
  mask-image: url("/image/new/site/texcare/zubs-fff.svg");
  z-index: 3;
}
.realize__top-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
}
.realize__top-graph-top {
  position: relative;
  height: 88px;
}
.realize__top-graph-top::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 146px;
  width: 869px;
  height: 0;
  border-top: 1px dashed #b8d0e6;
}
.realize__top-graph-top-icon {
  position: absolute;
  top: 0;
  left: 556px;
  width: 48px;
  height: 48px;
}
.realize__top-graph-top-icon img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.realize__top-graph-top-lines {
  position: absolute;
  top: 24px;
  left: 143px;
  width: 875px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.realize__top-graph-top-lines-item {
  width: 6px;
  height: 60px;
}
.realize__top-graph-top-lines-item img {
  pointer-events: none;
  height: 60px;
}
.realize__top-graph-bottom {
  position: relative;
  height: 196px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.realize__top-graph-bottom-item {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.realize__top-graph-bottom-item._1 {
  border-radius: 20px 0 0 20px;
  background: rgba(255,255,255,0.898);
}
.realize__top-graph-bottom-item._2 {
  background: rgba(255,255,255,0.8);
}
.realize__top-graph-bottom-item._3 {
  background: rgba(255,255,255,0.698);
}
.realize__top-graph-bottom-item._4 {
  border-radius: 0 20px 20px 0;
  background: rgba(255,255,255,0.6);
}
.realize__top-graph-bottom-item-text {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.realize__bitrix {
  padding: 80px 0;
  background: linear-gradient(180deg, #f4f4f4 0%, #dadde0 100%);
}
.realize__bitrix-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 774px;
}
.realize__bitrix-graph-laptop {
  position: absolute;
  top: 38px;
  left: 0;
  width: 1160px;
  height: 760px;
}
.realize__bitrix-graph-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  border: 2px solid rgba(120,151,180,0.102);
  border-radius: 20px;
  background: rgba(158,190,219,0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.realize__bitrix-graph-icon-circle {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
.realize__bitrix-graph-icon-circle img {
  pointer-events: none;
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fx */
.kmarket__nav {
  position: relative;
  height: 24px;
  z-index: 4;
}
.portfol-wrapper .pl-content {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.portfol-wrapper .coll-3 {
  margin-left: 0;
}
.to-op {
  opacity: 0;
  transition: 1s ease .2s
}
.to-op.--start-anim {
  opacity: 1
}
.to-up {
  opacity: 0;
  transform: translateY(50%);
  transition: ease 1s
}
.to-up.--start-anim {
  opacity: 1;
  transform: translateY(0)
}
.to-down {
  opacity: 0;
  transform: translateY(-20%);
  transition: ease 1.4s
}
.to-down.--start-anim {
  opacity: 1;
  transform: translateY(0)
}
.to-left {
  opacity: 0;
  transform: translateX(50%);
  transition: ease 1s
}
.to-left.--start-anim {
  opacity: 1;
  transform: translateX(0)
}
.to-right {
  opacity: 0;
  transform: translateX(-50%);
  transition: ease 1s
}
.to-right.--start-anim {
  opacity: 1;
  transform: translateX(0)
}
.delay-02s {
  transition-delay: .2s;
}
.delay-04s {
  transition-delay: .4s;
}
.delay-06s {
  transition-delay: .6s;
}
.delay-08s {
  transition-delay: .8s;
}
.delay-1s {
  transition-delay: 1s;
}
.delay-1_2s {
  transition-delay: 1.2s;
}
.delay-1_4s {
  transition-delay: 1.4s;
}
.delay-1_6s {
  transition-delay: 1.6s;
}
.delay-1_8s {
  transition-delay: 1.8s;
}
.delay-2s {
  transition-delay: 2s;
}
.delay-2_2s {
  transition-delay: 2.2s;
}
.delay-4s {
  transition-delay: 4s;
}
.delay-4_4s {
  transition-delay: 4s;
}

/* anims */
@keyframes jumpRight {
  0% { transform: translateX(0) scale(.1); }
  100% { transform: translateX(124px) scale(.25);}
}
@keyframes jumpLeft {
  0% { transform: translateX(124px) scale(.1); }
  100% { transform: translateX(0) scale(.25);}
}
.project__decision-animation-buttons-circle.--jump-right {
  animation: jumpRight .5s ease-in-out forwards;
}
.project__decision-animation-buttons-circle.--jump-left {
  animation: jumpLeft .5s ease-in-out forwards;
}
.design__catalog-graph-buttons-circle.--jump-right {
  animation: jumpRight .5s ease-in-out forwards;
}
.design__catalog-graph-buttons-circle.--jump-left {
  animation: jumpLeft .5s ease-in-out forwards;
}


.project__top-graph .project__top-graph-tablet::before {
  transform: translate(0);
  transition-delay: .2s;
}
.project__top-graph.--start-anim .project__top-graph-tablet::before {
  transform: translate(1380px);
}
.project__top-graph-years-item {
  opacity: 0;
  transition: .5s ease;
}
.project__top-graph.--start-anim  .project__top-graph-years-item {
  opacity: 1;
}
.project__top-graph .project__top-graph-tablet-point-icon  {
  transform: scale(0);
  transition: .75s ease;
}
.project__top-graph .project__top-graph-tablet-point-line {
  clip-path: inset(0 100% 0 0 round 20px);
  transition: 1s ease;
}
.project__top-graph.--start-anim .project__top-graph-tablet-point-icon  {
  transform: scale(1);
}
.project__top-graph.--start-anim .project__top-graph-tablet-point-line {
  clip-path: inset(0 0 0 0 round 20px);
}
.project__top-graph-years-item:nth-child(1) {
  transition-delay: .4s;
}
.project__top-graph-years-item:nth-child(2) {
  transition-delay: .45s;
}
.project__top-graph-years-item:nth-child(3) {
  transition-delay: .5s;
}
.project__top-graph-years-item:nth-child(4) {
  transition-delay: .55s;
}
.project__top-graph-years-item:nth-child(5) {
  transition-delay: .65s;
}
.project__top-graph-years-item:nth-child(6) {
  transition-delay: .70s;
}
.project__top-graph-years-item:nth-child(7) {
  transition-delay: .75s;
}

.project__top-graph-tablet-point._1 .project__top-graph-tablet-point-icon {
  transition-delay: 1s;
}
.project__top-graph-tablet-point._2 .project__top-graph-tablet-point-icon {
  transition-delay: 1.05s;
}
.project__top-graph-tablet-point._3 .project__top-graph-tablet-point-icon {
  transition-delay: 1.1s;
}
.project__top-graph-tablet-point._4 .project__top-graph-tablet-point-icon {
  transition-delay: 1.15s;
}
.project__top-graph-tablet-point._1 .project__top-graph-tablet-point-line {
  transition-delay: 1.6s;
}
.project__top-graph-tablet-point._2 .project__top-graph-tablet-point-line {
  transition-delay: 1.65s;
}
.project__top-graph-tablet-point._3 .project__top-graph-tablet-point-line {
  transition-delay: 1.7s;
}
.project__top-graph-tablet-point._4 .project__top-graph-tablet-point-line {
  transition-delay: 1.75s;
}

.project__task-graph .project__task-graph-url {
  opacity: 0;
  transition: .5s ease;
  transition-delay: .2s;
}
.project__task-graph.--start-anim .project__task-graph-url {
  opacity: 1;
}
.project__task-graph .project__task-graph-list-item-line {
  clip-path: inset(0 0 100% 0);
  transition: .5s ease;
}
.project__task-graph.--start-anim .project__task-graph-list-item-line {
  clip-path: inset(0 0 0 0);
}
.project__task-graph .project__task-graph-list-item-content-icon {
  transform: scale(0);
  transition: .5s ease;
}
.project__task-graph.--start-anim .project__task-graph-list-item-content-icon {
  transform: scale(1);
}
.project__task-graph .project__task-graph-list-item-content-name {
  opacity: 0;
  transition: .5s ease;
}
.project__task-graph.--start-anim .project__task-graph-list-item-content-name {
  opacity: 1;
}

.project__task-graph-list-item._1 .project__task-graph-list-item-line {
  transition-delay: .5s;
}
.project__task-graph-list-item._1 .project__task-graph-list-item-content-icon {
  transition-delay: .75s;
}
.project__task-graph-list-item._1 .project__task-graph-list-item-content-name {
  transition-delay: 1s;
}
.project__task-graph-list-item._2 .project__task-graph-list-item-line {
  transition-delay: .75s;
}
.project__task-graph-list-item._2 .project__task-graph-list-item-content-icon {
  transition-delay: 1s;
}
.project__task-graph-list-item._2 .project__task-graph-list-item-content-name {
  transition-delay: 1.25s;
}
.project__task-graph-list-item._3 .project__task-graph-list-item-line {
  transition-delay: 1s;
}
.project__task-graph-list-item._3 .project__task-graph-list-item-content-icon {
  transition-delay: 1.25s;
}
.project__task-graph-list-item._3 .project__task-graph-list-item-content-name {
  transition-delay: 1.5s;
}
.project__task-graph-list-item._4 .project__task-graph-list-item-line {
  transition-delay: 1.25s;
}
.project__task-graph-list-item._4 .project__task-graph-list-item-content-icon {
  transition-delay: 1.5s;
}
.project__task-graph-list-item._4 .project__task-graph-list-item-content-name {
  transition-delay: 1.75s;
}
.project__task-graph-list-item._5 .project__task-graph-list-item-line {
  transition-delay: 1.5s;
}
.project__task-graph-list-item._5 .project__task-graph-list-item-content-icon {
  transition-delay: 1.75s;
}
.project__task-graph-list-item._5 .project__task-graph-list-item-content-name {
  transition-delay: 2s;
}


.design__top-graph .design__top-graph-letter {
  opacity: 0;
  transition: .5s ease;
  transition-delay: .2s;
}
.design__top-graph.--start-anim .design__top-graph-letter {
  opacity: 1;
}
.design__top-graph .design__top-graph-figure {
  transform: translateX(150px);
  opacity: 0;
  transition: 1s ease;
  transition-delay: .8s;
}
.design__top-graph.--start-anim .design__top-graph-figure {
  opacity: 1;
  transform: translateX(0);
}
.design__top-graph .design__top-graph-title {
  transform: translateX(-80px);
  opacity: 0;
  transition: 1s ease;
  transition-delay: .9s;
}
.design__top-graph.--start-anim .design__top-graph-title {
  opacity: 1;
  transform: translateX(0);
}


.design__lk-graph-trigger .design__lk-graph-icons {
  opacity: 0;
  transform: translateY(64px);
  transition: .5s ease;
  transition-delay: .2s;
}
.design__lk-graph-trigger.--start-anim .design__lk-graph-icons {
  opacity: 1;
  transform: translateY(0);
}
.design__lk-graph-trigger .design__lk-graph-icons-item {
  opacity: 0;
  transform: translateY(-64px);
  transition: .5s ease;
}
.design__lk-graph-trigger.--start-anim .design__lk-graph-icons-item {
  opacity: 1;
  transform: translateY(0);
}
.design__lk-graph-trigger .design__lk-graph-icons-item._1 {
  transition-delay: .6s;
}
.design__lk-graph-trigger .design__lk-graph-icons-item._2 {
  transition-delay: .8s;
}
.design__lk-graph-trigger .design__lk-graph-icons-item._3 {
  transition-delay: 1s;
}
.design__lk-graph-trigger .design__lk-graph-icons-item._4 {
  transition-delay: 1.2s;
}
.design__lk-graph-trigger .design__lk-graph-icons-item._5 {
  transition-delay: 1.4s;
}

.design__uikit-graph .design__uikit-graph-colours-list-item-circle {
  opacity: 0;
  transform: translateY(128px);
  transition: 1s ease;
}
.design__uikit-graph.--start-anim .design__uikit-graph-colours-list-item-circle {
  opacity: 1;
  transform: translateY(0);
}
.design__uikit-graph-colours-list-item._1 .design__uikit-graph-colours-list-item-circle {
  transition-delay: .2s;
}
.design__uikit-graph-colours-list-item._2 .design__uikit-graph-colours-list-item-circle {
  transition-delay: .4s;
}
.design__uikit-graph-colours-list-item._3 .design__uikit-graph-colours-list-item-circle {
  transition-delay: .6s;
}
.design__uikit-graph-colours-list-item._4 .design__uikit-graph-colours-list-item-circle {
  transition-delay: .8s;
}
.design__uikit-graph-colours-list-item._5 .design__uikit-graph-colours-list-item-circle {
  transition-delay: 1s;
}
.design__uikit-graph-colours-list-item._6 .design__uikit-graph-colours-list-item-circle {
  transition-delay: 1.2s;
}


.design__uikit-graph .design__uikit-graph-elements-font {
  opacity: 0;
  transform: translateY(-64px);
  transition: .75s ease;
}
.design__uikit-graph.--start-anim .design__uikit-graph-elements-font {
  opacity: 1;
  transform: translateY(0);
}
.design__uikit-graph .design__uikit-graph-elements-iconssm img {
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph.--start-anim .design__uikit-graph-elements-iconssm img {
  opacity: 1;
}
.design__uikit-graph .design__uikit-graph-elements-icons img {
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph.--start-anim .design__uikit-graph-elements-icons img {
  opacity: 1;
}

.design__uikit-graph-elements .design__uikit-graph-elements-font {
  transition-delay: 1.5s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(1) {
  transition-delay: 1.7s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(2) {
  transition-delay: 1.75s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(3) {
  transition-delay: 1.8s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(4) {
  transition-delay: 1.85s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(5) {
  transition-delay: 1.9s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(6) {
  transition-delay: 1.95s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(7) {
  transition-delay: 2s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(8) {
  transition-delay: 2.05s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(9) {
  transition-delay: 2.1s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(10) {
  transition-delay: 2.15s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(11) {
  transition-delay: 2.2s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(12) {
  transition-delay: 2.25s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(13) {
  transition-delay: 2.3s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(14) {
  transition-delay: 2.35s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(15) {
  transition-delay: 2.4s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(16) {
  transition-delay: 2.45s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-iconssm img:nth-child(17) {
  transition-delay: 2.5s;
}

.design__uikit-graph-elements .design__uikit-graph-elements-icons img:nth-child(1) {
  transition-delay: 2.7s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-icons img:nth-child(2) {
  transition-delay: 2.85s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-icons img:nth-child(3) {
  transition-delay: 3s;
}
.design__uikit-graph-elements .design__uikit-graph-elements-icons img:nth-child(4) {
  transition-delay: 3.15s;
}


.realize__top-graph .realize__top-graph-top-icon {
  transform: scale(0);
  transition: .5s ease;
}
.realize__top-graph.--start-anim .realize__top-graph-top-icon {
  transform: scale(1);
}
.realize__top-graph .realize__top-graph-top::before {
  clip-path: inset(0 50% 0 50%);
  transition: 1s linear;
}
.realize__top-graph.--start-anim  .realize__top-graph-top::before {
  clip-path: inset(0 0 0 -50%);
}
.realize__top-graph .realize__top-graph-top-lines-item {
  clip-path: inset(0 0 100% 0);
  transition: .5s ease;
}
.realize__top-graph.--start-anim .realize__top-graph-top-lines-item {
  clip-path: inset(0 0 0 0);
}
.realize__top-graph .realize__top-graph-bottom-item {
  opacity: 0;
  transform: translateY(120px);
  transition: 1s ease;
}
.realize__top-graph.--start-anim .realize__top-graph-bottom-item {
  opacity: 1;
  transform: translateY(0);
}

.realize__top-graph .realize__top-graph-top-icon {
  transition-delay: .2s;
}
.realize__top-graph .realize__top-graph-top::before {
  transition-delay: .4s;
}
.realize__top-graph .realize__top-graph-top-lines-item._2 {
  transition-delay: .6s;
}
.realize__top-graph .realize__top-graph-bottom-item._2 {
  transition-delay: .7s;
}
.realize__top-graph .realize__top-graph-top-lines-item._3 {
  transition-delay: .9s;
}
.realize__top-graph .realize__top-graph-bottom-item._3 {
  transition-delay: 1s;
}
.realize__top-graph .realize__top-graph-top-lines-item._1 {
  transition-delay: 1.2s;
}
.realize__top-graph .realize__top-graph-bottom-item._1 {
  transition-delay: 1.3s;
}
.realize__top-graph .realize__top-graph-top-lines-item._4 {
  transition-delay: 1.4s;
}
.realize__top-graph .realize__top-graph-bottom-item._4 {
  transition-delay: 1.5s;
}