@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

@font-face {
    font-family: 'Google Sans';
    src: url('/themes/improved/fonts/GoogleSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/themes/improved/fonts/GoogleSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


html.app-comp-page body,
html.app-comp-page {
  background-color: #eee;
  color: #636b6f;
  height: 100vh;
  margin: 0;
  font-family: 'Google Sans', Roboto, sans-serif;
}
html.app-comp-page body ::-webkit-scrollbar,
html.app-comp-page ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html.app-comp-page body ::-webkit-scrollbar-thumb,
html.app-comp-page ::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}

.app-comp-wrapper {
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 840px) {
  .app-comp-wrapper {
    padding-top: 5px;
    padding-bottom: 10px;
      padding-left: 5px;
      padding-right: 5px;
  }
}

.description__top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.description__title{
    font-family: "Google Sans";
    font-size:18px;
    line-height:24px;
    font-weight:500;
    color:#202124
}

.description__more-button {
    width: 44px;
    height: 44px;
    padding: 15px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%20-960%20960%20960'%20width='24'%3e%3cpath%20fill='%235F6368'%20d='M647-440H160v-80h487L423-744l57-56%20320%20320-320%20320-57-56%20224-224Z'/%3e%3c/svg%3e");
    transform: var(--c005f1d8);
    background-repeat: no-repeat;
    background-position: center;
}

.gall_img img {
  width: 150px;
  height: 260px;
  min-width: 110px;
  border-radius: 10px;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media only screen and (min-width: 500px) {
  .gall_img img {
    border-radius: 20px;
    padding: 5px;
  }
}
.comments a {
  text-decoration: none;
}

.app-comp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding-bottom: 10px;
  padding-top: 50px;
  color: #636b6f;
}
.app-comp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media (max-width: 840px) {
  .app-comp {
    padding-top: 0;
    background-color: #fff;
    padding-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .app-comp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.app-comp__left {
  width: 720px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

@media (max-width: 840px) {
  .app-comp__left {
    width: 100%;
    margin-left: 0;
    padding: 1px 5px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 840px) and (max-width: 840px) {
  .app-comp__left {
    padding-bottom: 0;
  }
}
.app-comp__info-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    padding-top:20px;
}

.app-comp__info-wrapper,
.app-comp__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.app-comp__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 217px;
}

@media (max-width: 840px) {
  .app-comp__logo {
    width: 70px;
    height: 70px;
  }
  .app-comp__logo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
.app-comp__info {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 840px) {
  .app-comp__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
  }
}
.app-comp__main-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 25px 25px 10px 0;
}

@media (max-width: 840px) {
  .app-comp__main-info {
    margin: 5px 0 20px 15px;
  }
}
.app-comp__information {
  position: relative;
  text-align: left;
  padding: 0 25px;
}

@media (max-width: 840px) {
  .app-comp__information {
    padding: 0;
  }
}
.app-comp__information span {
  display: inline-block;
  line-height: 25px;
  font-weight: 400;
}

.app-comp__info-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.app-comp__info-title {
  width: 100%;
  font-size: 24px;
  color: #202124;
  line-height: 28px;
  font-weight: 500;
  font-family: Google Sans, Roboto, sans-serif;
  text-align: left;
  word-break: break-word;
}

@media (max-width: 480px) {
  .app-comp__info-title {
    max-width: 240px;
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 840px) {
  .app-comp__info-title {
    font-weight: 500;
  }
}
.app-comp__info-subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  cursor: pointer;
}

.app-comp__info-subtitle span {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  color: #33691e;
  font-weight: 700;
  margin-right: 15px;
}

.app-comp__info-subtitle span:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .app-comp__info-subtitle {
    padding-top: 5px;
  }
}
.app-comp__ad-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 15px;
}

@media (max-width: 840px) {
  .app-comp__ad-wrapper {
    margin: 10px 0;
  }
}
.app-comp__age-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 13px;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.685);
  font-family: Impact;
  color: rgba(0, 0, 0, 0.685);
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 840px) {
  .app-comp__age-rate {
    display: none;
  }
}
.app-comp__ad-status {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #737373;
}

@media (max-width: 840px) {
  .app-comp__ad-status {
    margin-left: 0;
    padding-top: 5px;
    font-weight: 400;
  }
}
.app-comp__right-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 840px) {
  .app-comp__right-wrapper {
    display: none;
  }
}
.app-comp__choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8d8d8d;
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}

.app-comp__choise span {
  min-width: 110px;
  max-width: 120px;
  word-break: break-word;
}

@media (max-width: 840px) {
  .app-comp__choise {
    display: none;
  }
}
.app-comp__users-rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #616161;
  font-size: 13px;
  padding-top: 10px;
}
.app-comp__users-rate .star {
  margin: 0 2px;
}

@media (max-width: 840px) {
  .app-comp__users-rate {
    display: none;
  }
}
.app-comp__user-num {
  margin: 0 3px;
}

.app-comp__install-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-comp__install-wrapper .app-comp__install-button {
  margin-right: 0;
}

@media (max-width: 840px) {
  .app-comp__install-wrapper {
    display: block;
    -webkit-transform: translateX(-85px);
            transform: translateX(-85px);
    margin: 0;
    width: calc(100% + 85px);
  }
}
.app-comp__wish-list-add {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 840px) {
  .app-comp__wish-list-add {
    display: none;
  }
}
.app-comp__wish-list-button {
  background: 0 0;
  border: none;
  height: 34px;
  font-size: 13px;
  color: #33691e;
  cursor: pointer;
  outline: 0;
}

.app-comp__wish-list-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 32px;
  margin-right: 10px;
}

.app-comp__mobile-info {
  position: relative;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  -webkit-transform: translate(-85px);
          transform: translate(-85px);
  margin-bottom: 10px;
  width: calc(100% + 85px);
}

@media (max-width: 840px) {
  .app-comp__mobile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.app-comp__mobile-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 35px;
  border-right: 1px solid #ddd;
  padding-top: 1px;
}

.app-comp__mobile-info-item:last-of-type {
  border-right: none;
}

.app-comp__mobile-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #030303;
}

.app-comp__mobile-info-icon span {
  line-height: 1;
}

.app-comp__mobile-info-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #030303;
}

.app-comp__mobile-info-rating svg {
  width: 15px;
  height: 15px;
  margin-left: 2px;
}

.app-comp__mobile-info-subtitle {
  font-size: 12px;
  color: #898989;
  padding-top: 5px;
}

.app-comp__mobile-info-rate {
  border: 1px solid #000;
  font-size: 13px;
  padding: 0 2px;
}

.app-comp__install-button {
  padding-top: 2px;
  min-width: 240px;
  max-width: 300px;
  height: 38px;
  background-color: grey;
  font-size: 14px;
  font-family: "Google Sans";
  font-weight: 400;
  color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  outline: 0;
  display: block;
  margin: 0 auto;
}

.info__install {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Google Sans;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #5f6368;
}

.app-comp__install-button.active {
  background-color: #689f38;
}

@media (max-width: 840px) {
  .app-comp__install-button.active {
    background-color: #00875f;
    background: grey;
  }
}
.app-comp__install-button:hover:not(:disabled) {
  background-color: #8bc34a;
  border-bottom: 2px solid #658e36;
}

@media (max-width: 840px) {
  .app-comp__install-button:hover:not(:disabled) {
    background-color: #00875f;
    opacity: 0.9;
    border-bottom: 2px solid #006548;
  }
}
.app-comp__install-button:disabled {
  cursor: auto;
}

@media (max-width: 840px) {
  .app-comp__install-button {
    margin: 0;
    min-width: 100%;
  }
}
.app-comp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 50px;
}

@media (max-width: 840px) {
  .app-comp__right {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    background-color: #fff;
  }
}
@media (min-width: 841px) and (max-width: 1280px) {
  .app-comp__right {
    width: 720px;
    margin: 0 auto;
  }
}
.app-comp__same-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1280px) {
  .app-comp__same-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1280px) and (-webkit-min-pixel-ratio: 1) {
  .app-comp__same-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.app-comp__same {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 840px) {
  .app-comp__same {
    font-size: 16px;
    padding-top: 0;
  }
}
.app-comp__same-item {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .app-comp__same-item {
    margin-right: 10px;
  }
  .app-comp__same-item:last-child {
    margin-right: 0;
  }
}
.app-comp__charts {
  padding: 0 25px 25px;
  text-align: left;
}

@media (max-width: 840px) {
  .app-comp__charts {
    padding: 0 0 25px;
  }
}
.app-comp__section-header {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  padding: 25px 0 0;
}

@media (max-width: 840px) {
  .app-comp__section-header {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    text-transform: unset;
    padding: 0;
  }
}
.app-comp__section-header_changes {
  margin: 0;
}

.app-comp__charts-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 25px 20px 0 0;
}

@media (max-width: 840px) {
  .app-comp__charts-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 25px;
  }
  .app-comp__charts-wrapper .chart-size {
    width: 300px;
  }
}
.app-comp .line {
  height: 1px;
  background-color: #eaeaea;
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 840px) {
  .app-comp .line,
  .app-comp__main-recent-changes,
  footer {
    display: none;
  }
}
.star[data-v-2b76e870] {
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 840px) {
  .star span img {
    width: 12px;
  }
}
.app-description {
  position: relative;
  padding: 0 25px;
}

@media (max-width: 840px) {
  .app-description {
    padding: 0 0 25px;
    text-align: left;
  }
}
.app-description__title {
  display: none;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 840px) {
  .app-description__title {
    display: inline-block;
  }
}
.app-description__content {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.app-description .expand {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  padding-bottom: 30px;
}

.app-description .expand.collapsed {
  max-height: 100px;
  overflow: hidden;
  padding-bottom: 0;
}

.app-description .expand-btn.greenBtn {
  background: 0 0;
  border: none;
  color: green;
}

.shadow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.addShadov {
  background: 0 0;
}

.addHeight {
  height: auto !important;
}

.app-description__inner-shadow.disable {
  height: 0;
}

.app-description #more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 500;
  color: #33691e;
  text-align: center;
  cursor: pointer;
}

.app-description #more-button:active {
  background-color: #b3bfaf;
}

.app-description__recent-changes {
  display: none;
  padding: 25px 0 0;
}

@media (max-width: 840px) {
  .app-description__recent-changes {
    display: block;
  }
}
.app-comp__recent-changes {
  position: relative;
  text-align: left;
  padding: 0 25px 25px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

@media (max-width: 840px) {
  .app-comp__recent-changes {
    padding: 0 0 25px;
  }
}
.app-comp__recent-changes-wrapper {
  width: 100%;
  padding-top: 25px;
}

.score {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .score {
    margin-bottom: 20px;
  }
}
.score__number {
  color: #333;
  font-size: 64px;
  font-weight: 100;
  line-height: 64px;
}

@media (max-width: 840px) {
  .score__number {
    font-weight: 400;
  }
}
.score__stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.score__stars .star {
  margin: 0 2px;
}
.score__stars .star img {
  width: 17px;
  height: 17px;
}

.score__all-users {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.score__all-users img {
  width: 16px;
  height: 16px;
}

@media (max-width: 840px) {
  .score__all-users {
    display: none;
  }
}
.score__ratings {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 840px) {
  .score__ratings {
    font-size: 12px;
    color: #898989;
  }
}
.chart {
  max-width: 450px;
  width: 100%;
}

.chart__bars {
  height: 100%;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.chart__bars li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 4px;
  font-size: 11px;
}

.chart__bars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  margin-right: 5px;
  height: 20px;
  color: #737373;
}

.chart__bar {
  height: 20px;
  min-width: 10px;
}

@media (min-width: 320px) and (max-width: 840px) {
  .chart__bar {
    position: relative;
    height: 10px;
    border-radius: 10px;
    margin-top: 5px;
    z-index: 1;
  }
}
.chart__bar-container:first-of-type > .chart__bar._rating5 {
  background-color: #57bb8a;
}

.chart__bar-container:nth-of-type(2) > .chart__bar._rating4 {
  background-color: #9ace6a;
}

.chart__bar-container:nth-of-type(3) > .chart__bar._rating3 {
  background-color: #ffcf02;
}

.chart__bar-container:nth-of-type(4) > .chart__bar._rating2 {
  background-color: #ffb235;
}

.chart__bar-container:nth-of-type(5) > .chart__bar._rating1 {
  background-color: #ff8c5a;
}

@media (max-width: 840px) {
  .chart__bar-container > .chart__bar {
    background-color: #00875f !important;
  }
}
.chart__bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 21px);
  height: 10px;
  border-radius: 10px;
  margin-top: 5px;
  background-color: #d9d9d9;
}

@media (min-width: 320px) and (max-width: 840px) {
  .chart__bg {
    display: block;
  }
}
.testimotials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.testimotials__comment-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 25px 25px;
}

@media (max-width: 840px) {
  .testimotials__comment-info {
    padding: 0 0 25px;
  }
}
.testimotials__user-logo {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testimotials__user-logo img {
  width: 48px;
  height: 48px;
}

.testimotials__user-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimotials__user-info-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimotials__user-info-top .tooltip {
  margin-left: auto;
  margin-right: 0;
  padding-top: 4px;
}

.testimotials__user-name {
  text-align: left;
}

@media (max-width: 840px) {
  .testimotials__user-name {
    color: #000;
    font-weight: 400;
  }
}
.testimotials__rate-stars {
  padding: 0 10px;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimotials__rate-stars .star {
  margin: 0 2px;
}
.testimotials__rate-stars .star img {
  width: 11px;
  height: 11px;
}

.testimotials__user-name {
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 500;
}

.testimotials__info,
.testimotials__rate-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimotials__rate-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.testimotials__date {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
}

.testimotials__likes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #757575;
  font-size: 10px;
  padding-right: 5px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.testimotials__likes img {
  margin-bottom: 4px;
}

.testimotials__likes.active {
  color: #ed3b3b;
}

.testimotials__text-ph {
  position: relative;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-top: 5px;
}

.testimotials #read-more-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.testimotials #read-more-btn:hover {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.27);
}

.tooltip {
  position: relative;
}

.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  top: 100%;
  right: -50%;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: 50% top;
          transform-origin: 50% top;
  width: 64px;
  height: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.tooltip:hover:after {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.info-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

@media (max-width: 840px) {
  .info-items {
    width: 100%;
    padding: 20px 0 15px;
  }
}
.info-items__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 175px;
  padding: 5px 15px 10px 0;
  text-align: left;
}

.info-items__item span {
  font-weight: 300;
  font-size: 14px;
}

.info-items__title {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  font-weight: 500;
}

@media (max-width: 840px) {
  .info-items__title {
    color: #000;
    font-weight: 400;
  }
}
.triangle {
  border-bottom: 10px solid #e5e5e5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-bottom: -10px;
  position: relative;
  top: -21px;
  width: 0;
}

.testimotials__text-answer {
  background: #e5e5e5;
  margin-top: 12px;
  padding: 12px;
  position: relative;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

@media (min-width: 841px) {
  .gallery {
    padding: 0 25px;
  }
}
.loading {
  width: 100%;
  display: none;
}

.information__developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.name__developer {
  font-weight: 500;
  font-size: 14px;
  margin-right: 2px;
}

.sayphier__date {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  vertical-align: middle;
  white-space: nowrap;
}

.app-preview {
  width: 361px;
  height: 727px;
  min-width: 360px;
  background: url(../../../assets/images/phone.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 79px 15px 0;
  overflow: hidden;
  border-radius: 0 0 57px 0;
}
.app-preview .app-preview__scroll {
  width: 100%;
  height: 639px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 0 35px 35px;
}
.app-preview .app-preview__scroll ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.app-preview .app-preview__scroll ::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}

.app-comp._app-preview {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print and (max-width: 500px) {
  .app-comp._app-preview {
    background: #000;
  }
}
.app-comp._app-preview .gallery {
  padding: 0;
}
.app-comp._app-preview .info-items__item {
  width: 140px;
}
.app-comp._app-preview .app-comp__left {
  width: 100%;
  margin-left: 0;
  padding: 10px 15px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.app-comp._app-preview .app-comp__logo {
  width: 70px;
  height: 70px;
}
.app-comp._app-preview .app-comp__logo img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.app-comp._app-preview .app-comp__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}
.app-comp._app-preview .app-comp__main-info {
  margin: 5px 0 20px 15px;
}
.app-comp._app-preview .app-comp__information {
  padding: 0;
}
.app-comp._app-preview .app-comp__info-title {
  max-width: 240px;
  font-size: 22px;
  line-height: 24px;
}
.app-comp._app-preview .app-comp__info-title {
  font-weight: 500;
}
.app-comp._app-preview .app-comp__info-subtitle {
  padding-top: 5px;
}
.app-comp._app-preview .app-comp__ad-wrapper {
  margin: 10px 0;
}
.app-comp._app-preview .app-comp__age-rate {
  display: none;
}
.app-comp._app-preview .app-comp__ad-status {
  margin-left: 0;
  padding-top: 5px;
  font-weight: 400;
}
.app-comp._app-preview .app-comp__right-wrapper {
  display: none;
}
.app-comp._app-preview .app-comp__choise {
  display: none;
}
.app-comp._app-preview .app-comp__users-rate {
  display: none;
}
.app-comp._app-preview .app-comp__install-wrapper {
  display: block;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
  margin: 0;
  width: calc(100% + 85px);
}
.app-comp._app-preview .app-comp__wish-list-add {
  display: none;
}
.app-comp._app-preview .app-comp__mobile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.app-comp._app-preview .app-comp__install-button {
  margin: 0;
  min-width: 100%;
}
.app-comp._app-preview .app-comp__right {
  width: 100%;
  margin-left: 0;
  padding: 0 20px;
  background-color: #fff;
}
.app-comp._app-preview .app-comp__right {
  width: 720px;
  margin: 0 auto;
}
.app-comp._app-preview .app-comp__charts {
  padding: 0 0 25px;
}
.app-comp._app-preview .app-comp__section-header {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
  text-transform: unset;
  padding: 0;
}
.app-comp._app-preview .app-comp__charts-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
}
.app-comp._app-preview .app-comp__charts-wrapper .chart-size {
  width: 300px;
}
.app-comp._app-preview .app-comp .line,
.app-comp._app-preview .app-comp__main-recent-changes,
.app-comp._app-preview footer {
  display: none;
}
.app-comp._app-preview .star span img {
  width: 12px;
}
.app-comp._app-preview .app-description {
  padding: 0 0 25px;
  text-align: left;
}
.app-comp._app-preview .app-description__title {
  display: inline-block;
}
.app-comp._app-preview .app-description__recent-changes {
  display: block;
}
.app-comp._app-preview .app-comp__recent-changes {
  padding: 0 0 25px;
}
.app-comp._app-preview .score {
  margin-bottom: 20px;
}
.app-comp._app-preview .score__number {
  font-weight: 400;
}
.app-comp._app-preview .score__all-users {
  display: none;
}
.app-comp._app-preview .score__ratings {
  font-size: 12px;
  color: #898989;
}
.app-comp._app-preview .chart__bar {
  position: relative;
  height: 10px;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 1;
}
.app-comp._app-preview .chart__bar-container > .chart__bar {
  background-color: #00875f !important;
}
.app-comp._app-preview .chart__bg {
  display: block;
}
.app-comp._app-preview .testimotials__comment-info {
  padding: 0 0 25px;
}
.app-comp._app-preview .testimotials__user-name {
  color: #000;
  font-weight: 400;
}
.app-comp._app-preview .info-items {
  width: 100%;
  padding: 20px 0 15px;
}
.app-comp._app-preview .info-items__title {
  color: #000;
  font-weight: 400;
}
.app-comp._app-preview .testimotials__rate-stars {
  padding-top: 4px;
}
.app-comp._app-preview .line {
  display: none;
}

.app-comp._app-preview .edit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-comp._app-preview .app-description {
  position: relative;
}
.app-comp._app-preview .app-description .edit-area {
  bottom: 20px;
  top: 5px;
}
.app-comp._app-preview .app-gallery {
  position: relative;
  padding: 3px 0;
}
.app-comp._app-preview .app-comp__install-wrapper {
  position: relative;
}
.app-comp._app-preview .app-comp__install-wrapper .edit-area {
  top: -10px;
  bottom: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-comp._app-preview .app-comp__mobile-info {
  position: relative;
}
.app-comp._app-preview .app-comp__mobile-info .edit-area {
  top: -10px;
  bottom: 10px;
}
.app-comp._app-preview .app-comp__info {
  position: relative;
}
.app-comp._app-preview .app-comp__info .edit-area {
  left: 0;
  top: -10px;
  bottom: -10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.app-comp._app-preview .app-comp__logo {
  position: relative;
}
.app-comp._app-preview .app-comp__logo .edit-area {
  top: -5px;
  bottom: -5px;
}
.app-comp._app-preview .app-comp__charts {
  position: relative;
}
.app-comp._app-preview .app-comp__charts .edit-area {
  top: -10px;
  bottom: 15px;
}
.app-comp._app-preview .app-comp__information {
  position: relative;
}
.app-comp._app-preview .app-comp__information .edit-area {
  top: -10px;
  bottom: 10px;
}
.app-comp._app-preview .testimotials__comment-info {
  position: relative;
}
.app-comp._app-preview .testimotials__comment-info .edit-area {
  top: -10px;
  bottom: 15px;
}

.edit-area {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid #D2C55F;
  background: rgba(210, 197, 95, 0.1);
  z-index: 100;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
  display: none;
  padding: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.edit-area .icon-pencil {
  width: 30px;
  height: 30px;
  background: #D2BB5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #010101;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.edit-area:hover {
  background: rgba(210, 197, 95, 0.4);
}
.edit-area:hover .icon-pencil {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Description Updated Section */
.description__updated {
  padding: 15px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #5f6368;
}

.description__updated span:first-child {
  margin-right: 5px;
}

.description__updated span:last-child {
  color: #202124;
  font-weight: 400;
}

@media (max-width: 840px) {
  .description__updated {
    padding: 15px 0;
  }
}

/* What's New Section */
.whats-new {
  padding: 0 25px 25px;
  text-align: left;
}

.whats-new__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.whats-new__title {
  font-family: "Google Sans", Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #202124;
  margin: 0;
}

.whats-new__text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0;
}

@media (max-width: 840px) {
  .whats-new {
    padding: 0 0 25px;
  }

  .whats-new__title {
    font-size: 16px;
  }
}

/* Safety Section */
.safety {
  padding: 0 25px 25px;
  text-align: left;
}

.safety__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.safety__title {
  font-family: "Google Sans", Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #202124;
  margin: 0;
}

.safety__text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0 0 15px 0;
}

.safety__list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.safety__list-item {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.safety__list-item img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

.safety__list-item span {
  flex: 1;
}

@media (max-width: 840px) {
  .safety {
    padding: 0 0 25px;
  }

  .safety__title {
    font-size: 16px;
  }

  .safety__text {
    font-size: 14px;
  }

  .safety__list-item {
    font-size: 14px;
  }
}
