@charset "UTF-8";.review-form{position:relative;min-height:40px;margin:-20px 0 20px;z-index:1}.review-form.is-full .review-form-more{opacity:0;visibility:hidden}.review-form.is-full .review-form-hide{opacity:1}.review-form-more{position:absolute;top:0;right:0;left:0;margin:0;z-index:0}.review-form-block{position:relative;display:none;background:var(--button-bg-color);border-radius:8px;padding:0 15px 50px;z-index:1}body.dark-theme .review-form-block{background:#161618;border:1px solid #393b40}.review-form-head{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.review-form-title{font-size:18px;font-weight:700}body.dark-theme .review-form-title{color:#fff}.review-form-hide{position:absolute;right:0;bottom:15px;left:0;width:100%;text-decoration:underline;text-align:center;color:var(--light-gray-color);background:none;opacity:0}.review-form-hide:hover{color:#601dc0;text-decoration:underline}body.dark-theme .review-form-hide{color:#fff}body.dark-theme .review-form-hide:hover{color:#20a94a}.review-form-field{position:relative;display:flex;box-shadow:0 0 30px -10px rgba(0,0,0,.5);border-radius:8px;margin:0 0 20px;z-index:33}.review-form-list{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:20px 15px 20px 40px;margin:-20px -15px -20px 0}.review-form-list::-webkit-scrollbar{display:none}.review-form-list:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.review-form-list.is-active .review-form-item,.review-form-list.is-active .review-form-scroll{opacity:0}.review-form-scroll{display:flex;background:#1f2023;border-radius:0 8px 8px 0;transition:all .3s ease-in-out}.review-form-item{display:flex;align-items:center;justify-content:center;width:145px;height:40px;background:none;filter:grayscale(1);padding:0 10px}.review-form-item:last-child{border-radius:0 8px 8px 0}.review-form-item:hover{filter:grayscale(0)}.review-form-item.is-select{background:#393b40;filter:grayscale(0)}.review-form-item img{max-width:100%;max-height:24px}.review-form-search{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}.review-form-search:active{background:#451788}.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}.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 svg{width:15px;height:15px;fill:#fff}.review-form-result{position:absolute;display:none;top:0;right:0;left:40px;background:#1f2023;box-shadow:0 0 30px -10px rgba(0,0,0,.5);border-radius:8px;padding:50px 0 10px;z-index:1}.review-form-result a,.review-form-result button{display:flex;width:100%;color:#fff;background:none;font-size:14px;padding:10px 15px}.review-form-result a.is-select,.review-form-result a:hover,.review-form-result button.is-select,.review-form-result button:hover{background:#601dc0}.review-form-row:not(:last-child){margin:0 0 20px}.review-form-row:last-child{padding:15px 0 0}.review-form-half{position:relative}.review-form-half:not(:first-child) .review-form-icon:after,.review-form-half:not(:first-child) .review-form-icon:before{background:#d0021b}.review-form-half:not(:first-child) .review-form-icon:after{display:none}.review-form-half:not(:last-child){margin:0 0 10px}.review-form-half .review-form-textarea{padding:10px 15px 10px 40px}.review-form-label{display:flex;align-items:center;font-size:14px;line-height:1;margin:0 0 10px;padding-left:20px}.review-form-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:12px;height:12px;margin:0 10px 0 0;top:0;left:0}.review-form-icon:after,.review-form-icon:before{content:"";position:absolute;background:#20a94a}.review-form-icon:after{top:0;bottom:0;width:2px}.review-form-icon:before{right:0;left:0;height:2px}.review-form-input{display:block;width:100%;height:34px;font:14px/1 Helvetica,Arial,sans-serif;background:#fff;border:none;border-radius:8px;-webkit-appearance:none;padding:10px 15px}.review-form-input::placeholder{color:var(--light-gray-color);transition:all .3s ease-in-out}.review-form-input:focus::placeholder{color:transparent}.review-form-input:not(:last-child){margin:0 0 10px}body.dark-theme .review-form-input{color:#fff;background:#1f2023}body.dark-theme .review-form-input::placeholder{color:#fff}body.dark-theme .review-form-input:focus::placeholder{color:transparent}.review-form-textarea{display:block;width:100%;height:84px;font:14px/1 Helvetica,Arial,sans-serif;background:#fff;border:none;border-radius:8px;-webkit-appearance:none;resize:none;padding:10px 15px}.review-form-textarea::placeholder{color:var(--light-gray-color);transition:all .3s ease-in-out}.review-form-textarea:focus::placeholder{color:transparent}body.dark-theme .review-form-textarea{color:#fff;background:#1f2023}body.dark-theme .review-form-textarea::placeholder{color:#fff}body.dark-theme .review-form-textarea:focus::placeholder{color:transparent}.review-form-range{position:relative;margin:30px 0 40px}.review-form-range input[type=range]{position:relative;display:block;width:100%;-webkit-appearance:none;background:transparent;margin:0;z-index:2}.review-form-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;color:transparent;background:transparent;background-image:linear-gradient(90deg,#d0021b 0,#f5a623 50%,#f5a623 60%,#20a94a);border:none;border-radius:5px}.review-form-range input[type=range]::-webkit-slider-thumb{width:34px;height:34px;background:url(/local/templates/main/img/icons/smile.svg) no-repeat 50%;background-color:#fff;background-size:22px;border:6px solid #fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);-webkit-appearance:none;padding:0;margin:-14px 0 0}.review-form-range input[type=range]::-moz-range-track{width:100%;height:10px;cursor:pointer;color:transparent;background:transparent;background-image:linear-gradient(90deg,#d0021b 0,#f5a623 50%,#f5a623 60%,#20a94a);border:none;border-radius:5px}.review-form-range input[type=range]::-moz-range-thumb{width:28px;height:28px;background:url(/local/templates/main/img/icons/smile.svg) no-repeat 50%;background-color:#fff;background-size:28px;border:6px solid #fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);-moz-appearance:none;padding:0;margin:-14px 0 0}body.dark-theme .review-form-range input[type=range]::-webkit-slider-thumb{background-color:#1f2023;border:6px solid #1f2023}body.dark-theme .review-form-range input[type=range]::-moz-range-thumb{background-color:#1f2023;border:6px solid #1f2023}.review-form-range.is-success input[type=range]::-webkit-slider-thumb{background-position:0 top}.review-form-range.is-success input[type=range]::-moz-range-thumb{background-position:0 top}.review-form-range.is-danger input[type=range]::-webkit-slider-thumb{background-position:0 bottom}.review-form-range.is-danger input[type=range]::-moz-range-thumb{background-position:0 bottom}.review-form-range-numb{position:absolute;top:calc(100% + 15px);width:100%;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:700;z-index:1}.review-form-range-numb li{display:flex;justify-content:center;width:40px}.review-form-range-text{position:absolute;top:calc(100% + 15px);width:100%;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;z-index:1}.review-form-range-text span:first-child{min-width:91.53px;color:#d0021b}.review-form-range-text span:nth-child(2){color:#f5a623}.review-form-range-text span:last-child{color:#20a94a}.review-form-note{display:none;width:190px;color:var(--light-gray-color);font-size:12px}.review-form-btn{width:100%;height:34px;line-height:1;color:var(--light-gray-color);background:transparent;border:2px solid #fff;border-radius:17px}body.dark-theme .review-form-btn{position:relative;color:#fff;background:none;border:none}body.dark-theme .review-form-btn:after,body.dark-theme .review-form-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:17px;transition:all .3s ease-in-out;z-index:-1}body.dark-theme .review-form-btn:before{background:linear-gradient(270deg,#d200ff,#601dc0)}body.dark-theme .review-form-btn:after{top:1px;right:1px;bottom:1px;left:1px;background:#161618}body.dark-theme .review-form-btn:hover:after{opacity:0}.review-form-success-title{color:var(--main-font-color);font-size:22px;font-weight:700;line-height:1.2}.review-form-success-icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;margin:15px auto}.review-form-success-icon svg{width:50px;height:50px;fill:none;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10}.review-form-success-circle{opacity:0;stroke:#ddd;stroke-dasharray:300 300;animation:circleIn 1s cubic-bezier(.5,0,.5,1) .15s forwards}.review-form-success-circle-dash{opacity:0;stroke:#ddd;stroke-dasharray:10 300;animation:circleDashIn 1s cubic-bezier(.5,0,.5,1) .05s forwards}.review-form-success-check{opacity:0;stroke:#20a94a;stroke-linejoin:round;stroke-dasharray:60 100;animation:checkIn 1s cubic-bezier(.5,0,.6,1) .15s forwards}.review-form-success-check-dash{stroke:#20a94a;stroke-linejoin:round;stroke-dasharray:10 100;animation:checkDashIn 1s cubic-bezier(.5,0,.6,1) forwards}.review-form-success-subtitle{max-width:250px;color:var(--gray-color);font-size:14px;line-height:1.25;margin:0 auto}@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}}@media only screen and (min-width:1100px){.review-form{margin:0 0 20px}.review-form-block{padding:0 15px}.review-form-title{font-size:22px}.review-form-hide{position:relative;right:auto;bottom:auto;left:auto;width:auto;opacity:1}.review-form-list{flex-grow:2;width:50%;padding:0;margin:0}.review-form-list:after{display:none}.review-form-scroll{width:100%;border-radius:8px 0 0 8px}.review-form-item{width:16.66667%}.review-form-item:first-child{border-radius:8px 0 0 8px}.review-form-item:last-child{border-radius:0}.review-form-search{position:relative;top:auto;left:auto;width:40px;height:40px;border-radius:0 8px 8px 0}.review-form-search:hover{background:#451788}.review-form-search-input{right:0;left:100%;border-radius:8px 0 0 8px}.review-form-search-input.is-active{left:0}.review-form-result{right:40px;left:0}.review-form-row{display:flex;align-items:center;justify-content:space-between}.review-form-row:not(:last-child){margin:0 0 10px}.review-form-row:last-child{padding:15px 0}.review-form-half{width:calc(50% - .5px)}.review-form-half:not(:last-child){margin:0}.review-form-half:first-child .review-form-textarea{border-radius:8px 0 0 8px}.review-form-half:last-child .review-form-textarea{border-radius:0 8px 8px 0}.review-form-icon{width:14px;height:14px}.review-form-input{width:calc(50% - .5px)}.review-form-input:not(:last-child){margin:0}.review-form-input:first-child{border-radius:8px 0 0 8px}.review-form-input:last-child{border-radius:0 8px 8px 0}.review-form-range{margin:30px 0 60px}.review-form-range input[type=range]::-webkit-slider-runnable-track{height:10px}.review-form-range input[type=range]::-webkit-slider-thumb{width:40px;height:40px;background-size:26px;border:7px solid #fff;margin:-15px 0 0}body.dark-theme .review-form-range input[type=range]::-webkit-slider-thumb{border:7px solid #1f2023}.review-form-range-numb,.review-form-range-text{top:calc(100% + 17px);font-size:18px}.review-form-range-text span:first-child{min-width:137.28px}.review-form-note{display:block}.review-form-btn{width:50%}.review-form-btn:hover{color:#fff;background:#601dc0;border:2px solid #601dc0}.review-form-success{width:550px;padding:15px 0}.review-form-success-title{font-size:30px}.review-form-success-icon{margin:18px auto}.review-form-success-subtitle{max-width:293px;font-size:20px;line-height:1.2}}.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}}.substance{display:none;background:var(--main-background-color);border-radius:8px;margin:40px -15px!important}.substance-head{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;padding-right:15px;text-transform:uppercase}.substance-head.is-close .substance-arrow svg{transform:rotate(90deg)}.substance-title{font-size:18px;font-weight:700;color:var(--main-font-color)}.substance-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;float:right;cursor:pointer}.substance-arrow svg{width:10px;height:10px;transform:rotate(-90deg);fill:var(--main-font-color)}.substance-arrow.is-close svg{transform:rotate(90deg)}.substance-body{padding:15px;margin:-15px}.substance-block{margin-top:10px}.substance ul.substance-list{list-style:none;padding:0;margin:0}.substance ul.substance-list:not(:last-child){padding:10px 0 0}.substance li.substance-item{line-height:1.35;padding:10px 0}.substance li.substance-item li.substance-item{padding:7px 8px 7px 0;margin:0;position:relative}.substance li.substance-item li.substance-item:not(:last-child){padding:7px 0}.substance li.substance-item li.substance-item a.substance-anchor{font-size:14px;font-weight:400;display:inline-block;padding-left:25px;padding-right:5px}.substance li.substance-item li.substance-item:before{--substance-list-icon-color:#d8d8d8;content:"";width:8px;height:8px;background:var(--substance-list-icon-color);border-radius:50%;position:absolute;top:calc(50% - 4px)}body.dark-theme .substance li.substance-item li.substance-item:before{--substance-list-icon-color:#393b40}.substance a.substance-anchor{color:var(--main-font-color);font-size:16px;font-weight:700;text-decoration:none}@media only screen and (min-width:1100px){.substance{margin:35px 0!important}.substance-body{display:flex;justify-content:space-between}.substance ul.substance-list{width:calc(100% - 15px);padding:8px 20px 0 30px}.substance ul.substance-list:not(:last-child) li.substance-item:last-child{border-bottom:none}.substance ul.substance-list ul.substance-list{width:calc(50% - 5px);padding:0;display:inline-block;vertical-align:top}.substance a.substance-anchor:hover{color:#601dc0}}@media only screen and (max-width:960px){.substance{padding:0 15px}.substance ul.substance-list{width:100%;padding:8px 10px 0}.substance ul.substance-list ul.substance-list{padding:0}.substance-head{padding-right: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}}.video{--button-bg:#fff;--button-icon-color:#000;position:relative;margin:40px 0;z-index:1}body.dark-theme .video{--button-bg:#161618;--button-icon-color:#fff}.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.is-double iframe,.video-slider.is-triple iframe{width:315px;height:186px;pointer-events:none}.video-slider.is-double .video-info,.video-slider.is-triple .video-info{max-width:315px}.video .swiper-container{padding:0 15px;margin:0 -15px}.video .swiper-slide{width:auto;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{width:100%;height:190px;border-radius:8px}.video iframe,.video img{margin:0}@media only screen and (min-width:1100px){.video-title{font-size:22px}.video-slider.is-double iframe,.video-slider.is-triple iframe{width:100%}.video-slider.is-double .video-info,.video-slider.is-triple .video-info{max-width:100%}.video-slider.is-double iframe{height:190px;pointer-events:all}.video-slider.is-triple iframe{height:160px}.video .swiper-button-next,.video .swiper-button-prev{display:flex}.video iframe{height:380px}}@media only screen and (max-width:374px){.video-slider.is-double iframe,.video-slider.is-triple iframe{width:280px;height:185px}.video-slider.is-double .video-info,.video-slider.is-triple .video-info{max-width:280px}.video .swiper-slide:not(:last-child){margin:0 10px 0 0}}.review{padding:15px 0 0}.review-slider .swiper-container{padding:15px;margin:-15px}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{top:calc(50% - 13px);background:var(--input-bg-color);box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.review-slider .swiper-button-next:hover svg,.review-slider .swiper-button-prev:hover svg{fill:#601dc0}.review-slider .swiper-button-next svg,.review-slider .swiper-button-prev svg{fill:var(--main-font-color)}.review-item{background:#fff}body.dark-theme .review-item{background:#161618;border:1px solid #393b40}.review-item-toggle{z-index:1}.review-item-head{display:flex;justify-content:space-between;margin:0 0 10px}.review-item-user{align-items:center}.review-item-img{width:30px;height:30px;background:url(/local/templates/main/img/icons/user.svg) 50% no-repeat;border-radius:50%;margin:0 10px 0 0}body.dark-theme .review-item-img{background:url(/local/templates/main/img/icons/user_o.svg) 50% no-repeat}.review-item-info{flex-grow:2;display:flex;flex-flow:column wrap;width:50%}.review-item-info .review-item-date{margin:8px 0 0}.review-item-name{font-size:14px;font-weight:700;line-height:1}.review-item-link{color:var(--gray-color);font-size:10px;line-height:1;margin:8px 0 0}.review-item-date{color:var(--gray-color);font-size:12px}.review-item-body{max-height:102px;transition:all .3s ease-in-out}.review-item-text{font-size:14px;line-height:1.43;overflow-wrap:break-word}.review-item-full{position:absolute;display:none;align-items:center;right:-5px;bottom:0;cursor:pointer;height:23px;color:#20a94a;line-height:1;text-decoration:underline;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 35%);-webkit-tap-highlight-color:transparent;transition:color .3s ease-in-out;padding:0 5px 0 30px;z-index:3}body.dark-theme .review-item-full{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#161618 35%)}.review-item .is-highlight.is-success{background:#bfffd5}.review-item .is-highlight.is-danger{background:#ffc2c9}.review-item .is-highlight.is-disable{background:var(--light-border-color)}.review-modal{position:absolute;top:0;right:0;bottom:0;left:0}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{background:var(--secondary)}.review-modal .swiper-button-next:hover svg,.review-modal .swiper-button-prev:hover svg{fill:#601dc0}.review-modal .swiper-button-next svg,.review-modal .swiper-button-prev svg{fill:var(--main-font-color)}.review-modal .review-item{display:flex;flex-flow:column;height:100%;margin:0}.review-modal .review-item-head{margin:0 0 20px}.review-modal .review-item-img{width:40px;height:40px}.review-modal .review-item-name{font-size:16px}.review-modal .review-item-date,.review-modal .review-item-link{font-size:14px}.review-modal .review-item-body{height:100%;max-height:none!important;margin:0 -15px 0 0}.review-modal .review-item-text{line-height:1.38;padding:0 15px 0 0}.review-modal .review-item-full{display:none!important}.modal[id*=review] .modal-wrap{width:calc(100% - 30px);height:calc(100% - 140px);background:none}@media only screen and (min-width:1100px){.review-slider{position:relative}.review-slider:after,.review-slider:before{content:"";position:absolute;top:calc(50% - 25px);width:33px;height:50px;background:url(/local/templates/main/img/icons/liquid.svg) no-repeat 50%;transition:all .3s ease-in-out}body.dark-theme .review-slider:after,body.dark-theme .review-slider:before{background-image:url(/local/templates/main/img/icons/liquid_dark.svg)}.review-slider:before{left:-11px;transform:rotate(180deg)}.review-slider:after{right:-24px}.review-slider.is-start:after{right:-11px}.review-slider.is-end:before{left:-24px}.review-slider.is-end:after{right:-11px}.review-slider.is-move:before{left:-24px}.review-slider .swiper-container{padding:15px 5px;margin:-15px -5px}.review-slider .swiper-slide{width:317px}.review-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{display:flex}.review-item{border:1px solid var(--main-border-color);box-shadow:0 0 10px -5px rgba(0,0,0,.2)}.review-item-link{font-size:12px}.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 10px -5px rgba(0,0,0,.5)}.review-modal .swiper-button-next{right:-56px}.review-modal .swiper-button-next:before{display:none}.review-modal .swiper-button-prev{left:-56px}.review-modal .swiper-button-prev:after{display:none}.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:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);border-radius:2px}.review-modal .review-item-body::-webkit-scrollbar-button{background:#fff;height:10px}body.dark-theme .review-modal .review-item-body::-webkit-scrollbar-button{background:#161618}.modal[id*=review] .modal-wrap{width:680px;height:340px}}@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}}.faq{padding:15px 0 0}.faq-search{margin:0 0 15px}.faq-field{display:flex;align-items:center;box-shadow:0 2px 20px -10px rgba(8,11,42,.5);border-radius:8px}.faq-input{display:block;flex-grow:2;width:50%;height:40px;font:15px/1 Helvetica,Arial,sans-serif;color:var(--main-font-color);background:var(--input-bg-color);border:none;border-radius:8px 0 0 8px;-webkit-appearance:none;padding:0 10px}.faq-input::placeholder{color:var(--gray-color);transition:all .3s ease-in-out}.faq-input:focus::placeholder{color:transparent}.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}.faq-item{margin:0 0 20px}.faq-item-link{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.faq-item-link a{color:var(--main-font-color);text-decoration:underline}.faq-item-link span{text-decoration:none}.faq-item-link span,.faq-item-question{color:var(--main-font-color)}.faq-item-more{display:none;color:#9499a0}.faq-item-answer{font-size:15px;line-height:1.47;background:var(--secondary);border-radius:8px;padding:15px 10px}.faq-nothing{display:none}.faq-nothing-note{color:var(--danger-color);font-size:15px;margin:0 0 20px}.faq-nothing-title{font-size:18px;font-weight:700}.faq-nothing-list{display:flex;flex-flow:column wrap;text-decoration:underline}.faq-nothing-item{color:var(--main-font-color);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-btn:hover{background:#451788}.faq-item-more:hover,.faq-item-question:hover,.faq-nothing-item:hover{color:#20a94a}}.payment-tab{padding:15px 0 0}.payment-tabMain{margin:10px 0 0}.payment-tabMainHead{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px;z-index:1}.payment-tabMainHead::-webkit-scrollbar{display:none}.payment-tabMainHead:before{content:"";position:absolute;right:15px;bottom:0;left:15px;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.payment-tabMainHead:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.payment-tabMainList{position:relative;display:flex;width:auto}.payment-tabMainList:after{content:"";position:absolute;right:0;bottom:0;left:0;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:0}.payment-tabMainItem{position:relative;display:flex;align-items:center;color:var(--gray-color);font-weight:700;white-space:nowrap;cursor:pointer;transition:all .3s ease-in-out;padding:10px 0;z-index:1}.payment-tabMainItem:after{content:"";position:absolute;right:100%;bottom:0;left:0;height:1px;background:#601dc0;transition:all .3s ease-in-out;z-index:0}.payment-tabMainItem:not(:last-child){margin:0 20px 0 0}@media (hover){.payment-tabMainItem:hover{color:var(--main-font-color)}.payment-tabMainItem:hover:after{right:0}}.payment-tabMainItem.is-select{color:var(--main-font-color)}.payment-tabMainItem.is-select:after{right:0}.payment-tabMainBlock{height:0;overflow:hidden}.payment-tabMainBlock.is-open{height:auto;padding:15px;margin:-15px}.payment-tabHead{position:relative;display:none;-webkit-user-select:none;user-select:none}.payment-tabHead:after,.payment-tabHead:before{content:"";position:absolute;top:calc(50% - 25px);width:33px;height:50px;background:url(/local/templates/main/img/icons/liquid.svg) no-repeat 50%;transition:all .3s ease-in-out}body.dark-theme .payment-tabHead:after,body.dark-theme .payment-tabHead:before{background-image:url(/local/templates/main/img/icons/liquid_dark.svg)}.payment-tabHead:before{left:-11px;transform:rotate(180deg)}.payment-tabHead:after{right:-24px}.payment-tabHead.is-start:after{right:-11px}.payment-tabHead.is-end:before{left:-24px}.payment-tabHead.is-end:after{right:-11px}.payment-tabHead.is-move:before{left:-24px}.payment-tabHead .swiper-container{padding:15px 0 0;margin:-15px 0 0}.payment-tabHead .swiper-slide{width:calc(14.28571% - 12.85px);padding:0 0 15px}.payment-tabHead .swiper-slide:after{content:"";position:absolute;display:none;top:0;right:0;bottom:0;left:0;background:var(--secondary);border-radius:8px 8px 0 0;z-index:0}.payment-tabHead .swiper-slide:not(:last-child){margin:0 15px 0 0}.payment-tabHead .swiper-slide.is-select:after{display:block;box-shadow:0 0 20px -10px rgba(0,0,0,.5)}.payment-tabHead .swiper-slide.is-select .payment-img{box-shadow:none;background:var(--secondary)}.payment-tabHead .swiper-button-next,.payment-tabHead .swiper-button-prev{--size:26px;display:flex;align-items:center;justify-content:center;top:calc(50% - var(--size)/2);width:var(--size);height:var(--size);outline:none;background-color:#fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0;z-index:4;opacity:1}.payment-tabHead .swiper-button-next:hover svg,.payment-tabHead .swiper-button-prev:hover svg{fill:var(--primary-color)}.payment-tabHead .swiper-button-next.swiper-button-disabled,.payment-tabHead .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.payment-tabHead .swiper-button-next svg,.payment-tabHead .swiper-button-prev svg{width:10px;height:10px}.payment-tabHead .swiper-button-next{right:-13px}.payment-tabHead .swiper-button-prev{left:-13px}.payment-tabHead .swiper-button-prev svg{transform:rotate(180deg)}.payment-tabBody{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:15px;margin:-15px}.payment-tabBody::-webkit-scrollbar{display:none}.payment-tabBody:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.payment-tabScroll{display:flex;align-items:stretch}.payment-tabBlock{width:315px;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:15px}.payment-tabBlock:not(:last-child){margin:0 15px 0 0}.payment-img{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:40px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.2);border-radius:8px;z-index:1}.payment-img img{width:60px;max-height:30px}.payment-info:not(:last-child){margin:0 0 25px}.payment-title{display:flex;align-items:center;font-size:18px;font-weight:700;margin:15px 0}.payment-title img,.payment-title svg{width:31px;height:31px;margin:0 10px 0 0}.payment-title svg{fill:var(--main-font-color)}.payment-list{display:flex;flex-flow:wrap}.payment-item:nth-child(odd){width:135px;margin:0 40px 0 0}.payment-item:nth-child(-n+2){margin:0 0 20px}.payment-item:first-child{margin:0 40px 20px 0}.payment-label{color:var(--gray-color);line-height:1;margin:0 0 10px}.payment-text{color:var(--main-font-color);font-weight:700;line-height:1}.payment-btn{display:flex;align-items:center;justify-content:center;width:100%;height:34px;font-size:14px;font-weight:700;color:#fff;background:#601dc0;border-radius:6px;margin:20px 0 0}.payment-help{display:flex;justify-content:space-between;margin:15px 0 0}.payment-note{display:flex;color:var(--gray-color);font-size:14px}.payment-note:first-child{width:60%}.payment-note span{font-size:17px;font-weight:700;padding:3px 0 0;margin:0 10px 0 0}@media only screen and (min-width:1100px){.payment-tabHead{display:block}.payment-tabHead.is-start+.payment-tabBody:after{display:none}.payment-tabBody{position:relative;overflow:visible;padding:0;margin:0}.payment-tabBody:after,.payment-tabBody:before{content:"";position:absolute;top:-55px;width:30px;height:40px;background:#f7f7f7;border-radius:8px}.payment-tabBody:before{left:0;box-shadow:-3px 0 20px -10px rgba(0,0,0,.5)}.payment-tabBody:after{right:0;box-shadow:3px 0 20px -10px rgba(0,0,0,.5)}.payment-tabScroll{display:block;width:100%}.payment-tabBlock{display:none;width:100%;border-radius:0 0 8px 8px}.payment-tabBlock:not(:last-child){margin:0}.payment-tabBlock.is-open{display:block}.payment-tabBlock .payment-img{display:none}.payment-img{width:100%;box-shadow:0 0 20px -10px rgba(0,0,0,.5)}.payment-row{display:flex;justify-content:space-between}.payment-info{width:275px}.payment-info:not(:last-child){margin:0}.payment-title{margin:0 0 15px}.payment-btn:hover{background:#451788}.payment-help{justify-content:flex-start;margin:20px 0 0}.payment-note:first-child{width:65%}}@media only screen and (max-width:374px){.payment-tabBlock{width:246px}.payment-item:last-child{margin:20px 0 0}}.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}}.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}}.related{--button-bg:#fff;--button-icon-color:#000;position:relative;margin:40px 0;z-index:1}body.dark-theme .related{--button-bg:#161618;--button-icon-color:#fff}.related-title{font-size:18px;font-weight:700;margin:0 0 15px}.related-slider{position:relative}.related-slider .swiper-container{padding:30px 15px;margin:-30px -15px}.related-slider .swiper-slide{width:auto;height:auto}.related-slider .swiper-slide:not(:last-child){margin:0 15px 0 0}.related-slider .swiper-button-next,.related-slider .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);transition:all .3s ease-in-out;margin:0}body.dark-theme .related-slider .swiper-button-next,body.dark-theme .related-slider .swiper-button-prev{border:1px solid #601dc0;box-shadow:0 0 5px 0 #000}body.dark-theme .related-slider .swiper-button-next:hover,body.dark-theme .related-slider .swiper-button-prev:hover{background:#601dc0}body.dark-theme .related-slider .swiper-button-next:hover svg,body.dark-theme .related-slider .swiper-button-prev:hover svg{fill:#fff}.related-slider .swiper-button-next:hover,.related-slider .swiper-button-prev:hover{border:1px solid #601dc0}.related-slider .swiper-button-next:hover svg,.related-slider .swiper-button-prev:hover svg{fill:#601dc0}.related-slider .swiper-button-next.swiper-button-disabled,.related-slider .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.related-slider .swiper-button-next svg,.related-slider .swiper-button-prev svg{fill:var(--button-icon-color);width:10px;height:10px}.related-slider .swiper-button-next{right:-13px}.related-slider .swiper-button-prev{left:-13px}.related-slider .swiper-button-prev svg{transform:rotate(180deg)}.related-item{display:flex;flex-flow:column wrap;width:315px;height:100%;background:#fff;box-shadow:0 0 10px -5px rgba(0,0,0,.5);border-radius:8px;padding:10px 15px 15px}body.dark-theme .related-item{background:#161618;border:1px solid #393b40}body.dark-theme .related-item.is-primary{border:1px solid #601dc0}body.dark-theme .related-item.is-success{border:1px solid #20a94a}.related-item.is-primary{border:1px solid #601dc0}.related-item.is-primary .related-item-label{background:#601dc0}.related-item.is-success{border:1px solid #20a94a}.related-item.is-success .related-item-label{background:#20a94a}.related-item-detail{display:flex;align-items:flex-start;justify-content:space-between;margin:0 0 15px}.related-item-tools{color:#666}.related-item-tag{display:flex;align-items:center;height:20px;font-size:10px;font-weight:700}.related-item-time{display:flex;align-items:center;font-size:14px}.related-item-clock{margin:0 0 0 15px}.related-item-label{display:flex;align-items:center;justify-content:center;width:84px;height:20px;color:#fff;font-size:12px;line-height:1;border-radius:4px;margin:-5px -10px 0 0}.related-item-info{color:var(--main-font-color);font-size:16px;font-weight:700;line-height:1.38}@media only screen and (min-width:1100px){.related-title{font-size:22px}.related-slider .swiper-slide{width:calc(33.33333% - 10.66px);transition:all .3s ease-in-out}.related-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.related-slider .swiper-slide:nth-child(4) .related-item{box-shadow:none}.related-slider .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .related-item,.related-slider .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .related-item,.related-slider .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .related-item{box-shadow:0 0 10px -5px rgba(0,0,0,.3)}.related-slider .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover,.related-slider .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover,.related-slider .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.related-slider .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-primary,.related-slider .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-primary,.related-slider .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-primary{box-shadow:0 0 10px 0 rgba(55,10,120,.3)}.related-slider .swiper-slide-active+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-success,.related-slider .swiper-slide-next+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-success,.related-slider .swiper-slide-prev+.swiper-slide.swiper-slide:nth-child(4) .related-item:hover.is-success{box-shadow:0 0 10px 0 rgba(6,101,35,.3)}.related-slider .swiper-slide-next+.swiper-slide+.swiper-slide .related-item,.related-slider .swiper-slide-prev .related-item{box-shadow:none}.related-slider .swiper-button-next,.related-slider .swiper-button-prev{display:flex}.related-item{width:100%}.related-item:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.related-item:hover.is-primary{box-shadow:0 0 10px 0 rgba(55,10,120,.3)}.related-item:hover.is-success{box-shadow:0 0 10px 0 rgba(6,101,35,.3)}.related-item-time{font-size:12px}.related-item-info{font-size:14px;line-height:1.43}}@media only screen and (max-width:374px){.related .swiper-slide:not(:last-child){margin:0 10px 0 0}.related-item{width:246px}.related-item-time{font-size:12px}.related-item-label{width:65px;font-size:10px}.related-item-info{font-size:14px}}.workarea-has-best{padding-top:100px}.workarea-title{border:none;padding:0;margin:0 0 15px}.overview{position:relative}.overview>:first-child,.overview>:first-child .accordion{margin-top:0}.overview>:last-child,.overview>:last-child .accordion,.overview>:last-child .comment,.overview>:nth-last-child(2),.overview>:nth-last-child(2) .accordion,.overview>:nth-last-child(2) .comment{margin-bottom:0}.overview .comm.review-bk{margin:20px 0 -20px}.overview .comm.review-bk .comm-item img{margin:0 auto}@media (max-width:370px){.overview .comm.review-bk .comm-item img{width:100%}}.overview-update-begin{color:var(--medium-gray)}.overview-tab{min-height:38px}.overview-tabHead{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px;z-index:1}.overview-tabHead::-webkit-scrollbar{display:none}.overview-tabHead:before{content:"";position:absolute;right:15px;bottom:0;left:15px;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.overview-tabHead:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.overview-tabHead.is-fix{position:fixed;top:95px;right:15px;left:15px;background:var(--main-background-color);box-shadow:0 0 30px -10px rgba(0,0,0,.5);z-index:99}.overview-tabHead.is-fix:before{display:none}.overview-tabHead.is-fix .overview-tabList{margin:0}.overview-tabHead.is-fix .overview-tabList:after{display:none}.overview-tabHead.is-fix .overview-tabItem{padding:11px 0}.overview-tabList{position:relative;display:flex;width:auto;transition:all .3s ease-in-out;margin:0 0 0 -110px}.overview-tabList:after{content:"";position:absolute;right:0;bottom:0;left:0;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.overview-tabItem{--overview-tabItem-color:rgba(0,0,0,0.4);--overview-tabItem-select-color:#000;position:relative;display:flex;align-items:center;color:var(--overview-tabItem-color);font-weight:700;white-space:nowrap;padding:10px 0}body.dark-theme .overview-tabItem{--overview-tabItem-color:var(--gray-color);--overview-tabItem-select-color:#fff}.overview-tabItem:after{content:"";position:absolute;right:auto;bottom:1px;left:0;height:1px;background:#601dc0;transition:all .2s linear;z-index:1;width:0}.overview-tabItem:first-child{justify-content:center;width:90px;padding:0}.overview-tabItem:first-child:after{right:-20px;background:var(--main-background-color)}.overview-tabItem:not(:last-child){margin:0 20px 0 0}@media (hover){.overview-tabItem:hover{color:var(--overview-tabItem-select-color)}.overview-tabItem:hover:after{width:100%}}.overview-tabItem.is-select{color:var(--overview-tabItem-select-color)}.overview-tabItem.is-select:after{width:100%}.overview-tabItem img{position:absolute;max-width:100%;max-height:20px}.overview-tabWrap{margin:15px 0 0}.overview-content .accordion{background:none;padding:0 15px}.overview-content-hidden{display:none}.overview-content .seo-link{display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:16px;padding:0}.overview-support-row{padding:15px 0 0}.overview-support-item:not(:last-child){margin:0 0 20px}.overview-support-info{line-height:1.5;margin:0 0 10px}.overview-support-info .overview-bk-support-note{display:none}.overview-support-btn{display:flex;align-items:center;justify-content:center;min-height:40px;font-size:20px;color:#000;background-color:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;transition:all .3s ease-in-out;padding:8px 15px}.overview-support-btn:not(:last-child){margin:0 0 10px}@media (hover){.overview-support-btn:hover{color:#20a94a;box-shadow:0 0 30px -10px rgba(0,0,0,.5)}}.overview-support-note{color:var(--gray-color);font-size:14px;margin:10px 0 0}.overview-info-row{padding:20px 0 10px}.overview-info-item{position:relative;padding:0 0 0 15px}.overview-info-item:before{content:"";position:absolute;top:2px;bottom:5px;left:0;width:2px;background:#d8d8d8}.overview-info-item:not(:last-child){margin:0 0 25px}.overview-info-label{color:var(--gray-color);margin:0 0 10px}.overview-info-text{font-weight:700;line-height:1.5}.overview-panel{position:fixed;right:0;bottom:-40px;left:0;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);transition:all .3s ease-in-out;z-index:90}.overview-panel.is-active{bottom:48px}@media only screen and (min-width:1100px){.workarea-has-best{padding-top:20px}.workarea-sidebar{top:15px}.overview-update{display:block;text-align:right;margin:-47.5px 0 15px}.overview-update-now{justify-content:flex-end;margin:0 0 8px}.overview-tab{position:relative}.overview-tabAbsolute{position:absolute;top:0;right:0;bottom:0;left:0}.overview-tabHead{position:sticky;top:15px;padding:0;margin:0}.overview-tabHead:after,.overview-tabHead:before{display:none}.overview-tabHead.is-fix{position:sticky;top:90px;right:auto;left:auto;border-radius:8px}body.dark-theme .overview-tabHead.is-fix{box-shadow:0 15px 12px -10px rgba(0,0,0,.5)}body.dark-theme .overview-tabHead.is-fix .overview-tabItem:after{bottom:0}.overview-tabHead.is-fix .overview-tabList{padding:0 20px}.overview-tabHead.is-fix .overview-tabItem{padding:14px 0}.overview-tabHead.is-fix .overview-tabItem:after{display:block}.overview-tabHead.is-fix .overview-tabItem:not(:last-child){margin:0 25px 0 0}.overview-tabList{width:100%;margin:0}.overview-tabItem.is-disable,.overview-tabItem:first-child{display:none}.overview-content .accordion{padding:0}.overview-support-item{display:flex;align-items:center}.overview-support-info{flex-grow:2;width:100px;margin:0}.overview-support-info .overview-support-note{display:block}.overview-support-link{min-width:267px}.overview-support-note{display:none;line-height:1;margin:5px 0 0}.overview-info-row{display:flex;flex-flow:wrap;padding:20px 0 5px}.overview-info-item{width:50%;padding:0 25px 0 15px}.overview-info-item:not(:last-child){margin:0}.overview-info-item:nth-child(n+3){margin:25px 0 0}.overview-news{height:0;overflow:hidden}.overview-panel{position:fixed;right:0;bottom:-60px;left:0;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);transition:all .3s ease-in-out;z-index:90}.overview-panel.is-active{bottom:0}}@media only screen and (max-width:374px){.overview-support-btn{font-size:18px}.overview-panel.is-active{bottom:40px}}@media only screen and (min-device-width:375px) and (min-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait){.overview-panel.is-active{bottom:62px}}@media only screen and (min-device-width:414px) and (min-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait){.overview-panel.is-active{bottom:62px}}.meta{position:sticky;display:none;background:#fff;border:1px solid var(--main-border-color);box-shadow:0 5px 10px -5px rgba(0,0,0,.5);border-radius:8px;overflow:hidden;padding:15px 10px}.meta.is-success .meta-numb{background:#20a94a;cursor:default}.meta.is-average .meta-numb{background:#f5a623;cursor:default}.meta.is-danger .meta-numb{background:#d0021b;cursor:default}.meta.is-fix .meta-title span{opacity:0;visibility:hidden}.meta.is-fix .meta-title img{transform:translateY(0)}.meta-head{display:flex;align-items:center}.meta-numb{width:40px;font-size:16px;color:#fff;background:var(--primary-color);border-radius:8px;margin:0 10px 0 0}.meta-numb,.meta-title{display:flex;align-items:center;justify-content:center;height:40px;font-weight:700;line-height:1}.meta-title{position:relative;flex-grow:2;width:50%}.meta-title img,.meta-title span{color:#000;transition:all .3s ease-in-out}.meta-title img{position:absolute;max-width:110px;max-height:28px;transform:translateY(-50px)}.meta-body-title{color:#353535;font-size:12px;font-weight:700;line-height:1;margin:15px 0 10px}.meta-item:not(:last-child){margin:0 0 10px}.meta-item.is-success .meta-item-line{background:#7ed321}.meta-item.is-average .meta-item-line{background:#f8e71c}.meta-item.is-danger .meta-item-line{background:#ee0005}.meta-item-label{display:flex;align-items:center;justify-content:space-between;font-size:10px;line-height:1;margin:0 0 5px}.meta-item-label span:first-child{color:#353535}.meta-item-progress{position:relative;width:100%;height:4px}.meta-item-progress:after{content:"";position:absolute;top:1px;right:0;bottom:1px;left:0;border-radius:2px;background:#f7f7f7;z-index:0}.meta-item-line{position:relative;height:100%;border-radius:2px;z-index:1}@media only screen and (min-width:1100px){.meta{display:block;width:auto;margin:0}}.sentiment-detail-page .accordion{margin:0 -15px}.sentiment-graph{position:relative;padding:15px 0 0}.sentiment-graph:after{content:"";position:absolute;top:10px;right:-15px;bottom:5px;left:-15px;background:hsla(0,0%,96.9%,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);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 20px}.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{background:#f7f7f7;padding: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;font-weight:700}.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:0;right:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:14px;line-height:1;color:#fff;background:#e6e6e6;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:hover{color:#fff;background:var(--primary-color)}.sentiment-graph-help:hover{background:var(--primary-color)}.sentiment-graph-body{padding:15px;margin:0 -15px;background:#fff}.sentiment-graph-body .sentiment-graph-tool{margin:10px 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;text-align:right}body.gray-theme .sentiment-graph-note{color:var(--low-accent-color)}.sentiment-graph-tag{margin:10px 0 0}.sentiment-graph-list{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none;padding:5px 15px;margin:-5px -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:10px;height:10px;border-radius:50%;margin:10px 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;margin:10px 0 0}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:10px 10px 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;color:#666;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#f7f7f7 53%);transition:color .3s ease-in-out;padding:0 20px 0 110px}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-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-detail-page .accordion{margin:0}.sentiment-graph:after{bottom:-5px}.sentiment-graph-tool{margin:0 0 15px}.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;margin:0 -5px}.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}.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}}.assessment-tab{padding:15px 0 0}.assessment-tabHead{position:relative;display:none;-webkit-user-select:none;user-select:none}.assessment-tabHead:after,.assessment-tabHead:before{content:"";position:absolute;top:calc(50% - 25px);width:33px;height:50px;background:url(/local/templates/main/img/icons/liquid.svg) no-repeat 50%;transition:all .3s ease-in-out}.assessment-tabHead:before{left:-11px;transform:rotate(180deg)}.assessment-tabHead:after{right:-24px}.assessment-tabHead.is-start:after{right:-11px}.assessment-tabHead.is-end:before{left:-24px}.assessment-tabHead.is-end:after{right:-11px}.assessment-tabHead.is-move:before{left:-24px}.assessment-tabHead .swiper-container{padding:15px 0 0;margin:-15px 0 0}.assessment-tabHead .swiper-slide{width:calc(33.33333% - 10px);padding:0 0 15px}.assessment-tabHead .swiper-slide:after{content:"";position:absolute;display:none;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:8px 8px 0 0;z-index:0}.assessment-tabHead .swiper-slide:not(:last-child){margin:0 15px 0 0}.assessment-tabHead .swiper-slide.is-select:after{display:block;box-shadow:0 0 20px -10px rgba(0,0,0,.5)}.assessment-tabHead .swiper-slide.is-select .assessment-wrap{box-shadow:none}.assessment-tabHead .swiper-button-next,.assessment-tabHead .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:#fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.assessment-tabHead .swiper-button-next:hover svg,.assessment-tabHead .swiper-button-prev:hover svg{fill:#601dc0}.assessment-tabHead .swiper-button-next.swiper-button-disabled,.assessment-tabHead .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.assessment-tabHead .swiper-button-next svg,.assessment-tabHead .swiper-button-prev svg{width:10px;height:10px}.assessment-tabHead .swiper-button-next{right:-13px}.assessment-tabHead .swiper-button-prev{left:-13px}.assessment-tabHead .swiper-button-prev svg{transform:rotate(180deg)}.assessment-tabBody{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:15px;margin:-15px}.assessment-tabBody::-webkit-scrollbar{display:none}.assessment-tabBody:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.assessment-tabScroll{display:flex;align-items:stretch}.assessment-tabBlock{display:flex;flex-flow:column wrap;width:315px;background:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:15px}.assessment-tabBlock:not(:last-child){margin:0 15px 0 0}.assessment-wrap{position:relative;display:flex;align-items:center;height:40px;margin:0 0 20px;z-index:1}.assessment-wrap .assessment-progress{width:40px;height:40px}.assessment-wrap .assessment-progress svg.is-success path:not(:first-child){stroke:#20a94a}.assessment-wrap .assessment-progress svg.is-average path:not(:first-child){stroke:#f5a623}.assessment-wrap .assessment-progress svg.is-danger path:not(:first-child){stroke:#d0021b}.assessment-wrap .assessment-numb{font-size:15px;margin:5px 0 0}.assessment-progress{position:relative;display:flex;align-items:center;justify-content:center}.assessment-progress svg{position:absolute;top:0;right:0;bottom:0;left:0}.assessment-progress svg path{will-change:auto;stroke-width:2px;stroke-miterlimit:round;transition:all 1s ease-in-out}.assessment-progress svg path:not(:last-child){stroke:#ccc}.assessment-numb{color:#000;font-size:11px;font-weight:700;line-height:1}.assessment-total{position:absolute;bottom:3px;color:#ccc;font-size:9px}.assessment-label{color:#353535;font-size:10px;font-weight:700;margin:5px 0 0}.assessment-logo{width:195px;margin:0 0 0 10px}.assessment-logo img{max-width:100%;max-height:28px}.assessment-description{flex-grow:2;width:100%;font-size:14px;font-style:italic;line-height:1.57}.assessment-feature{width:100%;margin:20px 0 -5px}.assessment-feature-title{font-weight:700;letter-spacing:.64px;margin:0 0 10px}.assessment-scroll{display:flex;justify-content:space-between;flex-flow:wrap}.assessment-bar{width:82px;text-align:center;margin:0 0 10px}.assessment-bar .assessment-progress{width:60px;height:60px;margin:0 auto}.assessment-bar .assessment-progress svg path{stroke-width:2px}.assessment-bar .assessment-numb{font-size:18px;margin:6px 0 0}@media only screen and (min-width:1100px){.assessment-tabHead{display:block}.assessment-tabHead.is-start+.assessment-tabBody:after{display:none}.assessment-tabScroll{position:relative}.assessment-tabBody{position:relative;display:block;width:100%;overflow:visible;padding:0;margin:0}.assessment-tabBody:after,.assessment-tabBody:before{content:"";position:absolute;top:-65px;width:30px;height:50px;background:#f7f7f7}.assessment-tabBody:before{left:0;box-shadow:-3px 0 20px -10px rgba(0,0,0,.5)}.assessment-tabBody:after{right:0;box-shadow:3px 0 20px -10px rgba(0,0,0,.5)}.assessment-tabBlock{display:none;width:100%;border-radius:0 0 8px 8px}.assessment-tabBlock:not(:last-child){margin:0}.assessment-tabBlock.is-open{display:block}.assessment-tabBlock .assessment-wrap{display:none}.assessment-wrap{width:100%;height:50px;background:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:0 15px;margin:0}.assessment-logo{flex-grow:2;width:50%}.assessment-logo img{max-width:100%;max-height:20px}.assessment-description{font-size:16px;line-height:1.5}.assessment-feature{margin:20px 0 15px}.assessment-scroll{padding:0 20px}.assessment-bar{width:auto;margin:0}}@media only screen and (max-width:374px){.assessment-tabBlock{width:246px}.assessment-logo{width:145px}.assessment-logo img{max-height:23px}}: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))}}.accordion{background:var(--table-block-bg-color);padding:15px;margin:40px -15px}.accordion_small{margin:40px -15px 25px}.accordion-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-head.is-close .accordion-arrow svg{transform:rotate(90deg)}.accordion-title{font-size:18px;font-weight:700;margin:0}.accordion-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.accordion-arrow svg{fill:var(--main-font-color);width:10px;height:10px;transform:rotate(-90deg)}.accordion-body{padding:15px;margin:-15px}@media only screen and (min-width:1100px){.accordion{position:relative;border-radius:8px;margin:40px 0}.accordion_small{margin:40px 0 25px}.accordion-title{font-size:22px}}.head{position:relative}.workarea{padding:110px 0 60px}.workarea-head{margin:0 0 40px}.workarea-head .workarea-title{border:none;padding:0;margin:0 0 15px}.has-no-sub-nav .workarea{padding-top:65px}.feed-bar{position:absolute;height:100vh}.feed-bar.is-fix{position:fixed;top:0}.overview-update{display:flex;align-items:center;margin:-5px 0 15px}.overview-update-now{display:flex;align-items:center;font-size:15px;margin:0 15px 0 0}.overview-update-now img{width:14px;height:14px;margin:0 5px 0 0}.overview-update-begin{color:#7c7c7c;font-size:12px}.overview-bk-item-text span{font-size:16px}.workarea-ta .overview-bk-item-text span{display:inline-block}.js-overview-panel .overview-bk-item-text span{font-size:15px}.sentiment>:first-child{margin-top:0}.sentiment>:last-child,.sentiment>:last-child .pagination{margin-bottom:0}.sentiment-review{background:#f7f7f7;padding:10px 15px 20px;margin:0 -15px}.sentiment-review-title{font-size:14px;font-weight:700;margin:0 0 15px}.sentiment-review-item{background:#fff;border-radius:8px;padding:15px;margin:0 0 15px}.sentiment-review-item.is-success .sentiment-review-item-feedback{color:#fff;background:#20a94a}.sentiment-review-item.is-success .sentiment-review-item-body:before{background:#20a94a}.sentiment-review-item.is-danger .sentiment-review-item-feedback{color:#fff;background:#ee0005}.sentiment-review-item.is-danger .sentiment-review-item-body:before{background:#ee0005}.sentiment-review-item-head{display:flex;justify-content:space-between;margin:0 0 10px}.sentiment-review-item-user{display:flex;align-items:center}.sentiment-review-item-img{width:30px;height:30px;border-radius:50%;margin:0 10px 0 0}.sentiment-review-item-img img{width:100%;height:100%;border-radius:50%}.sentiment-review-item-info{flex-grow:2;display:flex;flex-flow:column wrap;width:50%}.sentiment-review-item-name{font-size:14px;font-weight:700;line-height:1}.sentiment-review-item-link{color:#777;font-size:10px;line-height:1;margin:8px 0 0}.sentiment-review-item-date{color:#777;font-size:12px}.sentiment-review-item-body{position:relative;max-height:102px;overflow:hidden;transition:all .3s ease-in-out}.sentiment-review-item-text{font-size:14px;line-height:1.43;overflow-wrap:break-word}.sentiment-review-item-full{position:absolute;display:none;align-items:center;right:-5px;bottom:0;cursor:pointer;height:23px;color:#20a94a;line-height:1;text-decoration:underline;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 35%);-webkit-tap-highlight-color:transparent;transition:color .3s ease-in-out;padding:0 5px 0 30px}.sentiment-review-item-button{display:flex;align-items:center;justify-content:space-between}.sentiment-review-item-favorite{display:flex;justify-content:flex-end;flex-grow:2}.sentiment-review-item .is-disable,.sentiment-review-item .is-disable button{cursor:default}.sentiment-review-item-dislike,.sentiment-review-item-like{display:flex;align-items:center;font-size:14px;background:none}.sentiment-review-item-dislike svg,.sentiment-review-item-like svg{width:17px;height:17px}.sentiment-review-item-like{color:#20a94a;margin:0 15px 0 0}.sentiment-review-item-like svg{fill:#20a94a;margin:-3px 0 0 10px}.sentiment-review-item-dislike{color:#d0021b}.sentiment-review-item-dislike svg{fill:#d0021b;margin:0 10px -5px 0}.sentiment-review-item-trusted{display:flex;align-items:center;height:25px;font-size:14px;background:#f7f7f7;border-radius:4px}.sentiment-review-item-feedback{height:100%;border-radius:4px}.sentiment-review-item-check,.sentiment-review-item-feedback{display:flex;align-items:center;justify-content:center;padding:0 10px}.sentiment-review-item-check svg{width:12px;height:12px;margin:0 0 0 5px;fill:#000}.sentiment-review-highlight{transition:all .3s ease-in-out}.sentiment-review-highlight.is-success{background:#bfffd5}.sentiment-review-highlight.is-danger{background:#ffc2c9}.sentiment-review-highlight.is-disable{background:var(--light-border-color)}@media only screen and (min-width:1100px){.workarea-sidebar{top:15px}.overview-update{display:block;text-align:right;margin:-47.5px 0 15px}.overview-update-now{justify-content:flex-end;margin:0 0 8px}.overview-bk-item{position:relative;flex-flow:row;background:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:6px;transition:all .3s ease-in-out;z-index:2}.overview-bk-item:after{bottom:0;height:auto}.overview-bk-item:hover{box-shadow:0 0 30px -10px rgba(0,0,0,.5)}.overview-bk-item-meta{border-radius:6px 0 0 6px}.overview-bk-item-about{width:20%}.overview-bk-item-logo{width:120px}.overview-bk-item-logo img{max-width:120px;max-height:30px}.overview-bk-item-link{width:170px;border-radius:4px;margin:0 10px 0 0}.overview-bk-item-text{font-size:12px}.overview-bk-item-site{width:270px;height:50px;border-radius:0 6px 6px 0}.overview-bk-feature{position:relative}.overview-bk-feature:after{content:"";position:absolute;top:-50px;right:0;left:0;bottom:0;border:1px solid transparent;border-radius:8px;z-index:1}.overview-bk-feature .accordion{position:static;padding:20px;margin:0}.overview-bk-feature .accordion-head{display:none}.overview-bk-feature-row{padding:0}.overview-bk-feature-item{width:calc(25% - 15px);font-size:16px;padding:12px 20px}.overview-bk-feature-item:nth-child(-n+2){margin:0}.overview-bk-feature-item-text{font-size:18px}.overview-bk-feature-item-text svg{width:22px;height:22px}.overview-bk-modal-info{margin:30px 0 0}.sentiment-head .overview-bk-feature .accordion{padding:5px}.sentiment-head .overview-bk-feature .accordion-head{position:relative;display:flex;justify-content:center;z-index:2}.sentiment-head .overview-bk-feature .accordion-head.is-close .accordion-arrow svg{transform:rotate(-90deg)}.sentiment-head .overview-bk-feature .accordion-title{color:var(--light-gray-color);font-size:16px;font-weight:400;margin:0 10px 0 0}.sentiment-head .overview-bk-feature .accordion-arrow svg{fill:var(--light-gray-color);transform:rotate(90deg)}.sentiment-head .overview-bk-feature .accordion-body{display:none;margin:0}.sentiment-review{background:none;padding:0;margin:20px 0 0}.sentiment-review-title{display:none}.sentiment-review-list .sentiment-review-item-body{max-height:100%!important}.sentiment-review-list .sentiment-review-item-full{display:none!important}.sentiment-review-item{border:1px solid var(--main-border-color);box-shadow:0 0 10px -5px rgba(0,0,0,.2)}.sentiment-review-item-img{width:40px;height:40px}.sentiment-review-item-name{font-size:16px}.sentiment-review-item-date,.sentiment-review-item-link{font-size:14px}.sentiment-review-item-text{font-size:16px;line-height:1.38}}@media only screen and (max-width:374px){.overview-bk-feature-item{font-size:13px;padding:10px}.overview-bk-feature-item-text svg{width:18px;height:18px;margin:0 5px 0 0}}.overview-panel .overview-bk-item{box-shadow:none;margin:0 -15px}.overview-panel .overview-bk-item:after{display:none}.overview-panel .overview-bk-item:hover{box-shadow:none}.overview-panel .overview-bk-item.is-highlight{margin:0 -15px}.overview-panel .overview-bk-item-meta{display:none;width:40px;height:40px;font-size:16px;border-radius:6px}.overview-panel .overview-bk-item-about{display:block;height:auto}.overview-panel .overview-bk-item-label,.overview-panel .overview-bk-item-logo{display:none}.overview-panel .overview-bk-item-link{display:none;background:#f7f7f7;border-radius:6px;padding:0 24px;margin:0 20px 0 0}.overview-panel .overview-bk-item-site{width:100%;height:40px;font-size:18px;border-radius:0}.overview .review:first-child{padding-top:0}.overview .review-item-head{flex-wrap:wrap}@media screen and (min-width:1100px){.overview .review-item-head{flex-wrap:nowrap}}.overview .review-item-logo{width:auto;display:flex;align-items:center}@media screen and (min-width:1100px){.overview .review-item-logo{margin-top:15px}}.overview .review-item-user{margin-top:0;min-width:100%}@media screen and (min-width:1100px){.overview .review-item-user{margin-top:15px;min-width:auto}}.overview .review-item-status{min-width:100%;margin-top:0}@media screen and (min-width:1100px){.overview .review-item-status{min-width:auto;margin-top:15px}}.overview .review-item-status-check,.overview .review-item-status-label{line-height:25px}@media screen and (min-width:1100px){.overview .review-item-status-check,.overview .review-item-status-label{line-height:normal}}.overview-bk-item{position:relative;display:flex;align-items:center;justify-content:space-between;flex-flow:wrap}.overview-bk-item:after{content:"";position:absolute;top:0;right:0;left:0;height:50px;border:1px solid transparent;border-radius:6px;z-index:0}.overview-bk-item.is-success.is-border+.overview-bk-feature:after,.overview-bk-item.is-success.is-border:after,.overview-bk-item.is-success.is-highlight+.overview-bk-feature:after,.overview-bk-item.is-success.is-highlight:after{border:2px solid #20a94a}.overview-bk-item.is-success .overview-bk-item-meta{background:#20a94a}.overview-bk-item.is-success .overview-bk-item-label svg:last-child{fill:#20a94a}.overview-bk-item.is-average.is-border+.overview-bk-feature:after,.overview-bk-item.is-average.is-border:after,.overview-bk-item.is-average.is-highlight+.overview-bk-feature:after,.overview-bk-item.is-average.is-highlight:after{border:2px solid #f5a623}.overview-bk-item.is-average .overview-bk-item-meta{background:#f5a623}.overview-bk-item.is-average .overview-bk-item-label svg:last-child{fill:#f5a623}.overview-bk-item.is-danger.is-border+.overview-bk-feature:after,.overview-bk-item.is-danger.is-border:after,.overview-bk-item.is-danger.is-highlight+.overview-bk-feature:after,.overview-bk-item.is-danger.is-highlight:after{border:1px solid #d0021b}.overview-bk-item.is-danger .overview-bk-item-meta{background:#d0021b}.overview-bk-item.is-danger .overview-bk-item-label svg:last-child{fill:#d0021b}.overview-bk-item.is-border .overview-bk-item-meta{border-radius:6px 0 0 6px;cursor:default}.overview-bk-item.is-border .overview-bk-item-logo img{max-height:30px}.overview-bk-item.is-highlight{margin:42px 0 0}.overview-bk-item.is-highlight .overview-bk-item-meta{border-radius:6px 0 0 6px;cursor:default}.overview-bk-item.is-highlight .overview-bk-item-logo{width:231px;margin:0}.overview-bk-item.is-highlight .overview-bk-item-logo img{max-height:30px}.overview-bk-item-meta{justify-content:center;width:50px;font-size:20px;font-weight:700;line-height:1;color:#fff;background:#601dc0;border-radius:10px}.overview-bk-item-about,.overview-bk-item-meta{position:relative;display:flex;align-items:center;height:50px;z-index:1}.overview-bk-item-about{flex-grow:2;width:50%}.overview-bk-item-logo{position:relative;display:flex;align-items:center;justify-content:center;width:125px;margin:0 auto}.overview-bk-item-logo img{position:absolute;max-width:125px;max-height:35px}.overview-bk-item-label{position:absolute;display:flex;align-items:center;justify-content:center;top:-27px;left:0;width:231px;height:28px;font-size:16px;color:#fff;background:none;border-radius:0;padding:0 0 2px;z-index:-1}.overview-bk-item-label svg:not(:last-child){order:-1;width:14px;height:14px;fill:#fffb14;margin:0 10px 1px 0}.overview-bk-item-label svg:last-child{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:#601dc0;transform:rotateX(180deg);z-index:-1}.overview-bk-item-link{position:relative;display:flex;align-items:center;width:calc(50% - 7.5px);height:40px;background:var(--button-bg-color);border-radius:8px;padding:0 6px;margin:20px 0;z-index:1}@media (hover){.overview-bk-item-link:hover .overview-bk-item-icon svg{fill:#601dc0}.overview-bk-item-link:hover .overview-bk-item-text,.overview-bk-item-link:hover .overview-bk-item-text span{color:#601dc0}}.overview-bk-item-review svg{width:18px;height:18px}.overview-bk-item-bonus svg{width:16px;height:16px}.overview-bk-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border-radius:4px;margin:0 7px 0 0}.overview-bk-item-text{color:var(--light-gray-color);font-size:10px;font-weight:400;line-height:1;transition:all .3s ease-in-out}.overview-bk-item-text span{display:block;color:#000;font-size:15px;font-weight:700;transition:all .3s ease-in-out;margin:0 0 3px}.overview-bk-item-site{position:relative;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;z-index:1}@media (hover){.overview-bk-item-site:hover{background:#20a94a}}.overview-bk-feature .accordion{margin:20px -15px}.overview-bk-feature-row{position:relative;display:flex;align-items:center;justify-content:space-between;flex-flow:wrap;padding:15px 0 0;z-index:2}.overview-bk-feature-item{position:relative;width:calc(50% - 7.5px);font-size:15px;text-decoration:none;background:#fff;border-radius:8px;padding:10px 15px}.overview-bk-feature-item:nth-child(-n+2){margin:0 0 10px}@media (hover){.overview-bk-feature-item:hover .overview-bk-feature-item-help{background:#601dc0}}.overview-bk-feature-item.is-success .overview-bk-feature-item-text svg{fill:#20a94a}.overview-bk-feature-item.is-average .overview-bk-feature-item-text svg{fill:#f5a623}.overview-bk-feature-item.is-danger .overview-bk-feature-item-text svg{fill:#d0021b}.overview-bk-feature-item-label{color:var(--light-gray-color);font-weight:400;line-height:1}.overview-bk-feature-item-text{display:flex;align-items:center;min-height:20px;color:#000;font-weight:700;line-height:1;margin:8px 0 0}.overview-bk-feature-item-text svg{width:20px;height:20px;margin:0 8px 0 0}.overview-bk-feature-item-help{position:absolute;display:flex;align-items:center;justify-content:center;top:2px;right:2px;width:14px;height:14px;font-size:12px;font-weight:400;color:#fff;background:#e6e6e6;border-radius:50%;transition:all .3s ease-in-out}.overview-bk-apps{position:relative;z-index:1}.overview-bk-reward .accordion{background:none;padding:0;margin:40px 0}.overview-bk-reward .accordion-head{pointer-events:none}.overview-bk-reward .accordion-arrow{display:none}.overview-bk-reward .accordion-body{padding:0;margin:0}.overview-bk-modal{text-align:left}.overview-bk-modal.is-success .overview-bk-modal-text svg{fill:#20a94a}.overview-bk-modal.is-average .overview-bk-modal-text svg{fill:#f5a623}.overview-bk-modal.is-danger .overview-bk-modal-text svg{fill:#d0021b}.overview-bk-modal-success{color:#20a94a}.overview-bk-modal-danger{color:#d0021b}.overview-bk-modal-label{color:var(--light-gray-color);line-height:1}.overview-bk-modal-text{display:flex;align-items:center;color:#000;font-size:18px;font-weight:700;line-height:1;margin:10px 0 0}.overview-bk-modal-text svg{width:22px;height:22px;margin:0 10px 0 0}.overview-bk-modal-info{margin:20px 0 0}.overview-bk-video .video-slider.is-double .swiper-button-next,.overview-bk-video .video-slider.is-double .swiper-button-prev{top:82px}.overview-bk-video .video-slider.is-triple .swiper-button-next,.overview-bk-video .video-slider.is-triple .swiper-button-prev{top:65px}@media only screen and (min-width:1100px){.reward-slider .swiper-container{padding:30px;margin:-10px -30px -30px}.reward-slider .swiper-slide{width:calc(33.33333% - 10.66px);transition:all .3s ease-in-out}.reward-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.reward-slider .swiper-slide:nth-child(3){margin:0 50px 0 0}.reward-slider .swiper-slide-next+.swiper-slide{margin:0 50px 0 0!important}.reward-slider .swiper-slide-prev{margin:0 50px 0 -34px!important}.reward-slider-more,.reward-slider .swiper-button-next,.reward-slider .swiper-button-prev{display:flex}.reward-box{width:100%}.reward-box-img{height:130px}.reward-box-tag{font-size:10px}.reward-box-title{font-size:14px;line-height:1.42}.reward-box-limit{display:block;font-size:12px}.reward-box-btn{font-size:12px}.reward-box-more{padding:0 10px}.reward-box-more-icon{width:60px;height:60px}.reward-box-more-icon svg{width:35px;height:35px}.reward-box-more-text{font-size:16px;line-height:1.25;margin:15px 0 0}.overview-panel .overview-bk-item{height:60px;margin:0 0 0 240px}.overview-panel .overview-bk-item:hover{box-shadow:none}.overview-panel .overview-bk-item.is-border,.overview-panel .overview-bk-item.is-highlight{margin:0 0 0 240px}.overview-panel .overview-bk-item.is-border .overview-bk-item-meta,.overview-panel .overview-bk-item.is-highlight .overview-bk-item-meta{border-radius:6px}.overview-panel .overview-bk-item.is-border .overview-bk-item-logo,.overview-panel .overview-bk-item.is-highlight .overview-bk-item-logo{width:120px;margin:0 auto}.overview-panel .overview-bk-item-link,.overview-panel .overview-bk-item-logo,.overview-panel .overview-bk-item-meta{display:flex}.overview-panel .overview-bk-item-review{display:none}.overview-panel .overview-bk-item-site{width:230px;border-radius:6px}.overview-bk-item{position:relative;flex-flow:row;background:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:6px;transition:all .3s ease-in-out;z-index:2}.overview-bk-item:after{bottom:0;height:auto}.overview-bk-item:hover{box-shadow:0 0 30px -10px rgba(0,0,0,.5)}.overview-bk-item-meta{border-radius:6px 0 0 6px}.overview-bk-item-about{width:20%}.overview-bk-item-logo{width:120px}.overview-bk-item-logo img{max-width:120px;max-height:30px}.overview-bk-item-link{width:170px;border-radius:4px;margin:0 10px 0 0}.overview-bk-item-text{font-size:12px}.overview-bk-item-site{width:270px;height:50px;border-radius:0 6px 6px 0}.overview-bk-feature{position:relative}.overview-bk-feature:after{content:"";position:absolute;top:-50px;right:0;left:0;bottom:0;border:1px solid transparent;border-radius:8px;z-index:1}.overview-bk-feature .accordion{position:static;padding:20px 0;margin:0}.overview-bk-feature .accordion-head{display:none}.overview-bk-feature-row{padding:0;justify-content:space-between}.overview-bk-feature-item{width:calc(25% - 18.75px);font-size:16px;padding:12px 20px}.overview-bk-feature-item:nth-child(-n+2){margin:0}.overview-bk-feature-item-text{font-size:18px}.overview-bk-feature-item-text svg{width:22px;height:22px}.overview-bk-modal-info{margin:30px 0 0}.overview-bk-video .video-slider.is-double .swiper-button-next,.overview-bk-video .video-slider.is-double .swiper-button-prev{top:80px}.overview-bk-video .video-slider.is-triple .swiper-button-next,.overview-bk-video .video-slider.is-triple .swiper-button-prev{top:67px}.overview-bk-detail .overview-bk-item-link{min-width:170px;width:max-content}}@media only screen and (max-width:374px){.reward-slider .swiper-slide:not(:last-child){margin:0 10px 0 0}.reward-box{width:246px}.reward-box-tag{font-size:10px}.reward-box-title{font-size:12px}.reward-box-limit{font-size:10px}.reward-box-btn{font-size:12px}.reward-box-more{padding:0 20px}.reward-box-more-icon{width:60px;height:60px}.reward-box-more-icon svg{width:35px;height:35px}.reward-box-more-text{font-size:16px;line-height:1.25;margin:15px 0 0}.overview-bk-feature-item{font-size:14px}.overview-bk-feature-item-text svg{width:18px;height:18px}}.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)}: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}.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}}