:root{--main-color-primary:#1A77D2;--main-color-bg:#FFF;--main-color-bg-success:#E7F9F0;--main-color-bg-secondary:rgba(6,18,50,.1);--main-color-bg-error:#FDE7EB;--main-color-bg-brand:#F4F8FD;--main-color-success:#0DC268;--main-color-error:#ED0A34;--text-color-text:#000;--text-color-text-contrast:#FFF;--text-color-text-secondary:#333;--text-color-text-tertiary:#999;--borders-color-border:rgba(6,18,50,.1)}html:has(#evaluate-view-overlay){overflow-y:hidden!important}#evaluate-view-popup{font-family:Roboto,sans-serif;min-width:360px;max-height:710px;width:100%;height:fit-content;z-index:101;padding:8px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #ddd;border-radius:15px;color:#000;box-shadow:0 8px 12px 6px rgba(0,0,0,.15);background:white}@media screen and (min-width:768px){#evaluate-view-popup{min-width:720px;width:90%;height:90vh}}@media screen and (min-width:1280px){#evaluate-view-popup{width:1200px;min-height:712px;height:90vh}}#evaluate-view-popup .hidden,#evaluate-view-popup .evaluate_hidden{display:none!important}#evaluate-view-popup .close_btn{display:flex;position:absolute;align-items:flex-end;top:16px;right:16px;left:auto}#evaluate-view-popup .close_btn i{content:'';height:24px;width:24px;cursor:pointer;background:url(/themes/redesign/img/icons/popup_close.svg) no-repeat}#evaluate-view-popup .close_btn i:hover{background:url(/themes/redesign/img/icons/popup_close_hovered.svg) no-repeat}#evaluate-view-popup .popup-header{display:flex;padding:0 0 8px 24px;align-items:center;gap:8px;align-self:stretch;min-height:64px;height:fit-content}#evaluate-view-popup .popup-header .header_styled{font-size:24px;font-weight:600;color:var(--text-color-text,#000);font-style:normal;line-height:32px;padding-top:24px;padding-bottom:6px}#evaluate-view-popup .popup-header .header_styled:first-letter{text-transform:uppercase}#evaluate-view-popup .content_scrollable{overflow-y:hidden;height:calc(90vh - 110px);position:relative}@media screen and (max-width:767px){#evaluate-view-popup .content_scrollable{height:calc(72vh - 50px);overflow-y:scroll}#evaluate-view-popup .content_scrollable::-webkit-scrollbar,#evaluate-view-popup .content_scrollable::-webkit-scrollbar:vertical{width:12px;border-radius:96px;background:var(--main-color-bg-secondary,rgba(6,18,50,.1))}#evaluate-view-popup .content_scrollable::-webkit-scrollbar-thumb,#evaluate-view-popup .content_scrollable::-webkit-scrollbar-thumb:vertical{border-radius:96px;background:var(--main-color-bg-secondary--active,rgba(6,18,50,.2))}}#evaluate-view-popup .content_scrollable .content{overflow-y:hidden}@media screen and (min-width:768px){#evaluate-view-popup .content_scrollable .content{height:calc(90vh - 90px);max-height:calc(710px - 90px)}}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper{display:flex;padding:0 24px 24px 24px;align-items:flex-start;gap:16px;align-self:stretch}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head{display:flex;background-color:white;width:440px;height:464px;justify-content:center;align-items:center;gap:4px;flex:1 0 0%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper{display:flex;align-items:center;justify-content:center;width:90%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper img{margin:0 auto 0 auto;width:100%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap{display:flex;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:96px;background:var(--main-color-bg-secondary,rgba(6,18,50,.1))}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap:hover,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap:hover{background:var(--main-color-bg-secondary--hover,rgba(6,18,50,.3))}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap i,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap i{content:'';width:24px;height:24px;cursor:pointer}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap.invisible,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap.invisible{opacity:0}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap.invisible i,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap.invisible i{cursor:default}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap{margin-left:0;margin-right:auto}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap i{background:url(/themes/redesign/img/icons/ic-chevron-left.svg) no-repeat}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap{margin-left:auto;margin-right:0}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap i{background:url(/themes/redesign/img/icons/ic-chevron.svg) no-repeat}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback{display:flex;width:440px;height:calc(90vh - 110px);flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0%;margin-right:-20px;overflow-y:auto}@media screen and (min-width:768px){#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback{max-height:calc(710px - 90px)}}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback::-webkit-scrollbar,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback::-webkit-scrollbar:vertical{width:12px;border-radius:96px;background:var(--main-color-bg-secondary,rgba(6,18,50,.1));margin-left:20px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback::-webkit-scrollbar-thumb,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback::-webkit-scrollbar-thumb:vertical{border-radius:96px;background:var(--main-color-bg-secondary--active,rgba(6,18,50,.2))}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback::-webkit-scrollbar{width:3px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .user-name,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .answer-user-name{color:var(--text-color-text,#000);font-size:16px;font-style:normal;font-weight:600;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .user-pridbav{margin-top:-16px;color:var(--text-color-text-secondary,#333);font-size:16px;font-style:normal;font-weight:400;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-stars-wrapper{display:flex;align-items:flex-start;gap:8px;align-self:stretch}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-stars-wrapper .review-stars{display:flex;align-items:flex-start;gap:4px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-stars-wrapper .review-stars i.filled-star{width:16px;height:16px;background:url(/themes/redesign/img/icons/ic-star-16-filled.svg) no-repeat}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-stars-wrapper .review-stars i.star{width:16px;height:16px;color:rgba(232,229,213,.36);background:url(/themes/redesign/img/icons/ic-star-16.svg) no-repeat}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-stars-wrapper .review-stars-date{flex:1 0 0%;color:var(--text-color-text-tertiary,#999);font-size:12px;font-style:normal;font-weight:400;line-height:16px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-tags-wrapper{display:flex;align-items:flex-start;align-content:flex-start;gap:8px;align-self:stretch;flex-wrap:wrap}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-tags-wrapper .tag-item{display:flex;padding:8px 8px 8px 12px;justify-content:center;align-items:center;border-radius:96px;border:1px solid var(--borders-color-border,rgba(6,18,50,.1));background:var(--main-color-bg-success,#E7F9F0);color:var(--text-color-text,#000);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-tags-wrapper .tag-item:first-letter{text-transform:capitalize}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-text,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-answer-text{align-self:stretch;color:var(--text-color-text-secondary,#333);font-size:16px;font-style:normal;font-weight:400;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-text .cutter,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-answer-text .cutter{font-weight:700;cursor:pointer}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-text .cutter_hidden,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-answer-text .cutter_hidden{display:none}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-text .cutter_zhornuty,#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-answer-text .cutter_zhornuty{font-weight:700;cursor:pointer;display:none}@media screen and (min-width:1024px){#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-text{margin-right:10px}}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .rw-answer{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .rw-answer.representative{background:var(--main-color-bg-brand,#F4F8FD);margin-right:20px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended{display:flex;align-items:center;align-self:stretch;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-text{flex:1 0 0%;color:var(--text-color-text-secondary,#333);font-size:14px;font-style:normal;font-weight:800;line-height:20px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn:hover{border-radius:8px;background:var(--main-color-bg-brand,#F4F8FD)}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn span{display:inline-block;color:var(--text-color-text-tertiary,#999);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn i{content:'';display:inline-block;height:24px;width:24px;cursor:pointer}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn.up i{background:url(/themes/redesign/img/icons/ic-thumbs-up-off-alt.svg) no-repeat}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback .review-recommended .rec-btn.down i{background:url(/themes/redesign/img/icons/ic-thumbs-down-off-alt.svg) no-repeat}#evaluate-view-overlay{position:fixed;width:100%;height:100%;background-color:#202F3D;opacity:.6;top:0;left:0;z-index:100}@media screen and (min-width:768px) and (max-width:1279px){#evaluate-view-popup{width:98vw;height:90vh}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head{height:336px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper{width:336px;height:336px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper img{max-width:336px;max-height:336px}}@media screen and (max-width:767px){#evaluate-view-popup{min-width:360px;width:100%;height:85vh;max-height:95vh;bottom:0;top:unset;left:unset;transform:unset;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow-y:unset}#evaluate-view-popup .content_scrollable .content{height:100%;overflow-y:auto}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper{flex-direction:column;height:208px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head{width:100%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper{width:208px;height:208px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback{width:100%;overflow-y:unset}}@media screen and (max-width:360px){#evaluate-view-popup{min-width:100vw;width:100vw;height:85vh;bottom:0;top:unset;left:unset;transform:unset;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow-y:unset}#evaluate-view-popup .content_scrollable{width:calc(100vw - 16px)}#evaluate-view-popup .content_scrollable .content{width:calc(100vw - 30px);overflow-y:auto;height:100%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper{flex-direction:column;height:208px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head{width:100%}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .left_arrow_wrap{margin-left:12px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .right_arrow_wrap{margin-right:12px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .head .head_image_wrapper{width:208px;height:208px}#evaluate-view-popup .content_scrollable .content .images_popup_wrapper .feedback{width:100%;overflow-y:unset}}@media screen and (max-width:320px){#evaluate-view-popup{overflow-x:unset;width:85vw}}