@media screen and (max-width: 1440px) {
    .corporate-help-page__solve-together-content.grid-container-1440 {
        row-gap: 56px;
    }

    .corporate-help-page__solve-together-title {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .corporate-help-page__solve-together-title {
        display: none;
    }

    .corporate-help-page__solve-together-title-v2 {
        display: block;
    }

    .corporate-help-page__solve-together-subtitle {
        grid-column: span 2;
        grid-row: unset;
        max-width: unset;
    }

    .corporate-help-page__solve-together-people {
        margin-top: 8px;
        grid-column: 1 / -1;
        grid-row: 2;
        gap: 10px;
        justify-content: start;
    }

    .corporate-help-page__solve-together-subtitle.subtitle-right {
        grid-column: span 2;
        grid-row: unset;
        order: 1;
    }

    .corporate-help-page__solve-together-person {
        max-width: calc(50% - 5px);
    }


    .corporate-help-page__presentation-content {
        flex-direction: column-reverse;
        gap: 48px;
        grid-column: 1 / -1;
        max-width: 720px;
        margin: 0 auto;
        padding: 40px 10px 10px;
    }

    .corporate-help-page__presentation-content > div {
        padding: 0 24px;
    }

    .corporate-help-page__presentation-content img {
        width: 100%;
        max-width: 100%;
    }

    .corporate-help-page__presentation .btn img {
        max-width: 16px;
        border-radius: 0;
    }
}

@media screen and (max-width: 1024px) {
    .corporate-help-page .hero-design .btn {
        margin-top: 26px;
    }

    .corporate-help-page .hero-design {
        padding-bottom: 57px;
        background-position: 85% center;
        background-image: linear-gradient(270deg, rgba(38, 38, 38, 0) 54.21%, rgba(38, 38, 38, 0.4) 67.25%, rgba(38, 38, 38, 0.5) 78.21%), url(../../img/corporate_help/corporate_help_hero.png);
        margin-bottom: 116px;
    }

    .corporate-help-page__why-should-help-item {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 24px;
    }

    .corporate-help-page__why-should-help > h1 {
        max-width: 750px;
    }

    .corporate-help-page__why-should-help-item-headers {
        grid-column: 2 / -1;
    }

    .corporate-help-page__why-should-help-item-text {
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item h3 {
        /*font-size: clamp(1.5rem, 0.643rem + 1.79vw, 2.25rem);*/
        font-size: 32px;
        letter-spacing: -0.01em;
        line-height: 110%;
    }

    .corporate-help-page__how-to-help-item.item-1 {
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item.item-2 {
        grid-row: 2;
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item.item-3 {
        grid-row: 3;
        grid-column: 1 / span 2;
    }

    .corporate-help-page__how-to-help-item.item-4 {
        grid-row: 3;
        grid-column: 3 / span 2;
    }

    .corporate-help-page__how-to-help-item.item-5 {
        grid-row: 4;
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item.item-6 {
        grid-row: 5;
        grid-column: 1 / -1;
    }

    .corporate-help-page__other-ways-left {
        grid-column: 1 / -1;
    }

    .corporate-help-page__other-ways-left h2 {
        grid-column: 1 / -1;
        margin-left: 0;
        text-indent: 0;
        font-size: 52px;
        line-height: 102%;
    }

    .corporate-help-page__other-ways-left p {
        grid-column: 1 / -1;
        margin: 17px 0 46px 0;
    }

    .corporate-help-page__other-ways-left a {
        grid-column: 1 / -1;
    }

    .corporate-help-page__other-ways-right {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 66px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .corporate-help-page__other-ways-right br {
        display: none;
    }

    .corporate-help-page__other-ways-img {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin: 0 !important;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block {
        grid-column: 1 / -1 !important;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block.first {
        grid-row: 2;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block.second {
        grid-row: 3;
    }

    .corporate-help-page .hero-design .breadcrumb-item a {
        color: var(--grey-500);
    }

    .corporate-help-page .hero-design .breadcrumb-item.active {
        color: var(--white);
    }

    .hero-design .breadcrumb-item + .breadcrumb-item::before {
        color: var(--white);
    }

    .corporate-help-page .hero-design .hero-title {
        color: var(--white);
    }

    .corporate-help-page__solve-together-title-v2 h1 {
        font-size: clamp(2.5rem, -3.125rem + 15.63vw, 4.375rem);
    }

    .corporate-help-page__solve-together-content.grid-container-1440 {
        row-gap: 47px;
    }

    .corporate-help-page__solve-together-person-text p {
        font-size: 20px;
    }

    .corporate-help-page__solve-together-person-text p:first-child {
        font-size: 20px;
    }

    .corporate-help-page__solve-together-people {
        margin-bottom: 10px;
    }

    .corporate-help-page__solve-together {
        margin-bottom: 99px;
    }

    .corporate-help-page__presentation-content h1 {
        font-size: 52px;
        max-width: 400px;
        margin-bottom: 18px;
    }

    .corporate-help-page__presentation-content img {
        height: 440px;
        object-fit: cover;
    }

    .corporate-help-page__presentation .btn img {
        height: auto;
    }

    .corporate-help-page__why-should-help {
        margin-top: 112px;
        margin-bottom: 120px;
    }

    .corporate-help-page__why-should-help-item {
        padding: 54px 0 52px;
        row-gap: 19px;
    }

    .corporate-help-page__why-should-help-item:last-child {
        margin-right: -5px;
    }

    .corporate-help-page__how-to-help h1 {
        font-size: 52px;
        max-width: 594px;
        padding: 0 24px;
        margin-bottom: 57px;
    }

    .corporate-help-page__how-to-help-item {
        padding: 39px 38px 24px 32px;
        min-height: 300px;
    }

    .corporate-help-page__how-to-help-item.item-3, .corporate-help-page__how-to-help-item.item-4 {
        min-height: 340px;
    }

    .corporate-help-page__how-to-help {
        margin-bottom: 109px;
    }

    .corporate-help-page__logo-scroller h2 {
        font-size: 52px;
        padding: 0 24px;
        line-height: 106%;
    }

    .corporate-help-page__logo-scroller {
        padding-top: 108px;
        padding-bottom: 109px;
        margin-bottom: 115px;
    }

    .corporate-help-page__logo-scroller .scroller-container.top-row {
        margin-top: 56px;
    }

    .corporate-help-page__logo-scroller .scroller-item {
        min-height: unset;
    }

    .corporate-help-page__logo-scroller .scroller-item .img-container {
        height: 100px !important;
    }

    .corporate-help-page__logo-scroller .company-name {
        padding: 0 8px;
    }

    .corporate-help-page__logo-scroller .company-description {
        padding: 0 8px;
    }

    .corporate-help-page__logo-scroller .company-name {
        margin-bottom: 4px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block h3,
    .corporate-help-page__materials .corporate-help-page__materials-block.second h3 {
        font-size: 32px;
        max-width: 390px;
        letter-spacing: -0.01em;
        line-height: 110%;
        margin-bottom: 60px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block-inner {
        padding: 33px 40px 40px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block.first {
        margin-bottom: 10px;
    }

    .corporate-help-page__solve-together-subtitle {
        grid-column: 1 / -1;
    }

    .corporate-help-page__solve-together-subtitle.subtitle-right {
        grid-column: 1 / -1;
        margin-left: 0;
        margin-top: -28px;
    }
}

@media (max-width: 768px) {
    .corporate-help-page__logo-scroller .company-name {
        font-size: 20px;
    }

    .corporate-help-page__logo-scroller .company-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .corporate-help-page .hero-design {
        background-position: 87% center;
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 68.19%), url(../../img/corporate_help/corporate_help_hero.png);
        margin-bottom: 75px;
    }

    .corporate-help-page .hero-design .breadcrumb-item {
        color: var(--grey-400);
    }

    .corporate-help-page .hero-design .hero-title {
        margin-top: auto;
    }

    .corporate-help-page .hero-design .btn {
        margin-top: auto;
        padding: 13px 24px;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .corporate-help-page__solve-together-people {
        flex-direction: column;
        grid-column: 1 / -1;
        gap: 27px;
        margin-bottom: 4px;
    }

    .corporate-help-page__solve-together-subtitle.subtitle-right {
        margin-top: -17px;
    }

    .corporate-help-page__solve-together-person {
        max-width: 100%;
    }

    .corporate-help-page__solve-together-person-text {
        max-width: 100%;
    }

    .corporate-help-page__how-to-help-item.item-1 {
        grid-row: 1;
    }

    .corporate-help-page__how-to-help-item.item-2 {
        grid-row: 2;
    }

    .corporate-help-page__how-to-help-item.item-3 {
        grid-row: 3;
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item.item-4 {
        grid-row: 4;
        grid-column: 1 / -1;
    }

    .corporate-help-page__how-to-help-item.item-5 {
        grid-row: 5;
    }

    .corporate-help-page__how-to-help-item.item-6 {
        grid-row: 6;
    }

    .corporate-help-page__solve-together-title-v2 h1 {
        font-size: 40px;
    }

    .corporate-help-page__solve-together-title-v2 .has-margin {
        margin-left: 24px;
    }

    .corporate-help-page__solve-together-content.grid-container-1440 {
        row-gap: 34px;
    }

    .corporate-help-page__solve-together-person img {
        width: 60px;
        height: 60px;
    }

    .corporate-help-page__solve-together-person-text p {
        font-size: 14px;
        max-width: 200px;
    }

    .corporate-help-page__solve-together-person-text p:first-child {
        font-size: 16px;
        font-weight: 600;
        max-width: unset;
    }

    .corporate-help-page__solve-together-subtitle {
        font-size: 16px;
    }

    .corporate-help-page__solve-together {
        margin-bottom: 54px;
    }

    .corporate-help-page__presentation-content h1 {
        font-size: 28px;
        max-width: 240px;
        margin-bottom: 13px;
    }

    .corporate-help-page__presentation-content {
        padding: 30px 10px 10px;
        gap: 32px;
    }

    .corporate-help-page__presentation-content > div {
        padding: 0 8px;
    }

    .corporate-help-page__presentation-content p {
        font-size: 16px;
        max-width: 305px;
        margin-bottom: 32px;
    }

    .corporate-help-page__presentation .btn {
        padding: 13px 25px;
    }

    .corporate-help-page__presentation-content img {
        height: 220px;
    }

    .corporate-help-page__why-should-help {
        margin-top: 76px;
        margin-bottom: 73px;
    }

    .corporate-help-page__why-should-help > h1 {
        margin-bottom: 42px;
    }

    .corporate-help-page__why-should-help-item {
        grid-template-columns: 50px 1fr;
    }

    .corporate-help-page__why-should-help-item-headers * {
        font-size: 22px;
    }

    .corporate-help-page__why-should-help-item-text {
        font-size: 16px;
        max-width: 343px;
    }

    .corporate-help-page__how-to-help h1 {
        font-size: 40px;
        margin-bottom: 27px;
    }

    .corporate-help-page__how-to-help-item img {
        width: 20px;
        height: 20px;
    }

    .corporate-help-page__how-to-help-item h3 {
        font-size: 22px;
    }

    .corporate-help-page__how-to-help-item {
        min-height: 238px;
        padding: 29px 27px 19px 25px;
    }

    .corporate-help-page__how-to-help-item h3 {
        line-height: 116%;
    }

    .corporate-help-page__how-to-help-item.item-3, .corporate-help-page__how-to-help-item.item-4 {
        min-height: 186px;
    }

    .corporate-help-page__other-ways-left h2 {
        font-size: 22px;
        line-height: 117%;
        letter-spacing: 0;
    }

    .corporate-help-page__how-to-help {
        margin-bottom: 77px;
    }

    .corporate-help-page__other-ways-left p {
        font-size: 16px;
        margin: 11px 0 31px 0;
    }

    .corporate-help-page__other-ways-left a {
        width: fit-content;
        height: unset;
        padding: 6px 23px;
    }

    .corporate-help-page__other-ways-right {
        margin-top: 41px;
    }

    .corporate-help-page__logo-scroller h2 {
        font-size: 28px;
        line-height: 100%;
    }

    .corporate-help-page__logo-scroller h2 span.yellow {
        display: block;
        width: fit-content;
        margin: 0 auto;
        padding: 6px;
    }

    .corporate-help-page__logo-scroller {
        padding-top: 73px;
        padding-bottom: 79px;
        margin-bottom: 75px;
    }

    .corporate-help-page__logo-scroller .scroller-container.top-row {
        margin-top: 39px;
    }

    .corporate-help-page__logo-scroller .scroller-item .img-container {
        height: 80px !important;
    }

    .corporate-help-page__materials h1 {
        margin-bottom: 25px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block {
        padding: 4px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block h3,
    .corporate-help-page__materials .corporate-help-page__materials-block.second h3 {
        font-size: 22px;
        max-width: 250px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block .btn {
        width: fit-content;
        padding: 14px 22px;
    }

    .corporate-help-page__materials .corporate-help-page__materials-block-inner {
        padding: 19px 24px 23px;
    }
}

@media (max-width: 375px) {
    .corporate-help-page__logo-scroller .company-name {
        font-size: 16px;
    }

    .corporate-help-page__other-ways-img.img-1,
    .corporate-help-page__other-ways-img.img-2 {
        margin-bottom: 4px;
    }

    .corporate-help-page__other-ways-img.img-1,
    .corporate-help-page__other-ways-img.img-3 {
        margin-right: 0px;
    }

    .corporate-help-page__solve-together-title-v2 h1 {
        font-size: clamp(2rem, -0.909rem + 14.55vw, 2.5rem);
    }
}

@media (hover: hover) {
    .corporate-help-page__how-to-help-item:hover {
        background-color: var(--green);
        cursor: pointer;
    }

    .corporate-help-page__presentation .btn:hover,
    .corporate-help-page__materials .btn:hover {
        background-color: var(--green);
        color: var(--black);
        cursor: pointer;
    }

    .corporate-help-page__presentation .btn:hover .black-icon,
    .corporate-help-page__materials .btn:hover .black-icon {
        display: inline;
    }

    .corporate-help-page__presentation .btn:hover .white-icon,
    .corporate-help-page__materials .btn:hover .white-icon {
        display: none;
    }
}