.agency-general-info {
    margin-top: 120px;
    margin-bottom: 120px;
}

.agency-general-info-title {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: var(--se-heading-color);
    letter-spacing: -0.32px;
}

.agency-general-info__wrapper {
    display: grid;
    padding: 20px;
    background: var(--se-main-color-grey-dark);
    border-radius: 8px;
    grid-template-columns: repeat(40, 1fr);
    grid-template-rows: auto auto;
    gap: 12px;
}

.agency-general-info-item:nth-child(1) {
    grid-column: span 9;
    grid-row: 1;
}

.agency-general-info-item:nth-child(2) {
    grid-column: span 31;
    grid-row: 1;
}

.agency-general-info-item:nth-child(3) {
    grid-column: span 10;
    grid-row: 2;
}

.agency-general-info-item:nth-child(4) {
    grid-column: span 10;
    grid-row: 2;
}

.agency-general-info-item:nth-child(5) {
    grid-column: span 10;
    grid-row: 2;
}

.agency-general-info-item:nth-child(6) {
    grid-column: span 10;
    grid-row: 2;
}

.agency-general-info-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--se-stroke-color);
    border-radius: 5px;
    gap: 24px;
}

.agency-general-info-item .agency-general-info-icon {
    background: var(--se-main-color-grey-dark);
}

.agency-general-info-icon {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
    color: var(--se-heading-color);
    gap: 16px;
}

.agency-general-info-text {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--se-heading-color);
    gap: 10px;
}

.agency-general-info-link {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--se-heading-color);
    background: #fff;
    border: 1px solid var(--se-stroke-color);
    border-radius: 5px;
    transition: .24s;
}

.agency-general-info-link:hover {
    color: var(--se-accent-blue);
    text-decoration: none;
    cursor: pointer;
    border: 1px solid var(--se-accent-blue);
}

.agency-general-info__top-score-wrapper {
    position: relative;
    height: max-content;
}

.single-agencies .hint_pop {
    z-index: 99;
    padding: 12px;
    font-size: 12px;
    background: var(--se-text-color);
    border-radius: 5px;
    box-shadow: 0 2px 4px 2px rgba(29, 29, 38, .1);
}

.agency-general-info__hint-link {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--se-accent-blue);
    text-align: center;
    text-decoration-line: underline;
}

.single-agencies .hint_pop p {
    color: #fff;
}

.agency-general-info__top-score-wrapper.hint_trigger {
    z-index: 2;
}

.agency-general-info__top-score-wrapper svg {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.agency-general-info__top-score-wrapper .color-line {
    --svg-length: 226px;
    stroke-dashoffset: var(--svg-length);
    stroke-dasharray: var(--svg-length);
}

.agency-general-info__top-score-number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--se-heading-color);
    transform: translateX(-50%) translateY(calc(100% - 66px));
}

@media screen and (min-width: 1200px) {
    .agency-general-info__figure-01 {
        bottom: 50%;
        left: -164px;
        width: 220px;
        height: 220px;
        background-color: var(--se-shape-color-cyan);
        transform: translateY(50%);
    }

    .agency-general-info__figure-02 {
        top: 163px;
        left: calc(50% - 740px);
        width: 16px;
        height: 16px;
        border: 2px solid var(--se-main-color-purple);
        border-radius: 2px;
        transform: rotate(20deg);
    }

    .agency-general-info__figure-03 {
        bottom: 161px;
        left: calc(50% - 815px);
        width: 20px;
        height: 18px;
        background-image: url('/blog/wp-content/themes/se_theme/post-templates/single-agencies/assets/images/icons/general-info-triangle.svg');
        transform: rotate(-18deg);
    }

    .agency-general-info__figure-04 {
        top: 160px;
        right: calc(50% - 740px);
    }

    .agency-general-info .agency-general-info__figure-04:before,
    .agency-general-info .agency-general-info__figure-04:after {
        z-index: 2;
        width: 2px;
        height: 20px;
        content: '';
        background-color: var(--se-main-color-blue-lotus);
    }

    .agency-general-info__figure-05 {
        right: calc(50% - 815px);
        bottom: 167px;
        width: 16px;
        height: 16px;
        border: 2px solid var(--se-main-color-orange);
    }

    .agency-general-info__figure-06 {
        right: -164px;
        bottom: 50%;
        width: 220px;
        height: 220px;
        background-color: var(--se-main-color-purple);
        transform: translateY(50%);
    }
}

@media screen and (max-width: 1199px) {
    .agency-general-info {
        padding: 0;
    }

    .agency-general-info-item {
        padding: 18px;
        gap: 18px;
    }
}

@media screen and (max-width: 991px) {
    .agency-general-info {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .agency-general-info__wrapper {
        grid-template-columns: repeat(2, 1fr, 1fr);
        gap: 12px;
    }

    .agency-general-info-item:nth-child(1) {
        grid-column: span 12;
        grid-row: 1;
    }

    .agency-general-info-item:nth-child(2) {
        grid-column: span 28;
        grid-row: 1;
    }

    .agency-general-info-item:nth-child(3) {
        grid-column: span 20;
        grid-row: 2;
    }

    .agency-general-info-item:nth-child(4) {
        grid-column: span 20;
        grid-row: 2;
    }

    .agency-general-info-item:nth-child(5) {
        grid-column: span 20;
        grid-row: 3;
    }

    .agency-general-info-item:nth-child(6) {
        grid-column: span 20;
        grid-row: 3;
    }
}

@media screen and (max-width: 767px) {
    .agency-general-info {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .agency-general-info-title {
        margin-bottom: 24px;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    .agency-general-info__container.container {
        padding: 0;
    }

    .agency-general-info__wrapper {
        grid-template-columns: repeat(1fr);
        gap: 8px;
    }

    .agency-general-info-item {
        padding: 16px;
    }

    .agency-general-info-item:nth-child(1) {
        grid-column: span 40;
        grid-row: 1;
    }

    .agency-general-info-item:nth-child(2) {
        grid-column: span 40;
        grid-row: 2;
    }

    .agency-general-info-item:nth-child(3) {
        grid-column: span 40;
        grid-row: 3;
    }

    .agency-general-info-item:nth-child(4) {
        grid-column: span 40;
        grid-row: 4;
    }

    .agency-general-info-item:nth-child(5) {
        grid-column: span 40;
        grid-row: 5;
    }

    .agency-general-info-item:nth-child(6) {
        grid-column: span 40;
        grid-row: 6;
    }
}