/*!
Theme Name: DNM theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DNM theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: inherit;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: inherit;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: inherit;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Mechatech Vina
--------------------------------------------------------------*/
:root {
	--mt-primary: #0b5b9f;
	--mt-primary-dark: #074276;
	--mt-secondary: #e02a2f;
	--mt-ink: #17212b;
	--mt-muted: #5f6b7a;
	--mt-line: #dbe2ea;
	--mt-soft: #f2f6fa;
	--mt-white: #ffffff;
	--mt-shadow: 0 18px 44px rgba(17, 44, 74, 0.1);
}

body.mt-site,
.mt-site button,
.mt-site input,
.mt-site textarea,
.mt-site select {
	color: var(--mt-ink);
}

body.mt-site {
	max-width: 100%;
	overflow-x: hidden;
}

.mt-site .site,
.mt-site .site-main,
.mt-site main,
.mt-site section,
.mt-container {
	max-width: 100%;
	min-width: 0;
}

.mt-site a {
	text-decoration: none;
}

.mt-site a:not(.mt-btn):not(.mt-text-link):not(.mt-product-card):not(.mt-news-card):not(.mt-brand):visited,
.mt-site a:not(.mt-btn):not(.mt-text-link):not(.mt-product-card):not(.mt-news-card):not(.mt-brand):active,
.mt-site a:not(.mt-btn):not(.mt-text-link):not(.mt-product-card):not(.mt-news-card):not(.mt-brand):focus {
	color: inherit;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
	line-height: 1;
}

.mt-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 24px;
	width: 100%;
}

.mt-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--mt-line);
	position: sticky;
	top: 0;
	z-index: 100;
}

body.admin-bar .mt-header {
	top: 32px;
}

.mt-header__inner {
	align-items: center;
	display: flex;
	gap: clamp(14px, 1.6vw, 24px);
	min-height: 82px;
}

.mt-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 12px;
	min-width: 94px;
}

.mt-brand__logo {
	height: 58px;
	object-fit: contain;
	width: 96px;
}

.mt-brand__text {
	display: flex;
	flex-direction: column;
	font-weight: 800;
	line-height: 1.1;
	color: var(--mt-primary);
}

.mt-brand__text small {
	color: var(--mt-muted);
	font-size: 9px;
	font-weight: 600;
	margin-top: 4px;
	text-transform: uppercase;
}

.mt-nav {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	min-width: 0;
	width: auto;
}

.mt-header__lang {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	min-height: 38px;
}

.mt-header__lang .gtranslate_wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.mt-header__lang .glink {
	align-items: center;
	color: var(--mt-muted);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 4px;
	line-height: 1;
}

.mt-header__lang img {
	display: block;
	height: auto;
	max-width: 24px;
}

.mt-header__lang select,
.mt-header__lang .gt_selector {
	border: 1px solid var(--mt-line);
	border-radius: 6px;
	color: var(--mt-ink);
	font-size: 13px;
	min-height: 38px;
	padding: 6px 10px;
}

.mt-header__cta {
	flex: 0 0 auto;
	min-width: 154px;
	padding-left: 22px;
	padding-right: 22px;
	white-space: nowrap;
}

.mt-nav ul {
	display: flex;
	gap: clamp(16px, 1.6vw, 26px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.mt-nav li {
	align-items: center;
	display: flex;
	position: relative;
}

.mt-nav > ul > li {
	min-height: 82px;
}

.mt-nav a {
	align-items: center;
	color: var(--mt-muted);
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	line-height: 1.35;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.mt-nav .current-menu-item > a,
.mt-nav a:hover {
	color: var(--mt-primary);
}

.mt-nav .menu-item-has-children > a::after,
.mt-nav .page_item_has_children > a::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 6px;
	margin-top: -3px;
	transform: rotate(45deg);
	width: 6px;
}

.mt-nav .sub-menu,
.mt-nav .children {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(17, 44, 74, 0.12);
	display: flex;
	flex-direction: column;
	gap: 0;
	left: 50%;
	min-width: 320px;
	opacity: 0;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	visibility: hidden;
	z-index: 120;
}

.mt-nav .sub-menu::before,
.mt-nav .children::before {
	display: none;
}

.mt-nav .sub-menu .sub-menu,
.mt-nav .children .children {
	left: calc(100% + 8px);
	top: 0;
	transform: translateY(8px);
}

.mt-nav .sub-menu li,
.mt-nav .children li {
	display: block;
	width: 100%;
}

.mt-nav li:hover > .sub-menu,
.mt-nav li.focus > .sub-menu,
.mt-nav li.submenu-open > .sub-menu,
.mt-nav li:hover > .children,
.mt-nav li.focus > .children,
.mt-nav li.submenu-open > .children {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.mt-nav .sub-menu li:hover > .sub-menu,
.mt-nav .sub-menu li.focus > .sub-menu,
.mt-nav .sub-menu li.submenu-open > .sub-menu,
.mt-nav .children li:hover > .children,
.mt-nav .children li.focus > .children,
.mt-nav .children li.submenu-open > .children {
	transform: translateY(0);
}

.mt-nav .sub-menu a,
.mt-nav .children a {
	border-radius: 6px;
	color: var(--mt-ink);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.45;
	padding: 10px 12px;
	text-transform: none;
	white-space: normal;
	width: 100%;
}

.mt-nav .sub-menu li + li,
.mt-nav .children li + li {
	border-top: 1px solid rgba(219, 226, 234, 0.72);
}

.mt-nav .sub-menu a:hover,
.mt-nav .children a:hover,
.mt-nav .sub-menu .current-menu-item > a,
.mt-nav .children .current-menu-item > a {
	background: var(--mt-soft);
	color: var(--mt-primary);
}

.mt-nav__toggle {
	align-items: center;
	background: var(--mt-soft);
	border: 1px solid var(--mt-line);
	border-radius: 6px;
	color: var(--mt-primary);
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.mt-btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	padding: 14px 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	white-space: nowrap;
}

.mt-btn:hover {
	transform: translateY(-1px);
}

.mt-btn .material-symbols-outlined,
.mt-slider-btn .material-symbols-outlined,
.mt-text-link .material-symbols-outlined {
	color: currentColor;
}

.mt-btn--primary,
.mt-site a.mt-btn--primary {
	background: linear-gradient(180deg, var(--mt-primary), var(--mt-primary-dark));
	box-shadow: 0 12px 28px rgba(11, 91, 159, 0.22);
	color: var(--mt-white);
}

.mt-btn--primary:hover,
.mt-btn--primary:visited,
.mt-btn--primary:active,
.mt-btn--primary:focus,
.mt-site a.mt-btn--primary:hover,
.mt-site a.mt-btn--primary:visited,
.mt-site a.mt-btn--primary:active,
.mt-site a.mt-btn--primary:focus {
	color: var(--mt-white);
}

.mt-btn--ghost,
.mt-site a.mt-btn--ghost {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	color: var(--mt-primary);
}

.mt-btn--ghost:hover,
.mt-btn--ghost:visited,
.mt-btn--ghost:active,
.mt-btn--ghost:focus,
.mt-site a.mt-btn--ghost:hover,
.mt-site a.mt-btn--ghost:visited,
.mt-site a.mt-btn--ghost:active,
.mt-site a.mt-btn--ghost:focus {
	color: var(--mt-primary);
}

.mt-btn--light,
.mt-site a.mt-btn--light {
	background: var(--mt-white);
	color: var(--mt-primary);
}

.mt-btn--light:hover,
.mt-btn--light:visited,
.mt-btn--light:active,
.mt-btn--light:focus,
.mt-site a.mt-btn--light:hover,
.mt-site a.mt-btn--light:visited,
.mt-site a.mt-btn--light:active,
.mt-site a.mt-btn--light:focus {
	color: var(--mt-primary);
}

.mt-hero {
	background: var(--mt-soft);
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.mt-hero__media {
	background-position: center;
	background-size: cover;
	inset: 0;
	opacity: 0.34;
	position: absolute;
}

.mt-hero::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.36));
	content: "";
	inset: 0;
	position: absolute;
}

.mt-hero__inner {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	min-height: 680px;
	position: relative;
	z-index: 2;
}

.mt-hero h1,
.mt-page-hero h1,
.mt-product-hero h1,
.mt-article__header h1 {
	font-size: clamp(38px, 5.2vw, 64px);
	line-height: 1.08;
	margin: 0 0 22px;
	max-width: 880px;
	overflow-wrap: break-word;
}

.mt-hero p,
.mt-page-hero p,
.mt-product-hero p {
	color: var(--mt-muted);
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 680px;
}

.mt-eyebrow,
.mt-kicker {
	align-items: center;
	color: var(--mt-secondary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.mt-eyebrow span {
	background: var(--mt-secondary);
	border-radius: 99px;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.mt-actions,
.mt-section__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.mt-section__head {
	justify-content: space-between;
	margin-bottom: 32px;
}

.mt-slider-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.mt-slider-btn {
	align-items: center;
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 6px;
	color: var(--mt-primary);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.mt-slider-btn:hover {
	background: var(--mt-primary);
	color: var(--mt-white);
}

.mt-hero__panel {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	padding: 28px;
}

.mt-hero__panel strong {
	color: var(--mt-primary);
	display: block;
	font-size: 28px;
}

.mt-hero__panel > span {
	color: var(--mt-muted);
	display: block;
	font-size: 12px;
	margin-top: 8px;
	text-transform: uppercase;
}

.mt-hero__stats {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.mt-hero__stats div {
	background: var(--mt-soft);
	border-left: 4px solid var(--mt-secondary);
	padding: 14px;
}

.mt-hero__stats b,
.mt-hero__stats small {
	display: block;
}

.mt-hero__stats small {
	color: var(--mt-muted);
}

.mt-section {
	padding: 86px 0;
}

.mt-section--muted {
	background: var(--mt-soft);
}

.mt-section h2,
.mt-cta h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.18;
	margin: 0 0 18px;
}

.mt-section p,
.mt-entry p {
	color: var(--mt-muted);
	font-size: 16px;
	line-height: 1.75;
}

.mt-404 {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 250, 0.92)),
		var(--mt-soft);
	min-height: 680px;
	overflow: hidden;
	padding: 96px 0;
	position: relative;
}

.mt-404::before {
	background: linear-gradient(180deg, var(--mt-primary), var(--mt-secondary));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}

.mt-404__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
	position: relative;
	z-index: 1;
}

.mt-404__content {
	max-width: 760px;
}

.mt-404__code {
	color: rgba(11, 91, 159, 0.1);
	display: block;
	font-size: clamp(86px, 13vw, 180px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.82;
	margin-bottom: 18px;
}

.mt-404 h1 {
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.08;
	margin: 0 0 20px;
	max-width: 760px;
}

.mt-404__content > p {
	color: var(--mt-muted);
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 680px;
}

.mt-404__search {
	align-items: center;
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	display: grid;
	gap: 12px;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	margin: 0 0 24px;
	max-width: 720px;
	padding: 10px;
}

.mt-404__search .material-symbols-outlined {
	color: var(--mt-primary);
	margin-left: 8px;
}

.mt-404__search input {
	border: 0;
	color: var(--mt-ink);
	font-size: 15px;
	min-height: 44px;
	outline: 0;
	width: 100%;
}

.mt-404__search input::placeholder {
	color: #7b8794;
}

.mt-404__panel {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	overflow: hidden;
}

.mt-404__status {
	align-items: center;
	background: linear-gradient(135deg, var(--mt-primary), var(--mt-primary-dark));
	color: var(--mt-white);
	display: flex;
	gap: 14px;
	padding: 24px;
}

.mt-404__status .material-symbols-outlined {
	font-size: 34px;
}

.mt-404__status strong,
.mt-404__status small {
	display: block;
}

.mt-404__status small {
	color: rgba(255, 255, 255, 0.76);
	margin-top: 4px;
}

.mt-404__links {
	display: grid;
	gap: 0;
	padding: 8px;
}

.mt-404__links a {
	align-items: flex-start;
	border-radius: 6px;
	color: var(--mt-ink);
	display: grid;
	gap: 14px;
	grid-template-columns: 36px minmax(0, 1fr);
	padding: 16px;
	transition: background 0.2s ease, color 0.2s ease;
}

.mt-404__links a + a {
	border-top: 1px solid var(--mt-line);
}

.mt-404__links a:hover {
	background: var(--mt-soft);
	color: var(--mt-primary);
}

.mt-404__links .material-symbols-outlined {
	align-items: center;
	background: rgba(11, 91, 159, 0.1);
	border-radius: 6px;
	color: var(--mt-primary);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.mt-404__links strong,
.mt-404__links small {
	display: block;
}

.mt-404__links small {
	color: var(--mt-muted);
	font-size: 13px;
	line-height: 1.55;
	margin-top: 5px;
}

.mt-split {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.mt-image-card {
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.mt-image-card img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mt-image-card figcaption {
	background: var(--mt-primary);
	bottom: 18px;
	color: var(--mt-white);
	font-size: 12px;
	font-weight: 600;
	left: 18px;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
}

.mt-checklist {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.mt-checklist li {
	color: var(--mt-ink);
	margin: 0 0 12px;
	padding-left: 30px;
	position: relative;
}

.mt-checklist li::before {
	color: var(--mt-secondary);
	content: "check_circle";
	font-family: "Material Symbols Outlined";
	left: 0;
	position: absolute;
	top: 0;
}

.mt-letter {
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.mt-letter__title {
	border-left: 5px solid var(--mt-secondary);
	padding-left: 22px;
}

.mt-letter__content {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	padding: 34px;
}

.mt-letter__content p:first-child {
	color: var(--mt-primary);
	font-size: 18px;
	font-weight: 700;
}

.mt-vm-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-statement {
	align-items: flex-start;
	background: linear-gradient(135deg, var(--mt-primary), var(--mt-primary-dark));
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	color: var(--mt-white);
	display: grid;
	gap: 24px;
	grid-template-columns: 86px minmax(0, 1fr);
	overflow: hidden;
	padding: 38px;
	position: relative;
}

.mt-statement::after {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	content: "";
	height: 220px;
	position: absolute;
	right: -74px;
	top: -90px;
	width: 220px;
}

.mt-statement__mark {
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding: 18px 0;
	text-align: center;
}

.mt-statement .mt-kicker,
.mt-statement p {
	color: rgba(255, 255, 255, 0.84);
}

.mt-statement h2 {
	color: var(--mt-white);
	font-size: 30px;
	line-height: 1.18;
	margin-bottom: 16px;
}

.mt-activity-panel {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(17, 44, 74, 0.06);
	padding: 30px;
}

.mt-activity-panel h3 {
	color: var(--mt-primary);
	font-size: 24px;
	margin: 0 0 18px;
}

.mt-activity-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mt-activity-panel li {
	border-top: 1px solid var(--mt-line);
	color: var(--mt-ink);
	line-height: 1.55;
	padding: 14px 0 14px 30px;
	position: relative;
}

.mt-activity-panel li:first-child {
	border-top: 0;
}

.mt-activity-panel li::before {
	color: var(--mt-secondary);
	content: "settings";
	font-family: "Material Symbols Outlined";
	left: 0;
	position: absolute;
	top: 14px;
}

.mt-capacity {
	background: var(--mt-white);
}

.mt-capacity__top {
	padding: 86px 0 42px;
}

.mt-capacity__intro {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.mt-capacity figure,
.mt-about-capacity__media {
	margin: 0;
}

.mt-capacity__intro img {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	display: block;
	object-fit: cover;
	width: 100%;
}

.mt-capacity h2,
.mt-about-capacity h2 {
	color: var(--mt-primary);
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1.08;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.mt-capacity__intro p,
.mt-about-capacity p {
	color: var(--mt-muted);
	font-size: 18px;
	line-height: 1.65;
}

.mt-capacity__scale {
	background: linear-gradient(135deg, var(--mt-primary), var(--mt-primary-dark));
	color: var(--mt-white);
	padding: 64px 0;
	position: relative;
}

.mt-capacity__scale-inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.mt-capacity__scale .mt-kicker,
.mt-capacity__scale h2 {
	color: var(--mt-white);
}

.mt-factory-stats {
	display: grid;
	gap: 18px;
	margin-top: 28px;
	max-width: 430px;
}

.mt-factory-stats div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
	padding: 0 0 18px;
}

.mt-factory-stats span,
.mt-factory-stats strong {
	display: block;
}

.mt-factory-stats span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.mt-factory-stats strong {
	color: var(--mt-white);
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1;
	margin-top: 6px;
}

.mt-capacity__scale img {
	aspect-ratio: 16 / 9;
	border: 3px solid rgba(255, 255, 255, 0.82);
	border-radius: 16px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.mt-about-capacity {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.mt-about-capacity__media {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 0.82fr;
}

.mt-about-capacity__media img {
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mt-about-capacity__media img:last-child {
	margin-top: 48px;
}

.mt-about-stats {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.mt-about-stats div {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	padding: 20px;
}

.mt-about-stats strong,
.mt-about-stats span {
	display: block;
}

.mt-about-stats strong {
	color: var(--mt-primary);
	font-size: 30px;
	line-height: 1;
}

.mt-about-stats span {
	color: var(--mt-muted);
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
	text-transform: uppercase;
}

.mt-service-grid,
.mt-card-grid,
.mt-value-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-service-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.mt-service-card,
.mt-product-card,
.mt-news-card,
.mt-value-grid article,
.mt-contact-panel,
.mt-form-panel,
.mt-detail-content,
.mt-detail-side,
.mt-sidebar {
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(17, 44, 74, 0.06);
	overflow: hidden;
}

.mt-service-card img,
.mt-product-card img,
.mt-news-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.mt-service-card {
	display: flex;
	flex-direction: column;
}

.mt-service-card img {
	aspect-ratio: 4 / 3;
}

.mt-service-card div {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
}

.mt-service-card h3 {
	margin-top: 0;
}

.mt-product-card img {
	background: #f5f7f9;
	object-fit: contain;
	padding: 18px;
}

.mt-product-hero img {
	background: #f5f7f9;
	object-fit: contain;
	padding: 24px;
}

.mt-product-slider {
	overflow: hidden;
	position: relative;
}

.mt-product-slider__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 4px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mt-product-slider__track::-webkit-scrollbar {
	display: none;
}

.mt-product-slide {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.mt-product-slide .mt-product-card {
	display: block;
	height: 100%;
}

.mt-service-card div,
.mt-product-card div,
.mt-news-card div,
.mt-value-grid article {
	padding: 22px;
}

.mt-service-card .material-symbols-outlined,
.mt-value-grid .material-symbols-outlined {
	color: var(--mt-primary);
	font-size: 34px;
}

.mt-service-card h3,
.mt-product-card h2,
.mt-product-card h3,
.mt-news-card h2,
.mt-news-card h3,
.mt-value-grid h3 {
	font-size: 22px;
	line-height: 1.25;
	margin: 10px 0;
}

.mt-service-card h3 {
	font-size: 20px;
}

.mt-product-card span,
.mt-news-card time {
	color: var(--mt-secondary);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.mt-product-card em,
.mt-text-link {
	align-items: center;
	color: var(--mt-primary);
	display: inline-flex;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	gap: 6px;
	text-transform: uppercase;
}

.mt-text-link:visited,
.mt-text-link:active,
.mt-text-link:focus {
	color: var(--mt-primary);
}

.mt-service-slider {
	overflow: hidden;
	position: relative;
}

.mt-service-slider__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 4px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mt-service-slider__track::-webkit-scrollbar {
	display: none;
}

.mt-service-slide {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.mt-service-slide .mt-service-card {
	height: 100%;
}

.mt-cta {
	background: linear-gradient(135deg, var(--mt-primary), var(--mt-primary-dark));
	color: var(--mt-white);
	padding: 72px 0;
}

.mt-cta .mt-kicker,
.mt-cta p {
	color: rgba(255, 255, 255, 0.86);
}

.mt-cta__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
}

.mt-page-hero,
.mt-product-hero,
.mt-article__header {
	background: linear-gradient(180deg, var(--mt-soft), var(--mt-white));
	border-bottom: 1px solid var(--mt-line);
	padding: 76px 0;
}

.mt-product-hero__grid,
.mt-detail-grid,
.mt-contact-grid,
.mt-catalog,
.mt-article__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.mt-product-hero figure {
	margin: 0;
}

.mt-product-hero img,
.mt-article__image {
	aspect-ratio: 16 / 10;
	border: 1px solid var(--mt-line);
	border-radius: 8px;
	box-shadow: var(--mt-shadow);
	display: block;
	object-fit: cover;
	width: 100%;
}

.mt-catalog {
	align-items: start;
	grid-template-columns: 260px minmax(0, 1fr);
}

.mt-sidebar {
	padding: 22px;
	position: sticky;
	top: 108px;
}

.mt-sidebar h2 {
	font-size: 18px;
	margin: 0 0 14px;
}

.mt-sidebar ul,
.mt-footer ul,
.mt-contact-list,
.mt-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mt-sidebar li + li {
	border-top: 1px solid var(--mt-line);
}

.mt-sidebar a {
	color: var(--mt-muted);
	display: block;
	padding: 12px 0;
}

.mt-sidebar a:hover {
	color: var(--mt-primary);
}

.mt-catalog__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	grid-column: 2;
	justify-content: center;
	margin-top: 36px;
}

.mt-pagination .nav-links {
	display: contents;
}

.mt-pagination .page-numbers {
	align-items: center;
	background: var(--mt-white);
	border: 1px solid var(--mt-line);
	border-radius: 6px;
	color: var(--mt-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	min-width: 42px;
	padding: 0 14px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mt-pagination .page-numbers.current,
.mt-pagination .page-numbers:hover {
	background: var(--mt-primary);
	border-color: var(--mt-primary);
	color: var(--mt-white);
}

.mt-pagination .page-numbers.dots {
	background: transparent;
	border-color: transparent;
	min-width: 22px;
	padding: 0;
}

.mt-pagination .page-numbers.dots:hover {
	color: var(--mt-text);
}

.mt-detail-content,
.mt-detail-side,
.mt-contact-panel,
.mt-form-panel {
	padding: 28px;
}

.mt-contact-list li {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	padding: 16px 0;
}

.mt-contact-list li + li {
	border-top: 1px solid var(--mt-line);
}

.mt-contact-list .material-symbols-outlined {
	color: var(--mt-primary);
}

.mt-contact-list strong,
.mt-contact-list small,
.mt-contact-list a {
	display: block;
}

.mt-contact-list p {
	margin: 4px 0 0;
}

.mt-form-panel h2,
.mt-contact-panel h2 {
	margin-top: 0;
}

.mt-form-panel .wpcf7 {
	margin-top: 22px;
}

.mt-cf7-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-form-panel label {
	color: var(--mt-ink);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.mt-form-panel .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.mt-form-panel input,
.mt-form-panel select,
.mt-form-panel textarea {
	background: #f8fbff;
	border: 1px solid var(--mt-line);
	border-radius: 6px;
	color: var(--mt-text);
	font: inherit;
	padding: 12px 14px;
	width: 100%;
}

.mt-form-panel textarea {
	min-height: 150px;
	resize: vertical;
}

.mt-form-panel input:focus,
.mt-form-panel select:focus,
.mt-form-panel textarea:focus {
	background: var(--mt-white);
	border-color: var(--mt-primary);
	box-shadow: 0 0 0 3px rgba(11, 91, 159, 0.12);
	outline: 0;
}

.mt-form-panel input[type="file"] {
	background: var(--mt-white);
	padding: 10px;
}

.mt-form-panel input[type="submit"] {
	background: var(--mt-primary);
	border-color: var(--mt-primary);
	border-radius: 6px;
	color: var(--mt-white);
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	min-height: 48px;
	padding: 0 24px;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: auto;
}

.mt-form-panel input[type="submit"]:hover {
	background: var(--mt-primary-dark);
	border-color: var(--mt-primary-dark);
	transform: translateY(-1px);
}

.mt-cf7-submit {
	margin-top: 20px;
}

.mt-form-panel .wpcf7-not-valid-tip {
	color: var(--mt-secondary);
	font-size: 13px;
	margin-top: 6px;
}

.mt-form-panel .wpcf7-response-output {
	border-radius: 6px;
	margin: 18px 0 0;
	padding: 12px 14px;
}

.mt-article__header {
	padding-bottom: 52px;
}

.mt-meta {
	color: var(--mt-muted);
	display: flex;
	gap: 16px;
}

.mt-entry {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 34px;
}

.mt-recent-list a {
	display: grid;
	gap: 12px;
	grid-template-columns: 72px minmax(0, 1fr);
	padding: 14px 0;
}

.mt-recent-list img {
	aspect-ratio: 1;
	border-radius: 6px;
	object-fit: cover;
	width: 72px;
}

.mt-footer {
	background: #101923;
	color: var(--mt-white);
	padding: 64px 0 28px;
}

.mt-footer__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1.2fr 0.7fr 1fr 1.2fr;
}

.mt-footer h2,
.mt-footer h3 {
	color: var(--mt-white);
	margin: 0 0 16px;
}

.mt-footer p,
.mt-footer li,
.mt-footer a {
	color: rgba(255, 255, 255, 0.76);
}

.mt-footer li {
	margin-bottom: 10px;
}

.mt-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-top: 44px;
	padding-top: 22px;
}

@media (max-width: 1024px) {
	.mt-header__cta {
		display: none;
	}

	.mt-header__inner {
		gap: 16px;
	}

	.mt-brand__logo {
		height: 52px;
		width: 86px;
	}

	.mt-nav > ul > li {
		min-height: 72px;
	}

	.mt-nav ul {
		gap: 18px;
	}

	.mt-hero__inner,
	.mt-404__grid,
	.mt-split,
	.mt-letter,
	.mt-capacity__intro,
	.mt-capacity__scale-inner,
	.mt-about-capacity,
	.mt-product-hero__grid,
	.mt-detail-grid,
	.mt-contact-grid,
	.mt-article__grid {
		grid-template-columns: 1fr;
	}

	.mt-service-grid,
	.mt-card-grid,
	.mt-vm-grid,
	.mt-catalog__grid,
	.mt-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-catalog {
		grid-template-columns: 1fr;
	}

	.mt-pagination {
		grid-column: 1;
	}

	.mt-sidebar {
		position: static;
	}

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

	.mt-about-capacity__media {
		max-width: 680px;
	}

	.mt-product-slide {
		flex-basis: calc((100% - 24px) / 2);
	}

	.mt-service-slide {
		flex-basis: calc((100% - 24px) / 2);
	}

	.mt-404 {
		min-height: auto;
		padding: 76px 0;
	}

	.mt-404__panel {
		max-width: 680px;
	}
}

@media (max-width: 720px) {
	html,
	body.mt-site,
	.mt-site .site {
		width: 100%;
	}

	body.admin-bar .mt-header {
		top: 46px;
	}

	.mt-container {
		padding: 0 16px;
	}

	.mt-header__inner {
		gap: 8px;
		min-height: 72px;
	}

	.mt-brand {
		min-width: 0;
	}

	.mt-brand__logo {
		height: 48px;
		width: 78px;
	}

	.mt-brand__text small {
		display: none;
	}

	.mt-header__lang {
		flex: 0 0 auto;
		margin-left: auto;
		min-height: 34px;
		order: 2;
		overflow: visible;
	}

	.mt-header__lang select,
	.mt-header__lang .gt_selector {
		font-size: 12px;
		min-height: 34px;
		max-width: 118px;
		padding: 5px 8px;
	}

	.mt-header__lang .gtranslate_wrapper {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 5px;
		white-space: nowrap;
	}

	.mt-header__lang .glink {
		font-size: 0;
		gap: 0;
		overflow: visible;
	}

	.mt-header__lang img {
		display: block;
		max-width: 20px;
	}

	.mt-nav {
		flex: 0 0 auto;
		order: 3;
		width: auto;
	}

	.mt-brand {
		order: 1;
	}

	.mt-nav > ul > li {
		min-height: 0;
	}

	.mt-nav__toggle {
		display: inline-flex;
		height: 40px;
		width: 40px;
	}

	.mt-nav .nav-menu {
		background: var(--mt-white);
		border-bottom: 1px solid var(--mt-line);
		box-shadow: 0 18px 30px rgba(17, 44, 74, 0.1);
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		max-height: calc(100vh - 72px);
		overflow-y: auto;
		padding: 8px 18px 18px;
		position: absolute;
		right: 0;
		top: 72px;
	}

	.mt-nav.toggled .nav-menu {
		display: flex;
	}

	.mt-nav li {
		align-items: stretch;
		display: block;
	}

	.mt-nav .nav-menu > li {
		border-top: 1px solid var(--mt-line);
	}

	.mt-nav a {
		display: flex;
		font-size: 13px;
		justify-content: space-between;
		line-height: 1.35;
		padding: 13px 0;
		width: 100%;
	}

	.mt-nav .menu-item-has-children > a::after,
	.mt-nav .page_item_has_children > a::after {
		flex: 0 0 auto;
		margin-left: 10px;
		transition: transform 0.2s ease;
	}

	.mt-nav .submenu-open > a::after {
		margin-top: 2px;
		transform: rotate(225deg);
	}

	.mt-nav .sub-menu,
	.mt-nav .children {
		background: #f7f9fc;
		border: 0;
		border-left: 2px solid var(--mt-primary);
		border-radius: 0 0 6px 6px;
		box-shadow: none;
		display: block;
		left: auto;
		max-height: 0;
		min-width: 0;
		opacity: 1;
		overflow: hidden;
		padding: 0;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: max-height 0.24s ease, margin 0.24s ease, padding 0.24s ease;
		visibility: visible;
		width: 100%;
	}

	.mt-nav .sub-menu::before,
	.mt-nav .children::before {
		display: none;
	}

	.mt-nav li.submenu-open > .sub-menu,
	.mt-nav li.submenu-open > .children {
		max-height: 520px;
		margin: 0 0 8px;
		padding: 6px 0 6px 12px;
		transform: none;
	}

	.mt-nav .sub-menu a,
	.mt-nav .children a {
		color: var(--mt-muted);
		font-size: 12px;
		font-weight: 700;
		padding: 10px 12px;
		text-transform: none;
	}

	.mt-nav .sub-menu .sub-menu,
	.mt-nav .children .children {
		margin-left: 8px;
		transform: none;
	}

	.mt-hero,
	.mt-hero__inner {
		min-height: auto;
	}

	.mt-hero {
		padding: 48px 0;
	}

	.mt-hero__copy,
	.mt-page-hero .mt-container,
	.mt-product-hero .mt-container,
	.mt-article__header .mt-container {
		max-width: 100%;
		min-width: 0;
	}

	.mt-hero__panel {
		display: none;
	}

	.mt-hero h1,
	.mt-page-hero h1,
	.mt-product-hero h1,
	.mt-article__header h1 {
		font-size: clamp(28px, 8.5vw, 36px);
		line-height: 1.14;
		max-width: 100%;
	}

	.mt-hero p,
	.mt-page-hero p,
	.mt-product-hero p {
		font-size: 15px;
		line-height: 1.6;
		max-width: 100%;
	}

	.mt-eyebrow,
	.mt-kicker {
		font-size: 11px;
		line-height: 1.35;
		max-width: 100%;
	}

	.mt-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.mt-actions .mt-btn {
		min-height: 44px;
		white-space: normal;
		width: 100%;
	}

	.mt-404 {
		padding: 56px 0;
	}

	.mt-404__grid {
		gap: 28px;
	}

	.mt-404__code {
		font-size: clamp(74px, 26vw, 112px);
		margin-bottom: 14px;
	}

	.mt-404 h1 {
		font-size: clamp(32px, 10vw, 44px);
	}

	.mt-404__content > p {
		font-size: 16px;
	}

	.mt-404__search {
		grid-template-columns: 24px minmax(0, 1fr);
	}

	.mt-404__search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.mt-404__status {
		padding: 20px;
	}

	.mt-404__links a {
		padding: 14px 12px;
	}

	.mt-section,
	.mt-page-hero,
	.mt-product-hero,
	.mt-article__header {
		padding: 42px 0;
	}

	.mt-capacity__top,
	.mt-capacity__scale {
		padding: 56px 0;
	}

	.mt-service-grid,
	.mt-card-grid,
	.mt-vm-grid,
	.mt-cf7-grid,
	.mt-catalog__grid,
	.mt-value-grid,
	.mt-about-stats,
	.mt-footer__grid {
		grid-template-columns: 1fr;
	}

	.mt-about-capacity__media {
		grid-template-columns: 1fr;
	}

	.mt-about-capacity__media img:last-child {
		margin-top: 0;
	}

	.mt-cta__inner,
	.mt-section__head,
	.mt-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.mt-slider-actions {
		justify-content: flex-start;
	}

	.mt-product-slide {
		flex-basis: 88%;
	}

	.mt-service-slide {
		flex-basis: 88%;
	}

	.mt-letter__content,
	.mt-statement,
	.mt-activity-panel,
	.mt-sidebar,
	.mt-detail-content,
	.mt-detail-side,
	.mt-contact-panel,
	.mt-form-panel {
		padding: 22px;
	}

	.mt-service-card div,
	.mt-product-card div,
	.mt-news-card div,
	.mt-value-grid article {
		padding: 18px;
	}

	.mt-service-card h3,
	.mt-product-card h2,
	.mt-product-card h3,
	.mt-news-card h2,
	.mt-news-card h3,
	.mt-value-grid h3 {
		font-size: 19px;
	}

	.mt-catalog {
		gap: 22px;
	}

	.mt-sidebar {
		border-radius: 6px;
	}

	.mt-sidebar a {
		padding: 10px 0;
	}

	.mt-statement {
		grid-template-columns: 1fr;
	}

	.mt-statement__mark {
		font-size: 22px;
		padding: 12px 0;
		width: 72px;
	}
}

@media (max-width: 380px) {
	.mt-container {
		padding: 0 14px;
	}

	.mt-header__inner {
		min-height: 64px;
	}

	.mt-brand__logo {
		height: 40px;
		width: 64px;
	}

	.mt-header__lang .gtranslate_wrapper {
		gap: 4px;
	}

	.mt-header__lang img {
		max-width: 18px;
	}

	.mt-nav__toggle {
		height: 36px;
		width: 36px;
	}

	.mt-nav .nav-menu {
		max-height: calc(100vh - 64px);
		padding-left: 14px;
		padding-right: 14px;
		top: 64px;
	}

	.mt-hero {
		padding: 40px 0;
	}

	.mt-hero h1,
	.mt-page-hero h1,
	.mt-product-hero h1,
	.mt-article__header h1 {
		font-size: clamp(26px, 8vw, 32px);
		line-height: 1.16;
		margin-bottom: 16px;
	}

	.mt-btn {
		font-size: 13px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.mt-section h2,
	.mt-cta h2 {
		font-size: clamp(26px, 8vw, 32px);
	}
}
