.popup {
  flex-direction: column;
  display: none;
  max-width: 543px;
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  padding: 56px;
}

.popup__title1 {
  margin-bottom: 12px;
}

.popup__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.popup__form .btn1 {
  display: block;
  width: 100%;
  padding: 18px 10px;
  border-radius: 16px;
}

.thank {
  flex-direction: column;
  display: none;
  padding: 64px;
  border-radius: 24px;
  background-color: #fff;
  max-width: 691px;
  width: 100%;
  text-align: center;
}

.thank__img {
  max-width: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.thank__title1 {
  font-weight: 600;
}

.thank__subtitle {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 48px;
}

.thank .btn2 {
  display: block;
  width: 100%;
  padding: 18px 10px;
}

@media (max-width: 750px) {
  .popup {
    padding: 40px 15px;
    border-radius: 24px;
  }

  .popup__subtitle {
    font-size: 14px;
  }

  .popup__form .btn1 {
    padding: 16px 10px;
  }

  .thank {
    padding: 35px 15px;
    border-radius: 16px;
  }

  .thank__img {
    max-width: 54px;
    margin-bottom: 30px;
  }

  .thank__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .thank .btn2 {
    padding: 15px 10px;
  }
}