.callback-form {
    width: 400px
}
.fancybox-content {
    background: #222 !important;
}
.callback-form .block-title {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px -3px rgb(254 204 9 / 35%);
    font-weight: 900;
    color: #fff
}


.callback-form input[type="text"], .callback-form input[type="email"] {
    width: 100%
}

.callback-form input.error {
    border-color: #f00
}

.callback-form .fbRow .fLeft {
    width: 20px;
    float: left
}

.callback-form .fbRow .fbDiv {
    padding-left: 30px
}

.callback-form .fbRow .btn {
    display: block;
    margin: 0 auto;
    width: 180px;
    text-align: center;
    padding: 10px 5px;
}