 .nomination-list .tab-selector {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 4px;
    padding-left: 0;
}
.nomination-list .tab-selector li {
    flex: 1 1 33.333333%;
    padding: 15px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #B28E7B;
    background-color: #B28E7B;
    font-weight: 500;
}
.tab-selector li:hover, .tab-selector li.active {
    color: #B28E7B;
    background-color: #fff;
}
.tabs .tab {
    display: none;
}
.nomination-list .tab {
    padding-top: 60px;
}
.tabs .tab.visible {
    display: block;
}
.final-accordion-item {
    margin-bottom: 45px;
}
.final-accordion-item__title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
}
.final-accordion-item__title span {
    cursor: pointer;
}
.final-accordion-item__content {
    display: none;
    padding-top: 40px;
}
.final-dropdown__title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.participant-items {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.participant-items .participant-item {
    flex: 0 0 calc((100% - 60px) / 3);
}
.participant-item__img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.participant-item__img.logo {
    aspect-ratio: 360 / 440;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}
.participant-item__img.logo img {
    max-width: 90%;
    max-height: 90%;
}
.participant-item__label {
    color: #222;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    background: #746A60;
    text-align: center;
    padding: 10px;
    width: 250px;
    -webkit-transform: rotate(30deg) translate(70px, -25px);
    -ms-transform: rotate(30deg) translate(70px, -25px);
    transform: rotate(30deg) translate(70px, -25px);
}
.participant-item__label.gold {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}
.participant-item__label.silver {
    background-image: linear-gradient(to right, rgb(120, 122, 145), rgb(255, 255, 255), rgb(120, 122, 145));
}
.participant-item__label.place-label {
    transform: none;
    line-height: 1;
    background: transparent;
    width: auto;
    padding: 0;
    font-size: 40px;
    color: #000;
    right: 10px;
    top: 10px;
}
.participant-item__label.place-label-1 {
    background-image: linear-gradient(to right, #b79146, #d8c47d, #e5d69f, #d8c47d, #b79146);
    /* background: gold; */
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.participant-item__label.place-label-2 {
    background-image: linear-gradient(to right, #5b5b5b, #949494, #e2e2e2, #949494, #5b5b5b);
    /* background: #C0C0C0; */
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.participant-item__label.place-label-3 {
    background-image: linear-gradient(to right, #dda7a7, #af6f70, #ce878b, #e3abaa, #a97275, #a87478);
    /* background: #cd7f32; */
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.participant-item__img img {
    display: block;
    margin: 0;
    width: 100%;
}
.tab-reputatsiya-2025 .participant-item__img img {
    height: 300px;
    object-fit: contain;
}
.participant-item__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}
.participant-item__details {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

/* -------------------------------------------------- final-dropdown -------------------------------------------------- */
.final-dropdown {
    width: 508px;
    margin: 0 auto;
    border: 1px solid #000;
    position: relative;
    height: 60px;
    border: 1px solid transparent;
}
.final-dropdown__text {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    background: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 92px 8px 20px;
    cursor: pointer;
    overflow: hidden;
    text-transform: none;
    border: 1px solid #B28E7B;
    border-radius: 4px;
    background-color: #B28E7B;
    color: #000;
    width: calc(100% - 74px);
    height: 60px;
}
.final-dropdown__text::after {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 73px;
    height: 60px;
    background: #fff url("img/dropdown-arrow-big.svg") center center no-repeat;
    border: 1px solid #000;
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    pointer-events: none;
    top: 0px;
    border: 1px solid #B28E7B;
    border-radius: 4px;
    pointer-events: all;
}
.final-dropdown .final-dropdown__list {
    position: absolute;
    left: -1px;
    /* top: 100%; */
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    border: 1px solid #B28E7B;
    border-radius: 4px;
    width: calc(100% + 2px);
    margin: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    width: calc(100% + 1px);
    left: 0px;
    padding: 0;
    /* padding-top: 5px; */
    margin-top: 5px;
}
.final-dropdown .final-dropdown__list.opened {
    display: block;
    opacity: 1;
}
.nomination-list .tab ul:not(.tab-selector) li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    list-style: none;
    text-transform: none;
}
.nomination-list .tab .final-dropdown .final-dropdown__list li {
    line-height: 1.2;
    font-size: 16px;
    padding: 9px 20px;
    /* border-bottom: 1px solid #B28E7B; */
    /* border-left: 1px solid #B28E7B; */
    /* border-right: 1px solid #B28E7B; */
    /* border-bottom: 1px solid #B28E7B; */
    border-top: 1px solid #B28E7B;
    margin: 0;
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}
.nomination-list .tab .final-dropdown .final-dropdown__list li:first-child {
    border-top: none;
}
.nomination-list .tab .final-dropdown .final-dropdown__list li.active, .nomination-list .tab .final-dropdown .final-dropdown__list li:hover {
    /* background: #ccc; */
    background: #B28E7B;
    color: #fff;
}
/* -------------------------------------------------- / final-dropdown -------------------------------------------------- */


.participant-item__running-string {
    background: #fff;
    padding: 7px 0;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    width: 100%;
    bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
}
.participant-item__running-string-holder {
    display: flex;
    align-items: center;
    animation: running-animation 5s linear infinite;
    width: 200%;
}
.participant-item__running-string p {
    margin: 0 !important;
    flex-shrink: 0;
    white-space: nowrap;
    width: 50%;
    text-align: center;
}
@keyframes running-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@media screen and (max-width: 992px) {
    .nomination-list .tab-selector li {
        font-size: 18px;
        flex: 0 0 100%;
    }
    .nomination-list .tab-selector {
        flex-direction: column;
        align-items: normal;
    }
    .final-accordion-item__title {
        font-size: 20px;
    }
    .final-accordion-item {
        margin-bottom: 20px;
    }
    .participant-items {
        row-gap: 20px;
        column-gap: 20px;
    }
    .participant-items .participant-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .participant-item__title {
        font-size: 18px;
    }
    .participant-item__details {
        font-size: 14px;
    }
}


@media screen and (max-width: 576px) {
    .sliderCards__photo {
        height: auto;
    }
    .nomination-list .tab-selector li {
        font-size: 15px;
    }
    .nomination-list .tab {
        padding-top: 40px;
    }
    .final-accordion-item__title {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: -0.5px;
        font-weight: 500;
    }
    .final-dropdown__title {
        font-size: 16px;
    }
    .final-dropdown {
        width: 100%;
    }
    span.final-dropdown__text {
        height: 50px;
        width: calc(100% - 50px);
        padding: 8px;
        font-size: 14px;
    }
    .final-dropdown__text::after {
        width: 50px;
        height: 50px;
    }
    .participant-items {
        column-gap: 0px;
        row-gap: 40px;
    }
    .participant-items .participant-item {
        flex: 0 0 100%;
    }
    .participant-item__title {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .participant-item__img {
        margin-bottom: 10px;
    }
    .participant-item__running-string {
        font-size: 12px;
    }
}