.head__leadership {
    position: relative;
}
.img__background {
    height: 1000px;
    background-size: cover;
    background-position: center;
}
.block__text {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%); 
    width: 640px;
} 
.block__text h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    margin-bottom: 25px;
} 

.manage-section { 
    background-color: #2A54FF; /* или #002aff как на изображении */
    padding: 100px 0;
    color: #fff;
    text-align: center;
}
.manage-section-black { 
    background-color: #000; /* или #002aff как на изображении */
    padding: 100px 0;
    color: #fff;
    text-align: center;
}
.manage-header ol li {
	list-style: none;
	font-size: 20px;
}
.manage-header h2 {
    font-size: 64px; 
    font-weight: 900;
    margin-bottom: 0px;
    color: #fff;
}
.manage-header h3 {
    font-size: 26px; 
    font-weight: 900;
    margin-bottom: 0px;
    color: #fff;
    line-height: 120%;
}
.manage-header p {
	font-size: 20px;
  	font-weight: 400;
  	line-height: 130%;
  	max-width: 900px;
  	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; 
    margin-bottom: 40px;
}

.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: 22px;
    font-weight: 900;
    max-width: 300px;
    margin: 0;
        margin-left: 0px;
    text-align: start;
    margin-left: 30px;
    line-height: 100%;
}
  

/* Вертикальная линия */
.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;
    transition: height 1s ease;
}
.manage-grid-portfolio::after,
.manage-grid-portfolio::before {
  transition: all 1s ease;
}

/* Горизонтальная линия */
.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);
}
.advisory-section .row__advisory{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 100%;
}
.image-block img {
    width: 100%;
}
.steps-grid {
    grid-template-columns: repeat(4, 1fr);
}
.capital-move {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
}
.capital-move .image-block img {
    width: 100%;
    height: auto;
    display: block;
}
.content-block h2 {
    font-size: 64px; 
    font-weight: 900;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}
.content-block p {
    font-size: 22px; 
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
    display: flex;
}
.content-block ul li {
    font-size: 22px; 
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
    display: flex;
    list-style: none;
}
.capital-advisory {
    width: 628px;
    margin-right: 9%;
    margin-top: 100px;
    margin-left: auto;
}
.transaction-representation {
    margin-left: 10%;
    margin-top: 10%;
    padding-right: 5%;
} 
.join-title {
    position: relative; 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    width: 500px;
    line-height: 100%;
    margin-right: 50px;
    padding-right: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.join-us {
    padding: 100px 0px;
    text-align: center;
}
.content-block-capital {
    display: flex;
    margin-left: 4%;
}
.block__text_capital {
    width: 450px;
}
.content-block-capital h2{ 
    font-weight: 900;
    font-size: 64px;
    color: #000; 
}
.content-block-capital p{ 
    font-weight: 400;
    font-size: 22px;
    color: #000; 
}
.quote-mark-1 {
    margin-top: 24%;
    margin-right: 4%;
}
.quote-mark-2 {
    margin-left: 1%;
}
.clarity-capital {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
}
.content-block-clarity  {
	padding-right: 12%;
}
.clarity-capital .content-block-clarity h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #fff;
}
.clarity-capital .content-block-clarity p  { 
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media (max-width: 1440px) {
    .manage-item {
        padding: 10px 20px;
    }
    .manage-number {
        font-size: 170px;
    }
	.manage-header h3 {
		font-size: 23px;
	}
    .manage-header p {
        font-size: 20px;  
        max-width: 850px; 
        margin: 0 auto 30px auto;
    }
    .manage-header h3 {
        margin-bottom: 10px;
    }
    .manage-header h2 {
        margin-bottom: 5px;
    }
	.manage-item p {
		font-size: 22px;
	}
    .img__background {
        height: 800px;
    }
    .clarity-capital .content-block-clarity h2 {
        font-size: 50px;
    }
    .clarity-capital .content-block-clarity p {
        font-size: 18px;
    }
    .clarity-capital .content-block-clarity {
        padding-right: 12%;
    }
    .content-block h2 {
        font-size: 50px;
    }
    .content-block p,
    .content-block ul li {
        font-size: 18px;
    }
    .capital-advisory {
        width: auto;
        margin-right: 9%;
        margin-top: 4%;
        margin-left: 5%;
    }
    .content-block-capital h2 {
        font-size: 50px;
    }
    .content-block-capital p {
        font-size: 18px;
    }
    .block__text_capital {
        width: 355px;
    }
    .quote-mark svg {
        width: 100px;
    }
    .quote-mark-1 {
        margin-top: 31%;
    }







}

@media (max-width: 991px) {
    .img__background {
        background-image: none!important;
        height: 370px;
    }
    .block__text {
        width: auto;
        top: 60%;
        margin-left: 5%;
    }
    .block__text h2 {
        font-size: 30px;
    }
    .head__leadership .block__text .btn {
        width: 155px;
        height: 50px;
        font-size: 18px;
    }
    .clarity-capital {
        grid-template-columns: 1fr;
        min-height: 500px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .clarity-capital .image-block {
        display: none;
    }
    .clarity-capital .content-block-clarity {
        width: 300px;
        margin: 0 auto;
    }
    .clarity-capital .content-block-clarity h2 {
        font-size: 35px;
    }
    .clarity-capital .content-block-clarity p {
        font-size: 16px;
    }
    .manage-header h2 {
        font-size: 35px;
    }
    .manage-header h3 {
        font-size: 16px;
    }
    .manage-header p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .advisory-section .row__advisory {
        grid-template-columns: 1fr;
    }
    .transaction-representation {
        width: 300px;
        padding: 0px;
        margin: 0 auto;
    }
    .capital-advisory {
        width: 300px;
        padding: 0px;
        margin: 0 auto;
    }
    .row__advisory .image-block {
        order: 1;
        margin-bottom: 40px; 
    }
    .row__advisory .transaction-representation {
        order: 2;
    }
    .row__advisory .capital-advisory {
        order: 2;
    }
    .content-block h2{
        font-size: 35px;
    }
    .content-block p, .content-block ul li {
        font-size: 16px;
    }
    .join-title {
        font-size: 35px;
        margin-right: 0px;
        padding-right: 0px;
    }
    .manage-grid-portfolio {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        margin-bottom: 0px;
    }
    .manage-grid-portfolio::before,.manage-grid-portfolio::after {
        display: none;
    }
    .manage-number {
        font-size: 100px;
    }
    .manage-item p {
        font-size: 20px;
    }
    .manage-item {
        padding: 10px 10px;
        border-bottom: 1px solid #fff;
    }
    .manage-item:nth-child(4) {
        border-bottom: none;
    }
    .manage-header-bottom {
        display: none;
    }
    .manage-section,
    .manage-section-black {
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .quote-mark-1 {
        display: none;
    }
    .content-block-capital h2 {
        font-size: 35px;
    }
    .content-block-capital p {
        font-size: 16px;
    }
    .block__text_capital {
        width: 260px;
    }
    .capital-move .image-block {
        display: none;
    }
    .quote-mark svg {
        width: 70px;
    }
    .content-block-capital {
        display: flex;
        margin-left: 9%;
        margin-top: 50px;
        margin-bottom: 40px;
    }



}