@media screen and (max-width: 1700px) {
    .project-page__important .statistic__right {
        grid-column: span 6;
    }
}

@media screen and (max-width: 1350px) {
    .project-page__info .bottom-block {
        flex-direction: column;
    }

    .project-page__how-work .title {
        grid-column:  6 / -1;
        grid-template-columns: repeat(7, 1fr);
    }

    .project-page__how-work .photo-text .text-block {
        grid-column: 7 / span 5;
    }

    .project-page__condition h2 {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 1024px) {
    .project-hero.desktop-v {
        display: none;
    }

    .project-hero.tablet-v {
        min-height: 860px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .project-hero.tablet-v .top-block {
        background-color: var(--sun-yellow);
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 24px;
        padding-top: 148px;
    }

    .project-hero.tablet-v .hero-img {
        position: unset;
        z-index: 1;
        aspect-ratio: 768 / 357;
        overflow: hidden;
        opacity: 0.9;
        flex-grow: 1;
    }

    .project-hero.tablet-v .hero-img img {
        transform: scale(1.3);
    }

    .project-hero a {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        color: var(--black-1000);
        gap: 6px;
        margin-bottom: 48px;
    }

    .project-hero a img {
        max-width: 10px;
    }

    .project-hero.tablet-v .top-block h2 {
        font-size: 52px;
        line-height: 100%;
        letter-spacing: -0.01em;
        text-align: left;
        margin-bottom: 34px;
    }

    .project-hero.tablet-v .top-block h2::before {
        content: "";
        display: block;
        margin-top: -0.18em;
    }

    .project-hero.tablet-v .top-block h2::after {
        content: "";
        display: block;
        margin-bottom: -0.3em;
    }

    .project-hero.tablet-v .top-block p {
        text-align: left;
        max-width: 504px;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: 48px;
    }

    .project-hero .hero-tags {
        justify-content: end;
        margin-right: 4px;
    }

    .project-hero select.hero-tag {
        background-color: var(--green);
    }

    .project-page__info.desktop-v {
        display: none;
    }

    .project-page__info.tablet-v {
        padding: 40px 0 0;
        background-color: var(--grey-100);
        display: flex;
        flex-direction: column;
        gap: 62px;
    }

    .project-page__info.tablet-v .cost {
        position: unset;
        transform: none;
        padding: 32px;
        min-height: 548px;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .cost h4 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.01em;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .cost-one p {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }

    .cost-one {
        padding: 18px 24px;
        margin-bottom: 16px;
    }

    .cost-one h3 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.01em;
    }

    .cost-sum .cost-sum__item p {
        font-size: 22px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }

    .project-page__info .contacts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 19px;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .project-page__info .contact-item, .project-page__info .contact-item:last-of-type {
        max-width: unset;
    }

    .project-page__info .contact-item:has(img) {
        order: -1;
        grid-column: 1 / -1;
        margin-bottom: 21px;
    }

    .project-page__info .contact-item:has(img) h5 {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;
        margin-top: 5px;
    }

    .project-page__info .contact-item:has(img) p {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }

    .project-page__info .contact-item h5 {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }

    .project-page__info .contact-item p {
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;
    }

    .project-page__info .contacts .more-link {
        font-size: 18px;
        line-height: 110%;
        letter-spacing: 0;
    }

    .project-page__about h1 {
        margin: 0 24px 40px;
    }

    .project-page__about h1::after {
        margin-bottom: -0.1em;
    }

    .project-page__about .video-container iframe,
    .project-page__about img {
        width: calc(100% - 48px);
    }

    .project-page__important .statistic__right {
        grid-column: 1 / -1;
    }

    .project-page__important .statistic__left p {
        max-width: 720px;
    }

    .project-page__important .statistic__left {
        grid-column: 1 / -1;
        margin-left: 0;
        gap: 24px;
        margin-right: 0;
    }

    .project-page__important .title h1:last-child {
        padding-left: 184px;
        margin-top: -4px;
        grid-column: 1 / -1;
    }

    .project-page__important .statistic__item .item-desc {
        grid-column: span 2;
    }

    .project-page__how-work .title {
        grid-column: 1 / -1;
        margin-bottom: 31px;
        display: block;
    }

    .project-page__how-work {
        padding-top: 120px;
    }

    .project-page__how-work .title h1 {
        margin-bottom: 7px;
    }

    .project-page__how-work .title h1:nth-child(2) {
        padding-left: 184px;
    }

    .project-page__how-work .photo-text {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .project-page__how-work .photo-text .img-container {
        grid-column: 1 / -1;
        order: 1;
        aspect-ratio: 720 / 520;
    }

    .project-page__how-work .photo-text .text-block {
        grid-column: 1 / -1;
    }

    .project-page__how-work .photo-text .text-block p:nth-child(1) {
        max-width: 100%;
    }

    .project-page__how-work .photo-text .text-block p {
        letter-spacing: -0.02em;
    }

    .project-page__how-work .photo-text .img-container img {
        height: 100%;
    }

    .project-page__condition h2 {
        font-size: 52px;
        line-height: 100%;
        letter-spacing: -0.01em;
        display: inline;
    }

    .project-page__condition h2:nth-of-type(1)::before {
        content: "";
        display: block;
        width: 184px;
        height: 100px;
        float: left;
    }

    .project-page__condition h2:nth-of-type(2) {
        display: inline;
    }

    .project-page__condition p {
        padding-top: 36px;
        letter-spacing: -0.02em;
        margin-bottom: 73px;
    }

    .project-page__condition .grid-container-1024 {
        display: block;
    }

    .project-page__condition .conditions-cards h4 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.01em;
    }

    .conditions-cards .cards-container {
        grid-template-columns: 1fr 1fr;
    }

    .conditions-cards .cards-container .card {
        padding: 24px;
    }

    .conditions-cards .card p {
        padding-top: 0;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: -0.02em;

    }

    .project-page__events {
        padding: 120px 24px;
    }

    .project-page__events h1 {
        max-width: 668px;
    }

    .project-page__events .items-container .item {
        grid-template-columns: repeat(4, 1fr);
        padding: 47px 0;
        padding-bottom: 52px;
    }

    .project-page__events .item .count {
        grid-column: 1 / span 1;
        font-family: 'Nochlezhka', sans-serif;
        font-feature-settings: 'ss01' 1;
    }

    .project-page__events .item h2 {
        grid-column: 2 / -1;
        letter-spacing: -0.008em;
        margin-bottom: 18px;
    }

    .project-page__events .item p {
        grid-column: 1 / -1;
    }

    .project-page .six-circle-block h1 {
        max-width: 670px;
    }

    .project-page .six-circle-block h1 + p {
        font-size: 20px;
        max-width: 670px;
        letter-spacing: -0.017em;
    }

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

    .project-page .support {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 194px;
    }

    .project-page .support__left-bottom {
        margin-bottom: 0;
        position: absolute;
        bottom: 118px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .project-page .other-cards-block .card {
        min-height: 603px;
    }

    .project-page .other-cards-block .card a.link {
        margin-top: 30px;
    }

    .project-hero.tablet-v .hero-img {
        display: flex;
    }

    .project-hero .hero-img img {
        height: unset;
    }
}

@media screen and (max-width: 768px) {
    .project-hero.tablet-v .top-block h2 {
        font-size: clamp(1.75rem, 0.319rem + 6.11vw, 3.25rem);
    }

    .cost h4 {
        font-size: clamp(1.375rem, 0.779rem + 2.54vw, 2rem);
    }

    .project-page__about .video-container iframe,
    .project-page__about img {
        height: clamp(21.438rem, -11.781rem + 141.73vw, 56.25rem);
    }

    .project-page__about .video-container button {
        width: clamp(3.75rem, 1.365rem + 10.18vw, 6.25rem);
        height: clamp(3.75rem, 1.365rem + 10.18vw, 6.25rem);
    }

    .project-page__about .video-container button img {
        max-width: clamp(1.25rem, 0.355rem + 3.82vw, 2.188rem);
    }

    .project-page__condition h2:nth-of-type(1)::before {
        width: clamp(1.625rem, -7.798rem + 40.2vw, 11.5rem);
    }

    .project-page__how-work .title h1:nth-child(2) {
        padding-left: clamp(1.625rem, -7.798rem + 40.2vw, 11.5rem);
    }

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

@media screen and (max-width: 576px) {
    .project-hero.tablet-v .top-block {
        padding: 16px;
        padding-top: 102px;
    }

    .project-hero a {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .project-hero.tablet-v .top-block h2 {
        letter-spacing: 0;
        margin-bottom: 23px;
    }

    .project-hero.tablet-v .top-block p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .project-hero .hero-tag {
        font-weight: 500;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0;
        padding: 6px 10px;
    }

    .project-hero .hero-tags {
        justify-content: start;
    }

    .project-hero select.hero-tag {
        background-size: 5%;
        padding-right: 27px;
    }

    .project-hero.tablet-v .hero-img img {
        transform: none;
    }

    .project-page__info.tablet-v .cost {
        width: calc(100% - 16px);
        max-width: 343px;
        min-width: unset;
        padding: 32px 16px;
        min-height: 458px;
    }

    .cost-one p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        max-width: 60%;
    }

    .cost-one h3 {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .cost-one {
        gap: 8px;
        padding: 20px 16px;
        margin-bottom: 6px;
    }

    .project-page__info .contacts {
        width: calc(100% - 16px);
        max-width: 343px;
        background-color: var(--sun-yellow);
        padding: 24px 16px;
        border-radius: 10px;
        row-gap: 29px;
    }

    .project-page__info .contact-item {
        min-width: unset;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1.05fr;
        padding: 8px;
    }

    .cost-sum {
        padding: 0 8px;
    }

    .cost-sum .cost-sum__item p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .cost a.btn-subscribe {
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0;
        padding: 16px 0;
    }

    .project-page__info .contact-item h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        grid-row: 1 / span 2;
    }

    .project-page__info .contact-item p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .project-page__info .contact-item:has(img) {
        border-top: none;
        row-gap: 18px;
        margin-bottom: 10px;
        padding: 0;
    }

    .project-page__info .contact-item:has(img) h5 {
        font-family: "Nochlezhka", sans-serif;
        font-feature-settings: 'ss01' 1;
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: uppercase;
        margin-top: 0;
        grid-row: 1;
    }

    .project-page__info .contact-item:has(img) h5::before {
        content: "";
        display: block;
        margin-top: -0.16em;
    }

    .project-page__info .contact-item:has(img) h5::after {
        content: "";
        display: block;
        margin-bottom: -0.15em;
    }

    .project-page__info .contact-item img {
        align-self: start;
    }

    .project-page__info.tablet-v {
        gap: 40px;
    }

    .project-page__info .contact-item:has(img) p {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .project-page__info .contact-item:nth-child(1) {
        order: 3;
    }

    .project-page__info .contacts .more-link {
        order: 4;
        text-align: right;
        margin-right: 8px;
        margin-top: -14px;
    }

    .project-page__about {
        padding-top: 76px;
    }

    .project-page__about h1 {
        margin: 0 16px 24px;
    }

    .project-page__about .video-container iframe,
    .project-page__about img {
        width: calc(100% - 32px);
    }

    .project-page__important {
        padding-top: 80px;
    }

    .project-page__important .title {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .project-page__important .title h1:last-child {
        padding-left: 26px;
        margin-top: 0;
    }

    .project-page__important .statistic__left p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .project-page__important .statistic__left {
        gap: 17px;
    }

    .project-page__important .statistic__right {
        margin-top: 38px;
    }

    .statistic__item .item-count {
        margin-left: 0;
    }

    .project-page__important .statistic__item .item-desc {
        margin-left: 0;
    }

    .project-page__how-work {
        padding-top: 82px;
        padding-bottom: 83px;
    }

    .project-page__how-work .photo-text .text-block p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .project-page__how-work .title {
        margin-bottom: 16px;
    }

    .project-page__how-work .photo-text .text-block {
        gap: 16px;
    }

    .project-page__how-work .photo-text {
        gap: 26px;
        margin-bottom: 74px;
    }

    .project-page__how-work .photo-text .img-container {
        aspect-ratio: 343 / 340;
    }

    .project-page__condition h2 {
        letter-spacing: 0;
    }

    .project-page__condition h2:nth-of-type(1)::before {
        height: 50px;
    }

    .project-page__condition p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.005em;
        padding-top: 18px;
        margin-bottom: 35px;
    }

    .project-page__condition .conditions-cards h4 {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0;
        max-width: 307px;
    }

    .conditions-cards .cards-container {
        grid-template-columns: 1fr;
    }

    .conditions-cards .cards-container .card {
        min-height: 159px;
        padding: 20px 16px 12px;
        gap: 73px;
    }

    .conditions-cards .card .count {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .conditions-cards .card p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.005em;
        padding-left: 0;
    }

    .project-page__events {
        padding: 80px 16px;
    }

    .project-page__events h1 {
        margin-bottom: 48px;
    }

    .project-page__events .items-container .item {
        grid-template-columns: 50px 1fr;
        padding: 41px 0;
        padding-bottom: 45px;
    }

    .project-page__events .item .count {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .project-page__events .item h2 {
        letter-spacing: 0;
        line-height: 100%;
        margin-bottom: 22px;
    }

    .project-page__events .item p {
        font-size: 16px;
        line-height: 133%;
        letter-spacing: 0.005em;
    }

    .project-page .support {
        padding-bottom: 160px;
    }

    .project-page .support__left-bottom  {
        bottom: 70px;
    }

    .project-page .other-cards-block .card {
        min-height: 429px;
    }

    .project-page .other-cards-block .card a.link {
        margin-top: 21px;
    }

    .project-page .support {
        padding-bottom: 66px;
    }

    .project-page .support__left-bottom  {
        bottom: 70px;
    }

    .project-page .support .support__left-bottom a {
        display: none;
    }

    .project-page .support .support__left-bottom .mobile-desk {
        display: block;
    }

    .project-page .support .support__left-bottom .mobile-desk h1 {
        margin-bottom: 8px;
    }

    .project-page .support .support__left-bottom .mobile-desk p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .project-page .support__left-bottom {
        margin-bottom: 0;
        position: unset;
        width: 100%;
        transform: unset;
    }

    .project-page .six-circle-block h1 {
        max-width: 311px;
        margin-bottom: 15px;
    }

    .project-page .six-circle-block h1 + p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        max-width: 311px;
        margin-bottom: 38px;
    }
}