.hs-form {
    font-size: 1.2em;
    font-family: Roboto;
    width: 300px;
}
.hs-form__text {
    margin: 5px 0;
    font-size: 14px;
    font-family: Roboto;
}
.hs-form__req {
    color: red;
    margin-left: 3px;
}
.hs-form__wrapper textarea{
    resize: none;
}
.hs-form__submit {
    cursor: pointer;
    border: 1px solid #6fa7d3!important;
    text-transform: uppercase;
    font-weight: bold;
}
.hs-form__submit:hover{
    background-color: #6fa7d3;
    color: #ffffff;
}
.hs-form__submit,
.hs-form__wrapper input,
.hs-form__wrapper textarea {
    font-size: 0.9em;
    font-family: Roboto;

}
.hs-form__submit,
.hs-form__wrapper input,
.hs-form__wrapper textarea {
    width: 100%;
    color: #262626;
    margin: 5px 0;
    padding: 10px 0;
    text-indent: 10px;
    letter-spacing: 1px;
    border:none;
    border-bottom: solid 1px #000;
}
.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;}