.client-hero {
    min-height: 100vh;
    background: var(--sun-yellow);

    display: flex;
}

.client-hero__left {
    padding-top: 146px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 40%;
}

.client-hero__left a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 5px;

    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    color: var(--black-1000);
}

.client-hero__left h1 {
    margin-top: auto;
    text-align: left;
    font-size: clamp(3.25rem, 1.667rem + 3.3vw, 5.625rem);
}

.client-hero__left h1::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.client-hero__left h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.client-hero__right {
    margin-left: auto;
    flex-grow: 1;
    width: 60%;
}

.client-hero__right .img-container {
    width: 100%;
    height: 100%;
}

.client-hero__right .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-main {
    padding-top: 120px;
}

.client-main p {
    font-weight: 400;
    font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
    line-height: 130%;
    letter-spacing: -0.03em;
    color: var(--black-1000);
    text-align: left;
}

.client-main .client-row-1 img {
    max-width: 147px;
    grid-column: 5 / span 1;
    margin-left: -11px;
    margin-top: -13px;
}

.client-main .client-row-1 p {
    margin-top: auto;
    grid-column: 2 / span 4;
    margin-right: 30px;
}

.client-main .client-row-1 h2 {
    text-align: left;
    grid-row: 1 / span 2;
    grid-column: 6 / -1;
}

.client-main .client-row-1 h2::before {
    content: "";
    display: block;
    margin-top: -0.16em;
}

.client-main .client-row-1 h2::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.client-main .client-row-2 .quote {
    grid-column: 2 / span 4;
    grid-row: 1 / span 2;
    background-color: var(--white);
    margin-right: 30px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.client-main .client-row-2 .quote::after {
    content: "";
    background-image: url("../../img/icons/white-triangle.svg");
    background-repeat: no-repeat;
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: 155px;
    right: -25px;
}

.client-main .client-row-2 .quote p {
    font-weight: 500;
    font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
    line-height: 112%;
    letter-spacing: -0.03em;
}

.client-main .client-row-2 p:nth-child(2) {
    grid-column: 6 / span 3;
    padding-top: 10px;
    margin-right: 30px;
    line-height: 133%;
    margin-bottom: 16px;
}

.client-main .client-row-2 p:nth-child(3) {
    grid-column: 9 / span 4;
    padding-top: 10px;
    margin-left: -3px;
    line-height: 133%;
}

.client-main .client-row-2 .person {
    margin-top: auto;
    grid-column: 6 / span 3;
    padding-bottom: 11px;
}

.client-main .client-row-2 .person-img {
    max-width: 135px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-bottom: 20px;
}

.client-main .client-row-2 .person-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
}

.client-main .client-row-2 .person h4 {
    text-align: left;
}

.client-main .client-row-2 .person p {
    color: #858585;
    margin-left: 0;
    padding-top: 0;
}

.client-main .client-row-3 {
    padding-bottom: 108px;
}

.client-main .client-row-3 h2 {
    grid-column: 1 / span 8;
    text-align: left;
    text-indent: 153px;
    margin-right: 40px;
    margin-top: -13px;
}

.client-main .client-row-3 .desc-block {
    grid-column: 9 / span 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 16px;
}

.client-main .client-row-3 .desc-block p {
    line-height: 131%;
}

.client-information {
    background-color: var(--black-500);
    margin: 0 clamp(1.5rem, 0.357rem + 1.79vw, 2.5rem);
    border-radius: 10px;
    margin-bottom: 120px;
}

.client-information__left {
    grid-column: 1 / span 5;
    margin: 10px 30px 10px 10px;
}

.client-main .client-information .grid-container {
    margin: 0;
    align-items: center;
}

.client-information__left img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 722 / 427;
}

.client-information__right {
    grid-column: 6 / -1;
    display: flex;
    flex-direction: column;
    margin-right: clamp(1rem, -3.571rem + 7.14vw, 5rem);
}

.client-information__item {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: end;
    gap: clamp(1.5rem, -3rem + 7.03vw, 5.438rem);
    padding: clamp(0.938rem, -1.42rem + 3.68vw, 3rem) 0;

    border-top: 1px solid var(--grey-1000);
    border-bottom: 1px solid var(--grey-1000);
}

.client-information__item:last-child {
    border-top: 0;
}

.client-information__item h3 {
    font-weight: 400;
    font-size: clamp(2rem, -0.286rem + 3.57vw, 4rem);
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--white);
    text-align: left;
    white-space: nowrap;
}

.client-information__item h3::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.client-information__item h3::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.client-information__item p {
    font-weight: 500;
    font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--white);
}

.client-page .six-circle-block h1 + p {
    display: block;
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
    font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
    line-height: 130%;
    letter-spacing: -0.03em;
    max-width: 670px;
    margin-bottom: 54px;
}

.client-page .six-circle-block h1 {
    margin-bottom: 32px;
    padding-top: 120px;
}

.client-page .six-circle-block {
    background-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 120px;
}

.client-page .support {
    margin-bottom: 0;
}

.client-page .support .support__left-top h1::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.client-page .support .support__left-top h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.client-page .support .form-sum-desc {
    margin-bottom: 88px;
}

.client-page .support .support__form {
    padding-top: clamp(2.5rem, 0.667rem + 3.82vw, 5.25rem);
}

.client-page .support p {
    text-align: center;
}

.client-main .article-page-main {
    padding-bottom: 120px;
    margin-top: 0px !important;
}