.fancybox-wrap-callback-form i{
    display: block;
    width: 151px;
    height: 141px;
    position: absolute;
    background: url("img/obr.png") no-repeat;
    z-index: 999;
    left: -40px;
    top: -30px;
}
#fx-callback-form-id{
    text-align: right;
}

#fx-callback-form-id h3{
    font-size: 29px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 95px;
    margin-bottom: 35px;
    text-align: left;
}
#fx-callback-form-id{
    width: 550px;
}
#fx-callback-form-id dt,
#fx-callback-form-id dd{
    height: 37px;
    line-height: 37px;
    margin-bottom: 30px;
    font-size: 15px;
}

#fx-callback-form-id form{
    box-sizing: border-box;
    padding: 0 10px;
}

#fx-callback-form-id dt{
    float: left;
    width: 70px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
#fx-callback-form-id dd{
    margin-left: 80px;
}
#fx-callback-form-id dd input{
    height: 37px;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}

#fx-callback-form-id .submit{
    background: #77ac10;
    border: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 220px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 20px;
}

#fx-callback-form-id .submit:hover{
    background-color: #9acb3e
}
#fx-callback-form-id .wrong{
    display: block;
}
#fx-callback-form-id .wrong+span{
    color: red;
    font-size: 10px;
    margin-top: -8px;
    position: absolute;
    clear: both;
    display: block;
}

#fx-callback-form-sucess{
    width: 365px;
    margin: 0 auto;
}

#fx-callback-form-sucess p {
    color: #000;
    text-align: center;
    padding: 70px 15px;
    font-size: 18px;
}

#fx-callback-form-sucess p small{
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.fx-callback-form{
    text-transform: uppercase;
    margin-left: -15px;
}