.callme-form-module {
    margin: 20px 0 50px 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
}

.callme-form-module .validation-error {
    font-size: 13px;
    position: absolute;
    bottom: -20px;
    padding: 2px 5px;
    color: #ffffff;
    border: 1px solid #bbb;
    transition: all 240ms ease-out;
    border-radius: 4px;
    background: #202e31;
    box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, 0.32);
    opacity: 0;
}

.callme-form-module .validation-error:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 4px solid #202e31;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    top: -4px;
    left: 6px;
}

.callme-form-module .validation-error.-visible {
    opacity: 1;
}

.callme-form-module .error {
    border: 1px solid red;
}

.jsplash-wrapper.callme-js-form {
    padding: 0;
}

.jsplash-inner .callme-form-module {
    margin: 0;
    width: 300px;
}

.jsplash-inner .callme-form-module label > span {
    text-align: left;
    display: block;
    font-size: 13px;
}

.jsplash-inner .callme-form-module .button-field {
    margin: 0;
}

.jsplash-inner .callme-form-module .button-field input {
    margin-top: 0;
}

.jsplash-wrapper.feedback-success {
    padding: 0;
}

.jsplash-inner.feedback-success {
    text-align: left;
    max-width: 600px;
}

.jsplash-inner.feedback-success .success-box {
    display: flex;
}

.jsplash-inner.feedback-success .success-image {
    width: 230px;
    background: #ffb50d url("/modules/Callme/public/front/img/manager.png") no-repeat top center;
    background-size: cover;
}

.jsplash-inner.feedback-success .success-text {
    padding: 20px;
}

.jsplash-inner.feedback-success h2 {
    margin: 0 0 10px 0;
    line-height: 18px;
}

.jsplash-inner.feedback-success h4 {
    margin: 0 0 40px 0;
    line-height: 16px;
    color: #717171;
}

.jsplash-inner.feedback-success .social-box {
    font-size: 13px;
    max-width: 210px;
    color: #717171;
    line-height: 16px;
}

.jsplash-inner.feedback-success .social-box a {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 11px;
    background-size: contain;
    margin: 8px 8px 0 0;
}

.jsplash-inner.feedback-success .social-box .instagram {
    background-image: url("/public/img/instagram.svg");
}

.jsplash-inner.feedback-success .social-box .vk {
    background-image: url("/public/img/vk.svg");
}
