.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
  position: relative;
  width: 100%;
  pointer-events: none;
  max-width: 44.7916666667vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
}

.modal-content {
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
  padding-top: 2.34375vw;
  pointer-events: auto;
  width: 100%;
}

.modal__title {
  font-size: var(--title-font-size);
  font-family: var(--font-custom);
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.modal__title strong {
  font-weight: normal;
  color: var(--red);
}

.modal__text {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9375vw;
}

.modal__logo {
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2916666667vw;
}

.modal__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625vw;
  margin-top: 1.6666666667vw;
}

.modal__wave {
  display: block;
  width: 100%;
  height: auto;
  color: var(--red);
  overflow: hidden;
  position: relative;
  padding-bottom: 12.9521586931%;
  margin-top: 1.5625vw;
}

.modal__wave svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.modal__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 1.5625vw;
  border-radius: 30px;
  top: 1.5625vw;
  background-color: #D9D9D9;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
}

.modal__products {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}

.modal__products img {
  display: block;
  width: 100%;
  height: auto;
}

.modal__products .p1 {
  margin-bottom: 1.0416666667vw;
}

.modal__product {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__product-text {
  font-size: 0.7291666667vw;
  text-align: center;
  padding: 0 1.1458333333vw;
}

.modal__inner {
  position: relative;
  z-index: 2;
  padding-left: var(--modal-inner-pl);
  padding-right: var(--modal-inner-pr);
}

.modal__line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4.3229166667vw;
  color: var(--blue);
  height: auto;
  opacity: 0.5;
}

.modal__line:before {
  display: block;
  padding-bottom: 0.4644107351;
  content: "";
}

.modal__line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal__cloud {
  width: 5.2083333333vw;
  height: auto;
  position: absolute;
  left: 1.8229166667vw;
  top: 15.2604166667vw;
  color: var(--blue);
  opacity: 0.5;
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.modal__cloud-2 {
  width: 3.6458333333vw;
  height: auto;
  position: absolute;
  right: 4.9479166667vw;
  top: 18.4375vw;
  color: var(--blue);
  opacity: 0.5;
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.otp-modal {
  --modal-inner-pl: 2.0833333333vw;
  --modal-inner-pr: 2.0833333333vw;
}

.otp-modal__inputs {
  margin-top: 1.5625vw;
  position: relative;
  width: 26.0416666667vw;
  margin-left: auto;
  margin-right: auto;
  -ms-transform: translateX(1vw);
  transform: translateX(1vw);
}

.otp-modal__inputs svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  -ms-transform: translateX(-1vw);
  transform: translateX(-1vw);
}

.otp-modal__inputs input {
  height: 3.0208333333vw;
  border: 0;
  width: calc(100% + 4vw);
  text-align: left;
  font-size: 1.7708333333vw;
  font-family: var(--font-custom);
  letter-spacing: 4vw;
  overflow: hidden;
  background-color: transparent;
}

.otp-modal__note {
  font-size: 0.7291666667vw;
  margin-top: 2em;
  color: #838383;
  text-align: center;
}

.otp-modal__timer {
  text-align: center;
  color: var(--blue);
  margin-top: 0.57em;
  font-size: 0.7291666667vw;
}

.otp-modal__new-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.otp-modal__new-code button {
  font-size: 1.0416666667vw;
  text-decoration: underline;
  color: var(--blue);
}

.otp-modal__error {
  margin-top: 2em;
  color: var(--red);
  text-align: center;
  font-size: 0.8333333333vw;
}

.otp-modal__error:empty {
  display: none;
}

.prefixed-tel{
  position: relative;
}

.prefixed-tel .prefix{
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 13px;
  color: #a7a6a6;
  font-size: 16px;
  line-height: 33px;
}

.prefixed-tel input{
  padding-left: 40px;
}

#phone_error{
  bottom: 0;
  color: red;
  text-align: center;
  top: 4px;
}
#otpInput{
  height: 3.0208333333vw;
  border: 0;
  width: calc(100% + 4vw);
  text-align: left;
  font-size: 1.7708333333vw;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: get-vw(56px,1512);
}
