/*! RTL build of view.css — generated by .claude/rtl-flip.php */
:root {
    --side-width: 312px;
    --side-gap: 32px;
    --view-gap: 32px;
    --flashimg: url(../images/flashlight.svg)
}

@media (min-width:1100px) {
    :root {
        --side-gap: 80px;
        --side-width: 380px
    }
}

.app-view-tools {
    display: flex;
    pointer-events: none
}

.app-view-tools>* {
    pointer-events: all
}

.app-view-tools .breadcrumb {
    flex: 1 1 auto
}

.app-view-tools>.share-btn,
.app-view-tools>.share-drop {
    margin: -8px;
    margin-right: 0
}

.app-view-tools .share-btn:hover {
    color: var(--btn-color)
}

.app-head-first .title,
.app-download-head .title {
    font-size: var(--view-title-size);
    line-height: 1.25;
    margin-bottom: 4px
}

.app-head-icon {
    position: relative
}

.app-icon-badge {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translate(50%, -50%);
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    border-radius: 24px;
    padding: 2px 8px;
    color: var(--color-white);
    background: linear-gradient(90deg, #FFA858 0%, #9EC966 50%, #00BD7C 100%);
    box-shadow: 0 6px 8px -4px rgb(175 196 100 / .4)
}

.app-awards {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: var(--text-mid-size);
    margin-top: 16px;
    pointer-events: none;
    user-select: none
}

.app-awards>li:not(:last-child) {
    margin-left: 16px
}

.app-awards>li {
    font-size: inherit;
    display: flex;
    align-items: center;
    color: rgba(var(--color-text-rgb), .6);
    white-space: nowrap
}

.app-awards .rate-star-min::before,
.app-awards .ic {
    width: 20px;
    height: 20px;
    margin-left: 4px
}

.app-awards>li .fw-b {
    margin-left: .3em
}

.ic-award {
    color: var(--color-yellow)
}

@media (min-width:992px) {
    .app-view {
        padding-top: 24px;
        display: grid;
        gap: var(--view-gap);
        grid-template-columns: minmax(0, 1fr) var(--side-width)
    }

    .app-head {
        display: flex
    }

    .app-head-first {
        flex: 1 1 auto;
        min-width: 200px;
        padding-right: 140px;
        position: relative;
        min-height: 108px
    }

    .app-head-first .app-head-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 108px
    }

    .app-head-first .title {
        margin-bottom: 4px;
        margin-top: 2px
    }

    .app-head-first .title>span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1200px) {
    .app-view {
        gap: var(--view-gap) var(--side-gap)
    }
}

@media (max-width:991px) {
    .app-view-tools {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .app-view {
        position: relative;
        z-index: 1;
        padding-top: var(--view-gap);
        margin-top: 0 !important
    }

    .app-head-first,
    .app-head-first .app-head-icon {
        margin-right: auto;
        margin-left: auto
    }

    .app-head-first {
        max-width: 600px;
        text-align: center
    }

    .app-head-first .app-head-icon {
        width: 156px;
        margin-bottom: 24px
    }

    .app-head-first .title>span,
    .app-download-head .title>span {
        display: block;
        word-break: break-word !important
    }

    .app-awards {
        display: flex;
        justify-content: center
    }
}

@media (min-width:640px) and (max-width:991px) {
    .app-cont:not(:first-child) {
        border-top: 1px solid rgba(var(--color-text-rgb), .1);
        padding-top: var(--view-gap)
    }
}

@media (max-width:575px) {
    .app-view-tools .breadcrumb>li:last-child {
        display: none
    }

    .app-head-first .app-head-icon {
        width: 132px
    }

    .app-head-first .title,
    .app-download-head .title {
        font-size: var(--view-title-size-mobile)
    }

    .app-head-first .dev,
    .app-download-head .dev {
        font-size: var(--text-mid-size)
    }
}

.btn-app-subtext::before {
    content: "("
}

.btn-app-subtext::after {
    content: ")"
}

.btn-app-subtext {
    margin-right: .3em
}

.btn-app .btn-app-icon {
    margin-left: .3em
}

.btn-app {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    font-weight: 400;
    height: 64px;
    line-height: 20px;
    padding: 16px 20px
}

.app-btns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px
}

.app-btns .btn-app {
    flex-direction: column;
    height: 108px;
    padding: 16px
}

.app-btns .btn-app>* {
    margin-right: auto;
    margin-left: auto
}

.app-btns .btn-app-icon {
    margin-bottom: 4px
}

.app-btns .btn-app-subtext {
    font-size: var(--text-mid-size);
    margin-top: 2px
}

.app-btns .btn-app-subtext::before,
.app-btns .btn-app-subtext::after {
    display: none
}

@media (max-width:499px),
(min-width:992px) and (max-width:1099px) {
    .app-btns {
        gap: 8px
    }

    .app-btns .btn-app {
        font-size: var(--text-mid-size)
    }
}

@media (max-width:991px) {
    .app-btns {
        margin: var(--view-gap) auto;
        max-width: 600px
    }
}

.btn-app-discount {
    text-transform: uppercase
}

.btn-discount-num {
    margin-right: .3em
}

.app-btns .btn-discount-num {
    font-size: 32px;
    line-height: 1;
    margin: 4px 0
}

.app-btns .btn-discount-strike,
.app-btns .btn-discount-head {
    font-size: var(--text-mid-size);
    line-height: 16px
}

.app-btns .btn-discount-strike {
    text-decoration: line-through;
    color: rgba(var(--color-text-rgb), .3)
}

.btn-app-google {
    color: inherit !important;
    background-color: rgba(var(--color-primary-rgb), .07)
}

.btn-app-google svg {
    width: 180px;
    max-width: 100%
}

.btn-app-google.circle-bg::after {
    transform: translate(-40%, -50%);
    transition: transform .4s ease, opacity .4s ease;
    background-image: radial-gradient(closest-side, var(--color-yellow) 0%, rgba(var(--color-yellow-rgb), 0) 100%)
}

.btn-app-google.circle-bg::before {
    transform: translate(40%, -50%);
    transition: transform .4s ease, opacity .4s ease;
    background-image: radial-gradient(closest-side, var(--color-red) 0%, rgba(var(--color-red-rgb), 0) 100%)
}

.btn-app-google.circle-bg:hover::after {
    transform: translate(-40%, -50%) scale(1.2);
    opacity: .2
}

.btn-app-google.circle-bg:hover::before {
    transform: translate(40%, -50%) scale(1.2);
    opacity: .2
}

.app-cont-section:not(:first-child) {
    margin-top: var(--view-gap)
}

.app-cont-title {
    font-size: var(--section-subtitle-size);
    line-height: 1.25;
    margin-bottom: 12px
}

@media (min-width:992px) {
    .app-cont-title {
        font-size: 20px
    }
}

.text-collapse>.trigger-action:checked~.text-collapse-cont {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.text-collapse>.trigger-action:checked~.text-collapse-cont>:not(:first-child) {
    display: none
}

.text-collapse .text p {
    margin-bottom: 0 !important
}

.text-collapse .text p+p {
    margin-top: .5em !important
}

.text-collapse-btn {
    margin-top: 6px;
    margin-bottom: -10px;
    margin-right: -10px;
    display: inline-flex;
    vertical-align: top
}

.text-collapse-btn .ic-circle-arrow {
    transform: rotate(-90deg);
    margin-left: 8px
}

.text-collapse>.trigger-action:checked~.text-collapse-btn .ic-circle-arrow {
    transform: rotate(90deg)
}

.text-collapse>.trigger-action:not(:checked)~.text-collapse-btn>span {
    display: none
}

.text-collapse>.trigger-action:not(:checked)~.text-collapse-btn::after {
    content: attr(data-alt);
    text-transform: uppercase
}

.app-screens {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.screen-list {
    display: flex
}

.screen-list li {
    margin-left: 12px
}

.screen-list li:last-child {
    margin-left: 0
}

.screen-list li figure,
.playvideo-btn {
    margin: 0;
    border-radius: var(--card-radius);
    position: relative
}

.screen-list li figure img,
.playvideo-btn img {
    border-radius: inherit;
    margin: 0;
    height: 160px !important;
    width: auto !important;
    background-color: rgba(var(--color-text-rgb), .1)
}

.screen-list li figure::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .05;
    border-radius: inherit;
    transition: opacity .15s ease
}

.screen-list.screen-list-vert li figure img,
.screen-list-vert .playvideo-btn img {
    height: 420px !important
}

.screen-video {
    position: relative
}

.playvideo-btn {
    cursor: pointer
}

.playvideo-btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 50%;
    margin-top: -26px;
    margin-right: -26px;
    width: 52px;
    height: 52px;
    background-color: rgb(0 0 0 / .3);
    border-radius: 50%;
    background-image: url(../images/play.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-color .15s ease, transform .15s ease
}

.playvideo-btn:hover::before {
    background-color: rgb(0 0 0 / .4);
    transform: scale(1.07)
}

.playvideo-el {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
    border-radius: var(--card-radius);
    overflow: hidden
}

.playvideo-el::after {
    display: none
}

.playvideo-el iframe {
    pointer-events: all;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.screen-video.active .playvideo-el {
    display: block
}

.screen-video.active .playvideo-btn {
    opacity: 0;
    visibility: hidden
}

@media (min-width:420px) {

    .screen-list li figure img,
    .playvideo-btn img {
        height: 180px !important
    }
}

@media (min-width:576px) {

    .screen-list li figure img,
    .playvideo-btn img {
        height: 232px !important
    }
}

@media (min-width:992px) {
    .screen-list {
        margin-bottom: 12px
    }

    .app-screens::-webkit-scrollbar {
        height: 8px;
        background: none !important;
        margin-top: 12px
    }

    .app-screens::-webkit-scrollbar-thumb {
        background-color: rgba(var(--color-text-rgb), .2);
        border-radius: 8px
    }

    .app-screens::-webkit-scrollbar-track {
        background-color: rgba(var(--color-text-rgb), .1);
        border-radius: 8px
    }

    .screen-list li a:hover .cover::after {
        opacity: 0
    }
}

@media (max-width:991px) {
    .app-screens {
        margin: 0 calc(var(--wrp-padding) * -1)
    }

    .app-screens::-webkit-scrollbar {
        display: none
    }

    .screen-list::after,
    .screen-list::before {
        content: "";
        display: block;
        min-width: var(--wrp-padding);
        max-width: var(--wrp-padding)
    }
}

@media (max-width:575px) {
    .app-screens {
        margin: 0 calc(var(--wrp-padding) * -1)
    }

    .app-screens::-webkit-scrollbar {
        display: none
    }

    .screen-list::after,
    .screen-list::before {
        content: "";
        display: block;
        min-width: var(--wrp-padding);
        max-width: var(--wrp-padding)
    }
}

.faq-head-plus {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: -8px;
    cursor: pointer;
    order: 13;
    color: var(--color-primary)
}

.faq-head-plus .ic {
    width: 24px;
    height: 24px;
    display: block;
    transition: transform .2s ease
}

.faq-head-plus::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.faq-head-title {
    font-weight: 700
}

@media (max-width:767px) {
    .faq-list {
        padding-top: 8px
    }

    .faq-item {
        border-top: 1px solid rgba(var(--color-text-rgb), .1)
    }

    .faq-head {
        line-height: 20px;
        display: flex;
        position: relative;
        padding: 16px 0
    }

    .faq-head-title {
        line-height: inherit;
        padding: 2px 0;
        flex: 1 1 auto;
        opacity: .7
    }

    .faq-cont {
        padding: 16px 0;
        margin-top: -20px;
        display: none
    }

    .faq-item .trigger-action:checked~.faq-cont {
        display: block
    }

    .faq-item .trigger-action:checked~.faq-head .faq-head-title {
        opacity: 1
    }

    .faq-item .trigger-action:checked~.faq-head .faq-head-plus .ic {
        transform: rotate(180deg)
    }
}

@media (min-width:768px) {
    .faq-list {
        counter-reset: faq-num 0
    }

    .faq-item {
        padding: 4px 0
    }

    .faq-item:not(:last-child) {
        margin-bottom: 16px
    }

    .faq-item .faq-cont {
        display: block !important
    }

    .faq-head-plus {
        display: none
    }

    .faq-head {
        margin-bottom: 4px
    }

    .faq-head-title::before {
        counter-increment: faq-num;
        content: counter(faq-num)". "
    }
}

.rate-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: var(--view-gap)
}

.rate-stars {
    flex: 1 1 auto
}

.rate-stars .unit-rating {
    margin: 0 auto
}

.rate-stat {
    flex: 1 1 auto;
    max-width: 160px;
    margin-left: 12px
}

.rate-score {
    font-size: 52px;
    line-height: 52px
}

.rate-votes {
    font-size: var(--text-sm-size);
    text-transform: uppercase;
    opacity: .5
}

.rate-title {
    margin-bottom: 8px
}

.unit-rating {
    display: block;
    width: 200px;
    height: 40px;
    mask-image: var(--ratestar-img);
    -webkit-mask-image: var(--ratestar-img);
    mask-repeat: repeat-x;
    -webkit-mask-repeat: repeat-x;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%
}

.unit-rating .rating_on,
.unit-rating .current-rating {
    display: block;
    height: inherit;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden
}

.unit-rating {
    position: relative;
    background-color: rgba(var(--color-text-rgb), .1)
}

.unit-rating .rating_on {
    width: 20%;
    text-decoration: none;
    border: 0 none !important;
    z-index: 3;
    position: absolute;
    padding: 0
}

.unit-rating .rating_on:hover {
    background: linear-gradient(160deg, var(--color-yellow) 22.84%, var(--color-primary) 88.96%);
    z-index: 2;
    right: 0
}

.unit-rating .r1 {
    right: 0
}

.unit-rating .r1:hover {
    width: 20%
}

.unit-rating .r2 {
    right: 20%
}

.unit-rating .r2:hover {
    width: 40%
}

.unit-rating .r3 {
    right: 40%
}

.unit-rating .r3:hover {
    width: 60%
}

.unit-rating .r4 {
    right: 60%
}

.unit-rating .r4:hover {
    width: 80%
}

.unit-rating .r5 {
    right: 80%
}

.unit-rating .r5:hover {
    width: 100%
}

.unit-rating .current-rating {
    background-color: var(--color-yellow);
    position: absolute;
    z-index: 1
}

@media (min-width:500px) {
    .rate-stat {
        min-width: 96px
    }
}

@media (min-width:500px) and (max-width:991px) {
    .rate-stat {
        margin-left: var(--wrp-padding)
    }

    .rate-stars {
        text-align:right
    }

    .rate-stars .unit-rating {
        margin: 0;
        margin-right: -4px
    }
}

@media (min-width:500px) and (max-width:991px),
(min-width:1100px) {
    .rate-stat {
        min-width: 120px
    }

    .rate-votes {
        font-size: var(--text-mid-size)
    }

    .rate-score {
        font-size: 64px;
        line-height: 56px;
        margin-bottom: 4px
    }

    .unit-rating {
        width: 240px;
        height: 48px
    }
}

.safety {
    text-align: center
}

.safety::before,
.safety::after {
    content: "";
    display: block;
    height: 6px;
    opacity: .3;
    mask-image: url(../images/wave.svg);
    -webkit-mask-image: url(../images/wave.svg);
    mask-repeat: repeat-x;
    -webkit-mask-repeat: repeat-x;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    background-image: linear-gradient(90deg, var(--color-yellow) 0%, var(--color-primary) 100%)
}

.safety::before {
    margin-bottom: 24px
}

.safety::after {
    margin-top: 24px
}

.safety-title {
    font-size: inherit;
    line-height: 1.25;
    margin-bottom: 4px
}

.safety-text {
    font-size: var(--text-sm-size);
    opacity: .6
}

.safety+.spec-list {
    border-top-width: 0 !important
}

.app-side .spec-list {
    padding: var(--view-gap) 0;
    border-top: 1px solid rgba(var(--color-text-rgb), .1)
}

.spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px
}

@media (min-width:576px) {
    .app-cont .spec-list {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.spec-item * {
    display: block
}

.spec-label {
    margin-bottom: 4px;
    opacity: .5
}

.spec-data {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.spec-data a {
    color: inherit
}

.side-block:not(:first-child) {
    padding-top: var(--view-gap);
    border-top: 1px solid rgba(var(--color-text-rgb), .1)
}

.side-block:not(:last-child) {
    margin-bottom: var(--view-gap)
}

.side-block-title {
    display: block;
    font-weight: 700;
    font-size: var(--section-subtitle-size);
    line-height: 1.25;
    margin-bottom: 16px
}

.side-block-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px
}

.side-block-head .side-block-title {
    flex: 1 1 auto;
    margin-bottom: 0
}

.side-block-head .btn {
    margin-top: -8px;
    margin-left: -8px;
    margin-bottom: -8px
}

.side-block-head+.btn {
    margin-right: 12px
}

@media (max-width:767px) {
    .spec-list {
        font-size: var(--text-mid-size)
    }
}

@media (min-width:992px) {
    .sticky {
        position: sticky;
        top: calc(var(--header-height) - 1px)
    }

    .side-block-title {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .rate-wrapper {
        padding-top: var(--view-gap)
    }

    .app-side {
        margin-top: var(--view-gap)
    }

    .app-side-info {
        background-color: var(--color-light1);
        margin: 0 calc(var(--wrp-padding) * -1);
        padding: 0 var(--wrp-padding)
    }

    .app-side-info+.side-block {
        border-top: 0 none
    }
}

@media (min-width:576px) and (max-width:991px) {
    .spec-list {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .app-side .card-line-list {
        display: grid;
        gap: var(--grid-gap1);
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .app-side .card-line-list .card-line {
        margin-bottom: 0
    }
}

.section .app-whead {
    margin-top: calc(var(--section-gap)/-1)
}

.app-whead {
    position: relative;
    overflow: hidden
}

.app-whead .wrp {
    padding-bottom: var(--section-gap)
}

.app-whead .cbg-head {
    bottom: 0;
    top: 0;
    height: auto
}

.app-whead .circle-bg::after,
.app-whead .circle-bg::before {
    top: 0
}

.app-whead .circle-bg::after {
    transform: translate(80%, 0)
}

.app-whead .circle-bg::before {
    transform: translate(20%, 0)
}

.app-whead::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    height: 1px;
    background-color: rgba(var(--color-text-rgb), .1)
}

.app-whead~.app-view {
    padding-top: var(--section-gap)
}

.app-whead .wrp::after {
    content: "";
    clear: both;
    display: block
}

.app-whead-icon {
    --card-radius: 20px;
    text-align: center;
    position: relative
}

.app-whead-icon .app-head-icon {
    max-width: 132px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1
}

.app-whead-icon .app-head-icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: calc(50% - 90px);
    right: calc(50% - 90px);
    margin-top: 16px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(50% 50% at 50% 50%, #000 0%, #fff0 100%);
    opacity: .2
}

.app-whead-upd {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    align-items: center
}

.app-whead~.app-whead-upd {
    border-bottom: 1px solid rgba(var(--color-text-rgb), .1);
    padding: 16px var(--wrp-padding)
}

.app-whead-upd .ic {
    width: 16px;
    height: 16px
}

.app-whead-upd>*:first-child {
    margin-left: .3em
}

.app-whead-upd>*:last-child {
    margin-right: .3em
}

.app-whead .heading {
    word-wrap: break-word;
    margin-bottom: 8px
}

.app-whead-foot .app-awards {
    margin-top: 24px
}

.app-whead-foot .dev {
    font-weight: 700;
    opacity: .6
}

.app-whead-btns .btn-app-google svg {
    max-height: 40px;
    width: auto !important
}

.app-whead-btns .btn-app-discount {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.app-whead-btns .btn-app-discount::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: calc(50% - 110px);
    top: calc(50% - 110px);
    width: 220px;
    height: 220px;
    mask-image: var(--flashimg);
    -webkit-mask-image: var(--flashimg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    background-color: var(--color-primary);
    opacity: .1
}

@media (max-width:575px) {
    .app-whead-foot .dev {
        font-size: var(--text-mid-size)
    }
}

@media (max-width:767px) {

    .app-whead-foot,
    .app-whead .heading {
        text-align: center;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto
    }

    .app-whead-btns {
        justify-content: center;
        margin-top: 28px
    }

    .app-whead-btns .btn+.btn {
        margin-top: 8px
    }

    .app-whead-icon {
        margin-bottom: 28px
    }

    .app-whead .app-awards {
        margin-top: var(--section-gap)
    }

    .app-whead .btn-app-discount {
        height: 44px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .app-whead-upd {
        justify-content: center
    }
}

@media (min-width:768px) {

    .app-whead .heading,
    .app-whead-foot {
        margin-left: 242px
    }

    .app-whead .heading {
        margin-top: 20px;
        margin-bottom: 12px
    }

    .app-whead-foot .dev {
        margin-left: 20px;
        max-width: 50%
    }

    .app-whead-icon {
        width: 210px;
        float:left
    }

    .app-whead-icon .app-head-icon {
        max-width: 210px
    }

    .app-whead-icon .app-head-icon::after {
        top: calc(50% - 150px);
        right: calc(50% - 150px);
        margin-top: 32px;
        width: 300px;
        height: 300px
    }

    .app-whead .app-icon-badge {
        padding: 6px 12px
    }

    .app-whead-icon .blur-img {
        display: block !important;
        user-select: none;
        pointer-events: none;
        width: 471px;
        height: 548px;
        position: absolute;
        top: -40px;
        left: 12px;
        z-index: -1;
        mask-image: url(../images/view-mask.svg);
        -webkit-mask-image: url(../images/view-mask.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%
    }

    .app-whead-icon .blur-img::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(0deg, var(--color-body) 0%, rgba(var(--color-body-rgb), 0) calc(100% - 80px))
    }

    .app-whead-icon .blur-img img {
        width: 100%;
        height: auto;
        filter: blur(12px);
        opacity: .3
    }

    .app-whead-btns {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 32px;
        gap: 12px
    }

    .app-whead-btns .btn-app-discount::after {
        right: -110px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .app-whead .app-view-tools {
        padding-bottom: 0
    }

    .app-whead-icon {
        margin-top: 20px
    }

    .app-whead-foot .app-awards {
        justify-content: flex-start
    }
}

@media (max-width:991px) {
    .app-whead~.app-whead-upd {
        display: flex !important;
        color: rgba(var(--color-text-rgb), .6)
    }
}

@media (min-width:992px) {
    .app-whead {
        padding-top: var(--section-gap)
    }

    .app-whead .app-view-tools {
        height: 24px;
        padding: 0
    }

    .app-whead .heading,
    .app-whead-foot {
        margin-left: calc(var(--side-width) + var(--side-gap))
    }

    .app-whead .breadcrumb {
        max-width: calc(100% - (var(--side-width) + var(--side-gap)));
        margin-left: auto
    }

    .app-whead .share-btn,
    .app-whead .share-drop {
        margin: 0
    }

    .app-whead .share-btn {
        position: relative;
        z-index: 1
    }

    .app-whead .share-btn::after {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border-radius: 50%;
        background-color: rgba(var(--color-body-rgb), .4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: inset 0 0 0 1px rgba(var(--color-text-rgb), .1)
    }

    .app-whead-icon {
        width: var(--side-width);
        margin-top: -24px
    }

    .app-whead .app-whead-upd {
        display: inline-flex !important;
        border-radius: 20px;
        padding: 12px;
        margin-top: 20px;
        box-shadow: inset 0 0 0 1px rgba(var(--color-text-rgb), .1)
    }

    .app-whead-foot {
        display: flex;
        flex-wrap: wrap
    }

    .app-whead-foot .app-awards {
        font-size: inherit;
        margin-top: 0
    }

    .app-whead-btns {
        order: 13
    }
}

.download-box {
    --dbpad: var(--wrp-padding);
    background-color: var(--color-light2);
    position: relative;
    z-index: 1
}

.download-box .circle-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit
}

.download-box .circle-bg::before {
    transform: translate(80%, -80%)
}

.download-box .circle-bg::after {
    transform: translate(20%, -50%)
}

.flashlight {
    content: "";
    position: absolute;
    left: -200px;
    top: -200px;
    width: 400px;
    height: 400px;
    mask-image: var(--flashimg);
    -webkit-mask-image: var(--flashimg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    background-color: var(--color-primary);
    opacity: .1
}

.download-box-head {
    padding: var(--dbpad);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.download-box-title {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 0;
    word-wrap: break-word
}

.download-box-head~.download-box-list {
    padding-top: 0
}

.download-box-list {
    padding: var(--dbpad)
}

.db-item {
    position: relative;
    z-index: 1;
    display: flex;
    height: auto;
    font-weight: 400;
    text-align:right;
    white-space: normal;
    padding: 12px;
    border-radius: var(--card-radius)
}

.db-item+.db-item {
    margin-top: 6px
}

.db-item-cont {
    display: block;
    flex: 1 1 auto;
    min-width: 0
}

.db-item-title {
    word-wrap: break-word
}

.db-item-icon {
    width: 24px;
    height: 24px
}

.db-item-btn {
    font-size: var(--text-mid-size);
    line-height: 20px;
    font-weight: 700;
    margin-top: 4px
}

.db-item-bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    user-select: none;
    background-color: rgb(0 0 0 / .07);
    --db-bg: url(../images/btn-pattern.svg);
    mask-image: var(--db-bg);
    -webkit-mask-image: var(--db-bg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: 0 50%;
    -webkit-mask-position: 0 50%
}

.db-item-size {
    margin-right: .3em;
    white-space: nowrap
}

.db-item-pc {
    --btn-color: #fc0;
    color: #000 !important;
    --btn-color-rgb: 255, 205, 0
}

.db-item-zip {
    --btn-color: #30A2D3;
    --btn-color-rgb: 48, 162, 211
}

@media (max-width:639px) {
    .db-item-icon {
        margin-right: 12px;
        order: 13
    }
}

@media (max-width:575px) {
    .download-box {
        margin-left: calc(var(--wrp-padding)/-1);
        margin-right: calc(var(--wrp-padding)/-1)
    }

    .app-view:has(.download-box:last-child) .app-side {
        margin-top: 4px
    }
}

@media (min-width:576px) {
    .download-box {
        --dbpad: 20px;
        border-radius: var(--card-radius)
    }

    .download-box-head .app-icon {
        display: block !important;
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
        margin-left: var(--dbpad)
    }
}

@media (min-width:640px) {
    .db-item-icon {
        margin: 6px;
        margin-left: 12px
    }

    .db-item-cont {
        display: inherit
    }

    .db-item-title {
        flex: 1 1 auto;
        padding: 6px 0;
        line-height: 24px
    }

    .db-item-btn {
        display: flex;
        align-items: center;
        margin-right: 16px;
        box-shadow: inset 0 0 0 1px rgb(255 255 255 / .2);
        height: 36px;
        padding: 8px 16px;
        margin: 0;
        border-radius: 18px;
        transition: box-shadow .2s ease
    }

    .db-item-pc .db-item-btn {
        background-color: #fff;
        box-shadow: none !important
    }

    .db-item-size {
        font-weight: 400
    }

    .db-item-size::after {
        content: ")"
    }

    .db-item-size::before {
        content: "("
    }
}

@media (min-width:992px) {
    .db-item:hover .db-item-btn {
        box-shadow: inset 0 0 0 1px rgb(255 255 255 / .3)
    }

    .db-item-pc:hover {
        --btn-color: #ebbc00;
        --btn-color-rgb: 235, 188, 0
    }

    .db-item-pc .db-item-icon .ic {
        transition: transform .2s ease
    }

    .db-item-pc:hover .db-item-icon .ic {
        transform: rotate(15deg)
    }

    .db-item-zip:hover {
        --btn-color: #2699CB;
        --btn-color-rgb: 38, 153, 203
    }
}

@media (max-width:991px) {
    .db-item-pc {
        display: none !important
    }
}