@media screen and (max-width: 1440px) {
    .who-is__main-desc h1:nth-of-type(6) {
        margin-bottom: 64px;
    }

    .who-is__main-desc .photo-center p {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.03em;
    }

    .who-is__main-desc .photo-center .button-block {
        padding-right: 0;
        gap: 31px;
    }

    .who-is__reasons .statistic-desc {
        font-size: 16px;
        font-weight: 400;
        margin-top: 17px;
    }

    .who-is__myths h1 span {
        padding-left: 229px;
    }

    .myths-card h2 {
        font-size: 52px;
    }

    .myths-card .left-desc, .myths-card .right-desc {
        padding: 64px 30px 52px;
    }

    .who-is__myths .myths-card {
        min-height: 640px;
    }

    .myths-card .left-desc p, .myths-card .right-desc p {
        font-size: 20px;
    }

}

@media screen and (max-width: 1400px) {
    .who-is__main-desc .photo-center .button-block {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .who-is__main-desc .photo-center {
        grid-column: 1 / -1;
    }

    .who-is__myths h1 {
        grid-column: 2 / -1;
    }

    .who-is__myths h1 span {
        padding-left: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .who-is__main-desc .photo-center {
        grid-template-columns: repeat(4, 1fr);
        margin-right: 0;
        row-gap: 40px;
    }

    .who-is__main-desc .photo-center img {
        order: -1;
        align-self: center;
        grid-column: 2 / span 2;
        width: 100%;
        height: auto;
        max-width: 356px;
        max-height: 356px;
        justify-self: center;
    }

    .who-is__main-desc .photo-center p {
        max-width: 100%;
        letter-spacing: -0.02em;
        grid-column: 1 / -1;
    }

    .who-is__main-desc .photo-center .button-block {
        gap: 40px;
        grid-column: 1 / -1;
    }

    .who-is__main-desc .photo-center > p {
        padding-right: 0;
    }

    .who-is__main-desc .photo-center .button-block {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .who-is__hero {
        background-position: 40% bottom;
        background-size: cover;
    }

    .who-is__main-desc .grid-container,
    .who-is__reasons .grid-container,
    .who-is__myths .grid-container {
        grid-template-columns: repeat(4, 1fr);
        margin: 0 24px;
    }

    .who-is__main-desc h1:nth-of-type(1) {
        grid-column: 1 / -1;
    }

    .who-is__main-desc h1:nth-of-type(2) {
        grid-column: 2 / -1;
    }

    .who-is__main-desc h1:nth-of-type(3) {
        grid-column: 2 / -1;
        margin-bottom: 10px;
    }

    .who-is__main-desc h2:nth-of-type(1) {
        grid-column: 1 / span 1;
    }

    .who-is__main-desc h2:nth-of-type(2),
    .who-is__main-desc h2:nth-of-type(3),
    .who-is__main-desc h2:nth-of-type(4),
    .who-is__main-desc h2:nth-of-type(5){
        grid-column: 2 / -1;
    }

    .who-is__main-desc h2:last-of-type {
        margin-bottom: 13px;
    }

    .who-is__main-desc h1:nth-of-type(4) {
        grid-column:  2 / -1;
    }

    .who-is__main-desc h1:nth-of-type(5) {
        grid-column:  2 / -1;
    }

    .who-is__main-desc h1:nth-of-type(6) {
        grid-column:  2 / -1;
        margin-left: 58px;
        margin-bottom: 46px;
    }

    .who-is__reasons .reasons-intro {
        min-height: 860px;
        background-position: 30% bottom;
    }

    .who-is__reasons .reasons-intro h1:first-of-type {
        padding-top: 471px;
        grid-column: 2 / span 2;
    }

    .who-is__reasons .reasons-intro h1:last-of-type {
        grid-column: 3 / span 2;
    }

    .who-is__reasons .statistic-title {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 31px;
        margin-bottom: 51px;
    }

    .who-is__reasons .statistic-title h2 {
        font-size: clamp(2.5rem, 0.711rem + 7.63vw, 4.375rem);
        line-height: 100%;
        letter-spacing: -0.01em;
        max-width: 720px;
    }

    .who-is__reasons .statistic-title p {
        letter-spacing: -0.02em;
    }

    .who-is__reasons .statistic-items {
        flex-direction: column;
    }

    .who-is__reasons .statistic-item,
    .who-is__reasons .statistic-item .statistic-bar {
        flex-direction: row;
        justify-content: end;
    }

    .who-is__reasons .statistic-bar-color {
        height: 96px;
        width: 420px;
    }

    .who-is__reasons .statistic-item .statistic-bar {
        /*height: 96px;*/
        min-height: 96px;
        height: auto;
        border: none;
        flex: 1 0 0;
    }

    .who-is__reasons .statistic-item .statistic-percent {
        order: -2;
        margin-right: 8px;
        margin-bottom: 0;
        width: 80px;
        color: var(--sun-yellow);
    }

    .who-is__reasons .statistic-desc {
        order: -1;
        margin-top: 0;
        padding-top: 11px;
        letter-spacing: 0;
        font-weight: 500;
    }

    .who-is__reasons .statistic-item:nth-child(1) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(1) .statistic-desc {
        border: none;
        border-top: 1px solid var(--white);
    }

    .who-is__reasons .statistic-item:nth-child(2) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(2) .statistic-desc,
    .who-is__reasons .statistic-item:nth-child(3) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(3) .statistic-desc {
        border-top: 1px solid var(--grey-100);
    }

    .who-is__reasons .statistic-item:nth-child(4) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(4) .statistic-desc {
        border-top: 1px solid var(--grey-300);
    }

    .who-is__reasons .statistic-item:nth-child(5) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(5) .statistic-desc {
        border-top: 1px solid var(--grey-500);
    }

    .who-is__reasons .statistic-item:nth-child(6) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(6) .statistic-desc {
        border-top: 1px solid var(--grey-600);
    }

    .who-is__reasons .statistic-item:nth-child(7) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(7) .statistic-desc {
        border-top: 1px solid var(--grey-700);
    }

    .who-is__reasons .statistic-item:nth-child(8) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(8) .statistic-desc {
        border-top: 1px solid var(--grey-900);
    }

    .who-is__reasons .statistic-item:nth-child(9) .statistic-bar,
    .who-is__reasons .statistic-item:nth-child(9) .statistic-desc {
        border-top: 1px solid var(--grey-1000);
    }

    .who-is__reasons .tooltip-icon {
        width: 40px;
        height: 40px;
        top: 16px;
        right: 16px;
        bottom: unset;
        left: unset;
    }

    .who-is__reasons .tooltip-icon + .tooltip-window {
        width: 320px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .who-is__reasons .statistic-item:nth-of-type(1) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(2) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(3) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(4) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(5) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(6) .tooltip-icon.active + .tooltip-window{
        bottom: unset;
        left: unset;
        top: 24px;
        right: 80px;
    }

    .who-is__reasons .statistic-item:nth-of-type(7) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(8) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(9) .tooltip-icon.active + .tooltip-window {
        bottom: 24px;
        right: 80px;
    }

    .who-is__reasons .reasons-statistic {
        margin-bottom: 110px;
    }

    .who-is__myths h1 {
        grid-column: 1 / -1;
    }

    .who-is__myths h1 span {
        padding-left: 62px;
        margin-top: -4px;
    }

    .who-is__myths .myths-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .myths-card .left-desc, .myths-card .right-desc {
        padding: 48px 40px;
    }

    .myths-card h2 {
        line-height: 100%;
    }

    .myths-card .left-desc p, .myths-card .right-desc p {
        margin-top: 69px;
        max-width: 100%;
        letter-spacing: -0.02em;
    }

    .myths-card .left-desc {
        border-radius: 6px 6px 0 0;
    }

    .myths-card .right-img {
        border-radius: 0 0 6px 6px;
    }

    .myths-card:nth-of-type(1) .right-img {
        max-height: 580px;
    }

    .myths-card .right-desc {
        order: -1;
    }

    .myths-card:nth-of-type(2) .left-img {
        height: 595px;
    }

    .myths-card:nth-of-type(3) .left-desc p {
        max-width: 496px;
    }

    .myths-card:nth-of-type(3) img {
        max-width: 512px;
    }

    .myths-card:nth-of-type(3) .right-img {
        min-height: 477px;
    }

    .myths-card:nth-of-type(4) .left-img {
        min-height: 623px;
    }

    .myths-card .left-img img {
        border-radius: 0 0 6px 6px;
    }

    .who-is__reasons .statistic-title p {
        margin-bottom: 2px;
    }

    .who-is__reasons .statistic-item .statistic-percent {
        margin-right: 0;
    }

    .myths-card .right-img img {
        max-width: 600px;
    }

    .myths-card .left-desc p, .myths-card .right-desc p {
        margin-top: 50px;
    }

    .myths-card:nth-of-type(3) .right-img img {
        max-width: 512px;
    }

    .who-is__research h1 + p {
        max-width: 100%;
    }

    .who-is__research .research-cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .who-is__research {
        padding: 120px 24px;
    }

    .who-is__research .research-card .img-container {
        aspect-ratio: unset;
        max-height: 320px;
        margin-bottom: 24px;
    }

    .who-is__research .research-card h4 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.01em;
    }

    .who-is__research .research-card .tags {
        margin-bottom: 16px;
    }

    .who-is__research .research-card p {
        font-size: 18px;
        line-height: 130%;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
    }

    .who-is-page .six-circle-block h1 + p {
        max-width: 670px;
    }
}

@media screen and (max-width: 768px) {
    .who-is__main-desc h2 {
        font-size: clamp(1.375rem, 0.779rem + 2.54vw, 2rem);
    }

    .who-is__main-desc .photo-center p {
        font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
    }

    .who-is__main-desc .photo-center .button-block a {
        font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
    }

    .who-is__reasons .statistic-title p {
        font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
    }

    .myths-card h2 {
        font-size: clamp(1.75rem, 0.319rem + 6.11vw, 3.25rem);
    }

    .myths-card .left-desc p, .myths-card .right-desc p {
        font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
    }

    .who-is__reasons .statistic-desc {
        font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
    }

    .who-is__reasons .statistic-item .statistic-percent {
        font-size: clamp(1.375rem, 1.256rem + 0.51vw, 1.5rem);
    }

    .who-is__research .research-cards .research-card {
        padding: clamp(0.5rem, -2.5rem + 8.33vw, 1.5rem);
    }

    .who-is__research .research-card h4 {
        font-size: clamp(1.375rem, -0.5rem + 5.21vw, 2rem);
    }

}

@media screen and (max-width: 740px) {
    .who-is__reasons .statistic-bar-color {
        width: 250px;
    }

    .who-is__reasons .tooltip-icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
        top: 8px;
        right: 8px;
    }
}

@media screen and (max-width: 576px) {
    .who-is__hero {
        background-position: 45% bottom;
    }

    .who-is__main-desc .grid-container,
    .who-is__reasons .grid-container,
    .who-is__myths .grid-container {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 16px;
    }

    .who-is__main-desc {
        padding-top: 74px;
    }

    .who-is__main-desc h2 {
        letter-spacing: 0;
    }

    .who-is__main-desc h2:not(:last-of-type) {
        margin-bottom: 3px;
    }

    .who-is__main-desc h1:nth-of-type(1) {
        margin-left: 64px;
    }

    .who-is__main-desc h1:nth-of-type(2) {
        grid-column: 1 / -1;
    }

    .who-is__main-desc h1:nth-of-type(3) {
        grid-column: 1 / -1;
        margin-bottom: 13px;
    }

    .who-is__main-desc h2:nth-of-type(1) {
        grid-column: 1 / span 1;
    }

    .who-is__main-desc h2:nth-of-type(2) {
        grid-column: 2 / -1;
        margin-left: -50px;
    }

    .who-is__main-desc h2:nth-of-type(3),
    .who-is__main-desc h2:nth-of-type(5){
        grid-column: 1 / -1;
        margin-left: 33px;
    }

    .who-is__main-desc h2:nth-of-type(4) {
        grid-column: 1 / -1;
        text-align: right;
        margin-right: 36px;
    }

    .who-is__main-desc h2:last-of-type {
        margin-bottom: 13px;
    }

    .who-is__main-desc h1:nth-of-type(4) {
        grid-column:  1 / -1;
        margin-left: 64px;
    }

    .who-is__main-desc h1:nth-of-type(5) {
        grid-column:  1 / -1;
    }

    .who-is__main-desc h1:nth-of-type(6) {
        grid-column:  1 / -1;
        text-align: end;
        margin-left: 0;
        margin-right: 61px;
        margin-bottom: 32px;
    }

    .who-is__main-desc .photo-center {
        gap: 16px;
        margin-bottom: 80px;
        grid-template-columns: 1fr 1fr;
    }

    .who-is__main-desc .photo-center img {
        width: 100%;
        max-width: 343px;
        max-height: 343px;
        margin-bottom: 24px;
        grid-column: 1 / -1;
    }

    .who-is__main-desc .photo-center p {
        font-weight: 500;
        letter-spacing: 0;
        padding-right: 4px;
        line-height: 132%;
    }

    .who-is__main-desc .photo-center .button-block a {
        padding: 14px 24px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .who-is__main-desc .photo-center .button-block {
        gap: 30px;
    }

    .who-is__reasons .reasons-intro {
        min-height: 680px;
        background-position: 25% bottom;
    }

    .who-is__reasons .reasons-intro h1:first-of-type {
        padding-top: 441px;
        grid-column: 1 / -1;
        max-width: 186px;
    }

    .who-is__reasons .reasons-intro h1:last-of-type {
        grid-column: 1 / -1;
        margin-left: 126px;
        margin-bottom: 80px;
    }

    .who-is__reasons .reasons-statistic {
        padding-top: 73px;
        padding-bottom: 91px;
        margin-bottom: 75px;
    }

    .who-is__reasons .statistic-title {
        gap: 20px;
        margin-bottom: 36px;
    }

    .who-is__reasons .statistic-title p {
        letter-spacing: 0;
    }

    .who-is__myths h1 {
        text-align: center;
        margin-bottom: 32px;
    }

    .who-is__myths h1 span {
        display: inline;
        padding-left: 0;
    }

    .myths-card .left-desc, .myths-card .right-desc {
        padding: 32px 24px;
    }

    .myths-card .left-desc p, .myths-card .right-desc p {
        margin-top: 28px;
        letter-spacing: 0;
    }

    .myths-card .right-img h2 {
        font-size: 22px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .myths-card:nth-of-type(3) .right-img img {
        max-height: 168px;
    }

    .myths-card:nth-of-type(3) .right-img {
        min-height: 324px;
        padding: 22px;
    }

    .myths-card:nth-of-type(4) .yellow {
    }

    .myths-card:nth-of-type(4) .left-img {
        min-height: 353px;
    }

    .myths-card:nth-of-type(1) .right-img {
        height: 320px;
        max-height: 320px;
    }

    .myths-card .right-img {
        padding: 16px;
    }

    .myths-card:nth-of-type(1) .right-img img {
        margin-top: 0 !important;
        max-width: 311px;
    }

    .myths-card:nth-of-type(2) .right-desc {
        padding: 32px 12px;
    }

    .myths-card:nth-of-type(2) .right-desc p {
        max-width: 295px;
    }

    .myths-card:nth-of-type(2) .left-img {
        height: 340px;
    }

    .who-is__reasons .statistic-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 2fr;
        column-gap: 16px;
        flex: unset;
        margin-top: -1px;
        min-height: 100px;
    }

    .who-is__reasons .statistic-item .statistic-bar {
        grid-column-start: 2;
        grid-row: 1 / span 2;
        border: none !important;
    }

    .who-is__reasons .statistic-item .statistic-percent {
        grid-column: 1 / span 1;
        padding-top: 8px;
        align-self: end;
        margin-bottom: 8px;
    }

    .who-is__reasons .statistic-desc {
        grid-column: 1 / span 1;
        grid-row: 2;
        border : none !important;
        padding-top: 0;
        max-width: 167px;
        color: var(--grey-100);
        opacity: 90%;
        height: fit-content;
        margin-bottom: 12px;
    }

    .who-is__reasons .statistic-bar-color {
        width: 230px;
        height: 100%;
    }

    .who-is__reasons .statistic-items {
        margin-right: -16px;
    }

    .who-is__reasons .statistic-item:nth-child(1) {
        border-top: 1px solid var(--white);
    }

    .who-is__reasons .statistic-item:nth-child(2) {
        border-top: 1px solid var(--grey-200);
    }

    .who-is__reasons .statistic-item:nth-child(3) {
        border-top: 1px solid var(--grey-300);
    }

    .who-is__reasons .statistic-item:nth-child(4) {
        border-top: 1px solid var(--grey-400);
    }

    .who-is__reasons .statistic-item:nth-child(5) {
        border-top: 1px solid var(--grey-500);
    }

    .who-is__reasons .statistic-item:nth-child(6) {
        border-top: 1px solid var(--grey-600);
    }

    .who-is__reasons .statistic-item:nth-child(7) {
        border-top: 1px solid var(--grey-800);
    }

    .who-is__reasons .statistic-item:nth-child(8) {
        border-top: 1px solid var(--grey-900);
    }

    .who-is__reasons .statistic-item:nth-child(9) {
        border-top: 1px solid var(--grey-1000);
        border-bottom: 1px solid var(--grey-1000);
    }

    .who-is__reasons .tooltip-icon + .tooltip-window {
        width: 226px;
        font-size: 14px;
        box-shadow: -4px 4px 20px 0 #BDBDBD1A;
    }

    .who-is__reasons .statistic-item:nth-of-type(1) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(2) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(3) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(4) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(5) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(6) .tooltip-icon.active + .tooltip-window,
    .who-is__reasons .statistic-item:nth-of-type(7) .tooltip-icon.active + .tooltip-window {
        bottom: unset;
        top: 8px;
        right: 46px;
    }

    .who-is__reasons .statistic-item:nth-of-type(8) .tooltip-icon.active + .tooltip-window {
        bottom: 0;
        right: 46px;
    }

    .who-is__reasons .statistic-item:nth-of-type(9) .tooltip-icon.active + .tooltip-window {
        bottom: -20px;
        right: 46px;
    }

    .who-is__research {
        padding: 80px 16px;
        padding-top: 71px;
    }

    .who-is__research h1 {
        margin-bottom: 24px;
    }

    .who-is__research h1 + p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: 48px;
    }

    .who-is__research .research-card .img-container {
        height: 240px;
    }

    .who-is__research .research-card .img-container img {
        height: 100%;
    }

    .who-is__research .research-card .tags {
        padding-left: 8px;
        margin-bottom: 13px;
    }

    .who-is__research .research-card .tag {
        font-weight: 500;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0;
        padding: 6px 10px;
    }

    .who-is__research .research-card h4 {
        padding-left: 8px;
        line-height: 118%;
        letter-spacing: 0.005em;
    }

    .who-is__research .research-card p {
        padding-left: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .who-is__research .research-card .btn {
        padding: 14px 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        margin-right: 8px;
    }

    .who-is__research .research-card .btn img {
        max-width: 14px;
    }

    .who-is__research .research-cards .research-card {
        padding-bottom: 16px;
    }

    .who-is__research .research-cards {
        gap: 24px;
    }

    .who-is-page .six-circle-block {
        padding: 80px 0;
    }

    .who-is-page .six-circle-block h1 {
        margin-bottom: 16px;
    }

    .who-is-page .six-circle-block h1 + p {
        max-width: 311px;
        margin-bottom: 37px;
    }
}

@media screen and (max-width: 375px) {
    .who-is__main-desc h1:nth-of-type(1) {
        margin-left: clamp(0.625rem, -19.011rem + 98.18vw, 4rem);
    }

    .who-is__reasons .reasons-intro h1:last-of-type {
        margin-left: clamp(5rem, -11.727rem + 83.64vw, 7.875rem);
    }

    .who-is__research h1 {
        font-size: clamp(2rem, -0.909rem + 14.55vw, 2.5rem);
    }
}

@media screen and (max-width: 365px) {
    .who-is__reasons .statistic-bar-color {
        width: 150px;
    }
}