.reg-modal {
  width: 550px;
  padding: 70px 80px !important;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
  cursor: default !important;
  border-radius: 10px;
}

.reg-modal__title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 36px;
}

.reg-modal__finish-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.reg-input {
  position: relative;
}
.reg-input input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  background: #F5F5F5;
  transition: all ease 0.3s;
}
.reg-input label {
  display: block;
  position: absolute;
  transition: all ease 0.3s;
  font-size: 15px;
  left: 20px;
  top: 17px;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.reg-input.changed label {
  opacity: 0;
}
.reg-input.changed .reg-input__error {
  opacity: 0;
  visibility: hidden;
}
.reg-input.focuced label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  top: 7px;
  opacity: 1;
}
.reg-input.focuced input {
  padding-top: 18px;
}
.reg-input.focuced textarea {
  padding-top: 25px;
}
.reg-input textarea {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  padding: 12px 20px 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  resize: none;
  background: #F5F5F5;
  border: none;
  transition: all ease 0.3s;
}
.reg-input.reg-input__code input {
  padding: 0;
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}

.reg-modal__row {
  margin-bottom: 20px;
}

.reg-checkbox {
  margin: 40px 0;
}
.reg-checkbox .checkbox label {
  margin-right: 37px;
}

.reg-modal__btns {
  margin-top: 40px;
}
.reg-modal__btns .button {
  margin-bottom: 20px;
}
.reg-modal__btns .button:last-child {
  margin: 0;
}

.reg-modal__text {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}

.reg-modal__timer {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}
.reg-modal__timer a {
  color: var(--base-color);
  text-decoration: none;
}
.reg-modal__timer a:hover {
  text-decoration: underline;
}

.reg-input__error {
  position: absolute;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
  top: 17px;
  pointer-events: none;
  transition: all ease 0.2s;
}

.reg-modal__img {
  margin: 0 -80px -70px -80px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.reg-modal__img img {
  display: block;
}

.reg-modal__separator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.reg-modal__separator span {
  background: #fff;
  padding: 0 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.reg-modal__separator:after, .reg-modal__separator:before {
  content: "";
  display: block;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.phone-inputbox label {
  left: 80px;
}
.phone-inputbox input {
  padding-left: 80px;
}

.phone-code__wrap {
  display: flex;
}

.flag-select {
  width: 70px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 1px;
  top: 1px;
  padding: 0 7px 0 15px;
  z-index: 3;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
.flag-select:hover {
  background: #f0f0f0;
}
.flag-select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.flag-select img {
  width: 28px;
}

.phone-code__modal {
  width: 570px;
  height: 100vh;
  padding: 70px 80px !important;
  cursor: default !important;
  border-radius: 10px;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
}

.country-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.country-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 20px 0;
  cursor: pointer;
}
.country-list li img {
  width: 28px;
  display: block;
  margin-right: 20px;
  border-radius: 3px;
}

.country-list__wrapp {
  max-height: calc(100vh - 295px);
  min-height: 232px;
}

.phone-code__form .reg-input {
  margin-bottom: 25px;
}

.reg-input .textarea-input {
  display: block;
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  padding: 25px 20px 8px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  background: #F5F5F5;
  border: none;
  resize: none;
  overflow: hidden;
}/*# sourceMappingURL=registration.css.map */