.portfol-wrapper .pl-content {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.portfol-wrapper .coll-3 {
  margin-left: 0;
}
h1, h2, h3, h4 {
  margin: 0;
}
.portfol-wrapper .megadrive p {
  margin: 0;
}
.btn {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}
.megadrive {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
/* sestion */
.section-head {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #424a52;
  color: #fff;
}
.section-head-title {
  color: #fff;
  margin-bottom: 40px;
}
.section-head-desc {
  color: #fff !important;
}
.title-h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}
.title-h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 40px;
}
.portfol-wrapper .portfol .basedesc {
  font-size: 20px;
  line-height: 28px;
}
.basetext {
  font-size: 20px;
  line-height: 30px;
}
.portfol-wrapper .portfol .basetext {
  font-size: 20px;
  line-height: 30px;
}
/* hero */
.hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 112px;
  overflow: hidden;
  background: #ebedf0 url("/image/new/site/megadrive/hero_bg.jpg") no-repeat center top;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/new/site/megadrive/zubs-fff.svg");
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #424a52;
  -webkit-mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
          mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
}
.hero__list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.hero__list-item {
  width: 180px;
  text-align: center;
  color: #fff;
}
.hero__center {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1160px;
  height: 746px;
}
.hero__center-laptop {
  position: absolute;
  top: -126px;
  left: 0;
}
.hero__center-laptop::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -14px;
  background: url("/image/new/site/megadrive/laptop.png");
  width: 1191px;
  height: 894px;
}
.hero__center-laptop-screen {
  position: absolute;
  top: 169px;
  left: 171px;
  width: 830px;
  height: 540px;
  border-radius: 9px 9px 0 0;
  overflow: hidden;
  background: black;
}
.hero__center-laptop-screen video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__center-laptop-screen::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 1;
  transition: opacity .5s ease;
  transition-delay: .6s;
}
.hero__center-laptop-screen.--readytoplay::after {
  opacity: 0;
}
.hero__center-phone {
  position: absolute;
  right: -378px;
  bottom: -140px;
  width: 884px;
  height: 676px;
  display: flex;
}
.hero__center-phone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
/* proj */
.project {
  position: relative;
  overflow: hidden;
}
.project::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ebedf0;
  -webkit-mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
          mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
}
.project__section-aims {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.project__section-aims-item {
  display: flex;
  gap: 24px;
}
.project__section-aims-item-num {
  flex-shrink: 0;
  color: #b21917;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
}
.project__section-aims-item-text {
  padding-top: 24px;
  color: #fff;
}
.project__structure {
  padding: 80px 0;
  background: #fff;
}
.project__structure-graph {
  position: relative;
  width: 100%;
  height: 486px;
  margin-top: 40px;
}
.project__structure-graph::before {
  content: '';
  position: absolute;
  top: 72px;
  left: 216px;
  width: 815px;
  height: 392px;
  background: url("/image/new/site/megadrive/structure-lines.svg") no-repeat center center;
}
.project__structure-graph-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 216px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  background: #b21917;
  -webkit-clip-path: polygon(0% 0%, 82% 0%, 100% 25%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 82% 0%, 100% 25%, 100% 100%, 0% 100%);
}
.project__structure-graph-secondary {
  position: absolute;
  top: 118px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 2;
}
.project__structure-graph-secondary._1 {
  left: 300px;
}
.project__structure-graph-secondary._2 {
  left: 600px;
}
.project__structure-graph-secondary._3 {
  left: 900px;
  gap: 20px;
}
.project__structure-graph-secondary-item {
  box-sizing: border-box;
  padding: 4px 12px;
  width: 260px;
  min-height: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  background: #ebedf0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__structure-graph-secondary-catalog {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project__structure-graph-secondary-catalog-item {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
}
.project__structure-graph-secondary-catalog-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  background: #b21917;
  background: url("/image/new/site/megadrive/structure-triangle.svg") no-repeat center center;
}
.project__concept {
  position: relative;
  background: #fff;
  padding-bottom: 105px;
}
.project__concept::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ebedf0;
  -webkit-mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
          mask-image: url("/image/new/site/megadrive/zubs-fff.svg");
}
.project__concept-graph {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 1125px;
  transform-style: preserve-3d;
}
.project__concept-graph-slide {
  position: absolute;
  top: 124px;
  width: 518px;
  height: 878px;
  transform: translate(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.2, 1.2);
}
.project__concept-graph-slide._1 {
  left: -32px;
  z-index: 3;
}
.project__concept-graph-slide._2 {
  left: 328px;
  z-index: 2;
}
.project__concept-graph-slide._3 {
  left: 678px;
  z-index: 1;
}
.project__concept-graph-slide-3d {
  position: relative;
  border-radius: 18px;
  transform: skewY(28deg) ScaleX(0.88);
  box-shadow: 6px 0px 13px 0px rgba(0,0,0,0.078), 24px 0px 24px 0px rgba(0,0,0,0.071), 54px 0px 32px 0px rgba(0,0,0,0.039), 96px 0px 38px 0px rgba(0,0,0,0.012), 149px 0px 42px 0px rgba(0,0,0,0), -2px 0px 24px 0px rgba(0,0,0,0.051);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.project__concept-graph-slide-3d::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -7px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(139deg, #a9abae 3.78%, #a9abae 32.84%, #dfdfdf 34.6%, #a9abae 37.26%, #a9abae 94.55%, #d3d3d3 98.9%, #a9abae 101.47%);
  border-radius: 18px;
  border-top-left-radius: 30px;
  transform: translate3d(6px, -6px, 0);
  transition: 0.5s ease;
}
.project__concept-graph-slide-img {
  position: relative;
  width: 518px;
  height: 878px;
  border-radius: 18px;
  overflow: hidden;
  z-index: 2;
}
.project__concept-graph-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__concept-graph-triggerbox {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 100px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.project__concept-graph-triggerbox-item {
  flex-shrink: 1;
  width: 33.3334%;
}
/* Поведение */
.project__concept-graph.--show-1 .project__concept-graph-slide._1 .project__concept-graph-slide-3d {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  box-shadow: 0px 4px 40px 4px #0000001A;
}
.project__concept-graph.--show-1 .project__concept-graph-slide._1 .project__concept-graph-slide-3d::before {
  transform: translate3d(0px, 0px, 0);
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 18px;
}
.project__concept-graph.--show-1 .project__concept-graph-slide._2 {
  transform: translateX(200px);
}
.project__concept-graph.--show-1 .project__concept-graph-slide._3 {
  transform: translateX(150px);
}
.project__concept-graph.--show-2 .project__concept-graph-slide._2 .project__concept-graph-slide-3d {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  box-shadow: 0px 4px 40px 4px rgba(0, 0, 0, 0.24);
}
.project__concept-graph.--show-2 .project__concept-graph-slide._2 .project__concept-graph-slide-3d::before {
  transform: translate3d(0px, 0px, 0);
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 18px;
}
.project__concept-graph.--show-2 .project__concept-graph-slide._1 {
  transform: translateX(-150px);
}
.project__concept-graph.--show-2 .project__concept-graph-slide._3 {
  transform: translateX(150px);
}
.project__concept-graph.--show-3 .project__concept-graph-slide._3 .project__concept-graph-slide-3d {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  box-shadow: 0px 4px 40px 4px #0000001A;
}
.project__concept-graph.--show-3 .project__concept-graph-slide._3 .project__concept-graph-slide-3d::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  transform: translate3d(0px, 0px, 0);
  border-radius: 18px;
}
.project__concept-graph.--show-3 .project__concept-graph-slide._1 {
  transform: translateX(-150px);
}
.project__concept-graph.--show-3 .project__concept-graph-slide._2 {
  transform: translateX(-200px);
}
/* design */
.design {
  position: relative;
  overflow: hidden;
}
.design::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/image/new/site/megadrive/zubs-fff.svg");
}
.design__section-head {
  background: #ebedf0;
  padding-bottom: 40px;
}
.design__section-title {
  color: #313131;
}
.design__section-text {
  color: #313131;
}
.design__page {
  position: relative;
  padding-bottom: 100px;
  background: #ebedf0;
}
.design__page-graph {
  position: relative;
  width: 100%;
  height: 2070px;
  z-index: 3;
}
.design__page-graph-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 840px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 28px 0px rgba(0,0,0,0.059);
  display: flex;
}
.design__page-graph-main img {
  width: 100%;
}
.design__page-graph-secondary {
  position: absolute;
  right: -240px;
  top: 0;
}
.design__page-graph-secondary-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 720px;
  height: 822px;
}
.design__page-graph-secondary-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__page-graph-secondary-item._1 {
  top: 52px;
}
.design__page-graph-secondary-item._2 {
  top: 708px;
}
.design__page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 706px;
  background: #424a52;
  overflow: hidden;
  z-index: 0;
}
.design__page-footer-video {
  position: absolute;
  top: 100px;
  left: 50%;
  left: calc(50% + 200px);
  width: 894px;
  height: 497px;
  z-index: 0;
}
.design__page-footer-video::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  height: 135px;
  background: linear-gradient(180deg, #424a52 3.32%, rgba(66,74,82,0) 92.16%);
  z-index: 2;
}
.design__page-footer-video::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 135px;
  background: linear-gradient(0deg, #424a52 3.32%, rgba(66,74,82,0) 92.16%);
  z-index: 2;
}
.design__page-footer-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.design__animation {
  padding: 80px 0 100px;
  background: #ebedf0;
}
.design__animation-graph {
  width: 100%;
  height: 627px;
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.design__animation-graph-tablet {
  position: relative;
  top: 30px;
  width: 952px;
  height: 620px;
  background: #222;
  border-radius: 20px;
  z-index: 2;
  box-shadow: -19.64px 15.28px 50.19px -21.82px rgba(53,53,53,0.4), 0px 80.84px 88.42px -37.89px rgba(0,0,0,0.278);
}
.design__animation-graph-tablet::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  background: linear-gradient(188.25deg, #a8a9ad 4.22%, #fff 108.65%);
  z-index: 0;
  border-radius: 22px;
}
.design__animation-graph-tablet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
  z-index: 1;
  border-radius: 20px;
}
.design__animation-graph-tablet-screen {
  position: absolute;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
.design__animation-graph-tablet-screen video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.design__uikit {
  padding: 80px 0 100px;
  background: #fff;
}
.design__uikit-title {
  color: #313131;
  margin-bottom: 60px !important;
}
.design__uikit-graph {
  position: relative;
  width: 100%;
  height: 252px;
  margin-top: 40px;
}
.design__uikit-graph-colours {
  position: relative;
  display: grid;
  grid-template-columns: 300px 300px 165px 165px 165px;
  justify-content: space-between;
}
.design__uikit-graph-colours-item {
  padding: 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.design__uikit-graph-font {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  height: 136px;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.design__uikit-graph-font-images {
  position: relative;
  height: 136px;
}
.design__uikit-graph-font-images img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.design__uikit-graph-font-letters {
  position: relative;
  height: 136px;
  display: flex;
  justify-content: flex-end;
}
.design__uikit-graph-font-letters img {
  height: 136px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.design__uikit-slider {
  margin-top: 100px;
}
.design__uikit-slider-overflow {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.design__uikit-slider-static {
  flex-shrink: 0;
  position: relative;
  width: 1920px;
  height: 521px;
}
.design__uikit-slider-static-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 521px;
  background: #ebedf0;
  z-index: 1;
}
.design__uikit-slider-static-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/image/new/site/megadrive/slide_mask.svg");
  background-size: 1920px 721px;
  background-position-y: -100px;
  z-index: 2;
}
.design__uikit-slider-static-slider-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.design__uikit-slider-static-slider-list-item {
  position: absolute;
  top: 0;
  right: 382px;
  width: 528px;
  height: 521px;
  transition: transform 2s ease;
  transform: translate(754px, 100%) scale(0);
  opacity: 0;
  transform-origin: bottom center;
}
.design__uikit-slider-static-slider-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__uikit-slider-static-text {
  position: absolute;
  left: 380px;
  width: 501px;
  z-index: 5;
}
.design__uikit-slider-static-text-desc {
  margin-top: 40px;
}
.design__filter {
  padding-top: 80px;
  background: #424a52;
  overflow: hidden;
}
.design__filter-title {
  color: #fff;
}
.design__filter-desc {
  color: #fff !important;
}
.design__filter-graph {
  box-sizing: border-box;
  position: relative;
  padding: 40px 0 80px;
  width: 100%;
  height: 658px;
}
.design__filter-graph-tabs {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
}
.design__filter-graph-tabs-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.design__filter-graph-tabs-buttons-btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #999b9c;
  border-radius: 4px;
  transition: 0.5s ease;
}
.design__filter-graph-tabs-buttons-btn.active {
  background: #b21917;
  border-color: #b21917;
}
.design__filter-graph-tabs-preview {
  position: absolute;
  top: -12px;
  right: 18px;
  width: 1300px;
  height: 885px;
  z-index: 1;
}
.design__filter-graph-tabs-preview-item {
  position: absolute;
  top: -114px;
  right: 4px;
  width: 1304px;
  height: 885px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: 0.5s ease;
}
.design__filter-graph-tabs-preview-item.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.design__filter-graph-tabs-preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__interface {
  background: #424a52 url("/image/new/site/megadrive/des_bg-1.jpg") no-repeat;
  background-position: center bottom;
  padding-bottom: 80px;
}
.design__interface-title {
  color: #fff !important;
}
.design__interface-desc {
  color: #fff !important;
}
.design__interface-graph {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 744px;
  display: flex;
  justify-content: center;
}
.design__interface-graph-compare {
  position: relative;
  flex-shrink: 0;
  width: 960px;
  height: 641px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 30px 55px 0px rgba(0,0,0,0.078);
  background: #000;
}
.design__interface-graph-compare video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.design__interface-graph-float {
  position: absolute;
  right: -220px;
  bottom: -28px;
  width: 566px;
  height: 326px;
}
.design__interface-graph-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__card {
  position: relative;
  padding-top: 80px;
  padding-bottom: 270px;
  background: #424a52;
  overflow: hidden;
}
.design__card-bg {
  position: absolute;
  left: 0;
  left: calc(50% - 960px);
  bottom: 0;
  width: 1920px;
  height: 685px;
  z-index: 0;
}
.design__card-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 685px;
  background: linear-gradient(183.97deg, #424a52 35.56%, rgba(66,74,82,0) 92.16%);
  z-index: 1;
}
.design__card .portfol {
  position: relative;
  z-index: 3;
}
.design__card-title {
  color: #fff !important;
}
.design__card-desc {
  color: #fff !important;
}
.design__card-graph {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 1484px;
}
.design__card-graph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__card-graph-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.design__card-graph-first {
  position: absolute;
  top: 200px;
  right: 0;
}
.design__card-graph-first-image {
  width: 500px;
  height: 164px;
  border-radius: 20px;
  overflow: hidden;
}
.design__card-graph-first-float {
  position: absolute;
  top: -132px;
  right: 0;
  width: 267px;
  height: 148px;
}
.design__card-graph-second {
  position: absolute;
  top: 420px;
  right: 0;
}
.design__card-graph-second-image {
  width: 500px;
  height: 248px;
  border-radius: 20px;
  overflow: hidden;
}
.design__card-graph-second-float {
  position: absolute;
  top: 133px;
  right: 482px;
  width: 582px;
  height: 36px;
}
.design__card-hints {
  position: absolute;
  top: 770px;
  left: -40px;
  right: -44px;
  height: 714px;
  display: flex;
  justify-content: space-between;
}
.design__card-hints-item {
  position: relative;
  width: 384px;
}
.design__card-hints-item-image {
  position: absolute;
  bottom: 0;
  right: 44px;
  width: 300px;
  height: 604px;
  border-radius: 20px;
  overflow: hidden;
}
.design__card-hints-item-hint {
  position: absolute;
  top: 0;
  left: -4px;
}
.design__card-hints-item._1 .design__card-hints-item-hint {
  width: 252px;
  height: 663px;
}
.design__card-hints-item._2 .design__card-hints-item-hint {
  width: 341px;
  height: 375px;
}
.design__card-hints-item._3 .design__card-hints-item-hint {
  width: 358px;
  height: 197px;
}
.design__innerpages {
  position: relative;
  padding: 80px 0 100px;
  background: #ebedf0;
}
.design__innerpages-graph {
  position: relative;
  width: 100%;
  height: 1360px;
  margin-top: 40px;
}
.design__innerpages-graph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.design__innerpages-graph-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 1360px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -1.83px 5.49px 45.71px 0px rgba(0,0,0,0.09);
}
.design__innerpages-graph-side {
  position: absolute;
  top: 0;
  right: 0;
}
.design__innerpages-graph-side-item {
  position: absolute;
  top: 0;
  right: -96px;
}
.design__innerpages-graph-side-item-content {
  width: 556px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -15px 15px 40px 0px rgba(0,0,0,0.122);
}
.design__innerpages-graph-side-item-content span {
  display: block;
}
.design__innerpages-graph-side-item-content-desc {
  box-sizing: border-box;
  width: 556px;
  height: 62px;
  padding: 16px 28px;
  background: #cad1d7;
  color: #313131;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-wrap: nowrap;
}
.design__innerpages-graph-side-item-content-image {
  width: 556px;
  object-fit: cover;
  display: flex;
}
.design__innerpages-graph-side-item-line {
  position: absolute;
  top: 25px;
  right: 550px;
  width: 130px;
}
.design__innerpages-graph-side-item._1 {
  top: 40px;
}
.design__innerpages-graph-side-item._1 .design__innerpages-graph-side-item-content {
  height: 332px;
}
.design__innerpages-graph-side-item._1 .design__innerpages-graph-side-item-line {
  height: 161px;
}
.design__innerpages-graph-side-item._2 {
  top: 468px;
}
.design__innerpages-graph-side-item._2 .design__innerpages-graph-side-item-content {
  height: 306px;
}
.design__innerpages-graph-side-item._2 .design__innerpages-graph-side-item-line {
  height: 136px;
}
.design__innerpages-graph-side-item._3 {
  top: 876px;
}
.design__innerpages-graph-side-item._3 .design__innerpages-graph-side-item-content {
  height: 234px;
}
.design__innerpages-graph-side-item._3 .design__innerpages-graph-side-item-line {
  height: 123px;
}
/* слайдер */
.design__uikit-slider-static-slider-list-item.--right-2 {
  transform: translate(754px, 0px) scale(0.54);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--right-1 {
  transform: translate(438px, 0px) scale(0.54);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--center {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--left-1 {
  transform: translate(-438px, 0px) scale(0.54);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--left-2 {
  transform: translate(-754px, 0px) scale(0.54);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--left-3 {
  transform: translate(-1068px, 0px) scale(0.54);
  opacity: 1;
}
.design__uikit-slider-static-slider-list-item.--left-4 {
  transform: translate(-1386px, 0px) scale(0.54);
  opacity: 1;
}
/* realize */
.realize {
  overflow: hidden;
  background: #fff;
  padding-bottom: 80px;
}
.realize__section-head {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #fff;
}
.realize__section-title {
  color: #313131 !important;
  margin-bottom: 40px !important;
}
.realize__section-textblock-text {
  color: #313131 !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
}
.realize__section-textblock-point {
  position: relative;
  padding-left: 32px;
  color: #313131;
}
.realize__section-textblock-point:not(:last-child) {
  margin-bottom: 12px;
}
.realize__section-textblock-point::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  background: #b21917;
  background: url("/image/new/site/megadrive/structure-triangle.svg") no-repeat center center;
}
.realize__opencart-graph {
  position: relative;
  width: 100%;
  height: 592px;
}
.realize__opencart-graph::before {
  content: '';
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 80px;
  background: url("/image/new/site/megadrive/impl_scheme-line.svg") no-repeat center center;
}
.realize__opencart-graph-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b21917;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  z-index: 2;
}
.realize__opencart-graph-list {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
.realize__opencart-graph-list-item {
  box-sizing: border-box;
  width: 360px;
  padding: 32px;
  background: #ebedf0;
  -webkit-clip-path: polygon(0 0, 310px 0, 100% 40px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 310px 0, 100% 40px, 100% 100%, 0 100%);
}
.realize__opencart-graph-list-item-head {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #475057;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.realize__opencart-graph-list-item-head-icon {
  width: 52px;
  height: 52px;
}
.realize__opencart-graph-list-item-head-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.realize__opencart-graph-list-item-head-name {
  box-sizing: border-box;
  width: 100%;
  color: #222;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.realize__opencart-graph-list-item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.realize__opencart-graph-list-item-list-item {
  position: relative;
  padding-left: 28px;
  color: #313131;
  font-size: 18px;
  line-height: 24px;
}
.realize__opencart-graph-list-item-list-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  background: #b21917;
  background: url("/image/new/site/megadrive/structure-triangle.svg") no-repeat center center;
}
.realize__nav {
  margin-top: 60px;
  height: 24px;
}
/* anims */
.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;
}
/* animations */
.project__structure-graph .project__structure-graph-main {
  transform: scale(0);
  transition: .5s ease;
}
.project__structure-graph::before {
  opacity: 0;
  transition: 1s linear;
}
.project__structure-graph .project__structure-graph-secondary-item {
  transform: translateX(-28px);
  opacity: 0;
  transition: .5s ease;
}
.project__structure-graph .project__structure-graph-secondary-catalog-item {
  transform: translateY(-12px);
  opacity: 0;
  transition: .5s ease;
}
.project__structure-graph.--start-anim .project__structure-graph-main {
  transform: scale(1);
}
.project__structure-graph.--start-anim::before {
  opacity: 1;
}
.project__structure-graph.--start-anim .project__structure-graph-secondary-item {
  transform: translateX(0);
  opacity: 1;
}
.project__structure-graph.--start-anim .project__structure-graph-secondary-catalog-item {
  transform: translateY(0);
  opacity: 1;
}

.project__structure-graph .project__structure-graph-main {
  transition-delay: .2s;
}
.project__structure-graph::before {
  transition-delay: .3s;
}
.project__structure-graph-secondary._1 .project__structure-graph-secondary-item:nth-child(1) {
  transition-delay: .7s;
}
.project__structure-graph-secondary._1 .project__structure-graph-secondary-item:nth-child(2) {
  transition-delay: .8s;
}
.project__structure-graph-secondary._1 .project__structure-graph-secondary-item:nth-child(3) {
  transition-delay: .9s;
}
.project__structure-graph-secondary._1 .project__structure-graph-secondary-item:nth-child(4) {
  transition-delay: 1s;
}
.project__structure-graph-secondary._1 .project__structure-graph-secondary-item:nth-child(5) {
  transition-delay: 1.1s;
}
.project__structure-graph-secondary._2 .project__structure-graph-secondary-item:nth-child(1) {
  transition-delay: 1.3s;
}
.project__structure-graph-secondary._2 .project__structure-graph-secondary-item:nth-child(2) {
  transition-delay: 1.4s;
}
.project__structure-graph-secondary._2 .project__structure-graph-secondary-item:nth-child(3) {
  transition-delay: 1.5s;
}
.project__structure-graph-secondary._2 .project__structure-graph-secondary-item:nth-child(4) {
  transition-delay: 1.6s;
}
.project__structure-graph-secondary._2 .project__structure-graph-secondary-item:nth-child(5) {
  transition-delay: 1.7s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-item:nth-child(1) {
  transition-delay: 1.8s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(1)  {
  transition-delay: 2s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(2)  {
  transition-delay: 2.05s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(3)  {
  transition-delay: 2.1s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(4)  {
  transition-delay: 2.15s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(5)  {
  transition-delay: 2.2s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(6)  {
  transition-delay: 2.25s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(7)  {
  transition-delay: 2.3s;
}
.project__structure-graph-secondary._3 .project__structure-graph-secondary-catalog-item:nth-child(8)  {
  transition-delay: 2.35s;
}

.design__page-graph .design__page-graph-main {
  transform: translateY(800px);
  opacity: 0;
  transition: opacity .5s ease, transform 1.5s ease;
}
.design__page-graph.--start-anim .design__page-graph-main {
  transform: translateY(0);
  opacity: 1;
}


.design__uikit-graph .design__uikit-graph-colours-item {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: .5s ease;
}
.design__uikit-graph .design__uikit-graph-colours-item span {
  transform: translateX(-20px);
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph .design__uikit-graph-font-onest {
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph .design__uikit-graph-font-letters {
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph .design__uikit-graph-font-onestf {
  transform: translateX(-32px);
  opacity: 0;
  transition: .5s ease;
}
.design__uikit-graph.--start-anim .design__uikit-graph-colours-item {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.design__uikit-graph.--start-anim .design__uikit-graph-colours-item span {
  transform: translateX(0);
  opacity: 1;
}
.design__uikit-graph.--start-anim .design__uikit-graph-font-onest {
  opacity: 1;
}
.design__uikit-graph.--start-anim .design__uikit-graph-font-letters {
  opacity: 1;
}
.design__uikit-graph.--start-anim .design__uikit-graph-font-onestf {
  transform: translateX(0);
  opacity: 1;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(1) {
  transition-delay: .4s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(1) span {
  transition-delay: .5s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(2) {
  transition-delay: .6s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(2) span {
  transition-delay: .7s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(3) {
  transition-delay: .8s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(3) span {
  transition-delay: .9s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(4) {
  transition-delay: 1s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(4) span {
  transition-delay: 1.18s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(5) {
  transition-delay: 1.2s;
}
.design__uikit-graph .design__uikit-graph-colours-item:nth-child(5) span {
  transition-delay: 1.3s;
}
.design__uikit-graph .design__uikit-graph-font-onest {
  transition-delay: 2s;
}
.design__uikit-graph .design__uikit-graph-font-letters {
  transition-delay: 2.2s;
}
.design__uikit-graph .design__uikit-graph-font-onestf {
  transition-delay: 2.5s;
}


.realize__opencart-graph .realize__opencart-graph-main {
  opacity: 0;
  transition: .5s ease;
}
.realize__opencart-graph::before {
  clip-path: inset(0 0 100% 0);
  transition: .5s ease;
}
.realize__opencart-graph .realize__opencart-graph-list-item {
  transform: translateY(-32px);
  opacity: 0;
  transition: .5s ease;
}
.realize__opencart-graph.--start-anim .realize__opencart-graph-main {
  opacity: 1;
}
.realize__opencart-graph.--start-anim::before {
  clip-path: inset(0 0 0 0);
}
.realize__opencart-graph.--start-anim .realize__opencart-graph-list-item {
  transform: translateY(0);
  opacity: 1;
}
.realize__opencart-graph .realize__opencart-graph-main {
  transition-delay: .2s;
}
.realize__opencart-graph::before {
  transition-delay: .5s;
}
.realize__opencart-graph .realize__opencart-graph-list-item:nth-child(1) {
  transition-delay: .8s;
}
.realize__opencart-graph .realize__opencart-graph-list-item:nth-child(2) {
  transition-delay: 1s;
}
.realize__opencart-graph .realize__opencart-graph-list-item:nth-child(3) {
  transition-delay: 1.2s;
}

.design__card-graph .design__card-graph-first-image {
  opacity: 0;
  transform: translateY(-48px);
  transition: .5s ease;
  transition-delay: .3s;
}
.design__card-graph .design__card-graph-second-image {
  opacity: 0;
  transform: translateY(48px);
  transition: .5s ease;
  transition-delay: .5s;
}
.design__card-graph .design__card-graph-first-float {
  opacity: 0;
  transition: .5s ease;
  transition-delay: .9s;
}
.design__card-graph .design__card-graph-second-float {
  opacity: 0;
  transition: .5s ease;
  transition-delay: 1s;
}
.design__card-graph.--start-anim .design__card-graph-first-image {
  opacity: 1;
  transform: translateY(0);
}
.design__card-graph.--start-anim .design__card-graph-second-image {
  opacity: 1;
  transform: translateY(0);
}
.design__card-graph.--start-anim .design__card-graph-first-float {
  opacity: 1;
}
.design__card-graph.--start-anim .design__card-graph-second-float {
  opacity: 1;
}

.design__card-hints .design__card-hints-item-image {
  transform: translateY(48px);
  opacity: 0;
  transition: .5s ease;
}
.design__card-hints .design__card-hints-item-hint {
  transform: translateX(-24px);
  opacity: 0;
  transition: .5s ease;
}
.design__card-hints.--start-anim .design__card-hints-item-image {
  transform: translateY(0);
  opacity: 1;
}
.design__card-hints.--start-anim .design__card-hints-item-hint {
  transform: translateX(0);
  opacity: 1;
}
.design__card-hints .design__card-hints-item:nth-child(1) .design__card-hints-item-image {
  transition-delay: .2s;
}
.design__card-hints .design__card-hints-item:nth-child(2) .design__card-hints-item-image {
  transition-delay: .3s;
}
.design__card-hints .design__card-hints-item:nth-child(3) .design__card-hints-item-image {
  transition-delay: .4s;
}
.design__card-hints .design__card-hints-item:nth-child(1) .design__card-hints-item-hint {
  transition-delay: .6s;
}
.design__card-hints .design__card-hints-item:nth-child(2) .design__card-hints-item-hint {
  transition-delay: .7s;
}
.design__card-hints .design__card-hints-item:nth-child(3) .design__card-hints-item-hint {
  transition-delay: .8s;
}

.design__innerpages-graph-side-item .design__innerpages-graph-side-item-content {
  transform: translateY(48px);
  opacity: 0;
  transition: .5s ease;
  transition-delay: .2s;
}
.design__innerpages-graph-side-item .design__innerpages-graph-side-item-content-desc span {
  transform: translateX(-18px);
  opacity: 0;
  transition: .5s ease;
  transition-delay: .5s;
}
.design__innerpages-graph-side-item .design__innerpages-graph-side-item-line {
  opacity: 0;
  transition: .5s ease;
  transition-delay: .7s;
}
.design__innerpages-graph-side-item.--start-anim .design__innerpages-graph-side-item-content {
  opacity: 1;
  transform: translateY(0);
}
.design__innerpages-graph-side-item.--start-anim  .design__innerpages-graph-side-item-content-desc span {
  transform: translateX(0);
  opacity: 1;
}
.design__innerpages-graph-side-item.--start-anim .design__innerpages-graph-side-item-line {
  opacity: 1;
}
.design__interface-graph .design__interface-graph-float {
  transform: translateX(320px);
  opacity: 0;
  transition: 1s ease;
  transition-delay: 1.5s;
}
.design__interface-graph.--start-anim .design__interface-graph-float {
  transform: translateX(0);
  opacity: 1;
}

/* redesign */
.--redesign .megadrive {
  font-family: 'Onest', serif;
}
.--redesign .portfol-wrapper .megadrive .basetext {
  font-size: 18px;
  line-height: 24px;
}
.--redesign .megadrive .design__innerpages-graph-side-item-content-desc {
  font-size: 18px;
  font-weight: 600;
}
.--redesign .megadrive .realize__opencart-graph {
  height: 634px;
}