.poll{background-color:#f5a528;max-width:400px;margin:0 auto;position:relative;padding:48px 48px 0}.poll__logo{position:absolute;top:4px;right:4px;width:47px;height:auto}.poll__head{color:#000;font:normal 400 100% "TazBlack",sans-serif;font-size:2.25rem}.poll__body{margin-top:24px;margin-bottom:32px}.poll__body .poll__answers{padding:0;display:flex;flex-direction:column;gap:8px}.poll__body .poll__answers .poll__item{margin-bottom:0;margin-top:0;border-radius:10px}.poll__body .poll__answers .poll__item:before{display:none}
.poll__body .poll__answers .poll__item.is-active .poll__link{border-color:#f5a528;color:#f5a528;font-weight:800}.poll__body .poll__answers .poll__item.is-active .poll__result{font-weight:800}.poll__body .poll__answers .poll__item.is-active .poll__link:before{border-color:#f5a528;background:#f5a528 url(../img/polls/check-w.svg) no-repeat 50%}.poll__body .poll__answers .poll__item .poll_percent_result{position:absolute;opacity:0;transition:.3s opacity}.poll__link{font:normal 400 100% "TazRegular",sans-serif;font-size:1.125rem;line-height:1.75rem;background-color:#fff;display:block;padding:16px 16px 16px 46px;transition:.3s all;position:relative;color:#000;border-radius:10px}
.poll__link:before{width:16px;height:16px;border:1px solid #000;content:"";position:absolute;border-radius:50%;top:50%;margin-top:-8px;left:20px;transition:.3s border-color}.poll__link:hover{border-color:#f5a528;color:#f5a528}.poll__link:hover:before{border-color:#f5a528}.poll__result{position:absolute;font-size:1rem;font-weight:500;opacity:0;transition:.3s opacity;pointer-events:none;text-align:end}.poll__foot{display:flex;flex-direction:column}.poll__group{width:100%}.poll__group .btn{width:100%;border-radius:10px}
.poll__group--submit .btn{height:60px;font:normal 400 100% "TazBlack",sans-serif;font-size:1.25rem;color:#fff;background-color:#d22328;line-height:3.75rem}.poll__group--submit .btn.is-disabled{background-color:#4f4f4f;cursor:not-allowed}.poll__group--results .btn{height:48px;font:normal 400 100% "TazRegular",sans-serif;color:#000;line-height:3rem}.poll__group--results .btn:hover{text-decoration:underline}.poll.is-results{padding-bottom:48px}.poll.is-results .poll__link{padding:16px}
.poll.is-results .poll__link:before{display:none}.poll.is-results .poll__item{pointer-events:none}.poll.is-results .poll__item .poll__link{display:flex;justify-content:space-between;align-items:center}.poll.is-results .poll__item .poll__link span{max-width:50%}.poll.is-results .poll__item .poll__link span:not(:last-child){padding-right:5px}.poll.is-results .poll__item .poll__link .poll_percent_result{position:relative;opacity:1}.poll.is-results .poll__result{position:relative;opacity:1}.poll.is-results .poll__foot{justify-content:center}
.poll.is-results .poll__group--on-vote{display:none}.poll.is-results .is-active{background-color:#fff}.poll.is-results .is-active .poll__link{background-color:rgba(245,165,40,0.35)}