.modal-end {
  display: none;
  width: 1092px;
  height: 670px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -335px;
  margin-left: -546px;
  background-color: #fff;
  border-radius: 12px;
  z-index: 1000;
}

.modal-end.active {
  display: flex;
}

.modal-end__overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-end__overlay.active {
  display: flex;
}
.modal-end__left {
  width: 440px;
  height: 100%;
  background-color: #dad6d0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.modal-end__left__logo {
  margin: 0 auto;
  position: relative;
  top: 45px;
  display: block;
}

.modal-end__right {
  position: relative;
  width: calc(100% - 440px);
  height: 100%;
  padding: 50px 45px 0 50px;
}

.modal-end__right__title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}

.modal-end__right__subtitle {
  margin-top: 32px;
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #000000;
}

.modal-end__right ul {
  margin-top: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.modal-end__right ul li {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.modal-end__right ul li:before {
  content: "";
  display: block;
  margin-right: 12px;
  width: 21px;
  height: 21px;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/modal-end/li.svg");
}
.modal-end__right .input-label {
  font-family: "Roboto Slab", sans-serif;
}
.modal-end__right .form_box {
  background-color: #fff;
  padding-top: 16px;
}
.modal-end__right .form__button {
  margin-top: 6px;
}

.modal-end__right__label {
  margin-top: 16px;
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.modal-end__right__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/modal-end/close.svg");
  background-color: transparent;
  border: 0;
  outline: none;
}

@media (max-width: 1120px) {
  .modal-end {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .modal-end__right {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 945px) {
  .modal-end {
    flex-direction: column-reverse;
    top: 60px;
    margin-top: 0;
    height: 100%;
    overflow-y: scroll;
    border-radius: 0;
  }
  .modal-end__right {
    width: 100%;
  }
  .modal-end__left {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .modal-end__right ul li:before {
    min-width: 21px;
  }
}

@media (max-width: 510px) {
  .modal-end__left {
    margin-top: 80px;
  }
  .modal-end__left img {
    max-width: 100%;
  }
  .modal-end__right {
    padding-bottom: 16px;
  }
  .modal-end__right .check__form {
    max-width: 100%;
  }
  .modal-end__right .form_box {
    padding: 0;
    margin: 0 auto;
  }
  .modal-end__right .form__input {
    width: 300px;
  }
  .modal-end__right .form__button {
    width: 300px;
  }
}
