
  * {
    box-sizing: border-box;
}

  :root {
      --ios-color: #000;
      --ios-back: #fbfbfb;
  }

  :root, :root.light {
    --color-base-bk: #fff;
    --color-base: #1f1f1f;
    --color-gray: #444746;
    --color-gray-border: #c4c7c5;
    --color-gray-back: #f2f2f2;
    --color-gray-star: #e3e3e3;
    --color-blue: #0b57d0;
    --color-bk-menu: #f0f4f9;
    --color-green: #01875f;
    --color-btn-blue: #fff;
    --color-btn-gray: #aaabab;
    --color-btn-gray-bk: #e8e8e8;
}

html {
    font-size: 62.5%;
}


body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #fff;
    background-color: var(--color-base-bk);
    color: #1f1f1f;
    color: var(--color-base);
    font-family: Google Sans Text,Google Sans Display,Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    margin: 0;
}
.container {
    height: 100vh;
}

.container .wrap {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

.header_headerWrap {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: space-between;
    margin-bottom: 1px;
}

.header_btnPrev {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 4px;
    width: 48px;
}

.header_btnPrev .header_btnPrevImg {
    height: 24px;
    margin: 16px;
    width: 24px;
}

.header_headerWrap svg {
    fill: var(--color-gray);
}

path[Attributes Style] {
    d: path("M 0 0 h 24 v 24 H 0 Z");
    fill: none;
}

:not(svg) {
    transform-origin: 0px 0px;
}

path[Attributes Style] {
    d: path("M 20 11 H 7.8 l 5.6 -5.6 L 12 4 l -8 8 l 8 8 l 1.4 -1.4 L 7.8 13 H 20 v -2 Z");
}

.header_btnPoint {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 4px;
    width: 48px;
}

.header_btnPoint .header_btnPointImg {
    height: 24px;
    margin: 16px;
    width: 24px;
}

.titleIcon_titleIconWrap {
    margin-top: 12px;
    place-items: center;
}

.titleIcon_header {
    display: flex;
    max-height: 100%;
    padding: 1px 12px 0;
    width: 100%;
}

.titleIcon_iconWrap {
    flex: 0 0 96px;
    position: relative;
    width: 96px;
}

.titleIcon_iconWrap img {
    border-radius: 14px;
    box-shadow: 0 0 1px #00000040;
    height: 72px;
    width: 72px;
}

.titleIcon_titleInfo .titleIcon_title {
    color: var(--color-base);
    font-size: 2.4rem;
    font-weight: 500;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.34;
    padding-right: 1px;
    padding-top: 1px;
}

.titleIcon_titleInfo .titleIcon_devName {
    color: var(--color-blue);
    font-family: Google Sans Text,Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 1.45rem;
    line-height: 24px;
}

.titleIcon_titleInfo .titleIcon_infoAds {
    color: var(--color-gray);
    font-size: 1.2rem;
    line-height: 14px;
}


.iconInfo_iconInfoWrap {
    cursor: grab;
    height: 64px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.iconInfo_iconInfoWrap .iconInfo_scrollCon {
    align-items: center;
    display: flex;
    height: 100%;
    overflow: hidden;
    transition: transform .3s ease;
}

.iconInfo_iconInfoWrap .iconInfo_item {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative;
    text-align: center;
}

.iconInfo_iconInfoWrap .iconInfo_item:first-child {
    margin-left: 24px;
}

.iconInfo_iconInfoWrap .iconInfo_item .iconInfo_icon {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.45rem;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    min-width: 80px;
}

.iconInfo_iconInfoWrap .iconInfo_item .iconInfo_text {
    align-items: center;
    color: var(--color-gray);
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.2rem;
    height: 16px;
    justify-content: center;
    padding-top: 1px;
    white-space: nowrap;
}

.iconInfo_iconInfoWrap .iconInfo_item .iconInfo_text>svg {
    margin-left: 3px;
    width: 10px;
}

.iconInfo_iconInfoWrap .iconInfo_item:after {
    border-right: 1px solid var(--color-gray-border);
    content: "";
    height: 22px;
    position: absolute;
    right: -16px;
    top: 8px;
}

.iconInfo_iconInfoWrap .iconInfo_item:last-child {
    margin-right: 24px;
}

.iconInfo_iconInfoWrap .iconInfo_item:last-child:after {
    display: none;
}

.iconInfo_iconInfoWrap .iconInfo_item .iconInfo_icon img, .iconInfo_iconInfoWrap .iconInfo_item .iconInfo_icon svg {
    max-height: 100%;
}

.btnInstall_btnInstallWrap {
    margin-top: 12px;
    place-items: center;
}

.btnInstall_wrap {
    padding: 6px 12px;
    width: 100%;
}

.btnInstall_button {
    align-items: center;
    background: var(--color-blue);
    border-radius: 100px;
    color: var(--color-btn-blue);
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
}


.screen_wrap {
    cursor: grab;
    height: 168px;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.screen_wrap .screen_scrollCon {
    align-items: center;
    display: flex;
    height: 166px;
    overflow: hidden;
    transition: transform .3s ease;
}

.screen_wrap .screen_item:first-child {
    margin-left: 12px;
}

.screen_wrap .screen_item {
    display: inline-block;
    height: 166px;
    margin-right: 8px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 2px;
    text-align: center;
}

.screen_wrap .screen_item img {
    border-radius: 8px;
    height: 166px;
}

.blockInfo_wrap {
    margin-top: 12px;
    padding: 0 12px;
}

.blockInfo_wrap .blockInfo_titleWrap {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: space-between;
}

.blockInfo_wrap .blockInfo_titleWrap .blockInfo_title {
    font-family: Google Sans Display,Google Sans Text,Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 1.68rem;
    font-weight: 500;
    letter-spacing: .075rem;
}

.blockInfo_wrap .blockInfo_titleWrap .blockInfo_icon {
    margin-right: 4px;
    margin-top: 3px;
}

.blockInfo_wrap .blockInfo_titleWrap .blockInfo_icon svg {
    fill: var(--color-gray);
    rotate: 180deg;
}


.blockInfo_icon {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 50%; /* кругла кнопка, можна змінити під себе */
}

.blockInfo_icon::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1); /* сірий ефект */
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
  transition: transform 0.4s ease-out, opacity 0.8s ease-out;
}


.blockInfo_wrap .blockInfo_body {
    color: var(--color-gray);
    font-size: 1.375rem;
    letter-spacing: .00001rem;
    line-height: 1.5;
}

.aboutGame_desc {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blockInfo_wrap .blockInfo_body {
    color: var(--color-gray);
    font-size: 1.375rem;
    letter-spacing: .00001rem;
    line-height: 1.5;
}

.dataSafety_wrapTI {
    border: 1.6px solid var(--color-gray-border);
    border-radius: 8px;
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 22px;
}

.dataSafety_wrapTI .dataSafety_secItem {
    align-items: flex-start;
    display: flex;
    margin-top: 15px;
}

.dataSafety_wrapTI .dataSafety_secItem:first-child {
    margin-top: 0;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon, .dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon img, .dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon svg {
    width: 24px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon svg {
    fill: var(--color-gray);
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_info {
    margin-left: 16px;
    padding-top: 1px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_subInfo {
    font-size: 1.2rem;
    letter-spacing: .00001rem;
    line-height: 1.37;
    margin-top: 6px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_subInfo>span {
    text-decoration: underline;
}

.dataSafety_wrapTI .dataSafety_secItem {
    align-items: flex-start;
    display: flex;
    margin-top: 15px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon, .dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon img, .dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon svg {
    width: 24px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_icon svg {
    fill: var(--color-gray);
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_info {
    margin-left: 16px;
    padding-top: 1px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_subInfo {
    font-size: 1.2rem;
    letter-spacing: .00001rem;
    line-height: 1.37;
    margin-top: 6px;
}

.dataSafety_wrapTI .dataSafety_secItem .dataSafety_subInfo>span {
    text-decoration: underline;
}

.dataSafety_wrapTI .dataSafety_more {
    color: var(--color-blue);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 23px;
}

.blockInfo_wrap .blockInfo_body {
    color: var(--color-gray);
    font-size: 1.375rem;
    letter-spacing: .00001rem;
    line-height: 1.5;
}

.ratingReview_rrInfo {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 9px 0;
}

.ratingReview_rrInfo svg {
    height: 11px;
    margin-bottom: -1px;
    width: 11px;
}

.ratingReview_wrapRat {
    display: flex;
}

.ratingReview_wrapRat .ratingReview_ratingTitle {
    font-family: Google Sans Display,Google Sans Text,Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 5.7rem;
    line-height: 1.25;
}

.starRating_starList {
    display: flex;
    justify-content: space-between;
    line-height: 0;
    width: 66px;
}

.starRating_starItem {
    display: inline-block;
    height: 12px;
    position: relative;
    text-align: left;
    width: 12px;
}

.starRating_starItemFill svg {
    fill: var(--color-blue);
    stop-color: var(--color-blue);
    color: var(--color-blue);
}

.starRating_starItem:last-child {
    margin-right: 0;
}

.starRating_starItem>.starRating_starItemFill {
    left: 0;
    position: absolute;
    top: 0;
}

.ratingReview_wrapRat .ratingReview_review {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 2px;
}

.starRating_starItem svg {
    height: 100%;
    width: 100%;
}

.ratingReview_wRatLine {
    margin-left: 32px;
    margin-top: 4px;
    width: 100%;
}

.ratingReview_wRatLine .ratingReview_lineW {
    align-items: center;
    display: flex;
    height: 16px;
    margin-top: 4px;
}

.ratingReview_wRatLine .ratingReview_lineNum {
    font-size: 1.15rem;
    width: 27px;
}

.ratingReview_wRatLine .ratingReview_lineBase {
    background-color: var(--color-gray-star);
    border-radius: 9999px;
    height: 10px;
    width: 100%;
}

.ratingReview_wRatLine .ratingReview_lineBaseFill {
    background-color: var(--color-blue);
    border-radius: inherit;
    height: 100%;
}


.ratingReview_wrapCom {
    margin-top: 26px;
}

.commentItem_wrap {
    margin-top: 3px;
}

.commentItem_wrap .commentItem_top {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
}

.commentItem_wrap .commentItem_top .commentItem_avatarW {
    align-items: center;
    display: flex;
}

.commentItem_wrap .commentItem_top .commentItem_avatarW img, .commentItem_wrap .commentItem_top .commentItem_avatarW svg {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}


.commentItem_wrap .commentItem_top .commentItem_name {
    margin-left: 16px;
}

.commentItem_wrap .commentItem_top .commentItem_btn {
    align-items: center;
    display: flex;
}

.commentItem_wrap .commentItem_date {
    font-size: 1.18rem;
    margin-left: 8px;
}

.commentItem_wrap .commentItem_comment {
    font-size: 1.37rem;
    letter-spacing: 0;
    margin: 8px 0;
}

.commentItem_wrap .commentItem_like {
    font-size: 1.21rem;
    letter-spacing: 0;
    line-height: 2rem;
    margin-top: 10px;
}

.commentItem_wrap .commentItem_wasRev {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    height: 48px;
    justify-content: space-between;
    margin-top: 15px;
}

.commentItem_wrap .commentItem_wasRev .commentItem_text {
    -moz-animation: none;
}

.commentItem_wrap .commentItem_wasRev .commentItem_btn {
    display: flex;
}

.commentItem_wrap .commentItem_wasRev .commentItem_btnItem {
    border: 1.6px solid var(--color-gray-border);
    border-radius: 8px;
    margin-right: 8px;
    padding: 6px 16px;
}

.commentItem_wrap .commentItem_wasRev .commentItem_btnItem:last-child {
    margin-right: 0;
}

.commentItem_resWrap {
    background-color: var(--color-gray-back);
    margin-top: 3px;
    padding: 16px 16px 6px;
}

.commentItem_resWrap .commentItem_resTop {
    display: flex;
    justify-content: space-between;
}

.commentItem_resWrap .commentItem_resAuth {
    -moz-animation: none;
}

.commentItem_resWrap .commentItem_resDate {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.commentItem_resWrap .commentItem_resComm {
    margin: 8px 0;
}

.commentItem_min {
    max-height: 40px;
    overflow: hidden;
}

.ratingReview_wrapCom .ratingReview_more {
    color: var(--color-blue);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 24px;
}


.blockInfo_wrap .blockInfo_body.blockInfo_slide {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .25s linear;
}

.blockInfo_wrap .blockInfo_body.blockInfo_slide.blockInfo_show {
    transform: scaleY(1);
}

.appSupport_item {
    display: flex;
    min-height: 48px;
    padding: 8px 0;
}

.appSupport_icon {
    margin-right: 16px;
    width: 18px;
}

.appSupport_icon img, .appSupport_icon svg {
    height: 18px;
    width: 18px;
}

.appSupport_title {
    font-size: 1.37rem;
    font-weight: 500;
    height: 26px;
}

.appSupport_cont {
    color: var(--color-gray);
}

.footerOther_gprp {
    align-items: center;
    color: var(--color-gray);
    display: flex;
    font-size: 1.37rem;
    font-weight: 500;
    height: 48px;
    line-height: 0;
    margin: 12px 12px 0;
}

.footerOther_icon {
    margin-right: 12px;
}

.footerOther_icon img, .footerOther_icon svg {
    fill: var(--color-gray);
    height: 24px;
    width: 24px;
}



.btnInstall_button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}


.btnInstall_button.installing {
  position: relative;
  pointer-events: none;
  background-color: #6c757d;
}

.btnInstall_button.installing::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* spinner animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.simple-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto; /* Додає прокрутку при необхідності */
  padding: 16px; /* Щоб не притискалось до країв */
  box-sizing: border-box;
}

.simple-modal-content {
  background-color: #fff;
  max-width: 720px;
  width: 100%;
  height: 100%; /* Не виходить за межі екрану */
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #5f6368;
}

.simple-modal-close-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}

.simple-modal-icon {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.modal-header.scrolled {
  box-shadow: 0 1px 2px 0 #3c40434d, 0 2px 6px 2px #3c404326;
}

.modal-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-app-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.modal-title {
  font-size: 18px;
  font-weight: bold;
  color: #1f1f1f;
}

.modal-subtitle {
  font-size: 14px;
  color: #666;
}

.modal-close-button {

}



.modal-body {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-size: 14px;
}

.modal-body ul {
  padding-left: 20px;
  margin-top: 8px;
}

.modal-body li {
  margin: 4px 0;
}


.ratingReview_more {
    color: var(--color-blue);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 34px;
    cursor: pointer;
}

.hidden {
    display: none;
}

