.callme-form {
    max-width: 300px;
}

.jsplash-inner.callme-js-form {
    text-align: left;
    padding: 0;
    max-width: 800px;
    overflow: visible;
}

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

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

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

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

.callme-form {
    text-align: left;
    padding: 0;
    width: 660px;
    max-width: 660px;
    margin: 0 auto;
}

.callme-form .form {
    position: relative;
    padding: 0 0 0 340px;
    margin: 0 auto;
}

.callme-form .form-header {
    position: absolute;
    background: url(/modules/Callme/public/front/img/callme-back.svg);
    height: 100%;
    background-size: cover;
    left: 0;
    top: 0;
    width: 340px;
    border-radius: 6px 0 0 6px;
    z-index: 1;
}

.callme-form .info {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 180px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.callme-form .form-header .phone {
    position: absolute;
    height: 360px;
    right: -20px;
    top: 0px;
    width: 196px;
    border-radius: 6px 0 0 6px;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
    -webkit-transition: all 240ms 160ms ease-out;
    transition: all 240ms 160ms ease-out;
    top: -10px;
}

.callme-form .form-header .phone:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/modules/Callme/public/front/img/callme-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.callme-form .form-header .phone:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 90%;
    margin: 10% 0 0 10%;
    border-radius: 20px;
    -webkit-box-shadow: -20px 10px 50px -17px rgba(0, 0, 0, 0.6);
    box-shadow: -20px 10px 50px -17px rgba(0, 0, 0, 0.6);
}

.jsplash-viewport.callme-js-form .form-header .phone {
    top: 0;
}

.jsplash-viewport.callme-js-form.jsplash-visible .form-header .phone {
    top: -10px;
}

.callme-form .form-header:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 66px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.04)));
    background-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.04) 100%);
    z-index: 1;
}

.callme-form .inner {
    padding: 20px;
    width: 280px;
    position: relative;
    z-index: 2;
    background: #fff;
    /* background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(243, 243, 243)), color-stop(20%, rgb(255, 255, 255)), to(rgb(255, 255, 255))); */
    /* background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%); */
    /* border-radius: 0 6px 6px 0; */
}

.callme-form .feedback-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}