/* ========== БЛОК "МЕХАНИЗМ И ФОРМЫ РЕАЛИЗАЦИИ ПРОЕКТА" ========== */

.mechanism-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.mechanism-container {
width: 360px;
padding: 20px 16px;
display: flex;
flex-direction: column;
gap: 32px;
box-sizing: border-box;
}

.mechanism-title {
font-family: Manrope;
font-weight: 600;
font-size: 32px;
line-height: 1.366;
letter-spacing: -0.64px;
color: #153162;
margin: 0;
width: 100%;
}

.mechanism-content {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

.mechanism-card {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 20px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.mechanism-card-header {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
width: 100%;
}

.mechanism-card-title {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.25;
color: #333333;
margin: 0;
flex: 1;
}

.mechanism-icon-wrapper {
background: #EEF1F7;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
}

.mechanism-card-text {
width: 100%;
}

.mechanism-card-text p {
font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 1.429;
color: #333333;
margin: 0;
}

.mechanism-text-list {
list-style: disc !important;
padding-left: 20px !important;
margin: 0;
}

.mechanism-text-list li {
font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 1.366;
color: #333333;
margin-bottom: 8px;
position: relative;
list-style: disc !important;
display: list-item !important;
}

.mechanism-text-list li:last-child {
margin-bottom: 0;
}

/* ========== БЛОК "ОЖИДАЕМЫЙ РЕЗУЛЬТАТ" ========== */

.results-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.results-container {
width: 360px;
padding: 20px 16px;
display: flex;
flex-direction: column;
gap: 32px;
box-sizing: border-box;
}

.results-title {
font-family: Manrope;
font-weight: 600;
font-size: 32px;
line-height: 1.366;
letter-spacing: -0.64px;
color: #153162;
margin: 0;
width: 100%;
}

.results-list {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
}

.result-item {
background: #153162;
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.result-number {
background: #1E4381;
border-radius: 12px;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #FFFFFF;
}

.result-text {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #FFFFFF;
flex: 1;
margin: 0;
}

/* ========== БЛОК "РЕСУРСЫ И ПАРТНЕРЫ" ========== */

.resources-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.resources-container {
width: 360px;
padding: 20px 16px;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box;
}

/* Блок ответственного лица */
.responsible-person-block {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
}

.responsible-person-header {
background: #FFFFFF;
border-radius: 12px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 32px;
padding: 8px;
width: 100%;
box-sizing: border-box;
}

.responsible-person-title {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333333;
margin: 0;
padding-left: 12px;
}

.navigation-arrows {
display: flex;
align-items: center;
gap: 8px;
}


.person-card {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.person-photo {
width: 100%;
height: 368px;
border-radius: 12px;
overflow: hidden;
}

.person-image {
width: 100%;
height: 100%;
object-fit: cover;
}

.person-info {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

.person-label {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #575757;
margin: 0;
order: 1;
}

.person-details {
display: flex;
flex-direction: column;
gap: 0;
order: 2;
}

.person-name {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333333;
margin: 0;
}

.person-position {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #575757;
margin: 0;
}



.nav-arrow {
background: #FFFFFF;
border: none;
border-radius: 12px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
transition: all 0.2s ease;
}

.nav-arrow:hover {
transform: translateY(-2px);
box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.3);
}



.photo-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #4F8CC9 0%, #6BA3D6 100%);
display: flex;
justify-content: center;
align-items: center;
}

/* Блок ресурсов проекта */
.project-resources-block {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.resources-title {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333333;
margin: 0;
}

.resources-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 4px;
width: 100%;
}

.resource-item {
background: #F1F5F8;
border-radius: 40px;
display: flex;
align-items: center;
gap: 12px;
padding: 4px 16px;
width: 288px;
box-sizing: border-box;
flex-shrink: 0;
}

.resource-icon {
width: 24px;
height: 24px;
flex-shrink: 0;
}

.resource-text {
font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 1.429;
color: #153162;
}

/* Блок партнеров проекта */
.project-partners-block {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.partners-title {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333162;
margin: 0;
}

.partners-list {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
}

.partner-item {
background: #F1F5F8;
border-radius: 12px;
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
width: 288px;
box-sizing: border-box;
}

.partner-name {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #333333;
}

/* ========== НОВЫЙ БЛОК "РЕСУРСЫ И ПАРТНЕРЫ" ========== */

.resources-partners-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.resources-partners-container {
width: 360px;
padding: 20px 16px;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box;
}

/* Верхняя секция */
.top-section {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

/* Левая колонка - Ответственное лицо */
.responsible-person-column {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
}

.responsible-header-wrapper {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
}

.responsible-header {
background: #FFFFFF;
border-radius: 12px;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 8px;
padding: 12px;
width: 100%;
box-sizing: border-box;
}

.responsible-title {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333333;
margin: 0;
}

.responsible-navigation {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}

.nav-btn {
background: #FFFFFF;
border: none;
border-radius: 12px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
transition: all 0.2s ease;
}

.nav-btn:hover {
background: #F8F9FA;
transform: scale(1.05);
}

.nav-btn:active {
transform: scale(0.95);
}

.nav-btn svg {
transition: transform 0.2s ease;
}

.nav-btn:hover svg {
transform: translateX(2px);
}

.nav-btn.nav-left:hover svg {
transform: translateX(-2px);
}

.responsible-card {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

/* Слайдер ответственных лиц */
.responsible-slider {
width: 100%;
overflow: hidden;
position: relative;
}

.responsible-slider-track {
display: flex;
transition: transform 0.3s ease;
width: 100%;
}

.responsible-slider .responsible-card {
flex: 0 0 100%;
width: 100%;
min-width: 0;
}

.responsible-photo {
width: 100%;
height: 368px;
border-radius: 12px;
overflow: hidden;
}

.responsible-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.3s ease;
}

.responsible-info * {
transition: opacity 0.3s ease;
}

.responsible-info {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

.responsible-role {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #575757;
margin: 0;
}

.responsible-details {
display: flex;
flex-direction: column;
gap: 0;
}

.responsible-name {
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #333333;
margin: 0;
}

.responsible-position {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #575757;
margin: 0;
}

/* Правая колонка - Ресурсы проекта */
.resources-column {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 32px;
padding: 20px;
width: 100%;
box-sizing: border-box;
height: auto;
}

.resources-grid {
display: flex;
flex-direction: column;
gap: 4px;
width: 100%;
}

.resource-badge {
background: #F1F5F8;
border-radius: 40px;
display: flex;
align-items: center;
gap: 12px;
padding: 4px 16px;
width: 100%;
box-sizing: border-box;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}

.resource-badge:hover {
background: #E8F0F5;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Нижняя секция - Партнеры проекта */
.partners-section {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
gap: 16px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.partners-grid {
display: flex;
flex-direction: column;
gap: 12px;
flex: 1;
}

.partner-badge {
background: #F1F5F8;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
padding: 12px 16px;
box-sizing: border-box;
width: 100%;
}

.partner-text {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #333333;
}

/* ========== БЛОК "ДОПОЛНИТЕЛЬНЫЕ СВЕДЕНИЯ" ========== */

.additional-info-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.additional-info-container {
width: 360px;
padding: 20px 16px;
display: flex;
flex-direction: column;
gap: 10px;
box-sizing: border-box;
}

.additional-info-card {
background: #FFFFFF;
border: 1px solid #4F8CC9;
border-radius: 16px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.additional-info-label {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #333333;
margin: 0;
}

.additional-info-link {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
width: fit-content;
height: 40px;
transition: all 0.2s ease;
}

.additional-info-link:hover {
transform: translateY(-1px);
}

.link-text {
font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 1.429;
color: #4F8CC9;
}

.link-icon {
width: 16px;
height: 16px;
flex-shrink: 0;
}

/* ========== ДЕСКТОПНАЯ ВЕРСИЯ ========== */
@media (min-width: 481px) {

/* Механизм и формы реализации */
.mechanism-container {
    width: 100%;
    max-width: 1320px;
padding: 40px 0;
gap: 40px;
}

.mechanism-title {
font-size: 48px;
letter-spacing: -1.92px;
}

.mechanism-content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
gap: 20px;
}

.mechanism-card {
width: calc(50% - 10px);
gap: 40px;
padding: 20px;
height: 240px;
justify-content: space-between;
}

.mechanism-card-title {
font-size: 24px;
}

.mechanism-card-text p {
font-size: 16px;
}

.mechanism-text-list li {
font-size: 16px;
line-height: 1.366;
}

/* Ожидаемый результат */
.results-container {
    width: 100%;
    max-width: 1320px;
padding: 40px 0;
gap: 40px;
}

.results-title {
font-size: 48px;
letter-spacing: -1.92px;
}

.results-list {
flex-direction: row;
justify-content: stretch;
align-items: stretch;
gap: 20px;
}

.result-item {
flex: 1;
gap: 20px;
flex-direction: column;
align-items: flex-start;
}

.result-number {
width: 52px;
height: 52px;
border-radius: 16px;
font-size: 24px;
line-height: 1.333;
}

.result-text {
font-size: 20px;
line-height: 1.4;
}

/* Ресурсы и партнеры */
.resources-container {
    width: 100%;
    max-width: 1320px;
padding: 40px 0;
gap: 40px;
}

.responsible-person-block {
flex-direction: column;
align-items: stretch;
gap: 8px;
}

.responsible-person-header {
width: 100%;
flex-shrink: 0;
}

.person-card {
width: 100%;
flex-shrink: 0;
flex-direction: row;
align-items: flex-end;
gap: 24px;
padding: 20px;
height: auto;
}

.person-photo {
width: 100px;
height: 128px;
flex-shrink: 0;
}

.person-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 40px;
height: 100%;
}

.person-label {
font-size: 20px;
line-height: 1.4;
}

.person-name {
font-size: 24px;
line-height: 1.333;
}

.person-position {
font-size: 20px;
line-height: 1.4;
}

.project-resources-block,
.project-partners-block {
    width: 100%;
    max-width: 1320px;
}

.resources-list {
flex-direction: row;
gap: 20px;
}

.resource-item {
flex: 1;
width: auto;
}

/* ========== НОВЫЙ БЛОК "РЕСУРСЫ И ПАРТНЕРЫ" ДЕСКТОП ========== */
.resources-partners-container {
    width: 100%;
    max-width: 1320px;
padding: 40px 0;
gap: 20px;
}

.top-section {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
gap: 20px;
width: 100%;
}

.responsible-person-column {
display: flex;
flex-direction: column;
gap: 8px;
width: 50%;
}

.responsible-header-wrapper {
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.responsible-header {
background: #FFFFFF;
border-radius: 12px;
padding: 12px;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: auto;
}

.responsible-navigation {
display: flex;
gap: 4px;
}

.responsible-card {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 24px;
padding: 20px;
height: auto;
}

.responsible-slider .responsible-card {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 24px;
padding: 20px;
height: auto;
}

.responsible-photo {
width: 100px;
height: 128px;
flex-shrink: 0;
border-radius: 16px;
}

.responsible-slider .responsible-photo {
width: 100px;
height: 128px;
flex-shrink: 0;
border-radius: 16px;
}

.responsible-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 40px;
height: 100%;
}

.responsible-slider .responsible-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 40px;
height: 100%;
}

.responsible-role {
font-size: 20px;
line-height: 1.4;
}

.responsible-name {
font-size: 24px;
line-height: 1.333;
}

.responsible-position {
font-size: 20px;
line-height: 1.4;
}

.resources-column {
width: 50%;
}

.resources-grid {
flex-direction: row;
flex-wrap: wrap;
}

.resource-badge {
width: auto;
}

.partners-section {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
padding: 20px;
}

.partners-grid {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 12px;
}

.partner-badge {
width: auto;
}

.partner-text {
font-size: 20px;
line-height: 1.4;
}

/* Дополнительные сведения */
.additional-info-container {
    width: 100%;
    max-width: 1320px;
padding: 40px 0;
}
}

/* ========== ПЛАНШЕТНАЯ ВЕРСИЯ ========== */
@media (max-width: 1200px) and (min-width: 481px) {

.mechanism-container,
.results-container,
.resources-container,
.resources-partners-container,
.additional-info-container {
width: 100%;
max-width: 1200px;
padding: 20px 40px;
}

.mechanism-title,
.results-title {
font-size: 36px;
}

.mechanism-content {
flex-direction: column;
}

.responsible-person-block {
flex-direction: column;
}

.responsible-person-column {
width: 100%;
max-width: 1120px;
}

.responsible-person-header,
.person-card {
width: 100%;
}

.person-card {
flex-direction: column;
gap: 20px;
}

.person-photo {
width: 100%;
height: 250px;
}

.project-resources-block,
.project-partners-block {
width: 100%;
}

.resources-list {
flex-direction: column;
}

.resource-item {
width: 100%;
}

/* ========== НОВЫЙ БЛОК "РЕСУРСЫ И ПАРТНЕРЫ" ПЛАНШЕТ ========== */
.top-section {
flex-direction: column;
gap: 20px;
}

.responsible-header {
background: #FFFFFF;
border-radius: 12px;
padding: 12px;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.responsible-navigation {
display: flex;
}

.responsible-card {
flex-direction: column;
gap: 20px;
}

.responsible-photo {
width: 100%;
height: 250px;
}
}
/* ========== БАЗОВЫЕ СТИЛИ ========== */

.project-container {
width: 360px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box;
}

/* Одинаковая ширина для всех блоков */
.text-card,
.project-description {
width: 320px;
flex-shrink: 0;
}

/* Заголовок страницы */
.project-title {
font-family: Manrope;
font-weight: 600;
font-size: 32px;
line-height: 1.366;
letter-spacing: -0.64px;
/* -2% от 32px */
color: #153162;
margin: 0;
width: 100%;
height: auto;
}

/* Контент блоки */
.project-content {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

/* Text-card */
.text-card {
background: #FFFFFF;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
padding: 20px;
width: 100%;
box-sizing: border-box;
}

.card-label,
.card-value {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
margin: 0;
width: 100%;
}

.card-label {
color: #575757;
}

.card-value {
color: #333333;
}

/* Блок описания проекта */
.project-description {
background-image: url('assets/images/bgfirst-min.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 16px;
position: relative;
overflow: hidden;
padding: 24px;
display: flex;
flex-direction: column;
gap: 13px;
width: 100%;
box-sizing: border-box;
}

.project-description::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(30, 67, 129, 0.9);
z-index: 1;
}

.description-title {
color: #FFFFFF;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 1.366;
letter-spacing: -0.64px;
/* -2% от 32px */
margin: 0;
position: relative;
z-index: 2;
}

.description-title br {
display: inline;
}

.description-text {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #FFFFFF;
margin: 0;
position: relative;
z-index: 2;
}

/* ========== БЛОК "ЦЕЛИ И ЗАДАЧИ" ========== */

.goals-section {
background: #F1F5F8;
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 20px 0;
}

.goals-container {
width: 360px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 32px;
box-sizing: border-box;
}

/* Одинаковая ширина для блоков в секции целей */
.goal-main-frame,
.goals-tasks-list {
width: 320px;
flex-shrink: 0;
}

/* Заголовок */
.goals-title {
font-family: Manrope;
font-weight: 600;
font-size: 32px;
line-height: 1.366;
letter-spacing: -0.64px;
color: #153162;
margin: 0;
width: 100%;
}

/* Контейнер контента */
.goals-content {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
}

/* Синяя рамка с целью */
.goal-main-frame {
background: #FFFFFF;
border: 2px solid #F1F5F8;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
gap: 32px;
padding: 20px;
box-sizing: border-box;
position: relative;
min-height: 200px;
max-height: 400px;
}

.goal-main-text {
background: #4F8CC9;
border-radius: 16px;
align-self: stretch;
gap: 4px;
padding: 16px 20px 20px;
box-sizing: border-box;
max-height: 200px;
overflow-y: auto;
}

.goal-main-text p {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #FFFFFF;
margin: 0;
}

/* Логотип "Деловая Россия" */
.goal-logo {
align-self: flex-end;
flex-shrink: 0;
}

/* Список задач */
.goals-tasks-list {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
}

/* Отдельная задача */
.goal-task {
background: #FFFFFF;
border: 2px solid #F1F5F8;
border-radius: 16px;
display: flex;
align-items: center;
gap: 12px;
padding: 20px;
box-sizing: border-box;
}

/* Номер задачи */
.task-number {
background: #F1F5F8;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
padding: 12px;
width: 44px;
height: 44px;
box-sizing: border-box;
flex-shrink: 0;
font-family: Manrope;
font-weight: 600;
font-size: 24px;
line-height: 1.333;
letter-spacing: -1%;
color: #4F8CC9;
}

/* Текст задачи */
.task-text {
font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 1.366;
color: #333333;
flex: 1;
}

/* Кастомный скроллбар для синей рамки */
.goal-main-text {
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.goal-main-text::-webkit-scrollbar {
width: 4px;
}

.goal-main-text::-webkit-scrollbar-track {
background: transparent;
}

.goal-main-text::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.4);
border-radius: 2px;
}

.goal-main-text::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.6);
}

/* ========== ДЕСКТОПНАЯ ВЕРСИЯ ========== */
@media (min-width: 481px) {
.project-container {
    width: 100%;
    max-width: 1320px;
    padding: 0;
    gap: 30px;
}

/* Одинаковая ширина для блоков в десктопной версии */
.text-card,
.project-description {
    width: 100%;
    max-width: 1320px;
    flex-shrink: 0;
}

.project-title {
font-size: 48px;
letter-spacing: -1.92px;
/* -4% от 48px */

    width: 100%;
    max-width: 1320px;
height: 66px;
}

.text-card {
flex-direction: row;
align-items: center;
gap: 40px;
}

.card-label,
.card-value {
font-size: 20px;
line-height: 1.4;
}

.card-label {
flex: 1;
}

.card-value {
flex-shrink: 0;
width: auto;
}

.project-description {
padding: 40px 48px;
width: 100%;
align-self: stretch;
}

.description-title {
font-size: 48px;
letter-spacing: -1.92px;
/* -4% от 48px */
}

.description-title br {
display: none;
}

.description-text {
font-size: 20px;
line-height: 1.4;
width: 100%;
text-align: justify;
}

/* Цели и задачи - десктоп */
.goals-container {
    width: 100%;
    max-width: 1320px;
    padding: 0;
    gap: 20px;
}

/* Одинаковая ширина для блоков целей в десктопной версии */
.goal-main-frame,
.goals-tasks-list {
    width: 100%;
max-width: 650px;
flex-shrink: 1;
}

.goals-title {
font-size: 48px;
letter-spacing: -1.92px;
}

.goals-content {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 20px;
}


.goal-main-text {
max-height: 300px;
}

.goal-main-text p {
font-size: 20px;
line-height: 1.4;
}

.task-text {
font-size: 20px;
line-height: 1.4;
}
}

/* ========== ПЛАНШЕТНАЯ ВЕРСИЯ ========== */
@media (max-width: 1200px) and (min-width: 481px) {
.project-container {
width: 100%;
max-width: 1200px;
padding: 20px 40px;
gap: 20px;
}

/* Одинаковая ширина для блоков в планшетной версии */
.text-card,
.project-description {
width: 100%;
max-width: 1120px;
flex-shrink: 0;
}

.project-title {
font-size: 36px;
width: 100%;
height: auto;
}

.text-card {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}

.card-label,
.card-value {
font-size: 18px;
width: 100%;
}

.project-description {
padding: 30px;
width: 100%;
}

.description-title {
font-size: 32px;
letter-spacing: -0.64px;
}

.description-text {
font-size: 18px;
width: 100%;
}

.goals-container {
width: 100%;
max-width: 1200px;
padding: 20px 40px;
gap: 40px;
}

/* Одинаковая ширина для блоков целей в планшетной версии */
.goal-main-frame,
.goals-tasks-list {
width: 100%;
max-width: 1120px;
flex-shrink: 0;
}

.goals-title {
font-size: 36px;
}

.goals-content {
flex-direction: column;
gap: 20px;
}


.goal-main-text p {
font-size: 18px;
}

.task-text {
font-size: 18px;
}
}
/* ========== БЛОК "УЧАСТНИКИ" ========== */

.participants-section {
    background: #F1F5F8;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
}

.participants-container {
    width: 360px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.participants-main-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

/* Первый блок с иконкой и аудиторией */
.participants-header-block {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}

.participants-header-content {
    background-image: url('assets/images/mapblue.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    min-height: 200px;
}

.participants-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.participants-icon-circle {
    background: #FFFFFF;
    border: 1px solid #EEF1F7;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.participants-text-circle {
    background: #153162;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: -4px;
    z-index: 1;
}

.participants-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.participants-subtitle {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.366;
    color: #EEF1F7;
    margin: 0;
    text-align: center;
}

/* Второй блок - карточки аудитории */
.participants-audience-block {
    background: #FFFFFF;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

/* Контент аудитории */
.participants-audience-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}

.participants-audience-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.participants-audience-card {
    background: #F1F5F8;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.participants-audience-card p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    margin: 0;
}

/* Второй блок - Сроки реализации */
.participants-timeline-block {
    background: #153162;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.participants-timeline-label {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #EEF1F7;
    margin: 0;
}

.participants-timeline-value {
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

/* ========== ДЕСКТОПНАЯ ВЕРСИЯ ========== */
@media (min-width: 481px) {
    .participants-container {
        width: 100%;
        max-width: 1320px;
        padding: 0;
        gap: 24px;
    }

    .participants-main-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
        max-width: 1320px;
    }

    .participants-header-block {
        width: 100%;
        max-width: 400px;
        background: #FFFFFF;
    }

    .participants-header-content {
        border-radius: 16px;
        justify-content: flex-start;
        background-image: url('assets/images/mapblue.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 250px;
    }

    .participants-audience-block {
        width: 100%;
        max-width: 896px;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .participants-audience-content {
        padding: 40px;
    }

    .participants-text-circle {
        width: 248px;
        height: 248px;
        gap: -12px;
    }

    .participants-icon-circle {
        top: 0;
        left: 0;
    }

    .participants-title {
        font-size: 40px;
        line-height: 1.366;
    }

    .participants-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .participants-audience-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 40px;
    }

    .participants-audience-row {
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
        gap: 16px;
    }

    .participants-audience-card {
        flex: 1;
    }

    .participants-timeline-block {
        width: 100%;
        max-width: 1320px;
        flex-direction: row;
        align-items: center;
        gap: 40px;
        flex-shrink: 0;
        align-self: stretch;
    }

    .participants-timeline-label {
        flex: 1;
    }

    .participants-timeline-value {
        flex-shrink: 0;
        width: auto;
    }
}

/* ========== ПЛАНШЕТНАЯ ВЕРСИЯ ========== */
@media (max-width: 1200px) and (min-width: 481px) {
    .participants-container {
        width: 100%;
        max-width: 1200px;
        padding: 20px 40px;
        gap: 20px;
    }

    .participants-header-block {
        width: 100%;
        max-width: 1120px;
    }

    .participants-timeline-block {
        width: 100%;
        max-width: 1120px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .participants-timeline-label,
    .participants-timeline-value {
        width: 100%;
    }
}