.popup_wrapper {

  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
}

.popup {
  position: absolute;
  width: 440px;
  color: #3a3a3a;
  font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
}

.popup__header {
  box-sizing: border-box;
  background-color: #3c3c3c;
  height: 40px;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  overflow: hidden;
  line-height: 40px; }

.popup__close {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer; }

.popup__inner {
  background: #fff;
  padding: 20px;
  font-size: 15px;
  line-height: 19px; }

.popup__inner p {
  margin: 0px;
  text-transform: none;
  color: #3a3a3a;
  font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
  font-size: 16px;
  line-height: 21px; }

.popup__inner a {
  color: inherit;
  font-size: inherit;
  font-family: inherit; }

.popup__inner a:hover {
  text-decoration: none; }

.popup__form__row {
  margin-top: 20px; }

.popup__form__row.tcenter {
  text-align: center; }

.popup__form__input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 6px 9px;
  font-size: 15px;
  color: #3a3a3a; }

.popup__form__button {
  background: #168ce3;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  text-overflow: ellipsis;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.popup__form__button:hover {
  background: #399ee6; }

.change_name {
  color: #fff;
  font: 15px/20px Tahoma, Geneva, sans-serif; }

#mr_error {
  color: #DB0707;
}




#registerFinish {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none; }
#registerFinish .popup {
  position: absolute;
  width: 440px;
  color: #3a3a3a;
  font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important; }
#registerFinish .popup .popup__header {
  box-sizing: border-box;
  background-color: #3c3c3c;
  height: 40px;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  overflow: hidden;
  line-height: 40px; }
#registerFinish .popup .popup__inner {
  background: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 19px; }
#registerFinish .popup .popup__inner p {
  margin: 0px;
  text-transform: none;
  color: #3a3a3a;
  font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
  font-size: 16px;
  text-align: center;
  line-height: 21px; }
#registerFinish .popup .popup__inner p a {
  color: #222222;
  text-decoration: underline; }
#registerFinish .popup .popup__close {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer; }
#registerFinish .popup .popup__form__button {
  background: #168ce3;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  text-overflow: ellipsis;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-align: center; }
#registerFinish .popup .popup__form__row {
  margin-top: 20px;
  text-align: center; }

.subscribe-form__button {
  margin-right: 15px;
}
