@charset "UTF-8";
/* СТИЛИ ДЛЯ words-background */
.words-background_line_not-even.words-background_line_title span:after {
    content: "Новая битва экстрасенсов Новая битва экстрасенсов Новая битва экстрасенсов";
}

.words-background_line_even.words-background_line_title span:after {
    content: "я битва экстрасенсов Новая битва экстрасенсов Новая битва экстрасенсов";
}

.words-background_line_not-even.words-background_line_extravagances span:after {
    content: "ВСЕ ЭКСТРАСЕНСЫ НАШИ ВСЕ ЭКСТРАСЕНСЫ НАШИ ВСЕ ЭКСТРАСЕНСЫ НАШИ ";
}

.words-background_line_even.words-background_line_extravagances span:after {
    content: "ЕНСЫ НАШИ ВСЕ ЭКСТРАСЕНСЫ НАШИ ВСЕ ЭКСТРАСЕНСЫ НАШИ ВСЕ ЭКСТРАСЕНСЫ НАШИ";
}

.words-background_line_not-even.words-background_line_footer span:after {
    content: "жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми";
}

.words-background_line_even.words-background_line_footer span:after {
    content: "и жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми жми";
}

/* КОНЕЦ СТИЛЕЙ ДЛЯ words-background */
/* СТИЛИ ДЛЯ ПЕРВОГО ЭКРАНА */
@media (max-width: 1023px) {
    .serial_poster .poster_img picture:nth-child(1) {
        display: block;
    }
    .serial_poster .poster_img picture:nth-child(2) {
        display: none;
    }
}
@media (min-width: 1024px) {
    .serial_poster .poster_img picture:nth-child(1) {
        display: none;
    }
    .serial_poster .poster_img picture:nth-child(2) {
        display: block;
    }
}
#bitvaDescription p {
    display: block !important;
}

.buttonSpoiler.serial {
    display: none !important;
}

/* КОНЕЦ СТИЛЕЙ ДЛЯ ПЕРВОГО ЭКРАНА */
/* СТИЛИ ДЛЯ ПРЕЛОАДЕРА */
.voting_preloader_start .voting_preloader_end {
    display: none !important;
}

.voting_preloader_start .serial_description {
    display: none !important;
}

.voting_preloader_start .voting_preloader {
    display: block;
}

@keyframes anim_voting_preloader {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.voting_preloader {
    display: none;
    opacity: 0;
    animation: anim_voting_preloader 1s forwards;
    animation-direction: alternate;
    margin-top: 16vw;
    margin-bottom: 24vw;
}

.voting-preloader_img {
    position: relative;
    margin: 0 auto;
    width: 33.6vw;
    height: 33.6vw;
}

.voting-preloader_img svg {
    position: absolute;
}

@keyframes anim_voting-preloader_img {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.voting-preloader_img svg:first-child {
    animation: anim_voting-preloader_img 2s ease-in-out;
    animation-iteration-count: infinite;
}

.voting-preloader_text {
    text-align: center;
    font-size: 6.4vw;
    margin-top: 5.3vw;
}

.voting-preloader_text span:first-child {
    color: #00FFF7;
    font-weight: 700;
}

@media (min-width: 744px) {
    .voting_preloader {
        margin-top: 0;
        margin-bottom: 10vw;
    }
    .voting-preloader_img {
        width: 16.935483871vw;
        height: 16.935483871vw;
    }
    .voting-preloader_text {
        font-size: 3.2258064516vw;
        margin-top: 2.7vw;
    }
}
@media (min-width: 1024px) {
    .voting_preloader_start #about {
        display: none !important;
    }
    .voting_preloader {
        margin-top: 3.6vw;
        margin-bottom: 7.8vw;
    }
    .voting-preloader_img {
        width: 9.1666666667vw;
        height: 9.1666666667vw;
    }
    .voting-preloader_text {
        font-size: 2.1354166667vw;
        margin-top: 1.8vw;
    }
}
/* КОНЕЦ СТИЛЕЙ ДЛЯ ПРЕЛОАДЕРА */
/* СТИЛИ ДЛЯ БЛОКА "ГОЛОСУЙ" */
.voting_new_battle_psychics, .center_container {
    display: none;
}
.voting_new_battle_psychics .top_container, .center_container .top_container {
    margin-bottom: 13.33vw;
}
@media (min-width: 744px) {
    .voting_new_battle_psychics .top_container, .center_container .top_container {
        margin-bottom: 7.39vw;
    }
}
@media (min-width: 1024px) {
    .voting_new_battle_psychics .top_container, .center_container .top_container {
        margin-bottom: 4.16vw;
    }
}

.vote_nominees_container {
    margin-top: 5.34vw;
    margin-bottom: 13.33vw;
    display: flex;
    flex-wrap: wrap;
    /* Один победитель */
    /* Участник, за которого проголосовали */
}
@media (min-width: 744px) {
    .vote_nominees_container {
        justify-content: space-between;
        margin-top: 2.7vw;
        margin-bottom: 8.2vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container {
        margin-top: 3.9vw;
        margin-bottom: 3.6vw;
    }
}
.vote_nominees_container .vote_nominee {
    background-color: #0D0B29;
    border: 2px solid #29264E;
    height: 42.4vw;
    border-radius: 3.2vw;
    margin-bottom: 7.2vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee {
        width: 43.55vw;
        height: 20.43vw;
        border-radius: 1.61vw;
        margin-bottom: 2.55vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee {
        width: 36.46vw;
        height: 10.42vw;
        border-radius: 0.625vw;
        margin-bottom: 2.083vw;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_left {
    width: 42.4vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee .vote_nominee_left {
        width: 20.43vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_left {
        width: 10.42vw;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_left img {
    display: block;
}
.vote_nominees_container .vote_nominee .vote_nominee_right {
    padding: 0 0 0 5.33vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right {
        padding: 0 0 0 2.69vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right {
        width: 19vw;
        padding: 0 0 0 2vw;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_right .vote_nominee_name {
    width: 35vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right .vote_nominee_name {
        width: 17.47vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right .vote_nominee_name {
        width: auto;
        line-height: 125%;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_right button {
    margin-top: 4vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right button {
        margin-top: 2.02vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right button {
        margin-top: 1vw;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_right button div {
    width: min-content;
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right button div {
        width: auto;
    }
}
.vote_nominees_container .vote_nominee .vote_nominee_right button div span {
    white-space: normal;
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee .vote_nominee_right button div span {
        white-space: nowrap;
    }
}
.vote_nominees_container .vote_nominee.vote_nominee-gold {
    background-color: #14113D;
    border: 2px solid #F9D395;
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner {
    border: 2px solid #F9D395;
    background-color: #14113D;
    height: 42.4vw;
    border-radius: 3.2vw;
    overflow: hidden;
    margin-bottom: 4vw;
    width: 100%;
}
@media (min-width: 744px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner {
        height: 20.43vw;
        border-radius: 1.61vw;
        margin-bottom: 2vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner {
        height: 23.44vw;
        border-radius: 0.625vw;
        display: flex;
        align-items: center;
        margin-bottom: 2vw;
    }
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container {
    display: flex;
    align-items: center;
    height: 100%;
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container {
        height: 17.45vw;
        width: 40.63vw;
        margin-left: 17.45vw;
    }
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_left {
    height: 100%;
    width: 42.4vw;
}
@media (min-width: 744px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_left {
        width: 20.43vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_left {
        width: 17.45vw;
        border: 0.21vw solid #F9D395;
        border-radius: 50%;
        overflow: hidden;
    }
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_left img {
    height: 100%;
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right {
    padding-left: 5vw;
}
@media (min-width: 744px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right {
        padding-left: 2.5vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right {
        padding-left: 3vw;
    }
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right .vote_winner_name {
    width: min-content;
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right .vote_winner_name {
        font-size: 2.31vw;
        line-height: 110%;
    }
}
.vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right .vote_winner-word {
    text-transform: uppercase;
    line-height: 92%;
    font-weight: 900;
    background: linear-gradient(180deg, #FFD9A1 0, #EDB261 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.27vw;
    margin-top: 4.27vw;
}
@media (min-width: 744px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right .vote_winner-word {
        font-size: 3.23vw;
        margin-top: 1.34vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container.vote_nominees_container-oneWinner .vote_winner .vote_winner_container .vote_winner_right .vote_winner-word {
        font-size: 2.5vw;
        margin-top: 2.03vw;
    }
}
.vote_nominees_container .vote_nominee-voted {
    border-color: #F9D395;
    background-color: #14113D;
}
.vote_nominees_container .vote_nominee-additional_voice {
    order: 999;
    background: linear-gradient(100.98deg, #555396 0%, #05004A 50.35%);
    transition: border 0.2s, filter 0.2s;
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice {
        border: 1px solid #29264E;
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee-additional_voice-2border {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee-additional_voice-2border {
        border: 1px solid #29264E;
        border-radius: 0.625vw;
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 30.46%, rgba(251, 244, 255, 0.07) 100%);
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_left {
        background: linear-gradient(90deg, rgba(217, 217, 217, 0) 30.46%, rgba(251, 244, 255, 0.05) 100%);
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee_left > img {
    border: 2px solid #29264E;
    border-radius: 2.4vw;
    width: 75%;
    height: 75%;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_left > img {
        border-radius: 1.21vw;
        width: 74%;
        height: 74%;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_left > img {
        border-radius: 0.63vw;
        border: 1px solid #29264E;
        width: 70%;
        height: 70%;
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right {
    width: 42vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right {
        width: 22vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right {
        width: 25vw;
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container {
    margin-top: 4vw;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container {
        margin-top: 2.02vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container {
        margin-top: 1vw;
    }
}
.vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container .button-additional_voice {
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #AE8BD9;
    background-color: #3B2E72;
    font-weight: 500;
    font-size: 3.7333333333vw;
    line-height: 4vw;
    border-radius: 2.4vw;
    width: 33.87vw;
    height: 11.47vw;
    text-align: center;
}
@media (min-width: 744px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container .button-additional_voice {
        font-size: 1.88172vw;
        line-height: 2.01613vw;
        border-radius: 1.21vw;
        width: 17.07vw;
        height: 5.78vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container .button-additional_voice {
        border: 1px solid #AE8BD9;
        font-size: 0.9375vw;
        line-height: 0.8854166667vw;
        border-radius: 0.63vw;
        width: 13.39vw;
        height: 2.34vw;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice .vote_nominee_right .button-additional_voice-container .button-additional_voice > br {
        display: none;
    }
}
@media (min-width: 1024px) {
    .vote_nominees_container .vote_nominee-additional_voice:hover {
        filter: brightness(1.1);
        border: 1px solid #62A5FE;
    }
    .vote_nominees_container .vote_nominee-additional_voice:hover .button-additional_voice {
        border-color: #F9F5DE !important;
        background-color: #FAC03D !important;
        color: #000000;
    }
    .vote_nominees_container .vote_nominee-additional_voice:hover .vote_nominee-additional_voice-2border {
        border-color: transparent;
    }
}

/* СТИЛЕЙДЛЯ БЛОКА "ГОЛОСУЙ" */
/* СТИЛИ ДЛЯ ВСЕ ЭКСТРАСЕНСЫ */
.all-psychics-block {
    position: relative;
    padding: 6vw 0 4vw;
}
@media (min-width: 744px) {
    .all-psychics-block {
        padding: 3.6vw 0 6vw;
    }
}
@media (min-width: 1024px) {
    .all-psychics-block {
        padding: 3.1vw 0 4vw;
    }
}
.all-psychics-block .all-psychics-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5.1vw 0;
    gap: 6.67vw 4vw;
}
@media (min-width: 744px) {
    .all-psychics-block .all-psychics-container {
        padding: 2.6vw 0;
        gap: 3.76vw 2.5vw;
    }
}
@media (min-width: 1024px) {
    .all-psychics-block .all-psychics-container {
        padding: 2.2vw 0;
        gap: 2.86vw 2vw;
    }
}
.all-psychics-block .all-psychics-container .psychic-container {
    position: relative;
    width: 42.4vw;
}
@media (min-width: 744px) {
    .all-psychics-block .all-psychics-container .psychic-container {
        width: 20.43vw;
    }
}
@media (min-width: 1024px) {
    .all-psychics-block .all-psychics-container .psychic-container {
        width: 13.33vw;
    }
}
.all-psychics-block .all-psychics-container .psychic-container .psychic-img {
    position: relative;
    overflow: hidden;
    border: 2px solid #1D1A45;
    margin-bottom: 4vw;
    border-radius: 2.4vw;
}
@media (min-width: 744px) {
    .all-psychics-block .all-psychics-container .psychic-container .psychic-img {
        margin-bottom: 2.02vw;
        border-radius: 1.21vw;
    }
}
@media (min-width: 1024px) {
    .all-psychics-block .all-psychics-container .psychic-container .psychic-img {
        margin-bottom: 0.78vw;
        border-radius: 0.63vw;
    }
}
.all-psychics-block .all-psychics-container .psychic-container .psychic-img > img {
    display: block;
}
.all-psychics-block .all-psychics-container .psychic-container .psychic-name {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 110%;
    font-size: 3.73vw;
}
@media (min-width: 744px) {
    .all-psychics-block .all-psychics-container .psychic-container .psychic-name {
        font-size: 1.88vw;
    }
}
@media (min-width: 1024px) {
    .all-psychics-block .all-psychics-container .psychic-container .psychic-name {
        font-size: 1.09vw;
    }
}
.all-psychics-block .all-psychics-container .psychic-container.psychic-out .psychic-out-curtain {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0D0A31;
    opacity: 0.6;
}
.all-psychics-block .all-psychics-container .psychic-container.psychic-out img {
    filter: grayscale(100%);
}
.all-psychics-block .all-psychics-container .psychic-container.psychic-out .psychic-name {
    color: #4F4D6B;
}

/* КОНЕЦ СТИЛЕЙ ДЛЯ ВСЕ ЭКСТРАСЕНСЫ */
/* СТИЛИ ДЛЯ ПОПАПОВ */
/* исправление для основного попапа */
@media (max-width: 743px) {
    .popup_voit_bitvaextrasensov .popup_close {
        right: 0 !important;
        top: -11vw !important;
    }
}
@media (min-width: 744px) {
    .popup_voit_bitvaextrasensov .popup_wrap__main {
        height: 100% !important;
    }
}

/* попап с оценками */
.popup_evaluation_container {
    background-color: #14113D;
    width: 88.27vw;
    height: 100.27vw;
    border-radius: 1.87vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container {
        width: 67.2vw;
        height: 44.35vw;
        border-radius: 0.94vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container {
        width: 53.49vw;
        height: 20.26vw;
        border-radius: 0.36vw;
    }
}
.popup_evaluation_container .popup_evaluation_top {
    text-transform: uppercase;
    position: relative;
    background-color: #0D0A31;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 13.33vw;
    font-size: 4.8vw;
    padding-right: 5.33vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_top {
        padding-right: 0;
        height: 9.95vw;
        font-size: 1.88vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_top {
        height: 3.85vw;
        font-size: 1.35vw;
    }
}
.popup_evaluation_container .popup_evaluation_top .popup_evaluation_close {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25215B;
    position: absolute;
    width: 10.13vw;
    height: 10.13vw;
    border-radius: 1.87vw;
    top: 1.6vw;
    right: 1.6vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_top .popup_evaluation_close {
        width: 5.11vw;
        height: 5.11vw;
        border-radius: 0.94vw;
        top: 2.42vw;
        right: 2.42vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_top .popup_evaluation_close {
        cursor: pointer;
        width: 1.98vw;
        height: 1.98vw;
        border-radius: 0.36vw;
        top: 0.94vw;
        right: 0.94vw;
    }
}
.popup_evaluation_container .popup_evaluation_top .popup_evaluation_close img {
    display: block;
    width: 37%;
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_description {
    width: 58.67vw;
    text-align: center;
    margin: 6.13vw auto 13.33vw;
    font-size: 4.27vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_description {
        width: 100%;
        margin: 4.97vw auto 3.09vw;
        font-size: 2.02vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_description {
        margin: 1.93vw auto 1.93vw;
        font-size: 1.04vw;
    }
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations-container {
    overflow: hidden;
    height: 20vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations-container {
        height: 10vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations-container {
        height: auto;
    }
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations {
    overflow-y: auto;
    /*scrollbar-width: none;*/
    /*&::-webkit-scrollbar {*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*}*/
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items {
    display: flex;
    width: max-content;
    margin: auto;
    height: 22vw;
    /*.popup_evaluation_left_margin, .popup_evaluation_right_margin {*/
    /*    @media (min-width: 744px){*/
    /*        width: 27.55vw;*/
    /*    }*/
    /*    @media (min-width: 1024px) {*/
    /*        width: 0;*/
    /*    }*/
    /*}*/
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items {
        height: 12vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items {
        height: auto;
    }
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items .popup_evaluation_item {
    border: 2px solid #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    width: 19.73vw;
    height: 19.73vw;
    margin: 0 2.13vw;
    border-radius: 1.87vw;
    font-size: 9.6vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items .popup_evaluation_item {
        width: 9.95vw;
        height: 9.95vw;
        margin: 0 1.08vw;
        border-radius: 0.94vw;
        font-size: 4.7vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items .popup_evaluation_item {
        width: 3.85vw;
        height: 3.85vw;
        margin: 0 0.42vw;
        border-radius: 0.36vw;
        font-size: 1.88vw;
        transition: opacity 0.3s;
        cursor: pointer;
    }
    .popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items .popup_evaluation_item:hover {
        opacity: 1;
    }
}
.popup_evaluation_container .popup_evaluation_bottom .popup_evaluation_evaluations .popup_evaluation_items .popup_evaluation_item.active {
    cursor: auto;
    opacity: 1;
    border: 2px solid #FF0000;
    background-color: #FF0000;
}
.popup_evaluation_container .popup_evaluation_bottom button {
    display: block;
    margin: 16vw auto 0;
    width: 76.53vw;
}
@media (min-width: 744px) {
    .popup_evaluation_container .popup_evaluation_bottom button {
        margin-top: 3.49vw;
        width: 25.94vw;
    }
}
@media (min-width: 1024px) {
    .popup_evaluation_container .popup_evaluation_bottom button {
        margin-top: 2.03vw;
        width: 10.05vw;
    }
}
.popup_evaluation_container .popup_evaluation_bottom button:disabled {
    pointer-events: none;
    border: 2px solid #FFFFFF;
    background-color: transparent !important;
    opacity: 0.3;
}
.popup_evaluation_container .popup_evaluation_bottom button:disabled span {
    color: #FFFFFF;
}
.popup_evaluation_container .popup_evaluation_bottom button div {
    justify-content: center;
}

/* попап с подтверждением */
.popup-estimation {
    background-color: #FF0000;
    border: 2px solid #FF0000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.73vw;
    height: 19.73vw;
    margin-top: 4vw;
    border-radius: 1.87vw;
    font-size: 9.6vw;
}
@media (min-width: 744px) {
    .popup-estimation {
        width: 9.95vw;
        height: 9.95vw;
        margin-top: 2vw;
        border-radius: 0.94vw;
        font-size: 4.7vw;
    }
}
@media (min-width: 1024px) {
    .popup-estimation {
        width: 3.85vw;
        height: 3.85vw;
        margin-top: 1.3vw;
        border-radius: 0.36vw;
        font-size: 1.88vw;
    }
}

@media (max-width: 743px) {
    .popup_wrap-psychic {
        position: absolute;
        top: 0;
    }
}

/* КОНЕЦ СТИЛЕЙ ДЛЯ ПОПАПОВ */
/* ИСПРАВЛЕНИЕ К ОСНОВНЫМ СТИЛЯ САЙТА */
/* исправление для кнопки */
@media (min-width: 1024px) {
    .button-main.live span {
        transition: color 0.3s;
        color: red;
    }
}

@media (min-width: 1024px) {
    .button-main.live:hover span {
        color: #ffffff;
    }
}

/* не показываем на десктопе banner_top_overlay кнопки */
@media (min-width: 1024px) {
    .banner_top_overlay {
        display: none;
    }
}
/*  */
#bitvaVideoPreview .project_pic img {
    width: 100%;
}

/*  */
.name-series {
    display: none !important;
}

/*  */
.vote_nominee .button-main:disabled {
    background-color: transparent !important;
}

/* КОНЕЦ ИСПРАВЛЕНИЙ К ОСНОВНЫМ СТИЛЯ САЙТА */
/* ИФРЕЙМ С ПРЯМЫМ ЭФИРОМ */
#liveBroadcast {
    z-index: 999;
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    height: 47.5vw;
    width: 84vw;
}
@media (min-width: 744px) {
    #liveBroadcast {
        bottom: 1vw;
        right: 1vw;
        height: 34vw;
        width: 60vw;
    }
}
@media (min-width: 1024px) {
    #liveBroadcast {
        bottom: 1vw;
        right: 1vw;
        border-radius: 1vw;
        height: 14.5vw;
        width: 25.5vw;
    }
}
#liveBroadcast .liveBroadcast_container {
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
    height: 47.5vw;
    width: 84vw;
    border: 2px solid #f9d395;
}
@media (min-width: 744px) {
    #liveBroadcast .liveBroadcast_container {
        border-radius: 1vw;
        height: 34vw;
        width: 60vw;
    }
}
@media (min-width: 1024px) {
    #liveBroadcast .liveBroadcast_container {
        border-radius: 1vw;
        height: 14.5vw;
        width: 25.5vw;
    }
}
#liveBroadcast iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
#liveBroadcast .liveBroadcast_close {
    cursor: pointer;
    position: absolute;
    width: 4vw;
    top: -6vw;
    right: 0.1vw;
}
@media (min-width: 744px) {
    #liveBroadcast .liveBroadcast_close {
        width: 2.1505376344vw;
        top: -4vw;
        right: 0.1vw;
    }
}
@media (min-width: 1024px) {
    #liveBroadcast .liveBroadcast_close {
        width: 1.4583333333vw;
        top: -2.2vw;
        right: 0.1vw;
    }
}

/* КОНЕЦ ИФРЕЙМА С ПРЯМЫМ ЭФИРОМ */
