.price-block__top {
    display: grid;
    max-width: 558px;
    margin: 0 auto;
    text-align: center;
    grid-gap: 32px;
}

.price-block__undertitle {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 24px;
    color: var(--se-text-color);
}

@media screen and (max-width: 767px) {
    .price-block__undertitle {
        margin-bottom: 32px;
        text-align: start;
    }
}

@media screen and (min-width: 1200px) {
    .price-block__figureset .geometric-figure {
        z-index: -1;
    }

    .price-block__figure-01.geometric-figure_square {
        top: 204px;
        left: 15%;
        width: 16px;
        height: 16px;
        border: 2px solid var(--se-main-color-blue-lotus);
        border-radius: 2px;
    }

    .price-block__figure-02 {
        top: 196px;
        right: 16%;
        width: 27px;
        height: 24px;
        background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/triangle.svg');
    }

    .price-block__figure-03, .price-block__figure-04, .price-block__figure-07, .price-block__figure-08 {
        width: 320px;
        height: 320px;
        border-radius: 50%;
    }

    .price-block__figure-03 {
        top: -200px;
        right: -200px;
        background: var(--se-shape-color-green);
    }

    .price-block__figure-04 {
        right: -200px;
        bottom: -235px;
        background: var(--se-shape-color-blue-lotus);
    }

    .price-block__figure-05 {
        right: 11%;
        bottom: 146px;
        width: 22px;
        height: 22px;
        border: 2px solid var(--se-main-color-cyan);
    }

    .price-block__figure-06 {
        bottom: 127px;
        left: 11%;
        width: 20px;
        height: 20px;
        border-color: var(--se-main-color-green);
    }

    .price-block__figure-06:before, .price-block__figure-06:after {
        background-color: var(--se-main-color-green);
    }

    .price-block__figure-07 {
        bottom: -235px;
        left: -200px;
        background: var(--se-shape-color-yellow);
    }

    .price-block__figure-08 {
        top: -200px;
        left: -200px;
        background: var(--se-shape-color-cyan);
    }

    .price-block__figure-09 {
        bottom: 424px;
        left: -59px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
        opacity: .7;
    }

    .price-block__figure-10 {
        right: -59px;
        bottom: 424px;
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
        opacity: .7;
    }
}

