.poll-widget{font-family:Roboto}.poll-result-item-label{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:500;font-size:14px;line-height:18px;color:#58626c}.poll-result-item-label-name{position:relative}.poll-result-item-wrap{margin-top:15px}.poll-list{position:relative}.poll-list-item{width:100%;padding:15px;box-sizing:border-box;height:40px;color:#58626c;font-weight:500;font-size:13px;line-height:15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;background:#ebeef2;border-radius:2px}.poll-list-item:hover{cursor:pointer}.poll-list-item.active,.poll-list-item:hover{background:#7aae4e;color:#fff}.poll-btn-block{display:flex;flex-direction:row;margin-top:20px}.poll-btn{height:40px;color:#fff;display:flex;align-items:center;justify-content:center;background:green;padding:0 10px}.poll-btn:hover{cursor:pointer;background:rgba(0,128,0,.5)}.poll-btn:first-child{margin-right:10px}.poll-list.requested,.poll-results.requested{position:relative}.poll-list.requested:before,.poll-results.requested:before{content:"";position:absolute;width:100%;height:100%;color:#fff;display:flex;align-content:center;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);left:0;top:0}.poll-rusult-item{height:15px;background:#ebeef2;border-radius:3px;-webkit-animation:slidein 1s ease-in;animation:slidein 1s ease-in}.poll-result-item-result{display:flex;height:inherit;align-items:center;padding:0 10px;background:#7aae4e;border-radius:3px}.poll-result-item-wrap:nth-child(2n) .poll-result-item-result{background:rgba(226,6,19,.75)}.poll-result-votes{font-size:11px;line-height:14px;margin-top:5px}.poll-result-total-votes,.poll-result-votes{display:flex;align-content:flex-start;font-weight:500}.poll-result-total-votes{font-size:12px;line-height:24px;align-items:center;color:#8a95a0;margin-top:20px}.poll-result-item-selected{font-size:10px;line-height:18px;display:flex;align-items:center;color:#8a95a0;position:absolute;top:0;left:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-left:5px}.poll-result-link{font-size:13px;line-height:24px;display:flex;font-weight:500;align-items:center;color:#609534}.poll-result-link:hover{cursor:pointer;text-decoration:underline}.poll-loader{display:none;background:url(../img/preloader_black.1cf171b0.svg) no-repeat 50%;fill:transparent;width:100%;height:100%;position:absolute;top:0;right:0;z-index:2;background-size:24px}.poll-list.poll-list.requested .poll-loader{display:block}.rq-error{position:absolute;top:0;right:0;z-index:2;background-size:24px;font-size:18px}.rq-error,.rq-error-msg{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.rq-error-msg{padding:10px;background:rgb(235 238 242/89%);color:#636363;font-size:17px}.poll-list-item-logo{display:flex;justify-content:space-between}.poll-list-item-logo>*{width:20px;height:20px}.poll-list-item-logo>*+*{margin-left:5px}.poll-list-item-logo-empty{width:20px;height:20px;line-height:20px;background:#fff;border-radius:100px;font-weight:500;font-size:12px;display:flex;align-items:center;justify-content:center;color:#58626c}@-webkit-keyframes slidein{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes slidein{0%{transform:scaleX(0)}to{transform:scaleX(1)}}