.language-editor{display:flex;gap:8px;overflow-x:auto}.language-editor-header{border-bottom:1px solid #e3e3e3;margin-bottom:24px;padding-bottom:4px}.language-editor-header h2{font-size:24px;font-weight:500}.language-editor-item{border:1px solid #e3e3e3;border-radius:8px;display:flex;flex-direction:column}.language-editor-item:not(.default) .language-editor-item-header .custom-button svg{color:#e3e3e3}.language-editor-item-header{align-items:center;border-bottom:1px solid #e3e3e3;display:flex;height:32px;justify-content:space-between;padding:4px}.language-editor-item-header .el-button.is-circle{font-size:18px}.language-editor-item-header h3{font-size:14px;font-weight:600}.language-editor-item-header>div{width:24px}.language-editor-item-content{display:flex;gap:8px;padding:8px}.language-editor-item-content .variant-add{border-radius:8px;height:100%}.language-editor-item-content .variant-item{border:1px solid #e3e3e3;border-radius:8px}.language-editor-item-content .variant-item.selected{border:1px solid #f80}.language-editor-item-content .variant-item-header{align-items:center;border-bottom:1px solid #e3e3e3;display:flex;justify-content:space-between;padding:6px}.language-editor-item-content .variant-item-header .name{font-size:12px}.language-editor-item-content .variant-item-content{display:flex;flex-direction:column;gap:4px;padding:8px}.language-editor-item-content .variant-item-content .weight-editor{display:flex;gap:22px}.language-editor-item-content .variant-item-content .weight-editor .custom-input{margin-bottom:0;min-width:42px;width:-moz-min-content;width:min-content}.el-slider{--el-slider-main-bg-color:var(--el-color-primary);--el-slider-runway-bg-color:var(--el-border-color-light);--el-slider-stop-bg-color:var(--el-color-white);--el-slider-disabled-color:var(--el-text-color-placeholder);--el-slider-border-radius:3px;--el-slider-height:6px;--el-slider-button-size:20px;--el-slider-button-wrapper-size:36px;--el-slider-button-wrapper-offset:-15px;align-items:center;display:flex;height:32px;width:100%}.el-slider__runway{background-color:var(--el-slider-runway-bg-color);border-radius:var(--el-slider-border-radius);cursor:pointer;flex:1;height:var(--el-slider-height);position:relative}.el-slider__runway.show-input{margin-right:30px;width:auto}.el-slider__runway.is-disabled{cursor:default}.el-slider__runway.is-disabled .el-slider__bar{background-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button{border-color:var(--el-slider-disabled-color)}.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging,.el-slider__runway.is-disabled .el-slider__button-wrapper.hover,.el-slider__runway.is-disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.is-disabled .el-slider__button.dragging,.el-slider__runway.is-disabled .el-slider__button.hover,.el-slider__runway.is-disabled .el-slider__button:hover{cursor:not-allowed;transform:scale(1)}.el-slider__input{flex-shrink:0;width:130px}.el-slider__bar{background-color:var(--el-slider-main-bg-color);border-bottom-left-radius:var(--el-slider-border-radius);border-top-left-radius:var(--el-slider-border-radius);height:var(--el-slider-height);position:absolute}.el-slider__button-wrapper{background-color:initial;height:var(--el-slider-button-wrapper-size);line-height:normal;outline:none;position:absolute;text-align:center;top:var(--el-slider-button-wrapper-offset);transform:translate(-50%);-webkit-user-select:none;user-select:none;width:var(--el-slider-button-wrapper-size);z-index:1}.el-slider__button-wrapper:after{content:"";display:inline-block;height:100%;vertical-align:middle}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:grab}.el-slider__button-wrapper.dragging{cursor:grabbing}.el-slider__button{background-color:var(--el-color-white);border:2px solid var(--el-slider-main-bg-color);border-radius:50%;box-sizing:border-box;display:inline-block;height:var(--el-slider-button-size);transition:var(--el-transition-duration-fast);-webkit-user-select:none;user-select:none;vertical-align:middle;width:var(--el-slider-button-size)}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:grab}.el-slider__button.dragging{cursor:grabbing}.el-slider__stop{background-color:var(--el-slider-stop-bg-color);border-radius:var(--el-border-radius-circle);height:var(--el-slider-height);position:absolute;transform:translate(-50%);width:var(--el-slider-height)}.el-slider__marks{height:100%;left:12px;top:0;width:18px}.el-slider__marks-text{color:var(--el-color-info);font-size:14px;margin-top:15px;position:absolute;transform:translate(-50%);white-space:pre}.el-slider.is-vertical{display:inline-flex;flex:0;height:100%;position:relative;width:auto}.el-slider.is-vertical .el-slider__runway{height:100%;margin:0 16px;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__bar{border-radius:0 0 3px 3px;height:auto;width:var(--el-slider-height)}.el-slider.is-vertical .el-slider__button-wrapper{left:var(--el-slider-button-wrapper-offset);top:auto;transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{transform:translateY(50%)}.el-slider.is-vertical .el-slider__marks-text{left:15px;margin-top:0;transform:translateY(50%)}.el-slider--large{height:40px}.el-slider--small{height:24px}.custom-slider{--el-color-primary:#f80;--el-slider-runway-bg-color:#f80;--el-border-radius-base:8px;--el-fill-color-light:#fff}.custom-slider .el-form-item__label,.custom-slider label{color:#151515;font-size:14px;font-weight:500;margin-bottom:0!important;--el-color-danger:#cf0003}.custom-slider .el-form-item__label:before,.custom-slider label:before{margin-right:2px!important}.custom-slider-end-text{font-size:12px;position:absolute;right:0;top:-27px}.custom-slider .el-slider{--el-slider-height:4px}.custom-slider .el-slider__button{background-color:#f80;--el-slider-button-size:12px}.top-bar-section[data-v-66e46360]{height:15%}.top-bar-section .wrapper[data-v-66e46360]{align-items:center;background:var(--main-bg);display:flex;gap:3%;justify-content:space-between;left:0;padding:3.75%;position:sticky;right:0;top:0;transition:.2s;z-index:10}.top-bar-section .wrapper .gp[data-v-66e46360]{align-items:center;display:flex;gap:2%}.top-bar-section .wrapper .gp .icon[data-v-66e46360]{display:block;height:10.6%;width:10.6%}.top-bar-section .wrapper .gp .description[data-v-66e46360]{color:var(--secondary-color);font-size:14px;white-space:nowrap}.top-bar-section .wrapper .td[data-v-66e46360]{align-items:center;display:flex;gap:2%}.top-bar-section .wrapper .td[data-v-66e46360]:last-child{justify-content:flex-end}.top-bar-section .wrapper .td .icon[data-v-66e46360]{display:block;height:20px;width:20px}.top-bar-section .wrapper .td .description[data-v-66e46360]{color:var(--secondary-color);font-weight:600}.top-bar-section .wrapper.active[data-v-66e46360]{box-shadow:0 1.5% 3.2% 0 #0000004d}.header-section[data-v-0056e115]{display:flex;gap:4%}.header-section .progress-bar[data-v-0056e115]{background:radial-gradient(closest-side,var(--main-bg) 90%,transparent 80% 100%),conic-gradient(var(--accent-color) 0,transparent 0);border-radius:50%;flex-shrink:0;height:40px;position:relative;transition:all .2s;width:40px}.header-section .progress-bar .logo[data-v-0056e115]{border-radius:7px;display:block;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s;width:100%}.header-section .right-side[data-v-0056e115]{margin:auto;width:100%}.header-section .right-side .title[data-v-0056e115]{align-items:center;display:flex;font-weight:500;gap:2%;width:100%;word-break:break-word}.header-section .right-side .title .text[data-v-0056e115]{flex-grow:1;font-size:14px}.header-section .right-side .title .icon[data-v-0056e115]{display:inline-block;filter:var(--filed-star);height:8%;width:8%}.header-section .author[data-v-0056e115]{color:var(--accent-color);cursor:pointer;font-weight:500;margin-top:1.25%}.header-section .author[data-v-0056e115]:hover{text-decoration:underline}.header-section .loader-status[data-v-0056e115]{font-weight:500;margin-top:1.25%}.params-section[data-v-926a442f]{display:grid;grid-template-columns:repeat(4,auto);margin-top:5%}.params-section .heading[data-v-926a442f]{height:15px}.params-section .col[data-v-926a442f]{border-right:1px solid var(--secondary-color);display:flex;flex-direction:column;justify-content:center;min-width:50px;padding:0 3px;width:100%}.params-section .col[data-v-926a442f]:last-child{border:none}.params-section .count[data-v-926a442f]{font-weight:500}.params-section .star[data-v-926a442f]{filter:var(--main-font-filter);height:10px;width:10px}.params-section .reviews[data-v-926a442f]{color:var(--secondary-color);display:flex;justify-content:center;margin-top:1.25%}.params-section .icon[data-v-926a442f]{display:block;filter:var(--main-font-filter);height:10px;width:10px}.params-section .size[data-v-926a442f]{color:var(--secondary-color);display:flex;justify-content:center;margin-top:1.25%;text-align:center}.params-section .rated-i[data-v-926a442f]{background:var(--rated-bg);border:1px solid var(--main-font-color);color:var(--rated-color);font-weight:500;height:100%;padding:.25%}.params-section .rated-d[data-v-926a442f]{color:var(--secondary-color);display:flex;justify-content:center;margin-top:1.25%;text-align:center}.install-button[data-v-cc8a596c]{align-items:center;background:var(--accent-color);border:none;border-radius:20px;color:var(--install-color);cursor:pointer;display:flex;font-weight:400;height:25px;justify-content:center;margin-top:6.25%;transition:all .4s;width:100%}.install-button[data-v-cc8a596c]:active{background:var(--accent-color-light)}.install-button[data-v-cc8a596c]:disabled{background:var(--play-bg);color:var(--play-color)}.install-button .load[data-v-cc8a596c]{height:4%}.previews-section[data-v-59ed4c31]{display:flex;gap:3.75%;margin-top:5%}.previews-section .image-container[data-v-59ed4c31]{height:85px;width:25%}.previews-section .image-container .image-wrapper[data-v-59ed4c31]{border-radius:3.5px;height:100%;overflow:hidden;position:static}.previews-section .image-container .image-wrapper .preview[data-v-59ed4c31]{border-radius:2%;display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:static;top:0;width:100%}.about-section[data-v-efa795da]{margin-top:5%}.about-section .title[data-v-efa795da]{font-weight:500}.about-section .description[data-v-efa795da]{color:var(--secondary-color);margin-top:4%;overflow-wrap:anywhere;text-wrap:wrap;width:100%}.categories-section[data-v-fe0172f4]{display:flex;gap:3.75%;margin-top:5%}.categories-section .category[data-v-fe0172f4]{border:1px solid var(--secondary-color);border-radius:1%;color:var(--secondary-color);font-weight:500;padding:1.25% 2.5%;white-space:nowrap}.ratings-section[data-v-e699bdde]{margin-top:5%}.ratings-section .title[data-v-e699bdde]{font-weight:500}.ratings-section .description[data-v-e699bdde]{color:var(--secondary-color);margin-top:4%}.ratings-section .counters-wrapper[data-v-e699bdde]{display:flex;gap:7.5%;margin-top:10px}.ratings-section .counters-wrapper .left-side .stars[data-v-e699bdde]{display:flex}.ratings-section .counters-wrapper .left-side .stars .star[data-v-e699bdde]{display:block;filter:var(--non-filed-star);height:10px;width:10px}.ratings-section .counters-wrapper .left-side .stars .star.filled[data-v-e699bdde]{filter:var(--filed-star)}.ratings-section .counters-wrapper .left-side .reviews-count[data-v-e699bdde]{color:var(--secondary-color);margin-top:.5%}.ratings-section .counters-wrapper .right-side[data-v-e699bdde]{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.ratings-section .counters-wrapper .right-side .line-wrapper[data-v-e699bdde]{align-items:center;display:flex;gap:2.5%}.ratings-section .counters-wrapper .right-side .line-wrapper .grade[data-v-e699bdde]{color:var(--secondary-color)}.ratings-section .counters-wrapper .right-side .line-wrapper .back-line[data-v-e699bdde]{background:var(--back-line);border-radius:20px;height:20%;width:100%}.ratings-section .counters-wrapper .right-side .line-wrapper .back-line .main-line[data-v-e699bdde]{background:var(--accent-color);border-radius:2.5%;height:100%;transition:.5s ease-in-out}.reviews-section .review-wrapper[data-v-6f4ed477]{align-items:center;display:flex;gap:3.75%;margin-top:5%}.reviews-section .review-wrapper .name[data-v-6f4ed477]{overflow-wrap:anywhere}.reviews-section .answer[data-v-6f4ed477]{background-color:var(--play-bg);border-radius:8px;margin-top:2.5%;padding:5px}.reviews-section .answer h3[data-v-6f4ed477]{font-size:11px;margin-bottom:3px}.reviews-section .answer h3[data-v-6f4ed477],.reviews-section .answer p[data-v-6f4ed477]{color:var(--main-font-color);overflow-wrap:anywhere}.reviews-section .review-wrapper .avatar[data-v-6f4ed477]{border-radius:50%;display:block;height:20px;width:20px}.reviews-section .raiting[data-v-6f4ed477]{align-items:center;display:flex;gap:2%;margin-top:3.5%}.reviews-section .raiting .stars[data-v-6f4ed477]{display:flex;margin-top:.5%}.reviews-section .raiting .stars .star[data-v-6f4ed477]{display:block;filter:var(--non-filed-star);height:10px;width:10px}.reviews-section .raiting .stars .star.filled[data-v-6f4ed477]{filter:var(--filed-star)}.reviews-section .raiting .date[data-v-6f4ed477]{color:var(--secondary-color)}.reviews-section .description[data-v-6f4ed477]{color:var(--secondary-color);margin-top:3%;overflow-wrap:anywhere}.reviews-section .helpful[data-v-6f4ed477]{color:var(--secondary-color);margin-top:2.5%}.reviews-section .dev-answer[data-v-6f4ed477]{background:var(--dev-answer-bg);border-radius:2%;margin-top:3%;padding:3.5%}.reviews-section .dev-answer .title[data-v-6f4ed477]{text-transform:uppercase}.reviews-section .dev-answer .answer[data-v-6f4ed477]{color:var(--secondary-color);margin-top:2.5%}.reviews-section .show-more[data-v-6f4ed477]{color:var(--accent-color);cursor:pointer;font-weight:500;margin-top:3.5%;text-align:center}.reviews-section .show-more[data-v-6f4ed477]:hover{text-decoration:underline}.info-section[data-v-30e30598]{margin-top:5%}.info-section .title[data-v-30e30598]{font-weight:500}.info-section .params[data-v-30e30598]{margin-bottom:5%;margin-top:2%}.info-section .params .line[data-v-30e30598]{display:flex;justify-content:space-between;margin-top:5%}.info-section .params .line .label[data-v-30e30598]{color:var(--secondary-color);text-transform:capitalize}.info-section .params .line .value[data-v-30e30598]{color:var(--secondary-color)}.preview-header[data-v-941c6b07]{align-items:center;display:flex;gap:14px}.preview-header .app-logo[data-v-941c6b07]{aspect-ratio:1/1;border-radius:6px;width:20.5%}.preview-header .info[data-v-941c6b07]{display:flex;flex-direction:column}.preview-header .info .main-title[data-v-941c6b07]{font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:break-spaces}.preview-header .info .sub-title[data-v-941c6b07]{color:#01875f;font-size:12.3px;line-height:normal;text-transform:uppercase}.preview-header .info .varranty[data-v-941c6b07]{font-size:9px}.params-section[data-v-cdfc9ad8]{display:grid;grid-template-columns:repeat(3,auto);margin-top:5%}.params-section .heading[data-v-cdfc9ad8]{font-size:12px;font-weight:600}.params-section .col[data-v-cdfc9ad8]{border-right:1px solid var(--secondary-color);display:flex;flex-direction:column;justify-content:center;min-width:50px;padding:0 3px;width:100%}.params-section .col[data-v-cdfc9ad8]:last-child{border:none}.params-section .star[data-v-cdfc9ad8]{height:12px;margin-left:3px;width:12px}.params-section .rated-d[data-v-cdfc9ad8],.params-section .reviews[data-v-cdfc9ad8],.params-section .size[data-v-cdfc9ad8]{font-size:12px;text-align:center}.action-buttons-wrapper[data-v-5cd3a2d9]{display:flex;flex-direction:column}.action-buttons-wrapper .install-button[data-v-5cd3a2d9]{align-items:center;background:#01875f;border-radius:6px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:5%;padding:3% 0;width:100%}.action-buttons-wrapper .install-button p[data-v-5cd3a2d9]{color:#fff;font-size:10px}.action-buttons-wrapper .install-button .fast[data-v-5cd3a2d9]{align-items:center;color:#ffe336;display:flex;gap:3px}.action-buttons-wrapper .install-button .fast svg[data-v-5cd3a2d9]{height:12px;width:12px}.action-buttons-wrapper .bottom-block[data-v-5cd3a2d9]{align-items:center;display:flex;justify-content:space-between;margin-top:5%;padding:0 2px}.action-buttons-wrapper .bottom-block .share[data-v-5cd3a2d9]{align-items:center;background-color:transparent;color:#01875f;display:flex;gap:5px;text-transform:uppercase}.action-buttons-wrapper .bottom-block .share svg[data-v-5cd3a2d9]{height:15px;width:15px}.action-buttons-wrapper .bottom-block .favorites[data-v-5cd3a2d9]{align-items:center;background-color:transparent;color:#01875f;display:flex;gap:5px;text-transform:uppercase}.action-buttons-wrapper .bottom-block .favorites svg[data-v-5cd3a2d9]{height:15px;width:15px}.previews-section[data-v-9fffcec3]{height:-moz-fit-content;height:fit-content;margin-top:5%}.previews-section[data-v-9fffcec3] .carousel{height:-moz-fit-content;height:fit-content}.preview[data-v-9fffcec3]{height:140px;-o-object-fit:cover;object-fit:cover;width:80px}.about-section[data-v-76f25194]{margin-top:5%}.about-section .title-wrapper[data-v-76f25194]{align-items:center;display:flex;justify-content:space-between}.about-section .title-wrapper .title[data-v-76f25194]{font-size:11px;font-weight:700;line-height:17px;text-transform:uppercase}.about-section .title-wrapper img[data-v-76f25194]{height:19px;width:12px}.about-section .description[data-v-76f25194]{font-size:10px}.about-section .update-wrapper[data-v-76f25194]{margin:5% 0}.about-section .update-wrapper .update-title[data-v-76f25194]{font-size:10px;font-weight:700}.about-section .data-protection .protection-text[data-v-76f25194],.about-section .update-wrapper .update-date[data-v-76f25194]{font-size:10px}.about-section .data-protection .data-types-wrapper[data-v-76f25194]{border:1px solid #b5b5b5;border-radius:5px;display:flex;flex-direction:column;gap:10px;margin:5% 0;padding:20px 15px 15px}.about-section .data-protection .data-types-wrapper .type-wrapper[data-v-76f25194]{display:flex;gap:10px}.about-section .data-protection .data-types-wrapper .type-wrapper svg[data-v-76f25194]{flex-shrink:0;height:13px;margin-top:2px;width:13px}.about-section .data-protection .data-types-wrapper .type-wrapper .data-text[data-v-76f25194]{font-size:10px}.title-wrapper[data-v-3a42a7ca]{align-items:center;display:flex;justify-content:space-between}.title-wrapper .title[data-v-3a42a7ca]{font-size:11px;font-weight:700;line-height:17px;text-transform:uppercase}.title-wrapper img[data-v-3a42a7ca]{height:19px;width:12px}.description[data-v-3a42a7ca]{font-size:10px}.devices-wrapper[data-v-3a42a7ca]{display:flex;flex-wrap:wrap;gap:6px 9px;margin-top:5%}.devices-wrapper .device[data-v-3a42a7ca]{align-items:center;border:1px solid #b5b5b5;border-radius:9px;display:flex;gap:3px;padding:0 8px}.devices-wrapper .device.active[data-v-3a42a7ca]{background:#e6f3ef;color:#028760}.devices-wrapper .device.active .device-name[data-v-3a42a7ca]{color:#028760}.devices-wrapper .device svg[data-v-3a42a7ca]{height:12px;width:12px}.devices-wrapper .device .device-name[data-v-3a42a7ca]{color:#5f6368;font-size:10px;text-transform:uppercase}.ratings-section .counters-wrapper[data-v-3a42a7ca]{align-items:center;display:flex;gap:22px;margin-top:5%;--non-filed-star:brightness(0) saturate(100%) invert(91%) sepia(4%) saturate(180%) hue-rotate(187deg) brightness(108%) contrast(91%);--filed-star:brightness(0) saturate(100%) invert(38%) sepia(81%) saturate(3838%) hue-rotate(150deg) brightness(95%) contrast(91%);--back-line:#e3e3e3;--accent-color:#028760}.ratings-section .counters-wrapper .left-side .score[data-v-3a42a7ca]{font-size:36px;line-height:45px}.ratings-section .counters-wrapper .left-side .stars[data-v-3a42a7ca]{display:flex}.ratings-section .counters-wrapper .left-side .stars .star[data-v-3a42a7ca]{display:block;filter:var(--non-filed-star);height:12px;width:12px}.ratings-section .counters-wrapper .left-side .stars .star.filled[data-v-3a42a7ca]{filter:var(--filed-star)}.ratings-section .counters-wrapper .left-side .reviews-count[data-v-3a42a7ca]{color:var(--secondary-color);font-size:10px;margin-top:4px}.ratings-section .counters-wrapper .right-side[data-v-3a42a7ca]{display:flex;flex-direction:column;flex-grow:1;gap:1px}.ratings-section .counters-wrapper .right-side .line-wrapper[data-v-3a42a7ca]{align-items:center;display:flex;gap:8px}.ratings-section .counters-wrapper .right-side .line-wrapper .grade[data-v-3a42a7ca]{color:var(--secondary-color);font-size:8px}.ratings-section .counters-wrapper .right-side .line-wrapper .back-line[data-v-3a42a7ca]{background:var(--back-line);border-radius:4px;height:6px;width:100%}.ratings-section .counters-wrapper .right-side .line-wrapper .back-line .main-line[data-v-3a42a7ca]{background:var(--accent-color);border-radius:4px;height:100%;transition:.5s ease-in-out}.reviews-section[data-v-0240c511]{border-bottom:1px solid #e3e3e3;display:flex;flex-direction:column;gap:15px;margin-top:5%;padding-bottom:5%;--non-filed-star:brightness(0) saturate(100%) invert(91%) sepia(4%) saturate(180%) hue-rotate(187deg) brightness(108%) contrast(91%);--filed-star:brightness(0) saturate(100%) invert(38%) sepia(81%) saturate(3838%) hue-rotate(150deg) brightness(95%) contrast(91%)}.reviews-section .review-wrapper[data-v-0240c511]{align-items:center;display:flex;justify-content:space-between}.reviews-section .review-wrapper .left-side[data-v-0240c511]{align-items:center;display:flex;gap:8px}.reviews-section .review-wrapper .name[data-v-0240c511]{font-size:12px}.reviews-section .review-wrapper .dots[data-v-0240c511]{height:14px;justify-self:flex-end;-o-object-fit:cover;object-fit:cover;width:2.88px}.reviews-section .review-wrapper .avatar[data-v-0240c511]{border-radius:50%;display:block;height:20px;width:20px}.reviews-section .raiting[data-v-0240c511]{align-items:center;display:flex;gap:5px;margin-top:7px}.reviews-section .raiting .stars[data-v-0240c511]{display:flex}.reviews-section .raiting .stars .star[data-v-0240c511]{display:block;filter:var(--non-filed-star);height:12px;width:12px}.reviews-section .raiting .stars .star.filled[data-v-0240c511]{filter:var(--filed-star)}.reviews-section .raiting .date[data-v-0240c511]{color:var(--secondary-color);font-size:10px;line-height:13px}.reviews-section .description[data-v-0240c511]{color:var(--secondary-color);font-size:12px;margin-top:3%}.reviews-section .show-more[data-v-0240c511]{color:#028760;cursor:pointer;font-size:10px;font-weight:500;text-align:center}.reviews-section .show-more[data-v-0240c511]:hover{text-decoration:underline}.footer-section .info-items-wrapper[data-v-1ac93e25]{display:flex;flex-direction:column;gap:7px;margin-top:5%}.footer-section .info-items-wrapper .info-item[data-v-1ac93e25]{font-size:12px}.footer-section .group-items-wrapper[data-v-1ac93e25]{display:flex;flex-direction:column;gap:7px;margin-top:5%}.footer-section .group-items-wrapper .group-item[data-v-1ac93e25]{font-size:12px}.footer-section .condition-items-wrapper[data-v-1ac93e25]{display:flex;flex-wrap:wrap;gap:14px 12px;margin-top:5%}.footer-section .condition-items-wrapper .condition-item[data-v-1ac93e25]{font-size:12px}.theme-switch{margin:0 auto 10px!important;--el-color-primary:#f80}.g-center-wrapper{align-items:center;display:flex;justify-content:center}.google-wrapper{height:500px;position:relative}.google-wrapper .google-preview{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.google-scroll{overflow:auto;width:105%}.container-google-blue{background:#fff;background:var(--main-bg);border-radius:20px;color:var(--main-font-color);display:flex;flex-direction:column;font-size:10px;height:96%;left:50%;overflow:hidden;padding:10px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.2s;width:94%}@media (max-width:550px){.container-google-blue{padding:10px 18px 10px 10px}}.container-google-blue.dark{--main-bg:#131313;--main-font-color:#e8e8e8;--secondary-color:#bcbcbc;--accent-color:#a8c8fb;--accent-color-light:#c0d5f7;--main-font-filter:brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(33%) hue-rotate(191deg) brightness(111%) contrast(82%);--secondary-filter:brightness(0) saturate(100%) invert(74%) sepia(31%) saturate(0%) hue-rotate(249deg) brightness(95%) contrast(95%);--non-filed-star:brightness(0) saturate(100%) invert(16%) sepia(15%) saturate(265%) hue-rotate(10deg) brightness(92%) contrast(88%);--filed-star:brightness(0) saturate(100%) invert(81%) sepia(22%) saturate(1977%) hue-rotate(184deg) brightness(104%) contrast(97%);--rated-color:#000;--rated-bg:var(--main-font-color);--install-color:#082b61;--play-bg:#2d2d2d;--play-color:#747474;--back-line:#303030;--dev-answer-bg:#303030;--modal-shadow-color:rgba(255,254,254,.23)}.container-google-blue.light{--main-bg:#fff;--main-font-color:#1c1c1c;--secondary-color:#4b4b4b;--accent-color:#065bc6;--accent-color-light:#0d50bb;--main-font-filter:brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7472%) hue-rotate(83deg) brightness(95%) contrast(101%);--non-filed-star:brightness(0) saturate(100%) invert(91%) sepia(4%) saturate(180%) hue-rotate(187deg) brightness(108%) contrast(91%);--filed-star:brightness(0) saturate(100%) invert(38%) sepia(81%) saturate(3838%) hue-rotate(203deg) brightness(95%) contrast(91%);--rated-color:var(--main-font-color);--rated-bg:transparent;--install-color:#fff;--play-bg:#e4e4e4;--play-color:#9b9b9b;--back-line:#e8eaed;--dev-answer-bg:#f2f2f2;--modal-shadow-color:rgba(0,0,0,.23)}.container-google-green{background:#fff;border-radius:20px;display:flex;flex-direction:column;height:96%;left:50%;overflow:hidden;padding:3% 10px 3% 0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.2s;width:94%;--secondary-color:#4b4b4b}.container-google-green .inner-wrapper{margin:3% auto 3% 10px;width:94%}.hidden{display:none}.comment-modal{width:700px}.comment-modal .comment-modal-header-wrapper{align-items:center;display:grid;gap:8px;grid-template-columns:1fr 3fr 1fr}@media (max-width:550px){.comment-modal .comment-modal-header-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding-left:24px}.comment-modal .comment-modal-header-wrapper div:first-child{display:none}.comment-modal{max-height:80dvh;overflow:auto;width:calc(100vw - 32px)}}.content,.edit-comment{display:flex;flex-direction:column;gap:16px}.edit-comment-action{display:flex;justify-content:center;width:100%}.edit-comment .custom-input{margin-bottom:0}.edit-comment .container{display:grid;gap:16px;grid-template-columns:2fr 1fr}@media (max-width:550px){.edit-comment .container{grid-template-areas:"user user" "likes rating" "date date";grid-template-columns:repeat(2,1fr)}.edit-comment .container .user{grid-area:user}.edit-comment .container .rating{grid-area:rating}.edit-comment .container .likes{grid-area:likes}.edit-comment .container .date{grid-area:date}}.edit-comment .container .user{align-items:center;display:flex;gap:16px;width:100%}.edit-comment .container .user .avatar-uploader .el-upload{border:1px solid #e3e3e3;border-radius:50%;height:40px;width:40px}.edit-comment .container .user .custom-input{margin-bottom:0;width:90%}.create-pwa-design[data-v-5fdcbddd]{position:relative}.create-pwa-design .preview-button[data-v-5fdcbddd]{display:none}@media (max-width:550px){.create-pwa-design .preview-button[data-v-5fdcbddd]{background-color:#eee;border:1px solid #ccc;border-radius:16px;bottom:20px;display:block;font-size:34px;height:54px;left:85%;padding:2px;position:sticky;width:50px;z-index:999}}.create-pwa-design-wrapper[data-v-5fdcbddd]{display:grid;gap:16px;grid-template-columns:2fr 300px;margin-top:16px}@media (max-width:550px){.create-pwa-design-wrapper[data-v-5fdcbddd]{grid-template-columns:1fr}.create-pwa-design-wrapper .preview[data-v-5fdcbddd]{display:none}.create-pwa-design-wrapper .pwa-design-container[data-v-5fdcbddd]{margin-bottom:10px!important;padding:14px!important}}.create-pwa-design-wrapper>div[data-v-5fdcbddd]:last-child{height:-moz-min-content;height:min-content}.create-pwa-design-wrapper .preview[data-v-5fdcbddd]{position:sticky;top:130px}.create-pwa-design .four-columns[data-v-5fdcbddd],.create-pwa-design .three-columns[data-v-5fdcbddd],.create-pwa-design .two-columns[data-v-5fdcbddd]{display:grid;gap:16px}@media (max-width:550px){.create-pwa-design .four-columns[data-v-5fdcbddd],.create-pwa-design .three-columns[data-v-5fdcbddd],.create-pwa-design .two-columns[data-v-5fdcbddd]{display:flex;flex-direction:column;gap:0}}.create-pwa-design .two-columns[data-v-5fdcbddd]{grid-template-columns:repeat(2,1fr)}.create-pwa-design .three-columns[data-v-5fdcbddd]{grid-template-columns:repeat(3,1fr)}.create-pwa-design .three-columns .rites-count[data-v-5fdcbddd]{grid-column-end:4;grid-column-start:2}.create-pwa-design .four-columns[data-v-5fdcbddd]{grid-template-columns:repeat(4,1fr)}.create-pwa-design .four-columns[data-v-5fdcbddd] .el-form-item__error{width:100%!important}.create-pwa-design-header[data-v-5fdcbddd]{border-bottom:1px solid #e3e3e3;margin-bottom:20px;padding-bottom:4px}.create-pwa-design-header[data-v-5fdcbddd] .el-form-item__label{color:#151515;font-size:13px;font-weight:500}.create-pwa-design-header .graphic-aco button[data-v-5fdcbddd]{width:100%}.create-pwa-design-content[data-v-5fdcbddd]{display:grid}@media (max-width:550px){.create-pwa-design-comments[data-v-5fdcbddd]{width:calc(100vw - 62px)}}.create-pwa-design-comments-header[data-v-5fdcbddd]{align-items:center;border-top:1px solid #e3e3e3;display:flex;justify-content:space-between;margin-top:4px;padding:20px 0 16px}@media (max-width:550px){.create-pwa-design-comments-header[data-v-5fdcbddd]{flex-direction:column;gap:10px}}.create-pwa-design-comments-header .actions[data-v-5fdcbddd]{display:flex;flex-direction:column;gap:5px;justify-self:flex-end}.create-pwa-design-comments-header .actions button[data-v-5fdcbddd]{margin:0!important}.create-pwa-design-comments-list[data-v-5fdcbddd]{display:flex;flex-wrap:wrap;gap:16px}@media (max-width:550px){.create-pwa-design-comments-list[data-v-5fdcbddd]{flex-wrap:nowrap;overflow-x:auto}}.create-pwa-design-comments-item[data-v-5fdcbddd]{border:1px solid #e3e3e3;border-radius:8px;display:flex;flex-direction:column;width:calc(50% - 8px)}@media (max-width:550px){.create-pwa-design-comments-item[data-v-5fdcbddd]{width:-moz-max-content!important;width:max-content!important}}.create-pwa-design-comments-item .item-header[data-v-5fdcbddd]{border-bottom:1px solid #e3e3e3;display:flex;justify-content:space-between;padding:10px 16px}.create-pwa-design-comments-item .item-header h3[data-v-5fdcbddd]{font-size:14px;font-weight:600}.create-pwa-design-comments-item .item-content[data-v-5fdcbddd]{display:flex;flex-direction:column;gap:10px;padding:16px}.create-pwa-design-comments-item .item-content p[data-v-5fdcbddd]{overflow-wrap:anywhere}.create-pwa-design-comments-item .item-content .user[data-v-5fdcbddd]{align-items:center;display:flex;gap:8px}.create-pwa-design-comments-item .item-content-text[data-v-5fdcbddd]{font-size:12px}.create-pwa-design-comments-item .item-content-helpful[data-v-5fdcbddd]{color:#878787;font-size:12px}.create-pwa-design-comments-item .item-content .reply[data-v-5fdcbddd]{background-color:#303030;border-radius:8px;padding:8px}.create-pwa-design-comments-item .item-content .reply .name[data-v-5fdcbddd]{color:#fafafa;font-size:12px;font-weight:600}.create-pwa-design-comments-item .item-content .reply .text[data-v-5fdcbddd]{color:#fafafa;font-size:12px;margin-top:4px}.create-pwa-design-action[data-v-5fdcbddd]{border-top:1px solid #e3e3e3;margin-top:20px;padding-top:20px}.create-pwa-design-action .custom-button[data-v-5fdcbddd]{width:200px}@media (max-width:550px){.create-pwa-design-action .custom-button[data-v-5fdcbddd]{width:100%}}
