.popup-form {
  margin: 0 auto;
  max-width: 600px;
}
.popup-form .input {
  margin-bottom: 28px;
}
.politik {
  color: #000;
  transition: 0.5 ease;
}
.politik:hover {
  color: #6990ff;
  transition: 0.5 ease;
}
.btn_centr {
  display: flex;
  align-items: center;
}
.btn_centr_registr {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.btn_centr_sign {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.btn_form.btn_calculator {
  margin: 0;
}
.btn_form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6990ff;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.6em;
  overflow: hidden;
  padding: 0;
  min-width: 150px;
  margin: 0 auto;
}

.btn_form:after,
.btn_form:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -15px;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_form:after {
  background-color: #fff;
  z-index: 2;
}

.btn_form:before {
  border: 1px solid #6990ff;
  z-index: 3;
}

.btn_form span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 25px;
  width: 100%;
  text-align: center;
}

.btn_form span:before {
  content: "";
  position: absolute;
  height: 110%;
  width: 0%;
  background: rgba(0, 0, 0, 0.3);
  left: -3px;
  top: -3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: -1;
}

.btn_form:hover {
  color: #fff;
}

.btn_form:hover:after {
  left: -6px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.btn_form:hover:before {
  left: -9px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.btn_form:hover span:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}

.btn_form:focus {
  outline: none;
  color: #fff;
}

.popup-text {
  text-align: center;
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  line-height: 1.21;
  color: #888;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}

.popup-text a {
  color: #555;
}
.popup-form .input {
  display: block;
  width: 100%;
  outline: none;
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  background-color: #ededed;
  border-radius: 5px;
  border: none;
  padding: 16.5px 10px;
  padding-left: 37px;
}
.popup-form .input_registr {
  display: block;
  width: 100%;
  outline: none;
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  border: solid 2px #ededed;
  padding: 16.5px 10px;
  padding-left: 37px;
}
.popup-form .input_sign {
  display: block;
  width: 100%;
  outline: none;
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  border: solid 2px #ededed;
  padding: 16.5px 10px;
  padding-left: 37px;
  margin-bottom: 15px;
}

.popup-form .input::-webkit-input-placeholder {
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}

.popup-form .input::-moz-placeholder {
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}

.popup-form .input::-ms-input-placeholder {
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}

.input::placeholder {
  color: #888;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
}

.popup-form .input,
.popup-text {
  margin-bottom: 15px;
}

.pop {
  font-family: "Poppins", sans-serif;
  /* max-width: 800px; */
  width: 100%;
  padding: 40px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #4eda35;
  text-align: center;
  display: none;
}
.tip {
  display: none;
  width: 100%;
  margin-bottom: 5px; 
  color: red;
}
.container_sign {
  text-align: center;
}
.container__lk {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.container__dannie {
  background: #919eab14;
  padding: 10px;
  border-radius: 20px;
  width: 350px;
  max-width: 350px;
  max-height: 100px;
  display: flex;
  align-items: center;
}
.name__fio {
  padding: 10px 10px 0 50px;
}
.photo {
  width: 100%;
  max-width: 60px;
}

#avatar {
  background-color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: background ease-out 200ms;
}

#preview {
  position: relative;
}

.container__img {
  position: relative;
  display: inline-block;
}
.container__state {
  position: absolute;
  top: 30%;
  left: 8%;
  color: white;
  font-size: 20px;
  text-align: center;
}
