.signup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  height: 280px;
  width: 824px;
  z-index: 4;
  display: none;
  padding: 60px 40px;
  background-color: rgba(15, 34, 70, 0.8); }
  @media only screen and (max-width: 824px) {
    .signup {
      padding: 40px 50px;
      height: auto;
      width: 80%;
      box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.25);
      border-radius: 6px;
      background-color: #fff; } }
  @media only screen and (max-width: 479px) {
    .signup {
      padding: 20px 25px;
      height: auto;
      width: 100%;
      border-radius: 0; } }
  @media only screen and (max-width: s) {
    .signup {
      padding: 20px 25px;
      height: auto;
      width: 100%;
      border-radius: 0; } }
  .signup_pull-right .signup__block_top {
    left: 340px; }
    @media only screen and (max-width: 824px) {
      .signup_pull-right .signup__block_top {
        left: auto; } }
    .signup_pull-right .signup__block_top_first {
      z-index: 1;
      opacity: 0; }
      @media only screen and (max-width: 824px) {
        .signup_pull-right .signup__block_top_first {
          display: none; } }
    .signup_pull-right .signup__block_top_second {
      z-index: 2;
      opacity: 1; }
      @media only screen and (max-width: 824px) {
        .signup_pull-right .signup__block_top_second {
          display: block; } }
  .signup_pull-right .signup__block_bottom_first {
    opacity: 1; }
  .signup_pull-right .signup__block_bottom_second {
    opacity: 0; }
  .signup__block_top {
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 60px;
    padding: 40px 50px;
    height: 340px;
    width: 421px;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    transition-property: left, opacity; }
    @media only screen and (max-width: 824px) {
      .signup__block_top {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 0;
        height: auto;
        width: 100%;
        box-shadow: none;
        background-color: transparent; } }
    .signup__block_top_first {
      z-index: 2;
      opacity: 1; }
    .signup__block_top_second {
      z-index: 1;
      opacity: 0; }
      @media only screen and (max-width: 824px) {
        .signup__block_top_second {
          opacity: 1;
          display: none; } }
  .signup__block_bottom {
    width: 260px;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
    @media only screen and (max-width: 824px) {
      .signup__block_bottom {
        display: none; } }
    .signup__block_bottom_first {
      opacity: 0; }
    .signup__block_bottom_second {
      opacity: 1; }
  .signup__heading {
    font-size: 24px; }
    .signup__heading_top {
      margin-bottom: 20px;
      color: #1e73b2;
      font-weight: 700;
      line-height: 24px;
      text-align: center; }
    .signup__heading_bottom {
      color: #fff;
      font-weight: 400;
      line-height: 16px; }
  .signup__button_top {
    padding: 9px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #1e73b2;
    box-shadow: 0 2px 0 #034372; }
    .signup__button_top:hover {
      background-color: #217fc4; }
    .signup__button_top:active {
      background-color: #1e73b2; }
  .signup__button_bottom {
    display: inline-block; }
  .signup__button_indent {
    margin: 62px 0 10px; }
    @media only screen and (max-width: 824px) {
      .signup__button_indent {
        margin-top: 12px; } }
  .signup__input {
    background-repeat: no-repeat;
    background-position: 100% 50%; }
    .signup__input.form__warning {
      position: relative; }
      .signup__input.form__warning::before {
        content: "ERROR: This e-mail does not exist.";
        position: absolute;
        bottom: 1px;
        color: #ff4b55;
        font-size: 9px; }
      .signup__input.form__warning input {
        border-bottom-color: #ff4b55; }
    .signup__input_email {
      margin-bottom: 10px;
      background-image: url("../../img/ico_email.png");
      background-size: 16px auto; }
    .signup__input_password {
      background-image: url("../../img/ico_lock.png");
      background-size: 14px auto; }
      .signup__input_password.form__warning::before {
        content: "ERROR: The password is incorrect"; }
    .signup__input input {
      padding: 10px 0;
      width: 100%;
      outline: none;
      border: none;
      border-bottom: 2px solid #e6e6e5;
      background-color: transparent;
      text-align: left; }
      .signup__input input::-webkit-input-placeholder {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .signup__input input::-moz-placeholder {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .signup__input input:-moz-placeholder {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .signup__input input:-ms-input-placeholder {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
  .signup__question {
    margin: 10px 0 5px;
    color: #323232;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: left; }
    .signup__question span {
      font-size: 14px;
      line-height: 24px; }
  .signup__select {
    display: block;
    margin-bottom: 12px;
    padding: 10px 0;
    width: 100%;
    outline: none;
    border: none;
    border-right: 1px solid #e6e6e5;
    border-bottom: 2px solid #e6e6e5;
    border-bottom-right-radius: 3px;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: transparent;
    background-image: url("../../img/ico_dropdown_arrow_grey.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 15px auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .signup__link {
    text-align: center; }
    .signup__link_mobile {
      display: none;
      margin-top: 10px; }
      @media only screen and (max-width: 824px) {
        .signup__link_mobile {
          display: block; } }
    .signup__link a {
      color: #1e73b2;
      border-bottom-color: rgba(30, 115, 178, 0);
      font-size: 14px;
      font-weight: 400; }
      .signup__link a:hover {
        border-bottom-color: #1e73b2; }
      .signup__link a:active {
        border-bottom-color: rgba(30, 115, 178, 0); }
  .signup__text {
    margin: 20px 0;
    color: #c7ced8;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
  .signup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    height: 17px;
    width: 17px;
    background-image: url("../../img/ico_close_blue.png");
    background-repeat: no-repeat;
    background-size: contain; }
    .signup__close:hover {
      opacity: 0.8; }
    @media only screen and (max-width: 824px) {
      .signup__close {
        top: 15px;
        right: 15px; } }
  .signup__shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: ""; }

/*# sourceMappingURL=signup.css.map */
