.request-page HR {
    margin-top: 34px
}

.request-page H4 {
    margin-bottom: 0;
}

.form-request {
    margin-top: 0;
}

.form-request H5 {
    font-family: "RobotoMedium";
    font-size: 17px;
    margin: 37px 0 8px 0;
}

.form-request .input, .form-request .phone-email, .form-decor TEXTAREA, .form-request .files {
    width: 85%;
}

.form-request .input {
    padding-top: 30px;
}

.form-request .phone {
    float: left;
    position: relative;
    width: 40%;
    min-height: 1px;    
    padding-right: 10px;
}

.form-request .email {
    float: left;
    position: relative;
    width: 60%;
    min-height: 1px;    
    padding-left: 10px;
}

.form-request .req-field {
    padding-top: 0;
}

.form-request INPUT[type="text"] {
    width: 100%;
}

.form-request .error-msg {
    min-height: 30px;
    font-size: 13px;
    color: #FF0000;
    padding-top: 8px;
}

.form-request INPUT[type="text"].error, .form-decor TEXTAREA.error {
    border-color: #FF0000;
}

.form-request .phone-email {
    content: "";
    display: table;
    clear: both;    
}

.form-request .files {
/*    margin: 30px 0 10px 0;*/
/*    border-top: 1px solid #e0e0e0;*/
}

.form-request .checkbox {
    position: relative;
    padding-top: 14px; 
}

.form-request .upload_file {
    font-family: "RobotoRegular";
    font-size: 15px;
    cursor: pointer;
    color: #305A77;
    padding: 0 0 3px 28px;
    margin: 30px 0 0 0;
    border: 0;
    background: url('../images/icon_upload_file.png') 0 2px no-repeat;
}

.form-request .del {
    float: right;
    text-decoration: none;
    margin-left: 5px;
}

.form-request .del:visited {
    color: #305A77;
}

.form-request .del:hover {
    color: #32C0EE;
}

.form-request .notice {
    font-family: "RobotoRegular";
    font-size: 13px;
    color: #A2A2A2;
    margin: 2px 0 0 0;
}

.form-request .file-name {
    font-family: "RobotoRegular";
    font-size: 15px;
    color: #6F6F6F;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid #e0e0e0;
    background: url('../images/icon_upload_file2.png') 0 12px no-repeat;
}

#files-list .file-name:first-child {
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.form-request .agreement {
    margin: 0 0 10px 0;
    padding-top: 0;
}

.form-request INPUT[type="text"].filled, .form-request TEXTAREA.filled {
    color: #111111;
}

.form-request .files-container {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
}

@media only screen {

    .form-request input[type="checkbox"] {
        position:absolute;
        width:24px;
        height:24px;
        overflow:hidden;
        margin:0;
        padding:0;
        border:0;
        outline:0;
        opacity:0;
        background: aqua;
    }
    .form-request input[type="checkbox"] + label:before {
        position: absolute;
        display:inline-block;
        width:24px;
        height:24px;
        margin-right:4px;
        background: url(../images/checkbox.png) no-repeat;
        content:" ";
        vertical-align:top;
    }
    .form-request input[type="checkbox"]:focus + label:before {
        background-position:0 -24px;
    }
    .form-request input[type="checkbox"]:checked + label:before {
        background-position:0 -48px;
    }
    .form-request input[type="checkbox"]:checked:focus + label:before {
        background-position:-0 -72px;
    }
    .form-request SPAN {
        display: block;
        padding-left: 39px;
    }
}
