.underline {
  text-decoration: underline;
}

/*COVER*/

.cover {
  background-image: url("img/background_cover-45f2410d64ea54a472d37fad92741c00.webp");
  background-position: center;
  color: white;
  padding: 60px 65px 130px;
  height: 645px;

  .content {
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 35px 65px;
    font-size: 25px;
    line-height: 140%;
    width: 930px;

    .subtitle {
      font-size: 45px;
      font-family: Lato-Black;
      background: linear-gradient(90deg, #804c1b 0%, #d4b57c 100%);
      padding: 15px 55px;
      display: inline-block;
    }

    .title {
      color: white;
      font-size: 54px;
      line-height: 66px;
      font-family: Lato-Regular;
      margin: 10px 0 30px;

      strong {
        font-family: Lato-Black;
      }

      sup {
        font-size: 20px;
      }
    }
  }

  @media (max-width: 1290px) {
    background-size: 1290px auto;
    height: auto;

    .content {
      padding: 35px;
      font-size: 22px;
      width: 800px;

      .subtitle {
        font-size: 37px;
        padding: 12px 30px;
      }

      .title {
        font-size: 47px;
        line-height: 53px;
      }
    }
  }

  @media (max-width: 1190px) {
    padding: 40px 40px 110px;
    background-size: 1190px auto;

    .content {
      font-size: 20px;
      width: 660px;
      .title {
        font-size: 40px;
        line-height: 48px;
      }
    }
  }

  @media (max-width: 935px) {
    background-position: center right -150px;
    padding: 30px 30px 70px;

    .content {
      font-size: 17px;
      width: 390px;
      padding: 30px;

      .subtitle {
        font-size: 28px;
        padding: 8px 12px;
      }

      .title {
        font-size: 35px;
        line-height: 42px;
        margin: 10px 0 25px;

        sup {
          font-size: 15px;
        }
      }

      p {
        padding: 0;
      }
    }
  }

  @media (max-width: 580px) {
    padding: 170px 25px 65px;
    background-image: url("img/background_cover_mob-724efb19c8ea8d04d1c4fde980abebf3.webp");
    background-size: 580px auto;
    background-position: top center;

    .content {
      padding: 20px;
      font-size: 14px;
      width: auto;

      .subtitle {
        font-size: 20px;
        padding: 5px 7px;
      }

      .title {
        font-size: 27px;
        line-height: 34px;
        margin: 5px 0 15px;
      }
    }
  }
}

/*QUIZ*/

.quiz {
  background-color: #e6ecf6;
  margin: 0 65px;
  position: relative;
  padding: 70px;
  top: -70px;
  text-align: center;

  .breadcrumb_quiz {
    background-image: url("img/line-d961aa9f9097d2ea79b177cca6c11550.svg");
    background-repeat: repeat-x;
    background-position: center;
    display: flex;
    justify-content: space-between;
    color: #003da5;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 100;

    a {
      color: #003da5;
      .name {
        text-decoration: underline;
      }
    }

    .step {
      width: 13px;
      position: relative;

      .bullet {
        width: 13px;
        height: 13px;
        border-radius: 20px;
        background-color: #003da5;
      }

      .icon_breadcrump {
        display: none;
      }

      .name {
        position: absolute;
        width: 280px;
        left: -140px;
        margin-top: 5px;
      }
    }

    .step_link {
      cursor: pointer;

      .name {
        text-decoration: underline;
      }
    }

    .step_select {
      .icon_breadcrump {
        display: block;
        position: absolute;
        top: -30px;
        left: -20px;
      }

      .name {
        font-family: Lato-Bold;
        font-size: 20px;
        margin-top: 20px;
      }
    }
  }

  .question {
    font-size: 20px;
    color: black;
    display: none;

    h2 {
      font-size: 30px;
      line-height: 140%;
      font-family: Lato-Black;
      padding: 80px 0 0;
      margin: 0;
    }

    .detail {
      margin: 5px 0 0;
    }

    .list_answer {
      display: flex;
      gap: 25px;
      padding: 40px 0 0;
      max-width: 1080px;
      margin: 0 auto;
      justify-content: center;

      .answer {
        background-color: white;
        width: 100%;
        padding: 30px;
        color: var(--blue-500);
        border-radius: 5px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        cursor: pointer;
        max-width: 340px;
        text-decoration: none;

        .icon_quiz {
          margin-bottom: 15px;
        }

        b {
          font-size: 40px;
          font-family: Lato-Bold;
        }
      }

      .answer_pt {
        padding-top: 45px;
        padding-bottom: 60px;
      }

      .answer_yes {
        b {
          color: #6bb828;
        }
      }

      .answer_no {
        b {
          color: #e85e5e;
        }
      }
    }
  }

  #question_1 {
    display: block;
  }

  .ban_stories {
    background-color: white;
    display: flex;
    padding: 35px 40px;
    margin: 60px 0 0;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    color: #003da5;
    font-size: 16px;
    line-height: 27px;
    position: relative;

    .ml {
      position: absolute;
      font-size: 12px;
      bottom: 5px;
      left: 15px;
    }

    p {
      padding: 0;
      max-width: 420px;
      margin: 0 40px;
      position: relative;
      left: 30px;
    }
  }

  @media (max-width: 1440px) {
    .breadcrumb_quiz {
      max-width: 750px;
    }

    .ban_stories {
      p {
        left: 0;
      }
    }
  }

  @media (max-width: 1290px) {
    .question {
      h2 {
        br {
          display: none;
        }
      }
    }
  }

  @media (max-width: 1190px) {
    margin: 0 40px;
    padding: 70px 50px 50px;

    .breadcrumb_quiz {
      max-width: 600px;

      .step_select {
        .name {
          font-size: 17px;
        }
      }
    }

    .question {
      font-size: 17px;
      line-height: 22px;

      h2 {
        font-size: 28px;
        padding: 60px 0 0;
      }

      .detail {
        margin: 10px 0 0;
      }

      .list_answer {
        .answer {
          b {
            font-size: 35px;
          }
        }
      }
    }

    .ban_stories {
      font-size: 15px;
      line-height: 23px;
      padding: 30px;

      p {
        margin: 0 30px;
      }

      .logo_stories {
        width: 200px;
      }

      .img_stories {
        width: 170px;
      }
    }
  }

  @media (max-width: 935px) {
    top: -40px;
    margin: 0 30px;
    padding: 40px 30px 30px;

    .breadcrumb_quiz {
      max-width: 340px;

      .step {
        .name {
          width: 120px;
          left: -60px;
        }
      }

      .step_select {
        .icon_breadcrump {
          height: 40px;
          top: -10px;
          left: -15px;
        }
      }
    }

    .question {
      .list_answer {
        gap: 15px;
        .answer {
          padding: 20px;

          .icon_quiz {
            width: 30px;
          }
        }

        .answer_pt {
          padding-top: 35px;
          padding-bottom: 50px;
          max-width: 100%;
        }
      }
    }

    .ban_stories {
      display: block;
      position: relative;
      margin: 45px 0 0;
      padding-bottom: 20px;

      .ml {
        position: static;
        margin-top: 10px;
        font-size: 10px;
      }

      .logo_stories {
        width: 160px;
        margin: 0 0 20px;
      }

      p {
        margin: 0;
        max-width: 100%;
      }

      .img_stories {
        width: 145px;
        position: absolute;
        top: -20px;
        right: 30px;
        border: solid white 6px;
        border-radius: 100px;
      }
    }
  }

  @media (max-width: 580px) {
    margin: 0;
    padding: 40px 25px 25px;

    .breadcrumb_quiz {
      max-width: 85%;
      font-size: 12px;
      line-height: 16px;

      .step_select {
        .name {
          font-size: 12px;
          margin-top: 10px;
        }

        .icon_breadcrump {
          left: -15px;
          height: 35px;
          top: -15px;
        }
      }
    }

    .question {
      font-size: 14px;
      line-height: 140%;

      h2 {
        font-size: 21px;
        padding: 60px 0 0;
        line-height: 26px;
      }

      .list_answer {
        padding: 25px 0 0;
        display: block;

        .answer {
          display: flex;
          margin: 0 auto 15px;
          gap: 8px;
          text-align: left;
          justify-content: start;
          align-items: center;
          padding: 12px 15px;
          max-width: 90%;

          .icon_quiz {
            margin-bottom: 0;
          }

          b {
            font-size: 25px;
          }

          div {
            width: 100%;
          }

          span {
            display: block;
            br {
              display: none;
            }
          }
        }

        .answer_pt {
          padding: 13px 15px;
        }
      }
    }

    .ban_stories {
      font-size: 14px;
      line-height: 21px;
      padding: 20px;

      .img_stories {
        width: 115px;
        right: 10px;
      }

      .logo_stories {
        width: 140px;
        margin: 0 0 10px;
      }
    }
  }
}

/*BAN PROJECT*/

.ban_project {
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--blue-500);
  font-family: Lato-Bold;
  font-size: 20px;
  margin-bottom: 65px;

  .img {
    width: 200px;
    height: 280px;
    background-position: center;
  }

  .img_1 {
    background-image: url("img/img_project_1-2d3ee9ec876c6f1d197d4a1ae5c0d722.webp");
  }

  .img_2 {
    background-image: url("img/img_project_2-39f99a127754fd6e9b72fdf330c0bb3f.webp");
  }

  .img_3 {
    background-image: url("img/img_project_3-13b55dda5f02eed7b8dd8c694ed1ae44.webp");
  }

  .img_4 {
    background-image: url("img/img_project_4-5e78129991f01a934f68c101f9785322.webp");
  }

  .content {
    width: 600px;
    margin: 0 15px;

    h2 {
      line-height: 120%;
      margin: 5px 0 15px;
    }
  }

  @media (max-width: 1190px) {
    font-size: 17px;
    margin-bottom: 40px;

    .img {
      height: 190px;
    }
  }

  @media (max-width: 935px) {
    .img_2,
    .img_3 {
      display: none;
    }
  }

  @media (max-width: 580px) {
    font-size: 14px;

    .img {
      background-size: auto 100%;
    }

    .img_4 {
      background-position: right center;
    }
  }
}

/*PRESENTATION*/

.page {
  color: black;
  position: relative;
  top: 80px;

  .solution {
    background: linear-gradient(90deg, #804c1b 0%, #d4b57c 100%);
    padding: 10px 20px;
    display: inline-block;
    font-size: 30px;
    font-family: Lato-Bold;
    color: white;
    margin: 0 0 10px;
  }

  h1 {
    font-size: 50px;
    line-height: 120%;
    margin: 10px 0 20px;

    sup {
      font-size: 20px;
    }
  }

  .presentation {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 0 60px;
    font-size: 20px;
    line-height: 27px;
  }

  .list_push {
    display: flex;
    gap: 55px;
    justify-content: center;

    .push {
      width: 412px;
      background: linear-gradient(261deg, #003da5 2.72%, #0097d6 94.12%);
      text-align: left;
      font-family: Lato-Black;

      .content {
        margin: 15px;
        padding: 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(
          84deg,
          rgba(0, 61, 165, 0.5) 7.09%,
          rgba(0, 151, 214, 0.5) 100%
        );

        h2 {
          color: white;
          font-size: 30px;
          line-height: 120%;
          margin: 0;
        }
      }
    }

    .push_2 {
      background: linear-gradient(261deg, #87326f 2.51%, #c06ea9 94.91%);

      .content {
        background: linear-gradient(
          84deg,
          rgba(135, 50, 111, 0.5) 7.09%,
          rgba(192, 110, 169, 0.5) 100%
        );
      }
    }
  }

  .epilogue {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    color: #003da5;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 60px;

    .ml {
      position: absolute;
      font-size: 12px;
      bottom: -25px;
      left: 40px;
    }
  }

  @media (max-width: 1290px) {
    top: 0;
    padding-top: 70px;

    h1 {
      font-size: 44px;
      line-height: 51px;
    }
  }

  @media (max-width: 1190px) {
    .presentation {
      font-size: 17px;
      line-height: 22px;
      padding: 0 0 40px;

      br {
        display: none;
      }
    }

    .solution {
      font-size: 23px;
      margin: 0 0 5px;
    }

    h1 {
      font-size: 37px;
      line-height: 44px;
    }

    .list_push {
      gap: 35px;

      .push {
        width: 380px;

        .content {
          h2 {
            font-size: 25px;
          }
        }
      }
    }

    .epilogue {
      top: 40px;

      .ml {
        bottom: -20px;
        left: 33px;
      }

      .logo_stories_epilogue {
        width: 210px;
      }
    }
  }

  @media (max-width: 935px) {
    padding: 80px 0 0;
    margin: 5px 10px 30px;

    h1 {
      font-size: 32px;
      line-height: 39px;

      sup {
        font-size: 15px;
      }
    }

    .list_push {
      display: inline-block;

      .push {
        display: inline-block;
        margin: 0 10px 20px;
      }
    }

    .epilogue {
      top: 30px;
      display: block;
      position: relative;

      .ml {
        position: static;
        margin-top: 10px;
        font-size: 10px;
      }

      .logo_stories_epilogue {
        width: 190px;
        margin-bottom: 15px;
      }

      .img_stories_epilogue {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
      }
    }
  }

  @media (max-width: 580px) {
    margin: 0;
    padding: 65px 0 0;

    .solution {
      font-size: 18px;
      padding: 5px 10px;
    }

    .arrow_solution {
      width: 100px;
    }

    h1 {
      font-size: 25px;
      line-height: 32px;
    }

    .presentation {
      font-size: 14px;
      line-height: 140%;
      padding: 0 0 25px;
    }

    .list_push {
      .push {
        display: inline-block;
        margin: 0 0 15px;
        max-width: 380px;
        width: 100%;

        .content {
          padding: 15px;

          h2 {
            font-size: 20px;
          }
        }
      }
    }

    .epilogue {
      top: 20px;

      .logo_stories_epilogue {
        width: 155px;
      }

      .img_stories_epilogue {
        width: 130px;
      }
    }
  }
}

/*SIMULATOR*/

.simulator {
  background: linear-gradient(50deg, #0097d6 0%, #003da5 85.15%);
  color: white;
  text-align: center;

  .content {
    max-width: 1025px;
    margin: 0 auto;
    text-align: left;

    .cover_simulator {
      display: flex;
      align-items: center;
      margin: 40px 0;
      justify-content: start;

      h2 {
        color: white;
        font-size: 40px;
        line-height: 120%;
        margin: 0;
        border-right: solid 1px white;
        width: 50%;
      }

      .line {
        background-color: white;
        width: 1px;
        height: 190px;
      }

      .offer {
        font-family: Lato-Bold;
        font-size: 27px;
        padding-left: 65px;

        sup {
          font-size: 15px;
        }

        .text {
          padding-top: 30px;
          display: flex;
          align-items: center;
          gap: 20px;

          .number {
            font-size: 150px;
            line-height: 110px;

            span {
              font-size: 92px;
            }
          }

          .date {
            background-color: #0097d6;
            font-size: 21px;
            line-height: 25px;
            display: inline-block;
            padding: 5px 10px;
            margin: 10px 0 0;
          }
        }
      }
    }

    .block_iframe {
      background-color: white;
      padding: 50px 60px;
    }

    .ml_iframe {
      font-family: Lato-Bold;
      font-size: 18px;
      margin: 0;
      padding: 35px 0;
      text-align: center;
    }
  }

  @media (max-width: 1190px) {
    .content {
      padding: 0 70px;

      .cover_simulator {
        justify-content: space-between;
        margin: 20px 0 30px;

        h2 {
          font-size: 30px;
        }

        .offer {
          font-size: 22px;

          sup {
            font-size: 12px;
          }

          .text {
            .number {
              font-size: 130px;
              line-height: 90px;
            }

            .date {
              font-size: 17px;
              line-height: 22px;
            }
          }
        }
      }
    }
  }

  @media (max-width: 935px) {
    .content {
      padding: 0 40px;

      .cover_simulator {
        h2 {
          font-size: 26px;
        }

        .offer {
          font-size: 19px;

          .text {
            .number {
              font-size: 120px;
              line-height: 60px;

              span {
                font-size: 60px;
              }
            }
          }
        }
      }

      .block_iframe {
        padding: 30px;
      }

      .ml_iframe {
        font-size: 16px;
        line-height: 22px;
        padding: 30px 0;
      }
    }
  }

  @media (max-width: 800px) {
    .content {
      .cover_simulator {
        display: block;

        h2 {
          font-size: 26px;
          width: auto;
          text-align: center;
          border-right: none;
          border-bottom: solid 1px white;
          padding: 0 0 20px;
          margin-bottom: 20px;

          br {
            display: none;
          }
        }

        .offer {
          font-size: 19px;
          margin: 0 auto;
          padding: 0;
          width: 310px;
          text-align: center;

          .text {
            text-align: left;
          }
        }
      }

      .block_iframe {
        padding: 5px 0;
      }
    }
  }

  @media (max-width: 580px) {
    .arrow_simulator {
      width: 100px;
      position: relative;
      top: -1px;
    }

    .content {
      padding: 0 25px;

      .cover_simulator {
        margin: 10px 0 25px;
        h2 {
          font-size: 23px;
        }
      }

      .ml_iframe {
        font-size: 15px;
        line-height: 21px;
        padding: 20px 0;
      }
    }
  }
}

/*INFOG*/

.infog {
  padding: 65px;

  h2 {
    color: #87326f;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin: 0 0 40px;
    font-family: Lato-Black;
  }

  .line {
    display: flex;
    gap: 40px;

    .block {
      background-color: #f6f6f6;
      padding: 30px 40px;
      width: 100%;
      color: var(--blue-500);
      font-size: 20px;
      line-height: 140%;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px;

      .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      p {
        padding: 0;
      }

      h3 {
        background-image: url("img/more-bd6018030f59af561afdcf7475f21ada.svg");
        background-repeat: no-repeat;
        padding: 15px 0 0 65px;
        font-size: 40px;
        font-family: Lato-Black;
        line-height: 110%;
        margin: 0;
        position: relative;

        div {
          position: absolute;
          font-size: 24px;
          top: -20px;
          left: 60px;
        }

        span {
          display: block;
          padding: 0 0 0 25px;
        }
      }

      .swiper {
        width: 275px;
        font-size: 26px;
        line-height: 100%;
        text-align: center;
        padding-bottom: 45px;
        position: relative;
        right: 40px;

        strong {
          display: block;
          font-size: 179px;
          line-height: 179px;
          color: #87326f;
          position: relative;
          top: -15px;
        }

        .swiper-pagination-bullet {
          height: 11px;
          width: 11px;
          background-color: #003da5;
        }

        .swiper-pagination-bullet-active {
          background-color: #003da5;
        }

        .swiper-button-prev,
        .swiper-button-next {
          color: #adc0ca;
          margin-top: 50px;
        }
      }

      .calendar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        gap: 35px;
        position: absolute;
        padding: 45px 0 0;
        left: 250px;
        margin-left: -50%;
        width: 500px;

        .name {
          height: 30px;
        }
      }

      .subtimeline {
        display: flex;
        align-items: center;
        padding: 20px 0 0;

        .item {
          width: 160px;
        }

        .item_right {
          padding-left: 15px;
        }

        .line {
          background-image: url("img/stroke2-766d00ee89bb9374d9422d9ba36f339b.svg");
          background-repeat: no-repeat;
          width: 100%;
          height: 3px;
        }

        .arrow_left {
          transform: rotate(180deg);
        }
      }

      .subtimeline_mob {
        display: none;
      }

      .timeline {
        background-color: #79c5e6;
        border-radius: 20px;
        height: 14px;
        padding: 3px 8px;
        display: flex;
        justify-content: space-between;
        max-width: 835px;
        margin: 40px auto 0;

        .point {
          background-color: #007cbf;
          border-radius: 20px;
          width: 8px;
          height: 8px;
          position: relative;

          .date {
            position: absolute;
            color: white;
            font-size: 24px;
            height: 80px;
            width: 80px;
            border-radius: 60px;
            background-color: #87336f;
            top: -40px;
            left: -40px;
            font-family: Lato-Bold;
            text-align: center;
            line-height: 22px;
            align-items: center;
            justify-content: center;
            display: flex;

            strong {
              font-size: 30px;
              display: block;
            }
          }

          .price {
            color: #87326f;
            font-size: 44px;
            line-height: 44px;
            width: 160px;
            position: absolute;
            left: -80px;
            bottom: -85px;
            font-family: Lato-Bold;
            text-align: center;

            sup {
              font-size: 30px;
            }
          }
        }

        .point_1 {
          .date {
            background-color: #c16ea9;
          }

          .price {
            color: #c16ea9;
          }
        }

        .point_3 {
          .date {
            background-color: #65164e;
          }

          .price {
            color: #65164e;
          }
        }
      }

      .ml {
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
      }
    }

    .block_complement {
      border: solid 2px #003da5;
      padding: 25px 20px;
      width: 270px;
      position: relative;
      color: var(--blue-500);
      font-size: 20px;
      line-height: 120%;

      p {
        padding: 20px 0;
      }

      h3 {
        margin: 0 0 30px;
        font-family: Lato-Black;
        font-size: 30px;
        line-height: 120%;
      }

      .badge_complement {
        position: absolute;
        top: -30px;
        right: -45px;
      }
    }
  }

  @media (max-width: 1440px) {
    .line {
      .block {
        .swiper {
          right: -20px;
        }
      }
    }
  }

  @media (max-width: 1290px) {
    .line {
      .block {
        font-size: 18px;

        h3 {
          background-size: 60px;
          font-size: 35px;
          padding: 5px 0 0 45px;
        }

        .swiper {
          font-size: 25px;

          strong {
            font-size: 149px;
            line-height: 149px;
            top: 0;
          }
        }
      }

      .block_complement {
        font-size: 18px;
        h3 {
          font-size: 28px;
        }
      }
    }
  }

  @media (max-width: 1190px) {
    padding: 55px;

    h2 {
      font-size: 30px;
      line-height: 120%;
    }

    .line {
      display: block;

      .block {
        max-width: 600px;
        margin: 0 auto 30px !important;
        width: auto !important;
        font-size: 16px;
        padding: 25px;

        h3 {
          background-size: 55px;
          font-size: 30px;
        }

        .subtimeline {
          .item {
            width: 120px;
          }
        }

        .swiper {
          font-size: 22px;
          right: 0;

          .swiper-button-prev,
          .swiper-button-next {
            margin-top: 30px;
          }
        }

        .timeline {
          .point {
            .price {
              font-size: 30px;
              line-height: 30px;
              bottom: -70px;

              sup {
                font-size: 20px;
              }
            }
          }
        }

        .ml {
          width: auto;
        }
      }

      .block_complement {
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto !important;
        width: auto;
        padding: 5px 95px 25px 25px;

        h3 {
          margin: 0 0 20px;
          font-size: 23px;
        }

        p {
          padding: 15px 0;
        }

        .badge_complement {
          top: -25px;
          width: 150px;
        }
      }
    }
  }

  @media (max-width: 935px) {
    padding: 50px 40px;

    h2 {
      font-size: 26px;
      margin: 0 0 30px;

      br {
        display: none;
      }
    }

    .line {
      .block {
        font-size: 13px;
        h3 {
          padding: 8px 0 0 40px;
          font-size: 26px;
        }

        .swiper {
          font-size: 19px;

          .swiper-button-prev,
          .swiper-button-next {
            margin-top: 7px;
          }

          .swiper-button-next::after,
          .swiper-button-prev::after {
            font-size: 30px;
          }

          strong {
            font-size: 100px;
            line-height: 100px;
          }
        }

        .timeline {
          .point {
            .date {
              font-size: 17px;
              line-height: 20px;
              height: 65px;
              width: 65px;
              top: -30px;
              left: -30px;

              strong {
                font-size: 24px;
              }
            }
          }
        }

        .subtimeline {
          .item {
            width: 100px;
          }
        }

        .ml {
          font-size: 10px;
          line-height: 12px;
          bottom: 15px;
          margin-top: 70px;
          position: static;
        }
      }

      .block_complement {
        font-size: 13px;
        padding: 15px 20px 20px 20px;

        h3 {
          font-size: 20px;
        }

        .badge_complement {
          width: 110px;
          right: -25px;
        }
      }
    }
  }

  @media (max-width: 580px) {
    padding: 40px 25px;

    h2 {
      font-size: 23px;
      margin: 0 0 25px;
    }

    .line {
      .block {
        padding: 20px;

        h3 {
          padding: 13px 0 0 40px;
          font-size: 23px;
        }

        .swiper {
          width: 170px;
          line-height: 120%;
          font-size: 13px;
          right: -5px;
        }

        .timeline {
          .point {
            .date {
              font-size: 15px;
              line-height: 18px;
              height: 55px;
              width: 55px;
              top: -25px;
              left: -27px;
            }

            .price {
              font-size: 25px;
              line-height: 25px;
              bottom: -55px;

              sup {
                font-size: 15px;
              }
            }
          }
        }

        .subtimeline {
          display: none;
        }

        .subtimeline_mob {
          display: block;
          display: flex;
          justify-content: space-between;
          padding-top: 20px;

          .item {
            display: flex;
            gap: 10px;

            .arrow_timeline {
              width: 20px;
            }
          }

          .item_right {
            text-align: right;

            .arrow_timeline {
              transform: rotate(180deg);
            }
          }
        }
      }
    }
  }
}

/*BAN BOTTOM*/

.ban_bottom {
  background: linear-gradient(50deg, #0097d6 0%, #003da5 85.15%);
  color: white;
  text-align: center;
  padding: 40px;
  font-size: 20px;
  line-height: 120%;
  font-family: Lato-Bold;
  margin: 0 65px 65px;

  h2 {
    font-family: Lato-Black;
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 38px;
    color: white;
  }

  .flex {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-bottom: 40px;

    .text {
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 25px;

      .number {
        font-size: 100px;
        line-height: 70px;

        span {
          font-size: 75px;
        }
      }

      .date {
        background-color: #0097d6;
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        padding: 5px 10px;
        margin: 10px 0 0;
      }
    }
  }

  @media (max-width: 1190px) {
    h2 {
      font-size: 28px;
      line-height: 120%;
      margin: 0 0 20px;
    }

    .flex {
      padding-bottom: 20px;
      gap: 20px;
      br {
        display: none;
      }

      .text {
        width: 100%;
      }
    }
  }

  @media (max-width: 935px) {
    margin: 0 40px 40px;
    font-size: 16px;
    line-height: 130%;
    padding: 25px 25px 30px;

    h2 {
      font-size: 24px;
      margin: 0 0 15px;
    }

    .flex {
      .text {
        font-size: 20px;
      }
    }
  }

  @media (max-width: 580px) {
    margin: 0 25px 35px;
    font-size: 13px;
    padding: 20px 20px 25px;

    h2 {
      font-size: 20px;
    }

    .flex {
      display: block;
      padding-bottom: 15px;

      .text {
        font-size: 17px;
        margin-top: 10px;
        gap: 10px;

        .number {
          font-size: 80px;

          span {
            font-size: 60px;
          }
        }

        .date {
          font-size: 12px;
          margin: 5px 0 0;
        }
      }
    }
  }
}
