.simulator {
  p {
    padding: 0;
  }

  .cta {
    margin-top: 20px;
  }

  .content {
    text-align: center;
    padding-bottom: 50px;

    .cover_simulator {
      margin: 20px 0 0;
      padding: 0 40px;
      text-align: left;

      h2 {
        font-size: 30px;

        sup {
          font-size: 12px;
        }
      }

      .offer {
        width: 530px;
        padding-left: 45px;

        .text {
          margin-bottom: 20px;

          .number {
            font-size: 86px !important;
            line-height: 80px;
            position: relative;

            span {
              font-size: 86px !important;
            }

            p {
              display: inline-block;
            }

            sup {
              font-size: 41px;
            }

            .taeg {
              font-size: 13px !important;
              position: absolute;
              line-height: 14px;
              top: 45px;
              left: 200px;

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

          .info {
            font-size: 17px;
            line-height: 140%;
          }
        }

        .text_norate {
          font-size: 21px;
          line-height: 130%;
          padding-top: 20px;
        }

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

        .text_2 {
          display: flex;
          gap: 20px;
          align-items: center;

          .ml {
            font-size: 11px;
            line-height: 16px;
            text-align: left;
          }
        }
      }
    }

    .ml {
      padding: 15px 25px 0;
      font-size: 11px;
      line-height: 13px;
      text-align: left;
      position: absolute;
      bottom: 20px;
      left: 15px;
    }
  }

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

      .cover_simulator {
        padding: 0;

        h2 {
          font-size: 27px;
          padding-right: 30px;

          sup {
            font-size: 12px;
          }

          br {
            display: none;
          }
        }

        .offer {
          font-size: 17px;
          width: 370px;
          padding-left: 30px;

          .text {
            margin-bottom: 15px;
            padding-top: 15px;
            gap: 25px;

            .info {
              font-size: 12px;
            }

            .number {
              font-size: 66px !important;
              line-height: 66px;

              span {
                font-size: 80px !important;
              }

              .taeg {
                font-size: 10px !important;
                line-height: 11px;
                top: 40px;
                left: 155px;

                sup {
                  font-size: 7px;
                }
              }

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

          .text_norate {
            font-size: 21px;
            line-height: 130%;
            padding-top: 20px;
            font-size: 17px;
          }

          .date {
            font-size: 15px !important;
            padding: 0px 8px;
            margin: 0 0 15px;
          }

          .text_2 {
            display: block;

            .ml {
              margin-top: 10px;

              br {
                display: none;
              }
            }
          }
        }
      }
    }
  }

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

      .cover_simulator {
        display: block;

        .offer {
          margin: 0 auto;
          padding: 0;
          width: 380px;
        }

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

      .ml {
        display: block;
        text-align: center;
        width: 300px;
        padding: 0;
        left: 50%;
        margin-left: -150px;

      }
    }

    .cta {
      margin-top: 20px;
      display: block;
      width: 150px;
      position: absolute;
      margin: 0;
      bottom: 45px;
      left: -65px;
      margin-left: 50%;
    }


  }

  @media (max-width: 580px) {
    background-size: 580px auto;
    background-position: center;

    .content {
      padding: 0 25px 25px;

      .cover_simulator {
        text-align: center;


        h2 {
          font-size: 23px;
        }

        .offer {
          width: auto;

          .text {
            display: block;
            text-align: center;
            width: 200px;
            margin: 0 auto;

            .number {
              .taeg {
                left: 165px;
              }
            }

            .info {
              margin: 10px;
            }
          }

          .date {
            font-size: 13px !important;
          }

          .text_2 {
            .ml {
              text-align: center;
            }
          }
        }
      }
    }
  }
}

.simulator_norate {
  .content {
    .cover_simulator {
      .offer {
        .text {
          display: none;
        }


      }
    }
  }
}