html,
body {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.loader {
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

.content {
    padding: 1rem;
}

.header {
    display: flex;
    flex-direction: column;
}

.header__row {
    display: flex;
}

.logo {
    width: 70px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 2rem;
    border-radius: 20px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.header__main-info {
    display: flex;
    flex-direction: column;
}

.header__title {
    font-size: 2.2rem;
    margin: 0.5rem 0;
}

.header__subtitle {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #047a56;
}

.header__ads-status {
    font-size: 1.3rem;
    color: #737373;
}

.header__mobile-info {
    margin: 2rem 0;
}

.header__mobile-info-item {
    display: flex;
    width: 33%;
    height: 35px;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ddd;
}

.header__mobile-info-item:last-of-type {
    border-right: none;
}

.header__mobile-info-item svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #030303;
}

.header__mobile-info-rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.4rem;
}

.header__mobile-info-subtitle {
    padding-top: 0.5rem;
    font-size: 1.2rem;
    color: #898989;
}

.header__mobile-info-age {
    padding: 0 0.2rem;
    border: 1px solid #000;
    font-size: 1.3rem;
    font-weight: 500;
}

.header__install-wrapper {
    margin: 1rem 0;
}

.header__install-button {
    position: relative;
    width: 100%;
    height: 35px;
    border: none;
    background-color: #00875f;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    color: #fff;
}

.header__install-button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: l3 1s infinite linear;
}

.loading {
    display: none;
}

.progress_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.progress_word {
    font-size: 16px;
}

.progress_graph {
    height: 5px;
    border-radius: 30px;
    background: #c2e0d6;
    overflow: hidden;
}

.runner {
    width: 0;
    height: 5px;
    background: #02885d;
}

.gallery {
    display: flex;
    overflow: auto;
    margin: 1rem 0;
}

.gallery__img {
    width: auto;
    height: 190px;
    padding: 0.2rem;
    border-radius: 10px;
}

.description {
    margin: 1rem 0;
}

.description__title {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #636b6f;
}

.description__content {
    overflow: hidden;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #333;
}

.description__content--collapsed {
    max-height: 100px;
}

.description__collapse-button {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    color: green;
    background: none;
    cursor: pointer;
    font-weight: 500;
}

.footer {
    margin: 1rem 0;
}

.footer__title {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #636b6f;
}

.footer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__item {
    display: flex;
    width: 40%;
    padding: 0.5rem 1.5rem 1rem 0;
    flex-direction: column;
    text-align: left;
}

.footer__item-title {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #000;
    font-weight: 400;
}

.footer__item-text {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #636b6f;
}

.reviews {
    margin: 3rem 0;
}

.reviews__title {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #636b6f;
}

.reviews__chart-wrapper {
    display: flex;
    margin-bottom: 3rem;
}

.reviews__score {
    display: flex;
    margin-right: 1rem;
    flex-direction: column;
    align-items: center;
}

.reviews__score-number {
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 6.4rem;
    font-weight: 400;
}

.reviews__score-stars {
    display: flex;
    column-gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.reviews__score-counter {
    font-size: 1.2rem;
    color: #898989;
}

.reviews__chart {
    width: 100%;
}

.reviews__chart-bars {
    width: calc(100% - 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews__chart-bar-container {
    position: relative;
    display: flex;
    height: 20px;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #636b6f;
}

.reviews__chart-bar {
    position: absolute;
    z-index: 10;
    min-width: 10px;
    height: 10px;
    margin: 0.2rem 0 0 1.5rem;
    background-color: #00875f;
    border-radius: 10px;
}

.reviews__chart-bar-bg {
    width: 100%;
    height: 10px;
    margin: 0.2rem 0 0 1.5rem;
    position: absolute;
    border-radius: 10px;
    background-color: #d9d9d9;
}

.comment {
    display: flex;
    margin-bottom: 2rem;
}

.comment__user-logo {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.comment__user-logo img {
    width: 48px;
    height: 48px;
}

.comment__header {
    display: flex;
    justify-content: space-between;
}

.comment__name-wrapper {
    display: flex;
}

.comment__name {
    margin-right: 1rem;
    padding-bottom: 0.5rem;
    text-align: left;
    color: #4c4c4c;
    font-size: 1.3rem;
    font-weight: 500;
}

.comment__date {
    color: #aaa;
    font-size: 1.2rem;
    font-weight: 400;
}

.comment__rate {
    display: flex;
    column-gap: 0.3rem;
    margin-top: 0.2rem;
}

.comment__like {
    display: flex;
    flex-direction: column;
    color: #757575;
    cursor: pointer;
}

.comment__text {
    padding-top: 0.5rem;
    word-wrap: break-word;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    color: #636b6f;
}
