body {
    font-family: 'Onest', sans-serif !important;
    background: #F2F2F2 !important;
}
.rs-nav-bg, .location-box, header {
    background: #F2F2F2 !important;
}
.button_link_hed {
    border-radius: 999px;
    background: #0804FF;
    padding: 10px 18px;
    text-decoration: none;
    color: #fff;
}
.main {
    width: 100%;
}
.content {
    margin-left: 0;
    width: 100%;
}
#menu {
    justify-content: space-between;
    width: 100%;
}
#menu.fixed {
    background: #F2F2F2;
}
.location-box {
    padding: 50px 0 20px;
    width: 100%;
}
.search-box-visible {
    position: relative;
    max-width: 420px;
    width: 100%;
    margin: 20px 0 50px;
}

.search-box-visible input {
    width: 100%;
    height: 48px;
    padding: 0 18px 0 48px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    outline: none;
}

.search-box-visible input:focus {
    border-color: #0d6efd;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.6;
}
.main .count-badge {
    font-size: 14px;
    background: #0804FF;
    color: #fff !important;
    border-radius: 40px;
    padding: 8px 18px;
}

.menu-full-width {
    width: 100%;
    overflow: hidden;
    height: 60px;
    position: relative;
    border-radius: 50px;
    background: #FFF;
    margin-bottom: 50px;
}

.menu-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 44px;
}

.menu-scroll span {
    position: absolute;
    top:15px;
    right: 0px;
}

.menu-item {
    padding: 8px 18px;
    text-decoration: none;
    color: #9CA3AF !important;
    font-family: Onest;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 20px;
    white-space: nowrap;
}
.menu-item:hover, .menu-item.active {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    color: #0804FF !important;
}

.menu-item.active {
    background: #fff;
    color: #0d6efd;
    font-weight: 600;
}
.content_second_menu .menu-item.active {
    background: #0804FF;
    color:#fff !important;
}

 .main .content h2 {
    font-size: 44px;
    font-weight: 700;
    font-family: Onest;
    text-transform: none;
}








.team-section {
    padding: 40px 0;
}

.section-title {
    font-size: 14px;
    margin: 30px 0 1px;
    font-weight: 600;
    color: #1D1D1B;
    font-family: Onest;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.person-card {
    display: flex;
    justify-content: space-between;
    background: #0804FF;
    border-radius: 16px;
    overflow: hidden;
    min-height: 230px;
}

.person-card--large {
    min-height: 280px;
    margin-bottom: 20px;
}

.person-info {
    padding: 24px;
    color: #fff;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.person-info h2,
.person-info h3 {
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}

.person-info h2 {
    font-size: 42px;
}

.person-info h3 {
    font-size: 30px;
    font-family: Onest;
    font-weight: 800;
    line-height: 38px;
    text-transform: none;
}

.person-info p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    opacity: 0.95;
}

.person-tag {
    display: inline-block;
    font-size: 11px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    margin-bottom: 20px;
    width: fit-content;
    text-transform: uppercase;
}
.content .persona_fio {
    color: #FFF;
    font-family: Onest;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    text-transform: none;
    max-width: 200px;
}
.job_title_width {
    max-width: 350px;
}

.person-image {
    width: 40%;
}
.person-image-pd {
    padding: 14px;
}

.person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .job_title {
    color: rgba(255, 255, 255, 0.74);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}







.site-footer {
    background: #0b0909;
    color: #ffffff;
    padding: 60px 0 30px;
    font-family: 'Onest', sans-serif;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text,
.footer-contacts p,
.footer-menu li a {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a:hover {
    color: #ffffff;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}












@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .person-card {
        flex-direction: column;
    }

    .person-info,
    .person-image {
        width: 100%;
    }

    .person-info h2 {
        font-size: 28px;
    }

    .person-info h3 {
        font-size: 22px;
    }
}

