.full-cycle {
  position: relative;
  padding: 60px 0 80px; }
  @media only screen and (max-width: 992px) {
    .full-cycle {
      padding: 30px 0 30px; } }
  .full-cycle:before {
    content: '';
    position: absolute;
    /* width: 1600px;
    left: -webkit-calc(50% - 800px);
    left: calc(50% - 800px); */
    width: 5000px;
    left: -webkit-calc(50%);
    left: calc(50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background-color: #f6f9fb; }
  .full-cycle__title {
    position: relative;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 60px 0;
    display: block;
    color: #009bcc;
    text-align: center;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    z-index: 2; }
    @media only screen and (max-width: 992px) {
      .full-cycle__title {
        font: bold 52px/100% "Akrobat", sans-serif;
        margin: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .full-cycle__title {
        font: bold 30px/120% "Akrobat", sans-serif;
        margin: 0 0 30px 0; } }
    .full-cycle__title.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .full-cycle__wrapper {
    position: relative;
    z-index: 1;
    margin: 0 -10px;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    opacity: 0; }
    .full-cycle__wrapper.active {
      opacity: 1; }
    .full-cycle__wrapper:before {
      content: '';
      position: absolute;
      background-image: url("/local/static/build/img/svg-new/cycle-bg-5.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 40px;
      width: 1540px;
      height: 230px; }
      @media only screen and (max-width: 1340px) {
        .full-cycle__wrapper:before {
          width: auto;
          left: -80px;
          right: -80px;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%; } }
      @media only screen and (max-width: 992px) {
        .full-cycle__wrapper:before {
          display: none; } }
  .full-cycle__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 992px) {
      .full-cycle__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .full-cycle__item {
    position: relative;
    padding: 0 10px;
    width: 20%;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    .full-cycle__item.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    @media only screen and (max-width: 992px) {
      .full-cycle__item {
        width: 100%;
        padding: 0 10px 30px;
        overflow: hidden; }
        .full-cycle__item:before {
          content: '';
          position: absolute;
          left: 37px;
          height: 1000%;
          top: 0;
          background: #c2c9cf;
          width: 6px;
          opacity: 0.2; }
        .full-cycle__item:last-child:before {
          display: none; } }
    .full-cycle__item:nth-child(2n+1) .full-cycle__icon {
      margin-top: 190px; }
      @media only screen and (max-width: 992px) {
        .full-cycle__item:nth-child(2n+1) .full-cycle__icon {
          margin-top: 0; } }
  .full-cycle__item-wrap {
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .full-cycle__item-wrap {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .full-cycle__icon {
    position: relative;
    height: 125px;
    width: 120px;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 992px) {
      .full-cycle__icon {
        margin: 0;
        height: 65px;
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        text-align: center; } }
    .full-cycle__icon:before {
      content: '';
      position: absolute;
      background-image: url("/local/static/build/img/svg-new/cycle.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      height: 125px;
      width: 120px;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 992px) {
        .full-cycle__icon:before {
          height: 65px;
          width: 60px; } }
    .full-cycle__icon span {
      display: inline-block;
      position: relative;
      z-index: 1;
      color: #ffffff;
      font: bold 50px/110px "Akrobat", sans-serif; }
      @media only screen and (max-width: 992px) {
        .full-cycle__icon span {
          font: bold 25px/55px "Akrobat", sans-serif; } }
  .full-cycle__wrap {
    position: relative;
    width: 100%;
    padding: 0 5px; }
    @media only screen and (max-width: 992px) {
      .full-cycle__wrap {
        margin: 0 0 0 20px;
        padding: 0; } }
  .full-cycle__name {
    position: relative;
    font: bold 22px/130% "Akrobat", sans-serif;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 1340px) {
      .full-cycle__name {
        font: bold 18px/130% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 992px) {
      .full-cycle__name {
        margin: 0 0 5px 0; } }
  .full-cycle__desc {
    position: relative;
    font: 400 16px/130% "Akrobat", sans-serif; }
  .full-cycle__text-min {
    position: relative;
    width: 100%;
    text-align: center;
    font: 400 14px/130% "Akrobat", sans-serif;
    margin: 50px 0 0 0; }
  .full-cycle span[data-tool] {
    position: relative;
    display: inline-block;
    text-align: left;
    z-index: 10; }
    .full-cycle span[data-tool]:before {
      content: attr(data-tool);
      position: absolute;
      width: 300px;
      padding: 20px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #2e363d;
      font: 300 14px/130% "Akrobat", sans-serif;
      color: #ffffff;
      right: -10px;
      bottom: -webkit-calc(100% + .2em);
      bottom: calc(100% + .2em);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      @media only screen and (max-width: 767px) {
        .full-cycle span[data-tool]:before {
          top: -webkit-calc(100% + .2em);
          top: calc(100% + .2em);
          bottom: auto;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          padding: 15px;
          width: 200px; } }
    .full-cycle span[data-tool]:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 10px solid #2e363d;
      left: 50%;
      -webkit-transform: translate(-50%, 5px);
      -ms-transform: translate(-50%, 5px);
      transform: translate(-50%, 5px);
      bottom: 100%;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      @media only screen and (max-width: 767px) {
        .full-cycle span[data-tool]:after {
          bottom: auto;
          -webkit-transform: translate(-50%, -5px);
          -ms-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
          top: 100%;
          border-bottom: 10px solid #2e363d;
          border-top: 0 none; } }
    .full-cycle span[data-tool]:hover:before, .full-cycle span[data-tool]:hover:after {
      opacity: 1; }
