@font-face {
	font-family: "NeoManrope";
	src: url("../fonts/manrope-v3-cyrillic-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "NeoManrope";
	src: url("../fonts/manrope-v3-cyrillic-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--body-bg: #f5f7fb;
	--tcolor: #17202c;
	--lcolor: #0d9488;
	--header-bg: rgba(255, 255, 255, .92);
	--footer-bg: #111827;
	--block-bg: #ffffff;
	--entry-bg: #ffffff;
	--entry-label: rgba(255, 255, 255, .86);
	--entry-info: #667085;
	--entry-info-sep: #e6eaf1;
	--line: #e5e9f2;
	--cat-menu: rgba(15, 23, 42, .78);
	--cat-menu-h: #0d9488;
	--searchsug: #ffffff;
	--searchsug-item: #f5f8fc;
	--main-heading: #121826;
	--modal-bg: #ffffff;
	--spoiler: #f2f6fb;
	--neo-accent: #0d9488;
	--neo-accent-2: #ff6b4a;
	--neo-accent-3: #2563eb;
	--neo-ink-soft: #667085;
	--neo-border: #dbe4ee;
	--neo-shadow: 0 18px 45px rgba(22, 31, 49, .09);
	--neo-shadow-soft: 0 10px 26px rgba(22, 31, 49, .06);
}

html,
body {
	background: var(--body-bg);
	color: var(--tcolor);
	font-family: "NeoManrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body {
	background:
		linear-gradient(180deg, #eef6fb 0, #f7f8fb 24rem, #f5f7fb 100%);
}

a {
	color: inherit;
	text-decoration-color: rgba(13, 148, 136, .28);
}

.wrp,
.wrp-min {
	max-width: 1180px;
}

.header {
	height: 4.75rem;
	padding: 0 .75rem;
}

.header-panel {
	height: 4.75rem;
	border-radius: 0 0 18px 18px !important;
	border: 1px solid rgba(219, 228, 238, .86);
	border-top: 0;
	box-shadow: 0 16px 35px rgba(25, 35, 53, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.apkashik-text-logo {
	min-height: 2.85rem !important;
	border-radius: 12px !important;
	padding: .48rem .85rem !important;
	background: #121826 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 12px 22px rgba(17, 24, 39, .14) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.apkashik-text-logo::first-letter {
	color: #2dd4bf;
}

.hmenu > a {
	border-radius: 12px;
}

.hmenu > a > span {
	gap: .35rem;
}

.hmenu > a:hover {
	background: #f0fdfa;
	color: var(--neo-accent) !important;
}

.log-in,
.q-search-call,
.menu-butter,
.sel-dark-toggle {
	border-radius: 12px !important;
	background: #eff6ff !important;
	color: var(--neo-accent-3) !important;
}

.page-head-main {
	--neo-hero-panel-top: 5.7rem;
	--neo-hero-panel-height: 9rem;
	margin-top: -4.75rem;
	padding: 6.25rem 1rem 2.25rem;
	background:
		linear-gradient(135deg, rgba(13, 148, 136, .16), rgba(37, 99, 235, .11) 52%, rgba(255, 107, 74, .10));
	border-bottom: 1px solid var(--neo-border);
	overflow: hidden;
	min-height: 18.5rem;
}

.page-head-main::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 2.5rem;
	background: linear-gradient(180deg, rgba(245, 247, 251, 0), #f5f7fb);
	z-index: 0;
	pointer-events: none;
}

.page-head-main::after {
	content: "";
	position: absolute;
	left: 50%;
	top: var(--neo-hero-panel-top);
	width: min(55rem, 92vw);
	height: var(--neo-hero-panel-height);
	transform: translateX(-50%);
	border: 1px solid rgba(13, 148, 136, .14);
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .32)),
		repeating-linear-gradient(90deg, rgba(13, 148, 136, .18) 0 4.5rem, rgba(37, 99, 235, .14) 4.5rem 9rem, rgba(255, 107, 74, .14) 9rem 13.5rem);
	opacity: .75;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 22px 50px rgba(15, 23, 42, .08);
	z-index: 0;
	pointer-events: none;
}

.page-head-main > .title {
	max-width: 34rem;
	width: min(34rem, calc(100% - 2rem));
	margin: 0;
	color: #101828;
	font-size: clamp(2rem, 5vw, 3.35rem);
	font-weight: 700;
	line-height: 1.05;
	position: absolute;
	left: 50%;
	top: calc(var(--neo-hero-panel-top) + (var(--neo-hero-panel-height) / 2));
	transform: translate(-50%, -50%);
	z-index: 2;
}

.page-head-main > img {
	display: none;
}

.section {
	margin-bottom: 2.75rem;
}

.section-head,
.section-title {
	align-items: center;
}

.section-title {
	font-size: 1.35rem;
	gap: .7rem;
	color: #101828;
}

.section-title > .c-icon {
	margin-right: 0;
	border-radius: 12px;
	box-shadow: none;
}

.btn,
.btn-all,
.cat-menu-list ul > li a {
	border-radius: 12px !important;
	border: 1px solid rgba(13, 148, 136, .18);
	background-image: none !important;
	box-shadow: none !important;
}

.btn.s-green,
.btn-all.s-green,
.page_prev > a,
.page_next > a {
	background: #0d9488 !important;
	color: #ffffff !important;
	border-color: #0d9488 !important;
}

.entry-list {
	row-gap: .25rem;
}

.entry-app > .item,
.entry-news > .item,
.recom-post-bg,
.block,
.pages {
	border-radius: 16px !important;
	border: 1px solid var(--neo-border);
	box-shadow: var(--neo-shadow-soft);
}

.entry-app > .item,
.recom-post-bg {
	background:
		linear-gradient(180deg, #ffffff 0, #fbfcfe 100%);
	overflow: hidden;
}

.entry-app > .item::before,
.entry-app > .item::after,
.entry-news .pic::after,
.recom-post::before {
	display: none !important;
}

.entry-app .img {
	width: 5.7rem;
	height: 5.7rem;
	margin: 1.35rem auto 1rem;
	padding: .45rem;
	border-radius: 20px;
	background: #f0fdfa;
	box-shadow: inset 0 0 0 1px rgba(13, 148, 136, .12);
}

.entry-app .img img,
.recom-post .img img {
	border-radius: 18px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, .12) !important;
}

.entry-app .title {
	font-size: .94rem;
	margin-bottom: .4rem;
	color: #101828;
}

.entry-app .genre {
	color: var(--neo-accent);
}

.entry-app-info {
	margin-top: 1rem;
	border-top: 1px solid var(--neo-border);
}

.entry-app-info > li {
	padding-top: .8rem;
}

.page-head-main + .section,
.section-recom {
	margin-top: 2.75rem !important;
	position: relative;
	z-index: 2;
}

.section-recom .section-title {
	color: #101828 !important;
	opacity: 1 !important;
}

.section-recom .section-title > .c-icon {
	opacity: 1 !important;
	filter: none !important;
}

.section-comments .entry-coms::after {
	display: none !important;
}

.section-comments .entry-coms > .item {
	background: #ffffff !important;
	color: #101828 !important;
	border: 1px solid var(--neo-border);
	box-shadow: var(--neo-shadow-soft);
}

.section-comments .entry-coms .user > span,
.section-comments .entry-coms .date {
	color: var(--neo-ink-soft) !important;
	opacity: 1 !important;
}

.section-comments .entry-coms .description {
	color: #344054 !important;
	opacity: 1 !important;
}

.label {
	border: 1px solid rgba(255, 255, 255, .7);
	box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.recom-post {
	padding: 1.25rem;
}

.recom-post-bg {
	top: 1.5rem;
	background:
		linear-gradient(180deg, #ffffff, #f7fbff);
}

.recom-post-bg > svg {
	opacity: .16;
	filter: grayscale(.2);
}

.recom-post-vers {
	border: 1px solid var(--neo-border);
	background: #ffffff;
	color: var(--neo-accent-2);
	border-radius: 10px;
}

.entry-news > .item {
	background: #ffffff;
	overflow: hidden;
}

.entry-news .pic {
	border-radius: 14px;
}

.entry-news .fit-cover {
	border-radius: 14px;
}

.entry-news .cont {
	padding: 1.35rem;
}

.entry-news .meta,
.entry-news .description,
.copyright {
	color: var(--neo-ink-soft);
}

.entry-news .title {
	color: #101828;
}

.block {
	background: rgba(255, 255, 255, .96);
}

.b-head,
.b-cont,
.b-icon-title {
	padding: 1.6rem;
}

.page-head-cat {
	background: #111827 !important;
	background-image: linear-gradient(135deg, #111827 0, #134e4a 58%, #1d4ed8 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	border-radius: 0 0 18px 18px;
}

.cat-menu-list ul {
	gap: .25rem;
}

.cat-menu-list ul > li a {
	background: rgba(255, 255, 255, .12);
	color: #ffffff;
}

.cat-menu-list ul > li.active a {
	background: #ff6b4a !important;
	color: #ffffff;
}

.speedbar-panel {
	background: #111827;
	background-image: none;
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: var(--neo-shadow);
}

.footer-panel {
	background: #111827;
	border-radius: 18px 18px 0 0 !important;
	border: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 0;
	box-shadow: 0 -14px 35px rgba(15, 23, 42, .08);
}

.view-app-head.dark-section {
	background:
		linear-gradient(135deg, #101828 0, #123b3a 56%, #1d4ed8 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.view-app-head .wrp-min {
	padding-top: 3rem;
}

.view-app-head .title {
	max-width: 48rem;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.65rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.view-app-main {
	align-items: flex-start;
	gap: 2rem;
}

.view-app-img {
	max-width: 14rem;
	margin-right: 0;
}

.view-app-img .img {
	width: 14rem;
	height: 14rem;
	padding: .75rem;
	border-radius: 30px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
}

.view-app-img .img::before,
.view-app-img .img::after,
.bg-img-blur {
	display: none !important;
}

.view-app-img .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.view-app-tools {
	color: #fbbf24;
	text-align: center;
}

.view-app-data {
	flex: 1 1 auto;
	min-width: 0;
}

.specs-list {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.specs-list ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .4rem 1rem;
}

.specs-item {
	padding: .65rem .75rem !important;
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
}

.spec-icon {
	color: #2dd4bf;
}

.spec-label {
	color: rgba(255, 255, 255, .66);
}

.spec-cont {
	color: #ffffff;
	font-weight: 700;
}

.view-app-rate .likes > a {
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(17, 24, 39, .65) !important;
	border-radius: 14px;
}

.view-app-data .btn-group {
	margin-top: 1.25rem;
}

.btn-lg.s-green {
	min-width: 12rem;
	border-radius: 14px !important;
	background: #ff6b4a !important;
	border-color: #ff6b4a !important;
	box-shadow: 0 16px 35px rgba(255, 107, 74, .25) !important;
}

.view-app-head .b-screens {
	margin-top: 2.5rem;
	background: rgba(255, 255, 255, .98);
	color: #101828;
}

.b-tabs {
	border-bottom: 1px solid var(--neo-border);
}

.b-tabs > a {
	border-radius: 0;
	color: var(--neo-ink-soft) !important;
}

.b-tabs > a.active {
	color: var(--neo-accent) !important;
}

.b-tabs > a::after {
	border-top-color: var(--neo-accent);
	background-color: var(--neo-accent);
}

.text {
	color: #344054;
	line-height: 1.75;
}

.text h2,
.text h3 {
	color: #101828;
	line-height: 1.25;
}

.apkashik-vpn__install {
	border: 1px solid rgba(37, 99, 235, .14);
	background: #eff6ff !important;
	color: #1d2939;
}

.download-line {
	border-radius: 14px !important;
	background: #0d9488 !important;
	box-shadow: 0 14px 30px rgba(13, 148, 136, .22);
}

.b-nobugs {
	background: linear-gradient(90deg, rgba(13, 148, 136, .08), rgba(37, 99, 235, .06));
	border-radius: 16px 16px 0 0;
}

.b-nobugs-text {
	color: #101828;
}

.screenshots,
.apkashik-screens-grid {
	gap: 1rem;
}

.screenshots {
	display: block !important;
	width: 100% !important;
	overflow: visible !important;
	padding: 0 !important;
	margin: 0 !important;
	white-space: normal !important;
	text-align: center !important;
}

.apkashik-screens-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.screenshots > a,
.apkashik-screens-grid a {
	display: block !important;
	flex: 0 0 190px !important;
	width: 190px !important;
	max-width: 190px !important;
	padding: .55rem !important;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid var(--neo-border);
	box-shadow: var(--neo-shadow-soft);
	overflow: hidden;
}

.apkashik-screens-grid img,
.screenshots > a img {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 320px !important;
	max-width: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	transform: none !important;
	border-radius: 14px !important;
	box-shadow: none !important;
}

.upper {
	border-radius: 12px;
	background: rgba(45, 212, 191, .12);
	color: #2dd4bf;
}

input,
textarea,
select,
.form-control,
.q-search-text {
	border-radius: 12px !important;
	border: 1px solid var(--neo-border) !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

@media (min-width: 992px) {
	.entry-app > .item,
	.entry-news > .item,
	.recom-post-bg,
	.block {
		transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	}

	.entry-app > .item:hover,
	.entry-news > .item:hover,
	.recom-post:hover .recom-post-bg,
	.block:hover {
		transform: translateY(-3px);
		border-color: rgba(13, 148, 136, .3);
		box-shadow: var(--neo-shadow);
	}
}

@media (max-width: 767px) {
	.header {
		padding: 0;
	}

	.header-panel {
		border-radius: 0 0 14px 14px !important;
	}

	.page-head-main {
		--neo-hero-panel-top: 5.2rem;
		--neo-hero-panel-height: 8.5rem;
		padding-top: 6rem;
		min-height: 14.5rem;
	}

	.page-head-main > .title {
		font-size: 2rem;
	}

	.section-title {
		font-size: 1.1rem;
	}

	.entry-app .img {
		width: 5.25rem;
		height: 5.25rem;
	}

	.view-app-img {
		max-width: 11rem;
	}

	.view-app-img .img {
		width: 11rem;
		height: 11rem;
	}

	.specs-list ul {
		display: flex;
		gap: 0;
	}
}
