/*
Theme Name: dev2026
Theme URI: https://example.com/dev2026/
Author: WordPress Expert
Author URI: https://example.com/
Description: Минималистичный, быстрый WordPress шаблон с приоритетом на скорость загрузки. Вдохновлен apple.com. 100% адаптивность, WCAG, SEO оптимизирован.
Version: 1.0
License: GPL v2 or later
Text Domain: dev2026
Tags: minimal, fast, responsive, accessibility-ready, translation-ready
*/

/* ==========================================================================
   СБРОС СТИЛЕЙ И БАЗОВЫЕ НАСТРОЙКИ
   ========================================================================== */

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 16px;
	line-height: 1.6;
	color: #1d1d1f;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

a {
	color: #06c;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}

a:focus {
	outline: 2px solid #06c;
	outline-offset: 2px;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
	vertical-align: middle;
}

figure {
	margin: 0;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

ul, ol {
	margin: 0 0 1em 0;
	padding-left: 1.5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	max-width: 100%;
	height: 1px;
	/*margin: 1em auto;*/
	border: none;
	background: #eee;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b, strong {
	font-weight: 600;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 2px solid #06c;
	outline-offset: 2px;
}

/* ==========================================================================
   ОСНОВНОЙ КОНТЕЙНЕР И СЕТКА (FLEX)
   ========================================================================== */

.a090126-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

.a090126-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
}

.a090126-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}

/* ==========================================================================
   ШАПКА САЙТА (HEADER)
   ========================================================================== */

.a090126-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: background-color 0.3s ease;
	width: 100%;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a090126-header__inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px;
}

.a090126-header__logo {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #1d1d1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	z-index: 1001;
}

.a090126-header__logo:hover, .a090126-header__logo:focus {
	text-decoration: none;
	color: #1d1d1f;
}

.a090126-header__logo-img {
	max-height: 20px;
	width: auto;
}

.a090126-header__nav {
	display: none;
}

.a090126-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.a090126-header__nav-item {
	margin-left: 24px;
}

.a090126-header__nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #1d1d1f;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	padding: 8px 0;
	display: block;
}

.a090126-header__nav-link:hover, .a090126-header__nav-link:focus {
	opacity: 1;
	text-decoration: none;
}

.a090126-header__mobile-toggle {
	display: block;
	background: none;
	border: none;
	width: 24px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	z-index: 1001;
	position: relative;
}

.a090126-header__mobile-toggle:focus {
	outline: 2px solid #06c;
	outline-offset: 2px;
}

.a090126-header__mobile-toggle-icon {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1d1d1f;
	position: relative;
	transition: background-color 0.2s ease;
}

.a090126-header__mobile-toggle-icon::before,
.a090126-header__mobile-toggle-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1d1d1f;
	left: 0;
	transition: transform 0.3s ease;
}

.a090126-header__mobile-toggle-icon::before {
	top: -6px;
}

.a090126-header__mobile-toggle-icon::after {
	bottom: -6px;
}

.a090126-header__mobile-toggle--active .a090126-header__mobile-toggle-icon {
	background-color: transparent;
}

.a090126-header__mobile-toggle--active .a090126-header__mobile-toggle-icon::before {
	transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
}

.a090126-header__mobile-toggle--active .a090126-header__mobile-toggle-icon::after {
	transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
}

.a090126-header__mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.98);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	z-index: 999;
	padding: 80px 32px 32px;
	display: none;
	flex-direction: column;
	overflow-y: auto;
}

.a090126-header__mobile-nav--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.a090126-header__mobile-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.a090126-header__mobile-nav-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-header__mobile-nav-link {
	font-size: 20px;
	font-weight: 400;
	color: #1d1d1f;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.a090126-header__mobile-nav-link:hover, .a090126-header__mobile-nav-link:focus {
	color: #06c;
	text-decoration: none;
}

/* ==========================================================================
   ОСНОВНОЙ КОНТЕНТ (MAIN CONTENT)
   ========================================================================== */

.a090126-main {
	margin-top: 52px;
	min-height: calc(100vh - 150px);
}

.a090126-hero {
	padding: 60px 0;
	text-align: center;
	background: linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);
}

.a090126-hero__title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #1d1d1f;
}

.a090126-hero__subtitle {
	font-size: 20px;
	color: #86868b;
	max-width: 600px;
	margin: 0 auto 32px;
}

.a090126-hero__button {
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.17648;
	letter-spacing: -0.022em;
	color: #ffffff;
	background-color: #0071e3;
	padding: 12px 22px;
	border-radius: 980px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.a090126-hero__button:hover, .a090126-hero__button:focus {
	background-color: #0077ED;
	text-decoration: none;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.a090126-hero__button:active {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
}

.a090126-content {
	padding: 60px 0;
}

.a090126-content__section {
	margin-bottom: 80px;
}

.a090126-content__section:last-child {
	margin-bottom: 0;
}

.a090126-content__title {
	text-align: center;
	margin-bottom: 40px;
}

.a090126-content__text p {
	margin-bottom: 1.5em;
}

.a090126-content__text p:last-child {
	margin-bottom: 0;
}

.a090126-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.a090126-grid__item {
	background-color: #f5f5f7;
	border-radius: 12px;
	padding: 32px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a090126-grid__item:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.a090126-grid__title {
	font-size: 24px;
	margin-bottom: 16px;
	color: #1d1d1f;
}

.a090126-grid__text {
	color: #515154;
}

/* ==========================================================================
   САЙДБАР (SIDEBAR) И ОСНОВНАЯ ОБЛАСТЬ
   ========================================================================== */

.a090126-primary {
	width: 100%;
}

.a090126-sidebar {
	width: 100%;
	margin-top: 60px;
}

.a090126-widget {
	margin-bottom: 40px;
}

.a090126-widget:last-child {
	margin-bottom: 0;
}

.a090126-widget__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #1d1d1f;
}

.a090126-widget__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.a090126-widget__item {
	margin-bottom: 12px;
}

.a090126-widget__item:last-child {
	margin-bottom: 0;
}

.a090126-widget__link {
	color: #515154;
	font-size: 15px;
	display: block;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.a090126-widget__link:hover, .a090126-widget__link:focus {
	color: #06c;
	text-decoration: none;
}

/* ==========================================================================
   ПОДВАЛ САЙТА (FOOTER)
   ========================================================================== */

.a090126-footer {
	background-color: #f5f5f7;
	color: #515154;
	padding: 40px 0 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 60px;
}

.a090126-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.a090126-footer__menu {
	margin-bottom: 32px;
}

.a090126-footer__menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.a090126-footer__menu-item {
	margin-bottom: 16px;
}

.a090126-footer__menu-link {
	color: #515154;
	font-size: 14px;
	display: block;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.a090126-footer__menu-link:hover, .a090126-footer__menu-link:focus {
	color: #1d1d1f;
	text-decoration: none;
}

.a090126-footer__legal {
	font-size: 13px;
	color: #86868b;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-footer__legal-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}

.a090126-footer__legal-item {
	margin-right: 16px;
	margin-bottom: 8px;
}

.a090126-footer__legal-link {
	color: #515154;
	text-decoration: none;
}

.a090126-footer__legal-link:hover, .a090126-footer__legal-link:focus {
	text-decoration: underline;
	color: #1d1d1f;
}

.a090126-footer__copyright {
	font-size: 13px;
	color: #86868b;
}

/* ==========================================================================
   СТРАНИЦА ЗАПИСИ (SINGLE) И АРХИВОВ
   ========================================================================== */

.a090126-post {
	margin-bottom: 60px;
}

.a090126-post:last-child {
	margin-bottom: 0;
}

.a090126-post__header {
	margin-bottom: 32px;
}

.a090126-post__title {
	font-size: 32px;
	margin-bottom: 16px;
}

.a090126-post__meta {
	font-size: 14px;
	color: #86868b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.a090126-post__meta-item {
	margin-right: 16px;
	margin-bottom: 8px;
}

.a090126-post__meta-link {
	color: #515154;
}

.a090126-post__meta-link:hover, .a090126-post__meta-link:focus {
	color: #06c;
	text-decoration: none;
}

.a090126-post__thumbnail {
	margin-bottom: 32px;
	border-radius: 8px;
	overflow: hidden;
}

.a090126-post__thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.a090126-post__content {
	font-size: 18px;
	line-height: 1.7;
	color: #1d1d1f;
}

.a090126-post__content h2,
.a090126-post__content h3,
.a090126-post__content h4 {
	margin-top: 48px;
	margin-bottom: 16px;
}

.a090126-post__content h2 {
	font-size: 28px;
}

.a090126-post__content h3 {
	font-size: 24px;
}

.a090126-post__content h4 {
	font-size: 20px;
}

.a090126-post__content ul,
.a090126-post__content ol {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.a090126-post__content li {
	margin-bottom: 0.5em;
}

.a090126-post__content blockquote {
	font-size: 20px;
	font-style: italic;
	color: #515154;
	border-left: 4px solid #06c;
	padding-left: 24px;
	margin: 32px 0;
}

.a090126-post__content pre {
	background-color: #f5f5f7;
	padding: 20px;
	border-radius: 8px;
	overflow-x: auto;
	margin: 32px 0;
	font-size: 15px;
	line-height: 1.5;
}

.a090126-post__content code {
	background-color: #f5f5f7;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 15px;
}

.a090126-post__content pre code {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}

.a090126-post__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 32px 0;
}

.a090126-post__content iframe {
	max-width: 100%;
	margin: 32px 0;
}

.a090126-post__footer {
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-post__categories,
.a090126-post__tags {
	font-size: 14px;
	color: #86868b;
	margin-bottom: 16px;
}

.a090126-post__categories-title,
.a090126-post__tags-title {
	font-weight: 600;
	color: #1d1d1f;
	display: inline-block;
	margin-right: 8px;
}

.a090126-post__categories-links,
.a090126-post__tags-links {
	display: inline;
}

.a090126-post__categories-link,
.a090126-post__tags-link {
	color: #515154;
	margin-right: 8px;
	text-decoration: none;
}

.a090126-post__categories-link:hover,
.a090126-post__categories-link:focus,
.a090126-post__tags-link:hover,
.a090126-post__tags-link:focus {
	color: #06c;
	text-decoration: underline;
}

.a090126-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-pagination__link {
	font-size: 17px;
	color: #06c;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: color 0.2s ease;
}

.a090126-pagination__link:hover, .a090126-pagination__link:focus {
	color: #0077ED;
	text-decoration: none;
}

.a090126-pagination__link--prev::before {
	content: "←";
	margin-right: 8px;
}

.a090126-pagination__link--next::after {
	content: "→";
	margin-left: 8px;
}

/* ==========================================================================
   КОММЕНТАРИИ
   ========================================================================== */

.a090126-comments {
	margin-top: 80px;
	padding-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-comments__title {
	font-size: 28px;
	margin-bottom: 40px;
}

.a090126-comments__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.a090126-comments__item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-comments__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.a090126-comments__avatar {
	float: left;
	margin-right: 16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.a090126-comments__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.a090126-comments__content {
	overflow: hidden;
}

.a090126-comments__meta {
	margin-bottom: 8px;
}

.a090126-comments__author {
	font-weight: 600;
	color: #1d1d1f;
	font-size: 17px;
	margin-right: 8px;
}

.a090126-comments__date {
	font-size: 14px;
	color: #86868b;
}

.a090126-comments__text {
	font-size: 16px;
	line-height: 1.6;
	color: #515154;
}

.a090126-comments__reply {
	font-size: 14px;
	margin-top: 12px;
}

.a090126-comments__reply-link {
	color: #06c;
	text-decoration: none;
}

.a090126-comments__reply-link:hover, .a090126-comments__reply-link:focus {
	text-decoration: underline;
	color: #0077ED;
}

.a090126-comments__children {
	list-style: none;
	margin: 40px 0 0 64px;
	padding: 0;
}

.a090126-comment-respond {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.a090126-comment-reply-title {
	font-size: 24px;
	margin-bottom: 24px;
}

.a090126-comment-form label {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #1d1d1f;
}

.a090126-comment-form input[type="text"],
.a090126-comment-form input[type="email"],
.a090126-comment-form input[type="url"],
.a090126-comment-form textarea {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1f;
	background-color: #f5f5f7;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	margin-bottom: 24px;
	-webkit-appearance: none;
}

.a090126-comment-form input[type="text"]:focus,
.a090126-comment-form input[type="email"]:focus,
.a090126-comment-form input[type="url"]:focus,
.a090126-comment-form textarea:focus {
	outline: none;
	border-color: #06c;
	background-color: #ffffff;
}

.a090126-comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.a090126-comment-form input[type="submit"] {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.17648;
	letter-spacing: -0.022em;
	color: #ffffff;
	background-color: #0071e3;
	padding: 12px 24px;
	border-radius: 980px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.a090126-comment-form input[type="submit"]:hover,
.a090126-comment-form input[type="submit"]:focus {
	background-color: #0077ED;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.a090126-comment-form input[type="submit"]:active {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
}

/* ==========================================================================
   ПОИСК И 404
   ========================================================================== */

.a090126-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.a090126-search-form__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1f;
	background-color: #f5f5f7;
	border: 1px solid transparent;
	border-radius: 8px 0 0 8px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.a090126-search-form__input:focus {
	outline: none;
	border-color: #06c;
	background-color: #ffffff;
}

.a090126-search-form__submit {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	background-color: #0071e3;
	padding: 12px 24px;
	border: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.a090126-search-form__submit:hover,
.a090126-search-form__submit:focus {
	background-color: #0077ED;
}

.a090126-error-404 {
	text-align: center;
	padding: 100px 0;
}

.a090126-error-404__title {
	font-size: 120px;
	font-weight: 600;
	color: #f5f5f7;
	margin-bottom: 16px;
	line-height: 1;
}

.a090126-error-404__subtitle {
	font-size: 32px;
	margin-bottom: 24px;
	color: #1d1d1f;
}

.a090126-error-404__text {
	font-size: 18px;
	color: #515154;
	max-width: 500px;
	margin: 0 auto 40px;
}

/* ==========================================================================
   АДАПТИВНОСТЬ (MEDIA QUERIES)
   ========================================================================== */

/* Планшет (минимум 768px) */
@media (min-width: 768px) {
	.a090126-container {
		max-width: 720px;
		padding-right: 24px;
		padding-left: 24px;
	}
	
	.a090126-row {
		margin-right: -24px;
		margin-left: -24px;
	}
	
	.a090126-col {
		padding-right: 24px;
		padding-left: 24px;
	}
	
	.a090126-header {
		height: 56px;
	}
	
	.a090126-header__inner {
		padding: 0 24px;
	}
	
	.a090126-header__nav {
		display: block;
	}
	
	.a090126-header__mobile-toggle {
		display: none;
	}
	
	.a090126-main {
		margin-top: 56px;
	}
	
	.a090126-hero {
		padding: 80px 0;
	}
	
	.a090126-hero__title {
		font-size: 56px;
	}
	
	.a090126-hero__subtitle {
		font-size: 24px;
	}
	
	.a090126-content {
		padding: 80px 0;
	}
	
	.a090126-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.a090126-footer__menu-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.a090126-footer__menu-item {
		margin-right: 32px;
		margin-bottom: 0;
	}
	
	.a090126-footer__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.a090126-footer__menu {
		margin-bottom: 0;
	}
	
	.a090126-comments__children {
		margin-left: 80px;
	}
}

/* Большой планшет/небольшой десктоп (минимум 992px) */
@media (min-width: 992px) {
	.a090126-container {
		max-width: 960px;
	}
	
	.a090126-hero__title {
		font-size: 64px;
	}
	
	.a090126-content__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.a090126-primary {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 60px;
	}
	
	.a090126-sidebar {
		width: 300px;
		margin-top: 0;
		flex-shrink: 0;
	}
	
	.a090126-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Десктоп (минимум 1200px) */
@media (min-width: 1200px) {
	.a090126-container {
		max-width: 1200px;
	}
	
	.a090126-header__nav-item {
		margin-left: 32px;
	}
	
	.a090126-hero__title {
		font-size: 72px;
	}
}

/* Высокое разрешение (ретина) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.a090126-hero {
		background: linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);
	}
}

/* ==========================================================================
   WCAG И ДОСТУПНОСТЬ
   ========================================================================== */

/* Скрыть визуально, но оставить доступным для скринридеров */
.a090126-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.a090126-screen-reader-text:focus {
	background-color: #f5f5f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #1d1d1f;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Фокус для клавиатурной навигации */
.a090126-skip-link:focus {
	outline: 2px solid #06c;
	outline-offset: 2px;
}

/* Высококонтрастный режим */
@media (prefers-contrast: high) {
	.a090126-header {
		background-color: #ffffff;
		border-bottom: 2px solid #000000;
	}
	
	.a090126-header__nav-link {
		opacity: 1;
	}
	
	.a090126-hero__button {
		background-color: #000000;
		color: #ffffff;
	}
	
	.a090126-footer {
		background-color: #000000;
		color: #ffffff;
		border-top: 2px solid #000000;
	}
	
	.a090126-footer__menu-link,
	.a090126-footer__legal-link {
		color: #ffffff;
	}
	
	.a090126-footer__menu-link:hover,
	.a090126-footer__menu-link:focus,
	.a090126-footer__legal-link:hover,
	.a090126-footer__legal-link:focus {
		color: #06c;
	}
}

/* Режим уменьшения движения */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	
	html {
		scroll-behavior: auto;
	}
	
	.a090126-hero__button:hover,
	.a090126-hero__button:focus,
	.a090126-hero__button:active,
	.a090126-grid__item:hover,
	.a090126-comment-form input[type="submit"]:hover,
	.a090126-comment-form input[type="submit"]:focus,
	.a090126-comment-form input[type="submit"]:active {
		transform: none;
		-webkit-transform: none;
	}
}

/* ==========================================================================
   ОБРАТНАЯ СОВМЕСТИМОСТЬ С WORDPRESS
   ========================================================================== */

/* Классы WordPress по умолчанию */
.alignnone {
	margin: 20px 0;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	font-size: 14px;
	color: #86868b;
	padding: 10px 0;
	text-align: center;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px 20px;
}

.gallery-item {
	padding: 8px;
}

.sticky {
	position: relative;
	background-color: #f5f5f7;
	padding: 24px;
	border-radius: 12px;
	margin-bottom: 40px;
}

.bypostauthor {
	background-color: transparent;
}

/* ==========================================================================
   КОНЕЦ ФАЙЛА STYLE.CSS
   ========================================================================== */
   
   
   
   
   
   
   
   
   
   
