body {
}

.application_phone {
  min-height: 165px;
  overflow: hidden;
  width: 92%;
  margin: 0 4% 0 4%;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.policy-privacy-container {
  float: left;
  width: 100%;
}

.privacy_policy_link {
  font-family: Calibri;
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.application_text_one {
  font-size: 15.96px;
  font-family: OpenSans;
  margin: 15px 0 6px 0px;
  float: left;
  width: 100%;
}

.application_input {
  width: 100%;
  height: 62px;
  float: left;
  font-size: 17px;
  font-family: OpenSans;
  padding-left: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  background-color: white !important;
}

.sent_aplication {
  width: 100%;
  float: left;
  height: 64px;
  margin: 25px 0 20px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 18.62px;
  font-family: OpenSans;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.sent_aplication > p {
  line-height: 64px;
  margin: 0;
}

.popup {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 10;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.popup .popup-content {
  max-width: 650px;
  min-width: 280px;
  min-height: 118px;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  background-color: #fcfcfc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
}

.promo_header {
  border-radius: 5px 5px 0 0;
  max-width: 650px;
  min-width: 280px;
  box-sizing: border-box;
  width: calc(100vw - 40px);
  position: fixed;
  border-bottom: 1px solid #f5f5f5;
  float: left;
  text-align: center;
  padding: 14px 10px 10px 10px;
  background: white;
  z-index: 3;
}

.promo_header > p {
  display: inline;
  font-size: 18px;
  font-family: FuturaPT;
  cursor: default;
  color: #444;
}

.promo_header > img {
  display: inline;
  float: right;
  cursor: pointer;
}

.promo_content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 28px 10px 28px;
  text-align: center;
}

.promo_content > p {
  font-size: 17px;
  text-align: left;
  font-family: FuturaPT;
  color: #444444;
}

.head_text {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

.loading_dot_one {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 28px);
  transition: all 1s ease;
  animation: loading_bg_one 1s linear infinite;
}

.loading_dot_two {
  height: 10px;
  width: 10px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  transition: all 1s ease;
  animation: loading_bg_two 1s linear infinite;
}

.loading_dot_three {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 16px);
  transition: all 1s ease;
  animation: loading_bg_three 1s linear infinite;
}

@keyframes loading_bg_one {
  0% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 28px);
  }

  17% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 29.5px);
  }

  50% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 29.5px);
  }

  84% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 29.5px);
  }

  100% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 28px);
  }
}

@keyframes loading_bg_two {
  0% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 6px);
  }

  17% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 6px);
  }

  34% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }

  50% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }

  67% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }

  84% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 6px);
  }

  100% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 6px);
  }
}

@keyframes loading_bg_three {
  0% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% + 16px);
  }

  34% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% + 16px);
  }

  50% {
    height: 15px;
    width: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% + 14.5px);
  }

  67% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% + 16px);
  }

  100% {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% + 16px);
  }
}
