html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

::-webkit-scrollbar-thumb {
  background-color: #a09e9e5d;
  border-radius: 1vw;
}

::-webkit-scrollbar {
  width: 0.3vw;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquotebefore,
blockquoteafter,
qbefore,
qafter {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pageWrapper {
  width: 100%;
  min-height: 100vh;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  background-color: white;
  overflow-x: hidden;
}
#footerContainer {
  display: none;
}
.hidden {
  display: none !important;
}
#pageWrapper.withFooter + #footerContainer,
#pageWrapper.withFooter #footerContainer {
  display: block;
}
@media screen and (max-width: 768px) {
  .withFooter {
    padding-bottom: 64px;
  }
}

.pageLayout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mainContent {
  max-width: 1296px;
  margin: 0 auto;
  width: calc(100% - 144px);
  position: relative;
  @media screen and (max-width: 1280px) {
    width: calc(100% - 96px);
  }
  @media screen and (max-width: 768px) {
    width: calc(100% - 48px);
  }
}

/* Header Start */
.header {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

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

.logoWrapper {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.logoLink {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logoImage {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.playText {
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #5f6368;
}

.mainNav {
  display: flex;
  height: 100%;
}

.navItem {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #5f6368;
  text-decoration: none;
  font-size: 14px;
  height: 64px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.navItem.active {
  color: #01875f;
}

.navItem.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #01875f;
}

.headerRightSide {
  display: flex;
  align-items: center;
}
.iconHeader {
  padding: 12px;
  line-height: 0;
}

.profileIcon {
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  padding: 12px;
  padding-right: 0;
  line-height: 0;
}

.profileImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Upper Section Start */
.upperSection {
  width: 100%;
  background: #202124;
}

.upperSectionContent {
  max-width: 1296px;
  width: calc(100% - 144px);
  height: 696px;
  overflow: visible;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .upperSectionContent {
    height: 628px;
  }
}

@media screen and (max-width: 1280px) {
  .upperSectionContent {
    width: calc(100% - 96px);
    height: 560px;
  }
}

@media screen and (max-width: 1024px) {
  .upperSectionContent {
    height: 68.37vw;
  }
}

@media screen and (max-width: 768px) {
  .upperSectionContent {
    width: calc(100% - 48px);
    height: 723px;
  }
}

@media screen and (max-width: 600px) {
  .upperSectionContent {
    height: 650px;
  }
}

@media screen and (max-width: 500px) {
  .upperSectionContent {
    height: 580px;
  }
}

@media screen and (max-width: 400px) {
  .upperSectionContent {
    height: 500px;
  }
}

/* Video Container Start */
.videoContainer {
  position: absolute;
  top: 0;
  right: -72px;
  height: 600px;
  width: 1067px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .videoContainer {
    height: 532px;
    width: 947px;
  }
}

@media screen and (max-width: 1280px) {
  .videoContainer {
    height: 468px;
    width: 832px;
  }
}

@media screen and (max-width: 1024px) {
  .videoContainer {
    width: 100vw;
    height: 56.25vw;
    right: -48px;
  }
}

@media screen and (max-width: 768px) {
  .videoContainer {
    width: 100vw;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}

.videoContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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%);
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .videoContainer::before {
    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 (max-width: 768px) {
  .videoContainer::before {
    background: linear-gradient(
      to top,
      rgb(32, 33, 36) 0,
      rgba(0, 0, 0, 0) 56%
    );
  }
}

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

.trailerButtonDesktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .trailerButtonDesktop {
    display: block;
    bottom: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 1000;
  }

  .trailerButtonDesktop .trailerButton {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 48px;
    color: #fff;
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    padding: 2px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
    min-width: 40px;
    transition: background-color 0.2s;
  }

  .trailerButtonDesktop .trailerButton button {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    text-transform: none;
    padding: 0;
  }

  .trailerButtonDesktop .trailerButton:hover {
    background-color: rgb(0, 0, 0);
  }
}

/* App Info Container Start */
.appInfoContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 24px;
  display: flex;
}

.leftColumn {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.appTitleMain {
  line-height: 4.75rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #e8eaed;
}

@media screen and (max-width: 1280px) {
  .appTitleMain {
    line-height: 3.25rem;
    font-size: 2.75rem;
    letter-spacing: 0;
  }
}

.appInfo {
  margin-top: 16px;
}

.developerName {
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.00625em;
  font-weight: 500;
  color: #00a173;
}

.featureItem {
  font-size: 0.75rem;
  color: rgb(154, 160, 166);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.statsContainer {
  height: 64px;
  margin: 16px 0 24px;
  padding: 12px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .statsContainer {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}
.statsContainer::-webkit-scrollbar {
  display: none;
}

.statsContainer .statsGroup {
  display: flex;
  align-items: center;
}

.statsContainer .statsGroup .appIcon {
  border-width: 0;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 16px;
  width: 48px;
}

.statsContainer .statsGroup .statItemGroup {
  display: flex;
  align-items: center;
}

.statsContainer .statsGroup .statItemGroup .statItem {
  min-width: 96px;
  padding: 0 16px;
  position: relative;
}

.statsContainer .statsGroup .statItemGroup .statItem:first-child {
  padding-left: 0;
}

.statsContainer .statsGroup .statItemGroup .statItem:last-child {
  padding-right: 0;
}

.statsContainer .statsGroup .statItemGroup .statItem:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #3c4043;
}

.statsContainer .statsGroup .statItemGroup .statItem .statInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
}

.statsContainer .statsGroup .statItemGroup .statItem .statInfo .ratingStars {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #e8eaed;
}

.statsContainer
  .statsGroup
  .statItemGroup
  .statItem
  .statInfo
  .ratingStars
  .ratingHeader {
  color: #e8eaed;
}

.statsContainer
  .statsGroup
  .statItemGroup
  .statItem
  .statInfo
  .ratingStars
  .starIcon {
  width: 12px;
  fill: #e8eaed;
}

.statsContainer .statsGroup .statItemGroup .statItem .statInfo .statValue {
  color: #e8eaed;
}

.statsContainer .statsGroup .statItemGroup .statItem .statInfo .statValueAge {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  margin-bottom: 4px;
  padding: 0 1px;
}

.statsContainer
  .statsGroup
  .statItemGroup
  .statItem
  .statInfo
  .statValueAge
  .statValueAgeText {
  margin-bottom: 0 !important;
  font-weight: 600;
  font-family: 'Product Sans', sans-serif;
  color: #0c0c0c;
}

.statsContainer
  .statsGroup
  .statItemGroup
  .statItem
  .statInfo
  .statDescription {
  margin-top: 4px;
  color: #9aa0a6;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  white-space: nowrap;
}

.actionButtonsRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.actionButtonsRow .leftButtons {
  display: flex;
  gap: 20px;
}

.actionButtonsRow .leftButtons .actionButton {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 1.07%;
  color: #00a173;
  transition: background-color 0.2s;
  cursor: pointer;
}

.actionButtonsRow .leftButtons .actionButton .buttonIcon {
  width: 24px;
  height: 24px;
  fill: #00a173;
}

.actionButtonsRow .leftButtons .installButton {
  background-color: #00a173;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.00625em;
  font-weight: 500;
  height: 44px;
  margin: 2px 0;
  min-height: 44px;
  min-width: 200px;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: none;
  color: #202124;
  transition: background-color 0.2s;
  box-shadow: none;
  will-change: transform, opacity;
  display: flex;
    align-items: center;
    justify-content: center;
}
.actionButtonsRow .leftButtons .installButton .btn-install:disabled {
  opacity: 0.8;
    cursor: not-allowed;
}
.actionButtonsRow .leftButtons .installButton .btn-install .button-loader {
  display: inline-block;
  margin: 0;
}

.actionButtonsRow .leftButtons .installButton:hover {
  background-color: #00815d;
}

.actionButtonsRow .rightButtons .trailerButton {
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 48px;
  color: #fff;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  padding: 2px 24px;
  display: flex;
  align-items: center;
  min-height: 40px;
  min-width: 40px;
  transition: background-color 0.2s;
  cursor: pointer;
}

.actionButtonsRow .rightButtons .trailerButton button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  text-transform: none;
  padding: 0;
}

.actionButtonsRow .rightButtons .trailerButton:hover {
  background-color: rgb(0, 0, 0);
}

@media screen and (max-width: 1280px) {
  .actionButtonsRow .leftButtons .actionButton span {
    display: none;
  }

  .actionButtonsRow .leftButtons .installButton {
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    height: 36px;
    margin: 6px 0;
    min-height: 36px;
    min-width: 160px;
    padding: 8px 16px;
  }
}

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

.deviceMessage .deviceText {
  margin-left: 12px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  color: #9aa0a6;
}

.mobileInfoBlock {
  display: none;
}
.mobileInfoBlockNoVideo {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobileInfoBlockNoVideo {
    display: flex;
    align-items: center;
  }

  .mobileInfoBlockNoVideo .appTitleMain {
    line-height: 3.25rem;
    font-size: 2.75rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #e8eaed;
  }

  .mobileInfoBlockNoVideo .appIconMobileNoVideo {
    width: 96px;
    height: 96px;
    border-radius: 20%;
    margin: 7px 24px 0 0;
    box-shadow:
      0 1px 2px 0 rgba(60, 64, 67, 0.3),
      0 1px 3px 1px rgba(60, 64, 67, 0.15);
  }
}

@media screen and (max-width: 600px) {
  .appTitleMain {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .appIconMobile {
    width: 72px !important;
    height: 72px !important;
  }
}

/* Title Content No Video Start */
.upperSectionNoVideo {
  max-width: 100%;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.upperSectionContentNoVideo {
  max-width: 1296px;
  width: calc(100% - 144px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .upperSectionContentNoVideo {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 768px) {
  .upperSectionContentNoVideo {
    width: calc(100% - 48px);
    flex-direction: column-reverse;
  }
}

.upperSectionContentNoVideo .rightColumn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.upperSectionContentNoVideo .rightColumn .appIconRight {
  width: 240px;
  border-radius: 20%;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

@media screen and (max-width: 1280px) {
  .upperSectionContentNoVideo .rightColumn .appIconRight {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .upperSectionContentNoVideo .rightColumn .appIconRight {
    display: none;
  }
}

.desktopInfoBlockNoVideo .appTitle {
  line-height: 4.75rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #202124;
}
@media screen and (max-width: 1280px) {
  .desktopInfoBlockNoVideo .appTitle {
    line-height: 3.25rem;
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 768px) {
  .desktopInfoBlockNoVideo,
  .desktopInfoBlock,
  .appIcon,
  .installButton,
  .rightButtons {
    display: none !important;
  }
  .installButton .btn-install:disabled {
    display: none !important;
  }
  .installButton .btn-install .button-loader {
    display: none !important;
  }
  .mobileInfoBlock {
    display: flex;
    align-items: center;
  }
  .mobileHeaderInfo {
    display: flex;
    flex-direction: column;
    word-break: break-all;
  }

  .appIconMobile {
    width: 96px;
    height: 96px;
    border-radius: 20%;
    margin: 7px 24px 0 0;
    box-shadow:
      0 1px 2px 0 rgba(60, 64, 67, 0.3),
      0 1px 3px 1px rgba(60, 64, 67, 0.15);
  }

  .actionButtonsRow {
    display: flex;
    flex-direction: column;
  }
  .actionButtonsRow .leftButtons {
    margin-top: 16px;
  }
  .actionButtonsRow .leftButtons .actionButton span {
    display: block;
  }

  .actionButtonsRow .mobileInstallButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 160px;
    height: 36px;
    min-height: 36px;
    margin: 6px 0;
    padding: 8px 16px;
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    text-transform: none;
    background-color: #00a173;
    color: #202124;
    border-radius: 8px;
    box-shadow: none;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  .actionButtonsRow .mobileInstallButton .btn-install:disabled {
    opacity: 0.8;
    cursor: not-allowed;
  }
  .actionButtonsRow .mobileInstallButton .btn-install .button-loader {
    display: inline-block;
    margin: 0;
  }
  .actionButtonsRow .mobileInstallButton:hover {
    background-color: #00815d;
  }
}

@media screen and (max-width: 600px) {
  .mobileInfoBlockNoVideo .appTitleMain {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .mobileInfoBlockNoVideo .appIconMobileNoVideo {
    width: 72px;
    height: 72px;
  }
}

/* App Content */
.appContent {
  margin-top: 40px;
}
.appContent .descriptionInfo {
  white-space: pre-line;
}
.appContent p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.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;
  color: #5f6368;
}

.appContent .mainTitleWrapper {
  padding-bottom: 20px;
}

.appContent .appMainTitle {
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #202124;
}

@media screen and (max-width: 1280px) {
  .appContent .appMainTitle {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
}

/* Screenshots Gallery */
.galleryContainer {
  position: relative;
  margin-bottom: 24px;
}

.screenshotsGallery {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  justify-content: space-between;
}

.screenshotsGallery::-webkit-scrollbar {
  display: none;
}

.screenshotItem {
  display: flex;
  transition: transform 0.3s ease;
  cursor: pointer;
  flex: 0 0 auto;
}

.screenshotItem img {
  height: 580px;
  border-width: 0;
  /* box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15); */
  border-radius: 8px;
  background-size: contain;
  flex-shrink: 0;
  scroll-snap-align: start;
}

@media screen and (max-width: 1280px) {
  .screenshotItem img {
    height: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .screenshotItem img {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
  .screenshotItem img {
    height: 360px;
  }
}

@media screen and (max-width: 450px) {
  .screenshotItem img {
    height: 290px;
  }
}

.galleryArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 56px;
  width: 56px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  border-radius: 50%;
  box-sizing: border-box;
  overflow: visible;
  -webkit-appearance: none;
  user-select: none;
  transition: background-color 0.2s;
}

.galleryArrow:hover {
  background-color: #e9e9e9;
}

.galleryArrow svg {
  width: 36px;
  height: 36px;
}

.galleryArrow.prev {
  left: -30px;
}

.galleryArrow.next {
  right: -30px;
}

.galleryArrow.hidden {
  display: none;
}

@media screen and (max-width: 1024px) {
  .galleryArrow {
    display: none !important;
  }
}

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modalContent {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalContent img {
  max-height: 90%;
  max-width: 80%;
  object-fit: contain;
}

.closeButton {
  position: fixed;
  top: 16px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.closeButton svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.closeButton:hover {
  background: rgba(0, 0, 0, 0.8);
}

.modalArrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 48px;
  width: 48px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  border-radius: 50%;
  box-sizing: border-box;
  overflow: visible;
  -webkit-appearance: none;
  user-select: none;
  transition: background-color 0.2s;
}

.modalArrow:hover {
  background: #e9e9e9;
}

.modalArrow svg {
  width: 36px;
  height: 36px;
}

.modalArrow.prev {
  left: 24px;
}

.modalArrow.next {
  right: 24px;
}

.modalArrow.hidden {
  display: none;
}

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

.sectionTitleWrapper {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.sectionTitleWrapper button {
  margin-left: 16px;
}

.appAbout .updateInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: 0.875rem; /* 14px */
  letter-spacing: 0.0178571429em;
}

.appAbout .updateInfo .updateLabel {
  color: #202124;
  margin-bottom: 4px;
  font-weight: 500;
}

.appAbout .updateInfo .updateDate {
  color: #5f6368;
  font-weight: 400;
}

.ratingBigNoVideo {
  color: #202124;
  line-height: 4rem;
  font-size: 3.5rem;
  letter-spacing: 0;
  font-weight: 400;
}

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

.reviewsSection .sectionTitle {
  font-size: 20px;
  font-weight: 500;
  color: #202124;
  margin: 0 0 16px;
}

.reviewsSection .reviewsSummary {
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
}

.reviewsSection .overallRating {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviewsSection .overallRating .totalReviews {
  color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 0.5rem;
}

.reviewsSection .ratingBig {
  color: #202124;
  line-height: 4rem;
  font-size: 3.5rem;
  letter-spacing: 0;
  font-weight: 400;
}

.reviewsSection .ratingStarsBig svg {
  width: 16px;
  height: 16px;
  fill: #01875f;
}

.reviewsSection .ratingBars {
  flex: 1;
}

.reviewsSection .ratingBar {
  display: flex;
  align-items: center;
}

.reviewsSection .ratingBar span {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  padding-right: 16px;
  color: #5f6368;
}

.reviewsSection .barContainer {
  flex: 1;
  height: 10px;
  background-color: rgb(232, 234, 237);
  border-radius: 9999px;
}

.reviewsSection .barFill {
  height: 100%;
  background-color: #01875f;
  border-radius: inherit;
}

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

.reviewsSection .reviewItem {
  padding: 24px 0;
  font-family: Roboto, Arial, sans-serif;
}

.reviewsSection .reviewItem:last-child {
  padding-bottom: 0;
}

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

.reviewsSection .reviewerAvatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: cover;
  background-color: #1a73e8;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  flex-shrink: 0;
}

.reviewsSection .reviewContent {
  flex: 1;
  margin-top: 16px;
}

.reviewsSection .reviewContent .reviewRatingWrapper {
  display: flex;
  align-items: center;
}

.reviewsSection .reviewContent .reviewRatingWrapper .reviewDate {
  color: #5f6368;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1rem;
  margin-left: 1ch;
}

.reviewsSection .reviewContent .reviewRatingWrapper .reviewRating {
  display: flex;
  align-items: center;
}

.reviewsSection
  .reviewContent
  .reviewRatingWrapper
  .reviewRating
  .ratingStarsBig
  svg {
  width: 12px;
  height: 12px;
}

.reviewsSection .reviewerName {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  color: #202124;
  word-break: break-all;
}

.reviewsSection .reviewText {
  margin-top: 8px;
  font-size: 0.875rem;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  color: #5f6368;
}

.reviewsSection .developerReply {
  background-color: rgb(248, 249, 250);
  display: grid;
  align-items: center;
  margin: 24px 24px 0;
  padding: 12px 16px 16px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  word-break: break-all;
}

.reviewsSection .replyHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .reviewsSection .replyHeader {
    flex-direction: column;
  }
}

.reviewsSection .replyDeveloper {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  color: #202124;
}

.reviewsSection .replyDate {
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-left: auto;
  color: #5f6368;
}
@media (max-width: 500px) {
  .reviewsSection .replyDate {
    margin-left: 0;
  }
}

.reviewsSection .replyText {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  color: #5f6368;
}

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

.whatsNewSection .sectionTitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27em;
  color: #202124;
  margin: 0 0 16px;
}

.whatsNewSection .version {
  font-size: 14px;
  line-height: 1.43em;
  letter-spacing: 1.43%;
  color: #5f6368;
  margin-bottom: 16px;
}

.whatsNewSection .updatesList {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #5f6368;
  white-space: pre-line;
}

.flagButton {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 24px;
  container-type: inline-size;
  container-name: section-wrapper;
}

.flagButton .flagIcon {
  margin-right: 16px;
}

.flagButtonText {
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  color: #202124;
}

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

.dataSafetySection .sectionTitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27em;
  color: #202124;
  margin: 0 0 16px;
}

.dataSafetySection .safetyCard {
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px;
}

.dataSafetySection .safetyCard .safetyItem {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.dataSafetySection .safetyCard .safetyItem:first-child {
  margin-top: 0;
}

.dataSafetySection .safetyCard .safetyItem .icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.dataSafetySection .safetyCard .safetyItem .contentDataSafety {
  flex: 1;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.dataSafetySection .safetyCard .safetyItem .contentDataSafety .title {
  font-size: 0.875rem;
  color: #5f6368;
  margin-bottom: 4px;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
}

.dataSafetySection .safetyCard .safetyItem .contentDataSafety .subtitle {
  color: #5f6368;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}

.dataSafetySection .safetyCard .safetyItem .contentDataSafety .subtitle .link {
  color: #5f6368;
  text-decoration: underline;
}

.inPhoneModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.inPhoneModalContent {
  height: calc(100vh - 32px);
  max-height: 720px;
  max-width: 720px;
  width: calc(100vw - 32px);
  background: white;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inPhoneModalHeader {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-width: 0;
  position: relative;
  z-index: 10;
}

.inPhoneModalHeader .modalHeaderLeft {
  display: flex;
  align-items: center;
  flex: 1;
  flex: 1 1 auto;
  min-width: 0;
}

.inPhoneModalHeader .modalHeaderLeft .modalAppIcon {
  border-radius: 8px;
  box-shadow:
    0 -1px 5px rgba(0, 0, 0, 0.09),
    0 3px 5px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  margin-right: 16px;
  width: 56px;
  height: 56px;
}

.inPhoneModalHeader .modalHeaderLeft .modalHeaderInfo {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}

.inPhoneModalHeader .modalHeaderLeft .modalHeaderInfo .modalAppTitle {
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  color: #202124;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

.inPhoneModalHeader .modalHeaderLeft .modalHeaderInfo .modalLabel {
  color: #5f6368;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.75rem;
}

.inPhoneModalHeader .closeButtonDescription {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  color: #5f6368;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  border-radius: 50%;
  padding: 0;
}

.inPhoneModalHeader .closeButtonDescription:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.headerShadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(
    to bottom,
    rgba(60, 64, 67, 0.3),
    rgba(60, 64, 67, 0)
  );
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.headerShadowActive {
  opacity: 1;
}

.modalDivider {
  border-top: 1px solid #dadce0;
  margin-top: 24px;
  width: 100%;
}

.inPhoneModalBody {
  overflow-y: auto;
  flex-grow: 1;
  margin: 0 32px;
  padding-bottom: 32px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.inPhoneModalBody::-webkit-scrollbar {
  display: none;
}

.modalSection .modalDescription {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0142857143em;
  font-weight: 400;
  color: #5f6368;
  white-space: pre-line;
}

.modalSection h3 {
  line-height: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  color: #202124;
  word-break: break-all;
}

.modalSection p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  margin-top: 3px;
  color: #5f6368;
  word-break: break-all;
}

.modalGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 24px;
}

.modalFullWidth {
  grid-column: span 2;
}

.expandButton {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
}

.expandButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.footer {
  display: none;
}

/* Footer Mobile */
@media (max-width: 768px) {
  .mainNav {
    display: none;
  }

  .pageWrapper {
    position: relative;
  }

  .footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    width: 100%;
    background-color: white;
    border-top: 1px solid rgb(218, 220, 224);
    z-index: 10;
    overflow-x: hidden;
  }

  .footer .footerItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    text-align: center;
    color: #5f6368;
  }

  .footer .footerItem.active {
    color: #01875f;
  }

  .footer .footerItem.active svg path {
    fill: #01875f;
  }

  .footer .footerItem.active span {
    color: #01875f;
  }

  .footer .footerItem span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    color: #5f6368;
  }
}

/* Loading Animations */
.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.linearLoader {
  width: 60%;
  height: 4px;
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background-color: currentColor;
    animation: linearLoading 1.5s infinite ease-in-out;
    border-radius: 4px;
  }
}

@keyframes linearLoading {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

.circularLoader {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(243, 243, 243, 0.7);
  border-radius: 50%;
  position: relative;

  &:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: circularLoading 1s infinite linear;
  }
}

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

.reviewerImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Reviews Filter */
.reviewsFilterContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.customFilterDropdown {
  position: relative;
}

.filterHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background-color: white;
  border: 1px rgb(218, 220, 224) solid;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5f6368;
  height: 22px;
}

.filterHeader.selected {
  background-color: #e6f3ef;
  color: #056449;
  border: none;
}

.filterArrow {
  display: flex;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.customFilterDropdown.active .filterArrow {
  transform: rotate(180deg);
}

.filterOptions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-height: 240px;
  overflow-y: auto;
  min-width: 168px;
  width: 168px;
  padding: 16px 0;
}

.filterOptions.hidden {
  display: none;
}

.filterOption {
  display: block;
  padding: 8px 12px;
  padding-left: 36px;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: rgb(95, 99, 104);
}

.filterOption:hover {
  background-color: #f1f3f4;
}

.filterOption.selected::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 -960 960 960' width='16px' fill='%235f6368'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
  background-size: contain;
}

/* Скрытие иконок Google Translate */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}


#installProgressContainer {
  display: none;
  margin-top: 12px;
}

#progressText {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.progressTrack {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 8px;
  width: 100%;
}

#progressBar {
  width: 0%;
  height: 100%;
  background-color: var(--theme-color, #00a173);
}

/* Прогресс-контейнеры для установки */
.desktopInstallProgressContainer,
.mobileInstallProgressContainer {
  display: none;
  width: 100%;
  max-width: 200px;
}

.desktopInstallProgressContainer {
  margin-top: 12px;
}

.mobileInstallProgressContainer {
  margin-top: 8px;
}

.desktopProgressText,
.mobileProgressText {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}

.desktopProgressBar,
.mobileProgressBar {
  width: 0%;
  height: 100%;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .desktopInstallProgressContainer {
    display: none !important;
  }
  
  .mobileInstallProgressContainer {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .mobileInstallProgressContainer {
    display: none !important;
  }
  .mobileInstallButton {
    display: none !important;
  }
}

/* Button loader styles */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}