.modal {
  background: rgba(0, 0, 0, 0.85);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: initial;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-y: auto;
}
.modal--body {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 53%;
  left: 50%;
}
.modalFinish_text {
  width: 100%;
}
.modalForm {
  margin: 0 auto;
}
.modalFinish {
  background-color: #1c9aff;
  background-image: url("Map.png");
  background-position: center;
  background-repeat: no-repeat;
}
.modalFinish_head {
  background: #131420;
  padding: 32px 24px;
  color: #fff;
}
.modalFinish_head_wrapper {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.modalFinish_atention {
  width: 24px;
  margin-right: 16px;
}
.modalFinish_headText {
  font-size: 16px;
  line-height: 19px;
}
.modalFinish_body {
  max-width: 792px;
  padding: 48px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.modalFinish_images {
  margin-right: 48px;
}
.modalFinish_subText {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.modalFinish_colored {
  color: #1c9aff;
}
.modalFinish_btnWrapper {
  margin-top: 34px;
}
.btn_finish {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border-radius: 58px;
  color: #ffffff;
  max-width: unset;
  width: 100%;
  text-align: center;
  padding: 22px;
  height: unset;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn_finish:hover {
  background-position: 25% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn_finish:active {
  background-position: 100% 0;
}
.modalFinish_subText .mob {
  display: none;
}
@media (max-width: 1000px) {
  .modalFinish_head {
    padding: 24px;
  }
  .modalFinish_body {
    max-width: calc(100% - 48px);
    padding: 30px;
  }
  .modalFinish_images {
    margin-right: 32px;
  }
  .modalFinish_img_manager {
    max-width: 214px;
  }
  .modalFinish_subText {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .modal--body {
    transform: translateX(-50%);
    top: 50px;
    margin: 0 auto;
  }
  .modalForm {
    width: calc(100% - 24px);
  }

  .modalFinish_body {
    top: 100px;
  }
  .modalFinish_headText {
    font-size: 12px;
    line-height: 14px;
  }
  .modalFinish_head {
    padding: 12px;
  }
  .modalFinish_body {
    max-width: calc(100% - 24px);
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modalFinish_img_manager {
    max-width: 75%;
    margin: 0 auto;
  }
  .modalFinish_images {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .modalFinish_subText {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .modalFinish_btnWrapper {
    margin-top: 30px;
  }
  .btn_finish {
    font-size: 16px;
    line-height: 19px;
    padding: 18px 10px;
  }
  .modalFinish_subText .mob {
    display: block;
  }
}
