@font-face {
  font-family: 'Hauora';
  src: url('/fnt/Hauora/Hauora-Regular.woff2') format('woff2'),
       url('/fnt/Hauora/Hauora-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Hauora';
  src: url('/fnt/Hauora/Hauora-Medium.woff2') format('woff2'),
       url('/fnt/Hauora/Hauora-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Hauora';
  src: url('/fnt/Hauora/Hauora-Bold.woff2') format('woff2'),
       url('/fnt/Hauora/Hauora-Bold.woff') format('woff');
  font-weight: 700;
}


:root {
  --no-bg: #003B82;
}
h1, h2, h3, h4 {
  margin: 0;
}
ul li {
  background-image: none;
}
.portfol-wrapper .fondtomilin p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.portfol-wrapper .fondtomilin .no-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.portfol-wrapper .fondtomilin .no-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* section head */
.section-head {
  position: relative;
  padding: 80px 0;
  color: #313131;
}
.section-title {
  font-family: 'PT Sans', Arial, sans-serif;
  color: #313131;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}
.portfol-wrapper .fondtomilin .section-text {
  color: #313131;
  font-size: 20px;
  line-height: 30px;
}
.title-h3 {
  font-family: 'PT Sans', Arial, sans-serif;
  color: #313131;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 40px;
}
.portfol-wrapper .fondtomilin .title-h3-desc {
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.scroll {
  overflow-y: auto !important;
}

.scroll::-webkit-scrollbar {
  display: none;
  width: 0;
}


/* page */
.fondtomilin {
}
/* hero */
.hero {
  position: relative;
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #F2F4F8;
  overflow: hidden;
  background: var(--no-bg);
  background-size: cover;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/image/new/site/fondtomilin/zubs-white.svg);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/image/new/site/fondtomilin/zubs-f5f5f5.svg);
}
.hero .portfol {
  position: relative;
}
.hero__bg {
  position: absolute;
  top: 120px;
  width: 180px;
}
.hero__bg:nth-child(1) {
  left: -280px;
}
.hero__bg:nth-child(2) {
  right: -280px;
}
.hero__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.hero__item-item {
  width: auto;
  text-align: center;
  color: #fff;
}
.hero__center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.hero__center-tablet {
  width: 1160px;
  height: 704px;
  border-radius: 32px;
  background: var(--no-bg);
  overflow: hidden;
  box-shadow: 0px 10px 40px -8px #00000047;

}
.hero__center-tablet video {
  width: 100%;
  height: 100%;
}



/* project */
.project {
}
.project__section-head {
  background: #F5F5F5;
  padding-bottom: 60px;
}

.project__structure {
  padding-bottom: 80px;
  background: url(/image/new/site/fondtomilin/structure_bird-img.webp) no-repeat;
  background-size: 480px 318px;
  background-position: bottom left 94%;
  background-color: #F5F5F5;
}
.project__structure-title {
  margin-bottom: 40px;
}
.project__structure-desc {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
}

.project__structure-graph {
  position: relative;
  display: flex;
  gap: 12px;
}
.project__structure-graph-column {
  flex-shrink: 0;
  width: 132px;
  display: flex;
  align-items: flex-start;
}
.project__structure-graph-column-item {
  flex-grow: 2;
  padding: 16px 32px;
  color: #FFFFFF;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  background: #003B82;
  border-radius: 300px;
}
.project__structure-graph-path {
  width: 245px;
}
.project__structure-graph-path img {
  width: 100%;
}
.project__structure-graph-part {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-right: 100px;
}
.project__structure-graph-part-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.project__structure-graph-part-row-item {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 16px 32px;
  color: #000000;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 300px;
  outline: 1px solid #003B82;
  outline-offset: -1px;
  text-wrap: nowrap;
}
.project__structure-graph-part-row-path {
  flex-grow: 2;
  height: 20px;
  background: url(/image/new/site/fondtomilin/structure-line.svg) repeat-x;
  background-position: center center;
}
.project__structure-graph-part-row-secondary {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 16px 32px;
  color: #000000;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 300px;
  outline: 1px dashed #003B82;
  outline-offset: -1px;
  text-wrap: nowrap;
}

.project__concept {
  padding-top: 80px;
  background: #FFFFFF;
  overflow: hidden;
}
.project__concept-row {
}
.project__concept-row-title {
}
.project__concept-row-divide {
  display: flex;
}
.project__concept-row-divide.reverse {
  flex-direction: row-reverse;
}
.project__concept-row-divide-name {
  flex-shrink: 0;
  width: 360px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 36px;
}
.project__concept-row-divide-name-number {
  position: relative;
  width: 124px;
  z-index: 1;
}
.portfol-wrapper .fondtomilin .project__concept-row-divide-name-text {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
}
.project__concept-row-divide-visual {
  position: relative;
  flex-grow: 2;
}
.project__concept-row-divide-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.project__concept-row-divide-visual-flower {
  content: '';
  position: absolute;
  top: 328px;
  left: -42px;
  width: 134px;
  height: 121px;
  background: url(/image/new/site/fondtomilin/concept_flower-img.svg) no-repeat;
  background-size: contain;
}
.project__concept-row-divide-visual-2 {
  position: relative;
  flex-grow: 2;
}
.project__concept-row-divide-visual-2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.project__concept-row-end {
  position: relative;
  padding: 220px 0 100px;
  z-index: 5;
}
.project__concept-row-end::before {
  content: '';
  position: absolute;
  top: 0;
  left: -380px;
  width: 1920px;
  height: 866px;
  background: url(/image/new/site/fondtomilin/concept-ellipse.svg) no-repeat;
  background-size: cover;
}


/* design */
.design {
  overflow: hidden;
}
.design__section-head {
  position: relative;
  background: var(--no-bg);
  background-size: cover;
}
.design__section-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/image/new/site/fondtomilin/zubs-f0f8ff.svg);
}
.design__section-title {
  color: #FFFFFF;
}
.portfol-wrapper .fondtomilin .design__section-text {
  color: #FFFFFF;
}
.design__page {
  padding: 80px 0 0;
  background: #F5F5F5;
}
.design-page-to-front {
  position: relative;
  z-index: 5;
}
.design__page-title {
}
.design__page-desc {
}
.design__page-layout {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.design__page-layout-mockups {
  position: relative;
  height: 1450px;
}
.design__page-layout-mockups-item {
}
.design__page-layout-mockups-item:nth-child(1) {
  position: absolute;
  top: -66px;
  left: -132px;
  width: 1103px;
}
.design__page-layout-mockups-item:nth-child(2) {
  position: absolute;
  top: -10px;
  right: -150px;
  width: 429px;
}
.design__page-layout-mockups-item-snippets {
  position: absolute;
  top: 0;
  left: 0;
}
.design__page-layout-mockups-item-snippets-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px;
  border-radius: 600px;
  background: #FFFFFF;
  box-shadow: -6px 6px 32px 0px #061C3833;
}
.design__page-layout-mockups-item-snippets-item-number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #003B82;
  font-family: 'PT Sans', Arial, sans-serif;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 28px;
}
.design__page-layout-mockups-item-snippets-item-name {
  display: inline-block;
  padding-right: 14px;
  color: #003B82;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-wrap: nowrap;
}
.design__page-layout-mockups-item-snippets-item:nth-child(1) {
  top: 200px;
  left: 600px;
}
.design__page-layout-mockups-item-snippets-item:nth-child(2) {
  top: 660px;
  left: 600px;
}
.design__page-layout-mockups-item-snippets-item:nth-child(3) {
  top: 980px;
  left: 600px;
}
.design__page-running {
  max-width: 1660px;
  width: 100%;
  margin: 60px auto;
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
  padding-left: 260px;
}
.design__page-running::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background: linear-gradient(90deg, transparent 0%, #F5F5F5 100%);
  z-index: 5;
}
.design__page-running-hand {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 156px;
  background: #F5F5F5 url(/image/new/site/fondtomilin/running_hand.webp) no-repeat;
  background-size: contain;
  z-index: 3;
}
.design__page-running-hand::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -80px;
  background: linear-gradient(90deg, #F5F5F5 0%, transparent 100%);
}
.design__page-running-line {
  display: flex;
}
.design__page-running-line-text {
  flex-shrink: 0;
  display: inline-block;
  padding: 0 10px;
  color: #003B82;
  font-family: Hauora, 'PT Sans', Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.02em;
}
.design__page-running-line-ico {
  flex-shrink: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 0 10px;
}
.design__page-running-line-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.design__how2help {
  padding: 80px 0;
  background: var(--no-bg);
  overflow: hidden;
}
.design__how2help-main {
  position: relative;
}
.design__how2help-title {
  color: #FFFFFF;
}
.portfol-wrapper .fondtomilin .design__how2help-desc {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
}
.design__how2help-main-graph {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 1036px;
}
.design__how2help-main-graph-bottom {
  position: absolute;
  bottom: -26px;
  right: -300px;
  max-width: 1416px;
  width: 1416px;
}
.design__how2help-main-graph-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.design__how2help-main-graph-top {
  position: absolute;
  top: 0;
  left: -52px;
  width: 888px;
}
.design__how2help-main-graph-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.design__how2help-main-graph-top-snippets {
  position: absolute;
  top: 46px;
  right: 0;
  width: 354px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.design__how2help-main-graph-top-snippets-item {
  height: 60px;
  background: url(/image/new/site/fondtomilin/h2h_line.svg) no-repeat;
  background-position: center left;
  display: flex;
  justify-content: flex-end
}
.design__how2help-main-graph-top-snippets-item-content {
  position: relative;
  height: 60px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  border: 1.2px dashed #FFFFFF;
  background: var(--no-bg);
  outline: 12px solid var(--no-bg);
  outline-offset: 1px;
  color: #FFFFFF;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.design__how2help-main-graph-bg-left {
  position: absolute;
  top: 80px;
  left: -320px;
  width: 194px;
}
.design__how2help-main-graph-bg-right {
  position: absolute;
  top: 80px;
  right: -320px;
  width: 202px;
}

.design__innerpage {
  position: relative;
  width: 100%;
  height: 1404px;
  overflow: hidden;
  background: var(--no-bg);
}
.design__innerpage-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
}
.design__innerpage-bg-images {
  position: absolute;
  top: 0;
  left: -960px;
  max-width: 1920px;
  width: 1920px;
  height: 1404px;
}
.design__innerpage-bg-phones {
  position: absolute;
  top: 544px;
  right: 40px;
  max-width: 1386px;
  width: 912px;
}
.design__innerpage-title {
  position: relative;
  color: #FFFFFF;
  z-index: 3;
}
.portfol-wrapper .fondtomilin .design__innerpage-desc {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  z-index: 3;
}

.design__uikit {
  padding: 80px 0 120px;
  background: #FFFFFF;
}
.design__uikit-row {
  display: flex;
  gap: 40px;
}
.design__uikit-row-typo {
  flex-grow: 2;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.2px solid #0B5397;
  border-radius: 32px;
  min-height: 200px;
}
.design__uikit-row-typo-name {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.design__uikit-row-typo-example {
  position: relative;
}
.design__uikit-row-typo-example-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 1s ease;
}
.design__uikit-row-typo-example-item.active {
  opacity: 1;
}
.design__uikit-row-typo-example-item span {
  line-height: 100%;
  font-family: Hauora, 'PT Sans', Arial, sans-serif;

}
.design__uikit-row-typo-example-item span:nth-child(2) {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.design__uikit-row-colors {
  flex-shrink: 0;
  width: 660px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-right: 16px;
}
.design__uikit-row-colors-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.design__uikit-row-colors-item-preview {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 36px 20px;
  text-align: center;
  border-radius: 32px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.design__uikit-icons {
  margin: 120px auto 0;
  max-width: 1260px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: url(/image/new/site/fondtomilin/uikit_elipse.webp) no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.design__uikit-icons-item {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
}
.design__uikit-icons-item-icon {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.design__uikit-icons-item-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: bottom center;
  animation: designJumpIco .6s ease-out infinite alternate;
}
.design__uikit-icons-item::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 14px;
  background: url(/image/new/site/fondtomilin/uikit-icoshadow.svg) no-repeat;
  background-position: center center;
  animation: designJumpShadow .6s ease-out infinite alternate;
}

@keyframes designJumpIco {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}
@keyframes designJumpShadow {
  0% { transform: scale(1); }
  100% { transform: scale(.7); }
}

.design__uikit-icons-item:nth-child(1) .design__uikit-icons-item-icon img {
  animation-delay: .6s;
}
.design__uikit-icons-item:nth-child(1)::before {
  animation-delay: .6s;
}
.design__uikit-icons-item:nth-child(2) .design__uikit-icons-item-icon img {
  animation-delay: .5s;
}
.design__uikit-icons-item:nth-child(2)::before {
  animation-delay: .5s;
}
.design__uikit-icons-item:nth-child(3) .design__uikit-icons-item-icon img {
  animation-delay: .4s;
}
.design__uikit-icons-item:nth-child(3)::before {
  animation-delay: .4s;
}
.design__uikit-icons-item:nth-child(4) .design__uikit-icons-item-icon img {
  animation-delay: .3s;
}
.design__uikit-icons-item:nth-child(4)::before {
  animation-delay: .3s;
}
.design__uikit-icons-item:nth-child(5) .design__uikit-icons-item-icon img {
  animation-delay: .2s;
}
.design__uikit-icons-item:nth-child(5)::before {
  animation-delay: .2s;
}
.design__uikit-icons-item:nth-child(6) .design__uikit-icons-item-icon img {
  animation-delay: .1s;
}
.design__uikit-icons-item:nth-child(6)::before {
  animation-delay: .1s;
}


/* realize */
.realize {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}

.realize::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(/image/new/site/fondtomilin/zubs-f5f5f5.svg);
  z-index: 4;
}

.realize__section-head {
  background: #F5F5F5;
  padding-bottom: 0;
}
.realize__illustration {
  position: relative;
  background: #F5F5F5;
}
.realize__illustration-slider-wrapper {
  padding-top: 86px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.realize__illustration-slider {
  flex-shrink: 0;
  position: relative;
  width: 1920px;
  height: 620px;
  background: #003B82 url(/image/new/site/fondtomilin/carousel_elipses.svg) no-repeat;
  mask-image: url(/image/new/site/fondtomilin/carousel_elipses.svg);
  overflow: hidden;
}
.realize__illustration-slider-position {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 392px;
  height: 392px;
}
.realize__illustration-slider-position-item {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  transition: transform 1s ease;
  transform: translate(780px, -50%) scale(0);
}
.realize__illustration-slider-position-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* position */
.slider-position-item-main {
  transform: translate(0, -50%) scale(1);
}

.slider-position-item-right-1 {
  transform: translate(530px, -50%) scale(.58);
}
.slider-position-item-right-2 {
  transform: translate(720px, -50%) scale(0);
}

.slider-position-item-left-1 {
  transform: translate(-484px, -50%) scale(.44);
}
.slider-position-item-left-2 {
  transform: translate(-784px, -50%) scale(.36);
}
.slider-position-item-left-3 {
  transform: translate(-1024px, -50%) scale(.3);
}
.slider-position-item-left-4 {
  transform: translate(-1140px, -50%) scale(0);
}
/**/
.realize__illustration-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.realize__illustration-content-block {
  width: 440px;
}
.realize__illustration-title {
  font-weight: 400;
}
.portfol-wrapper .fondtomilin .realize__illustration-desc {
  font-size: 20px;
  line-height: 30px;
}


.realize__animation {
  max-width: 1920px;
  width: 100%;
  padding-top: 80px;
  margin: 0 auto;
  overflow: hidden;
}
.realize__animation-wrap {
  position: relative;
  z-index: 2;
}
.realize__animation-title {
}
.realize__animation-desc {
}
.realize__animation-block {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 660px;
}
.realize__animation-block-anchor {
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 0;
}
.realize__animation-block-phone {
  position: absolute;
  top: 0;
  left: -440px;
  width: 880px;
  height: 660px;
  background: url(/image/new/site/fondtomilin/animation_flowers.webp) no-repeat;
  background-size: 740px 380px;
  background-position: center bottom;
}
.realize__animation-block-phone::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 880px;
  height: 660px;
  background: url(/image/new/site/fondtomilin/animation_mockup.png) no-repeat;
  background-size: contain;
  z-index: 3;
}
.realize__animation-block-phone-screen {
  position: absolute;
  top: 8px;
  left: 298px;
  width: 282px;
  height: 608px;
  border-radius: 32px;
  display: flex;
  overflow: hidden;
}
.realize__animation-block-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realize__animation-block-butterly {
  position: absolute;
  top: 60px;
  left: -1100px;
  animation: butterflyPath 8s infinite linear;
}
.realize__animation-block-butterly-object {
  transform-origin: center;
  animation: butterflyObj 2s infinite ease-in-out alternate;
}
.realize__animation-block-butterly-object-rotate {
  transform-origin: center;
  animation: butterflyObjRotate 4s infinite linear;
}
.realize__animation-block-butterly-object img {
  width: 120px;
}
@keyframes butterflyObjRotate {
  0% { transform: rotate(90deg); }
  25% { transform: rotate(80deg); }
  50% { transform: rotate(90deg); }
  75% { transform: rotate(100deg); }
  100% { transform: rotate(90deg); }
}
@keyframes butterflyObj {
  0% { transform: translateY(50px) }
  100% { transform: translateY(-50px) }
}
@keyframes butterflyPath {
  0% { transform: translateX(0) }
  40% { transform: translateX(903px) }
  60% { transform: translateX(1197px) }
  100% { transform: translateX(2100px) }
}
.realize__animation-block-phone-butterly {
  position: absolute;
  top: 52px;
  left: -960px;
  animation: butterflyPath 8s infinite linear;
  z-index: 2;
}
.realize__animation-block-phone-butterly-object {
  transform-origin: center;
  animation: butterflyObj 2s infinite ease-in-out alternate;
}
.realize__animation-block-phone-butterly-object-rotate {
  transform-origin: center;
  animation: butterflyObjRotate 4s infinite linear;
}
.realize__animation-block-phone-butterly-object img {
  width: 120px;
  transform: scale(.6);
}

.realize__news {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.realize__bottom-bg {
  background: #FFFFFF;
}
.realize__bottom-bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 1180px;
  background: url(/image/new/site/fondtomilin/bottom-ellipse.svg) no-repeat;
  background-size: cover;
}
.realize__news-desc {
}
.realize__news-cards {
  margin-top: 60px;
}
.realize__news-card {
  position: relative;
  display: flex;
  gap: 80px;
  padding: 15px;
  padding-right: 100px;
  border: 1.2px solid #0B5397;
  background: #FFFFFF;
  border-radius: 30px;
  transition: background .25s ease-out, transform .25s ease-out;
}
.realize__news-card:not(:first-child) {
  margin-top: -32px;
}
.realize__news-card:nth-child(1) {
  z-index: 1;
}
.realize__news-card:nth-child(2) {
  z-index: 2;
}
.realize__news-card-img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 280px;
  height: 210px;
  display: flex;
  border-radius: 22px;
  overflow: hidden;
}
.realize__news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease-out;
}
.realize__news-card-content {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px 0;
}
.realize__news-card-content-name {
  font-family: Hauora, 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: color .25s ease-out;
}
.realize__news-card-content-text {
  font-family: Hauora, 'PT Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: color .25s ease-out;
}
.realize__news-card-date {
  flex-shrink: 0;
  padding: 25px 0;
  font-family: Hauora, 'PT Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: color .25s ease-out;
}

.realize__news-card.active {
  background: #003B82;
  transform: translateY(-32px);
}
.realize__news-card.active .realize__news-card-img img {
  transform: scale(1.05);
}
.realize__news-card.active .realize__news-card-content-name {
  color: #FFFFFF;
}
.realize__news-card.active .realize__news-card-content-text {
  color: #FFFFFF;
}
.realize__news-card.active .realize__news-card-date {
  color: #FFFFFF;
}
/* feedback */
.feedback {
  position: relative;
  height: 624px;
  padding-top: 40px;
  background: #201a1c url(/image/new/site/fondtomilin/feedback-bg-fondtomilin.jpg);
  background-size: 1920px 664px;
  background-position: center center;
}
.feedback::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: url(/image/new/site/fondtomilin/zubs-f0f8ff.svg);
}
.feedback .block-group .h2-portfol {
  color: #FFFFFF;
}
.feedback .block-group .pl-otzov-txt {
  padding-top: 36px;
  margin-top: 54px!important;
  font-family: PT Sans;
  font-size: 18px;
  line-height: 24px;
}
.feedback .block-group  .pl-otz-btn {
  margin-top: 66px;
}

/* JS */
.marquee {
  overflow: hidden;
}
.marquee-custom {
  position: relative;
  width: fit-content;
  animation: marqueeAnim 32s infinite linear;
}
.marquee-custom-main {
  width: max-content;
  display: flex;
}
.marquee-custom-front {
  position: absolute;
  right: 100%;
  top: 0;
}
.marquee-custom-back {
  position: absolute;
  left: 100%;
  top: 0;
}
@keyframes marqueeAnim {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.slider {
  position: relative;
  width: 1920px;
  height: 620px;
  background: #003B82;
  mask-image: url(img/elipses.png);
  overflow: hidden;
}
.slider-position {
  position: absolute;
  top: 50%;
  left: 50%;
}
.slider-position-item {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  transition: transform 1s ease;
}
/* JS */

.portfol-wrapper .pl-content {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}

.portfol-wrapper .coll-3 {
  margin-left: 0;
}

.to-op {
  opacity: 0;
  transition: 1s ease .2s
}

.to-op.--start-anim {
  opacity: 1
}

.to-up {
  opacity: 0;
  transform: translateY(50%);
  transition: ease 1s
}

.to-up.--start-anim {
  opacity: 1;
  transform: translateY(0)
}

.to-down {
  opacity: 0;
  transform: translateY(-20%);
  transition: ease 1.4s
}

.to-down.--start-anim {
  opacity: 1;
  transform: translateY(0)
}

.to-left {
  opacity: 0;
  transform: translateX(50%);
  transition: ease 1s
}

.to-left.--start-anim {
  opacity: 1;
  transform: translateX(0)
}

.to-right {
  opacity: 0;
  transform: translateX(-50%);
  transition: ease 1s
}

.to-right.--start-anim {
  opacity: 1;
  transform: translateX(0)
}

.delay-02s {
  transition-delay: .2s;
}

.delay-04s {
  transition-delay: .4s;
}

.delay-06s {
  transition-delay: .6s;
}

.delay-08s {
  transition-delay: .8s;
}

.delay-1s {
  transition-delay: 1s;
}

.delay-1_2s {
  transition-delay: 1.2s;
}

.delay-1_4s {
  transition-delay: 1.4s;
}

.delay-1_6s {
  transition-delay: 1.6s;
}

.delay-1_8s {
  transition-delay: 1.8s;
}

.delay-2s {
  transition-delay: 2s;
}

.delay-2_2s {
  transition-delay: 2.2s;
}

.portfol-wrapper .fondtomilin-nav {
  position: relative;
  height: 24px;
  margin-top: 60px;
}

.design__how2help-main-graph .design__how2help-main-graph-bottom {
  transform: translateY(120px);
  opacity: 0;
  transition: ease 1s;
  transition-delay: .2s;
}
.design__how2help-main-graph .design__how2help-main-graph-top {
  transform: translateY(120px);
  opacity: 0;
  transition: ease 1s;
  transition-delay: .8s;
}
.design__how2help-main-graph.--start-anim .design__how2help-main-graph-bottom {
  transform: translateY(0);
  opacity: 1;
}
.design__how2help-main-graph.--start-anim .design__how2help-main-graph-top {
  transform: translateY(0);
  opacity: 1;
}

.design__how2help-main-graph .design__how2help-main-graph-top-snippets-item {
  opacity: 0;
  transition: ease 1s;
}
.design__how2help-main-graph .design__how2help-main-graph-top-snippets-item:nth-child(1) {
  transition-delay: 1.6s;
}
.design__how2help-main-graph .design__how2help-main-graph-top-snippets-item:nth-child(2) {
  transition-delay: 1.8s;
}
.design__how2help-main-graph .design__how2help-main-graph-top-snippets-item:nth-child(3) {
  transition-delay: 2s;
}
.design__how2help-main-graph.--start-anim .design__how2help-main-graph-top-snippets-item {
  opacity: 1;
}


.project__structure-graph .project__structure-graph-column-item {
  opacity: 0;
  transition: opacity 1s ease;
}
.project__structure-graph .project__structure-graph-path {
  clip-path: polygon(0 0, 100% 0%, 0 0, 0% 100%);
  transition: clip-path 1s ease;
  transition-delay: .6s;
}
.project__structure-graph .project__structure-graph-part-row .project__structure-graph-part-row-item {
  opacity: 0;
  transition: opacity 1s ease;
}
.project__structure-graph .project__structure-graph-part-row-path {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1s ease;
  transition-delay: 3.6s;
}
.project__structure-graph .project__structure-graph-part-row-secondary {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 4.2s;
}


.project__structure-graph.--start-anim .project__structure-graph-column-item {
  opacity: 1;
}
.project__structure-graph.--start-anim .project__structure-graph-path {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.project__structure-graph.--start-anim .project__structure-graph-part-row .project__structure-graph-part-row-item {
  opacity: 1;
}
.project__structure-graph.--start-anim .project__structure-graph-part-row-path {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.project__structure-graph.--start-anim  .project__structure-graph-part-row-secondary {
  opacity: 1;
}

.project__structure-graph .project__structure-graph-part-row:nth-child(1) .project__structure-graph-part-row-item {
  transition-delay: 1.6s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(2) .project__structure-graph-part-row-item {
  transition-delay: 1.8s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(3) .project__structure-graph-part-row-item {
  transition-delay: 2s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(4) .project__structure-graph-part-row-item {
  transition-delay: 2.2s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(5) .project__structure-graph-part-row-item {
  transition-delay: 2.4s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(6) .project__structure-graph-part-row-item {
  transition-delay: 2.6s;
}
.project__structure-graph .project__structure-graph-part-row:nth-child(7) .project__structure-graph-part-row-item {
  transition-delay: 2.8s;
}


.project__concept-row-divide-visual .project__concept-row-divide-visual-img {
  transform: translateY(250px);
  opacity: 0;
  transition: 1s ease;
  transition-delay: .2s;
}
.project__concept-row-divide-visual .project__concept-row-divide-visual-flower {
  opacity: 0;
  transition: 1s ease;
  transition-delay: 1.4s;
}
.project__concept-row-divide-visual.--start-anim .project__concept-row-divide-visual-img {
  transform: translateY(0);
  opacity: 1;
}
.project__concept-row-divide-visual.--start-anim .project__concept-row-divide-visual-flower {
  opacity: 1;
}
