.answer{position:relative;order:-1;height:310px}.answer,.answer__img{width:100%;border-radius:10px}.answer__img{height:100%;-o-object-fit:cover;object-fit:cover}.answer__button{position:absolute;bottom:20px;right:40px;border-radius:6px;background-color:#bd0909;border:none;padding:.3rem 1.5rem;color:#fff;cursor:pointer}@media (min-width:376px){.answer{height:400px}}@media (min-width:769px){.answer{width:100%;height:100%;order:0}}.poll{z-index:121;position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem;background:rgba(45,45,45,.75);backdrop-filter:blur(10px);overflow:hidden}.poll *{font-family:BebasKai}.poll__container{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:95vh;max-height:95vh;width:100%}.poll__subContainer{height:100%;overflow:hidden}.poll__close{display:flex;flex-direction:row;justify-content:center;align-items:center}.poll__closeIcon{position:absolute;top:20px;right:20px;color:#fff}.poll__sectionTitle{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:2.5rem 0}.poll__line{width:5rem;margin:.5rem 0;border:.1px solid hsla(0,0%,100%,.5)}.poll__title,.poll__titleQuestion{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35)}.poll__titleQuestion{font-size:26px}.poll__sectionAnswersContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:75%}.poll__sectionAnswersMain{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-height:300px;margin-top:10px}.poll__sectionAnswers{position:relative;display:flex;justify-content:center;align-items:center;border-radius:10px;min-width:150px;max-width:200px;min-height:175px;max-height:200px}.poll__sectionAnswersTitle{position:absolute;left:0;right:0;bottom:0;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35);background:linear-gradient(1deg,#000 -12.28%,transparent 84%);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.poll__checked{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;background:rgba(255,26,75,.5);width:100%}.poll__checkedIcon{color:#fff;font-size:3.5rem}.poll__changeQuestion{margin:1rem 0}.poll__content_btn{display:flex}.poll__send{background-color:#bd0909}.poll__send,.poll__skip{padding:.3rem 1rem;color:#fff;border:none;border-radius:6px}.poll__skip{background-color:#44494d;position:absolute;right:10px;bottom:20px}.poll__arrowPrev{rotate:180deg;margin-right:20px}.poll__arrowNext,.poll__arrowPrev{font-size:40px;color:#fff;cursor:pointer}.poll__sectionAnswersImg{width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:375px){.poll__sectionTitle{margin:30px 0 15px}}@media (min-width:769px){.poll__sectionAnswersContainer{display:grid;grid-template-columns:1fr 45%;gap:20px;width:70vw;max-width:90vw}.poll__sectionAnswersMain{min-height:100%;margin-top:0;padding-right:0}.poll__skip{bottom:0}.poll__sectionAnswersMain{grid-template-columns:repeat(3,1fr)}}.custom__scroll{overflow-y:auto}.custom__scroll::-webkit-scrollbar{width:17px}.custom__scroll::-webkit-scrollbar-track{background-color:transparent}.custom__scroll::-webkit-scrollbar-thumb{background-color:#979797;border-radius:20px;border:6px solid transparent;background-clip:content-box}.custom__scroll::-webkit-scrollbar-thumb:hover{background-color:#4d4d4d}