h1, h2, h3, h4 {
  margin: 0;
}
ul li {
  background-image: none;
}
.portfol-wrapper .pl-content {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.portfol-wrapper .coll-3 {
  margin-left: 0;
}
.portfol-wrapper .rabotaipodrabotka {
  font-family: 'Onest', serif;
}
.rabotaipodrabotka {
  color: #313131
}
.portfol-wrapper .rabotaipodrabotka .section-head {
  color: #fff;
}
.portfol-wrapper .rabotaipodrabotka .section-title {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
  color: inherit;
}
.portfol-wrapper .rabotaipodrabotka .section-h3 {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: inherit;
}
.portfol-wrapper .rabotaipodrabotka .section-h3:not(:last-child) {
  margin-bottom: 28px;
}
.portfol-wrapper .rabotaipodrabotka .section-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: inherit;
}
.--redesign .portfol-wrapper .rabotaipodrabotka .section-text {
  line-height: 28px;
}
.portfol-wrapper .rabotaipodrabotka .section-text:not(:first-child) {
  margin-top: 20px;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text p {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text p:not(:first-child) {
  margin-bottom: 20px;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text ul {
  color: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text ul:not(:first-child) {
  margin-top: 20px;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text ul li {
  position: relative;
  background: none;
  padding-left: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: inherit;
}
.portfol-wrapper .rabotaipodrabotka .design__lk-list-item-content-text ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ff6327;
  border-radius: 50%;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text p {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text p:not(:first-child) {
  margin-bottom: 20px;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text ul {
  color: inherit;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text ul:not(:first-child) {
  margin-top: 20px;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text ul li {
  position: relative;
  background: none;
  padding-left: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: inherit;
}
.portfol-wrapper .rabotaipodrabotka .realize__ymap-list-item-text ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ff6327;
  border-radius: 50%;
}
.rabotaipodrabotka img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-head {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #262b43;
}
/* hero */
.hero {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  background: linear-gradient(360deg, rgba(38,43,67,0.4) -30%, rgba(38,43,67,0.1) 96.1%);
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #262b43;
  -webkit-mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
          mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
  z-index: 4;
}
.hero__list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.hero__list-item {
  width: 180px;
  text-align: center;
}
.hero__list-item .panel-ico {
  color: #FF6327;
}
.hero__gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 451px;
  background: linear-gradient(180deg, rgba(38,43,67,0) 0%, rgba(38,43,67,0.5) 100%);
  z-index: 0;
}
.hero__center {
  position: relative;
  width: 1160px;
  height: 1010px;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.hero__center img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__center-main {
  flex-shrink: 0;
  width: 1024px;
  height: 1078px;
  border-radius: 20px;
  overflow: hidden;
}
.hero__center-left {
  position: absolute;
  top: 0;
  left: -336px;
  width: 360px;
  height: 770px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.hero__center-right {
  position: absolute;
  top: 0;
  right: -336px;
  width: 360px;
  height: 770px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
/* project */
.project {
  position: relative;
  overflow: hidden;
}
.project::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #262b43;
  -webkit-mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
          mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
  z-index: 4;
}
.project__task {
  padding-top: 80px;
  background: #fff;
}
.project__task-graph {
  position: relative;
  margin-top: 40px;
  width: 1160px;
  height: 342px;
}
.project__task-graph-main {
  width: 1160px;
  height: 48px;
}
.project__task-graph-main-item {
  width: 1160px;
  height: 48px;
  border-radius: 48px;
  background: #f4ece1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Onest;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  border: 1px dotted #e6835d;
}
.project__task-graph-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.project__task-graph-list-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.project__task-graph-list-item-arrow {
  position: relative;
  width: 100%;
  height: 60px;
}
.project__task-graph-list-item-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 6px;
  height: 60px;
  background: url("/image/new/site/rabotaipodrabotka/2-projection/line.svg") no-repeat;
  background-size: contain;
}
.project__task-graph-list-item-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.project__task-graph-list-item-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.project__task-graph-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #313131;
}
.project__task-graph-list-item-content-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.project__task-graph-list-item-content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.project__scenario {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.project__scenario-graph {
  position: relative;
  margin-top: 40px;
  width: 1160px;
}
.project__scenario-graph-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project__scenario-graph-item:not(:last-child) {
  margin-bottom: 60px;
}
.project__scenario-graph-item-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.project__scenario-graph-item-steps {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.project__scenario-graph-item-steps-step {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 16px;
}
.project__scenario-graph-item-steps-step img {
  -o-object-fit: contain;
     object-fit: contain;
}
.project__scenario-graph-item-steps-step._first {
  width: 260px;
  height: 260px;
  border-radius: 20px;
  display: flex;
  background: transparent !important;
  overflow: hidden;
}
.project__scenario-graph-item-steps-step._arrow::after {
  content: '';
  position: absolute;
  top: 80px;
  left: 100%;
  width: 40px;
  height: 6px;
  background: url("/image/new/site/rabotaipodrabotka/2-projection/line2.svg") no-repeat;
  background-size: contain;
}
.project__scenario-graph-item-steps-step-image {
  width: 100%;
  height: 100%;
  display: flex;
}
.project__scenario-graph-item-steps-step-content {
  padding: 48px 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}
.project__scenario-graph-item-steps-step-content-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__scenario-graph-item-steps-step-content-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.project__scenario-graph-item._1 .project__scenario-graph-item-steps-step {
  color: #262b43;
  background: #f4ece1;
}
.project__scenario-graph-item._1 .project__scenario-graph-item-steps-step._final {
  color: #fff;
  background: #e6835d;
}
.project__scenario-graph-item._2 .project__scenario-graph-item-steps-step {
  color: #262b43;
  background: #eaeaea;
}
.project__scenario-graph-item._2 .project__scenario-graph-item-steps-step._final {
  color: #fff;
  background: #e6835d;
}
.project__timeline {
  padding: 80px 0;
  background: #262b43;
  color: #fff;
}
.project__timeline-graph {
  margin-top: 40px;
  position: relative;
  width: 1160px;
  height: 511px;
}
.project__timeline-graph-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url('/image/new/site/rabotaipodrabotka/2-projection/timeline.svg') no-repeat;
  background-size: contain;
}
.project__timeline-graph-bg-months {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1160px;
  display: grid;
  grid-template-columns: 290px 580px 290px;
}
.project__timeline-graph-bg-months-item {
  color:#6D7289;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.project__timeline-graph-bg-weeks {
  position: absolute;
  top: 38px;
  left: 0;
  width: 1160px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.project__timeline-graph-bg-weeks-item {
  color:#6D7289;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.project__timeline-graph-item {
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 0px 5px 12px;
  position: absolute;
  background: rgba(109,114,137,0.502);
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.project__timeline-graph-item._alt {
  background: #eaeaea;
  color: #313131;
}
.project__timeline-graph-item-icon {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__timeline-graph-item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.project__timeline-graph-item._1 {
  top: 77px;
  left: 22px;
  width: 170px;
}
.project__timeline-graph-item._2 {
  top: 137px;
  left: 113px;
  width: 230px;
}
.project__timeline-graph-item._3 {
  top: 197px;
  left: 304px;
  width: 182px;
}
.project__timeline-graph-item._4 {
  top: 259px;
  left: 304px;
  width: 432px;
}
.project__timeline-graph-item._5 {
  top: 319px;
  left: 663px;
  width: 398px;
}
.project__timeline-graph-item._6 {
  top: 379px;
  left: 890px;
  width: 248px;
}
.project__timeline-graph-item._7 {
  top: 439px;
  left: 956px;
  width: 182px;
}
.project__logo {
  padding-top: 80px;
  background: #fff;
}
.project__logo-graph {
  position: relative;
  width: 1160px;
  height: 409px;
  display: flex;
  margin-top: 60px;
}
.project__logo-graph img {
  -o-object-fit: contain;
     object-fit: contain;
}
.project__logo-graph-original {
  position: relative;
  width: 260px;
  border-right: 1px solid #bdbdbd;
}
.project__logo-graph-original-name {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.project__logo-graph-original-image {
  position: absolute;
  top: 114px;
  left: 0;
  width: 144px;
  height: 172px;
  display: flex;
}
.project__logo-graph-redesign {
  box-sizing: border-box;
  position: relative;
  width: 900px;
  padding-left: 72px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 410px 80px 300px;
  grid-template-columns: 410px 300px;
  justify-content: space-between;
  gap: 80px 80px;
}
.project__logo-graph-redesign-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.project__logo-graph-redesign-item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.project__logo-graph-redesign-item-image {
  display: flex;
}
.project__logo-graph-redesign-item-image img {
  width: auto;
  height: auto;
}
.project__colours {
  padding: 80px 0;
  background: #fff;
}
.project__colours-graph {
  position: relative;
  width: 1160px;
  height: 544px;
  margin-top: 60px;
}
.project__colours-graph-samples {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 85px;
}
.project__colours-graph-samples-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project__colours-graph-samples-item-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.project__colours-graph-samples-item-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.project__colours-graph-preview {
  width: 1160px;
  height: 372px;
  background: #f4ece1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
.project__colours-graph-preview img {
  -o-object-fit: cover;
     object-fit: cover;
}
.project__concept {
  padding-top: 80px;
  padding-bottom: 16px;
  overflow: hidden;
  background: #f4ece1;
}
.project__concept-row {
  display: flex;
}
.project__concept-row-content {
  position: relative;
  flex-shrink: 0;
  width: 310px;
  z-index: 2;
}
.project__concept-row-content-number {
  width: 100%;
  position: relative;
  left: 10px;
  height: 145px;
  display: flex;
  margin-bottom: 22px;
}
.project__concept-row-content-number img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: left top;
}
.project__concept-row-content-text {
  color: #313131;
  font-size: 18px;
  line-height: 28px;
}
.project__concept-row-graph {
  position: relative;
  width: 850px;
  height: 300px;
  z-index: 0;
}
.project__concept-row-graph-1-laptop {
  position: absolute;
  top: -532px;
  left: -314px;
  width: 1436px;
  height: 1641px;
}
.project__concept-row-graph-1-phone {
  position: absolute;
  top: 330px;
  left: 600px;
  width: 796px;
  height: 612px;
}
.project__concept-row-graph-2-laptop {
  position: absolute;
  top: -528px;
  right: -396px;
  width: 1436px;
  height: 1641px;
}
.project__concept-row-graph-2-banner {
  position: absolute;
  top: 64px;
  right: 0;
  width: 240px;
  height: 291px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.project__concept-row-graph-2-banner-column {
  width: 118px;
}
.project__concept-row-graph-2-banner-column-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}
.project__concept-row-graph-2-banner-column-list-item {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
}
.project__concept-row-graph-3-laptop {
  position: absolute;
  top: -528px;
  left: -314px;
  width: 1436px;
  height: 1641px;
}
.project__concept-row-graph-3-phone {
  position: absolute;
  top: 338px;
  left: 325px;
  width: 1022px;
  height: 685px;
}
.project__concept-row._1 {
  height: 928px;
  margin-bottom: 80px;
}
.project__concept-row._2 {
  height: 768px;
  margin-bottom: 80px;
}
.project__concept-row._3 {
  height: 1024px;
}
/* design */
.design {
  position: relative;
  overflow: hidden;
}
.design::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f4ece1;
  -webkit-mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
          mask: url("/image/new/site/rabotaipodrabotka/zubs-fff.svg");
}
.design__concept {
  padding: 80px 0;
  background: #fff;
}
.design__concept-graph {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.design__concept-graph img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__concept-graph-main {
  position: relative;
  width: 900px;
  height: 2640px;
  display: flex;
  box-shadow: 0px 4px 80px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  overflow: hidden;
}
.design__concept-graph-add {
  position: relative;
  width: 200px;
  height: 1740px;
  box-shadow: 0px 3.93px 78.57px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  overflow: hidden;
}
.design__concept-graph-snippets {
  position: absolute;
  top: 0;
  right: 440px;
  z-index: 2;
}
.design__concept-graph-snippets-item {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 22px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 7px 10px 40px 0px rgba(0,0,0,0.251);
}
.design__concept-graph-snippets-item-number {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6327;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.design__concept-graph-snippets-item-text {
  color: #313131;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.design__concept-graph-snippets-item._1 {
  top: 463px;
  left: 0;
  min-width: 394px;
}
.design__concept-graph-snippets-item._2 {
  top: 1184px;
  left: 0;
  min-width: 373px;
}
.design__concept-graph-snippets-item._3 {
  top: 1770px;
  left: 0;
  min-width: 408px;
}
.design__lk {
  padding: 80px 0;
  background: #262b43;
  color: #fff;
}
.design__lk .design__lk-name {
  margin-top: 40px;
}
.design__lk-p {
  padding: 80px 0;
  background: #f4ece1;
  color: #313131;
}
.design__lk-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.design__lk-list {
  margin-top: 24px;
}
.design__lk-list-item._1 {
  margin-bottom: 60px;
}
.design__lk-list-item._2 {
  margin-bottom: 110px;
}
.design__lk-list-item._4 {
  margin-bottom: 66px;
}
.design__lk-list-item-content {
  position: relative;
  display: flex;
  gap: 16px;
}
.design__lk-list-item-content-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6327;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.design__lk-list-item-content-text {
  padding-top: 8px;
  color: inherit;
}
.design__lk-list-item-phones {
  position: relative;
  width: 1160px;
  height: 780px;
}
.design__lk-list-item-phones-phone {
  position: absolute;
  bottom: -66px;
  left: -378px;
  width: 1920px;
  height: 911px;
  pointer-events: none;
}
.design__lk-list-item-phones-phone._3 {
  bottom: -36px;
}
.design__lk-list-item-phones-phone img {
  -o-object-fit: contain;
     object-fit: contain;
}
.design__lk-list-item-laptop {
  position: relative;
  width: 1160px;
  height: 626px;
  margin-top: 40px;
}
.design__lk-list-item-laptop-controls {
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: -74px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.design__lk-list-item-laptop-controls-name {
  color: #fff;
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  transition: opacity 0.5s ease;
}
.design__lk-list-item-laptop-controls-switch {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  background: rgba(255,255,255,0.2);
}
.design__lk-list-item-laptop-controls-switch-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff6327 url("/image/new/site/rabotaipodrabotka/3-design/thumb-arrow.svg") no-repeat;
  background-position: center center;
  transition: transform 0.5s ease;
}
.design__lk-list-item-laptop-object {
  position: absolute;
  top: -18px;
  left: -162px;
  width: 1485px;
  height: 1063px;
  background: url("/image/new/site/rabotaipodrabotka/3-design/LK-applicant/mockup_macbook.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}
.design__lk-list-item-laptop-object-screen {
  position: absolute;
  top: 40px;
  left: 329.5px;
  width: 824px;
  height: 533px;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
  pointer-events: all;
  background: #fff;
}
.design__lk-list-item-laptop-object-screen img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__lk-list-item-laptop-object-screen-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.design__lk-list-item-laptop.--slider-table .design__lk-list-item-laptop-controls-name._1 {
  opacity: 1;
}
.design__lk-list-item-laptop.--slider-table .design__lk-list-item-laptop-controls-switch-thumb {
  transform: translateX(0);
}
.design__lk-list-item-laptop.--slider-table .design__lk-list-item-laptop-object-screen-item._1 {
  opacity: 1;
}
.design__lk-list-item-laptop.--slider-cards .design__lk-list-item-laptop-controls-name._2 {
  opacity: 1;
}
.design__lk-list-item-laptop.--slider-cards .design__lk-list-item-laptop-controls-switch-thumb {
  transform: translateX(60px);
}
.design__lk-list-item-laptop.--slider-cards .design__lk-list-item-laptop-object-screen-item._2 {
  opacity: 1;
}
.design__lk-list-item-mockups {
  position: relative;
  width: 1160px;
  height: 701px;
  background: linear-gradient(358.59deg, rgba(109,114,137,0.5) -12.97%, rgba(109,114,137,0.5) 133.31%);
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.design__lk-list-item-mockups-scroller {
  position: absolute;
  top: 56px;
  left: 72px;
  width: 455px;
  height: 658px;
  background: url("/image/new/site/rabotaipodrabotka/3-design/LK-applicant/mockup_iphone_1.png") no-repeat;
  background-size: contain;
}
.design__lk-list-item-mockups-scroller-screen-header {
  position: absolute;
  top: -2px;
  left: -10px;
  width: 278px;
  height: 63px;
  z-index: 1;
}
.design__lk-list-item-mockups-scroller-screen {
  position: absolute;
  top: 14px;
  left: 105px;
  width: 258px;
  height: 559px;
  overflow: hidden;
  display: flex;
  border-radius: 32px;
}
.design__lk-list-item-mockups-scroller-screen-image {
  margin-top: 40px;
  width: 258px;
  height: 894px;
  display: flex;
}
.design__lk-list-item-mockups-scroller-screen-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__lk-list-item-mockups-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 562px;
  height: 701px;
}
.design__lk-list-item-mockups-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.design__lk-list-item-partner {
  position: relative;
  width: 1160px;
  height: 659px;
  margin-top: 40px;
}
.design__lk-list-item-partner-laptop {
  position: absolute;
  top: -28px;
  left: -162px;
  width: 1485px;
  height: 1063px;
  background: url("/image/new/site/rabotaipodrabotka/3-design/LK-applicant/mockup_macbook.png") no-repeat;
  background-size: contain;
  pointer-events: none;
}
.design__lk-list-item-partner-laptop-button {
  outline: 0;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: color 0.5s ease;
}
.design__lk-list-item-partner-laptop-button.active {
  color: #ff6327;
}
.design__lk-list-item-partner-laptop-screen {
  position: absolute;
  top: 40px;
  left: 329.5px;
  width: 824px;
  height: 533px;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
  pointer-events: all;
  background: #fff;
}
.design__lk-list-item-partner-laptop-screen img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__lk-list-item-partner-laptop-screen-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.design__lk-list-item-partner-laptop-screen-item.active {
  opacity: 1;
}
.design__lk-list-item-phones2 {
  position: relative;
  width: 1160px;
  height: 590px;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.design__lk-list-item-phones2-item {
  position: relative;
  width: 292px;
  height: 590px;
}
.design__lk-list-item-phones2-item-static {
  position: absolute;
  top: 0;
  left: -86px;
  width: 455px;
  height: 658px;
}
.design__lk-list-item-phones2-item-static img {
  -o-object-fit: contain;
     object-fit: contain;
}
.design__lk-list-item-phones2-item-dynamic {
  position: absolute;
  top: 0;
  left: -86px;
  width: 455px;
  height: 658px;
  background: url("/image/new/site/rabotaipodrabotka/3-design/LK-partner/mockup_iphone.png") no-repeat;
  background-size: contain;
}
.design__lk-list-item-phones2-item-dynamic-screen {
  position: absolute;
  top: 14px;
  left: 104px;
  width: 258px;
  height: 559px;
  border-radius: 32px;
  overflow: hidden;
}
.design__lk-list-item-phones2-item-dynamic-screen-header {
  position: absolute;
  top: -2px;
  left: -10px;
  width: 278px;
  height: 63px;
  z-index: 1;
}
.design__lk-list-item-phones2-item-dynamic-screen-image {
  margin-top: 40px;
  width: 258px;
  height: 1225px;
  display: flex;
}
.design__lk-list-item-phones2-item-dynamic-screen-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__filters {
  padding-top: 80px;
  background: #fff;
  overflow: hidden;
}
.design__filters-graph {
  position: relative;
  width: 1160px;
  height: 770px;
  margin-top: 60px;
}
.design__filters-graph-image {
  position: absolute;
  top: 0;
  left: -137px;
  width: 1435px;
  height: 531px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.102);
}
.design__filters-graph-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.design__filters-graph-hand {
  position: absolute;
  bottom: -70px;
  right: 32px;
  width: 505px;
  height: 685px;
}
.design__filters-graph-hand img {
  -o-object-fit: contain;
     object-fit: contain;
}
.design__innerpages {
  padding: 80px 0;
  background: #f4ece1;
}
.design__innerpages-marquee {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
}
.design__innerpages-marquee-list {
  position: relative;
  display: flex;
  gap: 20px;
  padding-left: 20px;
  align-items: flex-end;
}
.design__innerpages-marquee-list-item {
  flex-shrink: 0;
  display: flex;
}
.design__innerpages-marquee-list-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.design__uikit {
  padding: 80px 0;
  background: #262b43;
  color: #fff;
}
.design__uikit-graph {
  margin-top: 28px;
  width: 1160px;
}
.design__uikit-graph-font {
  position: relative;
  width: 1160px;
  height: 461px;
  margin-bottom: 60px;
}
.design__uikit-graph-font-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1160px;
  height: 461px;
}
.design__uikit-graph-font-name {
  position: absolute;
  top: 196px;
  left: 312px;
  width: 548px;
  height: 68px;
}
.design__uikit-graph-colours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.design__uikit-graph-colours-item {
  position: relative;
  width: 216px;
  height: 100px;
  border-radius: 16px;
}
.design__uikit-graph-colours-item span {
  display: inline-block;
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 14px;
  line-height: 20px;
}
.design__uikit-graph-icons_trigger {
  position: absolute;
  top: 120px;
  left: 0;
  width: 0;
  height: 0;
}
.design__uikit-graph-icons {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 98px 20px 98px 20px 98px 20px 98px 20px 98px 20px 98px 20px 98px 20px 98px 20px 98px 20px 98px;
  grid-template-columns: repeat(10, 98px);
  grid-auto-rows: 98px;
  gap: 20px;
  justify-content: space-between;
}
.design__uikit-graph-icons-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design__uikit-graph-icons-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #6d7289;
  border-radius: 16px;
  transition: border .5s ease;
}
.design__uikit-graph-icons-item._orange::before {
  border-color: #ff6327;
}
.design__uikit-graph-icons-item svg {
  color: #fff;
  fill: currentColor;
  stroke: currentColor;
  transition: color .5s ease;
}
.design__uikit-graph-icons-item svg path {
  transition: color .5s ease;
}
.design__uikit-graph-icons-item._orange svg {
  color: #ff6327;
}
.design__uikit-graph-icons-item-ico20  {
  width: 20px;
  height: 20px;
}
.design__uikit-graph-icons-item-ico24  {
  width: 24px;
  height: 24px;
}
/* realize */
.realize {
  position: relative;
  overflow: hidden;
}
.realize .realize__section-head {
  background: #f4ece1;
  color: #313131 !important;
  padding-bottom: 0;
}
.realize__integration {
  padding-top: 40px;
  background: #f4ece1;
  padding-bottom: 120px;
}
.realize__integration-redsms {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  background: #e9d9c3;
  border-radius: 16px;
}
.realize__integration-redsms-text {
  color: #313131;
  font-size: 18px;
  line-height: 28px;
}
.realize__integration-redsms-logo {
  flex-shrink: 0;
  width: 109px;
  height: 32px;
}
.realize__integration-redsms-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.realize__integration-slider {
  position: relative;
  width: 1160px;
  height: 480px;
  margin: 0 auto;
  margin-top: 60px;
}
.realize__integration-slider::before {
  content: '';
  position: absolute;
  top: 191.5px;
  left: -480px;
  right: -480px;
  border-top: 1px dashed #ff6327;
  border-bottom: 1px dashed #ff6327;
  z-index: 1;
}
.realize__integration-slider-wrapper {
  position: relative;
  display: flex;
  z-index: 3;
}
.realize__integration-slider-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  width: 600px;
  height: 480px;
  display: flex;
  margin-right: 300px;
}
@media (max-width: 1680px) {
  .realize__integration-slider-slide {
    padding-left: 300px;
    width: 860px;
  }
}
.realize__integration-slider-slide-picture {
  width: 600px;
  height: 480px;
  display: flex;
  align-items: flex-start;
}
.realize__integration-slider-slide-picture-image {
  display: flex;
  box-shadow: 30px 30px 90px 0px #0000001A;
}
.realize__integration-slider-slide-picture-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.realize__integration-slider-slide::after {
  content: '';
  position: absolute;
  top: 187px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eb6521;
}
@media (max-width: 1680px) {
  .realize__integration-slider-slide::after {
    left: 295px;
  }
}
.realize__integration-slider-slide-info {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 384px;
  padding-left: 54px;
  color: #ff6327;
}
@media (max-width: 1680px) {
  .realize__integration-slider-slide-info {
    left: 0;
  }
}
.realize__integration-slider-slide-info-number {
  color: rgba(230,131,93,0.302);
  padding-top: 28px;
  font-weight: 700;
  font-size: 100px;
  line-height: 92px;
  margin-bottom: 8px;
}
.realize__integration-slider-slide-info-text {
  color: #e6835d;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
}
.realize__notifications {
  padding: 80px 0;
  background: #fff;
}
.realize__notifications-graph {
  position: relative;
  margin-top: 60px;
  width: 1160px;
  height: 519px;
  border-radius: 20px;
  overflow: hidden;
}
.realize__notifications-graph-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.realize__notifications-graph img {
  -o-object-fit: cover;
     object-fit: cover;
}
.realize__notifications-graph-bell {
  position: absolute;
  top: 75px;
  left: 803px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.realize__notifications-graph-bell-object {
  position: absolute;
  top: 45px;
  left: 80px;
  width: 0;
  height: 0;
  transform: rotate(-8deg);
}
.realize__notifications-graph-bell-object-body {
  position: absolute;
  top: -6px;
  left: -34px;
  width: 77px;
  height: 81px;
}
.realize__notifications-graph-bell-object-end {
  position: absolute;
  top: 67px;
  left: -20px;
  width: 17px;
  height: 8px;
  border-radius: 0 0 20px 20px;
  background: #FF6327;
}
.realize__notifications-graph-bell-number {
  position: absolute;
  top: 40px;
  left: 86px;
  width: 32px;
  height: 32px;
} 
.realize__ymap {
  padding-bottom: 120px;
  background: #fff;
}
.realize__ymap-list {
  margin-top: 40px;
}
.realize__ymap-list-item {
  width: 1160px;
  display: flex;
  gap: 16px;
}
.realize__ymap-list-item-number {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6327;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.realize__ymap-list-item-text {
  padding-top: 8px;
  color: #313131;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.realize__ymap-list-graph {
  position: relative;
  width: 1160px;
  height: 654px;
  margin: 40px 0 60px;
}
.realize__ymap-list-graph_trigger {
  position: absolute;
  top: 180px;
  left: 0;
  width: 0;
  height: 0;
}
.realize__ymap-list-graph-laptop {
  position: absolute;
  top: -28px;
  left: -162px;
  width: 1485px;
  height: 1063px;
  background: url("/image/new/site/rabotaipodrabotka/3-design/LK-applicant/mockup_macbook.png") no-repeat;
  background-size: contain;
}
.realize__ymap-list-graph-laptop-screen {
  position: absolute;
  top: 40px;
  left: 328px;
  width: 824px;
  height: 533px;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}
.realize__ymap-list-graph-laptop-screen img {
  -o-object-fit: cover;
     object-fit: cover;
}
.realize__ymap-list-graph-laptop-screen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 824px;
  height: 533px;
}
.realize__ymap-list-graph-phone {
  position: absolute;
  top: 352px;
  left: 500px;
  width: 660px;
  height: 524px;
}
.realize__bitrix {
  padding: 80px 0;
  background: #f4ece1;
}
.realize__bitrix-graph {
  position: relative;
  width: 1160px;
  height: 782px;
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.realize__bitrix-graph img {
  -o-object-fit: contain;
     object-fit: contain;
}
.realize__bitrix-graph-imac {
  width: 1160px;
  height: 782px;
}
.realize__bitrix-graph-logo {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 380px;
  height: 380px;
}
/* nav */
.rabotaipodrabotka-nav {
  margin-top: 60px !important;
  height: 32px;
}

/* swiper effects */
.animated-js.realize__integration-slider::before {
  clip-path: inset(0 50% 0 50%);
  transition: 1.5s linear;
  transition-delay: .35s;
}
.animated-js.--start-anim.realize__integration-slider::before {
  clip-path: inset(0 0 0 0);
}
.animated-js .realize__integration-slider-wrapper {
  opacity: 0;
}
.animated-js.--start-anim .realize__integration-slider-wrapper {
  animation: swiperAppear 1s ease forwards ;
  animation-delay: 1.2s;
}
@keyframes swiperAppear{
  from { opacity: 0; }
  to { opacity: 1; }
}
.realize__integration-slider-slide {
  opacity: 0;
  transition: .25s ease;
}
.realize__integration-slider-slide-info-number {
  opacity: 0;
  transform: translateX(32px);
  transition: .25s ease-out;
  transition-delay: .3s;
}
.realize__integration-slider-slide-info-text {
  opacity: 0;
  transform: translateX(24px);
  transition: .25s ease-out;
  transition-delay: .45s;
}
.realize__integration-slider-slide.swiper-slide-active,
.realize__integration-slider-slide.swiper-slide-next,
.realize__integration-slider-slide.swiper-slide-prev {
  opacity: 1;
}
.realize__integration-slider-slide.swiper-slide-active .realize__integration-slider-slide-info-number,
.realize__integration-slider-slide.swiper-slide-next .realize__integration-slider-slide-info-number,
.realize__integration-slider-slide.swiper-slide-prev .realize__integration-slider-slide-info-number {
  opacity: 1;
  transform: translateX(0);
}
.realize__integration-slider-slide.swiper-slide-active .realize__integration-slider-slide-info-text,
.realize__integration-slider-slide.swiper-slide-next .realize__integration-slider-slide-info-text,
.realize__integration-slider-slide.swiper-slide-prev .realize__integration-slider-slide-info-text {
  opacity: 1;
  transform: translateX(0);
}

/* anims */
.design__innerpages-marquee-list._animate-marquee {
  flex-shrink: 0;
  width: max-content;
  animation: scrollMarquee 60s infinite linear;
}
@keyframes scrollMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%);}
}
.design__innerpages-marquee-list._pseudo {
  position: absolute;
  top: 0;
  left: 100%;
}


.project__concept-row-graph-2-banner-column-list._pseudo {
  position: absolute;
  top: 100%;
  left: 0;
}
.project__concept-row-graph-2-banner-column._1 .project__concept-row-graph-2-banner-column-list._animate-marquee {
  flex-shrink: 0;
  height: max-content;
  animation: scrollMarqueeUp 32s infinite linear;
}
@keyframes scrollMarqueeUp {
  from { transform: translateY(0); }
  to { transform: translateY(-100%);}
}

.project__concept-row-graph-2-banner-column._2 .project__concept-row-graph-2-banner-column-list._animate-marquee {
  flex-shrink: 0;
  height: max-content;
  animation: scrollMarqueeDown 32s infinite linear;
}
@keyframes scrollMarqueeDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(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;
}

/* animation */
.animated-js .project__task-graph-main {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__task-graph-main {
  opacity: 1;
}
.animated-js .project__task-graph-list-item .project__task-graph-list-item-arrow {
  clip-path: inset(0 0 100% 0);
  transition: .5s ease;
}
.animated-js .project__task-graph-list-item .project__task-graph-list-item-icon {
  transform: scale(0);
  transition: .5s ease;
}
.animated-js .project__task-graph-list-item .project__task-graph-list-item-content-name {
  opacity: 0;
  transition: .5s ease;
}
.animated-js .project__task-graph-list-item .project__task-graph-list-item-content-text {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__task-graph-list-item .project__task-graph-list-item-arrow {
  clip-path: inset(0 0 0 0);
}
.animated-js.--start-anim .project__task-graph-list-item .project__task-graph-list-item-icon {
  transform: scale(1);
}
.animated-js.--start-anim .project__task-graph-list-item .project__task-graph-list-item-content-name {
  opacity: 1;
}
.animated-js.--start-anim .project__task-graph-list-item .project__task-graph-list-item-content-text {
  opacity: 1;
}

.animated-js .project__task-graph-main {
  transition-delay: .2s;
}
.animated-js .project__task-graph-list-item:nth-child(1) .project__task-graph-list-item-arrow {
  transition-delay: .4s;
}
.animated-js .project__task-graph-list-item:nth-child(1) .project__task-graph-list-item-icon {
  transition-delay: .5s;
}
.animated-js .project__task-graph-list-item:nth-child(1) .project__task-graph-list-item-content-name {
  transition-delay: .55s;
}
.animated-js .project__task-graph-list-item:nth-child(1) .project__task-graph-list-item-content-text {
  transition-delay: .6s;
}
.animated-js .project__task-graph-list-item:nth-child(2) .project__task-graph-list-item-arrow {
  transition-delay: .8s;
}
.animated-js .project__task-graph-list-item:nth-child(2) .project__task-graph-list-item-icon {
  transition-delay: .85s;
}
.animated-js .project__task-graph-list-item:nth-child(2) .project__task-graph-list-item-content-name {
  transition-delay: .9s;
}
.animated-js .project__task-graph-list-item:nth-child(2) .project__task-graph-list-item-content-text {
  transition-delay: 1.1s;
}
.animated-js .project__task-graph-list-item:nth-child(3) .project__task-graph-list-item-arrow {
  transition-delay: 1.15s;
}
.animated-js .project__task-graph-list-item:nth-child(3) .project__task-graph-list-item-icon {
  transition-delay: 1.2s;
}
.animated-js .project__task-graph-list-item:nth-child(3) .project__task-graph-list-item-content-name {
  transition-delay: 1.4s;
}
.animated-js .project__task-graph-list-item:nth-child(3) .project__task-graph-list-item-content-text {
  transition-delay: 1.45s;
}
.animated-js .project__task-graph-list-item:nth-child(4) .project__task-graph-list-item-arrow {
  transition-delay: 1.5s;
}
.animated-js .project__task-graph-list-item:nth-child(4) .project__task-graph-list-item-icon {
  transition-delay: 1.7s;
}
.animated-js .project__task-graph-list-item:nth-child(4) .project__task-graph-list-item-content-name {
  transition-delay: 1.75s;
}
.animated-js .project__task-graph-list-item:nth-child(4) .project__task-graph-list-item-content-text {
  transition-delay: 1.8s;
}
.animated-js .project__task-graph-list-item:nth-child(5) .project__task-graph-list-item-arrow {
  transition-delay: 2s;
}
.animated-js .project__task-graph-list-item:nth-child(5) .project__task-graph-list-item-icon {
  transition-delay: 2.05s;
}
.animated-js .project__task-graph-list-item:nth-child(5) .project__task-graph-list-item-content-name {
  transition-delay: 2.15s;
}
.animated-js .project__task-graph-list-item:nth-child(5) .project__task-graph-list-item-content-text {
  transition-delay: 2.2s;
}



.animated-js .project__scenario-graph-item-steps-step {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__scenario-graph-item-steps-step {
  opacity: 1;
}
.animated-js .project__scenario-graph-item-steps-step:nth-child(1) {
  transition-delay: .3s;
}
.animated-js .project__scenario-graph-item-steps-step:nth-child(2) {
  transition-delay: .8s;
}
.animated-js .project__scenario-graph-item-steps-step:nth-child(3) {
  transition-delay: 1.2s;
}
.animated-js .project__scenario-graph-item-steps-step:nth-child(4) {
  transition-delay: 1.6s;
}
.animated-js .project__scenario-graph-item-steps-step:nth-child(5) {
  transition-delay: 2s;
}

.animated-js .project__timeline-graph-bg {
  clip-path: inset(100% 0 0 0);
  transition: .5s ease;
}
.animated-js.--start-anim .project__timeline-graph-bg {
  clip-path: inset(0 0 0 0);
}
.animated-js .project__timeline-graph-bg-months-item {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__timeline-graph-bg-months-item {
  opacity: 1;
}
.animated-js .project__timeline-graph-bg-weeks-item {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__timeline-graph-bg-weeks-item {
  opacity: 1;
}
.animated-js .project__timeline-graph-bg {
  transition-delay: 0s;
}
.animated-js .project__timeline-graph-bg-months-item:nth-child(1) {
  transition-delay: .3s;
}
.animated-js .project__timeline-graph-bg-months-item:nth-child(2) {
  transition-delay: .4s;
}
.animated-js .project__timeline-graph-bg-months-item:nth-child(3) {
  transition-delay: .5s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(1) {
  transition-delay: .6s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(2) {
  transition-delay: .65s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(3) {
  transition-delay: .7s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(4) {
  transition-delay: .75s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(5) {
  transition-delay: .8s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(6) {
  transition-delay: .85s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(7) {
  transition-delay: .9s;
}
.animated-js .project__timeline-graph-bg-weeks-item:nth-child(8) {
  transition-delay: .95s;
}


.animated-js .project__timeline-graph-item {
  clip-path: inset(0 100%  0 0);
  transition: .5s ease;
}
.animated-js.--start-anim .project__timeline-graph-item {
  clip-path: inset(0 0 0 0);
}
.animated-js .project__timeline-graph-item:nth-child(1) {
  transition-delay: 1.1s;
}
.animated-js .project__timeline-graph-item:nth-child(2) {
  transition-delay: 1.2s;
}
.animated-js .project__timeline-graph-item:nth-child(3) {
  transition-delay: 1.3s;
}
.animated-js .project__timeline-graph-item:nth-child(4) {
  transition-delay: 1.4s;
}
.animated-js .project__timeline-graph-item:nth-child(5) {
  transition-delay: 1.6s;
}
.animated-js .project__timeline-graph-item:nth-child(6) {
  transition-delay: 1.8s;
}
.animated-js .project__timeline-graph-item:nth-child(7) {
  transition-delay: 2s;
}
.animated-js .project__timeline-graph-item:nth-child(8) {
  transition-delay: 2.1s;
}


.animated-js .project__colours-graph-samples-item .project__colours-graph-samples-item-circle {
  transform: scale(0);
  transition: .5s ease;
}
.animated-js.--start-anim .project__colours-graph-samples-item .project__colours-graph-samples-item-circle {
  transform: scale(1);
}
.animated-js .project__colours-graph-samples-item .project__colours-graph-samples-item-text {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .project__colours-graph-samples-item .project__colours-graph-samples-item-text {
  opacity: 1;
}
.project__colours-graph-samples-item:nth-child(1) .project__colours-graph-samples-item-circle {
  transition-delay: .2s;
}
.project__colours-graph-samples-item:nth-child(1) .project__colours-graph-samples-item-text {
  transition-delay: .3s;
}
.project__colours-graph-samples-item:nth-child(2) .project__colours-graph-samples-item-circle {
  transition-delay: .5s;
}
.project__colours-graph-samples-item:nth-child(2) .project__colours-graph-samples-item-text {
  transition-delay: .6s;
}
.project__colours-graph-samples-item:nth-child(3) .project__colours-graph-samples-item-circle {
  transition-delay: .8s;
}
.project__colours-graph-samples-item:nth-child(3) .project__colours-graph-samples-item-text {
  transition-delay: .9s;
}
.project__colours-graph-samples-item:nth-child(4) .project__colours-graph-samples-item-circle {
  transition-delay: 1.1s;
}
.project__colours-graph-samples-item:nth-child(4) .project__colours-graph-samples-item-text {
  transition-delay: 1.2s;
}
.project__colours-graph-samples-item:nth-child(5) .project__colours-graph-samples-item-circle {
  transition-delay: 1.4s;
}
.project__colours-graph-samples-item:nth-child(5) .project__colours-graph-samples-item-text {
  transition-delay: 1.5s;
}


.animated-js .design__lk-list-item-phones-phone {
  opacity: 0;
  transform: translateY(180px);
  transition: .5s ease;
}
.animated-js.--start-anim .design__lk-list-item-phones-phone {
  opacity: 1;
  transform: translateY(0);
}
.animated-js .design__lk-list-item-phones-phone:nth-child(1) {
  transition-delay: .2s;
}
.animated-js .design__lk-list-item-phones-phone:nth-child(2) {
  transition-delay: .6s;
}
.animated-js .design__lk-list-item-phones-phone:nth-child(3) {
  transition-delay: 1s;
}

.animated-js.--start-anim.design__lk-list-item-mockups-scroller-screen-image {
  animation: scrollAuto 8s cubic-bezier(0.5, 0, 0.5, 1) alternate infinite;
}
@keyframes scrollAuto {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-366px);
  }
}

.animated-js.--start-anim.design__lk-list-item-phones2-item-dynamic-screen-image {
  animation: scrollAuto1 16s cubic-bezier(0.25, 0, 0.75, 1) alternate infinite;
}
@keyframes scrollAuto1 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-704px);
  }
}


.animated-js .design__uikit-graph-font-image {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .design__uikit-graph-font-image {
  opacity: 1;
}
.animated-js .design__uikit-graph-font-name {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .design__uikit-graph-font-name{
  opacity: 1;
}
.animated-js .design__uikit-graph-colours-item {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim .design__uikit-graph-colours-item {
  opacity: 1;
}
.animated-js .design__uikit-graph-font-image {
  transition-delay: .2s;
}
.animated-js .design__uikit-graph-font-name {
  transition-delay: .6s;
}
.animated-js .design__uikit-graph-colours-item:nth-child(1) {
  transition-delay: 1s;
}
.animated-js .design__uikit-graph-colours-item:nth-child(2) {
  transition-delay: 1.1s;
}
.animated-js .design__uikit-graph-colours-item:nth-child(3) {
  transition-delay: 1.2s;
}
.animated-js .design__uikit-graph-colours-item:nth-child(4) {
  transition-delay: 1.3s;
}
.animated-js .design__uikit-graph-colours-item:nth-child(5) {
  transition-delay: 1.4s;
}


.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item {
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph-icons_trigger.animated-js.--start-anim ~ .design__uikit-graph-icons-item {
  opacity: 1;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(1) {
  transition-delay: .05s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(2) {
  transition-delay: .1s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(3) {
  transition-delay: .15s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(4) {
  transition-delay: .2s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(5) {
  transition-delay: .25s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(6) {
  transition-delay: .3s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(7) {
  transition-delay: .35s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(8) {
  transition-delay: .4s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(9) {
  transition-delay: .45s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(10) {
  transition-delay: .5s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(11) {
  transition-delay: .55s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(12) {
  transition-delay: .6s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(13) {
  transition-delay: .65s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(14) {
  transition-delay: .7s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(15) {
  transition-delay: .75s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(16) {
  transition-delay: .8s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(17) {
  transition-delay: .85s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(18) {
  transition-delay: .9s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(19) {
  transition-delay: .95s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(20) {
  transition-delay: 1s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(21) {
  transition-delay: 1.05s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(22) {
  transition-delay: 1.1s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(23) {
  transition-delay: 1.15s;
}
.design__uikit-graph-icons_trigger.animated-js ~ .design__uikit-graph-icons-item:nth-child(24) {
  transition-delay: 1.2s;
}



.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-laptop .realize__ymap-list-graph-laptop-screen-image {
  opacity: 0;
  transition: .5s ease;
}
.animated-js.--start-anim.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-laptop .realize__ymap-list-graph-laptop-screen-image {
  opacity: 1;
}
.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-phone {
  opacity: 0;
  transform: translateY(180px);
  transition: 1s ease;
}
.animated-js.--start-anim.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-phone {
  opacity: 1;
  transform: translateY(0);
}

.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-laptop .realize__ymap-list-graph-laptop-screen-image._1 {
  opacity: 1;
}
.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-laptop .realize__ymap-list-graph-laptop-screen-image._2 {
  transition-delay: .2s;
}
.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-laptop .realize__ymap-list-graph-laptop-screen-image._3 {
  transition-delay: .9s;
}
.animated-js.realize__ymap-list-graph_trigger ~ .realize__ymap-list-graph-phone  {
  transition-delay: 1.6s;
}

/* bell */
.realize__notifications-graph-bell.--start-anim .realize__notifications-graph-bell-object {
  animation: bellBody .8s cubic-bezier(0.65, 0, 0.35, 1) alternate infinite;
}
.realize__notifications-graph-bell.--start-anim .realize__notifications-graph-bell-object-end {
  animation: bellEnd .8s linear alternate infinite;
  animation-delay: .2s;
}
@keyframes bellBody {
  from {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(8deg);
  }
}
@keyframes bellEnd {
  0% {
    transform: translateX(24px);
  }
  33% {
    transform: translateX(27px);
  }
  66% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}