@charset "UTF-8";
/* https://www.freegrabapp.com/wp-content/themes/freegrabapp/assets/css/poll.css?ver=2.5.0 */
.polls__container{display:flex;flex-wrap:wrap;justify-content:space-between}.polls__container::after,.polls__container::before{content:'';display:block;width:330px;order:99999}.poll-item{width:330px;padding:14px 20px;display:block;margin-bottom:30px;border:1px solid #E3E4E4;border-radius:14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.poll-item:hover{border-color:#7DC69E}.poll-item--closed,.poll-item--closed:hover{border-color:#E3E4E4}.poll-item__status{color:#fff;font-size:12px;line-height:16px;display:inline-block;padding:0 10px;background-color:#7DC69E;border-radius:4px}.poll-item--closed .poll-item__status{color:#D54040;background-color:#FBD8D8}.poll-item__icon{width:74px;height:60px;display:block;margin:10px auto 20px;background:url(https://www.freegrabapp.com/wp-content/themes/freegrabapp/assets/img/svg/poll.svg) center no-repeat;background-size:contain}.poll-item--closed .poll-item__icon{-webkit-filter:opacity(50%) grayscale(100%);filter:opacity(50%) grayscale(100%)}.poll-item__title{color:#383838;font-size:16px;font-weight:700;line-height:18px;display:block;margin-bottom:10px}.poll-item__attr{display:flex;flex-wrap:wrap;justify-content:space-between}.poll-item-attr__item{color:#B7B7B7;font-size:14px}.attr__item--count::before{content:"";width:16px;height:14px;vertical-align:middle;display:inline-block;margin-top:-2px;margin-right:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 14'%3E%3Cpath fill='%23CCC' fill-rule='evenodd' d='M7.5 0a2.7 2.7 0 0 0 .8 5.4A2.7 2.7 0 0 0 8.7 0H7.5ZM2 2l-.7.4a1.7 1.7 0 0 0 1.1 3c.8 0 1.5-.5 1.7-1.3.2-.8-.3-1.7-1.1-2H2Zm11 0-.6.4a1.7 1.7 0 0 0 1 3c.9 0 1.6-.5 1.8-1.3.1-.8-.3-1.7-1.1-2h-1ZM7.4 6.5a4 4 0 0 0-2.1.8c-.6.5-1 1-1.3 1.8-.2.6-.3 1.4-.2 3v1.3l.7.5.2.1h3.2l3.8-.1.5-.5V9.2a3.9 3.9 0 0 0-3-2.6H7.4Zm-5.8 0C.9 6.8.3 7.4.1 8l-.1.3v4.2l.5.4h.2l1 .1h1.1v-1.4c0-1.4 0-1.7.2-2.3.1-.8.5-1.6 1-2.1l.2-.2c-.2-.2-.6-.4-.9-.4H1.6Zm11.1 0L12 7l-.1.1.2.2c.5.6.8 1.3 1 2.1l.1 2.3V13h.1a16.5 16.5 0 0 0 2.2 0l.5-.5V8c-.2-.7-.9-1.3-1.5-1.4h-1.8Z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.inner__title{color:#000;margin:30px 0 15px}.inner__text{text-align:center}.inner__text h2{color:#000;font-size:24px;margin-bottom:20px}.inner__text p{color:#8d8d8d}.poll-form{counter-reset:pollBoxCounter}.poll-box{width:100%;max-width:700px;counter-increment:pollBoxCounter;text-align:left;margin:20px auto;padding:30px;border:2px solid #e3e4e4;border-radius:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.poll-box.poll-box--active,.poll-box:hover{border-color:#7dc69e}.poll-box.poll-box--error{border-color:#e83d3d}.poll-box__title{font-size:20px;font-weight:600;margin-bottom:10px}.poll-box__title::before{content:counter(pollBoxCounter);color:#fff;font-size:12px;font-weight:600;text-align:center;line-height:24px;display:inline-block;vertical-align:middle;width:24px;height:24px;margin-right:10px;background:#7dc69e;border-radius:1rem}.poll-box__subtitle{font-size:14px;color:#8d8d8d}.poll-box__separator{margin:20px 0;border:none;border-bottom:1px solid #e3e4e4}.poll-box__label{margin-left:4px}.poll-box__text{font-size:16px;height:40px;width:100%;max-width:260px;margin-top:-8px;margin-left:8px;background-color:#fff0;border:none;border-bottom:1px solid #e3e4e4;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.poll-box__email{font-size:14px;height:40px;width:100%;max-width:340px;margin:10px 0;padding-left:40px;background:url(https://www.freegrabapp.com/wp-content/themes/freegrabapp/assets/img/svg/email.svg) 10px center no-repeat;background-size:18px;background-color:#fafafa;border:none;border-radius:6px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.poll-box__email:hover{background-color:#fff}.poll-box__option{display:block;margin-bottom:8px}.poll__img{width:340px;height:260px;margin:40px auto;background-position:center;background-repeat:no-repeat}.poll__button{display:inline-block;height:50px;background-color:#63c89b;-webkit-border-radius:5px;border-radius:5px;font-size:16px;font-weight:600;text-decoration:none;color:#fff;text-align:center;padding:12px 58px;border:none;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.poll__button:hover{background-color:#32ad76}@media screen and (max-width:1060px){.polls__container::after,.polls__container::before,.poll-item{width:32%}}@media screen and (max-width:880px){.polls__container::after,.polls__container::before,.poll-item{width:49%}.poll-item{padding:10px 14px}}@media screen and (max-width:700px){.inner__text{line-height:26px}.inner__text h2{font-size:18px}.poll-box__title{font-size:18px}.poll__img{width:100%;height:240px;margin-top:0}}@media screen and (max-width:570px){.inner__text{line-height:24px}.poll-box{padding:20px}.poll-box__title{font-size:16px}.poll-box__text{height:20px;max-width:180px}.poll__img{height:200px}}@media screen and (max-width:440px){.polls__container::after,.polls__container::before,.poll-item{width:100%}.poll-item{margin-bottom:20px}.poll-item-attr__item{font-size:12px}}