body {
	margin: 24px;
    overflow-x: hidden;
}
.container {
    max-width: 1296px;
    margin: 0 auto;
}
#redir {
    position: absolute;
    z-index: -100000;
    opacity: 0;
}
.load_div {
    max-width:400px;
    width:100%;
    display: flex;
	align-items: center;
    height:48px;
    justify-content: center
}
.loader {
    display: flex;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #00a173;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.main {
	width: 100%;
	height: auto;
}
.icon_block {
	display: flex;
	width: 100%;
	height: 79px;
}
.icon_block img {
	height:72px;
	margin: 7px 16px 0 0;
	border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 20%;
}
.icon_info {
	display: flex;
	align-items:flex-start;
	flex-direction:column;
}

.author {
	font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    color: #01875f;
}
.info {
    color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
}
.icon_info h1 {
	margin: 0;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    align-items: flex-end;
}
.icon_info h2 {
	margin: 0;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2rem;
    color: rgb(32,33,36);
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    align-items: flex-end;
}
.icon_star {
	height: 64px;
    margin: 16px 0 0 0;
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}
.star_main {
	align-items: center;
    display: flex;
}
.box {
	min-width: 96px;
    padding: 0 8px;
    position: relative;
}
.box_text {
	color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap;
}
.box_h1 {
	color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap;
}
.box_1 {
	align-items: center;
    display: flex;
}
.box_1 i {
	font-size: 14px;
}
.icon_reg {
	width: 100%;
	height: 48px;
	display: none;
	align-items: center;
}
.icon_reg button {
	width: 100%;
	max-width: 400px;
    height: 36px;
    text-align: center;
    background-color: #E40539;
    color:#fff;
    border: none;
    border-radius: 10px;
    margin: 5px 0;
}

.icon_install button {
	width: 100%;
	max-width: 400px;
    height: 42px;
    color:#fff;
    text-align: center;
    background-color: #01875f;
    border: none;
    border-radius: 10px;
}
.hidden {
    display: none !important;
}
.open-btn, .installed-btn {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    display: inline-block;
    width: 100%;
    align-items: center;
    max-width: 400px;
    height: 42px;
    color:#fff;
    text-align: center;
    background-color: #01875f;
    border: none;
    border-radius: 10px;
    margin: 5px 0;
}
.button_text {
	font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .0178571429em;
    font-weight: 400;
    color: #fff;
    height: 36px;
    min-height: 36px;
    line-height: 36px;
    min-width: 160px;
}
.check-browser {
    display: flex;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    justify-content: center;
    background-color: #dedede;
    border-radius: 10px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
}
.check-browser i {
    margin-left: .5em;
}
.download-panel {
    padding: 1rem;
}
.download-panel button, .download-panel a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #008f5e;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 100%;
    padding: 0 1rem;
    //height: 42px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.box:not(:first-child)::before {
    background-color: rgb(232, 234, 237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}
.device {
	margin-top: 24px;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    color: rgb(95, 99, 104);
    display: flex;
    padding: 4px 0;
    align-items: center;
}
.device i {
	font-size: 20px;
	margin-right: 12px;
}
.screen {
    text-align: left;
    margin: 40px 0px 10px 0px;
    max-width: 95vw;
    display: flex;
    overflow-x: scroll;
}
.screen img {
	border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    margin: 0 12px 5px 0px;
    height: 204px;
}
.additional {
	width: 100%;
	height: auto;
}
.additional header {
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #202124;
	font-size: 18px;
	font-weight: 500;
    unicode-bidi: isolate;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.additional i {
	font-size: 18px;
}
.additional p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #5F6368;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    max-height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ratings {
	width: 100%;
	height: auto;
}
.ratings header {
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	padding-top: 10px;
	color: #202124;
	font-size: 18px;
	font-weight: 500;
    unicode-bidi: isolate;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ratings i {
	font-size: 18px;
}

.info_outline {
	height: 48px;
    font-size: 12px;
    color: #5F6368;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
}
.ratings i {
	margin-left: 8px;
}
.stat_line {
	margin-top: 5px;
	max-width:60%;
}
.stat {
    width: 100%;
    min-height: 130px;
    display: flex;
    margin: 15px 0;
    align-items:flex-start;
}
.stat p {
    font-size: 56px;
    margin: 0;
}
.rate {
    font-size: 56px;
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #202124;
    font-weight: 400;
}
.stat_big {
    width: 25vw;
    min-width:100px;
    max-width:200px;
    margin-right:20px;
    display: flex;
    height: 130px;
    align-items: center;
    flex-direction: column;
}
.line {
    display: flex;
    width: 100%;
    align-items: center;
}

.reviews_star {
    display: flex;
    align-items: center;
}
.reviews span {
    font-size: 12px;
    color: #5F6368;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
}
.ratings span {
	height: 20px;
    font-size: 12px;
    color: #5F6368;
    font-family: Roboto, Arial, sans-serif;
    display: flex;
    align-items: center;
}
.reviews_star svg {
    width: 15px;
    height: 15px;
    fill: green;
}
.line span {
    height: 15px;
}
.progress-bar {
    margin-left: 3vw;
    width: 60vw;
    content: "";
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.progress_5 {
    content: "";
    height: 100%;
    background-color: #01875f;
    width: 80%;
    border-radius: 10px;
}
.progress_4 {
    content: "";
    height: 100%;
    background-color: #01875f;
    width: 10%;
    border-radius: 10px;
}
.progress_3 {
    content: "";
    height: 100%;
    background-color: #01875f;
    width: 5%;
    border-radius: 10px;
}
.progress_2 {
    content: "";
    height: 100%;
    background-color: #01875f;
    width: 3%;
    border-radius: 10px;
}
.progress-bar {
    margin-left: 3vw;
    width: 60vw;
    content: "";
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.share {
	height: 52px;
	max-width: 400px;
	align-items: unset;
    display: flex;
    flex-direction: column;
}
.share_box {
	margin: auto;
}
.share button {
	height: 48px;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	color: #01875f;
	margin-right: 8px;
}
.share_in {
	display: flex;
	align-items: center
}
.share_svg {
	color: #01875f;
	fill: #01875f;
    stop-color: #01875f;
    margin-right: 8px;
}
@media (min-width: 430px) {
	.icon_star {
	    justify-content: flex-start;
	}
}
@media (min-width: 385px) {
    .box {
        padding: 0 16px;
    }
}
/*Comments block*/
.comments-block {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}

.comment {
    padding: 10px 0;
}
.modal .comment {
    border-top: 1px solid #eee;
}
.modal .comment:nth-child(1) {
    border-top: none;
}
.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.comment-date {
    font-size: 12px;
    color: #5F6368;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}


.author-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ccc;
    flex-shrink: 0;
}

.comment-author {
    font-weight: 400;
    font-size: 14px;
    color: rgb(32, 33, 36);
    font-family: Roboto, Helvetica, Arial, sans-serif;
}


.star {
    font-size: 14px;
    margin-right: 2px;
}

.star.filled {
    color: #01875f; /* жовтий */
}

.star.empty {
    color: #ccc; /* сірий */
}

.comment-text {
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #5F6368;
}

.show-more-btn {
    margin-top: 15px;
    border: none;
    color: #01875f;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: .0107142857em;
    font-weight: 600;
    text-transform: none;
    background-color: transparent;
    transition: 1.3ms;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}
.show-more-btn:hover {
    background-color: #f7f8fe;
}
/* Модал */
.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    max-height: calc(100% - 32px);
}
.modal .icon_info {
    width: calc(100% - 32px);
}
.modal h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
width: calc(100% - 50px);
}
.modal .icon_block {
    height: unset;
}

.modal .icon_block img {
    height: 48px;
}

.modal-label {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 14px;
    font-weight: 400;
    color: rgb(95, 99, 104);
    white-space: nowrap;        /* текст в один рядок */
    overflow: hidden;           /* приховує зайвий текст */
    text-overflow: ellipsis;
    width: calc(100% - 50px);
}

    .modal-content {
        background: white;
        border-radius: 8px;
        max-width: 720px;
        width: 720px;
        height: 80vh;
        overflow-y: auto;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        display: flex;
        flex-direction: column;
        /* для Chrome, Safari, Edge */
        scrollbar-width: none;          /* Firefox */
        -ms-overflow-style: none;
    }
    @media screen and (max-width: 768px) {
        .modal-content {
            max-width: calc(100vw - 32px);
            margin: 0 auto;
        }
    }
    .modal-content::-webkit-scrollbar {
        display: none; /* приховати скролбар у WebKit-браузерах */
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 32px;
        position: sticky;
        top: 0;
        left: 0;
        background: white; /* або фон вашого модального вікна */
        z-index: 10;       /* щоб бути над контентом */
    }

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

    .modal-body {
        padding: 24px 32px;
    }

    .modal-header h3 {
        margin: 0;
    }

    .modal-close-btn {
        background: transparent;
        border: none;
        font-size: 30px;
        cursor: pointer;
        line-height: 1;
        color: #5F6368;
        position: absolute;
        top: 18px;
        right: 24px;
    }

    .filter-container label {
        margin-right: 10px;
        font-weight: 600;
    }

    .filter-select {
        margin: 0 16px;
        font-size: 14px;
        border: transparent;
        background: transparent;
        -webkit-appearance: none;  /* Safari, Chrome */
        -moz-appearance: none;     /* Firefox */
        appearance: none;
        outline: none;
    }
    .filter-select:focus, .filter-select:focus-visible {
        border: transparent;
        background: transparent;
    }
    .custom-select-wrapper {
        position: relative;
        width: 200px;
        user-select: none;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        color: rgb(95, 99, 104);
        background-color: #fff;
        border: 1px rgb(218, 220, 224) solid;
        border-radius: 50px;
        box-sizing: border-box;
        cursor: pointer;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-weight: 500;
        height: 32px;
        letter-spacing: .25px;
        line-height: 18px;
        min-width: auto;
        outline: none;

        text-align: center;

    }

    .custom-select-trigger {
        background: white;
        border-radius: 50px;
        cursor: pointer;
        position: relative;
        width: 200px;
    }

    .custom-select-trigger::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #555;
        pointer-events: none;
    }

    .custom-options {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow-y: auto;
        z-index: 2;
        background: #fff;
        border: 0;
        border-radius: 2px;
        box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12),0px 5px 5px -3px rgba(0,0,0,.2);
        box-sizing: border-box;
        max-width: 100%;
        opacity: 1;
        outline: 1px solid transparent;
        padding: 16px 0;
    }

    .custom-options.hidden {
        display: none;
    }

    .custom-option {
        padding: 8px 12px;
        cursor: pointer;
    }
    .custom-option:hover {
        background: ;
    }
    .custom-option:hover {
        background-color: #eee;
    }
}