@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome-webfont.eot");
  src: url("fontawesome-webfont-1.eot") format("embedded-opentype"),
    url("fontawesome-webfont.woff") format("woff"),
    url("fontawesome-webfont.ttf") format("truetype"),
    url("fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

input {
  /* width: 100%; */
  color: #000;
}

.form-control {
  border-bottom: 1px solid #000;
}

.form-input {
  height: 46px;
  font-size: 18px;
  border-radius: 10px;
  /*background-color: #fff;*/
  height: 46px;
  border: 1px solid #001762 !important;
}

.phone-eror-mess {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  background-color: red;
  margin-bottom: 15px;
}

.input-group .form-control::placeholder {
  font-weight: 300;
  font-size: 18px;
  border-radius: 8px !important;
  overflow: hidden;
}

.form-input {
  width: 100%;
  padding-left: 20px;
}



.form_error_msg {
  color: #ff0000;
  position: absolute;
  top: 42px;
  left: 0;
}

.form-error-content {
  margin-bottom: 10px;

  text-align: center;
  background: #cb0d0d;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  display: none;
}

.form-error-content.active {
  display: block;
}

.form-preloader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);

  align-content: center;
  justify-content: center;
  height: 100%;
}

.form-preloader.active {
  display: flex;
}

.form-preloader__img {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  /* width: 100%; */
}

.top-form {
  font-weight: bold;
}

.reg-error {
  color: #ff0000;
}

.form_has_error {
  color: #ff0000;
}

.reg-form_error {
  text-align: center;
  margin: 25px 0 15px;
  color: #ff0000;
  position: absolute;
  bottom: 39px;
  width: 100%;
}

.reg-form .popup {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.reg-form .popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 95;
  width: 100%;
  height: 100%;
}

.reg-form .popup .container {
  display: block;
  width: 320px;
  padding: 20px;
  margin: 5% auto 0;
  position: relative;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.buttonSend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.loadBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 20px;
  max-height: 20px;
}

.btnFormText {
  margin: 0 !important;
  color: inherit;
}

.form-group {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.valid:-webkit-autofill {
  appearance: none;
  border: 1px solid green;
  position: relative;
  background-color: #0dfc703b;
}

.isValid:-webkit-autofill {
  appearance: none;
  border: 1px solid red !important;
  position: relative;
}

