@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/googlesans/v58/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvbQoi-E.woff2) format('woff2');
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/googlesans/v58/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvbQoi-E.woff2) format('woff2');
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color: #5f6368;
    --secondary-color-text: #202124;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
}

body {
    min-height: 100vh;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    height: 100%;
    position: static;
    font-weight: normal;
}

p, ul {
    margin: 0;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    padding: unset;
    font-family: inherit;
    outline: none;
}

[data-color-mode="GOOGLE_APP"] {
    color: #0b57cf;
}

[data-color-mode="GOOGLE_WEB"] {
    color: #01875f;
}

[data-bg-color-mode="GOOGLE_APP"] {
    background-color: #0b57cf;
}

[data-bg-color-mode="GOOGLE_WEB"] {
    background-color: #01875f;
}

[data-img-color-mode="GOOGLE_APP"] {
    filter: invert(21%) sepia(99%) saturate(4298%) hue-rotate(214deg) brightness(88%) contrast(91%)
}

[data-img-color-mode="GOOGLE_WEB"] {
    filter: invert(28%) sepia(40%) saturate(6812%) hue-rotate(154deg) brightness(92%) contrast(102%);
}

/**/
.border-radius-app {
    border-radius: 32px;
}

.border-radius-web {
    border-radius: 8px;
}

/**/
.iframe_body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#content-frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/**/

.header_app {
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 24px;
}

.header_app img:first-of-type {
    transform: rotate(180deg);
}

.header_app + #app-container .main__inner {
    padding-top: 16px;
}

.header_web {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    z-index: 3;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.header_web__logo {
    margin: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
}

.header_web__logo > img {
    margin-right: 8px;
}

.header_web__buttons {
    align-items: center;
    display: flex;
    margin: 0 10px 0 auto;
}

.header_web__buttons > img {
    margin: 12px;
}

.header_web + #app-container {
    margin-top: 104px;
}

.loader-app {
    display: none;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.text-secondary {
    color: #38393b;
    font-size: 0.75rem;
}

.font-weight-medium {
    font-weight: 500;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

#app {
    scrollbar-width: none;
}


.main__wrapper {
    margin: 0 24px;
}

.main__wrapper_indent {
}

.main__inner {
    display: flex;
    gap: 1.5rem;
    width: 100%;
}

.main__inner__logo_wrapper {
    position: relative;
}

.main__inner__logo_wrapper__logo {
    transition: transform 500ms;
    border-radius: 20%;
    width: 72px;
    height: 72px;
}

.main__inner__logo_wrapper__logo__small {
    width: 42px;
    height: 42px;
    transform: scale(0.6);
}

.main__inner__logo_wrapper__circle {
    position: absolute;
    width: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: conic-gradient(#0b57cf 0deg, transparent 0deg 360deg);
    mask-image: radial-gradient(circle, transparent 65%, black 69%);
    z-index: 1;
    transition: background 0.3s linear;
}

.main__inner__logo_wrapper__circle_hidden {
    display: none;
}

.main__inner__logo_wrapper__circle_infinite {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.main__inner__download_container {
    display: none;
    min-width: 0;
    flex: 1;
}

.main__inner__download_container__inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main__inner__download_container__inner__text {
    min-width: 0;
}

.main__inner__title__download {
    font-size: 16px;
    color: var(--secondary-color-text);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main__inner__cancel-btn {
    border: 1px solid rgb(218, 220, 224);
    padding: 4px 12px;
    font-weight: 500;
    height: fit-content;
    margin: auto 0 auto auto;
}

.main__inner__title {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color-text);
    word-break: break-all;
}

.verification-icon {
    width: 22px;
    height: 22px;
    margin-left: 8px;
}

.main__inner__subtitle {
    margin-top: 0.5rem;
    font-weight: 500;
}

.main__inner__caption {
    margin-top: 4px;
    font-size: 0.75rem;
    padding: 0;
    list-style-position: inside;
}

.numbers {
    margin-top: 28px;
    margin-bottom: 36px;
    display: flex;
    gap: 32px;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
}

.number {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.number__title {
    display: flex;
    font-weight: 500;
    color: var(--secondary-color-text);
}

.number__subtitle {
    display: flex;
    width: max-content;
    font-weight: 500;
}

.download-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color-text);
}

.age-header {
    border: 1px solid black;
    color: black;
    font-weight: 500;
    font-size: 8px;
}

.download-header {
    color: var(--secondary-color-text);
    font-weight: 500;
}

.install-buttons {
    display: flex;
    gap: 12px;
    max-width: 500px;
    margin: auto;
}

.install-button {
    flex: 1;
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 16px;
    border: none;
    color: #ffffff;
    display: none;
}

.uninstall-button {
    display: none;
    flex: 1;
    border: 1px solid rgb(218, 220, 224);
    padding: 8px 16px;
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.download-visible {
    display: block;
}

.install_web_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
}

.install_web_buttons > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    height: 36px;
    min-width: 64px;
    font-size: 0.875rem;
    gap: 8px;
    color: #01875f;
    padding: 0 8px;
    margin: 6px 0;
}

.available_for_device {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 4px 0;
}

.gallery {
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-slide {
    height: 100%;
}

.gallery-slide img {
    display: block;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
    min-width: 92px;
    background-size: contain;
}

.description {
}

.description__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--secondary-color-text);
}

.description__text {
    color: #38393b;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.description__updated__title {
    font-weight: 500;
    color: var(--secondary-color-text);
    margin-top: 24px;
}

.description__updated__value {
    margin-top: 4px;
}

.description__categories__tag {
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    padding: 4px 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

.safety {
    padding-top: 20px;
}

.safety__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 20px;
}


.safety__list {
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 8px;
    border: 1px solid rgb(218, 220, 224);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.safety__list__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.safety__list__item__subtitle {
    font-size: .75rem;
    line-height: 1rem;
}

.safety__more {
    font-weight: 500;
    padding: 0 8px;
}

.support {
    padding-top: 24px;
    margin-bottom: 24px;
}

.support__summary {
    line-height: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--secondary-color-text);
    padding: 8px 0;
    list-style: none;

    /*//todo*/
    /*&::after {*/
    /*    content: url("arrowDown.svg");*/
    /*    width: 20px;*/
    /*    float: right;*/
    /*}*/

    /*[open] &::after {*/
    /*    content: url("arrowDown.svg");*/
    /*    width: 20px;*/
    /*    transform: rotate(180deg);*/
    /*}*/
}

.support__summary::-webkit-details-marker {
    display: none;
}

.support__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support__content__row {
    display: flex;
    gap: 12px;
}

.support__content__about {
    margin: 12px 0;
    font-weight: 500;
    color: var(--secondary-color-text);
}

.support__content__about_developer {
    white-space: pre-wrap;
}

.footer {
    margin: 0 24px 72px;
}

.footer__header {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.footer_web {
    margin: 0 24px 72px;
}

.footer_web__inappropriate {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer_web__inappropriate__title {
    font-weight: 500;
    color: var(--secondary-color-text);
    margin-left: 16px;
}

.footer_web__hr {
    margin: 36px 0;
    border-bottom: 1px solid rgb(232, 234, 237);
}

.footer_web__info {
    line-height: 32px;
}

.footer_web__info__google {
    margin-bottom: 24px;
}

.footer_web__terms {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    line-height: 48px;
    font-size: 12px;
}

.footer_web__terms > p:not(:last-child) {
    margin-right: 24px;
}

.reviews {
    padding-top: 20px;
}

.reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: var(--secondary-color-text);
    font-size: 18px;
}

.reviews__header__header {
    margin: 6px 0;
    padding: 12px 0;
}

.reviews__rating__text__value {
    color: rgb(32, 33, 36);
    line-height: 4rem;
    font-size: 3.5rem;
}

.reviews__rating__text__reviews {
    line-height: 1rem;
    font-size: .75rem;
    margin-top: .5rem;
}

.reviews__rating {
    display: flex;
    gap: 24px;
}

.reviews__rating__chart__line__bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: rgb(232, 234, 237);
    border-radius: 9999px;
}

.reviews__rating__chart__line__bar__value {
    position: absolute;
    height: 10px;
    border-radius: 9999px;
}

.reviews__rating__chart {
    flex: 1;
}

.reviews__rating__chart__line {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1rem;
    font-size: .75rem;
}

.reviews__comments {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}

.reviews__comment {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.reviews__comment__user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__comment__user img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.reviews__comment__user p {
    color: rgb(32, 33, 36);
    font-size: .875rem;
    line-height: 1.25rem;
}

.reviews__comment__rating {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviews__comment__rating p {
    font-size: .75rem;
    line-height: 1rem;
    margin-left: 1ch;
}

.reviews__comment__text {
    font-size: .875rem;
    line-height: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.reviews__comment__like {
    font-size: .75rem;
    line-height: 1rem;
}

.reviews__comment__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.reviews__comment__footer p {
    font-size: .75rem;
    line-height: 1rem;
    margin-right: 24px;
}

.reviews__comment__footer__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews__comment__footer__buttons div {
    border-radius: 9999px;
    line-height: 10px;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px rgb(218, 220, 224) solid;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.reviews__comment__answer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 24px 0 24px;
    padding: 12px 16px 16px 16px;
    background-color: #f8f9fa;
}

.reviews__comment__answer__header {
    display: flex;
    align-items: center;
}

.reviews__comment__answer__header__name {
    color: var(--secondary-color-text);
}

.reviews__comment__answer__header__date {
    font-size: 12px;
    margin-left: auto;
}

.reviews__all-comments {
    font-size: .875rem;
    font-weight: 500;
    padding: 12px 0;
}

.content__inner {
    margin-top: 40px;
    margin-left: 24px;
    margin-right: 24px;
    background-color: #ffffff;
}

.description__categories {
    margin-top: 28px;
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
}

.nav {
    height: 56px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    z-index: 3;
}

.nav_web {
    border-top: 1px solid rgb(218, 220, 224);
    background-color: #fff;
}

.nav_app {
    background-color: #f0f3f8;
}

.nav > div {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    max-width: 112px;
    font-weight: 500;
}

.nav span {
    line-height: 0;
}


.footer_active {
    position: relative;
}

.footer_active_back {
    z-index: -1;
    background-color: #c3e7ff;
    position: absolute;
    left: -12px;
    width: 100%;
    top: -2px;
    height: 100%;
    padding: 2px 12px;
    border-radius: 24px;
}

#description-dialog {
    width: 90%;
    max-height: 90vh;
    border: none;
    border-radius: 8px;
    padding: unset;
    scrollbar-width: none;
    color: inherit;

}

.dialog-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dialog-header {
    padding: 24px 32px;
    display: flex;
    align-items: start;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
}

.dialog-header__title {
    display: flex;
    flex-grow: 1;
}

.dialog-header__logo {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.dialog-header__title-name {
    color: var(--secondary-color-text);
    line-height: 1.75rem;
    font-size: 1.375rem;
    font-weight: 500;
    word-break: break-all;
}

#btn-close-description-dialog {
    margin: -12px -12px 0 0;
    min-width: 48px;
    padding: 12px;
}

.dialog-content {
    padding-top: 8px;
    padding-bottom: 28px;
    margin: 0 32px;
    flex-grow: 1;
}

.dialog-content .hr {
    margin: 16px 0;
    border-top: 1px solid #e8eaed;
    width: 100%;
}

body:has(dialog[open]) {
    overflow: hidden;
    height: 100vh;
}

.dialog-section-title {
    color: var(--secondary-color-text);
    margin-bottom: 16px;
    font-weight: 500;
}

.dialog-age-preview {
    border-radius: 2px;
    border: 2px solid black;
    color: black;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    width: max-content;
    height: max-content;
}

.dialog-additionally {
    display: flex;
    gap: 16px;
}

.dialog-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
}

.dialog-about .right-column {
    justify-self: end;
}