.head__leadership {
    position: relative;
}
.img__background {
    height: 1000px;
    background-size: cover;
    background-position: center;
}
.block__text {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%); 
}
.block__text h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 25px;
}
.block__text {
    width: 660px;
}
.block__text p { 
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 120%;
} 
.manage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.who-we-manage {
    margin-top: 120px;
}
.section-title { 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.thematic-strategies .section-title::after {
    display: none;
}
.manage-card {
    position: relative;
	min-height: 41vh;
    overflow: hidden;
}

.manage-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    transition: filter 0.4s ease;
}

/* Черно-белый эффект */
.manage-card img {
    filter: grayscale(100%);
}
.manage-card:hover img {
    filter: grayscale(0%);
}

.manage-card h3,
.manage-card p {
    position: absolute;
    z-index: 2; 
    margin: 0;
}

/* Позиции текста */
.manage-grid .manage-card:nth-child(1) h3 {
    top: 30%;
    left: 10%;
    width: 300px;
}

.manage-grid .manage-card:nth-child(2) h3 {
    top: 30%;
    left: 10%;
    width: 290px;
} 

.manage-grid .manage-card:nth-child(3) h3 {
    top: 33%;
    right: 7%;
    width: 285px;
}

.manage-grid .manage-card:nth-child(3) p {
    top: 54%;
    right: 7%;
    width: 285px;
}

.manage-grid .manage-card:nth-child(4) h3 {
    top: 33%;
    right: 7%;
    width: 317px;
}

.manage-grid .manage-card:nth-child(4) p {
    top: 54%;
    right: 7%;
    width: 317px;
}

/* Цвет текста для светлых и темных карточек */
.manage-card.light h3,
.manage-card.light p {
    color: #000;
}

.manage-card.dark h3,
.manage-card.dark p {
    color: #fff;
}

/* Размеры шрифтов */
.manage-card h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 100%;
}

.manage-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.thematic-strategies {
    margin-top: 100px;
}
.thematic-strategies .strategies-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 60px;
    align-items: center;
}
.thematic-strategies .strategies-text {
    width: 580px;
}
.thematic-strategies .strategies-text h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
    text-align: start;
}
  
.thematic-strategies .strategies-text p.description {
    font-size: 22px; 
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}
  
.thematic-strategies .strategies-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.thematic-strategies .strategies-list li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 140%;
    color: #000;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.thematic-strategies .strategies-list li img {
    width: 32px;
    height: 32px; 
    margin-right: 10px;
    margin-top: 5px;
}
.thematic-strategies .strategies-text p.example {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    line-height: 120%;
}
.thematic-strategies .strategies-image img {
    max-width: 100%;
    height: 900px;
    display: block;
    margin-top: 40px;
}
.blackstar-info {
    padding-top: 100px;
}
.blackstar-info .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px;
}
.info-image img {
    width: 100%;
    height: 905px;
    object-fit: cover;
    display: block;
}  
/* Левая текстовая колонка (What Makes Different) */
.what-makes-different {
    margin-left: 10%;
    margin-top: 10%;
    margin-right: 5%;
}  
.what-makes-different h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}
.what-makes-different p {
    font-size: 22px; 
    font-weight: 400;
    line-height: 120%;
    color: #000;
    margin-bottom: 30px;
}  
.what-makes-different ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}  
.what-makes-different ul li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
    display: flex;
}
.how-we-work ul li img,
.what-makes-different ul li img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
/* Правая текстовая колонка (How We Work) */
.how-we-work {
    width: 628px;
    margin-right: 9%;
    margin-top: 200px;
    margin-left: auto;
} 
.how-we-work h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}
.how-we-work ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}  
.how-we-work ul li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
    display: flex;
}  
.how-we-work p.small {
    font-size: 20px; 
    font-weight: 400;
    color: #000;
    line-height: 130%;
}
  
.sale-ready-section {
    padding-top: 100px;
}  
.sale-ready-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}  
.sale-col.image img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
    display: block;
}  
.sale-col.text {
    margin-left: 5%;
}  
.sale-col.text h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}  
.sale-col.text p {
    font-size: 22px; 
    font-weight: 400;
    line-height: 130%;
    color: #000;
    margin-bottom: 30px;
}  
.sale-col.text ul {
    list-style: none;
    padding: 0;
    margin: 0;
} 
.sale-col.text ul li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
}
.sale-col.text ul li img{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
  
.manage-section { 
    background-color: #2A54FF; /* или #002aff как на изображении */
    padding: 100px 0;
    color: #fff;
    text-align: center;
}
.manage-header h2 {
    font-size: 64px; 
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
}
.manage-header h3 {
    font-size: 26px; 
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    line-height: 120%;
}
.manage-header p {
    font-size: 26px; 
    font-weight: 400;
    line-height: 130%;
	max-width: 1199px;
  	line-height: 120%;
  	margin: 0 auto 30px auto;
}
.manage-grid-portfolio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    max-width: 1440px;
    margin: 0 auto;
    position: relative; 
}  
.manage-item {
	padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}  
.manage-number {
    font-size: 170px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px; 
}  
.manage-item p {
    font-size: 26px; 
    font-weight: 900;
    max-width: 370px;
    margin: 0;
        margin-left: 0px;
    text-align: start;
    margin-left: 30px;
    line-height: 100%;
}
.manage-grid-portfolio::after,
.manage-grid-portfolio::before {
  transition: all 1s ease;
}

/* Вертикальная линия */
.manage-grid-portfolio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: #ffffff;
  transform: translateX(-0.5px);
  z-index: 1;
}

/* Горизонтальная линия */
.manage-grid-portfolio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-0.5px);
  z-index: 1;
  transition-delay: 1s;
}

.manage-grid-portfolio.active::after {
  height: 100%;
}

.manage-grid-portfolio.active::before {
  width: 100%;
}
/* Анимация блоков */
.manage-item {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.6s ease;
    z-index: 2;
}  
.manage-item.show {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1440px) {
	.manage-item p {
		font-size: 22px;
	}
	.thematic-strategies .strategies-text p.description,
	.thematic-strategies .strategies-list li,
	.thematic-strategies .strategies-text p.example,
	.how-we-work ul li {
		font-size: 18px;
	}
	.manage-card h3 {
		font-size: 26px;
	}
	.sale-col.text p,
	.sale-col.text ul li {
		font-size: 18px;
	}
	.thematic-strategies .strategies-image img {
  		height: 750px;
  		margin-top: 80px;
	}
	.manage-grid .manage-card:nth-child(3) p {
		top: 60%;
	}
	.manage-grid .manage-card:nth-child(4) p {
		top: 60%;
	}
	.manage-card {
  		min-height: 260px;
	}
	.who-we-manage .section-title { 
		margin-bottom: 30px;
		font-size: 50px;
	}
    .manage-item {
        padding: 10px 20px;
    }
    .manage-number {
        font-size: 150px;
    }
    .manage-header p {
        font-size: 20px;  
        max-width: 920px; 
        margin: 0 auto 30px auto;
    }
    .manage-header h3 {
        margin-bottom: 10px;
    }
    .manage-header h2 {
        margin-bottom: 5px;
    }
    .img__background {
        height: 800px;
    }
    .info-image img {
        height: 650px;
    }
    .how-we-work {
        width: auto;
        margin-right: 9%;
        margin-top: 5%;
        margin-left: 6%;
    }
    .how-we-work h2 {
        font-size: 50px;
    }
    .what-makes-different h2 {
        font-size: 50px;
    }
    .what-makes-different p {
        font-size: 20px;
    }
    .what-makes-different ul li {
        font-size: 20px;
    }
    .what-makes-different {
        margin-right: 4%;
    }
    .thematic-strategies .strategies-text h2 {
        font-size: 50px;
    }
    
}


.img__pc {
    display: block;
}
.img__mobile {
    display: none;
}

@media (max-width: 991px) {
	.manage-card {
    	min-height: 480px;
  	}
    .img__mobile {
        display: block;
    }
    .img__pc {
        display: none;
    }
    .img__background {
        background: #000;
        background-image: none!important;
        height: 600px;
    }
    .block__text {
        width: auto;
        top: 52%;
    }
    .block__text h2 {
        font-size: 30px;
    }
    .block__text p {
        font-size: 16px;
    }
    .head__leadership .block__text .btn {
        width: 190px;
        height: 50px;
        font-size: 19px;
    }
    .manage-header h2 {
        font-size: 35px;
    }
    .manage-header h3,
    .manage-header p{
        font-size: 16px;
    }
    .manage-grid-portfolio {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
    }
    .manage-number {
        font-size: 100px;
    }
    .manage-grid-portfolio::before,
    .manage-grid-portfolio::after {
        display: none;
    }
    .manage-grid .manage-card:nth-child(1) h3 {
        top: 75%;
        left: 10%;
    }
    .manage-grid .manage-card:nth-child(2) h3 {
        top: 75%;
    }   
    .manage-grid .manage-card:nth-child(3) h3 {
        top: 72%;
        left: 10%;
        width: auto;
    }
    .manage-grid .manage-card:nth-child(3) p {
        top: 88%;
        left: 10%;
        width: auto;
    }
    .manage-grid .manage-card:nth-child(4) h3 {
        top: 72%;
        left: 10%;
        width: auto; 
    }
    .manage-grid .manage-card:nth-child(4) p {
        top: 88%;
        left: 10%;
        width: auto;
    }
    .manage-item p {
        font-size: 16px;
    }
    .manage-item {
        border-bottom: 1px solid #fff;
        width: 90%;
        margin: 0 auto;
    }
    .manage-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .manage-header p { 
        margin: 0 auto 20px auto;
    }
    .manage-item {
        padding: 15px 10px;
    }
    .sale-col.text h2 {
        font-size: 35px;
    }
    .sale-col.text p,
    .sale-col.text ul li {
        font-size: 16px;
    }
    .sale-col.text {
        margin-left: 0%;
    }
    .sale-ready-grid .image {
        display: none;
    }
    .sale-ready-grid {
        grid-template-columns: 1fr;
        width: 300px;
        margin: 0 auto;
    }
    .icon {
        width: 25px;
        height: 25px;
    }
    .sale-col.text ul li {
        line-height: 160%;
    }
    .who-we-manage {
        margin-top: 50px;
    }
    .who-we-manage .section-title {
        font-size: 35px;
        width: 300px;
        text-align: left;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .manage-grid {
        grid-template-columns: repeat(1, 1fr);
    }
/**/
    .thematic-strategies .strategies-image {
        display: none;
    }
    .thematic-strategies .strategies-grid {
        grid-template-columns: repeat(1, 1fr);
        width: 300px;
        margin: 0 auto;
    }
    .thematic-strategies .strategies-text {
        width: auto;
    }
    .thematic-strategies .strategies-text h2 {
        font-size: 35px;
    }
    .thematic-strategies .strategies-text p.description {
        font-size: 16px;
    }
    .thematic-strategies .strategies-list li {
        font-size: 16px;
    }
    .thematic-strategies .strategies-text p.example {
        font-size: 16px;
        padding-bottom: 50px;
        border-bottom: 1px solid #000;
    }
    .blackstar-info {
        padding-top: 40px;
    }
    .blackstar-info .info-grid {
        grid-template-columns: 1fr;
    }
    .info-grid .info-image img {
        height: 350px;
    }
    .how-we-work {
        width: 300px; 
        margin: 0 auto;
    } 
    .how-we-work h2,
    .what-makes-different h2 {
        font-size: 35px;
    }
    .how-we-work ul li,
    .what-makes-different p,
    .what-makes-different ul li {
        font-size: 16px;
    }
    .logo-room {
        order: 2;
    }
    .how-we-work {
        order: 1;
    }
    .what-makes-different {
        order: 3;
    }
    .abstract {
        order: 4;
    }
    .thematic-strategies {
        margin-top: 50px;
    }
	.sale-col.text ul li {
		display: flex;
  		align-items: flex-start;
	}
}