.cs {
    padding-top: 240px;
  }
  
  @media (max-width: 1920px) {
    .cs {
      padding-top: calc(194px + (240 - 194) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .cs {
      padding-top: calc(129px + (194 - 129) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .cs {
      padding-top: 129px;
    }
  }
  
  .cs-container {
    position: relative;
    padding: 0 358px;
    z-index: 2;
  }
  
  @media (max-width: 1920px) {
    .cs-container {
      padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .cs-container {
      padding: 0 40px;
    }
  }
  
  .cs-back {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  
  @media (max-width: 1920px) {
    .cs-back {
      margin-bottom: calc(60px + (80 - 60) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .cs-back {
      margin-bottom: calc(45px + (60 - 45) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .cs-back {
      margin-bottom: 45px;
    }
  
    .cs-back svg {
      width: 8px;
      height: 8px;
    }
  }
  
  .cs-back svg {
    transform: translateX(0);
    transition: .4s;
  }
  
  .cs-back:hover svg {
    transform: translateX(-7px);
    transition: .4s;
  }
  
  .cs-back a {
    display: inline-block;
    margin-left: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6D6D;
    transition: .4s;
  }
  
  @media (max-width: 922px) {
    .cs-back a {
      font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (922 - 414)));
      line-height: calc(14px + (17 - 14) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .cs-back a {
      font-size: 1.2rem;
      line-height: 1.4rem;
      margin-left: 7px;
    }
  }
  
  .cs-back:hover a {
    color: #388AF3;
    transition: .4s;
  }
  
  .cs-pd-bt {
    padding-bottom: 250px;
  }
  
  .org-block-caption--integration {
    margin-bottom: 185px;
  }
  
  @media (max-width: 1920px) {
    .cs-pd-bt {
      padding-bottom: calc(107px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-block-caption--integration {
      margin-bottom: 135px;
    }
  
    .cs-pd-bt {
      padding-bottom: calc(60px + (110 - 60) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .cs-pd-bt {
      padding-bottom: 60px;
    }
  
    .org-block-caption--integration {
      grid-gap: 30px;
      margin-bottom: 0;
    }
  }
  
  .cs-caption {
    display: grid;
    grid-template-columns: 539px 1fr;
    grid-gap: 0 78px;
  }
  
  
  .cs-caption h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #343434;
  }
  
  .cs-caption p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #343434;
  }
  
  .cs-caption a {
    display: flex;
    align-items: center;
    margin-top: 63px;
  }
  
  .cs-caption a>span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
  }
  
  @media (max-width: 1920px) {
    .cs-caption a>span {
      font-size: calc(16px + (22 - 16) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .cs-caption a>span {
      font-size: 16px;
    }
  }
  
  .cs-caption a:hover>span {
    color: #388AF3;
    transition: .4s;
  }
  
  .link-arroy {
    margin-top: 8px;
    transform: scale(1);
    transition: .4s;
  }
  
  .cs-caption a:hover .link-arroy {
    transform: scale(1.15);
    transition: .4s;
  }
  
  @media (max-width: 1920px) {
    .cs-caption {
      grid-template-columns: calc(381px + (539 - 381) * ((100vw - 922px) / (1920 - 922))) 1fr;
      grid-gap: 0 calc(50px + (78 - 50) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .cs-caption h1 {
      font-size: calc(35px + (52 - 35) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(39px + (63 - 39) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .cs-caption p {
      font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .cs-caption a {
      margin-top: calc(30px + (63 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .cs-caption {
      grid-template-columns: 381px 1fr;
      grid-gap: 0 50px;
    }
  
    .cs-caption h1 {
      font-size: calc(38px + (30 - 38) * ((100vw - 414px) / (922 - 414)));
      line-height: calc(48px + (39 - 48) * ((100vw - 414px) / (922 - 414)));
    }
  
    .cs-caption p {
      margin-top: 9px;
      font-size: 1.6rem;
      line-height: 2.5rem;
    }
  
    .cs-caption a {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .cs-caption {
      grid-template-columns: 100%;
      grid-gap: 22px;
    }
  }
  
  @media (max-width: 414px) {
    .cs-caption h1 {
      font-size: 3.8rem;
      line-height: 3.8rem;
    }
  
    .cs-caption p {
      font-size: 1.8rem;
      line-height: 2.8rem;
    }
  }
  
  .cs-banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .org-market-banner {
    position: relative;
    height: 840px;
    margin-bottom: 250px;
  }
  
  .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 1920px) {
    .org-market-banner {
      margin-bottom: calc(110px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 1500px) {
    .org-market-banner {
      height: 450px;
    }
  }
  
  @media (max-width: 922px) {
    .org-market-banner {
      height: 390px;
    }
  }
  
  
  @media (max-width: 767px) {
    .org-market-banner {
      margin-bottom: calc(179px + (250 - 110) * ((100vw - 922px) / (1920 - 922)));
      height: 300px;
    }
  
    .org-monitor {
      margin-bottom: 82px;
    }
  }
  
  @media (max-width: 580px) {
    .org-market-banner {
      height: 200px;
    }
  }
  
  .cs-background-clip {
    position: relative;
    overflow: hidden;
  }
  
  .org-block-caption {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
  }
  
  .org-work {
    margin-bottom: 175px;
  }
  
  .org-work .org-block-caption {
    margin-bottom: 100px;
  }
  
  @media (max-width: 922px) {
    .org-work .org-block-caption {
      margin-bottom: 102px;
    }
  }
  
  @media (max-width: 414px) {
    .org-work .org-block-caption {
      margin-bottom: 66px;
    }
  
    .org-work {
      margin-bottom: 158px;
    }
  
    .org-work .org-block-descr {
      font-size: 2.2rem;
      line-height: 3.2rem;
    }
  }
  
  .org-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
  }
  
  .org-block-descr {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #343434;
  }
  
  @media (max-width: 1920px) {
    .org-block-caption {
      grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
      grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-block-descr {
      font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-block-title {
      font-size: calc(30px + (45 - 30) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-block-caption {
      grid-template-columns: 327px 1fr;
      grid-gap: 0 109px;
    }
  
    .org-block-title {
      width: 289px;
      font-size: calc(32px + (30 - 32) * ((100vw - 414px) / (922 - 414)));
      line-height: 3.9rem;
    }
  
    .org-block-descr {
      font-size: 1.6rem;
      line-height: 2.5rem;
    }
  }
  
  @media (max-width: 767px) {
    .org-block-caption {
      grid-template-columns: 100%;
      grid-gap: 22px 0;
    }
  }
  
  @media (max-width: 414px) {
    .org-block-title {
      font-size: 3.2rem;
      line-height: 3.9rem;
    }
  
    .org-block-descr {
      font-size: 2.2rem;
      line-height: 3.2rem;
    }
  }
  
  .org-work--card {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 32px;
  }
  
  @media (max-width: 1920px) {
    .org-work--card {
      grid-gap: 42px calc(20px + (32 - 20) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-work--card {
      grid-gap: 42px 20px;
    }
  }
  
  @media (max-width: 767px) {
    .org-work--card {
      grid-template-columns: 100%;
      grid-gap: 50px 0;
    }
  }
  
  .org-work--card .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .org-work--card .card-item:nth-child(2n) {
    margin-top: 180px;
  }
  
  .org-work--card .card-item .preview {
    position: relative;
    max-width: 587px;
    width: 100%;
    height: 745px;
    overflow: hidden;
    background-color: #f3f6fb;
  }
  
  .org-work--card .card-item h3 {
    max-width: 439px;
    margin: 52px 0 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #343434;
  }
  
  @media (max-width: 1920px) {
    .org-work--card .card-item:nth-child(2n) {
      margin-top: calc(60px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-work--card .card-item .preview {
      max-width: calc(412px + (587 - 412) * ((100vw - 922px) / (1920 - 922)));
      height: calc(518px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-work--card .card-item h3 {
      max-width: calc(193px + (439 - 193) * ((100vw - 922px) / (1920 - 922)));
      margin: calc(42px + (52 - 30) * ((100vw - 922px) / (1920 - 922))) 0 0;
      font-size: calc(16px + (25 - 16) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(25px + (40 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-work--card .card-item:nth-child(2n) {
      margin-top: calc(113px + (180 - 80) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-work--card .card-item .preview {
      max-width: calc(332px + (412 - 332) * ((100vw - 414px) / (922 - 414)));
      height: calc(350px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
  
    .org-work--card .card-item h3 {
      max-width: 193px;
      margin: calc(25px + (30 - 25) * ((100vw - 414px) / (922 - 414))) 0 0;
      font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (922 - 414)));
      line-height: calc(20px + (25 - 20) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 767px) {
    .org-work--card .card-item:nth-child(2n) {
      margin-top: 0;
    }
  }
  
  @media (max-width: 414px) {
    .org-work--card .card-item .preview {
      height: calc(420px + (522 - 424) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  .org-work .card-item .preview img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  
  .org-work .card-item:nth-child(1) .preview img {
    transform: translateY(25px);
  }
  
  @media (max-width: 414px) {
    .org-work .card-item:nth-child(1) .preview img {
      transform: translateY(16px);
    }
  }
  
  .org-work .card-item:nth-child(2) .preview img {
    /* transform: translateX(60px);
      scale: 2.6; */
    scale: 1.07;
  }
  
  .org-work .card-item:nth-child(3) .preview img {
    transform: translateY(200px);
  }
  
  @media (max-width: 414px) {
    .org-work .card-item:nth-child(3) .preview img {
      transform: translateY(145px);
    }
  }
  
  .org-work .card-item:nth-child(4) .preview img {
    scale: 0.8;
    transform: translateY(285px);
  }
  
  @media (max-width: 414px) {
    .org-work .card-item:nth-child(4) .preview img {
      transform: translateY(190px);
    }
  }
  
  .org-work .card-item:nth-child(5) .preview img {
    border-radius: 20px;
    transform: translate(-60px, -100px);
  }
  
  @media (max-width: 767px) {
    .org-work .card-item:nth-child(5) .preview img {
      transform: translate(-43px, -50px);
      border-radius: 10px;
    }
  
    .org-work .card-item:nth-child(6) .preview img {
      transform: translateY(41px);
    }
  }
  
  @media (max-width: 414px) {
    .org-work .card-item:nth-child(5) .preview img {
      transform: translate(-22px, -70px);
      scale: 0.9;
    }
  
    .org-work .card-item:nth-child(6) .preview img {
      transform: translateY(10px);
    }
  }
  
  .org-global::after {
    content: '';
    position: absolute;
    top: -190px;
    left: 0;
    width: 530px;
    height: 600px;
    background-image: url(/wp-content/themes/toimi/assets/img/global.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  
  @media (max-width: 414px) {
    .org-global::after {
      width: 250px;
      height: 272px;
      top: -17px;
      left: 10%;
    }
  }
  
  .org-global-display {
    position: relative;
    width: 880px;
    height: 500px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    z-index: 15;
  }
  
  .org-global-display img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 922px) {
    .org-global-display {
      max-width: 655px;
      max-height: 375px;
      border-radius: 25px;
    }
  }
  
  @media (max-width: 767px) {
    .org-global-display {
      max-width: calc(485px + (655 - 600) * ((100vw - 767px) / (922 - 767)));
      max-height: calc(277px + (375 - 342) * ((100vw - 767px) / (922 - 767)));
      border-radius: 15px;
    }
  }
  
  @media (max-width: 414px) {
    .org-global-display img {
      border-radius: 10px;
    }
  
    .org-global-display {
      max-width: calc(322px + (485 - 324) * ((100vw - 414px) / (767 - 414)));
      max-height: calc(180px + (277 - 180) * ((100vw - 414px) / (767 - 414)));
      border-radius: 0;
    }
  
    .org-global .org-block-descr {
      font-size: 1.6rem;
      line-height: 2.5rem;
    }
  }
  
  .cs-background-wrap {
    position: absolute;
    height: 2620px;
    width: 2620px;
    z-index: -1;
  }
  
  .cs-background-wrap--2 {
    left: -18%;
    bottom: -100px;
  }
  
  @media (max-width: 1200px) {
    .cs-background-wrap--2 {
      left: -40%;
    }
  }
  
  @media (max-width: 922px) {
    .cs-background-wrap--2 {
      left: -40%;
    }
  }
  
  .cs-background-circle {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #F0F2F8;
    border-radius: 50%;
  }
  
  .circle-org-1 {
    position: absolute;
    top: -1200px;
    left: -1050px;
  }
  
  .circle-org-2 {
    position: absolute;
    top: 590px;
    left: -700px;
  }
  
  .circle-org-3 {
    position: absolute;
    top: -240px;
    left: -1120px;
  }
  
  @media (max-width: 1920px) {
    .cs-background-wrap {
      height: 2620px;
      width: 2620px;
    }
  }
  
  @media (max-width: 922px) {
    .cs-background-wrap {
      height: 1505px;
      width: 1505px;
    }
  
    .circle-org-1 {
      position: absolute;
      top: -800px;
      left: -500px;
    }
  
    .circle-org-2 {
      display: none;
    }
  
    .circle-org-3 {
      position: absolute;
      top: -90px;
      left: -580px;
    }
  }
  
  @media (max-width: 414px) {
    .cs-background-wrap {
      height: 900px;
      width: 900px;
    }
  
    .circle-org-1 {
      position: absolute;
      top: -340px;
      left: -410px;
    }
  
    .circle-org-2 {
      display: block;
      position: absolute;
      top: 265px;
      left: -230px;
    }
  
    .circle-org-3 {
      position: absolute;
      top: 80px;
      left: -390px;
    }
  }
  
  .org-made .org-block-caption {
    position: relative;
    margin-bottom: 160px;
    z-index: 5;
  }
  
  .org-switch-container {
    position: relative;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #388AF3;
    position: relative;
    overflow: hidden;
  }
  
  .org-switch-container.active {
    animation: switchBg 10s ease-in-out forwards;
  }
  
  @media (max-width: 1920px) {
    .org-switch-container {
      height: calc(700px + (900 - 700) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-made .org-block-caption {
      margin-bottom: 105px;
    }
  
    .org-switch-container {
      height: calc(432px + (700 - 432) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-switch-container .org-block-title {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .org-switch-container {
      height: calc(584px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 414px) {
    .org-switch-container {
      height: calc(643px + (700 - 584) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  .org-switch-container .cs-container {
    position: initial;
  }
  
  .org-switch-title {
    margin-bottom: 172px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #EFF5FD;
    transition: opacity .4s;
  }
  
  .org-switch-container.active .org-swirch-title {
    animation: switchTitle 10s linear forwards;
  }
  
  .switch {
    position: absolute;
    bottom: 235px;
    right: 50%;
    margin: 0 auto;
    width: 137.43px;
    height: 65px;
    padding: 6px;
    background: #5FA3FB;
    border-radius: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    transform: translateX(50%);
  }
  
  @media (max-width: 922px) {
    .switch {
      bottom: 50px;
    }
  }
  
  @media (max-width: 922px) {
    .switch {
      scale: 0.58;
      right: 42%;
      bottom: 95px;
    }
  }
  
  .switch .toggle {
    position: relative;
    width: 53.86px;
    height: 53.86px;
    background: #E8F0FE;
    border-radius: 50%;
  }
  
  .switch .toggle svg {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
  }
  
  .org-switch-container.active .switch .toggle svg path:nth-child(2) {
    opacity: 0;
    animation: switchCheck 10s ease forwards;
  }
  
  .org-switch-container.active .switch .toggle svg path:nth-child(1) {
    opacity: 0;
    animation: switchCheck 10s ease .1s forwards;
  }
  
  @keyframes switchCheck {
    0% {
      opacity: 0;
    }
  
    25% {
      opacity: 0;
    }
  
    26% {
      opacity: 1;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  .switch-text {
    padding: 0 358px;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    left: 50%;
    opacity: 0;
    transition: opacity .4s;
  }
  
  .org-switch-container.active .switch-text {
    animation: switchText 10s ease-in forwards;
  }
  
  .org-switch-container.active .org-switch-title {
    animation: switchTitle 10s ease-in forwards;
  }
  
  .switch-cursor {
    position: absolute;
    top: 25px;
    right: 0;
    transform: translate(280px, 280px);
  }
  
  .org-switch-container.active .switch-cursor {
    animation: switchCursor 10s ease-out forwards;
  }
  
  .org-switch-container.active .toggle-button {
    animation: switchBtn 10s ease-in forwards;
  }
  
  @media (max-width: 1920px) {
    .switch-text {
      padding: 0 calc(40px + (358 - 40) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .switch-text {
      padding: 0 40px;
    }
  
    .org-switch-title {
      font-size: 35px;
    }
  }
  
  @media (max-width: 767px) {
    .switch-text .org-block-descr {
      font-size: 1.6rem;
      line-height: 2.6rem;
    }
  
    .org-switch-title {
      font-size: 32px;
    }
  }
  
  @media (max-width: 414px) {
    .switch-text {
      padding: 0 30px;
    }
  }
  
  @keyframes switchBg {
    0% {
      background-color: #388AF3;
    }
  
    25% {
      background-color: #388AF3;
    }
  
    30% {
      background-color: #F0F2F8;
    }
  
    100% {
      background-color: #F0F2F8;
    }
  }
  
  @keyframes switchTitle {
    0% {
      opacity: 1;
    }
  
    25% {
      opacity: 1;
    }
  
    30% {
      opacity: 0;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes switchText {
    0% {
      opacity: 0;
    }
  
    25% {
      opacity: 0;
    }
  
    30% {
      opacity: 1;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes switchCursor {
    0% {
      transform: translate(280px, 280px);
      scale: 1;
    }
  
    18% {
      transform: translate(280px, 280px);
      scale: 1;
    }
  
    23% {
      transform: translate(0px, 0px);
      scale: 1;
    }
  
    25% {
      transform: translate(0px, 0px);
      scale: 0.9;
    }
  
    27% {
      transform: translate(0px, 0px);
      scale: 1;
    }
  
    51% {
      transform: translate(280px, 280px);
    }
  }
  
  @keyframes switchBtn {
    0% {
      transform: translateX(0);
      scale: 1;
    }
  
    24% {
      transform: translateX(0);
      scale: 1;
    }
  
    25% {
      transform: translateX(0);
      scale: 0.9;
    }
  
    28% {
      transform: translateX(-72px);
      scale: 1;
    }
  
    100% {
      transform: translateX(-72px);
      scale: 1;
    }
  
  }
  
  .cs-banner img {
    width: 100%;
  }
  
  .cs-banner .banner-img {
    background-color: #F5F6FB;
  }
  
  .org-market-banner img {
    transform: translateY(-3px);
  }
  
  .org-monitor {
    position: relative;
  }
  
  .org-monitor__content {
    position: absolute;
    width: 52%;
    height: 52%;
    top: 9%;
    left: 25%;
    z-index: 5;
    border: 27px solid #000;
    border-radius: 20px;
    overflow: hidden;
  }
  
  @media (max-width: 922px) {
    .org-monitor__content {
      border: 13px solid #000;
    }
  }
  
  @media (max-width: 414px) {
    .org-monitor__content {
      height: 50%;
      border-radius: 10px;
      border: 8px solid #000;
    }
  }
  
  .org-mob-app .org-block-caption {
    margin-bottom: 90px;
    grid-template-columns: calc(408px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
    grid-gap: 0 calc(29px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
  }
  
  @media (max-width: 767px) {
    .org-mob-app .org-block-caption {
      grid-template-columns: none;
      grid-gap: 22px 0;
    }
  
    .org-mob-app {
      margin-bottom: 32px;
    }
  }
  
  @media (max-width: 414px) {
    .org-mob-app .org-block-caption {
      margin-bottom: 62px;
    }
  
    .org-mob-app .org-block-descr {
      font-size: 1.6rem;
      line-height: 2.5rem;
    }
  }
  
  .org-mob-app .card-item svg {
    scale: 1.05;
  }
  
  .org-block-mob {
    position: relative;
    width: 410px;
    height: 875px;
    display: flex;
    align-items: center;
    background: #000000;
    border: 8px solid #1D2137;
    border-radius: 45px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  
  @media (max-width: 922px) {
    .org-block-mob {
      width: 261px;
      height: 575px;
    }
  }
  
  @media (max-width: 767px) {
    .org-block-mob {
      margin-bottom: 54px;
    }
  }
  
  .org-block-mob img:nth-child(1) {
    position: absolute;
    top: 0;
    width: 98%;
    height: 45px;
    z-index: 5;
    border-top: 20px solid #000;
  }
  
  
  .org-block-mob img:nth-child(2) {
    width: 93%;
    margin: auto;
    border-radius: 20px;
    transform: translateY(10px);
    animation: mobileScroll 10s ease-out infinite;
  }
  
  @keyframes mobileScroll {
    0% {
      transform: translateY(10px);
    }
  
    10% {
      transform: translateY(10px);
    }
  
    20% {
      transform: translateY(-250px);
    }
  
    25% {
      transform: translateY(-250px);
    }
  
    35% {
      transform: translateY(-500px);
    }
  
    40% {
      transform: translateY(-500px);
    }
  
    50% {
      transform: translateY(-750px);
    }
  
    60% {
      transform: translateY(-750px);
    }
  
    70% {
      transform: translateY(-910px);
    }
  
    75% {
      transform: translateY(-1100px);
    }
  
    100% {
      transform: translateY(10px);
    }
  }
  
  .org-mob-app {
    overflow: hidden;
  }
  
  .org-mob-app .card-item img {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
  }
  
  .org-mob-app .card-item:nth-child(2) img {
    height: auto;
    scale: 2;
    transform: translateY(125px);
  }
  
  .org-mob-app .card-item:nth-child(4) img {
    height: auto;
    transform: translateY(170px);
  }
  
  @media (max-width: 767px) {
    .org-mob-app .card-item:nth-child(1) img {
      transform: translateY(50px);
    }
  
    .org-mob-app .card-item:nth-child(2) img {
      transform: translateY(75px);
    }
  }
  
  @media (max-width: 414px) {
    .org-block-caption--functional {
      grid-gap: 51px;
      margin-bottom: 52px;
    }
  }
  
  .org-prot-content {
    display: grid;
    grid-template-columns: 440px 1fr;
    grid-gap: 0 179px;
  }
  
  .org-prot-content .content-caption .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
  }
  
  .org-prot-content .content-caption h3 {
    position: relative;
    flex: 0 0 150px;
    margin: 0 33px 0 0;
    font-weight: 700;
    font-size: 110px;
    line-height: 107px;
    color: #343434;
  }
  
  .org-prot-content .content-caption p {
    width: 200px;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #343434;
  }
  
  @media (max-width: 1920px) {
    .org-prot-content {
      grid-template-columns: calc(327px + (440 - 327) * ((100vw - 922px) / (1920 - 922))) 1fr;
      grid-gap: 0 calc(109px + (179 - 109) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-prot-content .content-caption .item:nth-child(2n-1) {
      margin-bottom: calc(118px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-prot-content .content-caption h3 {
      flex: 0 0 calc(111px + (150 - 111) * ((100vw - 922px) / (1920 - 922)));
      margin: 0 calc(26px + (33 - 26) * ((100vw - 922px) / (1920 - 922))) 0 0;
      font-size: calc(90px + (110 - 90) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(70px + (107 - 70) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .org-prot-content .content-caption p {
      font-size: calc(18px + (25 - 18) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(25px + (37 - 25) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .org-prot-content {
      grid-template-columns: 327px 1fr;
      grid-gap: 0 109px;
      margin-top: 111px;
    }
  
    .org-prot-content .content-caption h3 {
      flex: 0 0 calc(82px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
      max-width: calc(190px + (111 - 82) * ((100vw - 414px) / (922 - 414)));
      margin: 0 26px 0 0;
      font-size: calc(70px + (80 - 70) * ((100vw - 414px) / (922 - 414)));
      line-height: calc(57px + (70 - 57) * ((100vw - 414px) / (922 - 414)));
    }
  
    .org-prot-content .content-caption p {
      width: 285px;
      font-size: 2rem;
      line-height: 2.5rem;
    }
  
    .org-prot-content .content-caption .item {
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 35px;
    }
  
    .org-block-mob img:nth-child(1) {
      height: 40px;
    }
  
    .org-prot-content .content-caption .item:nth-child(2n-1) {
      margin-bottom: calc(68px + (100 - 35) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 767px) {
    .org-prot-content {
      grid-template-columns: 100%;
    }
  
    .org-prot-content .content-caption .item {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .org-block-mob img:nth-child(2) {
      width: 97%;
    }
  
    .org-block-mob img:nth-child(1) {
      height: 35px;
    }
  }
  
  .work-result {
    margin-bottom: 80px;
    position: relative;
    padding-top: 250px;
    /* background-color: #F7F8FC; */
  }
  
  .work-result--step {
    display: flex;
  }
  
  @media (max-width: 922px) {
    .work-result {
      padding-top: 85px;
    }
  }
  
  @media (max-width: 767px) {
    .work-result--step {
      flex-direction: column;
    }
  }
  
  .work-result.scroll .cs-caption {
    margin-bottom: 90px;
    position: fixed;
    top: 250px;
  }
  
  .work-result .cs-caption a {
    margin-top: 174px;
  }
  
  .work-result .cs-caption a svg {
    margin-top: 5px;
  }
  
  @media (max-width: 767px) {
    .work-result {
      padding-top: 60px;
    }
  
    .work-result.scroll .cs-caption {
      position: relative;
      top: 0;
    }
  
    .work-result .cs-caption {
      position: relative;
      top: 0;
    }
  
    .work-result .cs-caption a {
      margin-top: 50px;
    }
  
    .work-result.scroll .cs-caption {
      margin-bottom: 90px;
    }
  
    .work-result .cs-caption {
      margin-bottom: 90px;
    }
  }
  
  .work-result-list {
    width: 450px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .work-result-item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
  }
  
  .work-result-item p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #A0A3B1;
    margin-bottom: 26px;
  }
  
  .work-result-item h3 {
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    color: #343434;
    margin: 0;
  }
  
  @media (max-width: 922px) {
    .work-result-item {
      margin-bottom: 120px;
    }
  
    .work-result .pin-spacer {
      width: 285px !important;
    }
  }
  
  @media (max-width: 767px) {
    .work-result-item h3 {
      font-size: 2.8rem;
      line-height: 3.5rem;
    }
  
  
    .work-result-item {
      margin-bottom: 60px;
    }
  
    .work-result-item p {
      font-size: 1.8rem;
    }
  
    .work-result-list {
      align-items: flex-start;
    }
  }
  
  /* .org-solution {
    background-color: #F7F8FC;
  } */
  
  .org-solution .cs-container {
    display: flex;
    z-index: 10;
  }
  
  .org-solution .cs-caption {
    z-index: 20;
  }
  
  .org-solution .cs-background-wrap {
    z-index: 0;
  }
  
  @media (max-width: 767px) {
    .org-solution {
      margin-top: 110px;
    }
  
    .org-solution .cs-container {
      flex-direction: column;
    }
  }
  
  @media (max-width: 580px) {
    .org-solution .cs-container {
      padding-bottom: 0;
    }
  
    .org-solution .cs-background-wrap {
      bottom: -340px;
    }
  }
  
  .solution-cards {
    position: relative;
    width: 519px;
    height: 326px;
  }
  
  .solution-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 519px;
    height: 326px;
    padding: 59px 68px 59px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    border-radius: 50px;
  }
  
  .solution-circle1 {
    animation: solutionSvg 1.4s linear infinite;
  }
  
  .solution-circle2 {
    animation: solutionSvg 1.4s linear .4s infinite;
  }
  
  .solution-circle3 {
    animation: solutionSvg 1.4s linear .8s infinite;
  }
  
  @keyframes solutionSvg {
    0% {
      transform: translateY(0);
    }
  
    25% {
      transform: translateY(-2px);
    }
  
    50% {
      transform: translateY(0);
    }
  
    75% {
      transform: translateY(2px);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  .solution-card__check {
    position: absolute;
    top: 39px;
    right: 44px;
  }
  
  .solution-card h4 {
    margin-top: 0;
    margin-bottom: 31px;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    color: #388AF3;
  }
  
  .solution-card p {
    width: 320px;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
  }
  
  .solution-cards span {
    width: 519px;
    height: 326px;
    position: absolute;
    padding: 39px 44px 39px 68px;
    background: #FFFFFF;
    border: 1px solid #F7F8FC;
    box-shadow: 10px -2px 24px rgba(215, 219, 226, 0.5);
    border-radius: 50px;
  }
  
  .solution-cards span:nth-child(1) {
    top: 40px;
    left: 40px;
  }
  
  .solution-cards span:nth-child(2) {
    top: 30px;
    left: 30px;
  }
  
  .solution-cards span:nth-child(3) {
    top: 20px;
    left: 20px;
  }
  
  .solution-cards span:nth-child(4) {
    top: 10px;
    left: 10px;
  }
  
  .solution-card--one {
    z-index: 20;
  }
  
  .solution-cards.active .solution-card--one {
    animation: solutionAnimOne 35s linear 2s infinite;
  }
  
  .solution-card--two {
    z-index: 19;
  }
  
  .solution-cards.active .solution-card--two {
    animation: solutionAnimTwo 35s linear 2s infinite;
  }
  
  .solution-card--three {
    z-index: 18;
  }
  
  .solution-cards.active .solution-card--three {
    animation: solutionAnimThree 35s linear 2s infinite;
  }
  
  .solution-card--four {
    z-index: 17;
  }
  
  .solution-card--four .solution-card__content p {
    font-size: 17px;
    line-height: 26px;
  }
  
  @media (max-width: 922px) {
    .solution-card--four .solution-card__content p {
      font-size: 12px;
      line-height: 17px;
    }
  }
  
  @media (max-width: 767px) {
    .solution-card--four .solution-card__content p {
      font-size: 17px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 590px) {
    .solution-card--four .solution-card__content p {
      font-size: 12px;
      line-height: 17px;
    }
  }
  
  .solution-cards.active .solution-card--four {
    animation: solutionAnimFour 35s linear 2s infinite;
  }
  
  .solution-card--five {
    z-index: 16;
  }
  
  .solution-cards.active .solution-card--five {
    animation: solutionAnimFive 35s linear 2s infinite;
  }
  
  .solution-card--six {
    z-index: 15;
  }
  
  .solution-card--six .solution-card__content p {
    font-size: 22px;
    line-height: 34px;
  }
  
  @media (max-width: 922px) {
    .solution-card--six .solution-card__content p {
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .solution-card--six .solution-card__content p {
      font-size: 22px;
      line-height: 34px;
    }
  }
  
  @media (max-width: 580px) {
    .solution-card--six .solution-card__content p {
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  @keyframes solutionAnimOne {
    0% {
      transform: rotate(0deg) translateY(0);
    }
  
    14% {
      transform: rotate(0deg) translateY(0);
    }
  
    15% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    16% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    96.2% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    96.6% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    97% {
      transform: rotate(0deg) translateY(0);
    }
  
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  @keyframes solutionAnimTwo {
    0% {
      transform: rotate(0deg) translateY(0);
    }
  
    30% {
      transform: rotate(0deg) translateY(0);
    }
  
    31% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    32% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    95.6% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    96% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    96.4% {
      transform: rotate(0deg) translateY(0);
    }
  
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  @keyframes solutionAnimThree {
    0% {
      transform: rotate(0deg) translateY(0);
    }
  
    46% {
      transform: rotate(0deg) translateY(0);
    }
  
    47% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    48% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    95% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    95.4% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    95.8% {
      transform: rotate(0deg) translateY(0);
    }
  
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  @keyframes solutionAnimFour {
    0% {
      transform: rotate(0deg) translateY(0);
    }
  
    62% {
      transform: rotate(0deg) translateY(0);
    }
  
    63% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    64% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    94.4% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    94.8% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    95.2% {
      transform: rotate(0deg) translateY(0);
    }
  
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  @keyframes solutionAnimFive {
    0% {
      transform: rotate(0deg) translateY(0);
    }
  
    78% {
      transform: rotate(0deg) translateY(0);
    }
  
    79% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    80% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    93.8% {
      transform: rotate(90deg) translateY(-600px);
      opacity: 0;
    }
  
    94.2% {
      transform: rotate(65deg) translateY(-300px);
      opacity: 1;
    }
  
    94.6% {
      transform: rotate(0deg) translateY(0);
    }
  
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  
  .cs-background-circle--white {
    background-color: #FFF;
  }
  
  .cs-background-clip--grey {
    background-color: #F7F8FC;
  }
  
  @media (max-width: 1200px) {
    .solution-cards {
      width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .solution-cards span {
      width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .solution-card {
      width: calc(420px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(269px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
      padding: 15px 40px;
    }
  
    .solution-card__check {
      top: 15px;
      right: 40px;
    }
  }
  
  @media (max-width: 922px) {
    .org-solution .cs-caption {
      grid-template-columns: 310px 1fr;
      grid-gap: 0 50px;
    }
  
    .solution-cards {
      min-height: 310px;
    }
  
    .solution-card {
      padding: 35px 40px;
    }
  
    .solution-cards span {
      width: 310px;
      height: 195px;
    }
  
    .solution-card__check {
      top: 35px;
      right: 40px;
    }
  
    .solution-card svg {
      width: 48px;
      height: 48px;
    }
  
    .solution-card {
      width: 310px;
      height: 195px;
    }
  
    .solution-card h4 {
      margin-top: 0;
      margin-bottom: 18px;
      line-height: 22px;
      font-size: 15px;
    }
  
    .solution-card p {
      width: 190px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .solution-cards span:nth-child(1) {
      top: 30px;
      left: 30px;
    }
  
    .solution-cards span:nth-child(2) {
      top: 22px;
      left: 22px;
    }
  
    .solution-cards span:nth-child(3) {
      top: 16px;
      left: 16px;
    }
  
    .solution-cards span:nth-child(4) {
      top: 8px;
      left: 8px;
    }
  }
  
  @media (max-width: 767px) {
    .solution-cards {
      margin-top: 60px;
      width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .solution-card {
      width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
      padding: 59px 68px 59px 68px;
    }
  
    .solution-cards span {
      width: calc(520px + (600 - 520) * ((100vw - 922px) / (1920 - 922)));
      height: calc(332px + (358 - 332) * ((100vw - 922px) / (1920 - 922)));
    }
  
    .solution-card__check {
      top: 59px;
      right: 68x;
    }
  
    .solution-card svg {
      width: 48px;
      height: 48px;
    }
  
    .solution-card h4 {
      margin-bottom: 31px;
      font-weight: 800;
      font-size: 24px;
      line-height: 38px;
    }
  
    .solution-card p {
      width: 320px;
      font-weight: 400;
      font-size: 24px;
      line-height: 38px;
    }
  
    .solution-cards span:nth-child(1) {
      top: 40px;
      left: 40px;
    }
  
    .solution-cards span:nth-child(2) {
      top: 30px;
      left: 30px;
    }
  
    .solution-cards span:nth-child(3) {
      top: 20px;
      left: 20px;
    }
  
    .solution-cards span:nth-child(4) {
      top: 10px;
      left: 10px;
    }
  }
  
  @media (max-width: 580px) {
    .org-solution .cs-caption {
      grid-template-columns: 310px 1fr;
      grid-gap: 0 50px;
    }
  
    .solution-cards {
      min-height: 200px;
    }
  
    .solution-card {
      padding: 30px 40px;
      border-radius: 30px;
    }
  
    .solution-cards span {
      border-radius: 30px;
      width: 310px;
      height: 195px;
    }
  
    .solution-card__check {
      top: 20px;
      right: 20px;
    }
  
    .solution-card svg {
      width: 48px;
      height: 48px;
    }
  
    .solution-card {
      width: 310px;
      height: 195px;
    }
  
    .solution-card h4 {
      margin-top: 0;
      margin-bottom: 18px;
      line-height: 22px;
      font-size: 15px;
    }
  
    .solution-card p {
      width: 220px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .solution-cards span:nth-child(1) {
      display: none;
    }
  
    .solution-cards span:nth-child(2) {
      top: 15px;
      left: 15px;
    }
  
    .solution-cards span:nth-child(3) {
      top: 10px;
      left: 10px;
    }
  
    .solution-cards span:nth-child(4) {
      top: 5px;
      left: 5px;
    }
  }
  
  .org-evolution {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  
  .org-evolution .cs-caption {
    margin-bottom: 205px;
  }
  
  .org-evolution .pin-spacer {
    padding: 0;
    height: 2000px !important;
  }
  
  .evolution-wrapper {
    display: flex;
    padding: 126px 0;
  }
  
  .evolution-line {
    position: relative;
    width: 5px;
    background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
  }
  
  
  .evolution-line span {
    position: absolute;
    right: -47px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
  }
  
  .evolution-line span:first-child {
    top: -90px;
    color: #9A84E4;
  }
  
  .evolution-line span:last-child {
    bottom: -90px;
    right: -38px;
    color: #4A89F1;
  }
  
  .evolution-content-text .date {
    position: absolute;
    left: -150px;
    top: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    color: #4A89F1;
    transform: rotate(-90deg);
  }
  
  .evolution-content-text .date--s {
    left: -134px;
  }
  
  .evolution-date {
    position: absolute;
    top: -45px;
    left: 335px;
    font-weight: 700;
    font-size: 18px;
    line-height: 45px;
    color: #9A84E4;
  }
  
  .evolution-dates span {
    position: absolute;
    width: 200px;
  }
  
  .swiper-slide:nth-child(1) {
    margin-left: 50px;
  }
  
  .swiper-slide:nth-child(1) .evolution-date {
    left: -170px;
  }
  
  .evolution-content {
    position: relative;
    display: flex;
    height: 700px;
  }
  
  .evolution-content-text {
    position: relative;
    margin-left: 80px;
    max-width: 600px;
  }
  
  .evolution-content-text:not(:last-child) {
    padding-bottom: 270px;
  }
  
  .evolution-content--mobile .evolution-content-text {
    padding-bottom: 0;
    margin-left: 0;
  }
  
  .evolution-content--mobile .evolution-content-text::before {
    content: '';
    position: absolute;
    top: 42px;
    left: -37px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
  }
  
  .evolution-content--mobile .evolution-content-text::after {
    content: '';
    position: absolute;
    top: 46px;
    left: -32px;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
  }
  
  .evolution-content-text:first-child {
    margin-top: 100px;
  }
  
  .evolution-content-text:last-child {
    margin-bottom: 150px;
  }
  
  .evolution-content__title {
    margin-top: 60px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #343434;
    transition: color .8s ease-in-out;
  }
  
  .evolution-content__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #343434;
    opacity: 1;
    transition: opacity .8s ease-in-out;
  }
  
  .evolution-line-wrapper--mobile {
    display: none;
  }
  
  .evolution-line-wrapper--mobile .evolution-content__title {
    color: #343434;
    margin-top: 40px;
  }
  
  .evolution-line-wrapper--mobile .evolution-content__descr {
    opacity: 1;
    margin-bottom: 60px;
  }
  
  .evolution-line-wrapper--mobile .evolution-date {
    position: relative;
    left: 0;
    top: 0;
  }
  
  .evolution-content--mobile {
    display: none;
  }
  
  @media (max-width: 922px) {
    .evolution-content-text {
      max-width: 370px;
    }
  
    .evolution-content-text:not(:last-child) {
      margin-bottom: 190px;
    }
  
    .evolution-content--mobile .evolution-content-text {
      margin-bottom: 0;
    }
  
    .evolution-content--mobile .evolution-content-text:not(:last-child) {
      margin-bottom: 0;
    }
  
    .evolution-content__title {
      font-size: 25px;
      line-height: 30px;
    }
  
    .evolution-content__descr {
      font-size: 16px;
      line-height: 25px;
    }
  
    .org-evolution .cs-caption {
      grid-template-columns: 280px 1fr;
    }
  }
  
  @media (max-width: 767px) {
    .evolution-wrapper {
      display: none;
    }
  
    .org-evolution .cs-caption {
      margin-bottom: 45px;
    }
  
    .evolution-line-wrapper {
      display: none;
    }
  
    .evolution-line-wrapper--mobile {
      position: relative;
      display: flex;
      max-width: 350px;
      width: 100%;
      margin: auto;
    }
  
    .evolution-line--mobile {
      position: relative;
      width: 4px;
      margin-right: 30px;
      background: linear-gradient(93.29deg, #A483E2 21.04%, #388AF3 88.77%);
    }
  
    .evolution-content--mobile {
      display: flex;
      flex-direction: column;
    }
  
    .evolution-content--mobile .evolution-content-text {
      position: relative;
      left: 0;
      animation: none;
    }
  
    .evolution-date {
      color: #388AF3;
    }
  
    .evolution-content-text {
      max-width: 280px;
    }
  }
  
  @media (max-width: 414px) {
    .evolution-line-wrapper--mobile {
      justify-content: space-between;
    }
  
    .evolution-content--mobile {
      width: 250px;
      padding-left: 50px;
    }
  }
  
  .og-next-project {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 732px;
    overflow: hidden;
  }
  
  @media (max-width: 1920px) {
    .og-next-project {
      height: calc(355px + (732 - 355) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .og-next-project {
      height: calc(260px + (355 - 260) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .og-next-project {
      height: 260px;
    }
  }
  
  .og-next-project h2 {
    position: relative;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    color: #388AF3;
    z-index: 2;
  }
  
  @media (max-width: 1920px) {
    .og-next-project h2 {
      font-size: calc(34px + (45 - 34) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(42px + (56 - 42) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .og-next-project h2 {
      font-size: calc(26px + (34 - 26) * ((100vw - 414px) / (922 - 414)));
      line-height: calc(32px + (42 - 32) * ((100vw - 414px) / (922 - 414)));
    }
  }
  
  @media (max-width: 414px) {
    .og-next-project h2 {
      font-size: 2.6rem;
      line-height: 3.2rem;
    }
  }
  
  .og-next-project h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #388AF3;
    transition: .4s;
  }
  
  .og-next-project h2:hover::before {
    transform: scaleX(0);
    transition: .4s;
  }
  
  .og-next-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
  }
  
  @media (max-width: 1920px) {
    .og-next-cursor {
      width: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
      height: calc(236px + (436 - 236) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .og-next-cursor {
      display: none;
    }
  }
  
  .og-next-cursor-wrap {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: center left;
    transition: .5s;
  }
  
  .og-next-cursor-skew {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #F0F2F8;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
  
  .og-next-button {
    position: relative;
  }
  
  .og-next-button::after {
    content: '';
    position: absolute;
    top: -55%;
    left: -25%;
    height: 240%;
    width: 150%;
  }
  
  .og-next-button:hover .og-next-cursor-wrap {
    transform: scale(1);
    transition: .5s;
  }
  
  .org-parallax {
    height: 100%;
  }
  
  .evolution-swiper {
    height: 670px;
    cursor: none;
  }
  
  @media (max-width: 767px) {
    .evolution-swiper {
      display: none;
    }
  }
  
  .evolition-swiper .swiper-slide {
    position: relative;
  }
  
  .pulse-point {
    position: absolute;
    top: 6px;
    left: -87px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #388AF3;
  }
  
  .pulse-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 15px;
    opacity: 0;
    background: #E1EFFF;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: c-pulse-serv 2s ease-in-out infinite;
  }
  
  .swiper-slide-active .evolution-content__title {
    color: #343434;
    transition: color .8s ease-in-out;
  }
  
  .swiper-cursor {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 436px;
    height: 436px;
    z-index: 100;
    will-change: transform;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
  
  .cursor-wrapper {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: center left;
    transition: .5s;
  }
  
  .evolution-swiper:hover .swiper-cursor {
    opacity: 1;
  }
  
  .swipe-grab {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background: #388AF3;
    border-radius: 50%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
  }
  
  @media (max-width: 1920px) {
    .swipe-grab {
      width: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
      height: calc(90px + (132 - 90) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .swipe-grab {
      width: 90px;
      height: 90px;
    }
  }
  
  @media (max-width: 414px) {
    .swipe-grab {
      display: none;
    }
  }
  
  .swipe-grab p {
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
  }
  
  @media (max-width: 1920px) {
    .swipe-grab p {
      font-size: calc(10px + (14 - 10) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(26px + (38 - 26) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .swipe-grab p {
      font-size: 1rem;
      line-height: 2.6rem;
    }
  }
  
  /* End */
  /* /local/templates/toimi/components/bitrix/news.detail/pageCaseORG/style.css?167144559546705 */
  /* base */
  .cs-heading h2 {
    font-size: 45px;
    line-height: 56px;
    margin: 0;
    color: #343434;
  }
  
  .cs-heading p {
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    color: #343434;
  }
  
  @media (max-width: 1149px) {
    .cs-heading h2 {
      font-size: 35px;
      line-height: 1.1;
    }
  
    .cs-heading p {
      font-size: 18px;
      line-height: 28px;
    }
  }
  
  @media (max-width: 767px) {
    .cs-heading h2 {
      font-size: 32px;
      line-height: 40px;
    }
  
    .cs-heading p {
      font-size: 16px;
      line-height: 1.55;
    }
  }
  
  /* form */
  .cs__busy-lizzy .start-project .form .form-checkbox p>a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
  
  .cs__busy-lizzy .start-project .form .form-checkbox p>a:hover {
    color: #0C279B;
  }
  
  .cs__busy-lizzy .form-item span {
    color: red;
  }
  
  label.policy-check {
    cursor: url(../img/cursor-main.svg) -20 -15, default;
  }
  
  
  /* image */
  .cs-image {
    max-width: 100vw;
    overflow: hidden;
    margin-top: 40px;
  }
  
  .cs-image picture {
    display: block;
    position: relative;
    max-height: calc(100vw * (910 / 1920));
  }
  
  .cs-image img {
    width: 100%;
  }
  
  @media (max-width: 1149px) {
    .cs-image {
      height: 521px;
    }
  
    .cs-image img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
    .cs-image picture {
      max-height: calc(521px * 1.1);
      height: calc(521px * 1.1);
    }
  }
  
  @media (max-width: 767px) {
    .cs-image {
      height: 420px;
    }
  
    .cs-image picture {
      max-height: calc(420px * 1.1);
      height: calc(420px * 1.1);
    }
  }
  
  /* image in window */
  
  .cs-image-window {
    padding: 326px 0 238px;
    position: relative;
  }
  
  .cs-image-window::before {
    content: '';
    position: absolute;
    right: calc(100% - 198px);
    top: 70px;
    background-image: url(../img/planet-dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 547px;
    height: 596px;
    pointer-events: none;
    z-index: 0;
  }
  
  .cs-image-window__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
  
  .cs-image-window__heading .cs-col:nth-child(1) {
    width: calc(50% + (33px / 2));
  }
  
  .cs-image-window__heading .cs-col:nth-child(2) {
    width: calc(50% - (33px / 2));
    margin-top: 12px;
  }
  
  .cs-image-window__image {
    margin: 213px auto 0;
    position: relative;
    max-width: 877px;
    width: 100%;
    padding: 13px;
  }
  
  .cs-image-window__image.cs-image-window__image--big {
    max-width: 1160px;
  }
  
  .cs-image-window__background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1D2137;
    border-radius: 25px;
    z-index: 1;
  }
  
  .cs-image-window__image .img {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    z-index: 2;
    aspect-ratio: 1.83;
    background-color: #fff;
  }
  
  .cs-image-window__image.cs-image-window__image--big .img {
    aspect-ratio: 1.95;
  }
  
  .cs-image-window__image picture {
    position: relative;
    display: block;
  }
  
  .cs-image-window__image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .cs-image-window__heading p {
    max-width: 493px;
  }
  
  /* cs-image-window--text-and-image */
  
  .cs-image-window.cs-image-window--text-and-image {
    padding: 200px 0 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__heading {
    width: 100%;
    margin-bottom: 100px;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__text {
    width: 50%;
    display: flex;
    align-items: center;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__text h2 {
    margin: 0 0 50px 0;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__text p {
    margin: 0 0 30px 0;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__image {
    margin: 0;
    position: relative;
    max-width: initial;
    width: 50%;
    padding: 0;
  }
  
  .cs-image-window.cs-image-window--text-and-image .cs-image-window__image .img {
    position: relative;
    display: block;
    border-radius: 0;
    overflow: initial;
    z-index: initial;
    aspect-ratio: initial;
    background-color: initial;
    width: 50vw;
    transform: translateY(50px);
  }
  
  .cs-background-circle.cs-background-circle--light {
    background-color: #F7F8FC;
  }
  
  /* Busy lizzy */
  
  .cs__busy-lizzy .cs-background-circle {
    background-color: #F7F8FC;
  }
  
  .cs__busy-lizzy .circle-org-1 {
    top: -200px;
  }
  
  @media (max-width: 1149px) {
    .cs-image-window__image {
      max-width: 649px;
    }
  
    .cs-image-window__heading .cs-col:nth-child(1) {
      width: calc(50% + 6px);
    }
  
    .cs-image-window__heading .cs-col:nth-child(2) {
      width: calc(50% - 6px);
      margin-top: 2px;
    }
  
    .cs-image-window__image {
      margin: 110px auto 0;
    }
  
    .cs-image-window {
      padding: 236px 0 134px;
    }
  
    .cs-image-window__image {
      padding: 10px;
    }
  
    .cs-image-window__image .img {
      border-radius: 15px;
    }
  
    .cs-image-window__image.cs-image-window__image--big {
      max-width: 653px;
    }
  
    .cs__org-market .cs-image-window {
      padding-bottom: 0;
    }
  
    .cs__org-market .cs-image-window__heading p {
      max-width: 380px;
    }
  
    .cs__org-market .cs-image-window::before {
      width: 250px;
      height: 272px;
    }
  }
  
  @media (max-width: 767px) {
    .cs-image-window__heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .cs-image-window__heading .cs-col:nth-child(1),
    .cs-image-window__heading .cs-col:nth-child(2) {
      width: 100%;
    }
  
    .cs-image-window {
      padding: 158px 0 84px;
    }
  
    .cs-image-window .cs-heading h2 br {
      display: none;
    }
  
    .cs-image-window__heading .cs-col:nth-child(2) {
      margin-top: 24px;
    }
  
    .cs-image-window::before {
      right: 0;
      left: 0;
      top: 60px;
      width: 250px;
      height: 272px;
      margin: 0 auto;
    }
  
    .cs-image-window__image {
      padding: 5px;
    }
  
    .cs-image-window__image {
      margin: 138px auto 0;
    }
  
    .cs-image-window__background {
      border-radius: 8px;
    }
  
    .cs-image-window__image .img {
      border-radius: 6px;
    }
  }
  
  
  /* video in window */
  .cs-video {
    padding: 113px 0;
  }
  
  .cs-video .cs-video__window {
    position: relative;
    padding: 14px;
  }
  
  .cs-video__window-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 20px;
    z-index: 1;
  }
  
  .cs-video .cs-video__window>video {
    display: block;
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 2;
  }
  
  @media (max-width: 1149px) {
    .cs-video .cs-video__window {
      max-width: 662px;
      margin: 0 auto;
      padding: 5px;
    }
  
    .cs-video .cs-video__window>video {
      border-radius: 14px;
    }
  }
  
  @media (max-width: 767px) {
    .cs-video .cs-video__window {
      padding: 3px;
    }
  
    .cs-video {
      padding: 74px 0;
    }
  
    .cs-video__window-background {
      border-radius: 8px;
    }
  
    .cs-video .cs-video__window>video {
      border-radius: 6px;
    }
  }
  
  /* steps and blocks*/
  
  .cs-steps {
    padding-bottom: 173px;
  }
  
  .cs-steps.cs-steps--only-heading {
    padding-bottom: 223px;
  }
  
  .cs-blocks p {
    font-size: 25px;
    line-height: 40px;
    color: #343434;
  }
  
  .cs-blocks__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 227px;
  }
  
  .cs-blocks__heading .cs-col:nth-child(1) {
    width: calc(50% + (33px / 2));
  }
  
  .cs-blocks__heading .cs-col:nth-child(2) {
    width: calc(50% - (33px / 2));
    margin-top: 10px;
  }
  
  .cs-blocks__heading--pd-bottom {
    padding-bottom: 280px;
  }
  
  .cs-blocks__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 33px;
  }
  
  .cs-blocks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - (33px / 2));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
  }
  
  .cs-blocks__img {
    height: calc(522px + (750 - 522) * ((100vw - 922px) / (1920 - 922)));
    overflow: hidden;
    position: relative;
  }
  
  .cs-blocks__img>picture {
    display: block;
    position: relative;
  }
  
  .cs-blocks__item img {
    width: 100%;
    height: auto;
  }
  
  .cs-blocks__item p {
    margin: 35px 0 12px;
    text-align: center;
    max-width: 452px;
    color: #343434;
  }
  
  .cs-blocks__item--ta-left p {
    text-align: left;
  }
  
  /* Busy Lizzy */
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(1) {
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(3) {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(2) p {
    margin-left: 46px;
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) p strong {
    font-weight: 500;
  }
  
  .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-col:nth-child(2) p {
    max-width: 493px;
  }
  
  /* Levitek */
  
  .cs__levitek .cs-blocks__heading {
    min-height: calc(25px * 5 * (40 / 25));
    margin-bottom: 25px;
  }
  
  .cs__levitek .cs-blocks__item:nth-child(2) {
    margin-top: 75px;
  }
  
  .cs__levitek .cs-blocks:last-child .cs-blocks__item:nth-child(2) {
    margin-top: 100px;
  }
  
  .cs__levitek .cs-steps {
    padding-bottom: 72px;
  }
  
  /* Peakaboo */
  
  .cs__peakaboo .cs-blocks__heading .cs-col:last-child {
    min-height: calc(25px * 5 * (40 / 25));
  }
  
  .cs__peakaboo .cs-blocks__item:nth-child(2n) {
    margin-top: 100px;
  }
  
  .cs__peakaboo .cs-blocks:nth-child(2) .cs-blocks__heading {
    margin-bottom: 100px;
  }
  
  .cs__peakaboo .cs-blocks:nth-child(3) .cs-blocks__heading {
    margin-bottom: 50px;
  }
  
  .cs__peakaboo .owl-green {
    position: absolute;
    bottom: 0;
    right: 5%;
    max-width: 259px;
  }
  
  .cs__peakaboo .owl-orange {
    position: absolute;
    bottom: -30px;
    left: 10%;
    max-width: 279px;
  }
  
  .cs__peakaboo .owl-pink {
    position: absolute;
    bottom: -30px;
    left: 15%;
    max-width: 279px;
  }
  
  .cs__peakaboo .owl-pink-in-image {
    position: absolute;
    right: 33%;
    left: 32%;
    bottom: 64%;
  }
  
  /* Storage facilities */
  .cs__storage-facilities .cs-blocks__img {
    display: flex;
    align-items: center;
  }
  
  .cs__storage-facilities .cs-blocks__item p {
    margin: 13px 0 12px;
    max-width: 100%;
  }
  
  .cs__storage-facilities .cs-blocks__item:nth-child(1) {
    transform: translateY(-100px);
  }
  
  .cs__storage-facilities .cs-blocks__item:nth-child(3) {
    transform: translateY(-50px);
  }
  
  /* Org market */
  .cs__org-market .cs-blocks__item:nth-child(1) {
    transform: translateY(-100px);
  }
  
  .cs__org-market .cs-blocks__item:nth-child(3) {
    margin-top: 50px;
  }
  
  .cs__org-market .cs-blocks__item:nth-child(4) {
    margin-top: 150px;
  }
  
  .cs__org-market .cs-blocks__item p {
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 1149px) {
    .cs-steps .cs-heading h2 {
      font-size: 30px;
      line-height: 1.1;
    }
  
    .cs-blocks p {
      font-size: 18px;
      line-height: 28px;
    }
  
    .cs-blocks__heading {
      margin-top: 135px;
    }
  
    .cs-blocks__heading br {
      display: none;
    }
  
    .cs-blocks__heading .cs-col:nth-child(1) {
      width: calc(50% + 6px);
    }
  
    .cs-blocks__heading .cs-col:nth-child(2) {
      width: calc(50% - 6px);
      margin-top: 2px;
      max-width: 410px;
    }
  
    .cs-steps.cs-steps--only-heading {
      padding-bottom: 98px;
    }
  
    .cs-video {
      padding: 74px 0;
    }
  
    .cs-blocks__heading--pd-bottom {
      padding-bottom: 180px;
    }
  
    .cs-blocks__items {
      gap: 23px;
    }
  
    .cs-blocks__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - (23px / 2));
    }
  
    .cs-blocks__item p {
      margin: 25px 0 42px;
      max-width: 322px;
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(1) {
      -webkit-transform: translateY(-105px);
      -ms-transform: translateY(-105px);
      transform: translateY(-105px);
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(3) {
      -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
      transform: translateY(-110px);
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) p {
      font-size: 16px;
      line-height: 40px;
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) {
      padding-bottom: 44px;
    }
  
    .cs-steps {
      padding-bottom: 53px;
    }
  
    .cs__peakaboo .cs-blocks__item:nth-child(2n) {
      margin-top: 67px;
    }
  
    .cs__peakaboo .cs-blocks__heading .cs-col:last-child {
      min-height: calc(18px * 5 * (28 / 18));
    }
  
    .cs__peakaboo .owl-green {
      bottom: -10px;
      max-width: 200px;
    }
  
    .cs__peakaboo .owl-orange,
    .cs__peakaboo .owl-pink {
      bottom: -20px;
      max-width: 200px;
    }
  
    .cs__org-market .cs-steps .cs-heading h2 br {
      display: block;
    }
  
    .cs__org-market .cs-steps .cs-heading h2 {
      font-size: 35px;
      line-height: 1.1;
    }
  
    .cs__org-market .cs-blocks__item:nth-child(3) p {
      margin-top: 0;
      max-width: 290px;
    }
  
    .cs__org-market .cs-blocks__item:nth-child(4) {
      margin-top: 125px;
    }
  
    .cs__org-market .cs-blocks__item:nth-child(3) {
      margin-top: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) {
      padding-bottom: 0;
    }
  
    .cs-blocks__heading .cs-col,
    .cs-blocks__heading .cs-col:nth-child(1),
    .cs-blocks__heading .cs-col:nth-child(2) {
      width: 100%;
    }
  
    .cs-blocks__heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .cs-blocks__heading h2 br {
      display: none;
    }
  
    .cs-blocks__heading {
      margin-top: 114px;
    }
  
    .cs-steps .cs-heading h2 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 19px;
    }
  
    .cs-steps .cs-heading p {
      font-size: 18px;
      line-height: 28px;
    }
  
    .cs-steps.cs-steps--only-heading {
      padding-bottom: 0;
    }
  
    .cs-blocks__heading--pd-bottom,
    .cs-blocks__heading {
      padding-bottom: 90px;
    }
  
    .cs-blocks__item {
      width: 100%;
    }
  
    .cs-steps .cs-blocks .cs-blocks__item {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      margin: 0 !important;
    }
  
    .cs-blocks__items {
      gap: 47px;
    }
  
    .cs-blocks__item p {
      margin: 43px 0 31px;
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(1) .cs-blocks__item:nth-child(2) p {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) p {
      font-size: 18px;
      line-height: 40px;
      margin: 0;
    }
  
    .cs__busy-lizzy .cs-steps .cs-blocks:nth-child(2) .cs-blocks__item:nth-child(1) {
      padding-bottom: 0;
    }
  
    .cs-steps {
      padding-bottom: 0;
    }
  
    .cs-blocks__img {
      max-width: 370px;
      /* margin: auto; */
    }
  
    .cs-blocks__item p {
      margin: 12px 0 0;
    }
  
    .cs__levitek .cs-steps {
      padding-bottom: 0;
    }
  
    .cs__levitek .cs-blocks__heading {
      min-height: initial;
      margin-bottom: 69px;
      padding-bottom: 0;
    }
  
    .cs-steps__peakaboo-one .cs-container>.cs-blocks:nth-child(1) .cs-blocks__item:nth-child(1) {
      order: 1;
    }
  
    .cs-steps__peakaboo-one .cs-container>.cs-blocks:nth-child(1) .cs-blocks__item:nth-child(2) {
      order: 2;
    }
  
    .cs-steps__peakaboo-one .cs-container>.cs-blocks:nth-child(1) .cs-blocks__item:nth-child(4) {
      order: 3;
    }
  
    .cs-steps__peakaboo-one .cs-container>.cs-blocks:nth-child(1) .cs-blocks__item:nth-child(3) {
      order: 4;
    }
  
    .cs-steps__peakaboo-two .cs-blocks__items {
      flex-direction: column-reverse;
    }
  
    .cs__peakaboo .owl-green {
      bottom: -5px;
      right: 7%;
      max-width: 150px;
    }
  
    .cs__peakaboo .cs-blocks:nth-child(3) .cs-blocks__heading,
    .cs__peakaboo .cs-blocks:nth-child(2) .cs-blocks__heading {
      margin-bottom: 0;
    }
  
    .cs__peakaboo .owl-orange {
      bottom: -15px;
      max-width: 150px;
    }
  
    .cs__peakaboo .owl-pink {
      bottom: -20px;
      max-width: 150px;
    }
  
    .cs__org-market .cs-steps .cs-heading h2 {
      font-size: 32px;
      line-height: 40px;
    }
  }
  
  /* Video in grid section */
  .cs-video-in-grid {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  
  .cs-video-in-grid__inner {
    margin-top: -15%;
    height: 144%;
    width: 105%;
    display: grid;
    grid-template-areas: "itemone ."
      "itemone itemthree"
      "itemtwo itemthree"
      "itemtwo itemfour"
      ". itemfour";
    gap: 48px;
    grid-template-columns: 4.2fr 1fr;
    grid-template-rows: 0.5fr 0.42fr 0.36fr 0.63fr 0.155fr;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item:nth-child(1) {
    grid-area: itemone;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item:nth-child(2) {
    grid-area: itemtwo;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item:nth-child(3) {
    grid-area: itemthree;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item:nth-child(4) {
    grid-area: itemfour;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item {
    position: relative;
    border: 10px solid #FFF0F7;
    border-radius: 17px;
    overflow: hidden;
  }
  
  .cs-video-in-grid__inner .cs-video-in-grid__item img,
  .cs-video-in-grid__inner .cs-video-in-grid__item video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 1149px) {
    .cs-video-in-grid {
      height: 643px;
    }
  
    .cs-video-in-grid__inner .cs-video-in-grid__item {
      border: 6px solid #FFF0F7;
    }
  
    .cs-video-in-grid__inner {
      gap: 15px;
      width: 100%;
      max-width: 753px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5%;
    }
  }
  
  @media (max-width: 767px) {
    .cs-video-in-grid {
      height: 342px;
    }
  
    .cs-video-in-grid__inner {
      margin-top: 15%;
      gap: 7px;
    }
  
    .cs-video-in-grid__inner .cs-video-in-grid__item {
      border: 3px solid #FFF0F7;
    }
  }
  
  
  /* Form - Do you want the same */
  .do-you-want-the-same {
    padding: 200px 0 35px;
  }
  
  .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
  }
  
  .form__do-you-want-the-same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__inputs {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__send-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 115px;
  }
  
  .form__sent {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  
  .form__sent.form__sent--active {
    opacity: 1;
  }
  
  .form__do-you-want-the-same .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
  }
  
  .form__do-you-want-the-same .form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 80px;
    position: relative;
  }
  
  .form__do-you-want-the-same .form__col.form__col--width-auto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: auto;
  }
  
  .form__do-you-want-the-same .form__col.form__col--pa-none {
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]).hidden {
    display: none;
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]) {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #343434;
    padding: 2px 0;
  }
  
  .form__do-you-want-the-same input:not([type="checkbox"]):focus+span,
  .form__do-you-want-the-same input.input-not-empty+span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 14px;
  }
  
  .form__do-you-want-the-same label>span {
    position: absolute;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #CCCCCC;
    white-space: nowrap;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: font-size .3s ease, -webkit-transform .3s ease;
    transition: font-size .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease, -webkit-transform .3s ease;
  }
  
  .form__do-you-want-the-same label>span>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same label.error>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 3em;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
    width: 100%;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment {
    background-color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded span {
    color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
    opacity: 0;
  }
  
  .form__do-you-want-the-same input[name="policy"] {
    position: relative;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
  }
  
  .form__do-you-want-the-same input[name="policy"]::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .form__do-you-want-the-same input[name="policy"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 10px;
    width: 10px;
    background: #388AF3;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  
  .form__do-you-want-the-same input[name="policy"]:checked:after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  
  .form__do-you-want-the-same .policy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  
  .form__do-you-want-the-same .policy-check span {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6D6D6D;
    padding-left: 15px;
  }
  
  .form__do-you-want-the-same .policy-check.error span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .policy-check a {
    color: #388AF3;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
  }
  
  .form__do-you-want-the-same .policy-check a:hover {
    color: #0C279B;
    cursor: url(../img/cursor-pointer.svg) -20 -15, pointer;
  }
  
  
  
  /* Send button */
  
  .form__send-button .send-btn {
    position: relative;
    width: 227px;
    height: 227px;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #388AF3;
    background-color: transparent;
    border: 3px solid #388AF3;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  @media (max-width: 767px) {
    .form__do-you-want-the-same .send-btn {
      border: 2px solid #388AF3;
      height: 66px;
    }
  }
  
  .form__send-button .send-btn:focus .icon,
  .form__send-button .send-btn:hover .icon {
    -webkit-transform: translate(55px, -45px) scale(1.7);
    -ms-transform: translate(55px, -45px) scale(1.7);
    transform: translate(55px, -45px) scale(1.7);
  }
  
  .form__send-button .send-btn .icon {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  
  .form__send-button .send-btn.access .icon {
    -webkit-transform: translate(90px, -90px) scale(0.5);
    -ms-transform: translate(90px, -90px) scale(0.5);
    transform: translate(90px, -90px) scale(0.5);
  }
  
  .form__send-button .send-btn.access,
  .form__send-button .send-btn:active,
  .form__send-button .send-btn:hover {
    background-color: #388AF3;
    border-color: #388AF3;
  }
  
  .form__send-button .send-btn,
  .form__send-button .send-btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  
  .form__send-button .send-btn span {
    display: block;
    -webkit-transform: scale(1) translateY(15px);
    -ms-transform: scale(1) translateY(15px);
    transform: scale(1) translateY(15px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .form__send-button .send-btn.access span,
  .form__send-button .send-btn:active span,
  .form__send-button .send-btn:hover span {
    color: #fff;
    -webkit-transform: scale(1.2) translateY(-15px);
    -ms-transform: scale(1.2) translateY(-15px);
    transform: scale(1.2) translateY(-15px);
  }
  
  @media (max-width: 1365px) {
    .form__send-button {
      padding-bottom: 85px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 25px;
    }
  
    .form__inputs {
      width: calc(100% - 227px - 30px);
    }
  }
  
  @media (max-width: 1149px) {
    .do-you-want-the-same {
      padding: 170px 0 0;
    }
  
    .do-you-want-the-same h2 {
      margin: 0 0 50px;
      font-size: 35px;
      line-height: 110%;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 40px;
    }
  
    .form__do-you-want-the-same .form__row:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }
  
    .form__send-button {
      padding-bottom: 45px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 497px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 22px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 900px) {
    .form__do-you-want-the-same {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .do-you-want-the-same {
      padding: 192px 0 0;
    }
  
    .form__inputs {
      width: 100%;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 100%;
    }
  
    .form__do-you-want-the-same .policy-check span {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .form__do-you-want-the-same .custom-btn__attachment {
      padding: 0;
      font-size: 14px;
      border-radius: 0;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
      opacity: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment::after {
      border-color: transparent;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .btn-hover {
      display: none;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
      white-space: nowrap;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
      padding: 0;
      z-index: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), to(transparent));
      background: -o-linear-gradient(left, #fff 0%, #fff 30%, transparent 100%);
      background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:focus,
    .form__do-you-want-the-same .custom-btn__attachment:hover {
      color: #343434 !important;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:hover span>svg path,
    .form__do-you-want-the-same .custom-btn__attachment:focus span>svg path {
      fill: #343434;
    }
  
    .form__do-you-want-the-same label>span,
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 18px;
      line-height: 22px;
    }
  
    .form__send-button .send-btn .icon {
      display: none;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span,
    .form__send-button .send-btn span {
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  
    .form__send-button .send-btn {
      border-radius: 10rem;
      overflow: hidden;
      background-color: #388AF3;
    }
  
    .form__send-button .send-btn span {
      color: #fff;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span {
      color: #388AF3;
    }
  
    .form__send-button .send-btn.access,
    .form__send-button .send-btn:active,
    .form__send-button .send-btn:hover {
      background-color: transparent;
    }
  
    .form__send-button {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 649px) {
    .do-you-want-the-same h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 56px;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 35px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto {
      margin: -15px 0 39px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto span svg {
      width: 20px;
      height: 30px;
      margin-right: 13px;
    }
  
    .form__do-you-want-the-same .form__row:last-child .form__col:last-child {
      position: absolute;
      top: calc(100% + 18px);
    }
  
    .form__do-you-want-the-same .send-btn {
      height: 54px;
      width: 205px;
    }
  
    .form__send-button .send-btn {
      font-size: 16px;
      line-height: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"],
    .form__do-you-want-the-same input[name="policy"]::before {
      height: 20px;
      width: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"]::after {
      top: 50%;
      left: 50%;
      height: 7px;
      width: 7px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 5px;
    }
  
    .do-you-want-the-same {
      margin-bottom: 43px;
    }
  
    .form__do-you-want-the-same {
      position: relative;
    }
  }
  
  @media (max-width: 580px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px;
    }
  }
  
  @media (max-width: 414px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px !important;
    }
  
    .form__do-you-want-the-same .policy-check span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }
  
  /* Avpt res */
  
  .avtp-res {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
    margin-top: 320px;
    height: 1550px;
  }
  
  .avtp-res--avtomatize {
    height: 1226px;
  }
  
  @media (max-width: 922px) {
    .avtp-res {
      margin-top: 110px;
      height: 655px;
    }
  
    .avtp-res--avtomatize {
      height: 497px;
    }
  }
  
  @media (max-width: 767px) {
    .avtopilot-banner--two img {
      scale: 1.1;
      transform: translateY(40px);
    }
  
    .avtp-res {
      height: 1050px;
    }
  
    .avtp-res--avtomatize {
      height: 830px;
    }
  }
  
  @media (max-width: 580px) {
    .avtp-res {
      height: 800px;
    }
  
    .avtp-res--avtomatize {
      height: 672px;
    }
  
    .avtopilot-banner--two {
      margin-bottom: 60px;
      height: 272px;
    }
  
    .avtp-res--big {
      margin-top: 80px;
    }
  
    .avtopilot-banner--two img {
      scale: 0.9;
      transform: translateY(55px);
    }
  }
  
  .avtp-res .avtp-block-caption {
    display: flex;
    flex-direction: column;
  }
  
  .avtp-res .avtp-block-caption a {
    display: inline-block;
    margin-top: 140px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #282828;
    transition: .4s;
  }
  
  .avtp-res .avtp-block-caption a:hover {
    color: #388AF3;
    transition: .4s;
  }
  
  .avtp-res .avtp-block-caption a svg {
    transform: scale(1);
    transition: .4s;
  }
  
  .avtp-res .avtp-block-caption a:hover svg {
    transform: scale(1.15);
    transition: .4s;
  }
  
  @media (max-width: 922px) {
    .avtp-res .avtp-block-caption a {
      margin-top: 90px;
    }
  }
  
  .avtp-res-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  
  .avtp-res-list .list-item {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 200px;
  }
  
  @media (max-width: 922px) {
    .avtp-res-list .list-item {
      margin-bottom: 0px;
    }
  }
  
  .avtp-res-list .list-item:last-child {
    margin-bottom: 0;
  }
  
  .avtp-res-list .list-item span {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #A0A3B1;
    margin-bottom: 26px;
  }
  
  .avtp-res-list .list-item h3 {
    margin-top: 0;
    margin-bottom: 26px;
    font-weight: 900;
    font-size: calc(35px + (45 - 35) * ((100vw - 922px) / (1920 - 922)));
    line-height: calc(39px + (56 - 39) * ((100vw - 922px) / (1920 - 922)));
    line-height: 55px;
    color: #343434;
  }
  
  @media (max-width: 922px) {
    .avtp-res-list .list-item h3 {
      font-size: 30px;
      line-height: 35px;
      max-width: 350px;
    }
  }
  
  @media (max-width: 767px) {
    .avtp-res {
      display: block;
    }
  
    .avtp-res-list .list-item {
      margin-bottom: 80px;
    }
  
    .avtp-res-list .list-item span {
      font-size: 1.8rem;
    }
  
    .avtp-res-list .list-item h3 {
      max-width: 250px;
      font-size: 2.8rem;
      line-height: 3.5rem;
    }
  
    .avtp-res .avtp-block-caption a {
      margin-top: 60px;
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 580px) {
    .avtp-res-list .list-item {
      margin-bottom: 25px;
    }
  
    .avtp-res-list .list-item h3 {
      max-width: 280px;
    }
  }
  
  .avtp-block-title {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #343434;
  }
  
  .avtp-block-title--statistic {
    max-width: 446px;
  }
  
  .avtp-block-title--pin {
    width: 400px;
  }
  
  @media (max-width: 1920px) {
    .avtp-block-title {
      font-size: calc(35px + (45 - 35) * ((100vw - 922px) / (1920 - 922)));
      line-height: calc(39px + (56 - 39) * ((100vw - 922px) / (1920 - 922)));
    }
  }
  
  @media (max-width: 922px) {
    .avtp-block-title--statistic {
      max-width: 250px;
    }
  
    .avtp-block-title {
      font-size: calc(32px + (35 - 32) * ((100vw - 414px) / (922 - 414)));
      line-height: 3.7rem;
    }
  
    .avtp-block-title--pin {
      width: 317px;
    }
  }
  
  @media (max-width: 580px) {
    .avtp-block-title {
      font-size: 3.2rem;
      line-height: 3.9rem;
    }
  
    .avtp-block-title--statistic {
      max-width: 320px;
    }
  }
  
  /* Org market */
  
  .cs__org-market .avtp-res {
    height: initial;
    margin: 250px 0 30px;
    overflow: hidden;
  }
  
  @media (max-width: 1149px) {
    .cs__org-market .avtp-res {
      margin: 50px 0 0;
    }
  
    .cs__org-market .avtp-res-list .list-item h3 {
      margin-bottom: 50px;
    }
  
    .cs__org-market .avtp-res-list .list-item span {
      max-width: 290px;
    }
  }
  
  @media (max-width: 767px) {
    .cs__org-market .avtp-res {
      margin: 125px 0 0;
    }
  
    .cs__org-market .avtp-res-list .list-item h3 br {
      display: none;
    }
  
    .cs__org-market .avtp-res-list .list-item h3 {
      margin-bottom: 0;
    }
  
    .cs__org-market .avtp-res .avtp-block-caption {
      margin-bottom: 50px;
    }
  
    .cs__org-market .avtp-res-list .list-item {
      margin-bottom: 40px;
    }
  
    .cs__org-market .avtp-res-list .list-item span {
      margin-bottom: 15px;
    }
  
    .cs__org-market .avtp-res-list .list-item:last-child {
      margin-bottom: 0;
    }
  }
  
  /* Form - Do you want the same */
  .do-you-want-the-same {
    padding: 200px 0 35px;
  }
  
  .footer-form .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
  }
  
  .footer-form .do-you-want-the-same label {
    color: #CCC !important;
  }
  
  .footer-form .do-you-want-the-same .form .text-input.error input:invalid+label {
    color: tomato !important;
  }
  
  .footer-form .do-you-want-the-same .form-control {
    color: #343434;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox input::after {
    background: #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox input::before {
    border: 1px solid #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-btn {
    color: #388AF3;
    border: 3px solid #388AF3;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox p {
    color: #6D6D6D !important;
  }
  
  .footer-form .do-you-want-the-same .form-checkbox p>a {
    color: #388AF3 !important;
  }
  
  .do-you-want-the-same h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 122px;
    color: #343434;
  }
  
  .form__do-you-want-the-same {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__inputs {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .form__send-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 115px;
  }
  
  .form__sent {
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  
  .form__sent.form__sent--active {
    opacity: 1;
  }
  
  .form__do-you-want-the-same .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
  }
  
  .form__do-you-want-the-same .form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 80px;
    position: relative;
  }
  
  .form__do-you-want-the-same .form__col.form__col--width-auto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: auto;
  }
  
  .form__do-you-want-the-same .form__col.form__col--pa-none {
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]).hidden {
    display: none;
    pointer-events: none;
  }
  
  .form__do-you-want-the-same input:not([name="policy"]) {
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E2E2E2;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #343434;
    padding: 2px 0;
  }
  
  .form__do-you-want-the-same input:not([type="checkbox"]):focus+span,
  .form__do-you-want-the-same input.input-not-empty+span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 14px;
  }
  
  .form__do-you-want-the-same label>span {
    position: absolute;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    color: #CCCCCC;
    white-space: nowrap;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: font-size .3s ease, -webkit-transform .3s ease;
    transition: font-size .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease;
    transition: transform .3s ease, font-size .3s ease, -webkit-transform .3s ease;
  }
  
  .form__do-you-want-the-same label>span>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same label.error>span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 3em;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
    width: 100%;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment {
    background-color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded span {
    color: transparent;
  }
  
  .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
    opacity: 0;
  }
  
  .form__do-you-want-the-same input[name="policy"] {
    position: relative;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
  }
  
  .form__do-you-want-the-same input[name="policy"]::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .form__do-you-want-the-same input[name="policy"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 10px;
    width: 10px;
    background: #388AF3;
    border-radius: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  
  .form__do-you-want-the-same input[name="policy"]:checked:after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  
  .form__do-you-want-the-same .policy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  
  .form__do-you-want-the-same .policy-check span {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6D6D6D;
    padding-left: 15px;
  }
  
  .form__do-you-want-the-same .policy-check.error span {
    color: #FF0000;
  }
  
  .form__do-you-want-the-same .policy-check a {
    color: #388AF3;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
  }
  
  .form__do-you-want-the-same .policy-check a:hover {
    color: #0C279B;
    cursor: url(../img/cursor-pointer.svg) -20 -15, pointer;
  }
  
  
  
  /* Send button */
  
  .form__send-button .send-btn {
    position: relative;
    width: 227px;
    height: 227px;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #388AF3;
    background-color: transparent;
    border: 3px solid #388AF3;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  @media (max-width: 767px) {
    .form__do-you-want-the-same .send-btn {
      border: 2px solid #388AF3;
      height: 66px;
    }
  }
  
  .form__send-button .send-btn:focus .icon,
  .form__send-button .send-btn:hover .icon {
    -webkit-transform: translate(55px, -45px) scale(1.7);
    -ms-transform: translate(55px, -45px) scale(1.7);
    transform: translate(55px, -45px) scale(1.7);
  }
  
  .form__send-button .send-btn .icon {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  
  .form__send-button .send-btn.access .icon {
    -webkit-transform: translate(90px, -90px) scale(0.5);
    -ms-transform: translate(90px, -90px) scale(0.5);
    transform: translate(90px, -90px) scale(0.5);
  }
  
  .form__send-button .send-btn.access,
  .form__send-button .send-btn:active,
  .form__send-button .send-btn:hover {
    background-color: #388AF3;
    border-color: #388AF3;
  }
  
  .form__send-button .send-btn,
  .form__send-button .send-btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  
  .form__send-button .send-btn span {
    display: block;
    -webkit-transform: scale(1) translateY(15px);
    -ms-transform: scale(1) translateY(15px);
    transform: scale(1) translateY(15px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .form__send-button .send-btn.access span,
  .form__send-button .send-btn:active span,
  .form__send-button .send-btn:hover span {
    color: #fff;
    -webkit-transform: scale(1.2) translateY(-15px);
    -ms-transform: scale(1.2) translateY(-15px);
    transform: scale(1.2) translateY(-15px);
  }
  
  @media (max-width: 1365px) {
    .form__send-button {
      padding-bottom: 85px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 25px;
    }
  
    .form__inputs {
      width: calc(100% - 227px - 30px);
    }
  }
  
  @media (max-width: 1149px) {
    .do-you-want-the-same {
      padding: 170px 0 0;
    }
  
    .do-you-want-the-same h2 {
      margin: 0 0 50px;
      font-size: 35px;
      line-height: 110%;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 40px;
    }
  
    .form__do-you-want-the-same .form__row:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
    }
  
    .form__send-button {
      padding-bottom: 45px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 497px;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 22px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 900px) {
    .form__do-you-want-the-same {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .do-you-want-the-same {
      padding: 192px 0 0;
    }
  
    .form__inputs {
      width: 100%;
    }
  
    .form__do-you-want-the-same input:not([name="policy"]) {
      max-width: 100%;
    }
  
    .form__do-you-want-the-same .policy-check span {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .form__do-you-want-the-same .custom-btn__attachment {
      padding: 0;
      font-size: 14px;
      border-radius: 0;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment.downloaded svg {
      opacity: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment::after {
      border-color: transparent;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .btn-hover {
      display: none;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-inner {
      white-space: nowrap;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper {
      padding: 0;
      z-index: 1;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment .filename-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), to(transparent));
      background: -o-linear-gradient(left, #fff 0%, #fff 30%, transparent 100%);
      background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 100%);
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:focus,
    .form__do-you-want-the-same .custom-btn__attachment:hover {
      color: #343434 !important;
    }
  
    .form__do-you-want-the-same .custom-btn__attachment:hover span>svg path,
    .form__do-you-want-the-same .custom-btn__attachment:focus span>svg path {
      fill: #343434;
    }
  
    .form__do-you-want-the-same label>span,
    .form__do-you-want-the-same input:not([name="policy"]) {
      font-size: 18px;
      line-height: 22px;
    }
  
    .form__send-button .send-btn .icon {
      display: none;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span,
    .form__send-button .send-btn span {
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  
    .form__send-button .send-btn {
      border-radius: 10rem;
      overflow: hidden;
      background-color: #388AF3;
    }
  
    .form__send-button .send-btn span {
      color: #fff;
    }
  
    .form__send-button .send-btn.access span,
    .form__send-button .send-btn:active span,
    .form__send-button .send-btn:hover span {
      color: #388AF3;
    }
  
    .form__send-button .send-btn.access,
    .form__send-button .send-btn:active,
    .form__send-button .send-btn:hover {
      background-color: transparent;
    }
  
    .form__send-button {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 649px) {
    .do-you-want-the-same h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 56px;
    }
  
    .form__do-you-want-the-same .form__col {
      margin-bottom: 35px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto {
      margin: -15px 0 39px;
    }
  
    .form__do-you-want-the-same .form__col.form__col--width-auto span svg {
      width: 20px;
      height: 30px;
      margin-right: 13px;
    }
  
    .form__do-you-want-the-same .form__row:last-child .form__col:last-child {
      position: absolute;
      top: calc(100% + 18px);
    }
  
    .form__do-you-want-the-same .send-btn {
      height: 54px;
      width: 205px;
    }
  
    .form__send-button .send-btn {
      font-size: 16px;
      line-height: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"],
    .form__do-you-want-the-same input[name="policy"]::before {
      height: 20px;
      width: 20px;
    }
  
    .form__do-you-want-the-same input[name="policy"]::after {
      top: 50%;
      left: 50%;
      height: 7px;
      width: 7px;
    }
  
    .form__do-you-want-the-same .policy-check span {
      padding-left: 5px;
    }
  
    .do-you-want-the-same {
      margin-bottom: 43px;
    }
  
    .form__do-you-want-the-same {
      position: relative;
    }
  }
  
  @media (max-width: 580px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px;
    }
  }
  
  @media (max-width: 414px) {
    .form__send-button .form .form-btn {
      padding: 9px 10px !important;
    }
  
    .form__do-you-want-the-same .policy-check span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }