/*!
Theme Name: sktmet
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: sktmet
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.

sktmet 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: monospace, monospace;
	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: monospace, monospace;
	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;
}

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

/* Typography
--------------------------------------------- */
/*body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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;
}*/
/* ============================================
   CONTACT FORM 7 - СТИЛИЗАЦИЯ
   ============================================ */

/* Убираем стандартные обёртки CF7 */
.wpcf7 .screen-reader-text,
.wpcf7-response-output {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Блок ответа формы */
.wpcf7-response-output {
    position: static !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    margin: 15px 0 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    border: none !important;
}

.wpcf7-mail-sent-ok {
    background: rgba(34, 197, 94, 0.1) !important;
    color: #16a34a !important;
    border-left: 3px solid #16a34a !important;
}

.wpcf7-validation-errors {
    background: rgba(239, 68, 68, 0.1) !important;
    color: #dc2626 !important;
    border-left: 3px solid #dc2626 !important;
}

.wpcf7-spam-blocked {
    background: rgba(251, 191, 36, 0.1) !important;
    color: #d97706 !important;
    border-left: 3px solid #d97706 !important;
}

/* Ошибки валидации полей */
.wpcf7-not-valid-tip {
    color: #dc2626 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    display: block !important;
}

.wpcf7 form.invalid .wpcf7-not-valid,
.wpcf7 form.unaccepted .wpcf7-not-valid {
    border-color: #dc2626 !important;
}

/* Спиннер загрузки */
.wpcf7 .ajax-loader {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Кнопка submit */
.wpcf7 form p {
    margin: 0;
}

.wpcf7 .form__submit {
    margin-top: 20px;
}

.wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Чекбокс согласия */
.wpcf7 .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin: 15px 0;
}

.wpcf7 .checkbox__input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.wpcf7 .checkbox span.wpcf7-list-item {
    margin: 0;
}

.wpcf7 .checkbox span.wpcf7-list-item label {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    cursor: pointer;
}

/* Файловое поле */
.wpcf7 .form__file-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7 .form__file-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpcf7 input[type="file"] {
    padding: 10px;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    width: 100%;
    cursor: pointer;
}

.wpcf7 input[type="file"]:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.wpcf7 .form__file-hint {
    font-size: 12px;
    color: #9ca3af;
}


.custom-notification {
    position: fixed;
    top: 30px;
    right: 30px;
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    z-index: 9999;
    transform: translateX(450px);
    transition: transform 0.3s ease;
}

.custom-notification.show {
    transform: translateX(0);
}

.custom-notification--success {
    border-left: 4px solid #16a34a;
}

.custom-notification--error {
    border-left: 4px solid #dc2626;
}

.custom-notification__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.custom-notification__text {
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}

.custom-notification__close {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #9ca3af;
    padding: 0;
}

.custom-notification__close:hover {
    color: #1f2937;
}
input#phone-cb {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--color-text-muted);
    border-radius: 4px;
    font-size: 15px;
    background-color: #fff;
}
ul#menu-menyu-podvala li {
    color: #08c;
    font-size: 14px;
	margin-bottom: 8px;
}
/* Single Post Styles */
.single-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    margin: 40px 0;
}

.single-post {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.single-post__header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.single-post__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
    line-height: 1.3;
	padding: 20px;
}

.single-post__meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #666;
    font-size: 14px;
	padding: 0 20px;
}

.single-post__meta svg {
    margin-right: 5px;
    vertical-align: middle;
}

.single-post__category a {
    color: #0066cc;
    text-decoration: none;
}

.single-post__category a:hover {
    text-decoration: underline;
}

.single-post__thumbnail {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.single-post__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
	padding: 0 20px;
}

.single-post__content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
	padding: 0 20px;
    margin-top: 30px;
}

.single-post__content p {
    margin-bottom: 20px;
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4 {
    margin: 30px 0 15px;
    color: #1a1a1a;
}

.single-post__content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.single-post__content ul,
.single-post__content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.single-post__content li {
    margin-bottom: 10px;
}

.single-post__tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}

.single-post__tags a {
    display: inline-block;
    padding: 5px 12px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    transition: all 0.3s;
}

.single-post__tags a:hover {
    background: #0066cc;
    color: #fff;
}

.single-post__navigation {
    display: flex;
    gap: 20px;
    margin: 40px 20px;
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    justify-content: space-between;
}

.single-post__navigation a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
	max-width: 200px;
}

.single-post__navigation a:hover {
    background: #0066cc;
    color: #fff;
}

.single-post__sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}
/* Archive/Category Styles */
.archive-wrapper {
    margin: 40px 0;
}

.archive-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #0066cc;
}

.archive-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
}

.archive-description {
    font-size: 16px;
    color: #666;
    max-width: 800px;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.post-card__thumbnail {
    display: block;
    overflow: hidden;
    height: 250px;
}

.post-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.post-card:hover .post-card__thumbnail img {
    transform: scale(1.05);
}

.post-card__content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-card__category {
    margin-bottom: 10px;
}

.post-card__category a {
    display: inline-block;
    padding: 4px 12px;
    background: #e3f2fd;
    color: #0066cc;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.post-card__category a:hover {
    background: #0066cc;
    color: #fff;
}

.post-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.post-card__title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.post-card__title a:hover {
    color: #0066cc;
}

.post-card__meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
}

.post-card__meta svg {
    margin-right: 5px;
    vertical-align: middle;
}

.post-card__excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.post-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: gap 0.3s;
}

.post-card__link:hover {
    gap: 12px;
}

/* Pagination */
.archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s;
}

.archive-pagination .page-numbers:hover,
.archive-pagination .page-numbers.current {
    background: #0066cc;
    color: #fff;
}

.archive-pagination .page-numbers.prev,
.archive-pagination .page-numbers.next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* No Posts */
.no-posts {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.no-posts h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.no-posts p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.no-posts .button {
    display: inline-block;
    padding: 12px 30px;
    background: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.no-posts .button:hover {
    background: #0052a3;
}
/* Скрываем стандартное поле загрузки файла CF7, но оставляем его в DOM для JS */
.cf7-hidden-file {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    opacity: 0;
}

/* Убираем стандартные отступы и рамки у обертки файла CF7 */
.wpcf7-form-control-wrap.file-upload {
    display: contents; 
}
.container.container--wide {
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
p.breadcrumbs {
    padding: 20px;
}
a.single-post__nav-link.single-post__nav-link--next {
    justify-content: end;
}
.spollers__body li br {
    display: none;
}
iframe {
    height: 500px;
}
.calculator-iframe {
    display: flex;
    justify-content: center;
}
textarea.wpcf7-form-control.wpcf7-textarea.input {
    height: 100px;
}
footer .wpcf7-response-output {
    color: #dc3232;
}
span.checkbox__text {
    text-transform: initial;
}
.hero__text-paragraph p {
    font-family: Roboto;
    color: #fff;
    max-width: 600px;
    line-height: 120%;
}
.hero__text-paragraph p:not(:last-child) {
    margin-bottom: 10px;
}
.products__content-button {
    display: flex !important;
}
div#showMoreContainer .button.--blue {
    width: 220px;
}

section.modal-products-card {
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Бейджи товара */
.products-card-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.products-card-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border: 2px solid transparent;
}

/* Цвета бейджей */
.products-card-badge {
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: Roboto;
	text-transform: none;
	font-weight: 400;
	width: fit-content;
}
.products-card .products-card__image .products-card-badges {
    flex-direction: row;
}
.products-card-badge.--blue {
        background: #effafe;
    border: 1px solid #0a2540;
    color: #0a2540;
}

.products-card-badge.--orange {
	background: #fff8ef;
    color: #e85d04;
    border: 1px solid #e85d04;
}

.products-card-badge.--purple {
   color: #743da7;
    background: #faf4fa;
    border: 1px solid #743da7;
}

.products-card-badge.--green {
    background: #eafbf0;
    color: #2e8b57;
    border: 1px solid #00a878;
}

.products-card-badge.--red {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

.products-card-badge.--grey {
    background: #95a5a6;
    color: #fff;
    /*border-color: #95a5a6;*/
}

.products-card-badge.--dark-blue {
    background: #0077b6;
    color: #fff;
    /*border-color: #0077b6;*/
}

/* Единица измерения цены */
.products-price {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

.price-unit {
    font-size: 16px;
    font-weight: 400;
    color: #4a5c6e;
    white-space: nowrap;
}

.products-sale {
    font-size: 14px;
    color: #666;
}

.products-sale span:last-child {
    font-weight: 600;
    color: #4a5c6e;
}
.products-card .products-card__image img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 270 / 230;
}
/* ============================================
   ВЫРАВНИВАНИЕ ЦЕНЫ В КАРТОЧКАХ ТОВАРОВ
   ============================================ */

/* Карточка как flex-колонка */
.products-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Основная информация растягивается */
.products-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Характеристики не мешают растяжению */
.products-card-specs {
    flex: 1;
}

/* Блок с ценой прижимается к низу */
.products-card-body-price {
    margin-top: auto;
    padding-top: 15px;
}

/* Кнопки тоже прижимаются к низу */
.products-card-buttons {
    margin-top: auto;
    padding-top: 15px;
}

/* Сетка товаров — одинаковая высота карточек в ряду */
.products__grid.--sort-grid {
    display: grid;
    ./*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
    gap: 20px;
    align-items: stretch;
}

.products__grid.--sort-grid .products-card {
    height: 100%;
}
/* ============================================
   КЛИКАБЕЛЬНЫЕ ЭЛЕМЕНТЫ В КАРТОЧКЕ КАТЕГОРИИ
   ============================================ */

/* Ссылка-обертка для изображения */
.category-card__image-link {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 8px;
}

/* Эффект увеличения картинки при наведении */
.category-card__image-link img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card__image-link:hover img {
    transform: scale(1.05);
}

/* Ссылка-обертка для заголовка */
.category-card__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 15px;
}

/* Сам заголовок внутри ссылки */
.category-card__title-link h3 {
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
	margin-top: 10px;
}

/* Изменение цвета заголовка при наведении */
.category-card__title-link:hover h3 {
    color: #0077b6; /* Замените на ваш основной акцентный цвет */
}

/* Убираем стандартное подчеркивание у ссылки "Подробнее" */
.category-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
/* ============================================
   КЛИКАБЕЛЬНЫЕ ЭЛЕМЕНТЫ В БЛОКЕ "КАТАЛОГ ПРОДУКЦИИ"
   ============================================ */

/* Ссылка-обертка для изображения */
.catalog-card__image-link {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 8px;
}

/* Эффект увеличения картинки при наведении */
.catalog-card__image-link img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
}

.catalog-card__image-link:hover img {
    transform: scale(1.05);
}

/* Ссылка-обертка для заголовка */
.catalog-card__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 10px;
}

/* Сам заголовок внутри ссылки */
.catalog-card__title-link .catalog-card-body__title {
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
	margin-top: 10px;
}

/* Изменение цвета заголовка при наведении */
.catalog-card__title-link:hover .catalog-card-body__title {
    color: #0077b6; /* Замените на ваш основной акцентный цвет */
}

/* Убираем стандартное подчеркивание у ссылок */
.catalog-card__title-link,
.catalog-card__image-link {
    text-decoration: none;
}
.catalog-block .catalog-card-image img {
	aspect-ratio: 200 / 120;}


/* Скрываем кнопку сброса по умолчанию */
.products__sidebar-button {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

/* Показываем кнопку, когда добавлен класс --active */
.products__sidebar-button.--active {
    display: block; /* или flex, если у вас так настроено */
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Спиннер при загрузке товаров */
.products-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    color: #0077b6;
}

/* Анимация вращения для iconify */
.products-spinner iconify-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/* ========== ABOUT PAGE ========== */
.about-page {
    padding-top: 0;
}

/* Hero About */
.hero.--about {
    min-height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero.--about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.7);
}

.hero.--about .hero-wrapper {
    position: relative;
    z-index: 1;
}

.hero.--about .hero__title {
    color: white;
    font-size: 48px;
    margin-bottom: 20px;
}

.hero.--about .hero__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    max-width: 800px;
}

.hero.--about .hero__image {
    margin-top: 40px;
    text-align: center;
}

.hero.--about .hero__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Intro */
.about-intro {
    padding-top: 80px;
}

.about-intro-block {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.about-intro__text {
    flex: 1;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.about-intro__image {
    flex: 1;
}

.about-intro__image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Pains */
.about-pains {
    padding: 80px 0;
}

.about-pains-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.about-pains-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.about-pains-card:hover {
    transform: translateY(-10px);
}

.about-pains-card__icon {
    margin-bottom: 20px;
    text-align: center;
}

.about-pains-card__icon img {
    max-width: 60px;
    height: auto;
}

.about-pains-card__title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a56db;
}

.about-pains-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Difference */
.about-difference {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-difference-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.about-difference-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-difference-card__icon {
    margin-bottom: 20px;
    text-align: center;
}

.about-difference-card__icon img {
    max-width: 60px;
    height: auto;
}

.about-difference-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Team */
.about-team {
    padding: 80px 0;
}

.about-team-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.about-team-info {
    flex: 1;
}

.about-team__text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.about-team-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-team-stat {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-team-stat__icon img {
    max-width: 40px;
    height: auto;
}

.about-team-stat__info strong {
    display: block;
    font-size: 24px;
    color: #1a56db;
    margin-bottom: 5px;
}

.about-team-stat__info span {
    font-size: 16px;
    color: #666;
}

.about-team__image {
    flex: 1;
}

.about-team__image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Production */
.about-production {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-production-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.about-production-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-production-card__title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a56db;
}

.about-production-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.about-projects-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.about-projects-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-projects-card__image {
    height: 250px;
    overflow: hidden;
}

.about-projects-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-projects-card:hover .about-projects-card__image img {
    transform: scale(1.1);
}

.about-projects-card-body {
    padding: 30px;
}

.about-projects-card__title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a56db;
}

.about-projects-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.about-projects-card__details {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.about-projects-detail {
    display: flex;
    margin-bottom: 10px;
}

.about-projects-detail__label {
    font-weight: bold;
    color: #1a56db;
    min-width: 150px;
}

.about-projects-detail__value {
    color: #555;
}

/* Why */
.about-why {
    padding-top: 80px;
}

.about-why-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.about-why-card {
    padding: 30px;
}

.about-why-card__icon {
    margin-bottom: 20px;
    text-align: center;
}

.about-why-card__icon img {
    max-width: 60px;
    height: auto;
}

.about-why-card__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* FAQ */
.about-faq {
    padding: 80px 0;
}

.about-faq-wrapper {
    max-width: 800px;
    margin: 40px auto 0;
}

/* CTA */
.about-cta {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.85);
}

.about-cta-wrapper {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-cta .--section-title {
    color: white;
    margin-bottom: 30px;
}

.about-cta__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.about-page .hero.--light-hero .hero__title.--with-background {
    max-width: 550px;
    padding: 20px 10px;
    background: var(--main-color);
    border-radius: 10px;
    color: #FFF;
    margin: 50px 0;
}
.about-page .hero__buttons {
    justify-content: center;
    margin-top: 150px;
}
.about-intro__text.hero__text {
        max-width: max-content;
        background-color: #edf3fd;
        padding: 20px;
	    color: #4a5c6e;
        font-size: 16px;
       line-height: 120%;
    }
/* ========== ABOUT FEATURES (Боли, Отличия, Целевая аудитория, Риски) ========== */
.about-features {
    padding-top: 80px;
}

.about-features__container {
    margin: 0 auto;
    padding: 0 20px;
}

.about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.about-features__column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-features-block {
    background: white;
}

.about-features-block__title {
    font-size: 26px;
    color: #0a2540;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0088cc;
	font-family: var(--font-main);
    font-weight: 600;
    line-height: 120%;
}

.about-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-features-list__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding-left: 0;
}

.about-features-list__item:last-child {
    margin-bottom: 0;
}

.about-features-list__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.about-features-list__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-features-list__icon-placeholder {
    width: 24px;
    height: 24px;
    background: #0077b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    line-height: 1;
}

.about-features-list__content {
    flex: 1;
    min-width: 0;
}

.about-features-list__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.about-features-list__text {
    line-height: 1.6;
    color: #4a5c6e;
    font-size: 16px !important;
}

.about-features-list__text p {
    margin: 0 0 10px;
}

.about-features-list__text p:last-child {
    margin-bottom: 0;
}

.about-features-list__text ul,
.about-features-list__text ol {
    margin: 8px 0 0 20px;
    padding: 0;
}

.about-features-list__text li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 130%;
	list-style: disc;
	font-family: var(--font-main);
}

.about-features-list__text li:last-child {
    margin-bottom: 0;
}
/* ========== PAGE TEMPLATE ========== */


.page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	margin-top: 50px;
}

.page__wrapper {
    display: flex;
    gap: 40px;
}

.page__content-area {
    flex: 1;
    min-width: 0;
}

.page__header {
    margin-bottom: 30px;
}

.page__title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page__excerpt {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #0077b6;
    border-radius: 4px;
}

.page__thumbnail {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.page__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.page__content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.page__content p {
    margin-bottom: 20px;
}

.page__content h2,
.page__content h3,
.page__content h4 {
    margin: 30px 0 15px;
    color: #1a1a1a;
}

.page__content h2 {
    font-size: 28px;
}

.page__content h3 {
    font-size: 22px;
}

.page__content ul,
.page__content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.page__content li {
    margin-bottom: 10px;
}

.page__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.page__content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background: #f8f9fa;
    border-left: 4px solid #0077b6;
    font-style: italic;
    color: #555;
}

.page__content a {
    color: #0077b6;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page__content a:hover {
    color: #005a8c;
}

.page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.page__content th,
.page__content td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.page__content th {
    background: #f8f9fa;
    font-weight: 600;
}

.page__footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-links {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.page-links a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    background: #0077b6;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.page-links a:hover {
    background: #005a8c;
}

.edit-link {
    display: inline-block;
    padding: 8px 16px;
    background: #f0f0f0;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.edit-link:hover {
    background: #e0e0e0;
}
.catalog-advantages-card__image img {
    width: auto;
    height: 100px;
}
.industries-page .catalog-advantages-card__info h3 {
    text-transform: initial;
}

/*Отрасли- Блок с отзывами*/
/* Industries & Solutions Section */
.industries-solutions {
    padding: 80px 0;
    background: #f8f9fa;
}

.industries-solutions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.industries-solutions__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.industries-solutions__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Industry Project Card */
.industry-project {
    position: relative;
    border-radius: 16px;
    padding: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 50%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-project.--left {
    align-self: flex-start;
}

.industry-project.--right {
    align-self: flex-end;
}

.industry-project.--dark {
    background-color: rgba(10, 40, 80, 0.95);
    color: #ffffff;
}

.industry-project.--light {
    background-color: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
}

.industry-project__content {
    position: relative;
    z-index: 2;
}

.industry-project__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 119, 182, 0.3);
}

.industry-project__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #0077b6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #0077b6;
    flex-shrink: 0;
}

.industry-project.--dark .industry-project__number {
    border-color: #4da8da;
    color: #4da8da;
}

.industry-project__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.industry-project__tonnage {
    margin-bottom: 20px;
}

.industry-project__tonnage strong {
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.industry-project__tonnage p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.industry-project__info,
.industry-project__result {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.industry-project.--light .industry-project__info,
.industry-project.--light .industry-project__result {
    background: rgba(0, 119, 182, 0.05);
}

.industry-project__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.industry-project__info p,
.industry-project__result p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.industry-project__info strong,
.industry-project__result strong {
    font-weight: 600;
    color: #0077b6;
}

.industry-project.--dark .industry-project__info strong,
.industry-project.--dark .industry-project__result strong {
    color: #4da8da;
}

.industry-project__decor {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.3;
    pointer-events: none;
}

.industry-project__decor img {
    width: 60px;
    height: 60px;
}

/* Industry Quote */
.industry-quote {
    max-width: 50%;
    padding: 20px 0;
}

.industry-quote.--left {
    align-self: flex-start;
    text-align: right;
}

.industry-quote.--right {
    align-self: flex-end;
    text-align: left;
}

.industry-quote__content {
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.industry-quote.--left .industry-quote__content {
    margin-left: auto;
}

.industry-quote__icon {
    margin-bottom: 15px;
    opacity: 0.6;
}

.industry-quote.--left .industry-quote__icon {
    transform: scaleX(-1);
}

.industry-quote__text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 0 15px;
    font-style: italic;
}

.industry-quote__author {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 14px;
}

.industry-quote__author strong {
    color: #0077b6;
    font-weight: 600;
}

.industry-quote__author span {
    color: #718096;
    font-size: 13px;
}

/* ============================================
   СТРАНИЦА "ОПЛАТА" (screen-payment)
   ============================================ */

.screen-payment {
    padding: 0;
    color: #334155;
    line-height: 1.6;
	padding-top:60px;
}

/*.screen-payment .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

/* --- Общие элементы --- */
.img-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.payment-section {
    margin-bottom: 60px;
}

.payment-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
	color: #0a2540;
    font-family: var(--font-main);
    line-height: 120%;
}

.payment-section-sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
	line-height: 120%;
	 font-family: var(--font-main);
}

.payment-section-sub-title-2 {
    font-size: 24px;
    font-weight: 700;
    color: #0a2540;
    margin: 40px 0 20px;
	line-height: 120%;
	 font-family: var(--font-main);
}

.payment-text {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.7;
}

.payment-text.ps-vd {
    font-size: 17px;
    color: #334155;
    margin-bottom: 30px;
}

.payment-text.category {
    padding: 15px 20px;
    background: #f9fdff;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    margin: 20px 0;
}

.payment-list ul,
.express-list ul {
    margin: 20px 0;
}

.payment-list li,
.express-list li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-grey);
	    font-family: "Roboto";
}

/* --- Заголовок и Введение --- */
.payment-header {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e8f0;
}

.payment-main-title {
    font-size: 36px;
    color: #0a2540;
    margin-bottom: 25px;
    font-family: var(--font-main);
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.payment-intro {
    font-size: 17px;
    color: #334155;
    line-height: 120%;
    margin-bottom: 20px;
}

.payment-intro:last-child {
    margin-bottom: 0;
}

/* --- Блоки с изображениями --- */
.payment-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin: 30px 0;
}

.payment-block-text {
    order: 1;
}

.payment-block-image-item {
    order: 2;
}

.payment-block-image-item img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.payment-block-image-item.item-3,
.payment-block-image-item.item-4,
.payment-block-image-item.item-5,
.payment-block-image-item.item-6 {
    order: 2;
}

/* --- Таблица реквизитов --- */
.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.payment-table th,
.payment-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.payment-table th {
    background-color: #f0f0f0;
    font-weight: 700;
    color: #0a2540;
}

.payment-table tr:last-child td {
    border-bottom: none;
}

.payment-table tr:hover {
    background: #f8fafc;
}

.payment-btn-block {
    margin-top: 25px;
}

/* --- Сетка (Grid) --- */
.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0;
}

.payment-category {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.payment-category:hover {
    border-color: #0077b6;
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.1);
}

.payment-category-title {
    font-size: 18px;
    font-weight: 700;
     color: #0a2540;
    margin-bottom: 15px;
}

.payment-category .payment-list ul {
    margin: 15px 0;
}

/* --- Финальный блок --- */
.payment-final {
      padding: 15px 20px;
    background: #f9fdff;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    margin: 20px 0;
}

.payment-final .payment-text {
    color: #475569;
    font-size: 17px;
    margin-bottom: 15px;
}

.payment-final .payment-text:last-child {
    margin-bottom: 0;
}

/* ============================================
   АДАПТИВНОСТЬ (Mobile)
   ============================================ */
@media (max-width: 992px) {
    .payment-block {
        grid-template-columns: 1fr;
    }
    
    .payment-block-image-item {
        order: -1; /* Картинка сверху на планшетах */
        margin-bottom: 20px;
    }
    
    .payment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .screen-payment {
        padding: 40px 0;
    }
    
    .payment-main-title {
        font-size: 28px;
    }
    
    .payment-section-title {
        font-size: 24px;
    }
    
    .payment-section-sub-title {
        font-size: 20px;
    }
    
    .payment-table {
        font-size: 14px;
    }
    
    .payment-table th,
    .payment-table td {
        padding: 10px 12px;
    }
    
    .payment-final {
        padding: 25px 20px;
    }
}

/* ============================================
   СТРАНИЦА "ДОСТАВКА" (screen-delivery)
   ============================================ */

.screen-delivery {
    padding: 60px 0;
    color: #334155;
    line-height: 1.6;
	padding-bottom: 0;
}

/*.screen-delivery .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

/* --- Общие элементы --- */
.img-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.delivery-section {
    margin-bottom: 60px;
}

.delivery-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0a2540;
    font-family: var(--font-main);
    line-height: 120%;
}

.delivery-text {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    max-width: 900px;
}

/* --- Заголовок и Введение --- */
.delivery-header {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e8f0;
}

.delivery-main-title {
   font-size: 36px;
    color: #0a2540;
    font-family: var(--font-main);
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.delivery-intro {
    font-size: 18px;
    color: #334155;
    line-height: 1.7;
    max-width: 900px;
}

/* --- Сценарии упаковки --- */
.scenario-block {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #0077b6;
}

.scenario-title {
   font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
.scenario-list li:before {
    content: "✓";
    left: 0;
    color: #007bff;
    font-weight: bold;
	margin-right: 10px;
}
ul.scenario-list li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 135%;
    color: var(--text-grey);
    font-family: "Roboto";
}
.scenario-description {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
}

.scenario-list ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.scenario-list li {
    margin-bottom: 10px;
    color: #334155;
}

.scenario-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.scenario-image-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.scenario-image-item img:hover {
    transform: translateY(-3px);
}

/* --- Крупные заказы --- */
.coordinator-title {
	font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
h3.zones-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
.large-order-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    align-items: start;
}

.large-order-image img,
.coordinator-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* --- География и зоны --- */
.delivery-map-block {
    margin-top: 30px;
	display: flex;
    gap: 50px;
}

.zones-grid {
    display: grid;
    gap: 25px;
    margin-bottom: 40px;
}

.zone-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.zone-card:hover {
    border-color: #0077b6;
    box-shadow: 0 10px 30px rgba(0, 119, 182, 0.1);
}

.zone-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.zone-title {
    font-size: 18px;
    font-weight: 700;
    color: #0077b6;
    margin: 0;
}

.zone-content p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #475569;
}

.zone-content p:last-child {
    margin-bottom: 0;
}

.delivery-map {
    text-align: center;
}

.delivery-map img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* --- Приоритетная доставка --- */
.express-delivery-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.express-item {
    background: #eff6ff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
}

.express-title {
    font-size: 18px;
    font-weight: 700;
    color: #0077b6;
    margin-bottom: 15px;
}
h3.pricing-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
.express-list {
    padding-left: 20px;
    margin: 0;
}

/*.express-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #334155;
}*/

/* --- Таймер --- */
.countdown-block {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-top: 30px;
}

.countdown-label {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.countdown-timer {
    font-size: 48px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 2px;
    color: #38bdf8;
}

/* --- Ценообразование --- */
.pricing-block {
    margin-top: 30px;
    display: flex;
    gap: 50px;
}

.pricing-banner {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
	width: 30%;
}

.pricing-banner img {
    width: 100%;
    border-radius: 12px;
}

.pricing-cards {
    display: grid;
    gap: 25px;
	width: 70%;
}

.pricing-card {
   background: #eff6ff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
    text-align: left;
}

.pricing-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 15px;
}
h3.optional-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
.pricing-card p {
    color: #15803d;
    font-size: 15px;
    line-height: 1.6;
}

/* --- Непредвиденные расходы --- */
.optional-note {
    font-size: 15px;
    color: #64748b;
    font-style: italic;
    margin-bottom: 25px;
}

.optional-service-block {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 30px;
    align-items: start;
}

.optional-service-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.optional-service-item:hover {
        border-color: #0077b6;
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.1);
}
.carrier-category:hover {
    border-color: #0077b6;
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.1);
}
.optional-service-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a2540;
    line-height: 120%;
    font-family: var(--font-main);
}

.optional-service-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.optional-service-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* --- Перевозчики --- */
.protocol-block {
    background: #f8fafc;
    padding: 25px;
    margin: 25px 0;
    border-radius: 12px;
    border-left: 4px solid #0077b6;
}
h3.carriers-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 15px;
    line-height: 120%;
    font-family: var(--font-main);
}
.protocol-title {
      font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a2540;
    line-height: 120%;
    font-family: var(--font-main);
}

.carriers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.carrier-category {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.carrier-category-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a2540;
    line-height: 120%;
    font-family: var(--font-main);
}

.carrier-category-text p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #475569;
}

/* --- Контроль и приемка --- */
.tracking-block,
.acceptance-block,
.requirements-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.tracking-title,
.acceptance-title,
.requirements-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a2540;
    line-height: 120%;
    font-family: var(--font-main);
}

.tracking-intro,
.acceptance-intro,
.requirements-intro {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
}

.tracking-list ul {
    padding-left: 20px;
}

.tracking-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #334155;
}

.steps-title {
    font-size: 16px;
    font-weight: 700;
    color: #0077b6;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0077b6;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 15px;
    color: #475569;
    margin: 0;
}

.requirements-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a2540;
    line-height: 120%;
    font-family: var(--font-main);
}

.requirements-list ul {
    padding-left: 20px;
}

.requirements-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #334155;
}

/* --- Контакты и форма --- */


.delivery-contact-section .delivery-section-title,
.delivery-contact-section .delivery-text,
.delivery-contact-section .philosophy-title,
.delivery-contact-section .contact-for-title,
.delivery-contact-section .advantage-title {
    color: #0a2540;;
}

.delivery-contact-section .delivery-text,
.delivery-contact-section .philosophy-text,
.delivery-contact-section .contact-for-list,
.delivery-contact-section .advantage-text,
.delivery-contact-section .advantage-block {
    color: #4A5C6E;
}

.contact-philosophy,
.contact-for {
    margin-bottom: 30px;
	background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #0077b6;
}

.philosophy-title,
.contact-for-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-for-list ul {
    padding-left: 20px;
}

.contact-for-list li {
    margin-bottom: 8px;
}

.advantage-grid {
    display: grid;
    gap: 40px;
    margin-top: 40px;
    align-items: start;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.advantage-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.advantage-block {
    padding: 25px;
    padding-left: 0;
}
.advantage-block p {
    margin-bottom: 10px;
}

.advantage-block p:last-child {
    margin-bottom: 0;
}

/* Форма */
.delivery-contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    color: #0f172a;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.contact-form-wrapper {
    text-align: center;
}

.contact-form-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #0f172a;
}

.contact-form-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 5px;
}

.contact-form-subtitle:last-of-type {
    color: #64748b;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.delivery-form {
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #0077b6;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #0077b6;
}

.checkbox-group a {
    color: #0077b6;
    text-decoration: underline;
}

.btn-submit-delivery {
    width: 100%;
    padding: 16px;
    background: #0077b6;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit-delivery:hover {
    background: #005f8a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.3);
}
.payment-text.ps-vd p {
    margin-bottom: 30px;
    padding: 25px;
    background: #f9fdff;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    color: #4a5c6e;
}
ul.payment-list li:before {
    content: "✓";
    left: 0;
    color: #007bff;
    font-weight: bold;
	margin-right: 10px;
}
.payment-section {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    color: #4a5c6e;
}
.payment-block-text.category {
    padding: 25px;
    background: #f9fdff;
    border-radius: 8px;
    color: #4a5c6e;
    border-left: 4px solid #007bff;
	margin-top: 0;
}

.services-page .catalog-advantages-card__info h3 {
    text-transform: initial;
}

.screen-payment p {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 135%;
    color: var(--text-grey);
}
/* Положение изображения в блоках оплаты */
.payment-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.payment-block.--image-left {
    flex-direction: row;
}

.payment-block.--image-right {
    flex-direction: row-reverse;
}

.payment-block-text {
    flex: 1;
    min-width: 0;
}

.payment-block-image-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.payment-block-image-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.screen-delivery p {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 135%;
    color: var(--text-grey);
}
/* БЛОК РЕАЛИЗОВАННЫХ ПРОЕКТОВ (Услуги) */
.services-projects {
    padding-top: 50px;
}
/*.services-projects__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/
.services-projects__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 40px;
}
.services-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.services-project-card {
    background: #fff;
    border: 1px solid #0088cc;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    transition: box-shadow 0.3s ease;
}
.services-project-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.services-project-card__image {
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
}
.services-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.services-project-card__content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-project-card__title {
    font-weight: 600;
    color: #0088cc;
    margin: 0 0 12px 0;
    line-height: 1.3;
	  font-family: "Roboto";
    font-size: 16px;
}
.services-project-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.services-project-card__row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
}
.services-project-card__label {
    font-family: "Roboto";
    font-size: 16px;
    color: #0a2540;
	font-weight:500;
}
.services-project-card__value {
    font-family: "Roboto";
    font-size: 16px;
    color: #0a2540;
}
.industries-page .hero__text p {
    margin-bottom: 5px;
}
.industries-page .hero__text {
   margin: 50px 0 !important;
	margin-bottom: 150px !important;
}
.industries-page .hero__buttons {
    justify-content: center;
}


/* ============================================
   ОТРАСЛИ И РЕШЕНИЯ — ЧЕРЕДОВАНИЕ (FLEXBOX)
   ============================================ */
.industries-page .industry-wrapper-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

/* Строка: карточка + отзыв */
.industries-page .industry-row {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* Нечетные строки: карточка слева, отзыв справа */
.industries-page .industry-row.--normal {
    flex-direction: row;
}

/* Четные строки: отзыв слева, карточка справа */
.industries-page .industry-row.--reversed {
    flex-direction: row-reverse;
}

/* Карточка проекта */
.industries-page .industry-card {
    flex: 1;
    padding: 30px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


/*.industries-page .industry-card__title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}


.industries-page .industry-card__title > span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.industries-page .industry-card__subtitle {
    margin-bottom: 25px;
}

.industries-page .industry-card__subtitle strong {
    font-size: 36px;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.industries-page .industry-card__subtitle p {
    font-size: 15px;
    opacity: 0.9;
    margin: 0;
    font-weight: 500;
}*/

.industries-page .industry-card__object,
.industries-page .industry-card__result {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.industries-page .industry-card__object p,
.industries-page .industry-card__result p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
}

/* Отзыв клиента */
.industries-page .industry-quote {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    min-height: 380px;
    border: 1px solid #f0f0f0;
}

.industries-page .industry-quote__content {
    width: 100%;
}

.industries-page .industry-quote__icon {
    margin-bottom: 20px;
    opacity: 0.7;
}

.industries-page .industry-quote__text {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 25px;
    font-style: italic;
}

.industries-page .industry-quote__author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.industries-page .industry-quote__author strong {
    color: #0a2540;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.industries-page .industry-quote__author span {
    color: #718096;
    font-size: 14px;
}
/* Ответ компании в отзыве */
.industry-quote__reply {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    color: #2d3748;
    font-style: normal;
    position: relative;
	font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
}
.industries-page .industry-quote.--left {
    align-self: flex-start;
    text-align: left;
	height: stretch;
}
.industries-page .industry-quote.--left .industry-quote__icon {
    transform: scale(1);
}
.industries-page .industry-quote__content {
    box-shadow: none;
}
.industries-page .industry-quote {
   align-items: flex-start;
}

/* Адаптивность */
@media (max-width: 992px) {
.industries-page .industry-row,
    .industries-page .industry-row.--normal,
    .industries-page .industry-row.--reversed {
        flex-direction: column;
    }
    
   .industries-page .industry-card,
   .industries-page .industry-quote {
        min-height: auto;
    }
}
/* ============================================
   АДАПТИВНОСТЬ (Mobile)
   ============================================ */
/* Адаптивность */
@media (max-width: 768px) {
    .payment-block,
    .payment-block.--image-left,
    .payment-block.--image-right {
        flex-direction: column;
    }
    
    .payment-block-image-item {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .large-order-block,
    .optional-service-block,
    .advantage-grid {
        grid-template-columns: 1fr;
    }
    
    .optional-service-image {
        order: -1; /* Картинка сверху на планшетах */
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .screen-delivery {
        padding: 0;
    }
    
    .delivery-main-title {
        font-size: 28px;
    }
    
    .delivery-section-title {
        font-size: 24px;
    }
    
    .express-delivery-block,
    .carriers-grid,
    .zones-grid,
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .scenario-images {
        grid-template-columns: 1fr;
    }
    
    .countdown-timer {
        font-size: 36px;
    }
    
    .step-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .delivery-contact-section {
        padding: 0;
    }
}



/* Responsive */
@media (max-width: 992px) {
    .industry-project,
    .industry-quote {
        max-width: 100%;
    }
    
    .industry-project.--left,
    .industry-project.--right,
    .industry-quote.--left,
    .industry-quote.--right {
        align-self: stretch;
    }
    
    .industry-quote.--left {
        text-align: left;
    }
    
    .industry-quote.--left .industry-quote__content {
        margin-left: 0;
    }
    
    .industry-quote.--left .industry-quote__icon {
        transform: none;
    }
}

@media (max-width: 768px) {
    .industry-project {
        padding: 20px;
        min-height: auto;
    }
    
    .industry-project__tonnage strong {
        font-size: 24px;
    }
    
    .industry-project__decor {
        display: none;
    }
}



/* Адаптивность */
@media (max-width: 768px) {
    .page {
        padding: 40px 0;
    }
    
    .page__title {
        font-size: 28px;
    }
    
    .page__wrapper {
        flex-direction: column;
    }
    
    .page__content h2 {
        font-size: 24px;
    }
    
    .page__content h3 {
        font-size: 20px;
    }
}
/* Адаптивность */
@media (max-width: 992px) {
    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-features__column {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-features {
        padding: 60px 0;
		padding-bottom: 0;
    }
    
    .about-features-block__title {
        font-size: 20px;
		
    }
    
    .about-features-list__item {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .about-features-list__icon {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    
    .about-features-list__title {
        font-size: 15px;
    }
    
    .about-features-list__text {
        font-size: 14px;
    }
}
/* Адаптивность для мобильных */
@media (max-width: 768px) {
	.pricing-block {
    flex-direction: column;
		gap:10px;
}
	.pricing-banner {
    width: 100%;
}
	.pricing-cards {
    width: 100%;
}
	.delivery-map-block {
    flex-direction: column;
}
	.hero.--about .hero__title {
        font-size: 32px;
    }
    
    .about-intro-block,
    .about-team-wrapper {
        flex-direction: column;
    }
    
    .about-pains-block,
    .about-difference-block,
    .about-production-block,
    .about-projects-block,
    .about-why-block {
        grid-template-columns: 1fr;
    }
    
    .about-projects-card__image {
        height: 200px;
    }
	
    .catalog-card__image-link {
        border-radius: 6px;
    }
    
    .catalog-card__image-link:hover img {
        transform: scale(1.02); /* Меньший зум на мобильных */
    }
	 .wpcf7 input[type="submit"] {
        padding: 14px 20px;
        font-size: 14px;
    }
}
/* Адаптивность */
@media (max-width: 968px) {
    .single-post-wrapper {
        grid-template-columns: 1fr;
    }
    
    .single-post__sidebar {
        position: static;
    }
    
    .single-post {
        padding: 20px;
    }
    
    .single-post__title {
        font-size: 24px;
    }
    
    .single-post__navigation {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 992px) {
    .services-projects__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .services-projects__grid { grid-template-columns: 1fr; }
    .services-project-card { flex-direction: column; }
    .services-project-card__image { flex: none; max-width: 100%; height: 200px; }
    .services-projects__title { font-size: 24px; }
}







/* Отзыв клиента */
.industry-quote {
    flex: 1;
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    min-height: 380px;
    border: 1px solid #f0f0f0;
}

.industry-quote.--left {
    /* Для четных строк (отзыв слева) */
}

.industry-quote.--right {
    /* Для нечетных строк (отзыв справа) */
}

.industry-quote__content {
    width: 100%;
    position: relative;
}

/* Обертка кавычек */
.industry-quote__icon-wrap {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 0;
}

/* Иконка кавычек */
.industry-quote__icon {
    width: 48px;
    height: 48px;
    color: #0077b6;
}

/* Текст отзыва */
.industry-quote__text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 20px;
    font-style: italic;
    overflow: hidden; /* Чтобы текст обтекал кавычки */
}

/* Автор отзыва */
.industry-quote__author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 20px;
    clear: both; /* Чтобы автор был под текстом и кавычками */
}

.industry-quote__author strong {
    color: #0077b6;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
}

.industry-quote__author span {
    color: #718096;
    font-size: 13px;
}

/* Ответ компании */
.industry-quote__reply {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 1.6;
    color: #2d3748;
    font-style: normal;
    position: relative;
}

/* Адаптивность для мобильных */
@media (max-width: 640px) {
    .industry-quote__icon-wrap {
        float: none;
        margin: 0 0 15px 0;
        text-align: center;
    }
    
    .industry-quote__text {
        clear: both;
    }
}

/* ============================================
   СЕКЦИЯ: ПРИМЕРЫ РЕАЛИЗОВАННЫХ ПРОЕКТОВ
   ============================================ */

.about-projects {
    padding-top: 80px;
    background: #fff;
}

.about-projects__container {
    margin: 0 auto;
    padding: 0 20px;
}

.about-projects__subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #0a2540;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: var(--font-main);
    line-height: 120%;
}

/* Двухколоночная сетка проектов */
.about-projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    margin-bottom: 40px;
}

/* Карточка проекта */
.about-project-card {
    padding: 0;
}

.about-project-card__name {
    font-size: 18px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 20px;
    font-family: var(--font-main);
	padding-bottom: 20px;
    border-bottom: 2px solid #0088cc;
}
.about-production-subsection__content ul li {
    list-style: disc;
    margin-bottom: 0;
}
.about-production-subsection__content ul {
    padding: 10px 0;
    padding-left: 20px;
	margin-left: 15px !important;
}
.about-project-card__description {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5c6e;
    margin-bottom: 15px;
}

.about-project-card__description strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Детали проекта (Срок, Тип объекта и т.д.) */
.about-project-card__details {
    margin-top: 15px;
}

.about-project-detail {
    display: flex;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5c6e;
    margin-bottom: 8px;
	font-family: var(--font-main);
}

.about-project-detail__label {
    font-weight: 600;
    color: #4a5c6e;
    white-space: nowrap;
}

.about-project-detail__label::after {
    content: '—';
    margin-left: 8px;
    color: #4a5c6e;
}

.about-project-detail__value {
    color: #4a5c6e;
	font-family: var(--font-main);
}

/* Блок NDA */
.about-projects__nda {
    background: #f5f7fa;
    border-left: 4px solid #0077b6;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5c6e;
    margin-top: 40px;
	font-family: var(--font-main);
}

/* Адаптивность */
@media (max-width: 992px) {
    .about-projects-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-projects {
        padding: 60px 0;
		padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .about-projects__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .about-project-card__name {
        font-size: 16px;
    }
    
    .about-project-card__description,
    .about-project-detail {
        font-size: 14px;
    }
    
    .about-projects__nda {
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-projects__subtitle {
        font-size: 18px;
    }
    
    .about-project-detail {
        flex-direction: column;
        gap: 4px;
    }
    
    .about-project-detail__label::after {
        display: none;
    }
}
.about-why-content .footer-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 28px;
    background: #0077b6;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
    max-width: 100%;
    text-align: left;
    line-height: 1.3;
}

.about-why-content .footer-cta__btn:hover {
    background: #005a8c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.about-why-content .footer-cta__btn .btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-why-content .footer-cta__btn .btn__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .about-why-content .footer-cta__btn {
        padding: 14px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/* ============================================
   СЕКЦИЯ: ПОЧЕМУ МЫ (исправленная версия)
   ============================================ */

.about-why {
    padding-top: 80px;
    background: #fff;
}

.about-why__container {
    margin: 0 auto;
    padding: 0 20px;
}

.about-why__title { 
    margin-bottom: 40px;
}

/* Двухколоночный layout */
.about-why-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Левая колонка */
.about-why-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Список преимуществ */
.about-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-why-list__item {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.about-why-list__item::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1.4;
}

.about-why-list__item strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Кнопка */
.about-why-content .footer-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 28px;
    background: #0077b6;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    text-align: left;
    line-height: 1.3;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
}

.about-why-content .footer-cta__btn:hover {
    background: #005a8c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.about-why-content .footer-cta__btn .btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-why-content .footer-cta__btn .btn__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Правая колонка: изображения */
.about-why-images {
    width: 100%;
}

.about-why-image-grid {
    display: flex;
    gap: 15px;
    width: 70%;
    height: 100%;
}

.about-why-image-grid__main {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}
.why_btn {
	margin-top: 50px;
}
/* Адаптивность */
@media (max-width: 992px) {
    .about-why-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-why__title {
        font-size: 28px;
    }
    
    .about-why-image-grid {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-why {
        padding: 60px 0;
    }
    
    .about-why__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .about-why-list__item {
        font-size: 14px;
    }
    
    .about-why-content .footer-cta__btn {
        padding: 14px 20px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .about-why-image-grid {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .about-why__title {
        font-size: 20px;
    }
    
    .about-why-image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }
}
/* ============================================
   СЕКЦИЯ: ЧТО ПРОИЗВОДИМ И КАК РАБОТАЕМ
   ============================================ */

.about-production-block {
    padding-top: 80px;
}

.about-production-block__container {
    margin: 0 auto;
    padding: 0 20px;
}

.about-production-block__title {
      color: #0a2540;
    margin-bottom: 50px;
	font-family: var(--font-main);
    font-weight: 700;
    line-height: 120%;
    font-size: 36px;
}

/* Подсекция */
.about-production-subsection {
    margin-bottom: 60px;
}

.about-production-subsection:last-child {
    margin-bottom: 0;
}

.about-production-subsection__title {
   font-size: 26px;
    color: #0a2540;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0088cc;
    font-family: var(--font-main);
    font-weight: 600;
    line-height: 120%;
}

/* Обёртка с изображением и текстом */
.about-production-subsection__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Изображение слева */
.about-production-subsection__wrapper.--image-left {
    grid-template-columns: 1fr 1fr;
}

.about-production-subsection__wrapper.--image-left .about-production-subsection__image {
    order: 1;
}

.about-production-subsection__wrapper.--image-left .about-production-subsection__content {
    order: 2;
}

/* Изображение справа (по умолчанию) */
.about-production-subsection__wrapper.--image-right {
    grid-template-columns: 1fr 1fr;
}

.about-production-subsection__wrapper.--image-right .about-production-subsection__image {
    order: 2;
}

.about-production-subsection__wrapper.--image-right .about-production-subsection__content {
    order: 1;
}

/* Изображение */
.about-production-subsection__image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
}

.about-production-subsection__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Контент (текст) */
.about-production-subsection__content {
    font-size: 16px;
    color: #4a5c6e;
    font-family: var(--font-main);
	line-height: 130%;
}

.about-production-subsection__content ol,
.about-production-subsection__content ul {
    margin: 0;
    padding-left: 20px;
}

.about-production-subsection__content li {
    margin-bottom: 15px;
}

.about-production-subsection__content li:last-child {
    margin-bottom: 0;
}

.about-production-subsection__content strong {
    font-weight: 600;
    font-size: 16px;
    color: #4a5c6e;
    font-family: var(--font-main);
	line-height: 130%;
}

.about-production-subsection__content p {
    margin-bottom: 15px;
}

.about-production-subsection__content p:last-child {
    margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
    .about-production-block {
        padding: 60px 0;
		padding-bottom: 0;
    }
    
    .about-production-block__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .about-production-subsection__wrapper,
    .about-production-subsection__wrapper.--image-left,
    .about-production-subsection__wrapper.--image-right {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-production-subsection__wrapper.--image-left .about-production-subsection__image,
    .about-production-subsection__wrapper.--image-left .about-production-subsection__content,
    .about-production-subsection__wrapper.--image-right .about-production-subsection__image,
    .about-production-subsection__wrapper.--image-right .about-production-subsection__content {
        order: unset;
    }
    
    .about-production-subsection__image {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-production-block__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .about-production-subsection {
        margin-bottom: 40px;
    }
    
    .about-production-subsection__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .about-production-subsection__content {
        font-size: 14px;
    }
    
    .about-production-subsection__content li {
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .about-production-block__title {
        font-size: 20px;
    }
    
    .about-production-subsection__title {
        font-size: 18px;
    }
}
/* ============================================
   СЕКЦИЯ: КОМАНДА И ПРОИЗВОДСТВЕННАЯ ЭКСПЕРТИЗА
   ============================================ */

.about-team-block {
    padding-top: 80px;
}

.about-team-block__container {
    margin: 0 auto;
    padding: 0 20px;
}

.about-team-block__title {
    color: #0a2540;
    margin-bottom: 50px;
	font-family: var(--font-main);
    font-weight: 700;
    line-height: 120%;
    font-size: 36px;
}

/* Подсекция */
.about-team-subsection {
    margin-bottom: 60px;
}

.about-team-subsection:last-child {
    margin-bottom: 0;
}

.about-team-subsection__title {
   font-size: 26px;
    color: #0a2540;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #0088cc;
    font-family: var(--font-main);
    font-weight: 600;
    line-height: 120%;
}

/* ============================================
   БЛОК ИКОНОК-ФАКТОВ (под подзаголовком)
   ============================================ */

.about-team-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.about-team-icons__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-team-icons__icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #0077b6;
    border-radius: 8px;
    padding: 8px;
}

.about-team-icons__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-team-icons__text {
   color: #4a5c6e;
    font-size: 16px;
    line-height: 120%;
	    font-family: var(--font-main);
}

/* ============================================
   ОБЁРТКА ИЗОБРАЖЕНИЕ + ТЕКСТ
   ============================================ */

.about-team-subsection__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.about-team-subsection__wrapper.--image-left .about-team-subsection__image { order: 1; }
.about-team-subsection__wrapper.--image-left .about-team-subsection__content { order: 2; }

.about-team-subsection__wrapper.--image-right .about-team-subsection__image { order: 2; }
.about-team-subsection__wrapper.--image-right .about-team-subsection__content { order: 1; }

.about-team-subsection__image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
}

.about-team-subsection__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.about-team-subsection__content {
   color: #4a5c6e;
    font-size: 16px;
	font-family: var(--font-main);
	line-height: 130%;
}
.about-team-subsection__content h4 {
	color: #4a5c6e;
    font-size: 18px;
	font-family: var(--font-main);
	line-height: 130%;
	font-weight:600;
	margin-bottom:15px;
}
.about-team-subsection__content ul,
.about-team-subsection__content ol {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.about-team-subsection__content li {
    margin-bottom: 12px;
	    list-style: disc;
}

.about-team-subsection__content li:last-child {
    margin-bottom: 0;
}

.about-team-subsection__content strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Адаптивность */
@media (max-width: 992px) {
    .about-team-block { padding: 60px 0; padding-bottom: 0;}
    .about-team-block__title { font-size: 28px; margin-bottom: 40px; }
    
    .about-team-subsection__wrapper,
    .about-team-subsection__wrapper.--image-left,
    .about-team-subsection__wrapper.--image-right {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-team-subsection__wrapper.--image-left .about-team-subsection__image,
    .about-team-subsection__wrapper.--image-left .about-team-subsection__content,
    .about-team-subsection__wrapper.--image-right .about-team-subsection__image,
    .about-team-subsection__wrapper.--image-right .about-team-subsection__content {
        order: unset;
    }
    
    .about-team-subsection__image { max-width: 600px; margin: 0 auto; }
}

@media (max-width: 768px) {
	.contact-for-list ul {
    padding-left: 0;
}
	.requirements-list ul {
    padding-left: 0;
}
	.scenario-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
	footer.footer {
        margin: 0;
}
	.hero .button {
        width: 350px;
        font-size: 13px !important;
		max-width: 100%;
    }
	    .hero.--light-dark .hero__title {
        font-size: 28px;
    }
    .about-team-block__title { font-size: 24px; margin-bottom: 30px; }
    .about-team-subsection { margin-bottom: 40px; }
    .about-team-subsection__title { font-size: 20px; margin-bottom: 20px; }
    
    .about-team-icons { padding: 15px; gap: 12px; }
    .about-team-icons__icon { width: 40px; height: 40px; padding: 6px; }
    .about-team-icons__text { font-size: 14px; }
    
    .about-team-subsection__content { font-size: 14px; }
}

@media (max-width: 480px) {
    .about-team-block__title { font-size: 20px; }
    .about-team-subsection__title { font-size: 18px; }
    .about-team-icons__icon { width: 35px; height: 35px; }
    .about-team-icons__text { font-size: 13px; }
}
@media (max-width: 768px) {
    .hero.--light-dark .hero__container {
        background: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(5px);
        padding: 25px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    
    .hero.--light-dark .hero__title.--with-background {
        color: #fff !important;
        -webkit-text-stroke: 0;
    }
    
    .hero.--light-dark .hero__subtitle,
    .hero.--light-dark .hero__text {
        color: #fff !important;
    }
}
form input[type="checkbox"] {
    max-width: 20px;
    margin-right: 15px;
}
.wpcf7 .checkbox span.wpcf7-list-item label {
    display: flex;
}
.calculator .wpcf7-form .sent .wpcf7-response-output {
    color: #fff !important;
}
/* Скрываем стандартный чекбокс */
form.checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Стилизуем кастомный чекбокс */
.checkbox__input::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
    background: transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

/* Состояние checked — добавляем галочку */
.checkbox input[type="checkbox"]:checked + .checkbox__text::before,
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
    background: #fff;
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Фокус для доступности */
.checkbox input[type="checkbox"]:focus + .checkbox__text::before,
.wpcf7-acceptance input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
.calculator-form .checkbox__text:before {
display:none;
}
.form__line .input, .form__line input[type="text"], .form__line input[type="tel"], .form__line input[type="email"] {
    padding: 14px 15px 14px 15px !important;
}
.receive-form-block .checkbox__text:before {
    display:none;
}
/* Состояние checked — добавляем галочку */
.receive-form-block .checkbox input[type="checkbox"]:checked + .checkbox__text::before,
.receive-form-block .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.receive-form-block .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
    background: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Фокус для доступности */
.receive-form-block .checkbox input[type="checkbox"]:focus + .receive-form-block .checkbox__text::before,
.receive-form-block .wpcf7-acceptance input[type="checkbox"]:focus + .receive-form-block .wpcf7-list-item-label::before {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
.receive-form-block .receive-form-bottom-text img {
    width: 20px;
    margin-top: 10px;
}
.form-contact-hero {
    margin-bottom: -250px !important;
}
.form-contact-hero-block {
    background: #fff;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.form-contact-hero .checkbox__text:before {
    display:none;
}
.form-line-block {
    display: flex !important;
    gap: 15px;
    flex-direction: column !important;
}
p.receive-form-bottom-text img {
    width: 26px;
    height:26px;
	height: auto;
}
p.receive-form-bottom-text {
    display: flex;
    gap: 8px;
    color: #4a5c6e;
}
/* Или более точечно — только первый br */
.hero-contact-form-text br:first-of-type {
    display: none !important;
}
/***************************************************/
