

/* ===== ХЕРО-СЕКЦИЯ (НОВЫЙ ДИЗАЙН) ===== */
.page-about-us .axil-breadcrumb-area {
    position: relative;
    padding: 180px 0 180px;
    overflow: hidden;
    background: linear-gradient(282.49deg, #BF6187 -37.86%, #E3EAFF 41.06%, #E6F7FF 103.83%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF),
                linear-gradient(135deg, rgba(126, 174, 255, 0.5) 2.88%, rgba(252, 166, 233, 0.5) 100%);

}
.page-about-us .axil-breadcrumb-area.breadcrumb-style-2 p, .page-about-us  .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {

    padding-right: unset;
}
.page-about-us .axil-breadcrumb-area.breadcrumb-style-2 p,  .page-about-us .axil-counterup-area .inner p{
    font-size: 26px;
    line-height: 120%;
}


.page-about-us  .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {

    margin-top: 40px;
}

.page-about-us .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group::before {
    display: none;
}

.page-about-us .axil-counter-wrapper .col-lg-12
{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
}

.page-about-us  .axil-counterup::after {

    border-radius: 20px;
}

.page-about-us .circle-shapes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 
}

.page-about-us .circle-shapes img {
    position: relative;
 
    
}

/* Позиционирование в ряд с наложением */
.page-about-us .circle-1 {
    bottom: 10%;
    left: 10%;
    z-index: 14;
   
}

.page-about-us .circle-2 {
    bottom: 10%;
    left: 6%;
    z-index: 15;
}

.page-about-us .circle-3 {
    bottom: 10%;
    left: 2%;
    z-index: 16;
   
}

.page-about-us .circle-4 {
    bottom: 10%;
    left: -2%;
    z-index: 17;
}

.page-about-us .circle-5 {
    bottom: 10%;
    left: -6%;
    z-index: 18;
}



.page-about-us .bg-color-lightest {
background: linear-gradient(178.91deg, #FFFFFF 2.24%, #F9FAFC 24.95%, #E9F0FF 67.86%, #E6D6FA 143.46%);

}

.page-about-us .axil-team-area h2 {
    font-size: 49px;
}

.page-about-us .axil-counterup {
    box-shadow: 0px 20px 28px 0px rgba(51, 51, 51, 0.04), 0px -12px 28px 0px rgba(51, 51, 51, 0.04);
}

/* ===== ФИЛЬТР ПО ОТДЕЛАМ ===== */
.page-about-us .department-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 20px;
    padding: 0 15px;
}
.page-about-us .axil-counterup::before {
    display: none;
}
.page-about-us .dept-filter-btn {
    border-radius: 60px;
    padding: 20px 24px;
    background: rgba(245, 245, 247, 1);
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.page-about-us .dept-filter-btn:hover {
    background: rgba(235, 235, 237, 1);
    transform: translateY(-2px);
}

.page-about-us .dept-filter-btn.active {
    background: linear-gradient(90deg, #5FBAE1 0%, #6DA1F0 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(95, 186, 225, 0.3);
}

/* Скрытие элементов при фильтрации */
.page-about-us .team-member {
    transition: all 0.3s ease;
}

.page-about-us .team-member.hidden {
    display: none;
}

/* Адаптивность для фильтра */
@media (max-width: 1200px) {
    .page-about-us .dept-filter-btn {
        padding: 15px 20px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .page-about-us .department-filter {
        gap: 8px;
    }
    
    .page-about-us .dept-filter-btn {
        
        padding: 12px 16px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .page-about-us .department-filter {
        gap: 6px;
    }
    
    .page-about-us .dept-filter-btn {
       
        padding: 10px 14px;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .page-about-us .department-filter {
        gap: 5px;
    }
    
    .page-about-us .dept-filter-btn {
        width: calc(50% - 5px);
        height: 40px;
        padding: 8px 12px;
        font-size: 11px;
        white-space: normal;
    }
}



/* ===== КАРТОЧКИ СОТРУДНИКОВ (НОВЫЙ ДИЗАЙН) ===== */
.page-about-us .axil-team-new {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 8px 8px 16px 8px;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    height: stretch;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.page-about-us .axil-team-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.page-about-us .axil-team-new .inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-about-us .axil-team-new .thumbnail {
    width: 100%;
    height: 309px; 
    border-radius: 12px;
    overflow: hidden;
}

.page-about-us .axil-team-new .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.page-about-us .axil-team-new:hover .thumbnail img {
    transform: scale(1.05);
}

.page-about-us .axil-team-new .content {
    text-align: center;
    padding: 0 4px;
}

.page-about-us .axil-team-new .title {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 1.3;
}

.page-about-us .axil-team-new .subtitle {
    margin: 0;
    font-size: 16px;
    color: rgba(94, 88, 115, 1);
    line-height: 1.4;
}

/* Адаптивность для карточек */
@media (max-width: 1400px) {
    .page-about-us .axil-team-new {
        max-width: 300px;
    }
    
    .page-about-us .axil-team-new .thumbnail {
        height: 285px;
    }
}

@media (max-width: 1200px) {
    .page-about-us .axil-team-new {
        max-width: 280px;
    }
    
    .page-about-us .axil-team-new .thumbnail {
        height: 265px;
    }
    
    .page-about-us .axil-team-new .title {
        font-size: 17px;
    }
    
    .page-about-us .axil-team-new .subtitle {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .page-about-us .axil-team-new {
        max-width: 260px;
    }
    
    .page-about-us .axil-team-new .thumbnail {
        height: 245px;
    }
}

@media (max-width: 767px) {
    .page-about-us .axil-team-new {
        max-width: 240px;
    }
    
    .page-about-us .axil-team-new .thumbnail {
        height: 225px;
    }
}

@media (max-width: 575px) {
    .page-about-us .axil-team-new {
        max-width: 280px;
    }
    
    .page-about-us .axil-team-new .thumbnail {
        height: 265px;
    }
}


