.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: 1;
  }
  
  @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 p > a {
  display: inline;
  cursor: pointer;
  transition: .3s linear;
  font-weight: 600;
  border-bottom: 1px solid #343434;
}

.cs-caption p > a:hover {
  border-bottom: 1px solid transparent;
}
  
  .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)));
      height: calc(450px + (840 - 450) * ((100vw - 1500px) / (1920 - 1500)));
    }
  }
  
  @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;
  }

   .org-block-descr a {
    cursor: pointer;
    transition: .3s linear;
    font-weight: 600;
    border-bottom: 1px solid #343434;
   }

   .org-block-descr a:hover {
      border-bottom: 1px solid transparent;
   }
  
  @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: 210px;
    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;
    z-index: 11;
    /* 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: bold;
    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 {
      max-width: calc(350px + (600 - 350) * ((100vw - 400px) / (767 - 400)));
      font-size: 2.8rem;
      line-height: 3.5rem;
    }
  
  
    .work-result-item {
      margin-bottom: 60px;
    }
  
    .work-result-item p {
      max-width: calc(350px + (600 - 350) * ((100vw - 400px) / (767 - 400)));
      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: 2;
  }
  
  .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: bold;
    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: 8;
  }
  
  .solution-cards.active .solution-card--one {
    animation: solutionAnimOne 35s linear 2s infinite;
  }
  
  .solution-card--two {
    z-index: 7;
  }
  
  .solution-cards.active .solution-card--two {
    animation: solutionAnimTwo 35s linear 2s infinite;
  }
  
  .solution-card--three {
    z-index: 6;
  }
  
  .solution-cards.active .solution-card--three {
    animation: solutionAnimThree 35s linear 2s infinite;
  }
  
  .solution-card--four {
    z-index: 5;
  }
  
  .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: 4;
  }
  
  .solution-cards.active .solution-card--five {
    animation: solutionAnimFive 35s linear 2s infinite;
  }
  
  .solution-card--six {
    z-index: 3;
  }
  
  .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: bold;
      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;
    z-index: 10;
  }
  
  .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: -170px;
    top: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    color: #4A89F1;
    transform: rotate(-90deg);
  }
  .evolution-content-text .date--s {
    left: -154px;
  }
  
  .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: bold;
    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-content--mobile {
      width: 250px;
    }
  }
  
  .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;
    }
  }
  /* 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: bold;
    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;
    }
  }