@font-face {
  font-family: 'Regular';
  src: url("/webinars-list/order/fonts/GothamPro.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Medium';
  src: url("/webinars-list/order/fonts/GothamPro-Medium.ttf");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Bold';
  src: url("/webinars-list/order/fonts/GothamPro-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Light';
  src: url("/webinars-list/order/fonts/GothamPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__wrapper .popup {
    width: 650px;
}

@media (max-width: 680px) {
    .popup__wrapper .popup {
        width: 95%;
    }
}

.form__wrapper input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(69, 69, 69, 0.3);
    font-family: Light;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    outline: none;
    padding: 0;
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    margin-top: auto;
}

@media (max-width: 1279px) {
    .form__wrapper input[type="text"] {
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .form__wrapper input[type="text"] {
        font-size: 14px;
    }
}

.form__wrapper input[type="text"]:not(:first-child) {
    margin-top: 40px;
}

.form__wrapper input[type="text"]::-webkit-input-placeholder {
    font-family: Light;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
}

.form__wrapper input[type="text"]:-ms-input-placeholder {
    font-family: Light;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
}

.form__wrapper input[type="text"]::-ms-input-placeholder {
    font-family: Light;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
}

.form__wrapper input[type="text"]::placeholder {
    font-family: Light;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
}

@media (max-width: 1279px) {
    .form__wrapper input[type="text"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]:-ms-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]::-ms-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .form__wrapper input[type="text"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]:-ms-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]::-ms-input-placeholder {
        font-size: 14px;
    }
    .form__wrapper input[type="text"]::placeholder {
        font-size: 14px;
    }
}

.form__wrapper input[type="text"]:hover {
    border-bottom: 1px solid #454545;
}
/*# sourceMappingURL=popupstyles.css.map */