.hs-form {
    font-size: 1.2em;
    font-family: monospace;
}
.hs-form__text {
    margin: 5px 0;
}
.hs-form__req {
    color: red;
    margin-right: 3px;
}
.hs-form__wrapper textarea{
    resize: none;
}
.hs-form__submit {
    cursor: pointer;
}
.hs-form__submit,
.hs-form__wrapper input,
.hs-form__wrapper textarea {
    font-size: 0.9em;
    font-family: monospace;
}
.hs-form__submit,
.hs-form__wrapper input,
.hs-form__wrapper textarea {

}
.hspopup__background {
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 45%;
    left: 0;
}
.hspopup__wrap {
    margin: auto;
    color: #ffffff;
    position: relative;
    max-width: 300px;
    padding: 20px;
    background: rgba(0,0,0,0.7);
}
.hspopup__close {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    right: 10px;
    top: 0;
}
.hspopup-ok-text {
    text-align: center;
    font-weight: bold;
}
.hs-form__files {
    position: relative;
    height: 40px;
    width: 100%;
}
.hs-form__files .hs-form__file-fake,
.hs-form__files .hs-form__file-origin {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.hs-form__files {
    background-color: #f9895d;
    border: solid 1px #000;
    margin-bottom: 15px;
    text-align: center;
}
.hs-form__file-fake {
    color: #262626;
}
.hs-form__file-fake p {
    margin: 0;
    padding-top: 10px;
}
.hs-form__file-origin {
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
::-webkit-input-placeholder {color: #262626;}
::-moz-placeholder {color: #262626;}
:-moz-placeholder {color: #262626;}
:-ms-input-placeholder {color: #262626;}

.hs-ok-text {
    font-family: 'Gotham Pro Medium';
    font-size: 22px;
    text-align: center;
    max-width: 275px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}