.b-block-fixed.b-block-form {
    display: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

@media all and (min-width: 1152px) {
    .b-block-fixed.b-block-form {
        display: none;
    }
}
.js-fixed-form.hidden {
    display: none!important;
}
.b-block-fixed.b-block-form {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 888;
}
.b-block-fixed .b-block-form__close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPUlEQVQ4jY2Ty0qDMRCF8yjWXtCl1uL5MtPhf9Zu+galRaGCLroQvJXuiw9SFybwU+1lIBAy+c4kk5Mk6RaYmNldOjPM7A6YSLpNwFzSDvgCbk7BwA3wVZh5Aq4kvUraSXrPOY8OwTnnkaSPsvc1Iq5roitp1RLhH5gWvMo5d/c3dCU9l6O9mdm4decx8Fbg5z9wjYjoS1pWkZzzKOc8asHLiOgfbVJE9IGHIrIFtmX+cBKuAfSARam6AxZA7yw4pZSaprmQNKsCkmZN01ycDVdvSPouYwfMT4pERAd4LMCnu9+7+z3wWdYeI6JzDH6qrnT3pubcvWm57+mPiLtfAi8t2PcLuLu3RF7c/bImBtWFwNrMdOiKZiZgXd3o7oPUatjG3YdHm/RbcChpU583mZkkTY99ov0on2pqZvoBQaSscHCPDkIAAAAASUVORK5CYII=') center center no-repeat;
}
.b-block-fixed.b-block-form .b-block-form__wrapper {
    margin: 0;
    max-width: 100%;
    min-height: 98px;
    padding: 20px 172px;
}

.b-block-fixed.b-block-form .b-block-form__wrapper:after,
.b-block-form__right:after {
    content: '';
    display: block;
    clear: both;
}

.b-block-fixed.b-block-form .b-block-form__inner {
    max-width: 1152px;
    margin: 0 auto;
}

.b-block-form__left {
    width: calc(100% - 502px);
    float: left;
}

.b-block-form__right {
    width: 502px;
    float: right;
}

.b-block-fixed.b-block-form .b-block-form__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 0;
}

.b-block-fixed.b-block-form .b-block-form__text {
    font-size: 16px;
    line-height: 19px;
    margin: 8px 0 0;
}

.b-block-fixed.b-block-form .b-block-form-form__input {
    display: block;
    float: left;
    width: calc(50% - 11px);
    max-width: 240px;
    margin: 0 11px 0 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
}

.
.b-block-fixed.b-block-form .b-block-form-form__input ::-webkit-input-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input ::-moz-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input :-moz-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input :-ms-input-placeholder {
    font-size: 10px;
}

.b-block-fixed.b-block-form .b-block-form-form__submit {
    max-width: 240px;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

.b-block-fixed.b-block-form .b-block-form-form__wrapper {
    display: block;
}

@media (max-width: 1152px) {
    .b-block-fixed.b-block-form .b-block-form__wrapper {
        padding: 25px 40px;
    }
}