@font-face {
    font-family: roboto-medium-webfont;
    src: url(font/roboto-medium-webfont.ttf);
}
@font-face {
    font-family: roboto-regular-webfont;
    src: url(font/roboto-regular-webfont.ttf);
}
*{
    padding: 0;
    margin: 0;
}
#form-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9998;
    cursor: pointer;
}
#form{
    width: 492px;
    padding: 30px 50px 50px;
    position: fixed;
    background: #FFFFFF;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -300px;
    z-index: 9999;
    border: 4px solid #d4f7ff;
    box-shadow: 0 0 10px #d4f7ff;
    border-radius: 15px;
}
#form h3{
    font-family: roboto-medium-webfont;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
}

.blockfile{
    padding: 0 15px 0 30px;
    height: 30px;
    background: url(../images/upload.png) 10px center no-repeat;
    float: left;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    cursor: pointer;  width:321px;height:48px; margin-left:53px; margin-top:-2px; margin-bottom:17px;
}
.blockfile.active{
    background: url(../images/ok.png) 10px center no-repeat;
}
.inp-file{
    border: none;
    height: 0;
    left: 0px;
    position: absolute;
    width: 0;
}
.inp-send{
    display: block;
    margin: 0 auto;
    background: url(../img/but.png) no-repeat;
    width: 485px;
    height: 62px;
    color: #FFFFFF;
    font-family: roboto-medium-webfont;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.spr{
    clear: both;
    height: 10px;
}
#calltext{
    display: block;
    margin-top: 10px;
    position: absolute;
    right: 50px;
}
.first-name{
    display: none;
}