.page-container {
    visibility: visible;
    opacity: 1;
    overflow: visible;
    position: relative;
    min-height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 104px;
    display: block;
    z-index: 1;
}

@media screen and (min-width: 840px) {
    .page-container {
        margin-top: 64px;
    }
}

@media (any-pointer: coarse), (any-pointer: none) {
    .page-container {
        margin-top: 56px;
    }
}

.page-container.trailer {
    margin-top: 52px;
}

.trailer-container {
    position: absolute;
    right: -24px;
    top: 0;
    width: 100vw;
}

.trailer-video {
    object-fit: cover;
    padding: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}

.trailer-container, .trailer-video {
    height: 56.25vw;
    width: 100vw;
}

@media screen and (min-width: 1024px) {
    .trailer-container, .trailer-video {
        height: 468px;
        width: 832px;
    }
}

@media screen and (min-width: 1280px) {
    .trailer-container, .trailer-video {
        height: 532px;
        width: 947px;
    }
}

@media screen and (min-width: 1440px) {
    .trailer-container, .trailer-video {
        height: 600px;
        width: 1067px;
    }
}

@media screen and (min-width: 600px) {
    .trailer-container {
        right: -48px;
    }
}

@media screen and (min-width: 1024px) {
    .trailer-container {
        right: -72px;
    }
}

.trailer-background {
    background: linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

@media screen and (min-width: 840px) {
    .trailer-background {
        background: linear-gradient(to right, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
    }
}

@media screen and (min-width: 1280px) {
    .trailer-background {
        background: linear-gradient(to right, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to left, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
    }
}

.trailer-button-container {
    bottom: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    z-index: 1;
    background-color: rgba(0, 0, 0, .54);
    border-radius: 48px;
    color: #fff;
    width: fit-content;
}

.trailer-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 26px;
}

.content-container {
    backface-visibility: hidden;
    min-height: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 32px
}

.content-wrapper {
    /*padding-bottom: 32px;*/
}

.toolbar__button {
    width: 48px;
    height: 48px;
    padding: 8px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.hidden-overlay {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0;
    border-radius: inherit;
}

.app-info-text {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
}

.reset-text {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.mainPage-downloadButtonMobile {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*@media (min-width: 601px) {*/
/*    .mainPage-downloadButtonWeb {*/
/*        display: block;*/
/*    }*/

/*    .mainPage-downloadButtonMobile {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .mainPage-downloadButtonWeb {*/
/*        display: none;*/
/*    }*/
/*}*/

.mainPage-downloadButtonWeb {
    margin-left: 32px;
}

.primary-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    width: 100%;
}

.inline-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.text-ellipsis {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chip {
    max-width: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 16px;
    white-space: nowrap;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    cursor: unset;
    outline: 0;
    text-decoration: none;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid rgb(189, 189, 189);
}

.chip-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 11px;
    padding-right: 11px;
    white-space: nowrap;
}

.rating-icon-container {
    font-size: 14px;
    display: inline-flex;
    position: relative;
    color: rgb(250, 175, 0);
    cursor: pointer;
    text-align: left;
    width: min-content;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
}

.transition-container {
    display: flex;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
}

.rating-icon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: inherit;
}

.progress-bar {
    position: relative;
    overflow: hidden;
    display: block;
    height: 4px;
    z-index: 0;
    background-color: rgb(167, 202, 237);
}

.comment-avatar-img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}

.grey-icon {
    fill: var(--icon-color);
    color: var(--icon-color);
    stop-color: var(--icon-color);
}

.page-content {
    position: relative;
    min-height: 100%;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 1;
}

.block {
    margin: 0 auto;
    min-height: 56px;
    position: relative;
    width: calc(100% - 48px);
}

@media screen and (min-width: 1280px) {
    .block {
        width: calc(100% - 144px);
    }
}

@media screen and (min-width: 600px) {
    .block {
        width: calc(100% - 96px);
    }
}

@media screen and (min-width: 960px) {
    .flex-bt {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 960px) {
    .first-block {
        width: calc(100% - 348px);
    }
}

@media screen and (min-width: 960px) {
    .second-block {
        width: 276px;
    }
}

@media screen and (min-width: 960px) {
    .third-block {
        display: none;
    }
}

.app-info-container {
    padding-bottom: 32px;
}

.app-info-container.trailer {
    background-color: #202124;
    --subtitle-color: rgb(154, 160, 166);
    --title-color: rgb(232, 234, 237);
    --btn-text-color: rgb(32, 33, 36);
    --icon-color: rgb(232, 234, 237);

    /*& .app-info-content-container {*/
    /*    margin-top: calc(56.25vw - 40px);*/
    /*}*/

    & .app-stat-item-container {
        &:not(:first-child):before {
            background-color: rgb(60, 64, 67);
        }
    }
}

.app-info-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.page-container:not(.trailer) .app-info-content {
    margin-top: 48px;
}

@media screen and (min-width: 840px) {
    .page-container:has(.trailer) .app-info-content {
        min-height: 56.25vw;
    }
}

@media screen and (min-width: 1024px) {
    .page-container:has(.trailer) .app-info-content {
        min-height: 436px;
    }
}

@media screen and (min-width: 1280px) {
    .page-container:has(.trailer) .app-info-content {
        min-height: 500px;
    }
}

@media screen and (min-width: 1440px) {
    .page-container:has(.trailer) .app-info-content {
        min-height: 568px;
    }
}

.app-info-content-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

.page-container:has(.trailer) .app-info-content .app-info-content-container {
    margin-top: calc(56.25vw - 40px);
}

@media screen and (min-width: 840px) {
    .page-container:has(.trailer) .app-info-content .app-info-content-container {
        margin-top: 112px;
    }
}

.additional-info-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: flex-start;
    align-items: center;
    margin: 0
}

.additional-info-content {
    display: inline-block;
    margin-right: 4px;

    &:not(:first-child):before {
        color: var(--subtitle-color);
        content: " · ";
        display: inline
    }
}

.flex-column {
    display: flex;
    flex-direction: column
}


.image-container {
    position: relative;
    display: inline-block;
    margin: 7px 24px 0 0;
}

.loader {
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    justify-content: center;
    align-items: center;
    display: none;
}

.loader::after {
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    border: 3px solid var(--primary-color);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


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


.progress-loader {
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    display: none;
    justify-content: center;
    align-items: center;
}

.progress-loader svg {
    width: 90%;
    height: 90%;
}

.progress-loader circle {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 0 301.6;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: none;
}


.game-logo {
    display: none;

    & img {
        transition: width 0.2s ease;
        width: 72px;
        max-width: 180px !important;
        border-width: 0;
        box-shadow: 0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;
    }
}

.game-logo-img {
    max-width: 180px !important;
}

.big-game-logo {
    position: absolute;
    right: 0;
    top: 48px;
}

@media screen and (max-width: 600px) {
    .app-info-content-container .game-logo {
        display: inline;
    }
}

@media screen and (min-width: 840px) {
    .page-container:not(.trailer) .big-game-logo .game-logo {
        display: inline;

        & .image-container {
            margin: 0;
        }

        & img {
            width: 180px;
            max-width: 180px !important;
            margin: 0;
        }
    }
}

@media screen and (min-width: 600px) and (max-width: 840px) {
    .app-info-content-container .game-logo {
        display: inline;

        & img {
            width: 96px;
        }
    }
}

@media screen and (min-width: 960px) {
    .page-container:has(.trailer) .app-stat-content-container .game-logo {
        display: inline-block;

        & img {
            width: 48px;
        }
    }
}

.rounded-img {
    border-radius: 20%
}

.game-name-text {
    /*align-items: flex-end;*/
    color: var(--title-color);
    /*display: flex;*/
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 0;
    overflow-wrap: anywhere;
    width: 100%;
    word-break: keep-all;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500
}

.app-info-content .game-name-text {
    max-height: 112px;
}

@media screen and (min-width: 600px) {
    .game-name-text {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 2.75rem;
        font-size: 2.25rem;
        letter-spacing: 0;
        font-weight: 500;
    }
}

@media screen and (min-width: 1024px) {
    .app-info-content .game-name-text {
        max-height: 192px;
    }
}

@media screen and (min-width: 840px) {
    .game-name-text {
        width: 560px;
    }
}

.game-info-container {
    margin-top: 2px;
}

@media screen and (min-width: 840px) {
    .game-info-container {
        margin-top: 16px;
    }
}

.author-text {
    color: var(--primary-color);
    font-size: 1rem;
    letter-spacing: .00625em;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.additional-info-text {
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-scrollable {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 4px;
    margin-top: 28px;
    white-space: nowrap
}

.tag-scrollable-item-container {
    display: inline-block
}

.tag-scrollable-item {
    border-color: #dadce0;
    color: var(--subtitle-color);
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 14px
}

.description-block {
    padding-top: 20px
}

.description-block .title-container {
    padding-bottom: 20px
}

.description-block .button-container {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.green-button {
    position: relative;
    background-color: var(--primary-color);
    border-radius: 8px;
    box-shadow: none;
    color: var(--btn-text-color);
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    height: 36px;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    margin: 6px 0;
    min-height: 36px;
    min-width: 160px;
    padding: 8px 16px;
    text-transform: none;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.5s;
    text-decoration: none;
    z-index: 1;
}

.green-button:after {
    content: "";
    background: rgba(0,0,0, 0.1);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 1s
}

.green-button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.download-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 255, 0, 0.5);
    z-index: -1;
}

.download-button.downloading::before {
    width: 100%;
}

.skeleton {
    width: 100%;
    min-height: 36px;
    min-width: 160px;
    display: inline-block;
    background: linear-gradient(90deg, var(--skeleton-light) 25%, var(--skeleton-dark) 50%, var(--skeleton-light) 75%);
    background-size: 200% 100%;
    animation: wave 1.5s infinite;
    border-radius: 8px;
}

.green-button:hover {
    background-color: var(--primary-color-hover);
    box-shadow: none
}

.green-button:disabled {
    background-color: rgba(95, 99, 104, 0.2);
    color: var(--subtitle-color);
    cursor: not-allowed;
}

.rating-title-text, .sub-title {
    fill: var(--title-color);
    stop-color: var(--title-color);
    color: var(--title-color);
    letter-spacing: 0
}

.rating-title-text {
    font-family: Google Sans Display, Roboto, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 4rem
}

.empty-rating-icon {
    color: var(--rating-color);
    display: flex;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    pointer-events: none;
}

.primary-color {
    color: var(--primary-color);
    fill: var(--primary-color);
    stop-color: var(--primary-color);
}

.ratings-summary {
    color: var(--title-color);
    padding-right: 16px
}

.ratings-summary, .rating-sub-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem
}

.rating-sub-text {
    fill: var(--subtitle-color);
    stop-color: var(--subtitle-color);
    color: var(--subtitle-color);
    margin-top: .5rem
}

.rating-progress-line-container {
    background-color: var(--rating-color);
    border-radius: 10px;
    flex-grow: 1;
    height: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.rating-progress-line {
    background-color: var(--primary-color);
    border-radius: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    transition: transform 0.4s linear 0s;
    transform-origin: left center;
}

.no-border-radius {
    border-radius: 0
}

.reviews-block-description-sub-content {
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.reviews-block-description-sub-content-button {
    font-size: .75rem;
    font-weight: 400;
    border-radius: 8px;
    padding: 0;
}

.section-block-content {
    color: var(--subtitle-color);
    fill: var(--subtitle-color);
    stop-color: var(--subtitle-color);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.description-text {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    max-height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-description {
    white-space: pre-line;
}

.downloading-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4px;
    width: 100%
}

.downloading-text {
    font-size: 16px;
    margin-bottom: 3px
}

.progress-bar-container {
    border-radius: 5px;
    height: 5px;
    width: 100%;
    background-color: #c2e0d6;
}

.primary-color-bg {
    background-color: var(--primary-color)
}

.rating-section-container {
    grid-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: max-content auto;
    margin-bottom: 32px;
    margin-right: -6px
}

.rating-section-container .ratings-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.rating-section-container .ratings-container .ratings-summary-container {
    align-items: center;
    display: flex;
    flex-direction: row
}

.rating-comment-block {
    display: grid;
    flex-grow: 1;
    grid-template-columns: 1fr;
}

.comment-item {
    padding: 16px 0;
}

.comment-item .comment-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-title {
    align-items: center;
    color: var(--title-color);
    display: flex;
    flex-direction: row
}

.comment-rating-container {
    margin-top: 16px;
}

.comment-rating {
    font-size: 12px
}

.comment-avatar-container {
    height: 32px;
    width: 32px;
    margin-right: 16px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}

.rating-comment-date {
    fill: var(--subtitle-color);
    stop-color: var(--subtitle-color);
    color: var(--subtitle-color);
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    margin-left: 1ch
}

.comment-item-text {
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    fill: rgb(95, 99, 104);
}

.comment-info {
    align-items: flex-start;
    display: flex;
    margin-top: 12px;
    flex-direction: column;
}

.comment-info-utility {
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
}

.comment-info-feedback {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.comment-info-feedback-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    margin-right: 24px;
}

.comment-info-feedback-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    &.item-background {
        background-color: var(--background-color);
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.comment-info-feedback-buttons-container .comment-info-feedback-button {
    height: 24px;
    line-height: 10px;
}

.comment-info-feedback-button .select-button-content {
    margin: 0 12px;
}


.header__left-icon {
    background-image: url("../media/icon/google_play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 168px
}

.header__right-icon {
    background-image: url("../media/icon/avatar.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    width: 32px
}

.header__search-icon {
    background-image: url("../media/icon/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px
}

.header__info-icon {
    background-image: url("../media/icon/help.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px
}

.scrolled-header {
    box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0003
}

.header__play-market-link {
    fill: var(--subtitle-color);
    stop-color: var(--subtitle-color);
    align-items: center;
    color: var(--subtitle-color);
    display: flex;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    line-height: 1.75rem;
    margin: 0 16px;
    white-space: nowrap;
    z-index: 1;
    text-decoration: none;
}

.main-header {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: auto;
    right: 0;
    color: var(--title-color);
    background: var(--background-color);
    opacity: 1;
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
}

.main-header nav {
    align-items: center;
    display: flex;
    height: 56px;
    width: 100%
}

.nav-panel {
    display: none;
    height: 100%;
}

@media screen and (min-width: 840px) {
    .nav-panel {
        display: block;
    }
}

.nav-panel-container {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.nav-panel-content {
    display: flex;
    height: 100%;
    overflow-x: hidden;
}

.nav-panel-button-container {
    height: 100%;
    position: relative;
    display: flex;
    flex: 1 0 auto;
    transform: none;
    will-change: transform;
}

.nav-panel-button {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    text-transform: none;
    min-width: auto;
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0 16px;
    border: none;
    outline: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1;
    height: 100%;
}

.nav-panel-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    pointer-events: none;
    position: relative;

}

.selected-nav-panel-button-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.selected-nav-panel-button {
    border-color: var(--primary-color);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-width: 3px;
    opacity: 1;
    margin: 0 2px;
    min-width: 24px;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    border-top-style: solid;
}

@media screen and (min-width: 840px) {
    .main-header nav {
        height: 64px;
    }
}

@media screen and (min-width: 840px) {
    .P8HBFd {
        display: block;
    }
}

.main-header nav .header__toolbar {
    align-items: center;
    display: flex;
    justify-content: end;
    margin: 0 10px 0 auto;
}

@media (min-width: 600px) {
    .main-header nav .header__toolbar {
        min-height: 64px;
    }
}

@media (min-width: 0px) {
    @media (orientation: landscape) {
        .main-header nav .header__toolbar {
            min-height: 48px;
        }
    }
}

@media (min-width: 600px) {
    .main-header nav .header__toolbar {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.app-stat-container {
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 0;
    width: 100vw;
}

.app-stat-content-container {
    align-items: center;
    display: flex;
    margin-right: 0;
    scrollbar-width: none;
    width: 100%;

    &::-webkit-scrollbar {
        display: none
    }

    &:before {
        content: "";
        display: block;
        flex-shrink: 0;
        width: 24px
    }
}

.app-stat-content {
    align-items: center;
    display: flex
}

.app-button-container {
    align-items: unset;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .app-button-container {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
}

.app-trailer-button-container {
    z-index: 1;
    display: none;
    margin-left: auto;
}

@media screen and (min-width: 840px) {
    .app-trailer-button-container {
        display: block;
    }

    .trailer-button-container {
        display: none;
    }
}

.app-trailer-button {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    z-index: 1;
    background-color: rgba(0, 0, 0, .54);
    border-radius: 48px;
    color: #fff;
    width: fit-content;
}

.stat-info-icon {
    cursor: pointer;
    margin-left: 4px
}

.app-stat-star-icon {
    font-size: 12px;
}

.app-stat-bottom-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    height: 20px;
    letter-spacing: .025em;
    line-height: 1rem
}

.app-stat-top-text, .app-stat-bottom-text {
    align-items: center;
    display: flex;
    justify-content: center;
    white-space: nowrap
}

.app-stat-top-text {
    fill: var(--title-color);
    stop-color: var(--title-color);
    color: var(--title-color);
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    height: 24px;
    letter-spacing: .0178571429em;
    line-height: 1.25rem
}

.app-stat-age-content {
    align-items: center;
    display: flex;
    flex-direction: row
}

.app-stat-item-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 96px;
    padding: 0 16px;
    position: relative;

    &:first-child {
        padding-left: 0
    }

    &:not(:first-child):before {
        background-color: var(--stat-item-divider-color);
        content: "";
        display: block;
        height: 24px;
        left: 0;
        position: absolute;
        top: calc(50% - 12px);
        width: 1px
    }
}


.app-stat-item-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    white-space: nowrap
}

.age-icon {
    height: 16px;
    min-width: 16px;
}

.install_btn {
    width: 100%;
}

.progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    height: 100%;
    z-index: 1000;
    font-weight: 500;
}

.downloading-line {
    position: relative;
}

.paused {
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.progress-bar {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    transition: transform 0.4s linear 0s;
    transform-origin: left center;
}

.loading-indicator {
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.app-action-container {
    z-index: 1;
    align-items: center;
    display: flex;
    gap: 8px;
    margin: auto;
}

.app-action-block {
    align-items: unset;
    display: flex;
    flex-direction: column;
}

.action-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: transparent;
}

.app-action-button {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
    padding: 0 8px 0 8px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 4px;

    &:not(:disabled) {
        color: var(--primary-color);
    }

    &:hover {
        background-color: rgba(26, 115, 232, 0.05);
    }

    &:active {
        background-color: rgba(26, 115, 232, 0.05);
    }

    &:active::after {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.6s, opacity 0.6s;
        opacity: 0;
    }
}

.app-action-button-icon {
    height: 24px;
    width: 24px;
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top;

    &:not(:disabled) {
        color: var(--primary-color);
        fill: #01875f;
        stop-color: #01875f;
    }
}

.app-action-button-text {
    position: relative;
    letter-spacing: .0107142857em;
    text-transform: none;
}

.device-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.device-button-content {
    color: var(--subtitle-color);
    fill: var(--subtitle-color);
    stop-color: var(--subtitle-color);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;

    display: flex;
    padding: 4px 0;
}

.device-button-text {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    display: flex;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
}

.device-icon {
    flex-shrink: 0;
    font-size: 20px;
    height: 20px;
    margin-right: 12px;
    width: 20px;
    fill: var(--icon-color);
    color: var(--icon-color);
}

body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.modal-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    height: 100%;
    opacity: 1;
    pointer-events: none;
}

.modal-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-inner-content {
    border-radius: 8px;
    position: relative;
    background-color: var(--background-color);
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);
    min-width: 280px;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto;
    outline: 0;
}

.modal-body-wrapper {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    font-weight: 400;
    color: var(--subtitle-color);
    box-sizing: border-box;
    flex-grow: 1;
    margin: 0 32px;
    overflow: scroll;
    padding-bottom: 28px;
}

.modal-body-wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.modal-body-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
}

.custom-modal-content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
    max-height: 720px;
    max-width: 720px;
    width: calc(100vw - 32px);
}

@media (max-width: 752px) {
    .modal-inner-content {
        max-width: calc(100vw - 32px);
    }
}

@media (max-width: 592px) {
    .modal-inner-content {
        max-width: calc(100vw - 32px);
    }
}

@media (min-height: 752px) {
    .modal-inner-content {
        max-height: 720px;
    }
}

.modal-header {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    font-weight: 400;
    color: #5f6368;
    display: flex;
    flex-shrink: 0;
    padding: 24px 32px;
}

.modal-header-info {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.modal-title {
    color: var(--title-color);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    font-weight: 500;
    overflow: hidden;
}

.modal-subtitle {
    color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.75rem;
    overflow: hidden;
}

.modal-header-icon {
    height: 48px;
    width: 48px;
    border-radius: 8px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .09), 0 3px 5px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .15);
    margin-right: 16px;
}

.close-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.game-info {
    &:not(:disabled) {
        border-color: var(--stat-item-divider-color);
    }

    border-color: var(--stat-item-divider-color);
    border-bottom: 1px solid;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.info-item {
    flex-basis: 50%;
    margin-top: 24px;
}

.info-label {
    color: var(--title-color);

    &:not(:disabled) {
        color: var(--title-color);
    }

    fill: var(--title-color);
    stop-color: var(--title-color);
    font-family: "Google Sans", Roboto, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
}

.info-value {
    &:not(:disabled) {
        color: rgb(95, 99, 104);
    }

    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    margin-top: 3px;
    font-family: Roboto, sans-serif;
}

.modal-header-scrolled {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    position: relative;
}

.description-divider {
    &:not(:disabled) {
        border-color: var(--stat-item-divider-color)
    }

    border-color: var(--stat-item-divider-color);
    border-top: 1px solid;
    margin-top: 24px;
    width: 100%;
}

.last-update-block {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}

.subtitle-text {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
}

.last-update-date {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    margin-top: 4px;
    color: var(--subtitle-color);
    fill: var(--subtitle-color);
}

.section-container {
    container-type: inline-size;
    container-name: section-wrapper;
    padding-top: 20px;
    width: 100%;
}

.section-header {
    padding-bottom: 20px;
}

.security-data-header {
    padding-bottom: 20px;
}

.section-header-content {
    color: var(--title-color);
    fill: var(--title-color);
    stop-color: var(--title-color);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;

    & .header-container {
        margin-right: 16px;
    }

    & h2 {
        display: flex;
        align-items: center;
    }
}

.security-data-info-container {
    border-radius: 8px;
    border: 1px solid var(--tag-border-color);
    margin-top: 30px;
    padding: 20px 20px 0;
}

.security-data-info-item {
    align-items: flex-start;
    display: flex;

    &:not(:first-child) {
        margin-top: 20px;
    }

    & img {
        height: 20px;
        margin-right: 20px;
        width: 20px;
        background-size: contain;
    }
}

.security-data-info-item-subtext {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;

    & a {
        text-decoration: underline;
    }
}

.security-data-button {
    margin: 10px 0;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
    height: 36px;
    display: flex;
    align-items: center;
}

.select-device-block {
    margin-bottom: 12px;
}

.select-device-block-flex {
    gap: 12px;
    display: flex;
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.select-device-block-flex::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.select-device-block-flex::-webkit-scrollbar-thumb {
    background: transparent;
}

.select-device-block-flex-item {
    flex-shrink: 0;
    scroll-snap-align: start;

    &.item-background {
        background-color: rgb(95, 99, 104);
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.select-button-content {
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 16px;
}

.select-device-button-icon {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0 4px 0 0;
}

.select-button-text {
    display: inline-block;
    margin: 6px 4px;
}


.select-button {
    color: var(--subtitle-color);
    fill: var(--subtitle-color);
    background-color: var(--background-color);

    &:hover {
        background-color: rgba(95, 99, 104, 0.12);
    }

    &::after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        transform: scale(0);
        animation: ripple-effect 0.6s linear;
        pointer-events: none;
    }

    &:focus {
        outline: none;
    }

    border: 1px var(--tag-border-color) solid;
    border-radius: 9999px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    letter-spacing: .25px;
    line-height: 18px;
    min-width: auto;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background .2s .1s;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
}

.select-button.selected-button {
    color: var(--primary-color);
    fill: var(--primary-color);
    stop-color: var(--primary-color);
    background-color: #e6f3ef;
    border-color: transparent;
}

@keyframes ripple-effect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.developer-answer-block {
    background-color: var(--developer-block-color);
    display: grid;
    align-items: center;
    margin: 24px 24px 0;
    padding: 12px 16px 16px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
}

.developer-answer-title {
    display: flex;
    align-items: center;
}

.developer-answer-title-name {
    color: var(--title-color);
    fill: var(--title-color);
    stop-color: var(--title-color);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
}

.developer-answer-title-date {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-left: auto;
}

.developer-answer-text {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
}

.pb-20 {
    padding-bottom: 20px;
}

.app-support-content-container.hidden {
    display: none;
}

.hidden {
    display: none;
}

.app-support-content {
    display: grid;
    grid-gap: 24px;
}

.app-support-content-item {
    border: 0;
    margin: -12px;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--background-color);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;

    &.item-content {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        position: relative;
        outline: none;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        fill: var(--subtitle-color);
    }
}

.app-support-link {
    display: flex;
    padding: 12px;
    position: relative;
    text-decoration: none;
}

.app-support-link-icon {
    margin-right: 16px;
}

.app-support-link-text {
    margin-top: 2px;
}

.similar-games {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.similar-game-item {
    border-radius: 8px;
    margin: -12px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    overflow: hidden;

    & .content-container {
        display: flex;
        position: relative;
        color: initial;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        outline: none;
    }
}

.similar-game-content {
    column-gap: 16px;
    display: grid;
    grid-template-columns: max-content auto;
    margin: 12px;
}

.similar-game-icon {
    border-radius: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    height: 56px;
    width: 56px;
    background-size: contain;
}

.similar-game-main-info {
    display: grid;
    grid-template-rows: max-content;
    height: fit-content;
    row-gap: 2px;
}

.similar-game-main-info-item {
    align-items: center;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    & .game-name {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.25rem;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        letter-spacing: -.2px;
    }

    & .game-sub-title {
        line-height: 1rem;
        font-size: .75rem;
        font-weight: 400;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        letter-spacing: .2px;
    }

    & .game-rating {
        align-items: center;
        display: inline-flex;
        height: 100%;
        padding-left: 2px;
    }
}

.similar-game-rating-icon {
    width: .625rem;
    height: .625rem;
}

.complaint-button-container {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.mr-16 {
    margin-right: 16px;
}

.footer-container {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 16px;
}

@media (any-pointer: coarse), (any-pointer: none) {
    .footer-container {
        padding-bottom: 72px;
    }
}

.footer-content {
    /*border-bottom: 1px solid rgb(232, 234, 237);*/
    margin-bottom: 36px;
    /*padding-top: 36px;*/
    width: 100%;
}

.footer-nav-panel {
    background-color: var(--footer-bg-color);;
    border-top: none;
    bottom: 0;
    display: none;
    height: 48px;
    justify-content: center;
    left: 0;
    position: static;
    width: 100%;
    z-index: 3;
}

@media (any-pointer: coarse), (any-pointer: none) {
    .footer-nav-panel {
        display: flex;
        border-top: 1px solid rgb(218, 220, 224);
        height: 56px;
        position: fixed;
    }
}

@media screen and (min-width: 840px) {
    .footer-nav-panel {
        display: none;
    }
}

.display-flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-nav-panel-content-item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    max-width: 112px;

    & .item-text {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}


.flex-layout {
    margin-top: 40px;
}

@media screen and (min-width: 960px) {
    .flex-layout {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 960px) {
    .content-block-1 {
        width: calc(100% - 348px);
    }
}

@media screen and (min-width: 960px) {
    .content-block-2 {
        width: 276px;
    }
}

@media screen and (min-width: 960px) {
    .content-block-3 {
        display: none;
    }
}

.no-scroll {
    overflow: hidden;
}

.gallery {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-top: 20px;
}


.gallery:last-child {
    margin-right: 0
}

@media screen and (min-width: 600px) {
    .gallery {
        margin-bottom: 16px;
    }
}

.gallery-item {
    flex-shrink: 0;
    margin-right: 12px;
    scroll-snap-align: start;
    &:last-child {
        margin-right: 0;
    }
}

.gallery img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;
    cursor: pointer;
    height: 204px;
    min-width: 92px;
}

.gallery img:focus {
    outline: none;
}

.fullscreen {
    flex-direction: column;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.fullscreen img {
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fullscreen .close {
    position: absolute;
    top: 10px;
    left: 10px;
    align-self: flex-start;
    z-index: 999;
}

