.head__leadership {
    position: relative;
}
.img__background {
    height: 850px;
    background-size: cover;
    background-position: center;
}
.block__text {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 466px;
}
.block__text h2 { 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    margin-bottom: 25px;
}
.block__text p { 
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 120%;
}
.founders {
    margin-bottom: 80px;
}
.founders .section-title{ 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
  
.founder-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 80px;
}
  
.founder-card img {
    width: 440px;
    object-fit: cover; 
} 
.founder-info {
    margin-top: 40px;
} 
.founder-info h3 { 
    font-weight: 900;
    font-size: 30px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}  
.founder-info .position { 
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}
.founder-info .desc { 
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-top: 15px;
}    
.team .section-title{ 
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    text-align: center; 
    margin-bottom: 70px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.team-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 80px;
}
 
.team-card img {
    width: 440px;
    object-fit: cover; 
} 
.team-grid {
    margin-top: 40px;
} 
.team-info {
    margin-top: 125px;
} 
.team-grid h3,
.team-info h3 { 
    font-weight: 900;
    font-size: 30px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}   
.team-grid .desc,
.team-info .desc  { 
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-top: 15px;
}   
.team-grid .position,
.team-info .position { 
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}  
 
/**/
.technical-support {
    padding: 60px 0;
  }
  
.technical-support .section-title {  
    font-weight: 900;
    font-size: 64px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 120px;
}
  
.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}  
.support-card {
    width: 390px; 
}
.support-card h3 { 
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
}
.support-card .position { 
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin-bottom: 25px;
    height: 48px;
}
.support-card svg {
    margin-bottom: 10px;
}

.support-card .desc { 
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}  
.support-card a {
    color: #000;
    text-decoration: underline;
}
  /*991px - 20000px*/
@media (min-width: 991px) {
    .team-slider {
        display: none!important;
    }
    .founder-info {
        width: 50%;
    }
    .founder-card img {
        width: 50%;
    }
    .team-card img {
        width: 50%; 
    }
    .team-info {
        width: 50%;
    }

}

@media (max-width: 1440px) {
    .team-info {
        margin-top: 50px;
    }
     
}
@media (max-width: 1440px) {
	.team-grid h3, .team-info h3,
	.support-card h3 {
  		font-size: 25px;
	}	
	.founder-info .position,
	.support-card .position p{
  		font-size: 20px;
	}
	.founder-info .desc,
	.support-card .desc {
  		font-size: 14px;
	}
    .team-info {
        margin-top: 0px;
    }
    .founder-info {
        margin-top: 0px;
    }
    .img__background {
        height: 750px;
    }
     
}



@media (max-width: 991px) {
    .team .container {
        width: 100%;
    }
    .team .team-slider {
        padding-left: 14%;
        padding-right: 14%;
        width: 100%;
    }
    .team .team-grid{
        display: none;
    }
    .img__background {
        display: none;
    }
    .head__leadership {
        height: 550px;
        background: #000;
    }
    .block__text h2,
    .block__text p {
        color: #fff;
    }
    .block__text {
        width: 295px;
        margin-top: 75px;
    }
    .block__text h2 { 
        font-weight: 900;
        font-size: 30px;
        line-height: 100%; 
    }  
    .block__text p {
        font-size: 16px;
    }
    .head__leadership .container {
        width: 80%;
    }
    .founders .container {
        width: 80%;
    }
    .founders .section-title {
        font-size: 35px;
        text-align: left;
        margin-top: 65px;
    }
    .founders-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .founder-card {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .founder-info .desc {
        width: 100%;
    }
    .founder-info h3,
    .founder-info .position {
        width: 100%;
    } 
    .swiper .support-card {
        margin-left: 0px;
    }
    .technical-support .container {
        width: 100%;
    }
    .technical-support {
        padding: 0px;
    }
    .technical-support .swiper {
        padding-left: 14%;
        padding-right: 14%;
        width: 100%;
        margin: 0;
    }
    .technical-support .swiper svg{ 
        width: 100%;
    }
    .technical-support .section-title {
        font-size: 35px;
        margin-bottom: 60px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        width: 48px!important;
        height: 48px!important;
        display: none;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 48px!important;
        height: 48px!important;
        background: #000!important;
        margin-top: -170px;
        border: 1px solid #fff;
    }
    .swiper-button-next svg, 
    .swiper-button-prev svg{ 
        width: 25px!important;   
    }
    .swiper-button-next:hover svg path, 
    .swiper-button-prev:hover svg path{
            fill: #000;
    }
    .swiper-button-next:hover, 
    .swiper-button-prev:hover {
        background: #fff!important;
        border: 1px solid #000;
    }
    .swiper-button-prev {
        left: 0px!important;
    }
    .swiper-button-next {
        right: 0px!important;
    }
    /* Позиционирование и базовые стили для кастомных стрелок */
    .custom-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 10;
    }
    
    /* Стрелка Prev – отзеркаливаем SVG */
    .swiper-button-prev.custom-arrow {
        left: -50px; /* Настройте отступ по необходимости */
        transform: translateY(-50%) scaleX(-1); /* Отражение по горизонтали */
    }
    /* Стрелка Next */
    .swiper-button-next.custom-arrow {
        right: -50px; /* Настройте отступ по необходимости */
    }  
    /* Если нужно, задайте размеры SVG внутри контейнера */
    .custom-arrow svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    .team {
        margin-top: 80px;
    }
    .team-card img {
        height: 400px;
    }
    .team-card {
        flex-direction: column;
    }
    .team-info {
        margin-top: 10px;
    }
    .team .section-title { 
        font-size: 35px;
        width: 80%;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .custom-prev { 
        transform: rotate(180deg)!important;
    }

}










