.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 {
    width: 100%;
    color: #262626;
    margin: 5px 0;
    padding: 10px 0;
    text-indent: 10px;
    letter-spacing: 1px;
    border: solid 1px #000;
    background-color: #f9895d;
}
.hspopup__background {
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 45%;
    left: 0;
}
.hspopup__wrap {
    margin: auto;
    color: #ffffff;
    position: relative;
    max-width: 400px;
    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 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    font-family: "FuturaLight", sans-serif;
}
.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;
}
.alert-danger {
    color: red;
    font-size: 18px;
    font-family: "FuturaLight", sans-serif;
}
.form-loader {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
    position: fixed;
    background-color: rgba(255,255,255, 0.5);
}
.form-loader__wrap {
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    text-align: center;
    font-family: "FuturaLight", sans-serif;
}
.form-loader__pic {
    display: block;
    margin: 5px auto;
}
.checkbox-warning {
    color: #fff;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ff5050;
    font-family: "FuturaLight", sans-serif;
}
.file-warning {
    display: block;
    margin-top: 10px;
}
.file-warning div {
    color: #fff;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ff5050;
    font-family: "FuturaLight", sans-serif;
}
.form__fields .form__input-date {
    width: 49%;
    display: inline-block;
}
.file-red {
    color: #ff5050;
    font-weight: bold;
}
.form-captcha {
    padding-top: 10px;
}
.form-captcha label {
    margin-top: 10px;
}

.hs-ok-text--rent {
    text-align: center;
    font-size: 18px;
    font-family: "FuturaLight", sans-serif;
}

.rent-footer-form__form .hs-ok-text--rent {
    color: white;
}

.rent-footer-form__form .submit-ok {
    display: none;
}

::-webkit-input-placeholder {color: #262626;}
::-moz-placeholder {color: #262626;}
:-moz-placeholder {color: #262626;}
:-ms-input-placeholder {color: #262626;}
.d-none{
    display: none !important;
}

.form__input--verification {
    display: none!important;
}

.form-rent-bottom .checkbox {
    display: flex;
    margin: 5px auto;
    color: white;
    justify-content: center;
}

.form-rent-bottom .checkbox a:hover {
   text-decoration: underline;
}

.form-rent-bottom .form__submit:disabled {
    opacity: 0.5;
    cursor: default;
}

.form-rent-top .personal-submit {
    display: flex;
    margin-right: auto;
    margin-top: 20px;
}

@media(min-width: 768px) {
    #dates {
        margin-right: 1%;
    } 
}

@media(max-width: 768px) {
	.dv-action .form__submit{
		width: 100%;
	}

    .form-rent-top .checkbox {
        margin-left: 0;
    }

    .form-rent-top .personal-submit {
        display: block;
    }

}

