
.recommend-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
}
.recommend-modal * {
    font-family: 'Roboto', sans-serif;
    line-height: 120%;
    box-sizing: border-box;
}
.recommend-modal button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
}
.recommend-modal__window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../../../../public/img/noise.png"), linear-gradient(112.33deg, #025488 13.8%, #00274b 122.85%);
  border: 1px solid #2CC0F6;
  border-radius: 4px;
  z-index: 10000001;
}
.recommend-modal__close-btn {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  opacity: 0.5;
}
.recommend-modal__close-btn:hover, .recommend-modal__close-btn:focus {
    outline: none;
    opacity: 1;
}
.recommend-modal__overlay {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.46);
}
.recommend-modal__default-view_hidden {
  visibility: hidden;
  pointer-events: none;
}
.recommend-modal__form {
  padding: 30px 25px 27px;
}
.recommend-modal__form-title {
  margin-bottom: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #A8EBF8;
}
.recommend-modal__submit-btn {
  display: block;
  min-width: 260px;
  height: 42px;
  margin: 0 auto;
  margin-top: 22px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: linear-gradient(92.53deg, #00BFB1 0%, #0AA7AC 100%);
  border: 1px solid #00D7C8;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.recommend-modal__submit-btn:disabled {
    opacity: 0.5;
}
.recommend-modal__submit-btn:enabled:hover {
    background: linear-gradient(92.53deg, #00cabb 0%, #0cc5cb 100%);
}
.recommend-modal__submit-btn:enabled:active {
    background: linear-gradient(92.53deg, #00aa9e 0%, #059b9f 100%);
}
.recommend-modal__completed-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.recommend-modal__completed-view_hidden {
  visibility: hidden;
}
.recommend-modal__completed-icon {
  width: 76px;
  height: 76px;
}
.recommend-modal__completed-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 147%;
  letter-spacing: 0.02em;
  color: #d5efff;
  text-align: center;
}
.recommend-modal__completed-subtitle {
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 147%;
  letter-spacing: 0.02em;
  color: #d5efff;
  text-align: center;
}

/*# sourceMappingURL=RecommendModal.vue.css.map */