.fancypopup-form .fancybox-close-small{
    color: #fff;
}
.popup-form {
    max-width: 400px;
}
.popup-form__title{
    font-size: 22px;
    margin: -24px -24px 20px -24px;
    line-height: 60px;
    padding: 0 24px;
    background-color: #565656;
    color: #fff;
}
.popup-form__field {

}


.popup-form__field label {
    font-size: 18px;
    color: #107fc9;
    display: block;
    line-height: 22px;
}

.popup-form__field label .starrequired {
    color: red;
}

.popup-form__field input[type="submit"] {
    background-color: #107fc9;
    font-size: 18px;
    color: #fff;
    border: none;
    line-height: 42px;
    width: 100%;
}
.popup-form__field select,
.popup-form__field input[type="text"] {
    width: 100%;
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px #ccc solid;
    margin-bottom: 15px;
    background-color: #fff;
}

@media (max-width: 540px) {
    #popup-form {
        width: 100%;
    }
}