.check-backlinks {
    background-color: var(--se-accent-blue);
}

#checker-app {
    width: 100%;
}

.check-backlinks__head {
    width: max-content;
    margin: 0 auto 32px;
    text-align: center;
    display: grid;
    grid-gap: 32px;
}

.check-backlinks .check-backlinks__title {
    color: #fff;
}

.check-backlinks .check-backlinks__undertitle {
    line-height: 24px;
    color: var(--se-stroke-color);
}

.check-backlinks__figures-positioner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .check-backlinks__head {
        width: 100%;
        max-width: 750px;
    }
}

@media screen and (max-width: 767px) {
    .check-backlinks__head {
        width: auto;
        text-align: start;
        grid-gap: 24px;
        margin-bottom: 24px;
    }

    .check-backlinks__title::after {
        display: none;
    }
}

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

    .cta-block__figureset .geometric-figure_dotted-square {
        width: 125px;
        height: 125px;
        background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
        opacity: .3;
    }

    .cta-block__figure-01 {
        top: 73px;
        left: -71px;
    }

    .cta-block__figure-02 {
        bottom: -72px;
        left: 11%;
    }

    .cta-block__figure-03 {
        right: 20.3%;
        bottom: -72px;
    }

    .cta-block__figure-04 {
        top: -73px;
        right: 11%;
    }

    .cta-block__figure-05 {
        top: 135px;
        left: 20%;
    }

    .cta-block .cta-block__figure-05:before,
    .cta-block .cta-block__figure-05:after {
        width: 2px;
        height: 20px;
        background-color: var(--se-main-color-yellow);
    }

    .cta-block__figure-06 {
        top: 135px;
        right: 20%;
        width: 20px;
        height: 20px;
        border: 2px solid var(--se-main-color-green);
        border-radius: 50%;
    }

    .cta-block__figure-07 {
        bottom: 120px;
        left: 9%;
        width: 18px;
        height: 18px;
        border: 2px solid var(--se-main-color-purple);
        border-radius: 2px;
        transform: rotate(20deg);
    }

    .cta-block__figure-08.geometric-figure_triangle {
        right: 9%;
        bottom: 107px;
        width: 26px;
        height: 26px;
        background-image: url('/wp-content/themes/se_theme/page-templates/backlink-checker-2023/assets/images/cta-block-figure-1.png');
        border: none
    }
}