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

/* Base styles */
body {
padding-top: 0;
padding-bottom: 15px;
font-family: 'Roboto', sans-serif;
background: #eff3f6;
position: relative;
}

body:after,
body:before {
content: "";
display: block;
height: 600px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
}

body:before {
background-size: cover;
}

body:after {
background-color: #FA8BFF;
background-image: linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
}

/* Shared clip-path for both pseudo-elements */
body:after,
body:before {
clip-path: polygon(
100% 0, 0 0, 0 77.5%, 
1% 77.4%, 2% 77.1%, 3% 76.6%, 4% 75.9%, 5% 75.05%, 6% 74.05%, 7% 72.95%, 8% 71.75%, 9% 70.55%, 10% 69.3%, 
11% 68.05%, 12% 66.9%, 13% 65.8%, 14% 64.8%, 15% 64%, 16% 63.35%, 17% 62.85%, 18% 62.6%, 19% 62.5%, 20% 62.65%, 
21% 63%, 22% 63.5%, 23% 64.2%, 24% 65.1%, 25% 66.1%, 26% 67.2%, 27% 68.4%, 28% 69.65%, 29% 70.9%, 30% 72.15%, 
31% 73.3%, 32% 74.35%, 33% 75.3%, 34% 76.1%, 35% 76.75%, 36% 77.2%, 37% 77.45%, 38% 77.5%, 39% 77.3%, 40% 76.95%, 
41% 76.4%, 42% 75.65%, 43% 74.75%, 44% 73.75%, 45% 72.6%, 46% 71.4%, 47% 70.15%, 48% 68.9%, 49% 67.7%, 50% 66.55%, 
51% 65.5%, 52% 64.55%, 53% 63.75%, 54% 63.15%, 55% 62.75%, 56% 62.55%, 57% 62.5%, 58% 62.7%, 59% 63.1%, 60% 63.7%, 
61% 64.45%, 62% 65.4%, 63% 66.45%, 64% 67.6%, 65% 68.8%, 66% 70.05%, 67% 71.3%, 68% 72.5%, 69% 73.6%, 70% 74.65%, 
71% 75.55%, 72% 76.35%, 73% 76.9%, 74% 77.3%, 75% 77.5%, 76% 77.45%, 77% 77.25%, 78% 76.8%, 79% 76.2%, 80% 75.4%, 
81% 74.45%, 82% 73.4%, 83% 72.25%, 84% 71.05%, 85% 69.8%, 86% 68.55%, 87% 67.35%, 88% 66.2%, 89% 65.2%, 90% 64.3%, 
91% 63.55%, 92% 63%, 93% 62.65%, 94% 62.5%, 95% 62.55%, 96% 62.8%, 97% 63.3%, 98% 63.9%, 99% 64.75%, 100% 65.7%
);
}

/* Layout containers */
body > .navbar > .container,
body > .container {
max-width: 1024px;
}

body > .container {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
border-radius: 15px;
min-height: 600px;
}

footer {
color: #444;
font-size: 11px;
max-width: 1024px;
display: block;
margin: 0 auto;
}

/* Typography */
.h1, h1 {
font-size: 2.0rem;
}

/* Navigation */
.navbar.navbar-top {
background: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.33);
}

.navbar-brand {
font-weight: bold;
font-size: 16px;
}

.navbar-top.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.79);
}

.navbar.navbar-bottom {
background: #000;
}

.navbar-bottom.navbar-dark .navbar-nav .nav-link {
color: #FFF;
}

/* Tables */
.table td,
.table th {
border-top: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(250, 250, 250) !important;
}

/* Grid components */
.main-grid .grid-item {
text-align: center;
}

.main-grid .grid-item .grid-body {
padding: 10px;
background-color: #eff3f6;
background-image: linear-gradient(0deg, #eff3f6 0%, #eff3f6 100%);
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #eff3f6;
display: block;
text-decoration: none;
transition: all 0.3s ease;
}

.main-grid .grid-item .grid-body:hover {
background-color: #e5ecf1;
background-image: linear-gradient(0deg, #e5ecf1 0%, #e5ecf1 100%);
border: 1px solid #e5ecf1;
}

.main-grid .grid-item .grid-body .thumb {
width: 100px;
height: 100px;
margin: 10px auto;
border-radius: 20px;
background: #fff;
display: inline-block;
overflow: hidden;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.main-grid .grid-item .grid-body .title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-weight: 700;
color: #4e4e4e;
}

.main-grid .grid-item .grid-body .category {
font-size: 11px;
color: #4e4e4e;
}

.main-grid .grid-item .grid-body .description {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
color: #5c5c5c;
font-size: 13px;
line-height: 18px;
height: 105px;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}

/* Other sites */
.other-sites a {
padding: 10px;
background-color: #ffffff;
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #eff3f6;
display: block;
text-decoration: none;
overflow: hidden;
transition: all 0.3s ease;
}

.other-sites a:hover {
background-color: #e5ecf1;
background-image: linear-gradient(0deg, #e5ecf1 0%, #e5ecf1 100%);
border: 1px solid #e5ecf1;
}

.other-sites .thumb {
border-radius: 10px;
background: #fff;
float: left;
margin: 0 10px 0 0;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.other-sites .title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 700;
color: #000;
}

.other-sites .description {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #4e4e4e;
}

.other-sites .download-btn {
background: #3b82fb;
display: inline-block;
padding: 5px 15px;
border-radius: 50px;
color: #FFF;
margin-top: 5px;
font-size: 14px;
}

/* Review section */
.review .rating {
font-size: 14px;
margin-left: 5px;
color: orange;
background: #e4ffe7;
position: relative;
top: -2px;
padding: 2px 7px;
border-radius: 50px;
}

.review .rating b {
color: #000;
}

.review .emoji {
display: block;
float: left;
width: 80px;
height: 90px;
margin-right: 10px;
background-image: url('../img/emoji.webp');
background-repeat: no-repeat;
background-position: 0 0;
background-size: 500px;
}

.review .media-body {
font-size: 13px;
}

.review .review-text{ 
}

/* Emoji positions */
.emoji.e1 { background-position: -15px -20px; }
.emoji.e2 { background-position: -143px -20px; }
.emoji.e3 { background-position: -275px -20px; }
.emoji.e4 { background-position: -402px -20px; }
.emoji.e5 { background-position: -15px -142px; }
.emoji.e6 { background-position: -143px -142px; }
.emoji.e7 { background-position: -275px -142px; }
.emoji.e8 { background-position: -402px -142px; }
.emoji.e9 { background-position: -15px -264px; }
.emoji.e10 { background-position: -143px -264px; }
.emoji.e11 { background-position: -275px -264px; }
.emoji.e12 { background-position: -402px -264px; }

/* Program info */
.programm-info {
font-size: 12px;
}

.programm-info td > b {
color: #888;
white-space: nowrap;
}

.programm-info td > b > i {
width: 20px;
text-align: center;
}

.programm-info td a {
color: #212529;
}

.programm-info .official-site {
word-break: break-word;
hyphens: auto;
}

.programm-info .grade {
display: inline-block;
border: 1px solid #333;
padding: 0 3px;
font-size: 10px;
font-weight: bold;
color: #333;
}

.programm-stat {
font-size: 16px;
}

.programm-stat .stars {
color: orange;
}

.programm-stat .visually-hidden {
color: #666;
}

.programm-stat .status-badge {
background: #00be00;
color: #fff;
font-size: 11px;
}

/* Breadcrumb */
.breadcrumb {
background-color: #ffffff;
font-size: 13px;
}

/* Alert */
.alert-arrow {
border: 1px solid #60c060;
color: #54a754;
font-size: 20px;
background: rgba(96, 192, 96, 0.06);
}

.alert-arrow .alert-icon {
position: relative;
width: 3rem;
background-color: #60c060;
}

.alert-arrow .alert-icon::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
border-left: 0.75rem solid #60c060;
right: -0.75rem;
top: 50%;
transform: translateY(-50%);
}

.alert-arrow .close {
font-size: 1rem;
color: #cacaca;
}

/* Page content */
.page-site .description .text {
position: relative;
}

.page-site .description .text.small-text {
height: 450px;
overflow: hidden;
}

.page-site .description .text.big-text {
height: auto;
}

.page-site .description .text .opc {
pointer-events: none;
position: absolute;
height: 100px;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background: linear-gradient(to top, white 14%, rgba(255, 255, 255, 0) 100%);
}

.page-site .description-short {
font-size: 12px;
}

/* Buttons */
.white-btn {
box-shadow: inset 0 1px 0 0 #ffffff;
background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
border-radius: 6px;
border: 1px solid #dcdcdc;
display: inline-block;
cursor: pointer;
color: #666666;
font-family: Arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
text-align: center;
white-space: nowrap;
transition: all 0.3s ease;
}

.white-btn:hover {
background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
color: #666666;
}

.white-btn:active {
position: relative;
top: 1px;
}

.blue-btn {
border: none;
display: block;
padding: 0.75rem 1.5rem;
background-color: #3b82fb;
color: #ffffff;
font-size: 0.85rem;
line-height: 1rem;
text-align: center;
cursor: pointer;
text-transform: uppercase;
vertical-align: middle;
align-items: center;
border-radius: 0.5rem;
user-select: none;
box-shadow:
0 4px 6px -1px #488aec31,
0 2px 4px -1px #488aec17;
transition: all 0.6s ease;
}

.blue-btn:hover {
box-shadow:
0 10px 15px -3px #488aec4f,
0 4px 6px -2px #488aec17;
color: #ffffff;
}

.blue-btn:focus,
.blue-btn:active {
opacity: 0.85;
box-shadow: none;
}

/* Utility classes */
.clicked {
color: #b40000 !important;
cursor: default !important;
}

.now-see {
font-size: 16px;
background: rgba(0, 215, 0, 0.06);
padding: 10px;
overflow: hidden;
color: rgb(97, 97, 97);
text-align: left;
}

.now-see .h5 {
color: rgb(33, 33, 33);
margin: 0 0 5px 0;
}

.now-see small {
font-size: 12px;
line-height: 1.35;
display: block;
}

.now-see .good-app-icon i {
width: 64px;
height: 64px;
display: block;
background: url('../img/good-app-icon.svg') 0 0 no-repeat;
}

.sticky {
position: fixed;
top: 0;
z-index: 999999;
text-align: left;
float: left;
}

.sticky + .cont {
padding-top: 100px;
}

/* Header styles */
.site-header {
margin-bottom: 0;
}

.site-header.mobile {
margin-bottom: 0;
}

.site-header .call-to-action {
font-size: 12px;
color: #666;
}

.logo-container {
position: relative;
flex-shrink: 0;
}

.logo-wrapper img {
border-radius: 20px;
background: #fff;
display: inline-block;
overflow: hidden;
position: relative;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.header-content {
flex-grow: 1;
}

.header-content h1 {
margin-bottom: 0.5rem;
font-weight: bold;
}

.header-content .categories{
font-size: 12px;
margin-top: 10px;
}

.header-content .categories .badge{
font-size: 12px;
font-weight: normal;
border: 1px solid #eee;
border-radius: 50px;
padding: 3px 7px;
}

.safty {
position: absolute;
top: -10px;
left: -10px;
display: block;
width: 30px;
height: 30px;
background: url('../img/safty.webp') 0 0 no-repeat;
background-size: 100%;
}

/* Download info */
.download-info {
color: #adb5bd;
padding: 10px 0;
margin-bottom: 5px;
}

.download-info .step {
padding: 5px;
background: #fcfcfc;
border-radius: 5px;
border: 1px solid #eee;
}

.download-info .step > i {
font-size: 4rem;
}

.download-info .step .title {
padding: 8px 0;
font-size: 1rem;
font-weight: bold;
margin: 0;
}

.download-info .arrow {
max-width: 50px;
}

.download-info .step .text {
margin: 0;
}

/* OS icons */
.os-icons {
margin-left: 2px;
}

.os-icons .os-icon {
position: relative;
top: -2px;
margin: 0 3px;
}

/* Swiper/Slider */
.swiper {
width: 100%;
height: 100%;
display: none !important;
}

.swiper.swiper-initialized {
display: block !important;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
border-radius: 10px;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

/* Screenshots */
.screenshots .items > .item {
border: 1px solid #eee;
}

/* Program styles */
.programm {
position: relative;
}

.programm .updated {
position: absolute;
z-index: 1;
top: -16px;
left: -15px;
width: 70px;
border-top-left-radius: 15px;
}

.programm .title {
max-width: 315px;
margin: 0 auto;
font-size: 1.5rem;
color: #333;
}

.programm .download-guide {
color: #ffffff;
font-size: 14px;
display: inline-block;
background: #30cc00;
padding: 5px 15px;
margin: 10px 0;
border-radius: 10px;
text-decoration: none;
transition: background 0.3s;
}

.programm .download-guide:hover {
background: #28a745;
color: #fff;
}

.programm .icon-container {
position: relative;
display: inline-block;
}

.programm .icon-container img {
border-radius: 20px;
background: #fff;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 100px;
}

::-webkit-scrollbar-thumb {
background: #888;
border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

/* Scroller button */
#scroller {
position: fixed;
bottom: 30px;
right: 30px;
background: transparent url('../img/up.webp') no-repeat left top; 
width: 32px;
height: 32px;
cursor: pointer;
display: none;
z-index: 99999;
background-size: 100% 100%;
}

.grecaptcha-badge {
visibility: hidden !important;
}

/* Articles */
.articles .article .card {
border: none;
border-radius: 0;
}

.articles .article .article-thumb {
margin-bottom: 5px;
position: relative;
}

.articles .article .article-thumb img {
border-radius: 5px;
border: 1px solid #000;
}

.articles .article a {
color: #000;
font-weight: bold;
}

.articles .article .article-thumb .article-reaction {
position: absolute;
top: -10px;
left: -10px;
line-height: 40px;
background-color: #ffe76b;
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
font-size: 0;
vertical-align: middle;
border-radius: 50%;
box-shadow: 1px 2px 2px rgba(0,0,0,0.18);
background-size: 100%;
}

/* Article reactions */
.article-reaction.reaction-like { background: #f43547 url('../img/reactions/like.svg'); }
.article-reaction.reaction-lol { background: transparent url('../img/reactions/lol.svg'); }
.article-reaction.reaction-love { background: transparent url('../img/reactions/love.svg'); }
.article-reaction.reaction-omg { background: transparent url('../img/reactions/omg.svg'); }
.article-reaction.reaction-win { background: transparent url('../img/reactions/win.svg'); }
.article-reaction.reaction-wtf { background: transparent url('../img/reactions/wtf.svg'); }

/* Load more button */
.block-loadmore {
text-align: center;
position: relative;
overflow: hidden;
}

.block-loadmore a {
min-width: 30%;
height: 34px;
line-height: 32px;
border-radius: 20px;
position: relative;
display: inline-block;
white-space: nowrap;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 0 18px;
border: 1px solid #e0e0e0;
text-align: center;
color: #212121;
background: #fff;
transition: 0.2s ease;
text-decoration: none;
cursor: pointer;
}

.block-loadmore a:after, 
.block-loadmore a:before {
content: "";
height: 1px;
background: none;
border-top: 1px solid #eee;
width: 1000px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
display: block;
pointer-events: none;
}

.block-loadmore a:before {
right: 100%;
margin-right: 20px;
}

.block-loadmore a:after {
left: 100%;
margin-left: 20px;
}

.block-loadmore a:hover {
background: #eee;
}

/* Ads */
ins.adsbygoogle[data-ad-status="unfilled"] {
display: none !important;
}

/* Top articles */
.top-articles {
margin-bottom: 20px;
}

.top-articles .items > .item {
display: block;
vertical-align: top;
border-radius: 3px;
width: auto;
overflow: hidden;
}

.top-articles .items > .item a {
color: #000;
font-size: 12px;
}

.top-articles .items > .item a img {
width: auto;
display: block;
max-height: 155px;
}

/* Responsive styles */
@media only screen and (max-width: 480px) {
body:after,
body:before {
clip-path: none;
}

body > .container {
margin-top: 0 !important;
margin-bottom: 0 !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}

.h1, h1 {
font-size: 1.5rem;
}

.h2, h2 {
font-size: 1.3rem;
}

.h3, h3 {
font-size: 1.2rem;
}

.h4, h4 {
font-size: 1.1rem;
}

.h5, h5 {
font-size: 1.05rem;
}

.h6, h6 {
font-size: 1rem;
}

.card {
border: 0;
border-radius: 0;
}

.card-header {
border-bottom: 0;
}

.card-body {
padding: 1.25rem 0;
}

.download-info .step > i {
font-size: 3rem;
}

.programm-info .official-site {
word-wrap: break-word;
width: 160px;
}

.os-icons {
margin-left: 0;
}

.os-icons .os-icon {
width: 16px;
top: 0;
}

.programm .updated {
border-top-left-radius: 0;
}

.articles .article .article-thumb {
float: left;
margin-right: 10px;
width: 135px;
}

.articles .article .article-thumb img {
height: auto;
min-height: auto;
}

.articles .article .article-thumb .article-reaction {
width: 36px;
height: 36px;
}

.page-film .screenshots .items > .item a img {
max-height: 150px;
}
}

@media only screen and (max-width: 481px) {
.page-site .description .text.small-text {
height: 1000px;
}
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
/* Tablet styles */
}

@media only screen and (max-width: 767px) and (min-width: 651px) {
/* Small desktop/tablet styles */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
/* Small desktop/tablet styles */
}

@media only screen and (max-width: 1050px) and (min-width: 992px) {
/* Medium desktop styles */
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
/* Large desktop styles */
}  