/* Inter Variable 5.3.0 — SIL Open Font License 1.1. */
@font-face {
	font-display: swap;
	font-family: "Inter Variable";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/inter-latin-variable.woff2") format("woff2-variations");
}

@font-face {
	font-display: swap;
	font-family: "Inter Variable";
	font-style: italic;
	font-weight: 100 900;
	src: url("../fonts/inter-latin-variable-italic.woff2") format("woff2-variations");
}

:root {
	--nilkaz-navy-950: #021326;
	--nilkaz-navy-900: #031a31;
	--nilkaz-navy-850: #06233f;
	--nilkaz-blue: #0097d7;
	--nilkaz-gold: #dca845;
	--nilkaz-gold-light: #f2c56b;
	--nilkaz-ink: #111827;
	--nilkaz-muted: #6b7280;
	--nilkaz-line: #e3e7ec;
	--nilkaz-canvas: #f8f9fb;
	--nilkaz-white: #ffffff;
	--nilkaz-radius: 8px;
	--nilkaz-shadow: 0 2px 12px rgba(3, 26, 49, 0.06);
}

html {
	scroll-behavior: smooth;
}

body.nilkaz-body {
	background: var(--nilkaz-canvas);
	color: var(--nilkaz-ink);
	font-family: "Inter Variable", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

body.nilkaz-body h1,
body.nilkaz-body h2,
body.nilkaz-body h3,
body.nilkaz-body h4,
body.nilkaz-body h5,
body.nilkaz-body h6,
body.nilkaz-body .h1,
body.nilkaz-body .h2,
body.nilkaz-body .h3,
body.nilkaz-body .h4,
body.nilkaz-body .h5,
body.nilkaz-body .h6,
body.nilkaz-body button,
body.nilkaz-body input,
body.nilkaz-body select,
body.nilkaz-body textarea {
	font-family: "Inter Variable", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.nilkaz-body.single-post .entry-title {
	font-weight: 620;
	letter-spacing: -0.035em;
	line-height: 1.2;
}

body.nilkaz-body.single-post .entry-content,
body.nilkaz-body.single-post .entry-content p,
body.nilkaz-body.single-post .entry-content li,
body.nilkaz-body.single-post .entry-content blockquote,
body.nilkaz-body.single-post .entry-content figcaption {
	font-family: "Inter Variable", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.nilkaz-body.single-post .entry-content {
	font-size: 16px;
	line-height: 1.75;
}

.nilkaz-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
	padding-bottom: 4px;
}

.nilkaz-share__label {
	color: var(--nilkaz-muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.02em;
	margin-right: 2px;
}

body.nilkaz-body .nilkaz-share__link {
	--nilkaz-share-color: var(--nilkaz-navy-850);

	align-items: center;
	background: #f7f9fb;
	border: 1px solid #e2e7ed;
	border-radius: 999px;
	color: var(--nilkaz-navy-850);
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	gap: 7px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0 13px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.nilkaz-share__link svg {
	fill: currentcolor;
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

body.nilkaz-body .nilkaz-share__link--whatsapp {
	--nilkaz-share-color: #168c52;

	color: #168c52;
}

body.nilkaz-body .nilkaz-share__link--facebook {
	--nilkaz-share-color: #2864b7;

	color: #2864b7;
}

body.nilkaz-body .nilkaz-share__link--telegram {
	--nilkaz-share-color: #1989b9;

	color: #1989b9;
}

body.nilkaz-body .nilkaz-share__link:hover,
body.nilkaz-body .nilkaz-share__link:focus-visible {
	background: var(--nilkaz-share-color);
	border-color: var(--nilkaz-share-color);
	box-shadow: 0 8px 18px rgba(3, 26, 49, 0.14);
	color: var(--nilkaz-white);
	outline: none;
	transform: translateY(-1px);
}

body.nilkaz-body.menu-open {
	overflow: hidden;
}

.nilkaz-body a {
	color: inherit;
	text-decoration: none;
}

.nilkaz-body a:hover,
.nilkaz-body a:focus {
	color: inherit;
}

.nilkaz-shell {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1256px;
	padding-inline: 20px;
	width: 100%;
}

.nilkaz-header {
	background: linear-gradient(115deg, var(--nilkaz-navy-950), #031d36 60%, #02162a);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: var(--nilkaz-white);
	position: relative;
	z-index: 1000;
}

.nilkaz-header__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 250px minmax(0, 1fr) auto;
	min-height: 82px;
}

.nilkaz-header__logo,
.nilkaz-header__logo a,
.nilkaz-footer__brand a {
	align-items: center;
	display: inline-flex;
}

.nilkaz-header__logo img {
	display: block;
	height: auto;
	max-height: 52px;
	max-width: 220px;
	width: auto;
}

.nilkaz-header__logo .custom-logo-link img {
	max-height: 52px;
	width: auto;
}

.nilkaz-nav {
	align-items: stretch;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.nilkaz-menu,
.nilkaz-nav ul {
	align-items: center;
	display: flex;
	gap: 31px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nilkaz-menu > li,
.nilkaz-nav .menu > li {
	margin: 0;
	position: relative;
}

.nilkaz-menu > li > a,
.nilkaz-nav .menu > li > a {
	color: rgba(255, 255, 255, 0.94);
	display: flex;
	font-size: 13px;
	font-weight: 600;
	line-height: 82px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.nilkaz-menu > .current-menu-item > a::after,
.nilkaz-menu > .current-menu-ancestor > a::after,
.nilkaz-menu > li > a:hover::after,
.nilkaz-nav .menu > .current-menu-item > a::after,
.nilkaz-nav .menu > li > a:hover::after {
	background: var(--nilkaz-gold);
	bottom: 19px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.nilkaz-nav .sub-menu {
	align-items: stretch;
	background: var(--nilkaz-white);
	border-radius: 6px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
	display: none;
	gap: 0;
	left: -18px;
	min-width: 210px;
	padding: 9px 0;
	position: absolute;
	top: 67px;
}

.nilkaz-nav li:hover > .sub-menu,
.nilkaz-nav li:focus-within > .sub-menu {
	display: block;
}

.nilkaz-nav .sub-menu a {
	color: var(--nilkaz-ink);
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 18px;
}

.nilkaz-nav .sub-menu a:hover,
.nilkaz-nav .sub-menu a:focus {
	background: #f3f5f8;
}

.nilkaz-header__actions {
	align-items: center;
	display: flex;
	gap: 20px;
}

.nilkaz-icon-button,
.nilkaz-menu-toggle,
.nilkaz-search-close {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	margin: 0;
	padding: 0;
}

.nilkaz-icon-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.nilkaz-icon-button:hover,
.nilkaz-icon-button:focus {
	background: transparent;
	color: var(--nilkaz-gold-light);
}

.nilkaz-login {
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 8px;
	color: var(--nilkaz-white);
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	padding: 12px 18px;
	transition: background 160ms ease, border-color 160ms ease;
}

.nilkaz-login:hover,
.nilkaz-login:focus {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.6);
}

.nilkaz-menu-toggle {
	display: none;
	height: 38px;
	width: 38px;
}

.nilkaz-menu-toggle span:not(.screen-reader-text) {
	background: currentColor;
	display: block;
	height: 2px;
	margin: 5px auto;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 22px;
}

.nilkaz-menu-toggle[aria-expanded="true"] span:nth-of-type(1) {
	transform: translateY(7px) rotate(45deg);
}

.nilkaz-menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
	opacity: 0;
}

.nilkaz-menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.nilkaz-search-panel[hidden] {
	display: none;
}

.nilkaz-search-panel {
	background: var(--nilkaz-navy-900);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}

.nilkaz-search-panel__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	padding-bottom: 18px;
	padding-top: 18px;
}

.nilkaz-search-form {
	display: flex;
	flex: 1;
	gap: 10px;
	margin: 0;
}

.nilkaz-search-form input[type="search"] {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 7px;
	box-sizing: border-box;
	color: var(--nilkaz-white);
	font-size: 15px;
	height: 46px;
	padding: 0 16px;
	width: 100%;
}

.nilkaz-search-form input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.nilkaz-search-form button {
	background: var(--nilkaz-gold);
	border: 0;
	border-radius: 7px;
	color: var(--nilkaz-navy-950);
	font-weight: 700;
	padding: 0 26px;
}

.nilkaz-search-close {
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
}

.nilkaz-site,
.nilkaz-content {
	background: var(--nilkaz-canvas);
}

.nilkaz-inner-container {
	padding-bottom: 44px;
	padding-top: 34px;
}

.nilkaz-home {
	padding: 24px 0 18px;
}

.nilkaz-hero {
	background: var(--nilkaz-navy-900);
	border-radius: var(--nilkaz-radius);
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
	height: 418px;
	overflow: hidden;
}

.nilkaz-hero__lead {
	background-color: #17314b;
	background-position: center;
	background-size: cover;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.nilkaz-hero__lead::after {
	background: linear-gradient(90deg, rgba(1, 14, 28, 0.88) 0%, rgba(2, 15, 29, 0.55) 51%, rgba(2, 15, 29, 0.04) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.nilkaz-hero__lead::before {
	background: linear-gradient(0deg, rgba(1, 12, 24, 0.62), transparent 52%);
	content: "";
	inset: 0;
	position: absolute;
}

.nilkaz-has-no-image {
	background: radial-gradient(circle at 78% 24%, rgba(0, 151, 215, 0.28), transparent 34%), linear-gradient(135deg, #0b3454, #03192e 72%);
}

.nilkaz-hero__lead-content {
	bottom: 0;
	color: var(--nilkaz-white);
	left: 0;
	max-width: 650px;
	padding: 42px 40px 39px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.nilkaz-category-badge {
	background: var(--nilkaz-gold);
	border-radius: 3px;
	color: #162233;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 6px 10px 5px;
	text-transform: uppercase;
}

.nilkaz-category-badge:hover,
.nilkaz-category-badge:focus {
	background: var(--nilkaz-gold-light);
	color: #162233;
}

.nilkaz-hero__lead h2 {
	font-size: clamp(31px, 3vw, 40px);
	font-weight: 720;
	letter-spacing: -0.035em;
	line-height: 1.17;
	margin: 18px 0 14px;
	max-width: 620px;
}

.nilkaz-hero__lead h2 a,
.nilkaz-hero__lead h2 a:hover,
.nilkaz-hero__lead h2 a:focus {
	color: var(--nilkaz-white);
}

.nilkaz-hero__excerpt {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 570px;
}

.nilkaz-hero__meta {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	bottom: 38px;
	display: flex;
	font-size: 12px;
	font-weight: 550;
	gap: 10px;
	left: 40px;
	padding-top: 18px;
	position: absolute;
	right: 40px;
}

.nilkaz-author-avatar {
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	height: 34px;
	width: 34px;
}

.nilkaz-hero__rail {
	background: linear-gradient(140deg, #062743, var(--nilkaz-navy-950));
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	min-width: 0;
	padding: 0 18px;
}

.nilkaz-hero__rail-item {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	gap: 16px;
	grid-template-columns: 148px minmax(0, 1fr);
	min-height: 0;
	padding: 14px 0;
}

.nilkaz-hero__rail-item:last-child {
	border-bottom: 0;
}

.nilkaz-hero__rail-thumb {
	border-radius: 7px;
	display: block;
	height: 104px;
	overflow: hidden;
}

.nilkaz-hero__rail-thumb img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.nilkaz-hero__rail-item:hover img {
	transform: scale(1.04);
}

.nilkaz-hero__rail-copy {
	min-width: 0;
}

.nilkaz-category-label {
	color: var(--nilkaz-gold-light);
	display: inline-block;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-transform: uppercase;
}

.nilkaz-category-label:hover,
.nilkaz-category-label:focus {
	color: var(--nilkaz-gold);
}

.nilkaz-hero__rail h3 {
	color: var(--nilkaz-white);
	display: -webkit-box;
	font-size: 15px;
	font-weight: 680;
	-webkit-line-clamp: 3;
	line-height: 1.33;
	margin: 6px 0 8px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.nilkaz-hero__rail h3 a {
	color: var(--nilkaz-white);
}

.nilkaz-hero__rail time {
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
}

.nilkaz-empty-state {
	background: linear-gradient(135deg, #082b4a, var(--nilkaz-navy-950));
	border-radius: var(--nilkaz-radius);
	color: var(--nilkaz-white);
	padding: 72px 40px;
	text-align: center;
}

.nilkaz-empty-state h2 {
	color: inherit;
	font-size: 30px;
	margin: 0 0 8px;
}

.nilkaz-empty-state p {
	color: rgba(255, 255, 255, 0.76);
	margin: 0 auto 24px;
	max-width: 620px;
}

.nilkaz-button {
	background: var(--nilkaz-gold);
	border-radius: 6px;
	color: var(--nilkaz-navy-950);
	display: inline-flex;
	font-weight: 750;
	padding: 11px 18px;
}

.nilkaz-latest {
	padding: 24px 0 18px;
}

.nilkaz-section-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.nilkaz-section-heading h2 {
	color: #0d1117;
	font-size: 22px;
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0;
}

.nilkaz-section-heading > a {
	align-items: center;
	color: #303946;
	display: inline-flex;
	font-size: 12px;
	gap: 8px;
}

.nilkaz-section-heading > a:hover,
.nilkaz-section-heading > a:focus {
	color: var(--nilkaz-blue);
}

.nilkaz-card-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nilkaz-card {
	background: var(--nilkaz-white);
	border: 1px solid var(--nilkaz-line);
	border-radius: var(--nilkaz-radius);
	box-shadow: var(--nilkaz-shadow);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.nilkaz-card:hover {
	box-shadow: 0 12px 28px rgba(3, 26, 49, 0.1);
	transform: translateY(-2px);
}

.nilkaz-card__image {
	display: block;
	height: 137px;
	overflow: hidden;
}

.nilkaz-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.nilkaz-card:hover .nilkaz-card__image img {
	transform: scale(1.035);
}

.nilkaz-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 12px 14px 13px;
}

.nilkaz-card__body h3 {
	display: -webkit-box;
	font-size: 15px;
	font-weight: 720;
	-webkit-line-clamp: 3;
	line-height: 1.27;
	margin: 6px 0 14px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.nilkaz-card__body h3 a {
	color: #101317;
}

.nilkaz-card__body h3 a:hover,
.nilkaz-card__body h3 a:focus {
	color: #006f9f;
}

.nilkaz-card__body time {
	color: var(--nilkaz-muted);
	font-size: 11px;
	margin-top: auto;
}

.nilkaz-latest__empty {
	background: var(--nilkaz-white);
	border: 1px dashed #ccd2da;
	border-radius: var(--nilkaz-radius);
	color: var(--nilkaz-muted);
	margin: 0;
	padding: 30px;
	text-align: center;
}

.nilkaz-newsletter {
	align-items: center;
	background: linear-gradient(115deg, var(--nilkaz-navy-900), var(--nilkaz-navy-950));
	border-radius: var(--nilkaz-radius);
	color: var(--nilkaz-white);
	display: grid;
	gap: 24px;
	grid-template-columns: 64px minmax(260px, 1fr) minmax(420px, 1.5fr);
	margin-bottom: 0;
	min-height: 96px;
	padding: 17px 42px;
	position: relative;
}

.nilkaz-newsletter__icon {
	align-items: center;
	border: 1px solid var(--nilkaz-gold);
	border-radius: 50%;
	color: var(--nilkaz-gold);
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.nilkaz-newsletter__copy h2 {
	color: inherit;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	margin: 0 0 4px;
}

.nilkaz-newsletter__copy p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
	line-height: 1.5;
	margin: 0;
	max-width: 310px;
}

.nilkaz-newsletter__form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
}

.nilkaz-newsletter__form input[type="email"] {
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	box-sizing: border-box;
	color: var(--nilkaz-white);
	font-size: 12px;
	height: 39px;
	padding: 0 15px;
	width: 100%;
}

.nilkaz-newsletter__form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.nilkaz-newsletter__form button {
	background: linear-gradient(180deg, var(--nilkaz-gold-light), var(--nilkaz-gold));
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #18202b;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	padding: 0 25px;
}

.nilkaz-newsletter__form button:hover,
.nilkaz-newsletter__form button:focus {
	background: var(--nilkaz-gold-light);
	color: #18202b;
}

.nilkaz-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.nilkaz-newsletter__notice {
	bottom: -24px;
	font-size: 11px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: right;
}

.nilkaz-newsletter__notice--success,
.nilkaz-newsletter__notice--exists {
	color: #b7f7ce;
}

.nilkaz-newsletter__notice--invalid,
.nilkaz-newsletter__notice--error {
	color: #ffd0d0;
}

.nilkaz-footer {
	background: linear-gradient(115deg, var(--nilkaz-navy-950), #031d36 68%, #02162a);
	color: rgba(255, 255, 255, 0.77);
	margin-top: 18px;
	padding: 35px 0 34px;
}

.nilkaz-footer__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 2.05fr 1.75fr 0.95fr 1.45fr 1.08fr;
}

.nilkaz-footer__brand img {
	display: block;
	height: auto;
	max-height: 72px;
	max-width: 100%;
	width: 285px;
}

.nilkaz-footer__brand > p {
	font-size: 11px;
	line-height: 1.55;
	margin: 10px 0 16px;
	max-width: 295px;
}

.nilkaz-social {
	display: flex;
	gap: 13px;
}

.nilkaz-social a {
	align-items: center;
	color: var(--nilkaz-white);
	display: inline-flex;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.nilkaz-social svg {
	height: 19px;
	width: 19px;
}

.nilkaz-social a:hover,
.nilkaz-social a:focus {
	color: var(--nilkaz-gold-light);
}

.nilkaz-footer h2 {
	color: var(--nilkaz-white);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin: 7px 0 13px;
}

.nilkaz-footer ul,
.nilkaz-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nilkaz-footer__column li,
.nilkaz-footer-menu li {
	font-size: 11px;
	line-height: 1.55;
	margin: 0 0 5px;
}

.nilkaz-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.nilkaz-footer a:hover,
.nilkaz-footer a:focus {
	color: var(--nilkaz-gold-light);
}

.nilkaz-footer__categories ul {
	column-count: 2;
	column-gap: 26px;
}

.nilkaz-footer__copyright {
	align-self: center;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 10px;
	line-height: 1.55;
	min-height: 76px;
	padding-left: 30px;
}

.nilkaz-footer__copyright p {
	margin: 19px 0 0;
}

.nilkaz-body :focus-visible {
	outline: 2px solid var(--nilkaz-gold-light);
	outline-offset: 3px;
}

@media (max-width: 1180px) {
	.nilkaz-header__inner {
		gap: 20px;
		grid-template-columns: 215px minmax(0, 1fr) auto;
	}

	.nilkaz-menu,
	.nilkaz-nav ul {
		gap: 21px;
	}

	.nilkaz-hero {
		grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
	}

	.nilkaz-hero__rail-item {
		gap: 12px;
		grid-template-columns: 122px minmax(0, 1fr);
	}

	.nilkaz-footer__grid {
		gap: 25px;
	}
}

@media (max-width: 1020px) {
	.nilkaz-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 74px;
	}

	.nilkaz-header__logo {
		grid-column: 1;
	}

	.nilkaz-header__actions {
		grid-column: 2;
	}

	.nilkaz-menu-toggle {
		display: block;
	}

	.nilkaz-nav {
		background: var(--nilkaz-navy-900);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		display: none;
		grid-column: 1 / -1;
		margin: 0 -20px;
		max-height: calc(100vh - 74px);
		overflow-y: auto;
		padding: 8px 20px 18px;
	}

	.nilkaz-nav.is-open {
		display: block;
	}

	.nilkaz-menu,
	.nilkaz-nav ul {
		align-items: stretch;
		display: block;
	}

	.nilkaz-menu > li > a,
	.nilkaz-nav .menu > li > a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		line-height: 1.3;
		padding: 13px 2px;
	}

	.nilkaz-menu > .current-menu-item > a::after,
	.nilkaz-menu > .current-menu-ancestor > a::after,
	.nilkaz-menu > li > a:hover::after,
	.nilkaz-nav .menu > .current-menu-item > a::after,
	.nilkaz-nav .menu > li > a:hover::after {
		bottom: 5px;
		right: auto;
		width: 32px;
	}

	.nilkaz-nav .sub-menu {
		background: rgba(255, 255, 255, 0.04);
		box-shadow: none;
		display: block;
		left: auto;
		padding: 0 0 3px 15px;
		position: static;
	}

	.nilkaz-nav .sub-menu a {
		color: rgba(255, 255, 255, 0.78);
		padding: 9px 0;
	}

	.nilkaz-nav .sub-menu a:hover,
	.nilkaz-nav .sub-menu a:focus {
		background: transparent;
		color: var(--nilkaz-white);
	}

	.nilkaz-hero {
		grid-template-columns: 1fr;
		height: auto;
	}

	.nilkaz-hero__lead {
		min-height: 440px;
	}

	.nilkaz-hero__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto;
		padding: 0 15px;
	}

	.nilkaz-hero__rail-item {
		border-bottom: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		grid-template-columns: 105px minmax(0, 1fr);
		padding: 15px;
	}

	.nilkaz-hero__rail-item:last-child {
		border-right: 0;
	}

	.nilkaz-hero__rail-thumb {
		height: 82px;
	}

	.nilkaz-hero__rail h3 {
		font-size: 13px;
		-webkit-line-clamp: 2;
	}

	.nilkaz-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nilkaz-card__image {
		height: 190px;
	}

	.nilkaz-newsletter {
		grid-template-columns: 60px minmax(0, 1fr);
		padding: 23px 30px;
	}

	.nilkaz-newsletter__form {
		grid-column: 1 / -1;
	}

	.nilkaz-footer__grid {
		grid-template-columns: 2fr 1.4fr 1fr 1.4fr;
	}

	.nilkaz-footer__copyright {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		grid-column: 1 / -1;
		min-height: auto;
		padding-left: 0;
		padding-top: 17px;
	}

	.nilkaz-footer__copyright p {
		margin: 0;
	}
}

@media (max-width: 720px) {
	.nilkaz-shell {
		padding-inline: 16px;
	}

	.nilkaz-header__inner {
		min-height: 68px;
	}

	.nilkaz-header__logo img {
		max-height: 43px;
		max-width: 184px;
	}

	.nilkaz-header__actions {
		gap: 11px;
	}

	.nilkaz-login {
		padding: 10px 13px;
	}

	.nilkaz-home {
		padding-top: 16px;
	}

	.nilkaz-hero__lead {
		min-height: 500px;
	}

	.nilkaz-hero__lead::after {
		background: linear-gradient(0deg, rgba(1, 14, 28, 0.94) 0%, rgba(2, 15, 29, 0.52) 65%, rgba(2, 15, 29, 0.08) 100%);
	}

	.nilkaz-hero__lead-content {
		padding: 30px 24px;
	}

	.nilkaz-hero__lead h2 {
		font-size: clamp(29px, 9vw, 38px);
	}

	.nilkaz-hero__excerpt {
		font-size: 15px;
	}

	.nilkaz-hero__meta {
		bottom: 29px;
		left: 24px;
		right: 24px;
	}

	.nilkaz-hero__rail {
		display: block;
		padding: 0 17px;
	}

	.nilkaz-hero__rail-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
		border-right: 0;
		grid-template-columns: 120px minmax(0, 1fr);
		padding: 15px 0;
	}

	.nilkaz-hero__rail-thumb {
		height: 88px;
	}

	.nilkaz-hero__rail h3 {
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.nilkaz-latest {
		padding-top: 22px;
	}

	.nilkaz-section-heading h2 {
		font-size: 20px;
	}

	.nilkaz-card-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.nilkaz-card__image {
		height: min(55vw, 275px);
	}

	.nilkaz-card__body {
		padding: 15px 16px 16px;
	}

	.nilkaz-card__body h3 {
		font-size: 17px;
	}

	.nilkaz-newsletter {
		gap: 16px;
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 22px 20px;
	}

	.nilkaz-newsletter__icon {
		height: 50px;
		width: 50px;
	}

	.nilkaz-newsletter__form {
		grid-template-columns: 1fr;
	}

	.nilkaz-newsletter__form button {
		width: 100%;
	}

	.nilkaz-newsletter__notice {
		bottom: auto;
		grid-column: 1 / -1;
		position: static;
		text-align: left;
	}

	.nilkaz-footer {
		padding: 30px 0;
	}

	.nilkaz-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.nilkaz-footer__brand,
	.nilkaz-footer__copyright {
		grid-column: 1 / -1;
	}

	.nilkaz-footer__brand > p {
		max-width: 440px;
	}

	.nilkaz-footer__brand img {
		width: 260px;
	}
}

@media (max-width: 430px) {
	.nilkaz-share {
		gap: 7px;
	}

	.nilkaz-share__label {
		flex-basis: 100%;
	}

	.nilkaz-share__link {
		flex: 1 1 auto;
		padding-inline: 10px;
	}

	.nilkaz-login {
		display: none;
	}

	.nilkaz-search-panel__inner {
		align-items: stretch;
	}

	.nilkaz-search-form {
		flex-direction: column;
	}

	.nilkaz-search-form button {
		height: 42px;
	}

	.nilkaz-hero__lead {
		min-height: 520px;
	}

	.nilkaz-hero__lead-content {
		padding-inline: 20px;
	}

	.nilkaz-hero__meta {
		left: 20px;
		right: 20px;
	}

	.nilkaz-footer__grid {
		grid-template-columns: 1fr;
	}

	.nilkaz-footer__brand,
	.nilkaz-footer__copyright {
		grid-column: 1;
	}

	.nilkaz-footer__brand img {
		width: 235px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.nilkaz-card,
	.nilkaz-card img,
	.nilkaz-hero__rail-thumb img,
	.nilkaz-menu-toggle span,
	.nilkaz-share__link {
		transition: none;
	}
}
