.mainscreen {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;

  & .bg-body {
    background: linear-gradient(180deg, #C8E6FF 0%, #F9FCFD 71.5%);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
    z-index: 2;
    /* border-top: 4px solid #cae7ff; */
    /* background-image: url('../img/bg-square.jpg'); */

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none;
    }
  }


  & .mainscreen-decor__image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: translateY(65%);

    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .decor-mobile__ms {
      display: none;
    }
  }

  & .molecula-decor {
    position: absolute;
    z-index: 2;
    right: 7%;
    top: 50%;
    transform: translateY(-41%);
    max-width: 100%;

    & img {
      object-fit: contain;
      width: 100%;
      height: 100%;
    }
  }

  & .mainscreen-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    & .mainscreen-info {

      & .h1 {
        display: flex;
        align-items: flex-end;
        gap: 5px;
        color: var(--text-color);
        font-size: 100px;
        font-style: normal;
        font-weight: 600;
        line-height: 87%;
        margin-bottom: 30px;


        & span {
          display: flex;
          flex-direction: column;
          max-width: 529px;

          & span {
            color: var(--secondaty-color);
          }
        }

        & img {
          object-fit: contain;
          object-position: bottom;
          transform: translateY(-15px);
        }
      }

      & .description {
        color: var(--text-color);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;

        & p {
          margin-bottom: 15px;
        }

        & strong {
          color: var(--title-color);

          & span {
            color: var(--secondaty-color);
          }
        }


      }


      & .btn-more {
        max-width: 265px;
        width: 100%;
        height: 52px;
        margin-top: 30px;
      }

    }
  }
}

.team {
  padding-top: 350px;
  /* background-color: var(--bg); */


  & .team-inner.left-title__container {

    & .team-inner_boss-row {
      display: flex;
      justify-content: space-between;
      gap: 60px;

      & .person-cart.team-boss__cart {
        max-width: 525px;
        width: 100%;
        display: flex;
        align-items: flex-end;
        gap: 15px;

      }

      & .boss-video__frame {
        max-width: 540px;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;

        & img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 20px;
        }
      }
    }

    & .acc.boss-text {
      margin-top: 37px;
      margin-bottom: 20px;
    }

    & .team-add {
      margin: 0 auto;
      max-width: 255px;
      width: 100%;
      height: 52px;
    }
  }
}

.stages {

  & .stages-items {
    display: flex;
    flex-direction: column;
    gap: 25px;

    & .stages-item {
      opacity: .5;
      display: flex;
      align-items: center;
      gap: 25px;

      & .stages-item__num {
        color: #fff;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 0px;
        display: flex;
        align-items: center;
        justify-content: center;

        /* border: 5px solid #2f8298; */
        background: linear-gradient(to bottom, #fff, #00B0DF);
        padding: 3px;
        width: 70px;
        min-width: 70px;
        height: 70px;
        border-radius: 50%;

        & .inner {
          background-color: #00B0DF;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 7px;
        }

        /* 0% */
      }

      & .stages-item__info {
        & .stages-item__info__title {
          color: var(--title-color);
          font-family: Naste;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }

        & .stages-item__info-date {
          color: var(--secondaty-color);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          display: flex;
          align-items: center;
          gap: 3px;

          & .from {}


          & .to {}
        }
      }
    }

    & .stages-item.active {
      opacity: 1;
    }

  }
}

.stage-acc {
  margin-top: 30px;
}

.decor-mobile__ms {
  display: none;
}

@media(max-width: 1280px) {
  .stages {
    & .stages-items {
      & .stages-item {
        & .stages-item__info {
          & .stages-item__info__title {
            color: var(--title-color);
            font-family: Naste;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
          }
        }
      }
    }
  }
}

@media(max-width: 1200px) {

  .mainscreen {

  
    & .bg-body {

  
      & img {

      }
    }
  
  
    & .mainscreen-decor__image {

  
      & img {

      }
    }
  
    & .molecula-decor {
      right: 0%;
      top: 32%;

  
      & img {

      }
    }
  
    & .mainscreen-inner {
      & .mainscreen-image {
        position: absolute;
        right: 0;
        top: -5rem;
        height: 30vh;
        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

  
      & .mainscreen-info {

       
  
        & .h1 {

  
  
          & span {
 
  
            & span {
    
            }
          }
  
          & img {

          }
        }
  
        & .description {
          max-width: 630px;
  
          & p {
          }
  
          & strong {
  
            & span {
            }
          }
  
  
        }
  
  
        & .btn-more {

        }
  
      }
    }
  }

  .team {
    padding-top: 25rem;
    /* background-color: var(--bg);
   */
  
    & .team-inner.left-title__container {
  
      & .team-inner_boss-row {
        display: flex;
        justify-content: space-between;
        gap: 60px;
  
        & .person-cart.team-boss__cart {
          max-width: 525px;
          width: 100%;
          display: flex;
          align-items: flex-end;
          gap: 15px;
          flex-direction: column;
  
        }
  
        & .boss-video__frame {
          max-width: 540px;
          width: 100%;
          border-radius: 20px;
  
          & img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 20px;
          }
        }
      }
  
      & .acc.boss-text {
        margin-top: 37px;
        margin-bottom: 20px;
      }
  
      & .team-add {
        margin: 0 auto;
        max-width: 255px;
        width: 100%;
        height: 52px;
      }
    }
  }

  .stages {

    & .stages-items {

  
      & .stages-item {

  
        & .stages-item__num {

  
          & .inner {

          }
  
          /* 0% */
        }
  
        & .stages-item__info {
          & .stages-item__info__title {
  
          }
  
          & .stages-item__info-date {

  
            & .from {}
  
  
            & .to {}
          }
        }
      }
  
      & .stages-item.active {

      }
  
    }
  }
  
  .stage-acc {

  }
}

@media(max-width: 1024px) {
  .mainscreen {

  
    & .bg-body {
      
  
      & img {

      }
    }
  
  
    & .mainscreen-decor__image {

  
      & img {

      }
    }
  
    & .molecula-decor {


  
      & img {

      }
    }
  
    & .mainscreen-inner {
      & .mainscreen-image {
        position: absolute;
        right: 0;
        top: -5rem;
        height: 30vh;
        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

  
      & .mainscreen-info {

       
  
        & .h1 {

  
  
          & span {
 
  
            & span {
    
            }
          }
  
          & img {

          }
        }
  
        & .description {
          margin-top: 50px;
          max-width: 630px;
  
          & p {
          }
  
          & strong {
  
            & span {
            }
          }
  
  
        }
  
  
        & .btn-more {

        }
  
      }
    }
  }

  .team {

  
  
    & .team-inner.left-title__container {
  
      & .team-inner_boss-row {
        flex-direction: column;
        
        & .person-cart.team-boss__cart {
  
          
        }
  
        & .boss-video__frame {
          max-width: 100%;
  
          & img {
    
          }
        }
      }
  
      & .acc.boss-text {

      }
  
      & .team-add {

      }
    }
  }

  .stages {

    & .stages-items {

  
      & .stages-item {

  
        & .stages-item__num {

  
          & .inner {

          }
  
          /* 0% */
        }
  
        & .stages-item__info {
          & .stages-item__info__title {
            line-height: 100%;
          }
  
          & .stages-item__info-date {

  
            & .from {}
  
  
            & .to {}
          }
        }
      }
  
      & .stages-item.active {

      }
  
    }
  }
}

@media(max-width: 768px) {
  .mainscreen {
    padding-top: 5px;
  
    & .bg-body {
      /* display: none; */
  
      & img {

      }
    }
  
  
    & .mainscreen-decor__image {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100px;
      transform: translateY(50%);
      overflow: hidden;
  
      & img {
  
      }

    }
  
    & .molecula-decor {
      right: 0;
      z-index: 2;
      top: 10%;

  
      & img {

      }
    }
  
    & .mainscreen-inner {
      & .mainscreen-image {
        position: absolute;
        right: 0;
        top: 0;
        height: 18vh;
        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }

        & .decor-mobile__ms {
          display: block;
          position: absolute;
          height: 90px;
          right: 0;
          bottom: -14px;
          width: 139px;
          z-index: -1;
          
          & img {
            position: absolute;
            left: 0;
            top: 0;
          }
        }
      }

  
      & .mainscreen-info {

        
  
        & .h1 {

          font-size: 50px;
          align-items: center;
          height: 163px;
  
          & span {
 
  
            & span {
    
            }
          }
  
          & img {
            height: 50px;
            transform: translateY(15px);
          }
        }
  
        & .description {

  
          & p {
          }
  
          & strong {
  
            & span {
            }
          }
  
  
        }
  
  
        & .btn-more {

        }
  
      }
    }
  }

  .team {

  
  
    & .team-inner.left-title__container {
  
      & .team-inner_boss-row {
        flex-direction: column;
        
        & .person-cart.team-boss__cart {
  
          
        }
  
        & .boss-video__frame {
          max-width: 100%;
  
          & img {
    
          }
        }
      }
  
      & .acc.boss-text {

      }
  
      & .team-add {

      }
    }
  }


  .stages {

    & .stages-items {

  
      & .stages-item {
        /* flex-direction: column; */
        align-items: flex-start;
  
        & .stages-item__num {

  
          & .inner {

          }
  
          /* 0% */
        }
  
        & .stages-item__info {
          & .stages-item__info__title {
            font-size: 20px;
            line-height: 100%;
          }
  
          & .stages-item__info-date {

  
            & .from {}
  
  
            & .to {}
          }
        }
      }
  
      & .stages-item.active {

      }
  
    }
  }
  
  .stage-acc {

  }

  .section:first-child + .section {
    margin-top: 20px;
  }

  .section:not(:first-child) {
    /* background-color: var(--bg); */
  }

  .section {
    background-size: contain;
  }

}

@media(max-width: 600px) {
  .team {
    padding-top: 10rem;
  }
  .mainscreen {

  
    & .bg-body {

  
      & img {

      }
    }
  
  
    & .mainscreen-decor__image {

  
      & img {

      }
    }
  
    & .molecula-decor {


  
      & img {

      }
    }
  
    & .mainscreen-inner {
      & .mainscreen-image {
        position: absolute;
        right: 0;
        top: 0;
        height: 18vh;
        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

  
      & .mainscreen-info {

        
  
        & .h1 {

          font-size: 40px;
          align-items: center;
          height: 163px;
  
          & span {
 
  
            & span {
    
            }
          }
  
          & img {
            height: 50px;
            transform: translateY(15px);
          }
        }
  
        & .description {

  
          & p {
          }
  
          & strong {
  
            & span {
            }
          }
  
  
        }
  
  
        & .btn-more {
          max-width: 160px;
          font-size: 18px;
        }
  
      }
    }
  }
}

@media(max-width: 550px) {
  .mainscreen {
    padding-top: 5px;
  
    & .bg-body {
      /* display: none;
   */
      & img {

      }
    }
  
  
    & .mainscreen-decor__image {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100px;
      transform: translateY(50%);
      overflow: hidden;
  
      & img {
  
      }
    }
  
    & .molecula-decor {
      right: 0;
      z-index: 2;
      top: 7%;
      max-width: 80%;

  
      & img {

      }
    }
  
    & .mainscreen-inner {
      & .mainscreen-image {
        text-align: right;
        max-width: 140px;

        & img {
          object-fit: contain;
          width: 100%;
          height: 100%;
        }
      }

  
      & .mainscreen-info {

        
  
        & .h1 {

          font-size: 50px;
          align-items: center;
          height: 163px;
  
          & span {
 
  
            & span {
    
            }
          }
  
          & img {
            height: 50px;
            transform: translateY(15px);
          }
        }
  
        & .description {

  
          & p {
          }
  
          & strong {
  
            & span {
            }
          }
  
  
        }
  
  
        & .btn-more {

        }
  
      }
    }
  }

}