.simulator {
  p {
    padding: 0;
  }

  .cta {
    margin-top: 20px;
  }

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

    .cover_simulator {
      -webkit-backdrop-filter: blur(50px);
      backdrop-filter: blur(50px);
      background-color: rgba(0, 0, 0, 0.1);
      margin: 20px 0 0;
      padding: 40px;
      text-align: left;

      h2 {
        font-size: 35px;

        sup {
          font-size: 12px;
        }
      }

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

        .text {
          margin-bottom: 20px;

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

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

            p {
              display: inline-block;
            }

            sup {
              font-size: 51px;
            }

            .taeg {
              font-size: 14px !important;
              position: absolute;
              line-height: 16px;
              top: 50px;
              left: 190px;

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

          .info {
            font-size: 20px;
            line-height: 27px;
          }
        }

        .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;
          }
        }
      }
    }
  }

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

      .cover_simulator {
        padding: 30px;

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

          sup {
            font-size: 12px;
          }

          br {
            display: none;
          }
        }

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

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

            .info {
              font-size: 15px;
              line-height: 21px;
            }

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

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

              .taeg {
                font-size: 12px !important;
                line-height: 13px;
                top: 45px;
                left: 155px;

                sup {
                  font-size: 7px;
                }
              }

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

          .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;
        padding-bottom: 100px;

        .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;
        }
      }
    }

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

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

    .content {
      padding: 0 25px 25px;

      .cover_simulator {
        padding: 20px;
        text-align: center;
        padding-bottom: 100px;

        h2 {
          font-size: 23px;
        }

        .offer {
          width: auto;

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

            .info {
              margin: 10px;
            }
          }

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

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

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


      }
    }
  }
}
