.section-title .team-title {
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-size: 58px;
    font-weight: 400;
}

.section-title p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #636363;
}

.top-mini-nav {
    margin-top: 40px;
}

.team-top-menu {
    margin-bottom: 40px;
}


.team-top {
    height: 336px;
    border-radius: 20px;
    background: #f6f6f6;
    position: relative;
}

.team-h {
    width: 141px;
    position: absolute;
    bottom: 0;
    right: 48px;
    transform: scaleX(-1);
}

.team-ellipse-img {
    width: 40px;
    height: 40px;
}


.avatar-container {
    width: auto;
    height: 40px;
    margin-top: 80px;
}

.avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -20px;
}

.avatar-img:first-child {
    margin-left: 0;
}

.avatar-img.bordered {
    border: 1px solid #F6F6F6;
}

.avatar-placeholder {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    outline: 2px solid #F6F6F6;
    margin-left: -20px;
}

.dots-container svg {
    position: absolute;
    top: 0;
}

.specialists-text {
    color: #636363;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.team-header {
    margin: 0 auto;
    text-align: center;
}

.team-header h2 > span {
    color: #0156CD;
}

.running-line{
    margin: 40px auto 60px auto;
    width: 100%;
    max-width: 1440px;
    white-space: nowrap;
    overflow: hidden;
    mask-image: linear-gradient(
            90deg,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%
    );
}

.team-body-haeder {
    margin-bottom: 20px;
}