[v-cloak] {
    display: none;
}
.stages-block__item--icon::after {
    display: none;
}

.vote {
    margin-bottom: 70px;
}


.vote-btn {
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid rgb(55 7 3 / 20%);
    transition: background-color .1s linear;
    background-color: #92650A;
    color: #ffffff;
}

.vote-btn:hover {
    box-shadow: 4px 4px 30px rgb(55 7 3 / 20%);
}

.vote-btn--admin {
    pointer-events: none;
    color: #000000;
}
.vote .section-title--admin {
    margin-bottom: 70px !important;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .vote .section-title--admin {
        text-align: left;
    }
}


.vote .experts__slide-photo img{
    border-radius: 20px;
}
.vote .experts__slide-descr {
    margin-bottom: 10px;
}

.not-allowed {
    background-color: rgb(55 7 3 / 20%);
    cursor: not-allowed;
}

.grecaptcha-badge {
    display: none;
}

.nomination-slider {
    margin: 0 40px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

.nomination-slider .nomination-slider__wrapper {
    /*overflow: hidden;*/
}

.nomination-slider .nomination-slider__prev,
.nomination-slider .nomination-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nomination-slider .nomination-slider__prev {
    left: 0;
}

.nomination-slider .nomination-slider__next {
    left: auto;
    right: 0px;
}
.nomination-slider .nomination-slider__wrapper {
    align-items: center;
}

.nomination-slider .nomination-slider__slide-name {
    width: inherit;
    height: inherit;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    word-wrap: break-word;
}
.nomination-slider .nomination-slider__slide {
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
    min-height: 55px;
    transition: background-color .1s linear;
}

.nomination-slider .nomination-slider__slide:hover {
    background-color: rgb(55 7 3 / 20%);
}
.vote .section {
    padding: 0;
}
.vote .wrapper {
    overflow: hidden;
}
.vote .experts__top {
    position: relative;
}
@media screen and (max-width: 768px) {
    .vote .experts__top {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}
.vote .section-title {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .vote .section-title {
        margin-bottom: 0 !important;
    }
}
.vote .experts__top .experts__top-votes {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border: 1px solid rgb(55 7 3 / 20%);
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .vote .experts__top .experts__top-votes {
        position: static;
        width: fit-content;
        margin-left: auto;
    }
}

.vote .experts__top .experts__top-votes .experts__top-votes-title {
    padding: 10px;
}

.vote .experts__top .experts__top-votes .experts__top-votes-count {
    border-top: 1px solid rgb(55 7 3 / 20%);
    padding: 10px;
    font-weight: 700;
}

/*.experts__slide {*/
/*    height: 100%;*/
/*}*/
.experts__slide-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    height: 100%;
}

.experts__slide-winner-titles {
    margin-top: 20px;
}
.experts__slide-winner-title {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
}

.experts__slide-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

@media screen and (max-width: 820px) {
    .vote {
        margin-bottom: 40px;
    }

    .nomination-slider {
        padding: 10px 35px;
        margin: 0;  
        overflow: hidden;
    }

    .nomination-slider .nomination-slider__prev {
        left: 0;
    }

    .nomination-slider .nomination-slider__next {
        left: auto;
        right: 0px;
    }
}

.top-video__btn {
    bottom: 178px;
}
.main-banner__subtitle:nth-of-type(1) {
    margin: 32px 0 32px 0;
}
.main-banner__subtitle {
    margin: 128px 0 32px 0;
}

@media screen and (max-width: 640px) {
    .top-video__btn {
        bottom: 165px;
    }
}

@media screen and (max-width: 360px) {
    .top-video__btn {
        bottom: 192px;
    }
}