#experts_section {
    padding: 4.374vw 0 6.876vw;
}
#experts_section_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.934vw;
}
#experts_section_head > span {
    font-weight: 600;
    font-size: 3.879vw;
    line-height: 2.997vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#experts_section_tabs {
    display: flex;
    gap: 0.189vw;
}
#experts_section_tabs a, 
#experts_section_tabs span.tag-change {
    border: 0.063vw solid #005be3;
    border-radius: 3.627vw;
    padding: 0.936vw 1.629vw;  
    font-weight: 600;
    font-size: 1.062vw;
    line-height: 1.629vw;
    letter-spacing: -0.05em;
    color: #005be3;
    text-decoration: none;
    cursor: pointer;
}
#experts_section_tabs a.active,
#experts_section_tabs span.tag-change.active {
    background: #005be3;
    color: var(--white);
}
#experts_section_tabs span.tag-change.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #999;
    color: #999;
}
#experts_section_tabs span.tag-change.disabled.active {
    background: #999;
    color: var(--white);
}
#experts_section_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#experts_section_direction > div > span {   
    font-weight: 600;
    font-size: 1.314vw;
    letter-spacing: -0.02em;
    color: var(--black);
}
#experts_section_direction > div .toggle_direction {
    display: none;
}
#experts_section_direction .direction_filter {
    /* display: flex; */
    flex-direction: column;
    gap: 0.684vw;
    margin-top: 0.873vw;
    list-style-type: none;
}
#experts_section_direction .direction_filter li {
    display: flex;
    align-items: center;
    gap: 0.684vw;
    cursor: pointer;
}
#experts_section_direction .direction_filter li.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#experts_section_direction .direction_filter li input {
    appearance: none;
    -webkit-appearance: none;
    width: 0.873vw;
    height: 0.873vw;
    border: 0.027vw solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    cursor: inherit;
}
#experts_section_direction .direction_filter li input:checked {
    background: #005be3;
    border-color: #005be3;
}
#experts_section_direction .direction_filter li input:disabled {
    cursor: not-allowed;
}
#experts_section_direction .direction_filter li label {
    font-size: 1vw;
    cursor: inherit;
}
#experts_section_direction .direction_filter li label .count {
    font-size: 0.8vw;
    color: rgba(0, 0, 0, 0.6);
}
#experts_section_cards {
    width: calc(100% - 18.126vw);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.81vw;
    margin-top: 0.747vw;
}
.expert_card {
    position: relative;
    /* width: 100%; */
    /* min-height: 490px; */
    border-radius: 0.81vw;
    box-shadow: 0 0.936vw 2.061vw 0 rgba(0, 0, 0, 0.1), 0 3.753vw 3.753vw 0 rgba(0, 0, 0, 0.09), 0 8.442vw 5.067vw 0 rgba(0, 0, 0, 0.05), 0 15.003vw 6.003vw 0 rgba(0, 0, 0, 0.01), 0 23.499vw 6.561vw 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}
.expert_card.basic{
    box-shadow: 0 0.873vw 1.935vw 0 rgba(0, 0, 0, 0.1), 0 3.501vw 3.501vw 0 rgba(0, 0, 0, 0.09), 0 7.938vw 4.752vw 0 rgba(0, 0, 0, 0.05), 0 14.121vw 5.688vw 0 rgba(0, 0, 0, 0.01), 0 22.122vw 6.192vw 0 rgba(0, 0, 0, 0);
    background: var(--white);
}
.expert_card.standart{
    box-shadow: 0 0.936vw 2.061vw 0 rgba(0, 0, 0, 0.1), 0 3.753vw 3.753vw 0 rgba(0, 0, 0, 0.09), 0 8.442vw 5.067vw 0 rgba(0, 0, 0, 0.05), 0 15.003vw 6.003vw 0 rgba(0, 0, 0, 0.01), 0 23.499vw 6.561vw 0 rgba(0, 0, 0, 0);
    background: #194f9f;
}
.expert_card.exclusive{
    box-shadow: 0 0.936vw 2.061vw 0 rgba(0, 0, 0, 0.1), 0 3.753vw 3.753vw 0 rgba(0, 0, 0, 0.09), 0 8.442vw 5.067vw 0 rgba(0, 0, 0, 0.05), 0 15.003vw 6.003vw 0 rgba(0, 0, 0, 0.01), 0 23.499vw 6.561vw 0 rgba(0, 0, 0, 0);
    background: linear-gradient(87deg, #005be3 0%, #65cbd5 100%);
}
.expert_card_thumb {
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(2);
    -webkit-backface-visibility: hidden;
}
.expert_card_thumb img {
    width: 100%;
    height: 15.003vw;
    object-fit: cover;
    display: block;
    border-radius: 0.873vw;
}
.expert_card_content {
    position: relative;
    height: calc(100% - 14.751vw);
    margin: -0.81vw 0.441vw 0.567vw;
    border-radius: 0.81vw;
    padding-bottom: 1.629vw;
    min-height: 16vw;
}
.expert_card.basic .expert_card_content {
    box-shadow: 0 0.81vw 1.872vw 0 rgba(0, 0, 0, 0.1), 0 3.375vw 3.375vw 0 rgba(0, 0, 0, 0.09), 0 7.686vw 4.563vw 0 rgba(0, 0, 0, 0.05), 0 13.626vw 5.499vw 0 rgba(0, 0, 0, 0.01), 0 21.312vw 5.94vw 0 rgba(0, 0, 0, 0);
    background: var(--white);
}
.expert_card.standart .expert_card_content {
    box-shadow: 0 0.873vw 1.998vw 0 rgba(0, 0, 0, 0.1), 0 3.627vw 3.627vw 0 rgba(0, 0, 0, 0.09), 0 8.127vw 4.878vw 0 rgba(0, 0, 0, 0.05), 0 14.499vw 5.814vw 0 rgba(0, 0, 0, 0.01), 0 22.689vw 6.309vw 0 rgba(0, 0, 0, 0);
    background: #005be3;
}
.expert_card.exclusive .expert_card_content {
    position: relative;
    box-shadow: 0 0.873vw 1.998vw 0 rgba(0, 0, 0, 0.1), 0 3.627vw 3.627vw 0 rgba(0, 0, 0, 0.09), 0 8.127vw 4.878vw 0 rgba(0, 0, 0, 0.05), 0 14.499vw 5.814vw 0 rgba(0, 0, 0, 0.01), 0 22.689vw 6.309vw 0 rgba(0, 0, 0, 0);
    /* background-image: linear-gradient(131deg, #005be3 0%, #65cbd5 100%); */
}
.expert_card.exclusive .expert_card_content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bluegrd.gif') no-repeat center;
    background-size: cover;
    -webkit-filter: blur(0.625vw);
    filter: blur(0.625vw);
    border-radius: 0.3125vw;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.expert_card_content .social_links {
    position: absolute;
    top: -1.872vw;
    right: 0.684vw;
    z-index: 2;
    display: flex;
    gap: 0.063vw;
}
.expert_card_content .social_links a {
    width: 1.809vw;
    height: 1.809vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #005be3;
}
.expert_card_content .social_links a img {
    width: 0.873vw;
}
.expert_card_stats {
    display: flex;
    align-items: center;
    position: absolute;
    top: -2.061vw;
    left: 0.567vw;
    z-index: 4;
    width: 10.125vw;
    height: 5.31vw;
    padding-left: 2.124vw;
    padding-right: 3.124vw;
    background: url('../img/achievement_badge.png') 0 0 / 100% 100% no-repeat;
    font-weight: 700;
    font-size: 0.984vw;
    line-height: 0.684vw;
    letter-spacing: -0.03em;
    color: #015be3;
    filter: drop-shadow(0 0.873vw 0.935vw rgba(0, 0, 0, 0.1));
}
.expert_card_info {
    position: relative;
    z-index: 2;
    padding: 2.502vw 1.872vw 0;
}
.expert_card_name {
    font-weight: 700;
    font-size: 1.251vw;
    line-height: 1.629vw;
    letter-spacing: -0.04em;
    color: var(--white);
    text-decoration: none;
}
.expert_card.basic .expert_card_name {
    color: #244366;
}
.expert_card_rating {
    display: flex;
    align-items: center;
    gap: 0.315vw;
    margin: 0.315vw 0;
}
.expert_card_rating > span {
    font-weight: 400;
    font-size: 0.936vw;
    /* line-height: 1.5; */
    color: var(--white);
}
.expert_card_rating .rating_stars{
    display: flex;
    align-items: center;
}
.expert_card_rating .rating_stars svg {
    width: 1.25vw;
    height: 1.25vw;
}
.expert_card.basic .expert_card_rating > span {
    color: var(--black);
}
.expert_card_rating .rating {
    display: flex;
}
.expert_card_info > span {
    font-family: "TT Norms", sans-serif;
    font-weight: 400;
    font-size: 0.936vw;
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--white);
    cursor: pointer;
}
.expert_card.basic .expert_card_info > span {
    color: #244366;
}
.expert_card_ticker {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0.25vw;
    background: rgba(255, 255, 255, 0.25);
    padding: 0.747vw 0;
    margin-top: 1.125vw;
    overflow: hidden;
}
.expert_card_ticker span {
    font-weight: 700;
    font-size: 0.873vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
}
.expert_card_content > .form_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 0.441vw;
    background: var(--white);
    padding: 0.873vw 1.062vw 1.062vw;
    margin-top: 0.621vw;
    border: none;
    margin-left: 1.872vw;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 0.81vw;
    letter-spacing: -0.03em;
    color: #005be3;
    cursor: pointer;
}
/* Basic styling for save button */
.expert_card .save-expert-btn {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.694vw;
    right: 0.694vw;
    width: 2.986vw;
    height: 2.986vw;
    border-radius: 50%;
    z-index: 5;
    background: #fff;
    border: none;
}

.expert_card .save-expert-btn svg{
    width: 0.972vw;
    height: 1.25vw;    
}

.expert_card .save-expert-btn.active {
    background: #005BE3;
}
.expert_card .save-expert-btn.active svg{
    fill: #fff;
}
.expert_card .save-expert-btn.active svg path{
    stroke: #fff;
}
.expert_card .save-expert-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.expert_card .expert_card_verified{
    position: absolute;
    left: 0.875vw;
    top: 0.813vw;
    padding: 0.375vw 0.438vw;
    display: flex;
    align-items: center;
    gap: 0.188vw;
    background: #fff;
    border-radius: 1.875vw;
    z-index: 5;
}
.expert_card .expert_card_verified > svg{
    width: 0.875vw;
    height: 0.875vw;
}
.expert_card .expert_card_verified > span{
    font-size: 0.75vw;
    line-height: 0.875vw;
    color: #005BE3;
}