@charset "UTF-8";.stars{position:relative;margin:40px 0;z-index:1}.stars,.stars-label{display:flex;align-items:center}.stars-label{font-size:18px;line-height:1;margin:2px 28px 0 0}.stars-count{max-width:40px;font-weight:700;overflow:hidden;margin:0 0 0 5px}.stars-wrap{flex-shrink:0;overflow:hidden}.stars-wrap.is-disable{pointer-events:none}.stars-items{position:relative;display:flex;align-items:center;padding:0 5px;margin:0 -5px}.stars-items svg{width:24px;height:24px;fill:var(--button-bg-color);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:none}.stars-items svg:not(:last-child){width:34px;padding:0 10px 0 0}.stars-mask{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden}.stars-mask,.stars-mask-items{display:flex;align-items:center}.stars-mask-items{position:relative;padding:0 5px}.stars-mask-items svg{width:24px;height:24px;fill:#f8e71c;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:none}.stars-mask-items svg:not(:last-child){width:34px;padding:0 10px 0 0}@media only screen and (min-width:1100px){.stars-items:hover svg{fill:#f8e71c}.stars-items:hover svg:hover~svg{fill:var(--button-bg-color)}.stars-items:hover .stars-mask{display:none}}@media only screen and (max-width:374px){.stars-label{font-size:16px;margin:4px 25px 0 0}.stars-count{max-width:31px}}.screen-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:24px 0}.screen-container-object{position:relative;display:inline-block}.screen-container div:not(.aspect-box)>img{max-width:100%;height:auto;margin:0 auto!important}.screen-container img{border:3px solid #e8e8e8;border-radius:8px}.screen-container-caption{text-align:center;font-size:14px;color:var(--gray-color);margin-top:10px}.video{--button-bg:#fff;--button-icon-color:#000;position:relative;z-index:1;margin:20px 0 40px}body.dark-theme .video{--button-bg:#161618;--button-icon-color:#fff}.video:last-child{margin-bottom:0}.video:first-child{margin-top:0}.video-title{font-size:18px;font-weight:700;margin:0 0 15px}.video-iframe{position:relative;border-radius:8px;overflow:hidden}.video-info{margin:8px 0 0}.video-slider{position:relative}.video-slider .video-iframe:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);border-radius:8px;transition:all .3s linear;z-index:0}.video-slider iframe{position:absolute;opacity:0;visibility:hidden;z-index:-1}.video-iframe,.video-img{position:relative;display:block;width:100%;height:190px}.video-icon{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;transition:all .2s linear;z-index:1}.video-icon svg{width:100%;height:100%;fill:#fff}.video .swiper-container{padding:0 15px;margin:0 -15px}.video .swiper-slide{width:315px;height:auto}.video .swiper-slide:not(:last-child){margin:0 15px 0 0}.video .swiper-button-next,.video .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 26px);width:26px;height:26px;outline:none;background:var(--button-bg);border:1px solid transparent;border-radius:50%;box-shadow:0 0 15px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}body.dark-theme .video .swiper-button-next,body.dark-theme .video .swiper-button-prev{border:1px solid #601dc0;box-shadow:0 0 5px 0 #000}body.dark-theme .video .swiper-button-next:hover,body.dark-theme .video .swiper-button-prev:hover{background:#601dc0}body.dark-theme .video .swiper-button-next:hover svg,body.dark-theme .video .swiper-button-prev:hover svg{fill:#fff}.video .swiper-button-next:hover,.video .swiper-button-prev:hover{border:1px solid #601dc0}.video .swiper-button-next:hover svg,.video .swiper-button-prev:hover svg{fill:#601dc0}.video .swiper-button-next.swiper-button-disabled,.video .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.video .swiper-button-next svg,.video .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.video .swiper-button-next{right:-13px}.video .swiper-button-prev{left:-13px}.video .swiper-button-prev svg{transform:rotate(180deg)}.video iframe,.video img{width:100%;height:100%;border-radius:8px;margin:0}.video img:not(.has-placeholder){-o-object-fit:cover;object-fit:cover}.video img.has-placeholder{padding:20px;-o-object-fit:fill;object-fit:fill}.video-modal-container{position:relative;width:100%;height:190px;background:rgba(0,0,0,.5);border-radius:8px}body.dark-theme .video-modal-container{background:#26292c}.video-modal-embed{position:relative;z-index:1}.video-modal-embed,.video-modal-embed iframe,.video-modal-embed img{width:100%;height:100%;border-radius:8px}.video-modal-embed img{-o-object-fit:cover;object-fit:cover}.video-modal-load{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;z-index:0}.video-modal-load svg{width:100%;height:100%;fill:#fff}.video-modal-load svg path:last-child{transform-origin:center;animation:rotatePath .5s linear infinite}.video-modal-buttons{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.video-modal-next,.video-modal-prev{display:flex;align-items:center;justify-content:center;width:calc(50% - 10px);height:40px;background:rgba(0,0,0,.3);border-radius:8px}.video-modal-next:active,.video-modal-prev:active{background:#601dc0}.video-modal-next.is-disable,.video-modal-prev.is-disable{opacity:0;visibility:hidden}body.dark-theme .video-modal-next,body.dark-theme .video-modal-prev{background:#26292c}body.dark-theme .video-modal-next:active,body.dark-theme .video-modal-prev:active{background:#601dc0}.video-modal-next svg,.video-modal-prev svg{width:15px;height:15px;fill:#fff}.video-modal-prev svg{transform:rotate(180deg)}.video-modal-link{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:20px;font-weight:700;color:#fff;background:#601dc0;border-radius:8px;box-shadow:0 3px 10px 0 rgba(76,24,153,.5)}.modal[id*=fullscreen] .modal-wrap{width:calc(100% - 30px);background:none;box-shadow:none;padding:0}@media only screen and (min-width:1100px){.video-title{font-size:22px}.video-slider{padding:0;margin:0}.video-slider .video-iframe,.video-slider .video-img{height:190px}.video-iframe,.video-img{height:380px}.video-iframe:hover:after,.video-img:hover:after{background:rgba(0,0,0,.5)}.video-iframe:hover .video-icon,.video-img:hover .video-icon{top:calc(50% - 27.5px);left:calc(50% - 27.5px);width:55px;height:55px}.video .swiper-container{padding:0;margin:0}.video .swiper-slide{width:calc(50% - 8px)}.video .swiper-slide:not(:last-child){margin:0 16px 0 0}.video .swiper-button-next,.video .swiper-button-prev{display:flex}.video-modal{position:relative}.video-modal-container{width:680px;height:380px}.video-modal-load{top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px}.video-modal-buttons{position:absolute;display:block;top:0;right:-65px;bottom:0;left:-65px;margin:0}.video-modal-next,.video-modal-prev{position:absolute;top:calc(50% - 75px);width:50px;height:150px}.video-modal-next:hover,.video-modal-prev:hover,body.dark-theme .video-modal-next:hover,body.dark-theme .video-modal-prev:hover{background:#601dc0}.video-modal-next svg,.video-modal-prev svg{width:20px;height:20px}.video-modal-prev{left:0}.video-modal-next{right:0}.video-modal-link{height:48px;margin:20px 0 0}.video-modal-link:hover{background:#20a94a;box-shadow:0 3px 10px 0 rgba(32,169,74,.5)}.modal[id*=fullscreen] .modal-wrap{width:auto}}@media only screen and (max-width:374px){.video-iframe,.video-img{height:180px}.video .swiper-slide{width:280px}.video .swiper-slide:not(:last-child){margin:0 10px 0 0}}.article-gallery{--button-bg:#fff;--button-icon-color:#000;position:relative;margin:20px 0}body.dark-theme .article-gallery{--button-bg:#161618;--button-icon-color:#fff}.article-gallery .swiper-container{padding:15px;margin:-15px}body.arabic-version .article-gallery .swiper-wrapper{justify-content:flex-end}.article-gallery .swiper-slide{display:flex;width:auto;height:auto}.article-gallery .swiper-slide:not(:last-child){margin:0 15px 0 0}.article-gallery .swiper-button-next,.article-gallery .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--button-bg);border:1px solid transparent;border-radius:50%;box-shadow:0 0 15px -5px rgba(0,0,0,.5);-webkit-user-select:none;user-select:none;transition:all .3s ease-in-out;margin:0}body.dark-theme .article-gallery .swiper-button-next,body.dark-theme .article-gallery .swiper-button-prev{border:1px solid #601dc0;box-shadow:0 0 5px 0 #000}body.dark-theme .article-gallery .swiper-button-next:hover,body.dark-theme .article-gallery .swiper-button-prev:hover{background:#601dc0}body.dark-theme .article-gallery .swiper-button-next:hover svg,body.dark-theme .article-gallery .swiper-button-prev:hover svg{fill:#fff}.article-gallery .swiper-button-next:hover,.article-gallery .swiper-button-prev:hover{border:1px solid #601dc0}.article-gallery .swiper-button-next:hover svg,.article-gallery .swiper-button-prev:hover svg{fill:#601dc0}.article-gallery .swiper-button-next.swiper-button-disabled,.article-gallery .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.article-gallery .swiper-button-next svg,.article-gallery .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.article-gallery .swiper-button-next{right:-13px}.article-gallery .swiper-button-prev{left:-13px}.article-gallery .swiper-button-prev svg{transform:rotate(180deg)}.article-gallery-item{-webkit-user-select:none;user-select:none}.article-gallery-img{display:block;width:216px;height:150px;min-height:150px;border-radius:8px;box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.article-gallery-img:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.article-gallery-img picture:not(.has-placeholder) img{-o-object-fit:cover;object-fit:cover}.article-gallery-img picture.has-placeholder img{-o-object-fit:scale-down;object-fit:scale-down}.article-gallery-img img{width:100%;height:100%;border-radius:8px;margin:0 auto}.article-gallery-img img:not(.has-placeholder){-o-object-fit:cover;object-fit:cover}.article-gallery-img img.has-placeholder{-o-object-fit:scale-down;object-fit:scale-down}.article-gallery-modal{width:100%;border-radius:8px;transition:background-color .3s ease-in-out}.article-gallery-modal .swiper-container{height:auto;padding:0 15px;margin:0 -15px}.article-gallery-modal .swiper-slide:not(:last-child){margin-right:15px}.article-gallery-modal .swiper-slide.swiper-slide-visible .article-gallery-item{background-color:#212121;transition-delay:.1s}.article-gallery-modal .swiper-button-next,.article-gallery-modal .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:auto;bottom:-60px;width:calc(50% - 10px);height:40px;outline:none;background:rgba(0,0,0,.28);border-radius:8px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:all .3s ease-in-out;margin:0}.article-gallery-modal .swiper-button-next:active,.article-gallery-modal .swiper-button-prev:active{background:var(--primary-color)}body.dark-theme .article-gallery-modal .swiper-button-next,body.dark-theme .article-gallery-modal .swiper-button-prev{background:#26292c}body.dark-theme .article-gallery-modal .swiper-button-next:active,body.dark-theme .article-gallery-modal .swiper-button-prev:active{background:var(--primary-color)}.article-gallery-modal .swiper-button-next.swiper-button-disabled,.article-gallery-modal .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.article-gallery-modal .swiper-button-next svg,.article-gallery-modal .swiper-button-prev svg{width:15px;height:15px;fill:#fff}.article-gallery-modal .swiper-button-next{right:0}.article-gallery-modal .swiper-button-prev{left:0}.article-gallery-modal .swiper-button-prev svg{transform:rotate(180deg)}.article-gallery-modal .swiper-pagination-bullets{display:flex;align-items:center;justify-content:center;right:0;bottom:-25px;left:0;height:10px}.article-gallery-modal .swiper-pagination-bullet{width:10px;height:10px;background:var(--gray-color);outline:none;opacity:.7;transition:all .3s ease-in-out;margin:0 5px}.article-gallery-modal .swiper-pagination-bullet-active{background:#fff;box-shadow:0 0 5px -2px hsla(0,0%,100%,.5);opacity:1}.article-gallery-modal .article-gallery-item{position:relative;display:flex;flex-direction:column;height:100%;border-radius:8px;overflow:hidden;transition:background-color .3s ease-in-out}.article-gallery-modal .article-gallery picture:not(.has-placeholder) img{-o-object-fit:contain;object-fit:contain}.article-gallery-modal .article-gallery-img{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:auto;box-shadow:none;transition:opacity .3s ease-in-out;z-index:1}.article-gallery-modal .article-gallery-img img{height:auto;min-height:150px;max-height:calc(var(--vh, 1vh)*100 - 140px);border-radius:0}.article-gallery-modal .article-gallery-img img:not(.has-placeholder){-o-object-fit:contain;object-fit:contain}.article-gallery-modal .article-gallery-text{position:relative;order:1;font-size:14px;line-height:1.42;text-align:left;background-color:var(--main-background-color);transition:opacity .3s ease-in-out;padding:10px 15px;z-index:1}.article-gallery-modal .article-gallery-text span{display:block;max-height:100px;overflow:auto;padding-right:15px}.article-gallery-modal .article-gallery-text span::-webkit-scrollbar{width:4px}.article-gallery-modal .article-gallery-text span::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:2px}.article-gallery-modal .article-gallery-text~.article-gallery-img{border-radius:0}.article-gallery-modal .article-gallery-text~.article-gallery-img img{max-height:calc(var(--vh, 1vh)*100 - 260px)}.article-gallery-modal .article-gallery-load{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;opacity:0;transition:opacity .3s ease-in-out;z-index:0}.article-gallery-modal .article-gallery-load svg{width:100%;height:100%;fill:#fff}.article-gallery-modal .article-gallery-load svg path:last-child{transform-origin:center;animation:rotatePath .5s linear infinite}.modal[id*=article-gallery-].is-max .modal-overlay{align-items:center}.modal[id*=article-gallery-].is-loading .article-gallery-modal{background-color:rgba(0,0,0,.1);transition:none}.modal[id*=article-gallery-].is-loading .article-gallery-img,.modal[id*=article-gallery-].is-loading .article-gallery-text{opacity:0;transition:none}.modal[id*=article-gallery-].is-loading .article-gallery-load{opacity:1;transition:none}.modal[id*=article-gallery-] .modal-wrap{display:flex;width:calc(100% - 30px);max-height:calc(var(--vh, 1vh)*100 - 140px);background:none;box-shadow:none;padding:0;margin:45px 0 95px}@media only screen and (min-width:1100px){.article-gallery .swiper-slide{width:calc(33.33333% - 10.66px)}.article-gallery .swiper-slide:not(:last-child){margin:0 16px 0 0}.article-gallery .swiper-slide:nth-child(4) .reward-box-wrap{box-shadow:none}.article-gallery .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img,.article-gallery .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img,.article-gallery .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img{box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.article-gallery .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img:hover,.article-gallery .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img:hover,.article-gallery .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .article-gallery-img:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.article-gallery .swiper-slide-next+.swiper-slide+.swiper-slide .article-gallery-img,.article-gallery .swiper-slide-prev .article-gallery-img{box-shadow:none}.article-gallery .swiper-button-next,.article-gallery .swiper-button-prev{display:flex}.article-gallery-img{width:100%}.article-gallery-modal .swiper-container{border-radius:8px;padding:0;margin:0}.article-gallery-modal .swiper-slide{height:auto}.article-gallery-modal .swiper-button-next,.article-gallery-modal .swiper-button-prev{top:calc(50% - 75px);width:50px;height:150px}.article-gallery-modal .swiper-button-next:hover,.article-gallery-modal .swiper-button-prev:hover,body.dark-theme .article-gallery-modal .swiper-button-next:hover,body.dark-theme .article-gallery-modal .swiper-button-prev:hover{background:var(--primary-color)}.article-gallery-modal .swiper-button-next svg,.article-gallery-modal .swiper-button-prev svg{width:20px;height:20px}.article-gallery-modal .swiper-button-next{right:-65px}.article-gallery-modal .swiper-button-prev{left:-65px}.article-gallery-modal .swiper-pagination-bullets{display:flex;align-items:center;justify-content:center;right:0;bottom:-25px;left:0;height:10px}.article-gallery-modal .swiper-pagination-bullet{width:10px;height:10px;background-color:var(--gray-color);outline:none;opacity:.7;transition:all .3s ease-in-out;margin:0 5px}.article-gallery-modal .swiper-pagination-bullet-active{background-color:#fff;box-shadow:0 0 5px -2px hsla(0,0%,100%,.5);opacity:1}.article-gallery-modal .article-gallery-img{width:auto}.article-gallery-modal .article-gallery-img picture{width:100%}.article-gallery-modal .article-gallery-img img{width:100%;height:auto;max-width:100%;max-height:85vh;-o-object-fit:cover;object-fit:cover}.article-gallery-modal .article-gallery-text span{max-height:80px}.article-gallery-modal .article-gallery-text~.article-gallery-img img{max-height:calc(85vh - 100px)}.article-gallery-modal .article-gallery-load{top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px}.modal[id*=article-gallery-] .modal-wrap{display:block;width:auto;max-width:85vw;max-height:none;transition:width .3s ease;margin:0}}@media only screen and (max-width:374px){.article-gallery .swiper-slide:not(:last-child){margin:0 10px 0 0}}.critic{position:relative;border-radius:10px;margin:20px 0;padding:0 15px}.critic:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--primary-color);border-radius:10px;z-index:0}.critic-expandable .critic-text{max-height:300.8px}.critic-title,.critic .workarea-text{position:relative;z-index:1}.critic-title{color:#fff;font-size:24px;font-weight:700;background-color:var(--primary-color);border-radius:10px 10px 0 0;padding:15px}.critic-item{display:block;text-align:center;text-decoration:none}.critic-item-img{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:url(/local/templates/main/img/icons/user_o.svg) no-repeat 50%;background-color:#d8d8d8;background-size:70%;margin:0 auto 10px}body.dark-theme .critic-item-img{background-color:transparent}.critic-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin:0!important}.critic-item-img img.has-placeholder{display:none}.critic-item-name{font-size:18px;font-weight:700}.critic-item-source{color:var(--gray-color);margin:5px 0 0}.critic-text{display:block!important;opacity:1!important;overflow:hidden;transition:max-height .3s ease-in-out}.critic .workarea-text{padding:20px 15px 15px}.critic .workarea-text.is-open .critic-text{max-height:1400px}.critic .workarea-text blockquote{color:var(--main-font-color);font-size:18px;font-weight:400;line-height:1.56;padding:0;margin:20px 0}.critic .workarea-text blockquote:before{bottom:-14px}.critic .workarea-text blockquote:after{top:-14px}.critic .overview-expand{margin-top:15px}.critic .overview-expand:before{content:"";position:absolute;right:15px;bottom:15px;left:15px;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),var(--main-background-color) 55%);height:80px;transition:all .3s ease-in-out}.critic .overview-expand.is-active{margin-top:0}.critic .overview-expand.is-active:before{opacity:0}.critic .overview-expand-text{display:block}a.critic-item{color:var(--main-font-color)}a.critic-item,a.critic-item:focus,a.critic-item:hover{text-decoration:none}a.critic-item:focus .critic-item-name,a.critic-item:hover .critic-item-name{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}a.critic-item .critic-item-name{text-decoration:underline;transition:all .3s ease-in-out}.overview-block-title+.critic{margin:0}@media only screen and (min-width:1100px){.critic-title{font-size:28px;padding:24px 20px}.critic .workarea-text{padding:25px}.critic .workarea-text blockquote{padding:0 25px}.critic .workarea-text blockquote:before{bottom:0}.critic .workarea-text blockquote:after{top:0}.critic .overview-expand:before{height:100px}}.reward-box{position:relative;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;background-color:#fff;transition:.3s ease}body.dark-theme .reward-box{background-color:#252525;--primary-color:#8059b9}.reward-box-top{height:120px;position:relative}.reward-box-top.reward-box-top-promocode .reward-box-image{max-height:90px}.reward-box-top.reward-box-top-promocode .reward-box-image.reward-box-image-with-placeholder img{margin-top:10px}.reward-box-header{width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--success-color);color:#fff;cursor:pointer;transition:background-color .3s ease-in-out;padding:4px 10px}.reward-box-header .name{opacity:.8;font-size:12px;margin-right:5px}.reward-box-header .value{font-size:12px;font-weight:700;margin-right:5px}.reward-box-header .icon{width:20px;height:20px;background-color:rgba(0,0,0,.2);display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .3s ease}.reward-box-header .icon svg{width:12px;height:12px}.reward-box-header.copied .value{font-size:12px}.reward-box-header.copied .name{display:none}@media screen and (min-width:1100px){.reward-box-header:hover{background-color:#1a873b}}.reward-box-image{display:block;color:#000;position:relative;height:100%;overflow:hidden;background:rgba(96,30,192,.1)}.reward-box-image img{width:100%;height:100%}.reward-box-image img:not(.has-placeholder){-o-object-fit:cover;object-fit:cover}.reward-box-image img.has-placeholder{-o-object-fit:scale-down;object-fit:scale-down}.reward-box-image.reward-box-image-with-placeholder{z-index:1}.reward-box-image.reward-box-image-with-placeholder img{max-width:186px;height:auto;margin:25px auto 0}.reward-box-badge{position:absolute;left:15px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06);border-radius:4px;font-size:9px;padding:4px 5px}.reward-box-badge svg{color:#979797;margin-right:5px;width:10px;height:10px}.reward-box-body{padding-top:10px;padding-left:15px;padding-right:15px;z-index:2}body.dark-theme .reward-box-body{padding-top:0;padding-left:0;padding-right:0}.reward-box-bk{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}body.dark-theme .reward-box-bk{background-color:#fff;padding:8px;justify-content:space-around}body.dark-theme .reward-box-bk:empty,body.dark-theme .reward-box-bk:not(:has(img)){background-color:transparent}.reward-box-bk img{max-height:24px}.reward-box-exclusive{background-color:var(--primary-color);color:#fff;padding:3px 7px;font-size:9px;font-weight:700;line-height:1.4;border-radius:4px}.reward-box-feature{display:flex;align-items:center;justify-content:center;width:100%;background-color:rgba(32,169,74,.08);color:var(--success-color);font-weight:700;font-size:14px;line-height:1.3;margin:0 0 8px;border-radius:8px;padding:4px 10px}body.dark-theme .reward-box-feature{margin-left:16px;margin-right:16px;width:auto;background-color:transparent;border:1px solid #0abf36;border-radius:6px}.reward-box-feature svg{width:14px;height:14px;fill:var(--success-color);margin-right:8px}.reward-box-desc{margin:8px 0;font-size:14px;line-height:1.45;color:#000}body.dark-theme .reward-box-desc{color:#fff;margin:12px 16px}.reward-box-bottom{align-items:flex-end;position:relative;padding-left:15px;padding-right:15px;z-index:2}.reward-box-bottom,.reward-box-tags{display:flex;flex-wrap:wrap;flex-grow:1}.reward-box-tags{align-self:flex-start;margin-right:20px}@media screen and (min-width:1100px){.reward-box-tags{margin-right:0}}.reward-box-tag{display:inline-block;background-color:#f7f7f7;color:#999;padding:4px 8px;font-size:12px;line-height:1.2;margin-bottom:7px;border-radius:4px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis;text-align:center}body.dark-theme .reward-box-tag{background-color:#e9e9e9;color:var(--primary-darkgrey);font-size:10px;text-transform:uppercase;padding:6px}.reward-box-tag:not(:last-child){margin-right:8px}.reward-box-link{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;color:var(--primary-color);font-weight:700;font-size:14px}body.dark-theme .reward-box-link{font-size:11px;margin-top:5px;margin-bottom:12px}.reward-box-link svg{width:9px;height:9px;fill:var(--primary-color)}.reward-box-link:hover{color:var(--success-color)}.reward-box-link:hover svg{fill:var(--success-color)}.reward-box-btn{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:700;line-height:1.15;padding:9px;z-index:2}body.dark-theme .reward-box-btn{text-transform:uppercase;font-size:12px;line-height:12px;padding:12px 9px}.reward-box-btn:hover{background-color:var(--success-color)}.reward-box-period{color:#7f7f7f;font-size:10px;margin-bottom:7px}.reward-box-type{display:flex;align-items:center}.reward-box-type .name{color:#7f7f7f;font-weight:700;font-size:10px}.reward-box-type .badge{margin-left:5px;background-color:#d0021b;border-radius:4px;color:#fff;padding:1px 5px;font-size:9px;display:inline-flex;align-items:center;justify-content:center;height:15px}.reward-box.is-highlight:after{content:"";position:absolute;border:1px solid var(--primary-color);width:100%;height:100%;top:0;left:0;border-radius:8px 8px 0 0;z-index:1}.reward-box.is-highlight .reward-box-top{border:1px solid #601dc0;border-bottom:0;border-radius:8px 8px 0 0;overflow:hidden;z-index:2}.reward-box.reward-box-disabled .reward-box-btn,.reward-box.reward-box-disabled .reward-box-btn:hover{background:#e9e9e9;color:#999}.reward-box.reward-box-short .reward-box-body{flex-grow:1}.reward-box.reward-box-short .reward-box-desc{font-weight:700;font-size:12px;line-height:1.25}.reward-box.reward-box-short .reward-box-btn{font-size:12px}.reward-box.reward-box-more .reward-box-wrap{height:100%}.reward-box.reward-box-more .reward-box-more-link{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.reward-box.reward-box-more .reward-box-more-icon{width:80px;height:80px;border-radius:50%;background-color:#f7f7f7;display:inline-flex;align-items:center;justify-content:center;margin-bottom:30px}.reward-box.reward-box-more .reward-box-more-icon svg{width:24px;height:24px;fill:#999}.reward-box.reward-box-more .reward-box-more-text{font-size:16px;line-height:1.375;font-weight:700;color:#000;text-align:center}.reward-box.reward-box-more:hover .reward-box-more-icon{background-color:var(--primary-color)}.reward-box.reward-box-more:hover .reward-box-more-icon svg{fill:#fff}.reward-box:hover{box-shadow:0 4px 20px -10px rgba(0,0,0,.8)}.reward-carousel{position:relative;margin:40px 0}.reward-carousel-title{position:relative;color:var(--main-font-color);font-size:22px;font-weight:700;margin:0 0 15px;z-index:2}@media screen and (min-width:1100px){.reward-carousel-title{font-size:24px;margin:0 0 20px}}.reward-carousel-title a{display:flex;align-items:flex-end;justify-content:space-between;color:inherit}.reward-carousel-title a:hover span:last-child{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.reward-carousel-more{display:flex;align-items:center;justify-content:center;width:100%;height:30px;color:var(--main-font-color);font-size:14px;font-weight:700;border:2px solid var(--light-border-color);border-radius:6px;padding:0 0 2px;margin:20px 0 0}.reward-carousel-more:hover{color:var(--primary-color);border:2px solid var(--primary-color)}.reward-best,.reward-carousel{--button-bg:#fff;--button-icon-color:#000}body.dark-theme .reward-best,body.dark-theme .reward-carousel{--button-bg:#161618;--button-icon-color:#fff}.reward-best .swiper-container,.reward-carousel .swiper-container{padding:15px;margin:-15px}@media screen and (min-width:1100px){.reward-best .swiper-container,.reward-carousel .swiper-container{padding:20px 15px;margin:-20px -15px}}.reward-best .swiper-slide,.reward-carousel .swiper-slide{width:216px;height:auto;transition:.3s ease}@media screen and (min-width:1100px){.reward-best .swiper-slide:not(.swiper-slide-visible) .reward-box,.reward-carousel .swiper-slide:not(.swiper-slide-visible) .reward-box{box-shadow:none}}.reward-best .swiper-slide:not(:last-child),.reward-carousel .swiper-slide:not(:last-child){margin:0 15px 0 0}@media screen and (min-width:1100px){.reward-best .swiper-slide:not(:last-child),.reward-carousel .swiper-slide:not(:last-child){margin:0 16px 0 0}}.reward-best .swiper-button-next,.reward-best .swiper-button-prev,.reward-carousel .swiper-button-next,.reward-carousel .swiper-button-prev{display:none}@media only screen and (min-width:1100px){.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-box-wrap{box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-box:hover .reward-box-wrap{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary .reward-box-wrap{box-shadow:0 0 10px -5px var(--primary-color)}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap{box-shadow:0 0 10px 0 rgba(69,23,136,.5)}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-primary:hover .reward-box-wrap:before{border-color:#451788}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-danger .reward-box-wrap{box-shadow:0 0 10px -5px var(--danger-color)}.reward-best .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap,.reward-best .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap,.reward-best .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap,.reward-carousel .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap,.reward-carousel .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .reward-danger:hover .reward-box-wrap{box-shadow:0 0 10px 0 rgba(208,2,27,.5)}.reward-best .swiper-slide-next+.swiper-slide+.swiper-slide .reward-box-wrap,.reward-best .swiper-slide-prev .reward-box-wrap,.reward-carousel .swiper-slide-next+.swiper-slide+.swiper-slide .reward-box-wrap,.reward-carousel .swiper-slide-prev .reward-box-wrap{box-shadow:none}.reward-best .swiper-button-next,.reward-best .swiper-button-prev,.reward-carousel .swiper-button-next,.reward-carousel .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--button-bg);border:1px solid transparent;border-radius:50%;box-shadow:0 0 3px 0 rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}body.dark-theme .reward-best .swiper-button-next,body.dark-theme .reward-best .swiper-button-prev,body.dark-theme .reward-carousel .swiper-button-next,body.dark-theme .reward-carousel .swiper-button-prev{border:1px solid var(--primary-color);box-shadow:0 0 5px 0 #000}body.dark-theme .reward-best .swiper-button-next:hover,body.dark-theme .reward-best .swiper-button-prev:hover,body.dark-theme .reward-carousel .swiper-button-next:hover,body.dark-theme .reward-carousel .swiper-button-prev:hover{background:var(--primary-color)}body.dark-theme .reward-best .swiper-button-next:hover svg,body.dark-theme .reward-best .swiper-button-prev:hover svg,body.dark-theme .reward-carousel .swiper-button-next:hover svg,body.dark-theme .reward-carousel .swiper-button-prev:hover svg{fill:#fff}.reward-best .swiper-button-next:hover,.reward-best .swiper-button-prev:hover,.reward-carousel .swiper-button-next:hover,.reward-carousel .swiper-button-prev:hover{border:1px solid var(--primary-color)}.reward-best .swiper-button-next:hover svg,.reward-best .swiper-button-prev:hover svg,.reward-carousel .swiper-button-next:hover svg,.reward-carousel .swiper-button-prev:hover svg{fill:var(--primary-color)}.reward-best .swiper-button-next.swiper-button-disabled,.reward-best .swiper-button-prev.swiper-button-disabled,.reward-carousel .swiper-button-next.swiper-button-disabled,.reward-carousel .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.reward-best .swiper-button-next svg,.reward-best .swiper-button-prev svg,.reward-carousel .swiper-button-next svg,.reward-carousel .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.reward-best .swiper-button-next,.reward-carousel .swiper-button-next{right:2px}.reward-best .swiper-button-prev,.reward-carousel .swiper-button-prev{left:2px}.reward-best .swiper-button-prev svg,.reward-carousel .swiper-button-prev svg{transform:rotate(180deg)}}@media only screen and (max-width:374px){.reward-carousel-title{font-size:16px;margin:0 0 10px}.reward-carousel-title a span:first-child{max-width:195px}.reward-carousel-title a span:last-child{font-size:15px}.reward-best .swiper-slide,.reward-carousel .swiper-slide{width:246px}.reward-best .swiper-slide:not(:last-child),.reward-carousel .swiper-slide:not(:last-child){margin:0 10px 0 0}}.line-chart{position:relative;padding-bottom:10px;margin-bottom:22px}.line-chart:after{content:"";width:100%;height:4px;background-color:#eee;border-radius:6px;position:absolute;bottom:0;left:0}body.dark-theme .line-chart:after{background-color:#26292c}.line-chart-box{display:flex;justify-content:space-between;align-items:center}.line-chart-name{font-size:14px;color:var(--gray-color)}.line-chart-value{font-weight:700;font-size:16px}.line-chart-progress{height:4px;border-radius:6px;position:absolute;bottom:0;left:0;z-index:1;transition:.3s ease-in-out}.line-chart-progress.is-success{background-color:#20a980}.line-chart-progress.is-above-average{background-color:#32a920}.line-chart-progress.is-average{background-color:#f5a623}.line-chart-progress.is-above-danger{background-color:#d07202}.line-chart-progress.is-danger{background-color:#d0021b}.assessment-tabHead{display:none}.assessment-tabBody{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px}.assessment-tabBody::-webkit-scrollbar{display:none}.assessment-tabScroll{display:flex;align-items:stretch}.assessment-tabBlock{display:flex;flex-flow:column wrap;width:315px;background-color:#fff;border:1px solid #e8e8e8;border-radius:var(--border-radius);padding:15px}body.dark-theme .assessment-tabBlock{background-color:transparent;border-color:#393b40}.assessment-tabBlock:not(:last-child){margin:0 15px 0 0}.assessment-body{display:flex;flex-wrap:wrap}@media only screen and (max-width:1099px){.assessment-body{margin-top:12px}}.assessment-body-title{font-weight:700;font-size:16px;margin-top:20px}.assessment-item{order:-2;display:flex;align-items:center}.assessment-item-meta{display:flex;align-items:center;justify-content:center;width:35px;font-size:18px;font-weight:700;line-height:35px;color:#fff;background-color:#601dc0;border-radius:var(--border-radius);margin:0 12px 0 0}body.dark-theme .assessment-item-meta{margin:0 20px 0 0}.assessment-item-meta.is-success{background-color:#20a94a}.assessment-item-meta.is-average{background-color:#f5a623}.assessment-item-meta.is-danger{background-color:#d0021b}.assessment-item-logo{display:flex;width:195px}.assessment-item-logo img{max-width:100%;max-height:28px;width:auto;height:auto;margin:0}.assessment-quote{margin:20px 0 0}.assessment-quote blockquote{font-size:14px;line-height:1.43;padding:0 20px}body.dark-theme .assessment-quote blockquote{color:var(--success-color)}body.dark-theme .assessment-quote blockquote:after,body.dark-theme .assessment-quote blockquote:before{background-image:url(/local/templates/main/img/icons/quote-dark-theme.svg)}.assessment-feature{margin-top:24px;min-width:100%}.assessment-feature-row{display:flex;flex-wrap:wrap}.assessment-feature-row .line-chart{width:100%}@media only screen and (min-width:1100px){.assessment-tabHead{position:relative;overflow:visible;display:flex;padding:0;margin:0 0 20px;z-index:1}.assessment-tabHead:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;border-bottom:1px solid #e8e8e8;z-index:-1}body.dark-theme .assessment-tabHead:before{border-bottom-color:#393b40}.assessment-tabScroll{position:relative;display:flex;overflow:auto;width:100%;-ms-overflow-style:none;scrollbar-width:none}.assessment-tabScroll::-webkit-scrollbar{display:none}.assessment-tabBody{display:block;overflow:visible;padding:0;margin:0}.assessment-tabBlock{display:none;width:100%;border:none;padding:0}.assessment-tabBlock:not(:last-child){margin:0}.assessment-tabBlock.is-open{display:flex}.assessment-tab-next,.assessment-tab-prev{position:absolute;display:none;align-items:center;justify-content:center;top:calc(50% - 18px);width:26px;height:26px;outline:none;background:none;border-radius:50%;transition:none;z-index:5}.assessment-tab-next:after,.assessment-tab-next:before,.assessment-tab-prev:after,.assessment-tab-prev:before{content:"";position:absolute;right:0;left:0}.assessment-tab-next:before,.assessment-tab-prev:before{top:0;bottom:0;background-color:var(--button-bg);border:1px solid transparent;box-shadow:0 0 15px -5px rgba(0,0,0,.5);border-radius:50%;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;z-index:-1}body.dark-theme .assessment-tab-next:before,body.dark-theme .assessment-tab-prev:before{border-color:var(--primary-color)}.assessment-tab-next:after,.assessment-tab-prev:after{top:-10px;bottom:-10px;z-index:-2}.assessment-tab-next:hover:before,.assessment-tab-prev:hover:before{border-color:var(--primary-color)}body.dark-theme .assessment-tab-next:hover:before,body.dark-theme .assessment-tab-prev:hover:before{border-color:var(--primary-color);background-color:var(--primary-color)}.assessment-tab-next:hover svg,.assessment-tab-prev:hover svg{fill:var(--primary-color)}body.dark-theme .assessment-tab-next:hover svg,body.dark-theme .assessment-tab-prev:hover svg{fill:#fff}.assessment-tab-next svg,.assessment-tab-prev svg{width:10px;height:10px;fill:var(--button-icon-color)}.assessment-tab-next{right:0}.assessment-tab-next:after{left:-30px;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 80%)}body.dark-theme .assessment-tab-next:after{background:linear-gradient(90deg,transparent,#000 80%)}.assessment-tab-prev{left:0}.assessment-tab-prev:after{right:-30px;background:linear-gradient(-90deg,hsla(0,0%,100%,0),#fff 80%)}body.dark-theme .assessment-tab-prev:after{background:linear-gradient(-90deg,transparent,#000 80%)}.assessment-tab-prev svg{transform:rotate(-180deg)}.assessment-name,.assessment a.assessment-name,.assessment button.assessment-name{position:relative;font-size:16px;font-weight:700;white-space:nowrap;color:var(--gray-color);padding:0 0 10px;transition:.3s ease-in-out;background:none}body.dark-theme .assessment-name,body.dark-theme .assessment a.assessment-name,body.dark-theme .assessment button.assessment-name{color:var(--gray-color);text-decoration:none}body.dark-theme .assessment-name.is-select,body.dark-theme .assessment a.assessment-name.is-select,body.dark-theme .assessment button.assessment-name.is-select{color:#fff}.assessment-name:before,.assessment a.assessment-name:before,.assessment button.assessment-name:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background:none;border-bottom:1px solid var(--primary-color);z-index:-1;transition:.3s ease-in-out}.assessment-name.is-select,.assessment-name:hover,.assessment a.assessment-name.is-select,.assessment a.assessment-name:hover,.assessment button.assessment-name.is-select,.assessment button.assessment-name:hover{color:#000}.assessment-name.is-select:before,.assessment a.assessment-name.is-select:before,.assessment button.assessment-name.is-select:before{width:100%}.assessment-name:not(:last-child),.assessment a.assessment-name:not(:last-child),.assessment button.assessment-name:not(:last-child){margin:0 20px 0 0}.assessment-item-meta{width:40px;font-size:20px;line-height:40px;margin:0 10px 0 0}.assessment-item-logo{flex-grow:2;width:50%}.assessment-item-logo img{max-height:20px}.assessment-toggle{position:absolute;display:flex;align-items:center;justify-content:center;top:15px;right:15px;bottom:15px;width:24px;background:none;border:1px solid #e8e8e8;border-radius:4px}.assessment-toggle:hover{border:1px solid var(--gray-color)}.assessment-toggle:hover svg{fill:var(--gray-color)}.assessment-toggle.is-active svg{transform:rotate(-90deg)}.assessment-toggle-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:-1px;left:-1px;right:-1px;height:24px}.assessment-toggle-icon svg{width:12px;height:12px;fill:#e8e8e8;transform:rotate(90deg)}.assessment-quote{margin:30px 0 0}.assessment-quote blockquote{font-size:18px;line-height:1.56;padding:0 30px}.assessment-body{flex-wrap:nowrap}.assessment-body-info{flex-shrink:0;width:230px;padding-right:60px}.assessment-body-title{font-size:14px;margin-left:52px;margin-top:8px}.assessment-feature{min-width:auto;margin-top:0}.assessment-feature-row{column-gap:50px}.assessment-feature-row .line-chart{width:200px}}@media only screen and (max-width:374px){.assessment-tabBlock{width:260px}.assessment-item-logo{width:145px}.assessment-item-logo img{max-height:23px}}.payment-tab-title{margin:40px 0 15px}.payment-tabHead{display:flex;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:20px -15px 15px}.payment-tabHead::-webkit-scrollbar{display:none}.payment-tabHead:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.payment-tabScroll{position:relative;display:flex;align-items:stretch;border-radius:8px}.payment-tabScroll:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--border-color);border-radius:8px;z-index:0}.payment-tabBlock{display:none}.payment-tabBlock.is-open{display:block}.payment-item{position:relative;display:flex;align-items:center;justify-content:center;width:128px;height:54px;border:1px solid transparent;border-radius:8px;filter:grayscale(1);background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .3s ease-in-out;z-index:1}.payment-item.is-select,.payment-item:hover{filter:grayscale(0)}.payment-item.is-select{border:1px solid var(--gray-color)}body.dark-theme .payment-item.is-select{border:1px solid #601dc0}.payment-item-img{display:flex;align-items:center;justify-content:center;width:70px;margin:0 auto}.payment-item-img img{max-width:100%;max-height:25px;-webkit-user-select:none;user-select:none}.payment-toggle{display:none}.payment-info:not(:last-child){margin:0 0 20px}.payment-title{display:flex;align-items:center;font-size:18px;font-weight:700;margin:0 0 -10px}.payment-title svg{width:31px;height:31px;margin:0 10px 0 0}body.dark-theme .payment-title svg{fill:#fff}.payment-list{display:flex;justify-content:space-between;flex-flow:wrap}.payment-list-item{width:50%;margin:20px 0 0}.payment-list-label{color:var(--gray-color);margin:0 0 10px}.payment-list-text{font-weight:700}.payment-help{display:flex;justify-content:space-between;margin:25px 0 0}.payment-help-note{display:flex;color:var(--gray-color);font-size:14px}.payment-help-note:first-child{width:60%}.payment-help-note span{height:15px;font-size:18px;font-weight:700;line-height:1;padding:2px 0 0;margin:0 10px 0 0}@media only screen and (min-width:1100px){.payment-tabHead.expandable{padding-right:54px}}@media only screen and (min-width:1100px) and (min-width:1100px){.payment-tabHead.expandable:not(.is-active) .payment-item:nth-child(n+6){pointer-events:none}}@media only screen and (min-width:1100px){.payment-tabHead{position:relative;display:flex;max-height:54px;border-radius:8px;overflow:hidden;padding:0;transition:all .3s ease-in-out;margin:20px 0 15px}.payment-tabHead:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--border-color);border-radius:8px;z-index:0}.payment-tabHead:after{display:none}.payment-tabHead:hover .payment-item:not(.is-select){filter:grayscale(1)}body.dark-theme .payment-tabHead:hover .payment-item{border:1px solid transparent}body.dark-theme .payment-tabHead:hover .payment-item:hover{border:1px solid #601dc0}.payment-tabHead:hover .payment-item:hover{border:1px solid var(--gray-color);filter:grayscale(0)}.payment-tabHead.is-active{max-height:360px;padding:0 54px 15px 15px}.payment-tabHead.is-active .payment-item{margin:15px 0 0}.payment-tabScroll{width:100%;flex-flow:wrap}.payment-tabScroll:before{display:none}.payment-item{width:20%}.payment-toggle{position:absolute;display:flex;align-items:center;justify-content:center;top:15px;right:15px;bottom:15px;width:24px;background-color:transparent;border:1px solid var(--border-color);border-radius:4px}.payment-toggle:hover{border:1px solid var(--gray-color)}body.dark-theme .payment-toggle:hover{border:1px solid #20a94a}body.dark-theme .payment-toggle:hover svg{fill:#20a94a}.payment-toggle:hover svg{fill:var(--gray-color)}.payment-toggle.is-active svg{transform:rotate(-90deg)}.payment-toggle-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:-1px;left:-1px;right:-1px;height:24px}.payment-toggle-icon svg{width:12px;height:12px;fill:var(--border-color);transform:rotate(90deg)}.payment-row{display:flex}.payment-info{width:50%}.payment-info:not(:last-child){margin:0}.payment-help{justify-content:flex-start;margin:30px 0 0}.payment-help-note{align-items:center}.payment-help-note:first-child{width:65%}.payment-help-note span{padding:0}}@media only screen and (max-width:374px){.payment-list-item{width:40%}}.faq{margin-bottom:20px}.faq:last-child{margin-bottom:0}.faq-title{font-size:20px;font-weight:700}.faq-title+.faq-search{margin:15px 0 5px}.faq-search{display:flex;align-items:center;box-shadow:0 0 20px -10px rgba(167,176,181,.5);border-radius:8px;margin:0 0 5px}body.dark-theme .faq-search{box-shadow:0 2px 30px -10px rgba(0,0,0,.5)}.faq-input{display:block;flex-grow:2;width:50%;height:40px;font:15px/1 Helvetica,Arial,sans-serif;color:#000;background:#fff;border:none;border-radius:8px 0 0 8px;-webkit-appearance:none;padding:0 15px}body.dark-theme .faq-input{color:#fff;background:#393b40}.faq-input::placeholder{color:var(--gray-color);transition:all .3s ease-in-out}.faq-input:focus::placeholder{color:transparent}body.arabic-version .faq-input{direction:rtl;text-align:right}.faq-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#601dc0;border-radius:0 8px 8px 0}.faq-btn svg{width:16px;height:16px;fill:#fff}body.arabic-version .faq-block{direction:rtl;text-align:right}.faq-item{position:relative;padding:15px 0}.faq-item:after{content:"";position:absolute;display:none;top:0;right:0;left:0;height:1px;background:var(--border-color)}.faq-item:not(:first-child):after{display:block}.faq-item.is-show:after{display:none}.faq-item-question{display:block;color:var(--main-font-color);font-weight:700;margin:0 0 10px}.faq-item-answer{font-size:15px;line-height:1.73}.faq-hidden{display:none}.faq-hidden .faq-item:first-child:after{display:block}.faq-hidden .faq-item:first-child.is-show:after,.faq-nothing{display:none}.faq-nothing-note{color:var(--danger-color);font-size:15px;margin:15px 0 30px}.faq-nothing-title{font-size:18px;font-weight:700}.faq-nothing-item{display:block;color:var(--main-font-color);font-size:15px;text-decoration:underline;margin:15px 0}.faq-nothing-item:hover{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.faq-disable{text-decoration:none}@media only screen and (min-width:1100px){.faq-title{font-size:22px}.faq-title+.faq-search{margin:20px 0 15px}.faq-search{margin:0 0 15px}.faq-btn:hover{background:#451788}.faq-item{padding:20px 0}.faq-item-question:not(span):hover{color:#20a94a}.faq-item-answer{padding:0 15px}.faq-nothing-item:hover{color:#20a94a}}.sentiment-graph{position:relative}.sentiment-graph:after{content:"";position:absolute;top:-10px;right:-15px;bottom:0;left:-15px;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:8px;opacity:1;visibility:visible;transition:all .3s ease-in-out;transition-delay:0s;z-index:11}.sentiment-graph.is-loaded .sentiment-graph-load,.sentiment-graph.is-loaded:after{opacity:0;visibility:hidden;transition-delay:.3s}.sentiment-graph.is-loaded .sentiment-graph-wrap>div:first-child{height:100%;transition-delay:.5s}.sentiment-graph-load{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;transition:all .3s ease-in-out;transition-delay:0s;z-index:12}.sentiment-graph-load:after,.sentiment-graph-load:before{content:"";position:absolute;width:100%;height:100%;border:3px solid var(--primary-color);border-radius:50%}.sentiment-graph-load:before{opacity:.2}.sentiment-graph-load:after{border-color:transparent;border-top-color:var(--primary-color);animation:rotatePath .5s linear infinite}.sentiment-graph-load svg{display:none;width:100%;height:100%;fill:var(--primary-color)}.sentiment-graph-load svg path:last-child{transform-origin:center;animation:rotatePath .5s linear infinite}.sentiment-graph-tool{display:none;flex-flow:wrap}.sentiment-graph-navigation{display:none;align-items:center;width:100%;margin:0 0 15px}.sentiment-graph-navigation-item{position:relative;color:#9499a0;font-size:14px;line-height:1;transition:all .3s ease-in-out}.sentiment-graph-navigation-item:not(:last-child){margin:0 15px 0 0}.sentiment-graph-navigation-item:not(:last-child):after{content:"/";position:absolute;top:calc(50% - 7px);right:-9px;color:#9499a0}.sentiment-graph-navigation-item:not(:last-child):hover{color:var(--primary-color)}.sentiment-graph-navigation-item:not(:first-child){text-transform:lowercase}.sentiment-graph-back{display:none;align-items:center;justify-content:center;height:40px;color:#000;background:#e8e8e8;border-radius:8px;transition:all .3s ease-in-out;padding:0 20px 0 5px}.sentiment-graph-back-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0 10px 0 0}.sentiment-graph-back-arrow svg{width:10px;height:10px;fill:#000;transform:rotate(180deg)}@media (hover){.sentiment-graph-back:hover{color:var(--primary-color)}.sentiment-graph-back:hover .sentiment-graph-back-arrow svg{fill:var(--primary-color)}}.sentiment-graph-block{padding:0 15px;margin:0 -15px}.sentiment-graph-head{position:relative;display:flex;align-items:center;flex-flow:wrap;padding:0 30px 0 0;margin:0 0 10px}.sentiment-graph-title{position:relative}.sentiment-graph-title.is-danger,.sentiment-graph-title.is-success{display:flex;align-items:center;padding:0 0 0 26px}.sentiment-graph-title.is-danger:after,.sentiment-graph-title.is-success:after{content:"";position:absolute;top:calc(50% - 8px);left:0;width:16px;height:16px;border-radius:50%}.sentiment-graph-title.is-success:after{background:#bfffd5;border:2px solid var(--success-color)}.sentiment-graph-title.is-danger:after{background:#ffc2c9;border:2px solid var(--danger-color)}.sentiment-graph-row{display:flex;align-items:center;width:100%;margin:10px 0 0}.sentiment-graph-status{position:relative;display:flex;align-items:center;color:var(--gray-color);font-size:12px;padding:0 0 0 25px}body.gray-theme .sentiment-graph-status{color:var(--low-accent-color)}.sentiment-graph-status:after{content:"";position:absolute;top:calc(50% - 2px);left:0;width:15px;height:4px;border-radius:2px}.sentiment-graph-status:not(:last-child){margin:0 20px 0 0}.sentiment-graph-status:first-child:after{background:var(--success-color)}.sentiment-graph-status:last-child:after{background:var(--danger-color)}.sentiment-graph-help{position:absolute;top:-2px;right:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:15px;line-height:1;color:#fff;background:#dfdfdf;border-radius:50%;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .15s ease-in-out}body.gray-theme .sentiment-graph-help{color:var(--main-font-color);background:#eef1f7}body.gray-theme .sentiment-graph-help.is-hover{color:#fff;background:var(--primary-color)}.sentiment-graph-help.is-hover{background:var(--primary-color)}.sentiment-graph-body{padding:15px;margin:0 -15px;background:#fff}.sentiment-graph-body .sentiment-graph-tool{margin:15px 0 0}.sentiment-graph-body .sentiment-graph-navigation{display:none}.sentiment-graph-body .sentiment-graph-back{display:inline-flex}.sentiment-graph-wrap{position:relative;min-height:250px}.sentiment-graph-wrap>div:first-child{height:0}.sentiment-graph-indicator{position:absolute;top:0;left:-1px;width:2px;height:205px;background:linear-gradient(0deg,var(--danger-color) 50%,var(--success-color) 0);z-index:2}.sentiment-graph-bg{position:absolute;top:0;left:0;right:0;height:205px;z-index:0}.sentiment-graph-bg-half{height:50%}.sentiment-graph-bg-half.is-success,.sentiment-graph-bg-half:first-child{background:linear-gradient(180deg,rgba(191,255,213,.25),hsla(0,0%,100%,0))}.sentiment-graph-bg-half.is-danger,.sentiment-graph-bg-half:last-child{background:linear-gradient(180deg,rgba(255,227,230,0),rgba(255,194,201,.25))}.sentiment-graph-note{color:var(--gray-color);font-size:12px}body.gray-theme .sentiment-graph-note{color:var(--low-accent-color)}.sentiment-graph-list{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none;padding:0 15px;margin:0 -15px}.sentiment-graph-list::-webkit-scrollbar{display:none}.sentiment-graph-scroll{display:flex;align-items:center;min-height:44px}.sentiment-graph-scroll:after,.sentiment-graph-scroll:before{content:"";display:block}.sentiment-graph-scroll:before{width:12px;height:12px;border-radius:50%;margin:0 10px 0 0}.sentiment-graph-scroll:after{width:15px;height:auto}.sentiment-graph-scroll.is-success:before{background:var(--success-color)}.sentiment-graph-scroll.is-success .sentiment-graph-item span{color:var(--success-color)}@media (hover){.sentiment-graph-scroll.is-success .sentiment-graph-item:hover{color:#fff;background:var(--success-color);border:1px solid var(--success-color)}.sentiment-graph-scroll.is-success .sentiment-graph-item:hover span{color:#fff}}.sentiment-graph-scroll.is-success .sentiment-graph-item.is-hover{color:#fff;background:var(--success-color);border:1px solid var(--success-color)}.sentiment-graph-scroll.is-success .sentiment-graph-item.is-hover span{color:#fff}.sentiment-graph-scroll.is-success .sentiment-graph-item.is-focus{color:#fff;background:var(--success-color);border:1px solid var(--success-color)}.sentiment-graph-scroll.is-success .sentiment-graph-item.is-focus span{color:#fff}.sentiment-graph-scroll.is-danger:before{background:var(--danger-color)}.sentiment-graph-scroll.is-danger .sentiment-graph-item span{color:var(--danger-color)}@media (hover){.sentiment-graph-scroll.is-danger .sentiment-graph-item:hover{color:#fff;background:var(--danger-color);border:1px solid var(--danger-color)}.sentiment-graph-scroll.is-danger .sentiment-graph-item:hover span{color:#fff}}.sentiment-graph-scroll.is-danger .sentiment-graph-item.is-hover{color:#fff;background:var(--danger-color);border:1px solid var(--danger-color)}.sentiment-graph-scroll.is-danger .sentiment-graph-item.is-hover span{color:#fff}.sentiment-graph-scroll.is-danger .sentiment-graph-item.is-focus{color:#fff;background:var(--danger-color);border:1px solid var(--danger-color)}.sentiment-graph-scroll.is-danger .sentiment-graph-item.is-focus span{color:#fff}.sentiment-graph-item{display:flex;align-items:center;justify-content:center;width:max-content;height:34px;font-size:14px;line-height:1;color:var(--main-font-color);background:#fff;border:1px solid var(--border-color);box-shadow:0 0 10px -5px rgba(0,0,0,.2);border-radius:8px;padding:0 10px}body.gray-theme .sentiment-graph-item{box-shadow:none}.sentiment-graph-item span{transition:all .3s ease-in-out;margin:0 0 0 5px}.sentiment-graph-item:not(:last-child){margin:0 8px 0 0}.sentiment-graph-full{position:absolute;right:0;bottom:0;display:none;align-items:center;cursor:pointer;height:44px;line-height:1;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;color:var(--success-color);background:linear-gradient(90deg,transparent,#fff 53%);transition:color .3s ease-in-out,-webkit-text-decoration .3s ease-in-out;transition:color .3s ease-in-out,text-decoration .3s ease-in-out;transition:color .3s ease-in-out,text-decoration .3s ease-in-out,-webkit-text-decoration .3s ease-in-out;padding:0 0 0 130px}body.gray-theme .sentiment-graph-full{color:var(--primary-color)}body.gray-theme .sentiment-graph-full:hover{-webkit-text-decoration-color:var(--primary-color);text-decoration-color:var(--primary-color)}.sentiment-graph-full:hover{-webkit-text-decoration-color:var(--success-color);text-decoration-color:var(--success-color)}.sentiment-from{position:relative;margin:15px 0 0;z-index:22}.sentiment-from-title{margin:0 0 10px}.sentiment-from-field{position:relative;display:flex;flex-flow:wrap;margin:0 0 20px}.sentiment-from-list{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:20px 15px;margin:-20px -15px}.sentiment-from-list::-webkit-scrollbar{display:none}.sentiment-from-list:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.sentiment-from-list.is-active .bk-search-link,.sentiment-from-list.is-active .bk-search-scroll{opacity:0}.sentiment-from-scroll{display:flex;background:#fff;box-shadow:0 2px 20px -10px rgba(8,11,42,.5);border-radius:8px;transition:all .3s ease-in-out}.sentiment-from-item{display:flex;align-items:center;justify-content:center;width:145px;height:40px;text-decoration:underline;background:none;filter:grayscale(1);padding:0 10px}.sentiment-from-item:first-child{width:60px;border-radius:8px 0 0 8px}.sentiment-from-item:last-child{border-radius:0 8px 8px 0}.sentiment-from-item.is-select,.sentiment-from-item:hover{color:#601dc0;filter:grayscale(0)}.sentiment-from-item.is-select{background:#ededed}.sentiment-from-item img{max-width:100%;max-height:20px}.sentiment-from-hide,.sentiment-from-more{text-decoration:underline;background:none;margin:15px 0 0}.sentiment-from-hide:active,.sentiment-from-more:active{color:#601dc0}.sentiment-from-hide{width:100%;margin:10px 0}.sentiment-from-block{position:absolute;display:flex;flex-flow:column;top:55px;right:0;left:0;max-height:0;background:#fff;box-shadow:0 2px 20px -10px rgba(8,11,42,.5);border-radius:8px;transition:all .3s ease-in-out;overflow:hidden;padding:0;z-index:1}.sentiment-from-block.is-open{max-height:380px}.sentiment-from-block-wrap{overflow:auto}.sentiment-from-block-scroll{display:flex;flex-flow:wrap}.sentiment-from-block-scroll .sentiment-from-item{width:33.33333%;font-size:14px;word-break:break-all;padding:0 15px;margin:10px 0}.sentiment-from-block-scroll .sentiment-from-item:first-child,.sentiment-from-block-scroll .sentiment-from-item:last-child{border-radius:0}.sentiment-modal{text-align:left}.sentiment-modal-success{color:var(--success-color)}.sentiment-modal-danger{color:var(--danger-color)}.highcharts-background{fill:none}.highcharts-point{cursor:pointer;transition:fill .3s ease-in-out,stroke .3s ease-in-out}.highcharts-point.zone-yes{fill:#bfffd5;stroke:var(--success-color)}.highcharts-point.zone-no{fill:#ffc2c9;stroke:var(--danger-color)}.highcharts-axis-labels text{font-weight:400!important;transform:translateY(-5px)}.highcharts-data-label{cursor:pointer}.highcharts-data-label span:after{content:"";position:absolute;top:-10px;right:0;bottom:-25px;left:0}.highcharts-drillup-button{cursor:pointer}.highcharts-credits{display:none}@keyframes rotatePath{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media only screen and (min-width:1100px){.sentiment-graph:after{bottom:-5px}.sentiment-graph-tool{margin:0 0 20px}.sentiment-graph-navigation{display:flex}.sentiment-graph-back{display:inline-flex}.sentiment-graph-block{border-radius:8px;padding:0;margin:0}.sentiment-graph-head{justify-content:space-between;padding:0 50px 0 0;margin:0 0 20px}.sentiment-graph-row{width:auto;margin:0}.sentiment-graph-body{border-radius:8px;margin:0}.sentiment-graph-body .sentiment-graph-tool{margin:0}.sentiment-graph-body .sentiment-graph-back{display:none}.sentiment-graph-wrap{min-height:400px}.sentiment-graph-wrap>div:first-child{height:100%}.sentiment-graph-bg,.sentiment-graph-indicator{height:349px}.sentiment-graph-note{text-align:left}.sentiment-graph-list{display:block;max-height:54px;overflow:hidden;transition:all .3s ease-in-out;padding:5px 0;margin:-5px 0}.sentiment-graph-scroll{flex-flow:wrap;padding:0 0 0 20px}.sentiment-graph-scroll:before{margin:10px 10px 0 -20px}.sentiment-graph-item{border:1px solid transparent;border-radius:6px;padding:0 10px;margin:10px 10px 0 0}body.gray-theme .sentiment-graph-item{border:1px solid var(--border-color)}.sentiment-graph-item:not(:last-child){margin:10px 10px 0 0}.sentiment-from-title{margin:0 0 10px}.sentiment-from-field{flex-flow:row;background:#fff;box-shadow:0 2px 20px -10px rgba(8,11,42,.5);border-radius:8px}.sentiment-from-list{flex-grow:2;width:50%;padding:0;margin:0}.sentiment-from-list:after{display:none}.sentiment-from-scroll{width:100%;background:none;box-shadow:none}.sentiment-from-item{width:25%}.sentiment-from-item:first-child{width:60px}.sentiment-from-more{min-width:90px;padding:0 15px;margin:0}.sentiment-from-more:hover{color:#601dc0}.sentiment-from-more span{display:none}.sentiment-from-hide:hover{color:#601dc0}.sentiment-from-block{top:55px}.sentiment-from-block-wrap::-webkit-scrollbar{width:5px}.sentiment-from-block-wrap::-webkit-scrollbar-track{border-radius:2px}.sentiment-from-block-wrap::-webkit-scrollbar-thumb{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);border-radius:2px}.sentiment-from-block-wrap::-webkit-scrollbar-button{background:#fff;height:10px}.sentiment-from-block-scroll{padding:0 85px 0 60px}.sentiment-from-block-scroll .sentiment-from-item{width:25%;padding:0 10px}.highcharts-point.zone-no.is-disable,.highcharts-point.zone-yes.is-disable,.highcharts-series-inactive .highcharts-point.zone-no,.highcharts-series-inactive .highcharts-point.zone-yes{fill:#e9e9e9;stroke:#999}.highcharts-axis-labels text{font-size:15px!important;transform:translate(0)}.highcharts-data-label span{font-size:14px!important}}:root{--button-bg:#fff;--button-icon-color:#000}body.dark-theme{--button-bg:#161618;--button-icon-color:#fff}body.gray-theme{--button-icon-color:var(--main-font-color)}.review{line-height:normal}.review-title{display:flex;align-items:center;justify-content:space-between;margin:25px 0 20px}.review-title h2{font-size:22px;font-weight:700;margin:0}.review-title span{font-weight:700}.review-title a{font-weight:400;text-decoration:underline}body.gray-theme .review-title a{color:var(--primary-color)}.review-title a:hover{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.review-slider .swiper-container{padding:0 15px;margin:0 -15px}.review-slider .swiper-slide{position:relative;width:315px;height:auto}.review-slider .swiper-slide:not(:last-child){margin:0 15px 0 0}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 26px);width:26px;height:26px;outline:none;background-color:var(--button-bg);background-image:none;border:1px solid transparent;border-radius:50%;box-shadow:0 0 15px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0;font-size:16px}body.dark-theme .review-slider .swiper-button-next,body.dark-theme .review-slider .swiper-button-prev{border:1px solid var(--primary-color)}body.dark-theme .review-slider .swiper-button-next:hover,body.dark-theme .review-slider .swiper-button-prev:hover{background-color:var(--primary-color)}body.dark-theme .review-slider .swiper-button-next:hover svg,body.dark-theme .review-slider .swiper-button-prev:hover svg{fill:#fff}body.gray-theme .review-slider .swiper-button-next,body.gray-theme .review-slider .swiper-button-prev{border:1px solid var(--border-color);box-shadow:none}.review-slider .swiper-button-next:hover,.review-slider .swiper-button-prev:hover,body.gray-theme .review-slider .swiper-button-next:hover,body.gray-theme .review-slider .swiper-button-prev:hover{border:1px solid var(--primary-color)}.review-slider .swiper-button-next:hover svg,.review-slider .swiper-button-prev:hover svg{fill:var(--primary-color)}.review-slider .swiper-button-next.swiper-button-disabled,.review-slider .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.review-slider .swiper-button-next svg,.review-slider .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.review-slider .swiper-button-next{right:-13px}.review-slider .swiper-button-prev{left:-13px}.review-slider .swiper-button-prev svg{transform:rotate(180deg)}.review-item{display:flex;flex-flow:column;height:100%;max-height:400px;background-color:var(--main-background-color);border:1px solid var(--border-color);border-radius:8px;-webkit-user-select:none;user-select:none;padding:15px}body.dark-theme .review-item{color:#fff}.review-item+.review-item{margin-top:16px}.review-item.is-scroll .review-item-foot:after{height:50px;transition:all .3s ease-in-out}.review-item.is-scroll .review-item-expand{opacity:1;visibility:visible}.review-item-toggle{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.review-item-logo{width:120px;margin:0 0 15px}.review-item-logo img{width:auto;max-width:100%;max-height:25px;border-radius:0;margin:0}.review-item-user{display:flex;margin:15px 0}.review-item-user-emoji{display:flex;align-items:center;justify-content:center;width:35px;height:35px;margin:0 10px 0 0}.review-item-user-emoji img{width:100%;height:100%;margin:0}.review-item-user-info{flex-grow:2;width:50%;margin:2px 0 0}.review-item-user-name{font-size:14px;font-weight:700}.review-item-user-date{color:var(--gray-color);font-size:12px;margin:5px 0 0}body.gray-theme .review-item-user-date{color:var(--low-accent-color)}.review-item-status{display:flex;margin:15px 0}.review-item-status.is-success .review-item-status-label{background-color:var(--success-color)}.review-item-status.is-danger .review-item-status-label{background-color:var(--danger-color)}.review-item-status-check,.review-item-status-label{display:flex;align-items:center;font-size:13px;line-height:25px;border-radius:4px}.review-item-status-label{position:relative;color:#fff;background:var(--gray-color);padding:0 10px;z-index:1}body.gray-theme .review-item-status-label{background-color:var(--low-accent-color)}.review-item-status-check{color:var(--main-font-color);background-color:#e8e8e8;padding:0 5px 0 20px;margin:0 0 0 -5px}body.dark-theme .review-item-status-check{color:#fff;background-color:#26292c}body.gray-theme .review-item-status-check{background-color:var(--main-background-color)}.review-item-status-check svg{width:12px;height:12px;fill:var(--success-color);margin:0 0 0 15px}.review-item-tag{margin:0 0 15px}.review-item-tag-wrap{padding:0 15px;margin:0 -15px 10px}.review-item-tag-label{color:var(--gray-color);font-size:10px;line-height:1;margin:0 0 -5px}body.gray-theme .review-item-tag-label{color:var(--low-accent-color)}.review-item-tag-row{position:relative;display:flex;align-items:center;flex-flow:wrap}.review-item-tag-link{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:25px;white-space:nowrap;color:var(--main-font-color);background-color:rgba(96,29,192,.2);border-radius:4px;padding:0 15px;margin:10px 10px 0 0}body.dark-theme .review-item-tag-link{color:#fff}body.gray-theme .review-item-tag-link{background-color:rgba(56,118,232,.2)}.review-item-tag-link:nth-child(n+3){display:none}.review-item-tag-link.is-success{background-color:rgba(32,169,74,.2)}body.dark-theme .review-item-tag-link.is-success{background-color:rgba(32,169,74,.4)}body.gray-theme .review-item-tag-link.is-success{background-color:rgba(32,169,128,.2)}.review-item-tag-link.is-success:hover{background-color:rgba(32,169,74,.3)}body.dark-theme .review-item-tag-link.is-success:hover{background-color:rgba(32,169,74,.7)}body.gray-theme .review-item-tag-link.is-success:hover{background-color:rgba(32,169,128,.3)}.review-item-tag-link.is-danger{background-color:rgba(208,2,27,.2)}body.dark-theme .review-item-tag-link.is-danger{background-color:rgba(208,2,27,.4)}body.gray-theme .review-item-tag-link.is-danger{background-color:rgba(221,10,25,.2)}.review-item-tag-link.is-danger:hover{background-color:rgba(208,2,27,.3)}body.dark-theme .review-item-tag-link.is-danger:hover{background-color:rgba(208,2,27,.7)}body.gray-theme .review-item-tag-link.is-danger:hover{background-color:rgba(221,10,25,.3)}.review-item-difference{margin:0 0 15px}.review-item-difference:empty,.review-item-difference:not(:has(div)){display:none}.review-item-difference-row{display:flex}.review-item-difference-row:not(:last-child){margin:0 0 10px}.review-item-difference-row.is-success svg{fill:var(--success-color)}.review-item-difference-row.is-danger svg{fill:var(--danger-color)}.review-item-difference-row svg{width:16px;height:16px;margin:2px 10px 0 0}.review-item-difference-row span{flex-grow:2;width:50%}.review-item-body{position:relative;height:100%;overflow:hidden;padding:0 15px;margin:0 -15px}.review-item-body.is-open{max-height:9999px}.review-item-body.is-open+.review-item-foot:after{opacity:0}.review-item-scroll{font-size:14px;line-height:1.43}.review-item-foot{position:relative;display:flex;align-items:center;justify-content:flex-end;font-size:14px;margin:10px 0 0}.review-item-foot:after{content:"";position:absolute;right:0;bottom:16px;left:0;height:10px;background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,var(--main-background-color) 80%);transition:none}body.dark-theme .review-item-foot:after{background-image:linear-gradient(180deg,rgba(22,22,24,0) 0,var(--main-background-color) 80%)}.review-item-source{flex-grow:2;width:30%;color:var(--gray-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 20px 0 0}body.gray-theme .review-item-source{color:var(--low-accent-color)}.review-item-expand{color:var(--success-color);background:none;text-decoration:underline;-webkit-tap-highlight-color:transparent;opacity:0;visibility:hidden}body.gray-theme .review-item-expand{color:var(--primary-color)}.review-item-expand:hover{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.review-item .is-highlight{border-radius:4px;transition:all .3s ease-in-out;padding:0 2px}.review-item .is-highlight.is-success{background-color:rgba(32,169,74,.3)}body.dark-theme .review-item .is-highlight.is-success{background-color:rgba(32,169,74,.4)}body.gray-theme .review-item .is-highlight.is-success{background-color:rgba(32,169,128,.3)}.review-item .is-highlight.is-danger{background-color:rgba(208,2,27,.3)}body.dark-theme .review-item .is-highlight.is-danger{background-color:rgba(208,2,27,.4)}body.gray-theme .review-item .is-highlight.is-danger{background-color:rgba(221,10,25,.3)}.review-item .is-highlight.is-disable{background-color:#e8e8e8}.review-add{display:flex;align-items:center;justify-content:center;width:100%;color:#000;font-weight:700;line-height:40px;border:1px solid var(--primary-color);border-radius:8px;padding:0 15px;margin:15px auto 0}body.dark-theme .review-add{color:#fff}.review-add:hover{color:#fff;background-color:var(--primary-color)}.review-add svg{width:18px;height:18px;fill:var(--success-color);margin:0 10px 0 0}.review-modal{width:calc(100% + 30px);line-height:normal;text-align:left;margin:-15px}.review-modal .swiper-container{height:100%;padding:0 15px;margin:0 -15px}.review-modal .swiper-slide{height:auto}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:auto;bottom:-55px;width:calc(50% - 7.5px);height:40px;line-height:40px;outline:none;background-color:var(--button-bg);background-image:none;border:1px solid transparent;border-radius:8px;box-shadow:0 0 30px -10px rgba(0,0,0,.5);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:all .3s ease-in-out;margin:0}body.dark-theme .review-modal .swiper-button-next,body.dark-theme .review-modal .swiper-button-prev{border:1px solid var(--primary-color);box-shadow:0 0 5px 0 #000}body.dark-theme .review-modal .swiper-button-next:hover,body.dark-theme .review-modal .swiper-button-prev:hover{color:#fff;background:var(--primary-color)}body.dark-theme .review-modal .swiper-button-next:hover svg,body.dark-theme .review-modal .swiper-button-prev:hover svg{fill:#fff}.review-modal .swiper-button-next:hover,.review-modal .swiper-button-prev:hover{color:var(--primary-color);border:1px solid var(--primary-color)}.review-modal .swiper-button-next:hover svg,.review-modal .swiper-button-prev:hover svg{fill:var(--primary-color)}.review-modal .swiper-button-next.swiper-button-disabled,.review-modal .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.review-modal .swiper-button-next svg,.review-modal .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.review-modal .swiper-button-next{right:0}.review-modal .swiper-button-next:before{content:"Следующий";display:block;margin:0 10px 0 0;font-size:16px;line-height:40px}.review-modal .swiper-button-prev{left:0}.review-modal .swiper-button-prev:after{content:"Предыдущий";display:block;margin:0 0 0 10px;font-size:16px;line-height:40px;font-family:Helvetica,Arial,sans-serif}.review-modal .swiper-button-prev svg{transform:rotate(180deg)}.review-modal .review-item{max-height:100%}body.dark-theme .review-modal .review-item{border:none}.review-modal .review-item.is-scroll .review-modal .review-item-foot:after{height:40px}.review-modal .review-item-toggle{display:none}.review-modal .review-item-logo{width:145px}.review-modal .review-item-logo img{max-height:30px;-o-object-fit:scale-down;object-fit:scale-down}.review-modal .review-item-user-emoji{width:40px;height:40px}.review-modal .review-item-user-name{font-size:16px}.review-modal .review-item-user-date{font-size:14px}.review-modal .review-item-tag-label{font-size:12px;line-height:normal}.review-modal .review-item-tag-link{font-size:14px}.review-modal .review-item-tag-link:nth-child(n+3){display:flex}.review-modal .review-item-difference{font-size:16px;margin:10px 0 15px}.review-modal .review-item-difference-row svg{margin:2px 6px 0 0}.review-modal .review-item-body{overflow:auto;border-radius:5px}.review-modal .review-item-text{font-size:16px;line-height:1.75}.review-modal .review-item-expand{display:none}.review-modal .review-item-foot:after{height:10px;background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,var(--main-background-color) 70%)}body.dark-theme .review-modal .review-item-foot{background-image:linear-gradient(180deg,rgba(22,22,24,0) 0,var(--main-background-color) 70%)}.review-modal .review-item-source{padding:0}.modal[id*=review-modal] .modal-wrap{display:flex;width:calc(100% - 30px);max-height:calc(var(--vh, 1vh)*100 - 115px);background:none;margin:45px 0 70px}@media only screen and (min-width:1100px){.review-title{margin:30px 0 20px}.review-slider{position:relative}.review-slider .swiper-container{padding:0 16px;margin:0 -16px}.review-slider .swiper-slide{width:332px}.review-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{display:flex;-webkit-user-select:none;user-select:none}.review-item-toggle+.review-item{transition:all .3s ease-in-out}.review-item-toggle:hover+.review-item{border:1px solid var(--primary-color)}.review-item-toggle:hover+.review-item .review-item-expand{text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.review-add{width:max-content;min-width:215px;margin:20px auto 0}.review-modal{width:calc(100% + 40px);margin:-25px -20px}.review-modal .swiper-container{border-radius:8px;padding:0;margin:0}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{top:calc(50% - 13px);bottom:auto;width:26px;height:26px;border-radius:50%;box-shadow:0 0 15px -5px rgba(0,0,0,.5)}body.dark-theme .review-modal .swiper-button-next,body.dark-theme .review-modal .swiper-button-prev{box-shadow:0 0 5px 0 #000}.review-modal .swiper-button-next{right:-36px}.review-modal .swiper-button-next:before{display:none}.review-modal .swiper-button-prev{left:-36px}.review-modal .swiper-button-prev:after{display:none}.review-modal .review-item-logo{width:190px}.review-modal .review-item-logo img{max-height:35px}.review-modal .review-item-user{align-items:center}.review-modal .review-item-user-emoji{width:50px;height:50px}.review-modal .review-item-difference-row svg{margin:2px 10px 0 0}.review-modal .review-item-body{margin:0 -10px 0 -15px}.review-modal .review-item-body::-webkit-scrollbar{width:5px}.review-modal .review-item-body::-webkit-scrollbar-track{border-radius:2px}.review-modal .review-item-body::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.modal[id*=review-modal] .modal-wrap{width:680px;max-height:480px;margin:0}}@media only screen and (max-width:374px){.review-slider .swiper-slide{width:272px}.review-slider .swiper-slide:not(:last-child){margin:0 10px 0 0}.review-item-user-emoji{width:30px;height:30px}.review-item-status-check,.review-item-status-label{font-size:13px}.review-item-status-check{padding:0 5px 0 15px}.review-item-status-check svg{width:10px;height:10px;margin:0 0 0 10px}.review-item-tag-link{line-height:23px}.review-item-difference-row svg{width:14px;height:14px}.review-item-scroll{font-size:13px;line-height:1.53}.review-item-foot{font-size:12px}.review-item-foot:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}body.dark-theme .review-item-foot:after{background-image:linear-gradient(180deg,rgba(22,22,24,0) 0,var(--main-background-color))}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{font-size:15px}.review-modal .swiper-button-next svg,.review-modal .swiper-button-prev svg{width:8px;height:8px}.review-modal .review-item-logo{width:120px}.review-modal .review-item-logo img{max-height:25px}.review-modal .review-item-user{margin:10px 0}.review-modal .review-item-user-emoji{width:30px;height:30px}.review-modal .review-item-user-name{font-size:14px}.review-modal .review-item-user-date{font-size:12px}.review-modal .review-item-status{margin:10px 0}.review-modal .review-item-tag-label{font-size:10px}.review-modal .review-item-tag-link{font-size:12px}.review-modal .review-item-difference{font-size:13px;margin:0 0 10px}.review-modal .review-item-difference-row:not(:last-child){margin:0 0 5px}.review-modal .review-item-difference-row svg{margin:2px 10px 0 0}.review-modal .review-item-text{font-size:13px;line-height:1.53;overflow-wrap:break-word}.review-modal .review-item-foot{font-size:13px}.review-modal .review-item-foot:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}body.dark-theme .review-modal .review-item-foot:after{background-image:linear-gradient(180deg,rgba(22,22,24,0) 0,var(--main-background-color))}}.review-form{display:flex;flex-flow:column;width:100%;padding:20px 0;margin:-15px 0}.review-form .mfo-add-review{text-align:left;padding-top:0}.review-form .mfo-add-review .mfo-add-review-body{padding:0 5px 20px 0;width:calc(100% + 5px)}@media screen and (max-width:980px){.review-form .mfo-add-review .mfo-add-review-body{padding:0 15px 20px;width:calc(100% + 30px);margin-left:-15px}}.review-form .choices__item{text-align:left}body.dark-theme .review-form{color:#fff}.review-form-head{text-align:center}.review-form-title{font-size:22px;font-weight:700;margin:0 0 15px}.review-form-progress{color:var(--gray-color);font-weight:700;margin:15px 0}.review-form-general-error{display:none;color:var(--danger-color);margin-bottom:15px}.review-form-body{flex-grow:2;height:50%}.review-form-step{display:flex;flex-flow:column;height:100%}.review-form-step:not(:first-child){display:none}.review-form-step>.review-form-label{justify-content:center;text-align:center;width:100%;white-space:normal;margin:0 0 15px}.review-form-error{display:none;color:var(--danger-color);font-size:12px;margin:0 0 5px}.review-form-search{position:relative;margin:10px 0 20px;z-index:33}.review-form-search.is-error .review-form-error{display:block;text-align:right;margin:0}.review-form-search.is-error .review-form-search-title{color:var(--danger-color)}.review-form-search.is-error .review-form-search-scroll,body.gray-theme .review-form-search.is-error .review-form-search-btn,body.gray-theme .review-form-search.is-error .review-form-search-input,body.gray-theme .review-form-search.is-error .review-form-search-result{border:1px solid var(--danger-color)}.review-form-search-head{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 15px}.review-form-search-title{flex-grow:2;font-weight:700;text-align:left;white-space:nowrap;transition:all .3s ease-in-out;margin:0 30px 0 0}.review-form-search-wrap{position:relative;display:flex;background:#1f2023;box-shadow:0 2px 20px -10px rgba(0,0,0,.5);border-radius:8px}body.gray-theme .review-form-search-wrap{background:#fff;box-shadow:none}.review-form-search-list{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;border-radius:8px 0 0 8px;padding:0 15px 0 40px;margin:0 -15px 0 0}body.gray-theme .review-form-search-list{padding:0 15px 0 65px}.review-form-search-list::-webkit-scrollbar{display:none}.review-form-search-list:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.review-form-search-list.is-active .review-form-search-item,.review-form-search-list.is-active .review-form-search-scroll{opacity:0}.review-form-search-scroll{display:flex;background:#1f2023;border:1px solid #1f2023;border-radius:0 8px 8px 0;transition:all .3s ease-in-out}body.gray-theme .review-form-search-scroll{background:var(--main-background-color);border:1px solid var(--border-color);border-radius:8px}.review-form-search-btn{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:40px;height:40px;background:#601dc0;border-radius:8px 0 0 8px;z-index:3}body.gray-theme .review-form-search-btn{width:50px;height:50px;background:#fff;border:1px solid var(--border-color);border-radius:8px}body.gray-theme .review-form-search-btn:active{background:#fff;border:1px solid var(--primary-color)}.review-form-search-btn:active{background:#451788}.review-form-search-btn svg{width:15px;height:15px;fill:#fff}body.gray-theme .review-form-search-btn svg{width:20px;height:20px;fill:var(--main-font-color)}.review-form-search-input{position:absolute;top:0;right:100%;bottom:0;left:0;width:0;height:100%;font:16px/1 Helvetica,Arial,sans-serif;color:#fff;background:#1f2023;border:none;border-radius:0 8px 8px 0;visibility:hidden;transition:all .3s ease-in-out;padding:0;z-index:2}body.gray-theme .review-form-search-input{left:10px;color:var(--main-font-color);background:#fff;border:1px solid var(--border-color);border-radius:8px}body.gray-theme .review-form-search-input::placeholder{color:var(--low-accent-color)}body.gray-theme .review-form-search-input:focus::placeholder{color:transparent}body.gray-theme .review-form-search-input.is-active{left:0;width:100%;padding:15px 15px 15px 65px}.review-form-search-input::placeholder{color:#fff;transition:all .3s ease-in-out}.review-form-search-input:focus::placeholder{color:transparent}.review-form-search-input.is-active{right:0;left:40px;width:calc(100% - 40px);visibility:visible;padding:11px 15px}.review-form-search-result{position:absolute;display:none;top:0;right:0;left:40px;background:#1f2023;box-shadow:0 2px 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:50px 0 10px;z-index:-1}body.gray-theme .review-form-search-result{top:10px;left:0;background:#fff;border:1px solid var(--border-color);box-shadow:none;transition:top .3s ease-in-out;padding:60px 0 10px}body.gray-theme .review-form-search-result.is-active{top:0}body.gray-theme .review-form-search-result button{color:var(--main-font-color)}body.gray-theme .review-form-search-result button.is-select,body.gray-theme .review-form-search-result button:hover{color:#fff}.review-form-search-result button{display:flex;width:100%;color:#fff;background:none;font-size:14px;padding:10px 15px}.review-form-search-result button.is-select,.review-form-search-result button:hover{background:var(--primary-color)}.review-form-search-item{display:flex;align-items:center;justify-content:center;width:150px;height:38px;background:none;filter:grayscale(1);padding:0 10px}body.gray-theme .review-form-search-item{height:50px;border:1px solid transparent;border-radius:8px;opacity:.5;filter:grayscale(0);margin:-1px}body.gray-theme .review-form-search-item:last-child{border-radius:8px}body.gray-theme .review-form-search-item.is-select,body.gray-theme .review-form-search-item:hover{opacity:1}body.gray-theme .review-form-search-item.is-select{background:#fff;border:1px solid var(--border-color)}.review-form-search-item:last-child{border-radius:0 8px 8px 0}.review-form-search-item.is-select,.review-form-search-item:hover{filter:grayscale(0)}.review-form-search-item.is-select{background:#393b40}.review-form-search-item img{max-width:100%;max-height:24px}.review-form-emoji{margin:0 0 20px}.review-form-emoji.is-error .review-form-emoji-title{color:var(--danger-color)}.review-form-emoji.is-error .review-form-error{display:block}.review-form-emoji-head{text-align:center}.review-form-emoji-title{font-weight:700;line-height:1.25;transition:all .3s ease-in-out;margin:0 0 20px}.review-form-emoji-title+.review-form-error{margin:-15px 0 10px}.review-form-emoji-row{display:flex;justify-content:space-around}.review-form-emoji-item{width:33.33333%;text-align:center;cursor:pointer}.review-form-emoji-item input{position:absolute;opacity:0;visibility:hidden}.review-form-emoji-item input:checked~img{filter:grayscale(0)}.review-form-emoji-item input:checked~span,body.gray-theme .review-form-emoji-item input:checked~span{color:var(--main-font-color)}.review-form-emoji-item img{width:30px;height:30px;filter:grayscale(1);transition:all .3s ease-in-out;margin:0 auto}.review-form-emoji-item span{display:block;color:var(--gray-color);font-size:10px;font-weight:700;transition:all .3s ease-in-out;margin:5px 0 0}body.gray-theme .review-form-emoji-item span{color:var(--low-accent-color)}.review-form-social{margin:0 0 30px}.review-form-social-label{font-weight:700;margin:0 0 15px}.review-form-social-row{display:flex;align-items:center;justify-content:space-around}.review-form-social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px}.review-form-social-link svg{width:100%;height:100%}.review-form-wrap{display:flex;flex-grow:2;height:50%;overflow:auto}.review-form-scroll{display:flex;flex-flow:column;width:100%}.review-form-label{display:flex;align-items:center;flex-grow:2;font-weight:700;white-space:nowrap;transition:all .3s ease-in-out;margin:0 0 5px}.review-form-label svg{width:16px;height:16px;margin:0 10px 2px 0}.review-form-label+.review-form-error{text-align:right}.review-form-field:first-child svg{fill:var(--success-color)}.review-form-field:nth-child(2) svg{fill:var(--danger-color)}.review-form-field:nth-child(3){position:relative;display:flex;flex-flow:column;flex-grow:2;min-height:max-content}.review-form-field:not(:last-child){margin:0 0 15px}.review-form-field.is-error .review-form-label{color:var(--danger-color)}.review-form-field.is-error .review-form-error{display:block}.review-form-field.is-error input,.review-form-field.is-error input:focus,.review-form-field.is-error textarea,.review-form-field.is-error textarea:focus,body.dark-theme .review-form-field.is-error input,body.dark-theme .review-form-field.is-error input:focus,body.dark-theme .review-form-field.is-error textarea,body.dark-theme .review-form-field.is-error textarea:focus{border:1px solid var(--danger-color)}.review-form-field-head{display:flex;align-items:flex-end;justify-content:space-between;max-height:25px}.review-form-field input,.review-form-field textarea{display:block;width:100%;font:16px/1.25 Helvetica,Arial,sans-serif;color:var(--main-font-color);background:#fff;border:1px solid var(--border-color);border-radius:4px;-webkit-appearance:none;transition:border .3s ease-in-out;padding:15px}body.dark-theme .review-form-field input,body.dark-theme .review-form-field textarea{color:#fff;background:#1f2023;border:1px solid transparent}.review-form-field input::placeholder,.review-form-field textarea::placeholder{color:var(--gray-color);transition:all .3s ease-in-out}body.gray-theme .review-form-field input::placeholder,body.gray-theme .review-form-field textarea::placeholder{color:var(--low-accent-color)}.review-form-field input:focus,.review-form-field textarea:focus,body.dark-theme .review-form-field input:focus,body.dark-theme .review-form-field textarea:focus{border:1px solid var(--success-color)}.review-form-field input:focus::placeholder,.review-form-field textarea:focus::placeholder{color:transparent}body.gray-theme .review-form-field input:focus::placeholder,body.gray-theme .review-form-field textarea:focus::placeholder{color:transparent}.review-form-field input{height:50px}.review-form-field textarea{flex-grow:2;height:50%;min-height:120px;resize:vertical;padding:15px 15px 40px}.review-form-count{position:absolute;right:20px;left:15px;bottom:1px;font-size:12px;text-align:left;color:var(--gray-color);background:#fff;padding:10px 0}body.dark-theme .review-form-count{background:#1f2023}body.gray-theme .review-form-count{color:var(--low-accent-color)}.review-form-privacy{color:var(--main-font-color);font-size:14px;text-align:left;margin:5px 0 0}.review-form-privacy a{color:var(--main-font-color);text-decoration:underline}body.dark-theme .review-form-privacy a{color:#fff}.review-form-privacy a:hover{color:var(--success-color);text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}body.dark-theme .review-form-privacy a:hover{color:var(--success-color)}body.gray-theme .review-form-privacy a:hover{color:var(--primary-color)}.review-form-btn,.review-form-group{display:flex;align-items:center;margin:20px 0 0}.review-form-btn{width:100%;height:40px;font-weight:700;line-height:40px;background:transparent;border:1px solid var(--primary-color);border-radius:8px;justify-content:center;text-align:center;min-height:40px}body.dark-theme .review-form-btn{color:#fff}.review-form-btn:hover{color:#fff;background:var(--primary-color)}.review-form-btn:hover svg{fill:#fff}.review-form-btn.is-disable{color:var(--gray-color);border:1px solid var(--border-color);cursor:default;-webkit-user-select:none;user-select:none}body.dark-theme .review-form-btn.is-disable{color:#393b40}body.gray-theme .review-form-btn.is-disable{color:var(--low-accent-color)}.review-form-btn.is-disable:hover{color:var(--gray-color);background:transparent}body.dark-theme .review-form-btn.is-disable:hover{color:#393b40}body.gray-theme .review-form-btn.is-disable:hover{color:var(--low-accent-color)}.review-form-btn svg{width:16px;height:16px;transform:rotate(180deg)}body.dark-theme .review-form-btn svg{fill:#fff}.review-form-back{width:40px;line-height:0;margin:0 10px 0 0}.review-form-back.is-disable{color:#000;border:1px solid var(--primary-color);cursor:pointer;-webkit-user-select:all;user-select:all}body.dark-theme .review-form-back.is-disable{color:#fff}.review-form-back+.review-form-btn{width:calc(100% - 50px);margin:0}.review-form-auth{margin:15px 0 0}.review-form-auth-img,.review-form-auth-user{display:flex;align-items:center;justify-content:center}.review-form-auth-img{width:30px;height:30px;border-radius:50%;background:url(/local/templates/main/img/icons/user_o.svg) no-repeat 50%;background-color:#d8d8d8;background-size:20px;margin:0 10px 0 0}body.dark-theme .review-form-auth-img{background-color:transparent}.review-form-auth-img img{width:100%;-o-object-fit:cover;object-fit:cover}.review-form-auth-name{text-align:left;font-weight:700;line-height:1.25}.review-form-auth-exit{display:block;font-size:14px;font-weight:700;color:var(--success-color);background:none;margin:5px auto 0}body.gray-theme .review-form-auth-exit{color:var(--primary-color)}body.gray-theme .review-form-auth-exit:hover{color:var(--success-color)}.review-form-auth-exit:hover{color:var(--primary-color)}body.dark-theme .review-form-auth-exit:hover{color:#fff}.review-form-success{padding:20px 0;margin:-15px 0}.review-form-success-title{font-size:22px;font-weight:700;margin:15px 0}.review-form-success-subtitle{max-width:270px;line-height:1.5;margin:15px auto 20px}.review-form-success-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;margin:-5px auto 15px}.review-form-success-icon svg{width:40px;height:40px;fill:none;stroke-width:6;stroke-miterlimit:10}.review-form-success-circle{opacity:0;stroke:var(--success-color);stroke-dasharray:300 300;animation:circleIn 1s cubic-bezier(.5,0,.5,1) .15s forwards}.review-form-success-circle-dash{opacity:0;stroke:var(--success-color);stroke-dasharray:10 300;animation:circleDashIn 1s cubic-bezier(.5,0,.5,1) .05s forwards}.review-form-success-check{opacity:0;stroke:var(--success-color);stroke-dasharray:60 100;animation:checkIn 1s cubic-bezier(.5,0,.6,1) .15s forwards}.review-form-success-check-dash{stroke:var(--success-color);stroke-dasharray:10 100;animation:checkDashIn 1s cubic-bezier(.5,0,.6,1) forwards}@keyframes circleIn{0%{opacity:1;stroke-dashoffset:300}to{opacity:1;stroke-dashoffset:0}}@keyframes circleDashIn{0%{opacity:1;stroke-dashoffset:320}to{opacity:1;stroke-dashoffset:20}}@keyframes checkIn{0%{opacity:1;stroke-dashoffset:60}to{opacity:1;stroke-dashoffset:0}}@keyframes checkDashIn{0%{stroke-dashoffset:120}to{stroke-dashoffset:45}}.modal[id*=review-form] .modal-wrap{display:flex;width:calc(100% - 30px);height:calc(var(--vh, 1vh)*100 - 60px);max-height:calc(var(--vh, 1vh)*100 - 60px);margin:45px 0 15px}@media only screen and (max-width:980px){body.gray-theme .modal[id*=review-form] .modal-wrap{height:auto}}@media only screen and (min-width:1100px){.review-form{padding:30px 0 20px;margin:-25px 0}.review-form-title{font-size:24px}.review-form-step>.review-form-label{justify-content:flex-start;text-align:left}.review-form-search{margin:0 0 20px}body.gray-theme .review-form-search.is-error .review-form-search-btn{border:1px solid var(--danger-color)}.review-form-search-head{margin:0 0 10px}.review-form-search-list{flex-grow:2;width:50%;padding:0;margin:0}body.gray-theme .review-form-search-list{padding:0;margin:0 -50px 0 0}.review-form-search-list:after{display:none}.review-form-search-scroll{width:100%;border-radius:8px 0 0 8px}body.gray-theme .review-form-search-scroll{padding:0 49px 0 0}.review-form-search-btn{position:relative;top:auto;left:auto;width:40px;height:40px;border-radius:0 8px 8px 0}body.gray-theme .review-form-search-btn:hover{border:1px solid var(--primary-color)}.review-form-search-btn:hover{background:#451788}.review-form-search-input{right:0;left:100%;border-radius:8px 0 0 8px}body.gray-theme .review-form-search-input{left:calc(100% - 10px)}body.gray-theme .review-form-search-input.is-active{left:0;width:100%;padding:15px 65px 15px 15px}.review-form-search-input.is-active{left:0}.review-form-search-result{right:40px;left:0}body.gray-theme .review-form-search-result{right:0}.review-form-search-item{width:25%}body.gray-theme .review-form-search-item{width:26%}.review-form-search-item:first-child{border-radius:8px 0 0 8px}.review-form-search-item:last-child{border-radius:0}.review-form-emoji{padding:0 90px}.review-form-emoji-item img{width:40px;height:40px}.review-form-emoji-item span{font-size:14px;margin:10px 0 0}.review-form-social-row{justify-content:center}.review-form-social-link{margin:0 15px}.review-form-wrap{padding:0 10px;margin:0 -10px}.review-form-wrap::-webkit-scrollbar{width:5px}.review-form-wrap::-webkit-scrollbar-track{border-radius:2px}.review-form-wrap::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.review-form-field:not(:last-child){margin:0 0 20px}.review-form-field-head{justify-content:flex-end}.review-form-success{width:345px;padding:20px 15px;margin:-25px -20px}.modal[id*=review-form] .modal-wrap{width:680px;height:auto!important;max-height:calc(var(--vh, 1vh)*100 - 70px);margin:55px 0 15px}body.gray-theme .modal[id*=review-form] .modal-wrap{margin:15px 0}}@media only screen and (max-width:374px){.review-form{padding:15px 0}.review-form-title{font-size:16px;margin:0 0 10px}.review-form-progress{font-size:13px;margin:10px 0}.review-form-step>.review-form-label{margin:0 0 10px}.review-form-error{font-size:10px}.review-form-search-title{font-size:14px}.review-form-emoji{margin:0 0 15px}.review-form-emoji-title{font-size:14px;margin:0 0 10px}.review-form-emoji-title+.review-form-error{margin:-5px 0 10px}.review-form-emoji-item img{width:20px;height:20px}.review-form-emoji-item span{font-size:9px;margin:5px 0 0}.review-form-social{margin:0 0 15px}.review-form-social-label{font-size:14px}.review-form-social-link{width:30px;height:30px}.review-form-label{font-size:14px;margin:0 0 5px}.review-form-label svg{width:14px;height:14px;margin:0 10px 0 0}.review-form-field:not(:last-child){margin:0 0 10px}.review-form-field input,.review-form-field textarea{font:13px/1.5 Helvetica,Arial,sans-serif;padding:10px}.review-form-field input{height:35px}.review-form-field textarea{min-height:100px}.review-form-privacy{font-size:13px}.review-form-group{margin:15px 0 0}.review-form-btn{height:35px;font-size:14px;line-height:35px;margin:15px 0 0}.review-form-btn svg{width:14px;height:14px}.review-form-back{line-height:0;margin:0 10px 0 0}.review-form-auth{margin:10px 0 0}.review-form-auth-img{width:25px;height:25px;background-size:17px}.review-form-auth-img img{width:100%;-o-object-fit:cover;object-fit:cover}.review-form-auth-name{flex-grow:2;width:50%;font-size:13px}.review-form-auth-exit{font-size:13px}}.comments{margin:40px 0}.comments:before{display:block;content:"";height:120px;margin:-120px 0 0}.comments:last-child{margin-bottom:0}.comments:first-child{margin-top:0}.comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;max-width:680px}.comments-title{font-weight:700;font-size:20px}.comments-title-number{color:var(--success-color)}.comments-log-out{display:flex;font-size:14px;color:#666;font-weight:700}.comments-log-out svg{fill:#666;width:20px;height:16px;margin-right:12px}.comments-log-out:hover{color:var(--primary-color)}.comments-log-out:hover svg{fill:var(--primary-color)}.comments-more{display:flex;align-items:center;justify-content:center;width:100%;height:40px;color:var(--main-font-color);font-size:16px;font-weight:700;background:none;border:1px solid var(--gray-color);border-radius:6px;padding:0 0 2px}.comments-more:hover{color:var(--primary-color);border-color:var(--primary-color)}.comments-none{margin:20px 0;text-align:center;color:var(--gray-color);font-size:14px}.comment{margin-bottom:24px;padding:0!important;max-width:680px}@media only screen and (min-width:720px){.comment{margin-bottom:40px}}.comment-reply{display:flex;margin-bottom:30px;position:relative}@media only screen and (min-width:720px){.comment-reply .comment-avatar{margin-right:20px}}@media only screen and (max-width:719px){.comment-reply .comment-avatar{position:absolute;left:8px;top:8px}}.comment-reply-form{flex-grow:1;max-width:620px}.comment-reply-form-buttons{display:flex;align-items:center;justify-content:flex-end;margin-top:6px}@media only screen and (min-width:720px){.comment-reply-form-buttons{margin-top:12px}}.comment-reply-textarea{width:100%;min-height:140px;max-height:140px;overflow:auto;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#fff;border-radius:8px;border:1px solid #fff;padding:15px 15px 15px 58px;font-size:16px;font-family:Helvetica,Arial,sans-serif;resize:none;-webkit-appearance:none}.comment-reply-textarea::-webkit-scrollbar{width:6px;background:transparent;border-radius:6px}.comment-reply-textarea::-webkit-scrollbar-thumb{background:#c3c3c3;border-radius:6px}body.dark-theme .comment-reply-textarea{color:#fff;background:#1f2023;border-color:transparent}.comment-reply-textarea:focus{outline:none}@media only screen and (min-width:720px){.comment-reply-textarea{max-height:316px;overflow:hidden;padding-left:15px}}.comment-reply-button-submit{display:block;max-width:380px;width:100%;height:40px;border-radius:8px;background-color:var(--primary-color);color:#fff;font-weight:700}.comment-reply-button-submit:disabled{background-color:#c3c3c3;pointer-events:none}body.dark-theme .comment-reply-button-submit:disabled{background-color:#1f2023}.comment-reply-button-submit:hover{background-color:var(--success-color)}.comment-reply-button-clear{display:block;max-width:230px;width:100%;height:40px;border-radius:8px;border:1px solid var(--primary-color);background-color:transparent;color:#000;font-weight:700;margin-right:10px;opacity:0;visibility:hidden;transition:.3s ease-in-out}.comment-reply-button-clear.is-active{opacity:1;visibility:visible}.comment-reply-button-clear:hover{background-color:var(--primary-color);color:#fff}body.dark-theme .comment-reply-button-clear{color:#fff}@media only screen and (max-width:650px){.comment-reply-button-clear{width:auto;min-width:125px;flex-grow:1}}.comment-reply-author{font-weight:700;color:#979797}.comment-reply.is-error .comment-reply-textarea{border-color:var(--danger-color)}.comment-reply.is-error .comment-reply-form-error{color:var(--danger-color);font-size:12px;text-align:center;margin-top:20px}.comment-header{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:8px}.comment-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;margin-right:15px}.comment-avatar img{display:block;border-radius:50%;max-width:100%;width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.comment-avatar-default{display:inline-block;width:100%;height:100%;border-radius:50%;background-image:url(/local/templates/main/img/comments/avatar-placeholder.svg);background-size:contain}.comment-author{display:flex;flex-wrap:wrap;max-width:calc(100% - 55px)}.comment-name{font-weight:700;font-size:16px;white-space:nowrap;margin-right:10px;margin-top:4px}.comment-name.full{width:100%}@media only screen and (max-width:720px){.comment-name{max-width:100%;overflow:hidden;text-overflow:ellipsis}}.comment-reply-anchor{display:inline-block;color:#979797;font-size:14px;font-weight:700;margin-top:4px;white-space:nowrap}@media only screen and (max-width:720px){.comment-reply-anchor{max-width:100%;overflow:hidden;text-overflow:ellipsis}}.comment-reply-anchor svg{fill:#979797;width:10px;height:10px;margin-right:8px}.comment-post{position:relative;font-weight:700;font-size:14px;margin-right:10px;margin-left:14px;margin-top:4px}.comment-post:before{content:"";position:absolute;left:-12px;top:6px;width:4px;height:4px;border-radius:50%;background-color:#979797}.comment-post.comment-post-forecaster{color:var(--success-color)}.comment-post.comment-post-admin{color:var(--primary-color)}.comment-post.comment-post-moderate{color:#979797}@media only screen and (max-width:720px){.comment-post+.comment-reply-anchor{max-width:calc(100vw - 281px);overflow:hidden;text-overflow:ellipsis}.comment-post.hidden-dott{margin-left:0}.comment-post.hidden-dott:before{display:none}}.comment-body{font-size:16px;line-height:1.375}.comment-footer{display:flex;margin-top:10px}.comment-control{flex-grow:1}.comment-control,.comment-mark{display:flex;align-items:center}.comment-mark{margin-right:20px}.comment-mark-value{margin-left:11px;margin-right:11px;font-size:14px;color:#979797}.comment-mark-value.positive{color:var(--success-color)}.comment-mark-value.negative{color:var(--danger-color)}.comment-button-like{position:relative;width:18px;height:18px;background:none}.comment-button-like.scale-animate{transform:scale(1.111)}.comment-button-like svg{width:100%;height:100%;fill:#979797;pointer-events:none}.comment-button-like svg.like-icon-fill{position:absolute;left:0;top:0;fill-opacity:0;transition:.3s ease-in-out}.comment-button-like:hover svg{fill:var(--success-color)}.comment-button-like:hover svg.like-icon-fill{fill-opacity:.3}.comment-button-like.active svg.like-icon-outline{fill:var(--success-color)}.comment-button-dislike{position:relative;width:18px;height:18px;background:none;transition:.3s ease-in-out}.comment-button-dislike.scale-animate{transform:scale(1.111)}.comment-button-dislike svg{width:100%;height:100%;fill:#979797;pointer-events:none}.comment-button-dislike svg.dislike-icon-fill{position:absolute;left:0;top:0;fill-opacity:0;transition:.3s ease-in-out}.comment-button-dislike:hover svg{fill:var(--danger-color)}.comment-button-dislike:hover svg.dislike-icon-fill{fill-opacity:.3}.comment-button-dislike.active svg.dislike-icon-outline{fill:var(--danger-color)}.comment-button-reply{font-size:14px;color:#666;background:none}.comment-button-reply:hover{color:var(--primary-color)}.comment-date{display:flex;color:#979797;font-size:14px}.comment-date .date{margin-right:10px}.comment-children-toggle{margin-top:15px;padding-right:20px;background:none;color:var(--gray-color)}.comment-children-toggle-icon{display:inline-block;width:10px;height:10px;margin-left:12px}.comment-children-toggle-icon svg{width:100%;height:100%;fill:var(--gray-color);transform:rotate(90deg)}.comment-children-toggle:hover{color:var(--primary-color)}.comment-children-toggle:hover .comment-children-toggle-icon svg{fill:var(--primary-color)}@media only screen and (min-width:720px){.comment-children-toggle{margin-top:20px}}.comment-children-toggle.active .comment-children-toggle-icon svg{transform:rotate(-90deg)}.comment-children{margin-top:16px;padding-left:20px}.comment-children.comment-children-without-padding{padding-left:0}@media only screen and (min-width:720px){.comment-children{padding-left:60px;margin-top:30px}}.comment-children-hidden{display:none}.comment-children .comment-avatar{width:32px;height:32px}.comment-children .comment-author{max-width:calc(100% - 47px)}.comment .comment-reply{margin-top:30px}.auth-comment-modal{display:flex;max-width:1000px;border-radius:8px;max-height:100vh;overflow:auto}@media screen and (max-width:991px){.auth-comment-modal{flex-direction:column}}.auth-comment-modal-img{position:relative;flex-shrink:0}@media screen and (max-width:991px){.auth-comment-modal-img{margin-bottom:30px}body.dark-theme .auth-comment-modal-img picture{display:none}}.auth-comment-modal-img-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.auth-comment-modal-img-logo img{max-width:100%}@media screen and (max-width:991px){.auth-comment-modal-img-logo{display:none}body.dark-theme .auth-comment-modal-img-logo{display:block;position:relative;left:0;top:0;transform:translate(0);max-width:205px}}.auth-comment-modal-content{text-align:left}@media screen and (min-width:992px){.auth-comment-modal-content{padding:60px 80px}}.auth-comment-modal-title{font-size:22px;font-weight:700;margin-bottom:15px}.auth-comment-modal-text{margin-bottom:25px}.auth-comment-modal-button{background:none;border:1px solid #c4c4c4;color:var(--main-font-color);border-radius:9px;display:inline-flex;align-items:center;padding:15px;width:250px;height:50px;margin-bottom:15px}body.dark-theme .auth-comment-modal-button{background-color:#1e1f22}@media screen and (max-width:992px){.auth-comment-modal-button{width:100%}}.auth-comment-modal-button:last-child{margin-bottom:0}.auth-comment-modal-button-icon{width:24px;height:24px;margin-right:20px}.auth-comment-modal-button-icon svg{width:100%;height:100%}.auth-comment-modal-button:hover{border-color:var(--primary-color)}#auth-comment .modal-wrap{padding:0}@media screen and (max-width:992px){#auth-comment .modal-wrap{padding:40px 15px;margin:0;height:100vh;border-radius:0;overflow:auto}}#auth-comment .modal-close{top:14px;right:14px;width:16px;height:16px}#auth-comment .modal-close svg{fill:var(--gray-color)}#auth-comment .modal-close:hover svg{fill:#000}body.dark-theme #auth-comment .modal-close:hover svg{fill:#fff}.comment-anchor-button{display:flex;align-items:center;justify-content:center;height:48px;border:1px solid #601dc0;color:#000;border-radius:8px;font-weight:700;font-size:20px;line-height:1.15;margin:20px 0}@media only screen and (min-width:720px){.comment-anchor-button{font-size:16px;line-height:1.125;height:44px}}.comment-anchor-button svg{width:24px;height:24px;margin-right:10px}.comment-anchor-button-number{margin-right:4px}.comment-anchor-button:hover{color:#fff;background-color:var(--success-color);border-color:var(--success-color)}.comment-anchor-button:hover svg{fill:#fff}@media only screen and (max-width:719px){.comment-container>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 232px)}.comment-container>.comment>.comment-children>.comment .comment-reply{margin-left:-20px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 252px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-40px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 272px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-60px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 292px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-80px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children.comment-children-without-padding>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 292px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children.comment-children-without-padding>.comment .comment-reply{margin-left:-60px}}@media only screen and (max-width:374px){.comment-children{padding-left:10px}.comment-mark{margin-right:15px}.comment-date .date{margin-right:5px}.comment-container>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 232px)}.comment-container>.comment>.comment-children>.comment .comment-reply{margin-left:-10px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 252px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-20px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 272px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-30px}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-post+.comment-reply-anchor{max-width:calc(100vw - 292px)}.comment-container>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment>.comment-children>.comment .comment-reply{margin-left:-40px}}.apps{margin:40px 0}.apps.is-double .apps-row:after{display:none}.apps.is-double .apps-scroll{width:100%}.apps.is-double .apps-item{justify-content:center;width:100%}.apps.is-double .apps-item-info{flex-grow:0;width:auto}.apps-title{font-size:18px;margin:0 0 10px}.apps-row{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px}.apps-row::-webkit-scrollbar{display:none}.apps-row:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.apps-item,.apps-scroll{display:flex;align-items:center}.apps-item{--app-item-bg-color:#fff;width:150px;height:40px;line-height:1;color:var(--app-item-bg-color);background:var(--main-font-color);border-radius:8px;padding:0 10px}body.dark-theme .apps-item{--app-item-bg-color:#000}.apps-item:not(:last-child){margin:0 15px 0 0}.apps-item-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin:0 10px 0 0}.apps-item-icon img{width:100%;height:100%}.apps-item-icon-apple{background:url(/local/templates/main/img/apps/ios.svg) 50% no-repeat}body.dark-theme .apps-item-icon-apple{background-image:url(/local/templates/main/img/apps/ios_dark.svg)}.apps-item-info{flex-grow:2;width:50%}.apps-item-label{font-size:9px;margin:0 0 3px}.apps-item-name{font-size:13px;font-weight:700}.apps-history-modal{position:relative;display:flex;flex-flow:column;max-width:692px;width:100%;text-align:left}.apps-history-modal:after{content:"";position:absolute;right:0;bottom:-8px;left:0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),var(--main-background-color) 70%);height:50px;transition:all .3s ease-in-out}.apps-history-modal-title{font-size:22px;font-weight:700;margin-bottom:30px}.apps-history-modal-body{overflow:auto;padding:0 15px 30px;margin:0 -15px;max-height:calc(var(--vh, 1vh)*100 - 200px)}.apps-history-modal-body::-webkit-scrollbar{width:5px}.apps-history-modal-body::-webkit-scrollbar-track{border-radius:2px}.apps-history-modal-body::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.apps-history-modal .apps-version{border-top:1px solid #e8e8e8;padding:15px 0}.apps-version-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.apps-version-number{font-weight:700}.apps-version-date{color:var(--gray-color);opacity:.9}.apps-version-desc p+p{margin-top:30px}@media only screen and (min-width:1100px){.apps-title{font-size:22px}.apps-row{padding:0;margin:0}.apps-row:after{display:none}.apps-scroll{width:100%}.apps-item{width:calc(33.33333% - 13.66px);padding:0 20px}.apps-item:not(:last-child){margin:0 20.5px 0 0}.apps-item-icon{width:26px;height:26px;margin:0 15px 0 0}.apps-item-label{font-size:12px}.apps-item-name{font-size:16px}}.overview-difference{margin:30px 0}@media screen and (max-width:1099px){.overview-difference{padding-bottom:20px}}.overview-difference-list:not(:last-child){margin:0 0 20px}.overview-difference-list.is-success svg{fill:var(--success-color)}.overview-difference-list.is-danger svg{fill:var(--danger-color)}.overview-difference-item{display:flex;align-items:center}.overview-difference-item:not(:last-child){margin:0 0 10px}.overview-difference-item svg{width:20px;height:20px;margin:0 10px 0 0}body.arabic-version .overview-difference-item svg{margin:0 0 0 10px}.overview-difference-item span{flex-grow:2;width:50%}@media only screen and (min-width:1100px){.overview-difference{display:flex}.overview-difference-list{width:calc(50% - 8px)}.overview-difference-list:not(:last-child){margin:0 16px 0 0}}@media only screen and (max-width:374px){.overview-difference-item{font-size:15px}.overview-difference-item svg{width:18px;height:18px}.overview-difference+.workarea-text p{font-size:15px}}.ratings-bo-single{background-color:transparent;padding:0;margin:20px 0}.ratings-bo-single .ratings-bo-item{display:flex;align-items:stretch;min-width:100%;overflow:initial;border-radius:6px;padding:0}body.dark-theme .ratings-bo-single .ratings-bo-item{background-color:transparent}.ratings-bo-single .ratings-bo-item:not(:last-child){margin-bottom:20px}.ratings-bo-single .ratings-bo-item-wrap{width:100%;min-height:50px;background-color:#fff;border-radius:6px;padding:8px}body.dark-theme .ratings-bo-single .ratings-bo-item-wrap{background-color:transparent}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-wrap{position:relative;padding:0}}.ratings-bo-single .ratings-bo-item-wrap:after{display:none}.ratings-bo-single .ratings-bo-item-wrap:before{content:"";top:0;right:0;bottom:0;left:0;border:1px solid #e5e5e5;border-radius:8px;z-index:0}body.dark-theme .ratings-bo-single .ratings-bo-item-wrap:before{border-color:var(--border-color)}.ratings-bo-single .ratings-bo-item-meta{width:34px;height:34px;font-size:13px;border-radius:4px}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-meta{font-size:12px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-meta{width:50px;height:100%;font-size:18px;border-radius:6px 0 0 6px}}.ratings-bo-single .ratings-bo-item-meta-help{top:3px;right:3px;width:auto;height:auto;font-size:7px;line-height:1;background-color:transparent}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-meta-help{top:2px;right:2px;width:13px;height:13px;font-size:8px;line-height:13px;background-color:rgba(0,0,0,.2)}}.ratings-bo-single .ratings-bo-item-meta:hover .ratings-bo-single .ratings-bo-item-meta-help{background-color:transparent}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-meta:hover .ratings-bo-single .ratings-bo-item-meta-help{background-color:var(--primary-color)}}.ratings-bo-single .ratings-bo-item-about{flex-grow:2;min-height:auto}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-about{width:auto;padding-left:6px;padding-right:6px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-about{min-height:auto}}.ratings-bo-single .ratings-bo-item-logo{width:90px}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-logo{max-width:75px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-logo{width:115px}}.ratings-bo-single .ratings-bo-item-logo img{max-height:25px;image-rendering:crisp-edges;image-rendering:-webkit-optimize-contrast}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-logo img{min-height:20px;-o-object-fit:contain;object-fit:contain}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-logo img{max-height:30px}}.ratings-bo-single .ratings-bo-item-btn{justify-content:flex-start;min-width:118px;height:34px;background-color:#f7f7f7;padding:0 13px 0 6px;margin:0}body.dark-theme .ratings-bo-single .ratings-bo-item-btn{background-color:transparent}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-btn{min-width:100px;padding:0 10px 0 5px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-btn{min-width:170px;height:40px}.ratings-bo-single .ratings-bo-item-btn:hover .ratings-bo-item-icon svg{fill:var(--primary-color)}.ratings-bo-single .ratings-bo-item-btn:hover .ratings-bo-item-text,.ratings-bo-single .ratings-bo-item-btn:hover .ratings-bo-item-text span{color:var(--primary-color)}}.ratings-bo-single .ratings-bo-item-btn-center{justify-content:center}.ratings-bo-single .ratings-bo-item-icon{background-color:#fff;margin-right:8px}body.dark-theme .ratings-bo-single .ratings-bo-item-icon{background-color:transparent}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-icon{--size:25px;margin-right:5px}}.ratings-bo-single .ratings-bo-item-icon svg{--size:16px;width:var(--size);height:var(--size)}body.dark-theme .ratings-bo-single .ratings-bo-item-icon svg{fill:var(--main-font-color)}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-icon svg{--size:14px}}.ratings-bo-single .ratings-bo-item-text{font-size:16px;font-weight:700;transition:color .3s ease-in-out}body.dark-theme .ratings-bo-single .ratings-bo-item-text{color:var(--main-font-color)}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item-text{font-size:14px}}.ratings-bo-single .ratings-bo-item-text span{display:none;color:var(--light-gray-color);font-size:12px;font-weight:400;transition:color .3s ease-in-out;margin:2px 0 0}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-text span{display:block}}.ratings-bo-single .ratings-bo-item-link{--size:34px}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-link{width:227px;height:100%;font-size:18px;border-radius:0 6px 6px 0}}.ratings-bo-single .ratings-bo-item-site{margin-left:8px}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item-site{margin-left:20px}}.ratings-bo-single .ratings-bo-item.is-average .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-danger .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-success .ratings-bo-item-meta{font-size:16px}@media only screen and (max-width:374px){.ratings-bo-single .ratings-bo-item.is-average .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-danger .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-success .ratings-bo-item-meta{font-size:15px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item.is-average .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-danger .ratings-bo-item-meta,.ratings-bo-single .ratings-bo-item.is-success .ratings-bo-item-meta{font-size:22px}}@media screen and (min-width:1100px){.ratings-bo-single .ratings-bo-item.is-without-review .ratings-bo-item-logo,.ratings-bo-single .ratings-bo-item.is-without-review .ratings-bo-item-logotext{margin-top:0}}.promocode{display:flex;flex-wrap:wrap;margin:20px 0}@media screen and (min-width:1100px){.promocode{flex-wrap:nowrap}}.promocode-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:20px;font-weight:700;line-height:normal;color:var(--main-font-color);background:none;border:2px dashed #b08ee0;padding:0 15px;border-radius:8px;margin-bottom:15px}@media screen and (min-width:1100px){.promocode-btn{margin-bottom:0;margin-right:10px;font-size:16px;height:40px}}.promocode-btn:active,.promocode-btn:focus{background-color:transparent}.promocode-btn:hover{color:#fff;background-color:var(--primary-color);border-color:transparent}.promocode-btn:hover svg{fill:#fff}.promocode-btn svg{width:20px;height:20px;fill:#b08ee0;margin-right:12px}.promocode-link{width:100%;font-size:20px;height:48px;color:#fff!important;text-decoration:none!important;font-weight:700!important}@media screen and (min-width:1100px){.promocode-link{height:40px;width:auto;white-space:nowrap;font-size:16px}}.promocode-link:hover{background-color:var(--success-color)}:root{--grey-medium:#dde4eb;--grey-light:#f4f3f9;--thin-grey:#f9f8fd;--grey:#7e8f9f;--red:#ff4c87;--orange:#ff8f00;--background-color:#fff;--border-radius:8px;--primary-darkgrey:#5b5b5b}.dark-theme{--background-color:#161618;--grey-medium:#1f2023;--grey:#666;--thin-grey:#1e1f22;--grey-light:#26292c}.demo-game a{font-size:16px;font-weight:700}.demo-game-img{position:relative}.demo-game-img img{filter:blur(2px)}.demo-game-img .seo-link{padding:11px 45px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;background-color:var(--primary-color)}.demo-game-img .seo-link:hover{background-color:var(--success-color)!important}@media screen and (max-width:1099px){.demo-game-img .seo-link{padding:12px 15px;width:max-content}}.demo-game-bonus{width:100%!important;display:flex;align-items:center;justify-content:center;gap:6px;background-color:var(--success-color)}.demo-game-bonus>svg{fill:#fff;width:24px;height:24px}@media screen and (max-width:549px){.demo-game-bonus>svg{width:22px;height:22px}}.demo-game-bonus:hover{background-color:var(--primary-color)}.demo-game-iframe{width:100%!important;height:100%!important}@media screen and (max-width:549px){.demo-game a{font-size:12px}}.modal[id*=demo-game] .modal-wrap{height:100%;width:100%;border-radius:8px;padding:0;margin:0}.modal[id*=demo-game] .modal-close{top:15px;right:15px;width:30px;height:30px;border-radius:100%;background:var(--background-color);display:flex;align-items:center;justify-content:center}.modal[id*=demo-game] .modal-close:hover svg{fill:var(--primary-color)}.modal[id*=demo-game] .modal-close svg{width:18px;height:18px;fill:var(--gray-color)}