.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000; }
  .popup__fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/form_fon_1.png);
    background-position: center center;
    background-size: cover; }
  .popup__form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18.4em;
    margin-top: -17.3em;
    background-color: #fff;
    width: 37.5em;
    text-align: center;
    padding-bottom: 4.4em; }
  .popup__top {
    background-color: #035df9;
    padding: 1em 4em;
    color: #fff;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em; }
  .popup__middle {
    margin-top: 1.5em; }
  .popup__title {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 400; }
  .popup__cross {
    position: absolute;
    width: 2em;
    top: -1em;
    right: -1em;
    cursor: pointer;
    transition: all ease-in-out .2s; }
    .popup__cross:hover {
      transform: rotate(45deg); }
  .popup__input {
    background-color: #e0e0e0;
    border: 1px solid transparent;
    font-family: "AGP-light", sans-serif;
    border-radius: 5em;
    font-size: 1.5em;
    padding: .5em;
    padding-left: 1.6em;
    margin-top: 1.15em;
    width: 87%; }
  .popup__button {
    display: inline-block;
    padding: .6em 3em;
    margin-top: 2em; }

@media (max-width: 600px) {
  .popup__form {
    width: 25.5em;
    margin-left: -12.25em; } }

@media (max-width: 420px) {
  .popup__form {
    font-size: 12px; } }
