#voteSectionBestProd .voteBlk {
    position: relative;
    font-size: 16px
}

#voteSectionBestProd .voteBlk .choice {
    position: relative;
    z-index: 9;
    top: 17px;
    left: 15px;
    cursor: pointer
}

#voteSectionBestProd {
    padding: 30px 10px;
    margin: 10px auto 70px auto
}

#voteSectionBestProd h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center
}

#voteSectionBestProd h2.title:after {
    display: block;
    content: '';
    margin: 15px 0 0;
    width: 62px;
    height: 5px;
    background: url("../img/separator_red.png") center no-repeat
}

#voteSectionBestProd input[type=radio] {
    appearance: none;
    margin: 0;
    font: initial;
    width: 20px;
    height: 20px;
    border: 2px solid #65676b;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: #1c1e21;
    position: absolute;
    align-self: normal
}

#voteSectionBestProd input[type=radio]::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    color: #1c1e21;
    background: #1c1e21
}

#voteSectionBestProd input[type=radio]:checked::before {
    transform: scale(1)
}

#voteSectionBestProd input[type=radio]:focus {
    outline-offset: max(2px, 0.15em);
    border: .15em solid #1c1e21
}

#voteSectionBestProd .questions_list {
    margin: 0 0 25px
}

#voteSectionBestProd .question_item {
    margin: 0 0 8px;
    height: 55px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #fff, #18abfd0d)
}

#voteSectionBestProd .question_item:nth-of-type(3) {
    margin-bottom: 20px
}

#voteSectionBestProd .questions_list.active .question_item .line {
    display: block
}

#voteSectionBestProd .question_item .line {
    background: #d6ebff
}

#voteSectionBestProd .question_item .line {
    display: none;
    width: 0%;
    height: 55px;
    position: absolute;
    top: initial;
    left: 0
}

#voteSectionBestProd .question_item .question_text {
    padding: 0;
    line-height: 23px;
    position: absolute;
    left: 50px;
    color: #000;
        margin-right: 55px;
}

#voteSectionBestProd .question_item .percents {
    padding: 0 20px 0 0;
    font-weight: 700;
    text-align: right;
    position: relative;
    order: 1;
    color: #216fdb;
    top: 2px
}

#voteSectionBestProd .voice_count {
    text-align: center;
    position: relative;
    right: 45px;
    top: 0;
    font-size: 16px;
    line-height: 34px
}

#voteSectionBestProd .voice_count b {
    margin: 0;
    padding: 1px 5px;
    border-radius: 2px;
    background: #7ac700;
    color: #fff
}

#voteSectionBestProd .percents::after {
    content: '\3009';
    color: #5f6771;
    height: 12px;
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    bottom: 2px
}

#voteSectionBestProd #voteBtnSubmt {
    background: linear-gradient(180deg, #18acfd 0, #0064e0 100%);
    border: none;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 130px;
    height: 40px;
    z-index: 99;
    font-size: 22px
}

#voteSectionBestProd .fb-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    filter: grayscale(100%);
    margin: 0
}

.hidden {
    visibility: hidden
}

#thx_msg {
    display: none
}

@media (max-width:400px){
	#voteSectionBestProd .voice_count {
		top: 60px;
		right: auto;
	}
}