html {
    font-size: 10px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.top-block {
    --dark-blue: #186bff;
}

.top-block {
    width: 100%;
    padding: 7rem 0 5rem;
    margin-top: 60px;
    line-height: normal;
    color: #2c3e50;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-block * {
    box-sizing: border-box;
}

.top-block .divider {
    width: 100%;
    height: 2rem;
}

.top-block__mobile-search {
    display: none;
}

.top-block__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    padding-top: 10rem;
    background-image: url('/blog/wp-content/themes/se_theme/page-templates/backlink-checker-new/assets/images/bg.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120rem;
}

.top-block__head-title {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 5.2rem;
    font-weight: 600;
    color: #2c323b;
}

.top-block__head-description {
    margin-bottom: 5rem;
    font-size: 1.8rem;
    line-height: 1.56;
    color: #171b24;
}

.top-block .trial-button {
    padding: 1.5rem 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    border-radius: 2px;
    transition: all .2s;
}

.top-block .trial-button:hover {
    color: var(--dark-blue);
    background-color: #fff;
}

.top-block__loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top-block__preloader {
    width: 100%;
    border: 1px solid #ececec;
}

.top-block__loader {
    max-width: 8rem;
}

#checker-app,
.backlink-checker-app-wrapper {
    width: 100%;
    min-height: 216px;
}

.top-block__bottom-divider {
    width: 40rem;
    max-width: 80vw;
    height: 1px;
    margin: auto;
    background-color: #d6d8e3;
}

.top-block__body {
    padding: 2rem 0;
    background-color: #0c062d;
}

.top-block__body,
.top-block__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.top-block__top {
    max-width: 860px;
    margin-bottom: 6rem;
}

.top-block__search-wrapper {
    width: 100%;
    margin-bottom: 3.5rem;
}

.top-block__search-hint {
    margin-bottom: 2.5rem;
    color: #fff;
}

.top-block__metrics {
    width: 100%;
    max-width: 1250px;
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.top-block__preloader {
    padding: 2rem 2rem 1rem;
    background-color: #fff;
    border-radius: 5px;
}

.top-block__alert {
    width: 100%;
}

.top-block .over-limit__button {
    padding: 1.7rem 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    border-radius: 27px;
    transition: all .2s;
}

.top-block .over-limit__button:hover {
    color: var(--dark-blue);
    background-color: #fff;
}

.top-block .over-limit__content {
    display: flex;
    align-items: center;
    margin-left: 4rem;
}

.top-block__register-btn {
    display: none;
}

@media screen and (max-width: 800px) {
    .top-block {
        margin-top: 0;
    }

    .top-block__head {
        padding-top: 0;
    }

    .top-block__head-title {
        font-size: 3.3rem;
        font-weight: 700;
    }

    .top-block__head-description {
        margin-bottom: 3rem;
    }

    .top-block__top {
        margin-bottom: 0;
    }

    .top-block__mobile-search {
        display: initial;
    }

    #checker-app,
    .backlink-checker-app-wrapper { min-height: 269px; }
}

@media screen and (max-width: 767px) {
    #checker-app,
    .backlink-checker-app-wrapper {
        display: none;
    }
}
