.section__model {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 8, 8, 0.5);
  color: #fff;
  font-size: 14px;
  z-index: 100000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.section__model .section__box {
  display: flex;
  flex-direction: column;
  width: 550px;
  padding: 0px;
}
.section__model .section__box .section__bottom {
  box-sizing: border-box;
  padding: 40px 173px;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center;
}
.section__box .section__top .section__text {
  font-size: 26px;
}
.section__box .section__top .section__text__two {
  font-size: 18px;
}
.section__model .section__box .section__bottom .section__button {
  background-color: #00a0ea;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.section__model .section__box .section__bottom .section__time {
  position: absolute;
  top: -35px;
  left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section__model .section__box .section__bottom .section__time div {
  font-size: 42px;
  font-weight: 600;
  background: #fff;
  color: black;
  padding: 15px;
}
.section__model .section__box .section__top {
  width: 100%;
  height: 300px;
  padding: 30px 65px 46px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}
@media (max-width: 800px) {
  .section__model .section__box {
    width: 400px;
  }
  .section__model .section__box .section__bottom {
    padding: 40px 70px !important;
  }
}
