@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=El+Messiri:wght@400;500;600;700&display=swap");
body {
  background: #8489ff;
}

header {
  width: 211px;
  border-radius: 0px 0px 20px 0px;
  background: #fff;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-family: El Messiri;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.edit {
  margin: 19px 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.edit .edit__title {
  color: #fff;
  font-family: El Messiri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.edit .edit__line {
  height: 4px;
  width: 270px;
  background: white;
}

.container {
  max-width: 90vw;
  box-sizing: border-box;
  margin: 0 auto;
}

p.text-modules {
  font-family: El Messiri;
  font-size: 16px;
  color: white;
}

select.modules {
  background: transparent;
  width: 100%;
  height: 40px;
  font-family: El Messiri;
  font-size: 14px;
  color: white;
  border: none;
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  padding-left: 10px;
}
select.modules option {
  color: black;
}

textarea {
  padding: 8px 0;
  height: 88px;
  text-indent: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  resize: none;
  color: #fff;
  font-family: El Messiri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  width: 100%;
  outline: none;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
textarea::placeholder {
  opacity: 1;
  color: #fff;
}

input {
  padding: 8px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  text-indent: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  resize: none;
  color: #fff;
  font-family: El Messiri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  width: 100%;
  outline: none;
}
input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
input::placeholder {
  opacity: 1;
  color: #fff;
}

.loader {
  margin-top: 41px;
  margin-left: auto;
  height: 103px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.loader img {
  width: 45px;
  height: 45px;
}
.loader .loader__title {
  color: #fff;
  font-family: El Messiri;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.back {
  cursor: pointer;
  width: 242px;
  height: 178px;
  flex-shrink: 0;
  background-color: white;
  position: fixed;
  width: 242px;
  height: 178px;
  border-radius: 50%;
  left: -100px;
  bottom: -100px;
}
.back img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  position: absolute;
  right: 60px;
  top: 20px;
}

.blur {
  position: fixed;
  top: 15%;
  right: 0;
  background: #ff7b7b;
  filter: blur(150px);
  width: 229px;
  height: 210px;
  border-radius: 50%;
  z-index: -1;
}

.loader-button {
  margin-top: 22px;
  height: 32px;
  border-radius: 13px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  color: #000;
  font-family: El Messiri;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.none {
  display: none !important;
}

.nonestep {
  display: none !important;
}

.progress {
  margin-top: 25px;
}
.progress .progress__bar {
  width: 100%;
  height: 23px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
  position: relative;
}
.progress .progress__bar #line {
  top: 0;
  left: 0;
  background: white;
  position: absolute;
  height: 100%;
}

.progress__text {
  margin-top: 30px;
  color: #fff;
  font-family: El Messiri;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.progress__finish {
  margin-top: 30px;
  color: #fff;
  font-family: El Messiri;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner {
  margin-top: 40px;
  height: 71px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.37);
}
.banner .banner__text {
  padding: 8px 18px;
  color: #fff;
  text-align: center;
  font-family: El Messiri;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */