.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 450px) {
  .modal {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 650px;
  height: 485px;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 4px;
}
@media screen and (max-width: 450px) {
  .modal2__inner {
    width: 100%;
    height: 50%;
  }
}

.modal2__text {
  font-size: 30px;
  font-weight: 700;
  color: #503a89;
  /* text-align: center; */
  padding-bottom: 25px;
  text-align: -webkit-center;
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal2 {
  padding-right: 10px;
  padding-left: 10px;
}

.modal2--active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.modal2__inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 650px;
height: 485px;
padding: 60px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
border-radius: 4px;
}
@media screen and (max-width: 450px) {
.modal2__inner {
  width: 100%;
  height: 50%;
}
}

.modal2__text {
font-size: 30px;
font-weight: 700;
color: #503a89;
/* text-align: center; */
padding-bottom: 25px;
text-align: -webkit-center;
}

.modal2__close {
position: absolute;
top: 25px;
right: 25px;
width: 40px;
height: 40px;
cursor: pointer;
}