[data-block=poll]{--poll-block-ready:1}.poll{background-color:#0a1f30;border-radius:8px;color:#fff;font-family:industry,unit-rounded,sans-serif;max-width:100%;padding:60px;position:relative;width:100%;z-index:1}@media (max-width:767.98px){.poll{padding:24px 16px}}.poll__bg{height:auto;left:50%;max-height:100%;object-fit:contain;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto;z-index:-1}.poll__card{background-color:#0d273e;border:1px solid #1a3c54;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:16px;text-align:left;transition:background-color .3s ease,border-color .3s ease;width:100%}.poll__card:hover{background-color:#11324f}.poll__card--selected{border-color:#5bc0be}.poll__content{position:relative;z-index:2}.poll__flag{align-items:center;background:#0000;border:1px solid #fff;border-radius:50%;display:flex;font-size:16px;height:27px;justify-content:center;overflow:hidden;place-content:center;width:27px}@media (max-width:991.98px){.poll__flag{height:22px;width:22px}}.poll__flag img{height:auto;min-height:100%;min-width:100%;object-fit:cover}.poll__header{align-items:center;display:flex;font-family:industry,unit-rounded,sans-serif;justify-content:space-between;margin-bottom:40px}@media (max-width:991.98px){.poll__header{margin-bottom:24px}}.poll__info{align-items:center;display:flex;gap:12px}.poll__name{font-size:14px;font-weight:600}.poll__options{display:grid;font-family:unit-rounded,sans-serif;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.poll__percentage{font-size:12px;font-weight:500}.poll__progress{background-color:#1a3c54;border-radius:4px;flex-grow:1;height:6px;overflow:hidden}.poll__progress-fill{background:linear-gradient(90deg,#5bc0be,#a3d977);height:100%;transition:width .8s ease-out;width:0}.poll__question{font-family:unit-rounded,sans-serif;font-size:18px;font-weight:400;margin-bottom:0;margin-top:0;text-transform:none}.poll__question--wrp{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:24px}.poll__result{align-items:center;display:none;font-family:unit-rounded,sans-serif;gap:12px;width:100%}.poll__timer{align-items:center;background-color:#0d273e;border:1px solid #1a3c54;border-radius:4px;display:flex;font-size:12px;gap:8px;padding:8px 12px}.poll__timer-icon{display:block;height:16px;object-fit:contain;width:16px}.poll__timer-text{font-variant-numeric:tabular-nums}@media (max-width:767.98px){.poll__timer{display:none}}.poll__timer.res{display:none}@media (max-width:767.98px){.poll__timer.res{display:flex}}.poll__title{color:#fff;font-family:industry,unit-rounded,sans-serif;font-size:40px;font-weight:700;line-height:1.1;margin:0;text-transform:uppercase}@media (max-width:991.98px){.poll__title{font-size:36px;margin-bottom:0}}@media (max-width:767.98px){.poll__title{font-size:24px;margin-bottom:0}}.poll__title-highlight{color:#4da9e0}.poll--voted .poll__card{cursor:default;pointer-events:none}.poll--voted .poll__result{display:flex}.poll--vote_error_message{color:#ff4d4f;font-size:14px;margin-top:16px}