.participants{
    margin-top: 120px;
}
.participants__body{
    margin-top: 67px;
    position: relative;
}
.participants__slider{
    height: 485px;
}
.participants__image{
    display: block;
    width: 100%;
    height: 100%;
}
.participants__image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}
.participants__slide.swiper-slide{
    height: 110px;

}
.participants__navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 48px;
}
.participants .participants__navigation .swiper-pagination-bullet{
    margin: 0;
    height: 8px;
    width: 8px;
    background-color: var(--default);
    opacity: .3;
}
.withBg .participants .participants__navigation .swiper-pagination-bullet{
    background-color: var(--alter);
}
.participants .participants__navigation .swiper-pagination-bullet-active{
    opacity: .9;
}
.participants .participants__navigation .swiper-pagination-bullet:hover{
    background-color: var(--accent);
}
.mediapartners .participants__image img{
    filter: grayscale(100%);
}
.participants_gray .participants__image img {
    opacity: 0.6;
}


@media screen and (max-width: 576px) {
    .participants {
        margin-top: 100px;
    }
    .nominees__body {
        margin-top: 40px;
    }
    .nominees__image {
        height: 340px;
        margin-bottom: 12px;
    }
    .nominees__company {
        margin-bottom: 12px;
    }
    .nominees__name {
        font-size: 18px;
    }
    .nominees__slider.swiper {
        height: auto;
    }
    .mediapartners .sliderArrow {
        display: none;
    }
}