.call-request {
    height: auto;
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

.call-request p {
    margin: 0;
    line-height: 130%;
}

.call-img-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.call-request__title {
    display: flow-root;
    font-size: 40px;
    line-height: 130%;
}

.call-request__icon {
    margin-right: 0.5rem;
}

.call-request__title--fixed {
    max-width: 690px;
}

.call-request__subtitle {
    font-size: 16px;
}

.call-img-wrapper__img {
    height: 100%;
    width: auto;
    margin-left: 600px;
}

.call-request-form {
    max-width: 549px;
}

.call-request-form__label {
    font-size: 16px;
    font-weight: bold;
}

.call-request-form__input {
    padding: 0 20px;
    height: 60px;
    width: 100%;
    font-size: 16px;
    min-width: 264px;
}

.call-request-form__textarea {
    padding: 20px;
    height: 120px;
    width: 100%;
    resize: none;
    font-size: 16px;
}

.policy {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .call-img-wrapper {
        display: none;
    }

    .call-request__title {
        text-align: center;
        font-size: 20px;
    }


    @media (max-width: 768px) {
        #bitrix24-lead {
            scroll-margin-top: 200px;
        }

        .call-request__subtitle {
            font-size: 14px;
        }

        .call-request-form__button {
            width: 100%;
        }

        .call-img-wrapper__img {
            margin: 0;
        }

        .call-img-wrapper {
            display: flex;
            height: 200px;
            width: 100%;
            left: 0;
            justify-content: center;
            bottom: 0;
        }

        .call-request {
            min-height: 900px;
        }
    }
}