.top-block {
    padding-top: 83px;
    background-color: #ebf7f2;
}

.top-block__content {
    padding-top: 19px;
    padding-bottom: 50px;
}

.top-block__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: var(--heading-color);
    letter-spacing: -.01em;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.top-block__tool-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    color: var(--text-color);
}

.top-block__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--se-heading-color);
}

.top-block_light .breadcrumbs {
    --light-blue: #fff;
}

.top-block__tool-tabs {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 30px;
}

.tool-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px 12px 20px;
    font-size: 15px;
    color: var(--light-gray);
    border-bottom: 1px solid var(--form-border-color);
}

.tool-tab:hover {
    cursor: pointer;
}

.tool-tab label {
    pointer-events: none;
}

.tool-tab__active {
    font-weight: 500;
    color: var(--blue-color);
    border-bottom: 2px solid var(--blue-color);
}

.tool-tab img {
    width: 17px;
    height: 17px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.breadcrumbs {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: var(--light-blue);
    text-align: start;
}

.breadcrumb_last {
    color: var(--text-color);
}

.breadcrumbs a {
    color: var(--light-blue);
}

.top-block_light .geometric-figure_dotted-square {
    background-image: url('/blog/wp-content/themes/se_theme/images/svg/dotted-square-light.svg');
}

@media screen and (min-width: 576px) {
    .breadcrumbs {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .top-block__content {
        padding-top: 50px;
        padding-bottom: 120px;
        border-radius: 20px;
    }

    .top-block__title {
        margin-bottom: 24px;
        font-size: 52px;
        line-height: 60px;
    }

    .top-block__subtitle {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (min-width: 992px) {
    .top-block__title {
        letter-spacing: -.02em;
    }
}