.a-cqpLoading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:300px;text-align:center}.a-cqpLoading__disk{display:inline-block;width:16px;height:16px;background-color:var(--quiz-base-color);border-radius:100%;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.a-cqpLoading .-disk1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.a-cqpLoading .-disk2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.a-cqpCB{position:relative;margin-top:20px;margin-bottom:20px;padding-left:35px;display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-cqpCB:hover .a-cqpCB__input~.a-cqpCB__checkmark{background-color:#ccc}.a-cqpCB .a-cqpCB__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.a-cqpCB .a-cqpCB__input:checked~.a-cqpCB__checkmark{background-color:var(--quiz-base-color)}.a-cqpCB .a-cqpCB__input:checked~.a-cqpCB__checkmark:after{display:block}.a-cqpCB__checkmark{position:absolute;top:3px;left:0;height:20px;width:20px;background-color:#eee;border:1px solid rgba(0,0,0,.2)}.a-cqpCB__checkmark:after{content:"";position:absolute;display:none;left:8px;top:4px;width:5px;height:10px;border:solid var(--quiz-btn-text-color);border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.a-cqpBtn{position:relative;display:inline-block;max-width:270px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;padding-right:20px;height:50px;line-height:50px;font-size:1.4rem;letter-spacing:.1em;text-align:center;text-transform:uppercase;background-color:var(--quiz-base-color);color:var(--quiz-btn-text-color);cursor:pointer;border:none}.-start .a-cqpBtn{margin-right:10px}.a-cqpBtn:disabled{cursor:default;opacity:.3}.a-cqpBtn.-share{background-color:var(--quiz-fb-btn-bg-color);color:#fff}.a-cqpBtn:before{-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s;content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-color:rgba(0,0,0,var(--quiz-dark-opacity))}.a-cqpBtn:hover:before{opacity:1}.a-cqpBtn__mobileHide{display:none}@media (min-width:768px){.a-cqpBtn__mobileHide{display:inline}}.m-cqpSection__title{font-size:3rem;line-height:1.2;margin:0;margin-bottom:30px}.m-cqpSection__text{font-size:1.8rem;line-height:1.43;margin-bottom:30px}.m-cqpSection .aligncenter{margin:auto;display:block}.m-cqpSection__canvas{margin-bottom:30px}.m-cqpSection__canvasImg{max-width:none;width:100%;height:auto}.m-cqpSection__canvasVideo{position:relative}.m-cqpSection__controlWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.m-cqpSection__progress{width:33.3333334%}.m-cqpSection__sponsore{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.m-cqpSection__pager{margin-left:20px}.m-cqpSection__listCnt{margin-bottom:30px}.-results .m-cqpSection__listCnt{margin-bottom:0}.m-cqpSection__list{margin-bottom:60px}.m-cqpSection__list.-active{margin-bottom:0}.-results .m-cqpSection__list:last-of-type{margin-bottom:0}.m-cqpSection__resultWithNumbers{margin-bottom:30px;padding:30px 0;border:solid #eee;font-size:5rem;text-align:center}.m-cqpSection__resultWrap{position:relative}.m-cqpSection__userInput{margin:10px 0}.m-cqpSection__required{font-size:12px;margin-bottom:15px}.m-cqpList__title{font-size:2rem;line-height:1.2;margin:0 0 30px;padding:0}.m-cqpList__titleNum{padding-right:16px}.m-cqpList__itemCnt{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.m-cqpList__item{display:block;position:relative;margin:5px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 calc(100% - 10px);color:var(--quiz-text-color);background-color:rgba(255,255,255,var(--quiz-light-opacity));border:1px solid rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box}.m-cqpList__item.-selectable{cursor:pointer;-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s}.m-cqpList__item.-selectable:hover,.m-cqpList__item.-selected{background-color:rgba(0,0,0,var(--quiz-dark-opacity))}.m-cqpList__item.-image{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.m-cqpList__item.-image{-webkit-box-flex:0;-ms-flex:0 0 calc(var(--quiz-image-list-item-width) - 10px);flex:0 0 calc(var(--quiz-image-list-item-width) - 10px)}}.m-cqpList__itemImg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s}.-disabled .m-cqpList__itemImg{opacity:.3}.-selectable.-image:hover .m-cqpList__itemImg,.-selected .m-cqpList__itemImg{-webkit-filter:brightness(calc(1 - var(--quiz-dark-opacity)));filter:brightness(calc(1 - var(--quiz-dark-opacity)))}.m-cqpList__itemTextBox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px;font-size:1.4rem;line-height:1.43;min-height:50px}.m-cqpList__itemTextBox:after{position:relative;display:block;top:0;right:0;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;z-index:1}.-wrong .m-cqpList__itemTextBox:after{content:"";background:url(../images/answer-icon-wrong.svg) no-repeat center}.-right .m-cqpList__itemTextBox:after{content:"";background:url(../images/answer-icon-good.svg) no-repeat center}.-mini .m-cqpList__itemTextBox:before{display:block;content:"";position:absolute;top:0;bottom:0;background-color:var(--quiz-item-progress-color);width:var(--quiz-item-percent,0%);left:0}@media (min-width:768px){.m-cqpList__itemTextBox{font-size:1.6rem}}.m-cqpList__itemText{z-index:1}.m-cqpList__percent{z-index:1}.m-cqpList__itemTextOpacity{cursor:default}.-disabled .m-cqpList__itemTextOpacity{opacity:.3}.m-cqpProgress__bar{display:block;background-color:rgba(255,255,255,var(--quiz-light-opacity));border:1px solid rgba(0,0,0,.2)}.m-cqpProgress__bar:before{content:"";display:block;height:10px;width:var(--quiz-progress,0%);background-color:var(--quiz-base-color)}.m-cqpProgress__textCnt{font-size:0;margin-bottom:8px}.m-cqpProgress__text{font-size:14px;line-height:1.4}.m-cqpPager{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:62px;border:1px solid rgba(0,0,0,.2)}.m-cqpPager__btn{display:block;position:relative;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;line-height:30px;background-color:rgba(255,255,255,var(--quiz-light-opacity));color:var(--quiz-base-color);cursor:pointer}.m-cqpPager__btn.-disabled{opacity:.3;cursor:default}.m-cqpPager__btn:before{position:absolute;display:block;content:"";border-left:3px solid var(--quiz-base-color);border-bottom:3px solid var(--quiz-base-color);width:14px;height:14px;top:8px;left:10px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.m-cqpPager__btn.-prev{border-right:1px solid rgba(0,0,0,.2)}.m-cqpPager__btn.-next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.-endBtn .m-cqpSponsor{text-align:center}.m-cqpSponsor__text{font-size:1.2rem;line-height:1.43;color:var(--quiz-text-color);margin-bottom:5px}.m-cqpSponsor__imgCnt{display:block}.m-cqpSponsor__img{max-width:none;max-height:30px;width:auto;height:auto}@media (min-width:768px){.m-cqpSponsor__img{max-width:250px;max-height:none;width:auto;height:auto}}.m-cqpResultBtnCnt{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.m-cqpResultBtnCnt.-endBtn{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:-5px;margin-right:-5px}.-endBtn .m-cqpResultBtnCnt__sponsore{margin-top:30px}.-endBtn .m-cqpResultBtnCnt__btn{max-width:none;margin:5px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}@media (min-width:600px){.-endBtn .m-cqpResultBtnCnt__btn{margin:0 5px;-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 10px);flex:1 1 calc(50% - 10px)}}.m-cqpUserInput__label{display:block;position:relative}.m-cqpUserInput__text{display:block;margin-bottom:5px}.m-cqpUserInput__textRequired{display:none}.-error .m-cqpUserInput__textRequired{display:inline-block;font-size:12px;vertical-align:top}.m-cqpUserInput__input{display:block;position:relative;width:100%;height:50px;line-height:50px;padding:0 15px;color:var(--quiz-text-color);background-color:rgba(255,255,255,var(--quiz-light-opacity));border-width:1px;border-style:solid;border-color:rgba(0,0,0,.2);outline-width:0;outline-style:solid;outline-color:rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:var(--quiz-text-color);cursor:text}.m-cqpUserInput__input:active,.m-cqpUserInput__input:focus{outline-width:1px}.-error .m-cqpUserInput__input{outline-width:1px;outline-color:var(--quiz-light-opacity);border-color:var(--quiz-light-opacity)}.o-cqp{opacity:1!important;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;position:relative;display:block;border:2px solid rgba(0,0,0,.2)}.o-cqp__padCnt{position:relative;background-color:var(--quiz-bg-color);color:var(--quiz-text-color);padding:20px}@media (min-width:768px){.o-cqp__padCnt{padding:40px}}.o-cqp__bgImage{display:block;position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%;height:100%;z-index:0}.o-cqp__section{position:relative;display:block;-webkit-transition:opacity .5s ease-out;-o-transition:opacity .5s ease-out;transition:opacity .5s ease-out}.o-cqp__wrongAnswerTitle{padding:20px 0;background:#eee;font-weight:600;font-size:1.6rem;line-height:1.43;text-align:center}