.booklet {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.layout_full .booklet {
    width: 1248px;
    margin: 48px auto;
}

.booklet__left {
    width: 50%;
    background-color: #476bf0;
    position: relative;
    padding: 56px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.booklet__right {
    width: 50%;
    padding: 56px;
    background-color: #fff;
}

.booklet__logo {
    width: 172px;
    height: 42px;
    margin-bottom: 24px;
}

.booklet__heading {
    color: #fff;
}

.booklet__figure {
    position: absolute;
    width: 570px;
    height: 570px;
    right: -90px;
    bottom: -90px;
}

.booklet__img {
    width: 570px;
    height: 570px;
}

.booklet .formBlock {
    background: #fff;
    padding: 0;
}

.booklet .formBlock-content,
.booklet .form-controls {
    margin-bottom: 56px;
}

.booklet .form-fieldSet {
    margin-bottom: 40px;
}

.booklet .form-button {
    width: 100%;
}

.booklet .form-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.booklet .form-privacy {
    margin-bottom: 0;
    color: #696E82;
}

.booklet .formBlock-successImg,
.booklet .formBlock-errorImg {
    width: 64px;
    height: 64px;
    margin-bottom: 56px;
}

.booklet .formBlock-successDescription,
.booklet .formBlock-errorDescription {
    margin-bottom: 56px;
    color: #696E82;
}

.booklet .formBlock-successButton,
.booklet .formBlock-errorButton {
    min-width: 512px;
}

@media (max-width: 1439px) {
    .booklet {
        flex-direction: column;
    }

    .layout_full .booklet {
        width: calc(100% - 96px);
        margin: 48px;
    }

    .booklet__left {
        width: 100%;
    }

    .booklet__right {
        width: 100%;
        padding: 56px 32px;
    }

    .booklet__heading {
        max-width: 600px;
    }

    .booklet__figure {
        width: 360px;
        height: 360px;
        right: -54px;
        bottom: -54px;
    }

    .booklet__img {
        width: 360px;
        height: 360px;
    }

    .booklet .formBlock-wrapper {
        max-width: none;
    }
}

@media (max-width: 1023px) {
    .layout_full .booklet {
        width: calc(100% - 32px);
        margin: 16px;
    }

    .booklet__left {
        margin-bottom: 16px;
        padding: 32px 16px;
        align-items: center;
        border-radius: 16px;
    }

    .booklet__right {
        padding: 40px 0;
        border-radius: 16px;
    }

    .booklet__heading {
        max-width: 480px;
        order: 3;
        text-align: center;
    }

    .booklet__figure {
        position: static;
        width: 96px;
        height: 96px;
        margin-bottom: 24px;
    }

    .booklet__img {
        width: 96px;
        height: 96px;
    }

    .booklet .formBlock-wrapper {
        padding: 0 16px;
    }

    .booklet .formBlock-content,
    .booklet .form-controls {
        margin-bottom: 48px;
    }

    .booklet .form-fieldSet {
        margin-bottom: 28px;
    }

    .booklet .form-privacy {
        padding: 0;
    }

    .booklet .formBlock-success,
    .booklet .formBlock-error {
        width: 100%;
        padding: 0 16px;
    }

    .booklet .formBlock-successButton,
    .booklet .formBlock-errorButton {
        width: 100%;
        min-width: auto;
    }
}