    .pageThankYou {
        width: 1280px;
        height: 700px;
        border-radius: 8px;
        line-height: 1.2;

        margin: 0 auto;

        display: flex;
        justify-content: center;
        align-items: center;

        background: url(http://lev-remont.ru/wp-content/uploads/2025/09/image-16-6.png) center/cover no-repeat;
    }

    @supports (background: url("https://lev-remont.ru/wp-content/uploads/2025/09/image-16-1.webp")) {
        .pageThankYou {
            background: url("https://lev-remont.ru/wp-content/uploads/2025/09/image-16-1.webp") center / cover no-repeat;
        }
    }

    .pageThankYouShape {
        width: 560px;
        border-radius: 8px;
        background-color: #ffffff;
        padding: 30px 0px;
        text-align: center;

        display: flex;
        align-items: center;
        flex-direction: column;

    }

    .pageThankYouShapeTitle {
        font-size: 30px;
        font-weight: 500;
        color: #E8B125;
        margin-bottom: 30px;
    }

    .pageThankYouShapeText {
        font-size: 16px;
        width: 60%;
        margin-bottom: 45px;
    }

    .pageThankYouShapeBtn {
        padding: 15px 50px;
        background-color: #E8B125;
        border-radius: 8px;
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
    }



    @media (max-width: 1199px) {
        .pageThankYou {
            width: 640px;
            height: 400px;
        }

        .pageThankYouShapeTitle {
            font-size: 25px;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 619px) {
        .pageThankYou {
            width: 340px;
            height: 300px;
        }

        .pageThankYouShape {
            width: 300px;
            padding: 20px 0px;
        }

        .pageThankYouShapeTitle {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .pageThankYouShapeText {
            font-size: 14px;
            width: 90%;
            margin-bottom: 30px;
        }

        .pageThankYouShapeBtn {
            padding: 15px 30px;
        }
    }