@charset "UTF-8";
/*!
Theme Name: OlsBusiness
Theme URI: http://underscores.me/
Author: Sergey Ols
Author URI: http://ols-inc.com.ua
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: olsbusiness
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.

OlsBusiness 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

--------------------------------------------------------------*/
:root {
  --primary: #F7D203;
  --secondary: #23ff86;
  --tertiary: #ffa331;
  --hover-pr: #00053b;
  --hover-sec: #00b33c;
  --hover-ter: #cc8400;
  --text-primary: #F7D203;
  --text-w: #fff;
  --text: #071943;
  --link: #F7D203;
  --link-hover: #ffbb00;
  --link-visited: #071943;
  --link-ui: #071943;
  --link-ui-hover: #ffbb00;
  --primary-button-bg: #F7D203;
  --primary-button-bg-hover: #000000;
  --primary-button-border: #F7D203;
  --primary-button-border-hover: #000000;
  --primary-button-color: #071943;
  --primary-button-color-hover: white;
  --secondary-button-bg: #23ff86;
  --secondary-button-bg-hover: #00b33c;
  --secondary-button-border: #23ff86;
  --secondary-button-border-hover: #00b33c;
  --secondary-button-color: #071943;
  --secondary-button-color-hover: white;
  --tertiary-button-bg: #ffa331;
  --tertiary-button-bg-hover: #cc8400;
  --tertiary-button-border: #ffa331;
  --tertiary-button-border-hover: #cc8400;
  --tertiary-button-color: #071943;
  --tertiary-button-color-hover: white;
  --white: white;
  --border: #EDF1FA;
  --dark: #242F42;
  --item: #F8FBFF;
  --body-bg: #f7f7f7;
  --body-dark-bg: #151515;
  --success: #2E7D32;
  --warning: #ED6C02;
  --danger: #D32F2F;
  --info: #0288D1;
  --header__bg-top: #f8fbff;
  --header__bg-main: white;
  --header_bg-bottom: #ffffff;
  --footer__bg: #ffffff;
  --footer__color: #191D23;
  --gray-50: #fafafa;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-300: #d4d4d8;
  --gray-400: #a1a1aa;
  --gray-500: #71717a;
  --gray-600: #52525b;
  --gray-700: #3f3f46;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --sh-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --sh-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --sh-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --sh-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
  --sh-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);
}
:root[data-theme="dark"] {
  --primary: #F7D203;
  --secondary: #23ff86;
  --tertiary: #ffa331;
  --hover-pr: #ff4a4a;
  --hover-sec: #00d466;
  --hover-ter: #ffb94f;
  --text-primary: #ff6b6b;
  --text-w: #ffffff;
  --text: #e5e7eb;
  --link: #ff6b6b;
  --link-hover: #ff8a8a;
  --link-visited: #ff9999;
  --link-ui: #e5e7eb;
  --link-ui-hover: #23ff86;
  --primary-button-bg: #F7D203;
  --primary-button-bg-hover: #ff3030;
  --primary-button-color: #ffffff;
  --primary-button-color-hover: #ffffff;
  --secondary-button-bg: #23ff86;
  --secondary-button-bg-hover: #00d466;
  --secondary-button-color: #02101b;
  --secondary-button-color-hover: #02101b;
  --tertiary-button-bg: #ffa331;
  --tertiary-button-bg-hover: #ffb94f;
  --tertiary-button-color: #111827;
  --tertiary-button-color-hover: #111827;
  --white: #040815;
  --border: #1f2937;
  --dark: #f9fafb;
  --item: #0b1120;
  --body-bg: #020617;
  --body-dark-bg: #000000;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;
  --info: #38bdf8;
  --header__bg-top: #020617;
  --header__bg-main: #020617;
  --header_bg-bottom: #020617;
  --footer__bg: #000000;
  --footer__color: #f9fafb;
  --gray-50: #fafafa;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-300: #d4d4d8;
  --gray-400: #a1a1aa;
  --gray-500: #71717a;
  --gray-600: #52525b;
  --gray-700: #3f3f46;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
  --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.section--flex {
  display: flex;
  align-items: center;
}
section {
  opacity: 0;
  transform: translateY(16px);
  animation: sectionFadeIn 0.8s ease forwards;
}
@keyframes sectionFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  section {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
/*--------------------------------------------------------------
# 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;
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: var(--text);
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
  font-size: clamp(2.875rem, 4.6vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: clamp(2.375rem, 3.8vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}
h3 {
  font-size: clamp(1.875rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}
h4 {
  font-size: clamp(1.375rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}
h5 {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
h6 {
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
}
.acf-title-block {
  font-size: clamp(2.15rem, 3.6vw, 2.275rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: var(--text);
}
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: var(--body-bg);
  font-family: "Mulish", sans-serif;
}
main {
  min-height: 100vh;
}
.container {
  max-width: 1420px;
  margin: 0 auto;
}
.acf-block {
  margin-top: 4%;
  margin-bottom: 4%;
  padding-block: 2%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1em 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%;
}
.modal {
  display: none;
  position: fixed;
  z-index: -2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal--visible {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.modal__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  padding: 40px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(250px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal__content h2 {
  font-size: clamp(20px, 4vw, 28px);
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.modal__content .modal__form {
  margin-top: 20px;
}
.modal--visible .modal__content {
  transform: translateY(0);
  opacity: 1;
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  color: #999;
  padding: 8px;
}
.modal__close:hover {
  color: var(--primary);
  background: transparent;
}
.is-modal-open {
  overflow: hidden;
}
.search-block {
  position: relative;
  flex: 1 1 540px;
  width: 100%;
  max-width: 540px;
  min-width: 0;
}
#searchform {
  width: 100%;
}
#searchform .search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#searchform .search-wrapper input[type="search"] {
  width: 100%;
  height: 44px;
  padding: 0 44px 0 14px;
  border: 1px solid #DDE2E4;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  background: #F8FBFF;
  transition: border-color 0.3s ease;
}
#searchform .search-wrapper input[type="search"]:focus {
  border-color: var(--primary);
}
#searchform .search-wrapper #searchsubmit {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  color: #666;
}
#searchform .search-wrapper #searchsubmit .icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
  transition: color 0.3s ease;
}
#searchform .search-wrapper #searchsubmit:hover .icon {
  color: var(--primary);
}
.search-suggestions {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid #ccc;
  border-radius: 8px;
  z-index: 20;
  padding: 8px 8px 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.search-suggestions.is-open {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-suggestions .search-empty {
  text-align: center;
}
.search-suggestions .search-suggestions__close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: var(--text);
}
.search-suggestions .search-suggestions__close:hover {
  color: var(--primary);
}
.search-suggestions .i-load {
  display: none;
  font-size: 18px;
}
.search-suggestions.is-loading .i-load {
  display: inline-block;
  margin: auto;
  animation: spin 0.8s linear infinite;
}
.search-suggestions .search-suggestions__body {
  max-height: 300px;
  overflow-y: auto;
}
.search-suggestions .search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-suggestions .search-list .search-item {
  width: 100%;
}
.search-suggestions .search-list .search-item a {
  text-decoration: none;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.search-suggestions .search-list .search-item a img {
  max-width: 82px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}
.search-suggestions .search-list .search-item a:hover {
  background-color: var(--gray-100);
  color: var(--primary);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tabs {
  --tabs-radius: 10px;
}
.tabs .tabs__tablist {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.tabs [role="tab"] {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.75rem;
  border-radius: var(--tabs-radius);
  cursor: pointer;
  line-height: 1.2;
}
.tabs [role="tab"] img {
  max-width: 24px;
}
.tabs [role="tab"]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.tabs [role="tab"][aria-selected="true"] {
  background: var(--primary);
  color: var(--text-w);
  border: 1px solid var(--primary);
}
.tabs [role="tab"][aria-selected="false"] {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.tabs .tabs__panel {
  margin: 0;
}
.tabs .tabs__panel[hidden] {
  display: none;
}
.tabs[data-orientation="vertical"] .tabs__tablist {
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid var(--primary);
  padding-right: 0.75rem;
  margin-right: 1rem;
}
/* Links
--------------------------------------------- */
a {
  color: var(--link);
}
a:visited {
  color: var(--link-visited);
}
a:hover, a:focus, a:active {
  color: var(--link-hover);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
.link-ui {
  color: var(--link-ui);
  text-decoration: none;
}
.link-ui:hover, .link-ui:focus, .link-ui:active {
  color: var(--link-ui-hover);
}
.link-ui:focus {
  outline: thin dotted;
}
.link-ui:hover, .link-ui:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.btn-inline, .btn, button, .button, input[type="button"], input[type="reset"], input[type="submit"], .secondary-btn, .secondary-button {
  border: 1px solid;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  line-height: 1.2;
  padding: 14px 24px;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-weight: 400;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-inline .icon, .btn .icon, button .icon, .button .icon, input[type="button"] .icon, input[type="reset"] .icon, input[type="submit"] .icon, .secondary-btn .icon, .secondary-button .icon {
  width: 20px;
  height: 20px;
}
.btn-inline:focus-visible, .btn:focus-visible, button:focus-visible, .button:focus-visible, input[type="button"]:focus-visible, input[type="reset"]:focus-visible, input[type="submit"]:focus-visible, .secondary-btn:focus-visible, .secondary-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.btn-inline, .btn, button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-color: var(--primary-button-border);
  background: var(--primary-button-bg);
  color: var(--primary-button-color);
}
.btn-inline:visited, .btn:visited, button:visited, .button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  color: var(--primary-button-color);
}
.btn-inline:hover, .btn:hover, button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: var(--primary-button-bg-hover);
  color: var(--primary-button-color-hover);
  background: var(--primary-button-bg-hover);
}
.btn-inline:active, .btn-inline:focus, .btn:active, .btn:focus, button:active, button:focus, .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: var(--primary-button-border);
  color: var(--primary-button-color-hover);
  background: var(--primary-button-bg-hover);
}
.secondary-btn, .secondary-button {
  font-weight: 300;
  border-color: var(--secondary-button-border);
  background: var(--secondary-button-bg);
  color: var(--secondary-button-color);
}
.secondary-btn:visited, .secondary-button:visited {
  color: var(--secondary-button-color);
}
.secondary-btn:hover, .secondary-button:hover {
  border-color: var(--secondary-button-bg-hover);
  color: var(--secondary-button-color-hover);
  background: var(--secondary-button-bg-hover);
}
.secondary-btn:active, .secondary-btn:focus, .secondary-button:active, .secondary-button:focus {
  border-color: var(--secondary-button-border);
  color: var(--secondary-button-color-hover);
  background: var(--secondary-button-bg);
}
/* CF7 base scope */
.wpcf7 {
  /* Layout */
  /* Common wrappers */
  /* Labels */
  /* Text-like controls */
  /* Textarea specifics */
  /* Select basic caret removal for consistency */
  /* File input */
  /* Checkbox & Radio groups (no custom UI, только аккуратная раскладка) */
  /* Acceptance (GDPR etc.) */
  /* Submit button */
  /* Spinner */
  /* Validation: invalid field + tip */
  /* Global response message */
  /* Status modifiers based on form state */
  /* Helper: simple responsive row (используй по желанию в разметке) */
}
.wpcf7 p {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.6vw, 2rem);
  margin: 0;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .cf7-field {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form p > br {
  display: none;
}
.wpcf7 label {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0.8;
  position: relative;
}
.wpcf7 .cf7-label {
  width: fit-content;
  z-index: 99;
  margin-left: 16px;
  margin-bottom: -6px;
}
.wpcf7 .cf7-label-text {
  color: var(--text);
  font-weight: 300;
  font-size: 14px;
  padding: 2px 12px;
  background: white;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="password"], .wpcf7 textarea, .wpcf7 select {
  display: block;
  width: 100%;
  padding: 14px;
  padding-top: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="number"]::placeholder, .wpcf7 input[type="date"]::placeholder, .wpcf7 input[type="password"]::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
  color: #9ca3af;
  font-size: 12px;
}
.wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="tel"]:hover, .wpcf7 input[type="url"]:hover, .wpcf7 input[type="number"]:hover, .wpcf7 input[type="date"]:hover, .wpcf7 input[type="password"]:hover, .wpcf7 textarea:hover, .wpcf7 select:hover {
  border-color: #d1d5db;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="text"]:focus-visible, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="email"]:focus-visible, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="tel"]:focus-visible, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="url"]:focus-visible, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="number"]:focus-visible, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="date"]:focus-visible, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="password"]:focus-visible, .wpcf7 textarea:focus, .wpcf7 textarea:focus-visible, .wpcf7 select:focus, .wpcf7 select:focus-visible {
  border-color: var(--primary);
}
.wpcf7 input[type="text"]:focus::placeholder, .wpcf7 input[type="text"]:focus-visible::placeholder, .wpcf7 input[type="email"]:focus::placeholder, .wpcf7 input[type="email"]:focus-visible::placeholder, .wpcf7 input[type="tel"]:focus::placeholder, .wpcf7 input[type="tel"]:focus-visible::placeholder, .wpcf7 input[type="url"]:focus::placeholder, .wpcf7 input[type="url"]:focus-visible::placeholder, .wpcf7 input[type="number"]:focus::placeholder, .wpcf7 input[type="number"]:focus-visible::placeholder, .wpcf7 input[type="date"]:focus::placeholder, .wpcf7 input[type="date"]:focus-visible::placeholder, .wpcf7 input[type="password"]:focus::placeholder, .wpcf7 input[type="password"]:focus-visible::placeholder, .wpcf7 textarea:focus::placeholder, .wpcf7 textarea:focus-visible::placeholder, .wpcf7 select:focus::placeholder, .wpcf7 select:focus-visible::placeholder {
  color: var(--primary);
}
.wpcf7 input[type="text"]:disabled, .wpcf7 input[type="email"]:disabled, .wpcf7 input[type="tel"]:disabled, .wpcf7 input[type="url"]:disabled, .wpcf7 input[type="number"]:disabled, .wpcf7 input[type="date"]:disabled, .wpcf7 input[type="password"]:disabled, .wpcf7 textarea:disabled, .wpcf7 select:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}
.wpcf7 textarea {
  min-height: 80px;
  resize: vertical;
  max-height: 180px;
}
.wpcf7 select {
  background-image: none;
}
.wpcf7 input[type="file"] {
  padding: 10px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fafafa;
}
.wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="radio"], .wpcf7 .wpcf7-radio .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--primary);
  border-radius: 12px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2326;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
  margin-top: 3px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
}
.wpcf7 input[type="submit"], .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 .wpcf7-submit:hover {
  background: #0f172a;
}
.wpcf7 input[type="submit"]:active, .wpcf7 .wpcf7-submit:active {
  transform: translateY(12px);
}
.wpcf7 input[type="submit"]:disabled, .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  border: 2px solid #e5e7eb;
  border-top-color: #111827;
  border-radius: 50%;
  animation: wpcf7spin 0.8s linear infinite;
  background: transparent;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid, .wpcf7 .wpcf7-not-valid {
  border-color: #ef4444 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #b91c1c;
}
.wpcf7 .wpcf7-response-output {
  margin: 6px 0 0;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f3f4f6;
  color: #1f2937;
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #7c2d12;
}
.wpcf7 .is-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .wpcf7 .is-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Spinner keyframes */
@keyframes wpcf7spin {
  to {
    transform: rotate(360deg);
  }
}
input[type="checkbox"], input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--primary);
  border-radius: 12px;
}
input:is(:autofill, :-webkit-autofill, :-moz-autofill), textarea:is(:autofill, :-webkit-autofill, :-moz-autofill), select:is(:autofill, :-webkit-autofill, :-moz-autofill) {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.1) inset, 0 0 0 2px rgba(185, 168, 16, 0.25);
  -webkit-text-fill-color: #111827;
  caret-color: #111827;
  transition: box-shadow 0.2s ease;
}
input:is(:autofill, :-webkit-autofill, :-moz-autofill):valid, textarea:is(:autofill, :-webkit-autofill, :-moz-autofill):valid, select:is(:autofill, :-webkit-autofill, :-moz-autofill):valid {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.12) inset, 0 0 0 2px rgba(255, 238, 0, 0.35);
}
input:is(:autofill, :-webkit-autofill, :-moz-autofill):focus, textarea:is(:autofill, :-webkit-autofill, :-moz-autofill):focus, select:is(:autofill, :-webkit-autofill, :-moz-autofill):focus {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.16) inset, 0 0 0 3px rgba(185, 145, 16, 0.28);
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation, .top-header__nav {
  display: flex;
}
.main-navigation ul, .top-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(0.75rem, 1.2vw, 1.5rem);
}
.main-navigation ul ul, .top-header__nav ul ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  padding: 42px;
  background: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 1em;
  z-index: 999;
  border-radius: 6px;
}
.main-navigation ul ul li, .top-header__nav ul ul li {
  position: relative;
  padding: 42px;
}
.main-navigation ul ul li ul, .top-header__nav ul ul li ul {
  left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .top-header__nav ul ul li:hover > ul, .top-header__nav ul ul li.focus > ul {
  display: flex;
}
.main-navigation li, .top-header__nav li {
  position: relative;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul, .top-header__nav li:hover > ul, .top-header__nav li.focus > ul {
  display: flex;
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .top-header__nav li:hover > a, .top-header__nav li.focus > a {
  color: var(--link-ui-hover);
}
.main-navigation a, .top-header__nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--link-ui);
  text-decoration: none;
  transition: color 0.3s;
}
.main-navigation a:hover, .main-navigation a.focus, .top-header__nav a:hover, .top-header__nav a.focus {
  color: var(--link-ui);
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a, .top-header__nav .current_page_item > a, .top-header__nav .current-menu-item > a, .top-header__nav .current_page_ancestor > a, .top-header__nav .current-menu-ancestor > a {
  color: var(--link-ui-hover);
}
.submenu_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.submenu_icon:hover {
  transform: rotate(180deg);
}
.menu-item-has-children:hover > a .submenu_icon, .menu-item-has-children:focus-within > a .submenu_icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 37.49em) {
  .main-navigation {
    flex-direction: column;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }
  .main-navigation ul ul {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
  }
}
.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
--------------------------------------------- */
.site-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.top-header {
  background: var(--header__bg-top);
  padding: clamp(0.25rem, 0.5vw, 0.5rem) clamp(1.5rem, 2.5vw, 3rem);
}
.top-header .top-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--header__bg-top);
  flex-wrap: wrap;
  font-size: 14px;
}
.top-header .top-header__inner .top-header--contact ul {
  display: flex;
  gap: 16px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header .top-header__inner .top-header--contact ul li a {
  text-decoration: none;
  color: var(--text);
}
.top-header .top-header__inner .top-header--contact ul li a:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .top-header {
    padding: 4px;
  }
  .top-header .top-header__inner {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
  }
  .top-header .top-header__inner .top-header--menu, .top-header .top-header__inner .header-time-work {
    display: none;
  }
  .top-header .top-header__inner .phone-list li a {
    text-wrap: nowrap;
    font-weight: 600;
    text-align: center;
  }
}
.main-header {
  background: var(--header__bg-main);
  padding: clamp(0.5rem, 0.8vw, 1rem) clamp(1rem, 1.6vw, 2rem);
}
.main-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 2rem);
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-branding img {
  max-width: 180px;
}
.site-title a {
  text-decoration: none;
  color: var(--link-pr);
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-weight: 400;
}
.site-title a:hover {
  color: var(--hover-pr);
}
.wp-nav-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-nav {
  flex: 0 1 clamp(280px, 34vw, 680px);
  max-width: clamp(280px, 34vw, 680px);
  overflow: hidden;
}
.main-navigation > ul {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.full-menu--btn {
  background: transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  border: transparent;
}
.full-menu--btn .icon {
  background: var(--primary);
  width: 24px;
  height: 24px;
}
.full-menu__content {
  transform: translateX(-250px);
}
.full-menu__content--visible .full-menu__content__content {
  transform: translateX(0);
  opacity: 1;
}
.phone-dropdown {
  display: none;
  position: absolute;
  background: var(--white);
  box-shadow: var(--sh-md);
  padding: 0.5em;
  z-index: 99;
  border-radius: 8px;
}
.contact-btn:hover .phone-dropdown {
  display: block;
}
.phone-btn, .phone-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.5em;
  text-decoration: none;
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
}
.phone-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.drop_phone--icon {
  width: 12px;
  height: 12px;
  transition: all ease 0.3s;
}
.contact-btn:hover .drop_phone--icon {
  transform: rotate(180deg);
}
.socials__list {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.5vw, 0.5rem);
}
.socials__item img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.socials__item span {
  width: 30px;
  height: 30px;
}
.socials__item {
  transition: transform 0.25s ease;
}
.socials__item:hover {
  transform: translateY(-4px);
}
.beadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 4px;
  padding-left: 13%;
  background: #EDF1FA;
  font-size: 14px;
  overflow-x: auto;
}
.beadcrumbs a {
  text-decoration: none;
  color: #111;
}
.beadcrumbs a:hover {
  color: var(--primary);
}
.beadcrumbs .kb_title {
  color: #737373;
}
@media (max-width: 991px) {
  .beadcrumbs {
    padding-left: 1%;
    font-size: 12px;
    overflow-x: auto;
  }
}
.home .beadcrumbs {
  display: none;
}
.trp-language-switcher > div {
  border: none;
  z-index: 999;
}
.trp-language-switcher > div a {
  color: var(--f-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.trp-language-switcher > div a:hover {
  color: var(--accent);
}
.trp-ls-shortcode-current-language {
  width: 80px !important;
}
.fixed_header {
  position: fixed;
  top: 0;
  background: #ffffffb0;
  backdrop-filter: blur(10px);
  z-index: 999;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  transition: top 0.4s ease;
}
.hide {
  top: -100px;
}
.go-top {
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--f-white);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.go-top .icon {
  color: var(--white);
}
.go-top:visited {
  color: var(--f-white);
}
.go-top:hover {
  background: var(--primary);
}
.go-top:hover .icon {
  color: var(--text);
}
.go-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.go-top:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
}
.mobile-header__wrap {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.mobile-header__wrap .mobile-menu {
  justify-content: flex-end;
  align-items: flex-start;
}
.mobile-header__wrap .mobile-menu .mobile-menu__content {
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  height: 90%;
  width: 80%;
}
.mobile-header__wrap .mobile-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-header__wrap .mobile-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header__wrap .mobile-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: var(--f-dark);
}
.mobile-menu__content {
  transform: translateX(250px);
}
.mobile-menu__content--visible .mobile-menu__content__content {
  transform: translateX(0);
  opacity: 1;
}
.cart-modal {
  justify-content: flex-end;
  /* ===== MINI CART ===== */
}
.cart-modal__content {
  height: 100vh;
  border-radius: 0px;
}
.cart-modal .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-modal .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.cart-modal .woocommerce-mini-cart-item a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-modal .woocommerce-mini-cart-item img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 8px;
}
.cart-modal .woocommerce-mini-cart-item > a:not(.remove) {
  font-size: 14px;
  line-height: 1.35;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}
.cart-modal .woocommerce-mini-cart-item > a:not(.remove):hover {
  text-decoration: underline;
}
.cart-modal .woocommerce-mini-cart-item .quantity {
  grid-column: 2 / 3;
  font-size: 13px;
  color: #666;
}
.cart-modal .woocommerce-mini-cart-item .remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.cart-modal .woocommerce-mini-cart-item .remove:hover {
  background: #e53935;
  color: #fff;
}
.woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
.woocommerce-mini-cart__buttons a {
  font-weight: 600;
  width: 50%;
  text-align: center;
  justify-content: center;
}
.social_share {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  --size: 56px;
  --gap: 10px;
  --bg: #111;
  --fg: #fff;
  --btn-bg: #1f2937;
}
.social_share .share__cb {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.social_share .share__fab {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bg);
  color: var(--fg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  user-select: none;
  transition: transform 0.25s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.social_share .share__fab .icon {
  transition: transform 0.25s ease;
  display: inline-block;
}
.social_share .share__fab:active {
  transform: scale(0.96);
}
.social_share .share__list {
  position: absolute;
  inset: auto 0 calc(var(--size) + 0px) 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.social_share .share__list > li {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(0) scale(0.8);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease;
  transition-delay: calc(var(--i) * 30ms);
}
.social_share .share__btn {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--btn-bg);
  color: var(--fg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.social_share .share__cb:checked ~ .share__list {
  pointer-events: auto;
}
.social_share .share__cb:checked ~ .share__list > li {
  transform: translateY(calc(-1 * var(--i) * (var(--size) + var(--gap)))) scale(1);
  opacity: 1;
}
.social_share .share__cb:checked + .share__fab .icon {
  transform: rotate(180deg);
}
.social_share .share__btn:hover {
  filter: brightness(1.1);
  transform: translateZ(0);
}
@media (prefers-reduced-motion: reduce) {
  .social_share .share__list > li, .social_share .share__fab, .social_share .share__fab .icon {
    transition: none;
  }
}
.button-catalog__inner {
  position: relative;
}
.btn-catalog {
  height: 44px;
  font-weight: 500;
  font-size: 17px;
}
.btn-catalog .icon {
  width: 28px;
  height: 28px;
}
.service-header__nav {
  display: none;
  position: absolute;
  width: 80vw;
  transform: translateX(-6vw);
  padding: 12px;
  padding-top: 42px;
  background: var(--white);
  box-shadow: var(--sh-md);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service-header__nav {
    width: 100vw;
    transform: translateX(-60vw);
    height: 76vh;
    overflow-y: scroll;
  }
}
.service-header__nav ul {
  list-style: none;
  margin: 0;
}
.service-header__nav ul li a {
  text-decoration: none;
  color: var(--text);
  font-size: 16px;
}
.button-catalog__inner:hover .service-header__nav {
  display: block;
  z-index: 999;
}
.header-woo-btn {
  background: transparent;
  padding: 2px 12px;
  border: none;
  border-radius: 6px;
  font-size: 17px;
}
.header-woo-btn:hover {
  background: var(--primary);
  color: var(--f-white);
}
.header-cart-count {
  background: var(--primary);
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
}
.woo-button__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.woo-button__inner button a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.woo-button__inner button a:hover {
  color: var(--text);
}
@media (max-width: 991px) {
  .main-header {
    padding: 4px;
  }
  .main-header__inner {
    padding: 4px;
    gap: 8px;
  }
  .main-header__inner .woo-button__inner, .main-header__inner .contact-btn {
    display: none;
  }
}
.footer {
  background: var(--footer__bg);
  color: var(--footer__color);
  margin-top: 120px;
  display: block;
}
.footer__inner {
  padding: 100px 0 0;
}
.footer__top {
  display: block;
  gap: 40px;
}
@media (max-width: 1100px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 12px;
  }
}
/* Лого */
.footer__logo img {
  height: auto;
  max-width: 180px;
  display: block;
}
.footer__title {
  color: var(--footer__color);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.footer__newsletter {
  background: var(--primary);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  margin-block: 42px;
}
@media (max-width: 768px) {
  .footer__newsletter {
    flex-direction: column;
    gap: 24px;
    padding: 12px;
    text-align: center;
  }
}
.footer__newsletter h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: clamp(1.625rem, 2.6vw, 1.75rem);
}
.footer__newsletter .cf7-phone-wrap p {
  display: flex;
  align-items: center;
  background: #063A5F;
  padding: 8px;
  border-radius: 6px;
  max-width: 450px;
}
.footer__newsletter .cf7-phone-wrap p input {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
}
.footer__newsletter .cf7-phone-wrap p input::placeholder {
  color: white;
  font-size: 14px;
}
.footer__newsletter .cf7-phone-wrap p input[type="submit"] {
  border: none;
  outline: none;
  color: var(--text);
  font-size: 16px;
  background-color: var(--white);
  width: fit-content;
  padding: 4px 12px;
  border-radius: 4px;
  height: 44px;
  font-weight: 600;
}
.footer__newsletter .cf7-phone-wrap p .wpcf7-spinner {
  position: absolute;
}
/* Навигация */
.footer__nav {
  min-width: 260px;
}
@media (max-width: 767px) {
  .footer__nav {
    padding: 12px;
  }
}
/* сетка колонок меню */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 24px;
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 1rem;
}
@media (max-width: 1100px) {
  .footer-nav {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media (max-width: 767px) {
  .footer-nav {
    grid-template-columns: 1fr;
  }
}
.footer-nav__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 24px;
}
.footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.footer-nav__list a {
  color: var(--footer__color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
}
.footer-nav__list a:hover {
  color: var(--primary);
}
/* Контакты/кнопка/соцсети */
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__cta {
  margin-top: 4px;
}
/* Низ футера */
.footer__bottom {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__bottom {
    justify-content: center;
    text-align: center;
  }
}
.footer__copyright {
  font-weight: 300;
  font-size: 14px;
  color: #767676;
}
.footer__legal-link {
  font-weight: 300;
  font-size: 14px;
  color: #767676;
  text-decoration: none;
}
.footer__legal-link:hover {
  color: var(--accent);
}
.contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: var(--white);
  margin-top: 4%;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-info {
    align-items: flex-start;
  }
}
.contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 14px;
}
.contact-info__item .phone-list {
  display: flex;
  gap: 16px;
}
@media (max-width: 500px) {
  .contact-info__item .phone-list {
    flex-direction: column;
    gap: 8px;
  }
}
.contact-info__item .socials__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-info__item .socials__item {
  color: var(--text);
}
.contact-info__item .socials__item img {
  width: 26px;
  height: 26px;
}
.contact-info__item .phone-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info__item .phone-list a {
  text-decoration: none;
  color: var(--text);
  font-size: 16px;
}
.contact-info__item .phone-list a:hover {
  color: var(--primary);
}
.contact-info__item .title-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-info__item .title-wrap .title {
  font-size: 16px;
  font-weight: 600;
}
.contact-info__item .title-wrap .icon {
  color: var(--primary);
}
.contact-info__item .content {
  font-size: 17px;
}
.social-icons {
  display: flex;
  gap: 0.6rem;
  margin-top: 4px;
}
.social-link .iconify {
  font-size: 20px;
}
.footer__contacts .contact-info {
  margin-top: 0%;
  background: #F5F8FB;
}
.map-form {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 2rem;
  max-height: 400px;
}
.map-form .google-map {
  flex: 1;
}
.map-form .google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 340px;
  border-radius: 12px;
}
.map-form .footer-form {
  flex: 0 0 360px;
  background: var(--white);
  padding: 38px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
}
.map-form .footer-form h3 {
  padding: 0;
  margin: 0;
}
.map-form .footer-form p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}
.map-form .footer-form form {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  margin-top: 12px;
}
.map-form .footer-form form .wpcf7-submit {
  width: 100%;
  color: var(--text);
  font-weight: 600;
}
@media (max-width: 768px) {
  .map-form {
    flex-direction: column;
  }
  .map-form .footer-form {
    display: none;
  }
}
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 0em;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.hub-page__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  margin-top: 1rem;
}
.hub-page__sidebar {
  position: sticky;
  top: 16px;
  align-self: start;
}
@media (max-width: 900px) {
  .hub-page__layout {
    grid-template-columns: 1fr;
  }
  .hub-page__sidebar {
    position: static;
  }
}
.hub__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.hub-card {
  padding: 12px 32px;
  border-radius: 4px;
  background: white;
  flex: 1 1 auto;
  font-size: 16px;
}
.hub-card a {
  text-decoration: none;
  color: var(--text);
}
.hub-card a:hover {
  color: var(--primary);
}
.hub-card h3 {
  font-size: 20px;
}
.hub-page__content {
  background: var(--white);
  padding: 24px;
  border-radius: 8px;
}
.hub-page__sidebar {
  background: var(--white);
}
.hub-page__sidebar .hub-nav {
  display: block;
  padding: 12px;
}
.hub-page__sidebar .hub-nav__hub {
  font-weight: 600;
  padding-bottom: 12px;
  text-decoration: none;
}
.hub-page__sidebar .hub-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hub-page__sidebar .hub-nav__list a {
  text-decoration: none;
  color: var(--text);
  padding: 6px;
  border-radius: 6px;
  background-color: #EDF1FA;
}
.hub-page__sidebar .hub-nav__list a:hover {
  color: var(--primary);
}
.hub-nav__item.is-active {
  font-weight: 700;
}
.not-found-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  animation: fadeIn 1s ease-in-out;
}
.error-code {
  display: flex;
  font-size: clamp(64px, 20vw, 200px);
  font-weight: 800;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
.digit {
  animation: bounce 1.5s infinite alternate ease-in-out;
  display: inline-block;
}
.digit:nth-child(1) {
  animation-delay: 0s;
}
.digit:nth-child(2) {
  animation-delay: 0.2s;
}
.digit:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-12px) scale(1.05);
  }
}
.error-message {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 500px;
  line-height: 1.6;
}
.error-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.error-actions .btn {
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  background: black;
  color: white;
  transition: background 0.3s ease, transform 0.3s ease;
}
.error-actions .btn:hover {
  background: #222;
  transform: scale(1.05);
}
.btn-secondary {
  background: #999;
}
.btn-secondary:hover {
  background: #555;
}
/* Адаптив */
@media (max-width: 600px) {
  .error-code {
    font-size: clamp(48px, 25vw, 120px);
  }
  .error-message {
    font-size: 18px;
  }
  .error-actions .btn {
    width: 100%;
    text-align: center;
  }
}
.services-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(0.5rem, 0.8vw, 1rem);
  margin-top: clamp(1rem, 1.6vw, 2rem);
}
.service-card {
  flex: 1 1 320px;
  max-width: 420px;
  text-decoration: none;
  background: var(--gray-50);
  border-radius: 16px;
  padding: 12px;
  box-shadow: var(--sh-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-lg);
}
.service-card:hover .service-card__title a {
  color: var(--primary);
}
.service-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.service-card__title {
  margin: 0;
  line-height: 1.2;
}
.service-card__title a {
  text-decoration: none;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: var(--text);
}
.service-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card__btn {
  text-decoration: none;
}
.front-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 40px;
}
@media (max-width: 767px) {
  .front-hero__inner {
    flex-direction: column;
    padding: 24px 12px;
  }
}
.front-hero__content {
  max-width: 840px;
}
.front-hero__title {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--text-w);
}
.front-hero__text {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-w);
}
.front-hero__media {
  flex: 0 0 auto;
}
.front-hero__image {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .front-hero__image {
    display: none;
  }
}
.hero-filter {
  --hf-radius: 6px;
  --hf-bg: #fff;
  --hf-border: rgba(12, 18, 28, .08);
  --hf-shadow: 0 8px 22px rgba(12, 18, 28, .06);
  --hf-text: #141824;
  --hf-muted: rgba(20, 24, 36, .55);
  max-width: 820px;
}
.hero-filter__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.hero-filter__field {
  position: relative;
  display: block;
}
.hero-filter__label {
  position: absolute;
  left: 18px;
  top: 20px;
  font-size: 17px;
  line-height: 1;
  color: var(--hf-muted);
  pointer-events: none;
}
.hero-filter__select {
  width: 100%;
  height: 58px;
  padding: 22px 46px 14px 16px;
  border-radius: var(--hf-radius);
  border: 1px solid var(--hf-border);
  background: var(--hf-bg);
  color: var(--hf-text);
  box-shadow: var(--hf-shadow);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.hero-filter__select:hover {
  transform: translateY(-1px);
}
.hero-filter__select:focus {
  border-color: rgba(12, 18, 28, 0.18);
  box-shadow: 0 10px 26px rgba(12, 18, 28, 0.1);
}
.hero-filter__field::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(20, 24, 36, 0.55);
  border-bottom: 2px solid rgba(20, 24, 36, 0.55);
  transform: translateY(-10%) rotate(45deg);
  pointer-events: none;
}
.hero-filter__btn {
  width: 100%;
  margin-top: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border: 0;
  border-radius: var(--hf-radius);
  background: var(--primary);
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(12, 18, 28, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.hero-filter__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(12, 18, 28, 0.14);
  filter: brightness(1.02);
  background: black;
  color: var(--text-w);
}
.hero-filter__btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(12, 18, 28, 0.1);
}
/* мобилка */
@media (max-width: 640px) {
  .hero-filter__grid {
    grid-template-columns: 1fr;
  }
}
.sale-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
/* адаптив */
@media (max-width: 1100px) {
  .sale-products__grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .sale-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .sale-products__grid {
    grid-template-columns: 1fr;
  }
}
/* === About Shop block === */
.about-shop {
  --gap: 28px;
  --radius-lg: 16px;
  --radius-md: 14px;
  --bg: #ffffff;
  --muted: #6b7280;
  --text: #111827;
  --title: #111827;
  --primary: #f7c500;
  /* желтый */
  --card-border: #e5e7eb;
  margin: 0 auto;
  padding: 22px;
  margin-top: 6%;
  background: var(--bg);
}
.about-shop__top {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--gap);
  align-items: center;
}
.about-shop__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #f3f4f6;
}
.about-shop__img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.about-shop__title {
  margin: 0 0 12px 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  color: var(--title);
  font-weight: 700;
}
.about-shop__text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.about-shop__text p {
  margin: 0 0 10px 0;
}
.about-shop__features {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
/* === Feature card === */
.feature-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--primary);
  display: grid;
  place-items: center;
  color: #111827;
  flex: 0 0 44px;
}
.feature-card__icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.feature-card__title {
  font-weight: 700;
  color: var(--text);
  font-size: 14px;
  margin: 2px 0 4px 0;
}
.feature-card__desc {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
/* === Responsive === */
@media (max-width: 920px) {
  .about-shop__top {
    grid-template-columns: 1fr;
  }
  .about-shop__features {
    grid-template-columns: 1fr;
  }
  .about-shop {
    padding: 16px;
  }
  .about-shop__img {
    aspect-ratio: 1.6;
  }
}
.popular-sizes {
  background-color: var(--white);
}
/* сетка как на скрине: ровные "пилюли", переносятся строками */
.popular-sizes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  /* row / col */
  margin-top: 1rem;
}
/* кнопка-пилюля */
.size-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border: 1.5px solid var(--primary);
  border-radius: 999px;
  background: var(--pill-bg);
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.12s ease, background-color 0.12s ease, color 0.12s ease;
}
.size-pill:hover {
  background: var(--primary);
  color: var(--text);
}
.size-pill:active {
  transform: translateY(1px);
}
.size-pill:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--primary) 45%, transparent);
  outline-offset: 2px;
}
/* адаптация */
@media (max-width: 920px) {
  .popular-sizes {
    padding: 16px;
  }
  .popular-sizes__list {
    gap: 10px 10px;
  }
  .size-pill {
    height: 30px;
    padding: 0 16px;
  }
}
.sale-products__grid li.product {
  list-style: none;
  position: relative;
  background: var(--white);
  border-radius: 6px;
  padding: 8px;
  box-shadow: var(--md);
  margin-right: 0px !important;
  margin: 0;
  flex: 1 1 auto;
  max-width: 360px;
  display: flex;
  flex-direction: column;
}
.sale-products__grid li.product a {
  text-decoration: none;
  color: var(--text);
}
.sale-products__grid li.product a:hover {
  color: var(--link-hover);
}
.sale-products__grid li.product .woocommerce-loop-product__title {
  font-size: 17px;
  padding-top: 12px;
  font-weight: 600;
}
.sale-products__grid li.product img {
  display: block;
  position: relative;
  object-fit: contain;
  object-position: bottom;
  border-radius: 12px;
  width: 100%;
}
.sale-products__grid li.product .product-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sale-products__grid li.product .product-tags a {
  border-radius: 6px;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 14px;
}
.sale-products__grid li.product .product-card__rating {
  position: relative;
  width: fit-content;
  margin-top: -42px;
  margin-left: 6px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--white);
  border-radius: 333px;
  padding: 2px 6px;
}
.sale-products__grid li.product .product-card__rating .product-card__reviews-count {
  color: #5B6871;
  font-size: 14px;
}
.sale-products__grid li.product .button {
  display: block;
  padding: 8px;
}
.sale-products__grid li.product .wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  padding: 6px;
  border-radius: 333px;
  background: white;
  border: none;
}
.sale-products__grid li.product .wishlist-btn .icon {
  color: #B0BABF;
  width: 14px;
  height: 14px;
}
.sale-products__grid li.product .wishlist-btn .icon:hover {
  color: var(--primary);
}
.sale-products__grid li.product .wishlist-btn.is-active .icon {
  color: var(--primary);
}
.sale-products__grid li.product .product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: auto;
}
.sale-products__grid li.product .price {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.sale-products__grid li.product .price .woocommerce-Price-amount {
  font-size: 21px;
  font-weight: 800;
}
.sale-products__grid li.product .price del bdi {
  color: #9B9EA1;
  font-size: 17px;
  text-decoration: line-through;
}
.sale-products__grid li.product .product-card__attrs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5B6871;
}
.sale .woocommerce-Price-amount {
  color: #FF5B5B;
  background: transparent !important;
}
.sale ins {
  background: transparent !important;
  padding: 0 !important;
  text-decoration: none;
}
/* ===== Cat Links (ACF repeater cards) ===== */
.cat-links {
  padding: 32px 0;
}
.cat-links__head {
  margin-bottom: 16px;
}
/* grid */
.cat-links__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
/* card */
.cat-links__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.cat-links__item:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 20, 20, 0.16);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.cat-links__item:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
/* image */
.cat-links__media {
  max-width: 100%;
  height: 164px;
}
.cat-links__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* content */
.cat-links__content {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.cat-links__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* focus */
.cat-links__item:focus-visible {
  outline: 3px solid rgba(0, 120, 255, 0.35);
  outline-offset: 2px;
}
/* responsive */
@media (max-width: 1024px) {
  .cat-links__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cat-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cat-links__item {
    grid-template-columns: 56px 1fr;
  }
  .cat-links__media {
    width: 156px;
    height: 156px;
  }
}
.grid-blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: clamp(1rem, 1.6vw, 2rem);
}
.blog-card {
  position: relative;
  background: var(--white);
  padding: 16px;
  border-radius: 16px;
  box-shadow: var(--sh-sm);
}
.blog-card:hover {
  box-shadow: var(--sh-md);
  color: red;
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.blog-card__link:visited {
  color: var(--text);
}
.blog-card__link:hover {
  color: #4f4f4f;
}
.blog-card__media {
  margin: 0 0 12px;
}
.blog-card__img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-card__title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.25;
}
.blog-card__meta {
  font-size: 0.9rem;
  opacity: 0.8;
}
.blog-card__excerpt p {
  margin: 10px 0 0;
}
.blog-card__footer {
  margin-top: 10px;
}
.blog-card__more {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px;
  background: var(--gray-100);
  border-radius: 50px;
  align-self: flex-end;
}
.single-post__header {
  padding-top: 2rem;
}
.single-post__title {
  margin: 0 0 0.75rem;
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  opacity: 0.8;
}
.single-post__thumb {
  margin-top: 1.5rem;
  width: 100%;
}
.single-post__thumb img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 4px;
}
.single-post__content {
  margin-top: 1.5rem;
}
.single-post__footer {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.single-post__tags {
  margin-top: 1rem;
}
.single-post__nav {
  margin-top: 2rem;
}
.single-post__comments {
  margin-top: 2.5rem;
}
.post-nav__list {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.post-nav__item {
  flex: 1;
}
.post-nav__item--next {
  text-align: right;
}
.post-nav__link {
  display: block;
  text-decoration: none;
  padding: 1rem;
  border-radius: 12px;
}
.post-nav__label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.7;
}
.post-nav__title {
  display: block;
  font-weight: 600;
}
body.page-template-page-contacts main {
  min-height: auto;
}
ul.products {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  height: fit-content;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  ul.products {
    justify-content: center;
  }
}
ul.products li.product {
  list-style: none;
  position: relative;
  background: var(--white);
  border-radius: 6px;
  padding: 8px;
  box-shadow: var(--md);
  margin-right: 0px !important;
  margin: 0;
  flex: 1 1 auto;
  max-width: 360px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
ul.products li.product a {
  text-decoration: none;
  color: var(--text);
}
ul.products li.product a:hover {
  color: var(--link-hover);
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  padding-top: 12px;
  font-weight: 600;
}
ul.products li.product img {
  display: block;
  position: relative;
  object-fit: contain;
  object-position: bottom;
  border-radius: 12px;
  width: 100%;
}
ul.products li.product .product-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
ul.products li.product .product-tags a {
  border-radius: 6px;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 14px;
}
ul.products li.product .product-card__rating {
  position: relative;
  width: fit-content;
  margin-top: -42px;
  margin-left: 6px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--white);
  border-radius: 333px;
  padding: 2px 6px;
}
ul.products li.product .product-card__rating .product-card__reviews-count {
  color: #5B6871;
  font-size: 14px;
}
ul.products li.product .button {
  display: block;
  padding: 8px;
}
ul.products li.product .wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 9;
  padding: 6px;
  border-radius: 333px;
  background: white;
  border: none;
}
ul.products li.product .wishlist-btn .icon {
  color: #B0BABF;
  width: 14px;
  height: 14px;
}
ul.products li.product .wishlist-btn .icon:hover {
  color: var(--primary);
}
ul.products li.product .wishlist-btn.is-active .icon {
  color: var(--primary);
}
ul.products li.product .product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: auto;
}
ul.products li.product .price {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
ul.products li.product .price .woocommerce-Price-amount {
  font-size: 21px;
  font-weight: 800;
}
ul.products li.product .price del bdi {
  color: #9B9EA1;
  font-size: 17px;
  text-decoration: line-through;
}
ul.products li.product .product-card__attrs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #5B6871;
}
li.product:hover {
  box-shadow: var(--sh-md);
  transform: translateY(-6px);
}
.sale .woocommerce-Price-amount {
  color: #FF5B5B;
  background: transparent !important;
}
.sale ins {
  background: transparent !important;
  padding: 0 !important;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.faq__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.faq__desc {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
.faq__item {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  background: #fff;
}
.faq__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.faq__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.faq__accordion summary::-webkit-details-marker {
  display: none;
}
.faq__accordion summary .faq__icon {
  transition: transform 0.3s ease;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.faq__accordion[open] .faq__icon {
  transform: rotate(45deg);
}
.faq__answer {
  padding: 0 1.5rem 1rem;
  animation: fade-in 0.3s ease;
}
.faq__answer [itemprop="text"] {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.5;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-single {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.hero-single__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-single .container {
  position: relative;
  z-index: 2;
}
.hero-single__title {
  color: white;
  margin: 0;
}
.hero-single {
  position: relative;
  overflow: hidden;
}
.hero-single__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-single[style*="--hero-bg"] .hero-single__bg {
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-single__picture, .hero-single__img {
  width: 100%;
  height: 100%;
}
.hero-single__picture {
  display: block;
}
.hero-single__img {
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.hero-single__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}
.hero-single__inner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.kama_breadcrumbs a {
  text-decoration: none;
}
.hero-single__desc {
  margin-top: 16px;
  max-width: 900px;
}
.hero-single__desc, .hero-single__desc * {
  color: inherit;
}
.title-section {
  margin-block: 2rem;
}
.title-section__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.title-section__flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title-section__pre {
  display: block;
  margin: 0 0 0.5rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  line-height: 1;
}
.title-section__title {
  margin: 0 0 0.5rem;
  line-height: 1.2;
  font-size: clamp(1.875rem, 3vw, 2rem);
  font-weight: 700;
}
.title-section__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.title-section__text p {
  margin: 0 0 0.75em;
}
.title-section__text p:last-child {
  margin-bottom: 0;
}
.title-section--center {
  text-align: center;
}
.title-section--narrow {
  max-width: 60ch;
  margin-inline: auto;
}
.hero--slider {
  margin-top: 32px;
}
.hero--slider .hero-splide {
  width: 100%;
  max-width: 1820px;
  margin: auto;
}
.hero--slider .hero__media {
  position: relative;
}
.hero--slider .hero__media .hero__bg {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  max-height: 700px;
  height: 100%;
}
.hero--slider .hero__media .hero__bg--desk {
  display: block;
}
.hero--slider .hero__media .hero__bg--mob {
  display: none;
}
@media (max-width: 467px) {
  .hero--slider .hero__media .hero__bg--desk {
    display: none;
  }
  .hero--slider .hero__media .hero__bg--mob {
    display: block;
  }
}
.hero--slider .hero__media video.hero__bg {
  background: #000;
}
.hero--slider .hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 24px;
}
.hero--slider .hero-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 68px 78px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .hero--slider .hero-slide__content {
    padding: 24px 12px 72px;
  }
}
.hero--slider .content--clm {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero--slider .content--clm .hero__title {
  margin: 0;
  font-size: clamp(3.625rem, 5.8vw, 3.75rem);
  color: var(--text-w);
}
.hero--slider .content--clm .hero__desc {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  padding: 0;
  margin: 0;
  color: var(--text-w);
}
.hero--slider .content--clm .button, .hero--slider .content--clm button {
  margin-top: auto;
  padding: 12px 42px;
}
@media (max-width: 767px) {
  .hero--slider .content--clm .button, .hero--slider .content--clm button {
    font-size: 14px;
    padding: 12px 28px;
    width: 100%;
  }
}
.hero--slider .hero__extra {
  margin-top: 1rem;
  max-width: 640px;
  max-height: 440px;
}
.hero--slider .hero__extra img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero--slider .hero__extra {
    display: none;
  }
}
.hero--slider .splide__arrows {
  position: absolute;
  bottom: 3em;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero--slider .splide__arrow {
  background: var(--primary);
  border-color: var(--primary);
}
.hero--slider .splide__arrow:hover {
  background-color: var(--secondary);
}
.hero--slider .splide__arrow svg {
  fill: var(--text);
  width: 1em !important;
}
.hero--slider .splide__arrow--prev {
  left: 5em;
  bottom: 5em;
}
.hero--slider .splide__arrow--next {
  left: 14em;
  bottom: 5em;
}
.hero--slider .splide__pagination {
  bottom: 2em;
  left: 7em;
  width: fit-content;
}
@media (max-width: 767px) {
  .hero--slider .splide__pagination {
    left: 8em;
  }
}
.hero--slider .splide__pagination__page.is-active {
  background: var(--primary);
}
.hero--slider .splide__pagination__page {
  background: white;
}
@media (max-width: 767px) {
  .hero--slider .splide__arrow--prev {
    left: 1em;
  }
  .hero--slider .splide__arrow--next {
    right: 1em !important;
    left: auto;
  }
}
.hero-splide__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-splide__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-arrow {
  /* твой внешний вид кнопок */
}
.hero-splide__pagination {
  display: flex;
  gap: 8px;
}
.hero--slider .splide__track {
  overflow: hidden;
}
.tax-filter {
  margin-top: 20px;
}
.tax-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tax-filter__item {
  margin: 0;
}
.tax-filter__link {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: var(--text-main);
  background-color: var(--bg-pre);
  border: 1px solid var(--border-input);
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}
.tax-filter__link:hover {
  background-color: var(--bg-screen);
  border-color: var(--border-abbr);
  transform: translateY(-1px);
}
.tax-filter__link:active {
  transform: translateY(0);
}
.tax-filter__link.is-active, .tax-filter__link.active_cat {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.tax-filter__link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .tax-filter {
    margin-top: 14px;
  }
  .tax-filter__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin-bottom: -6px;
    scrollbar-width: none;
  }
  .tax-filter__list::-webkit-scrollbar {
    display: none;
  }
  .tax-filter__link {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 12px;
  }
}
.banner-slider__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.banner-slider__viewport::-webkit-scrollbar {
  display: none;
}
.banner-slider__track {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.banner-slider__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.banner-slider__img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 12px;
}
.banner-slider__btn {
  border-radius: 999px;
  padding: 0px;
  border-color: var(--primary);
}
.banner-slider__btn .icon {
  width: 32px;
  height: 32px;
}
.banner-slider__dots {
  display: flex;
  gap: 8px;
}
.banner-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 0px;
}
.banner-slider__dot.is-active {
  background: var(--primary);
}
@media (min-width: 992px) {
  .mobile-dock {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .mobile-dock {
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid #E5E7EB;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-dock__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    max-width: 780px;
    margin: 0 auto;
    padding: 8px 8px 10px;
    list-style: none;
  }
  .mobile-dock__item {
    display: flex;
  }
  .mobile-dock__link {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    text-decoration: none;
    color: var(--text);
    font-size: 12px;
    line-height: 1.1;
    position: relative;
    border-radius: 10px;
  }
  .mobile-dock__link:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
  }
  .mobile-dock__link.is-active {
    color: var(--primary);
  }
  .mobile-dock__icon {
    font-size: 20px;
    line-height: 1;
  }
  .mobile-dock__label {
    white-space: nowrap;
  }
  .mobile-dock__badge {
    position: absolute;
    top: 2px;
    right: 14px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    display: none;
  }
  .mobile-dock__badge.is-visible {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .mobile-dock {
    transition: transform 0.28s ease, opacity 0.28s ease;
    will-change: transform;
  }
  .mobile-dock.is-hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .mobile-dock {
    transition: none;
  }
}
.footer-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.full-menu {
  justify-content: flex-start;
  height: 100%;
  position: absolute;
  left: -490px;
  top: 0px;
  transition: left 0.6s ease-in-out;
}
.full-menu.modal--visible {
  top: 0px;
  left: 0px;
}
.full-menu__content {
  height: 100%;
  border-radius: 0px;
}
.full-menu__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.full-menu__content ul li a {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: var(--gray-200);
  transition: all 0.3s ease;
  display: block;
  color: var(--text);
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
}
.full-menu__content ul li a:hover {
  background: var(--primary);
  color: var(--text-w);
}
/* ===== Mega Catalog base ===== */
:root {
  --cat-bg: #fff;
  --cat-border: rgba(0,0,0,.08);
  --cat-title: rgba(0,0,0,.55);
  --cat-text: rgba(0,0,0,.85);
  --cat-muted: rgba(0,0,0,.55);
  --chip-bg: rgba(15, 140, 170, .08);
  --chip-border: rgba(15, 140, 170, .22);
  --chip-text: rgba(15, 120, 150, 1);
  --chip-hover-bg: rgba(15, 140, 170, .14);
  --shadow: 0 16px 40px rgba(0,0,0,.10);
  --radius: 14px;
}
.catalog-mega__grid {
  display: grid;
  grid-template-columns: 220px 420px 220px 1fr;
  gap: 42px;
  align-items: start;
}
.catalog-col__title {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cat-title);
}
.catalog-block--mt {
  margin-top: 18px;
}
.catalog-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-menu a {
  color: var(--cat-text);
  text-decoration: none;
  transition: 0.15s ease;
}
.catalog-menu a:hover {
  opacity: 0.8;
}
/* ===== 1) Season cards ===== */
.catalog-menu--cards {
  display: grid;
  gap: 12px;
}
.catalog-menu--cards > li {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 74px;
  border: 1px solid var(--cat-border);
  background: #f3f6fb;
}
.catalog-menu--cards > li > a {
  display: flex;
  align-items: flex-end;
  padding: 10px 12px;
  min-height: 74px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.catalog-menu--cards > li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.713), rgba(0, 0, 0, 0.017));
  pointer-events: none;
}
.catalog-menu--cards .season-winter {
  background-image: url("https://devecom.ols-inc.com.ua/wp-content/uploads/2026/02/edd1f13b2cfe556bb69ebaab4584a3c7.webp");
}
.catalog-menu--cards .season-summer {
  background-image: url("https://devecom.ols-inc.com.ua/wp-content/uploads/2026/02/1-letn-shin-2-1.webp");
}
.catalog-menu--cards .season-all {
  background-image: url("https://devecom.ols-inc.com.ua/wp-content/uploads/2026/02/legkoviye_shiny-1.webp");
}
.season-all a, .season-summer a, .season-winter a {
  color: var(--white) !important;
}
.catalog-menu--cards > li {
  background-size: cover;
  background-position: center;
}
.catalog-menu--cards > li > a {
  position: relative;
  z-index: 2;
}
.catalog-menu--cards > li:hover {
  transform: translateY(-1px);
}
/* ===== 2) Chips (diameter/sizes) ===== */
.catalog-menu--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-menu--chips > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--chip-text);
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
}
.catalog-menu--chips > li > a:hover {
  background: var(--chip-hover-bg);
}
/* ===== 3) Icons list (auto type) ===== */
.catalog-menu--icons {
  display: grid;
  gap: 10px;
}
.catalog-menu--icons > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 6px 0;
}
.catalog-menu--icons .icon-moto > a::before {
  background: rgba(0, 0, 0, 0.06) var(--svg) center/16px no-repeat;
}
.catalog-menu--icons .icon-truck > a::before {
  background: rgba(0, 0, 0, 0.06) var(--svg) center/16px no-repeat;
}
.catalog-menu--icons > li:hover > a {
  opacity: 0.85;
}
/* ===== 4) Brands in 2 columns ===== */
.catalog-menu--cols2 {
  columns: 2;
  column-gap: 22px;
}
.catalog-menu--cols2 > li {
  break-inside: avoid;
  margin: 0 0 10px;
}
.catalog-menu--cols2 > li > a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
/* ===== Footer ===== */
.catalog-mega__footer {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--cat-border);
  display: flex;
  justify-content: center;
}
.catalog-mega__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #0f7896;
  background: rgba(15, 140, 170, 0.08);
  border: 1px solid rgba(15, 140, 170, 0.18);
}
.catalog-mega__all:hover {
  background: rgba(15, 140, 170, 0.14);
}
/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .catalog-mega__grid {
    grid-template-columns: 220px 1fr;
  }
  .catalog-col--brand {
    grid-column: 1 / -1;
  }
  .catalog-menu--cols2 {
    columns: 3;
  }
}
@media (max-width: 720px) {
  .catalog-mega {
    padding: 16px;
  }
  .catalog-mega__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .catalog-menu--cols2 {
    columns: 2;
  }
}
.help-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 300px;
  max-width: calc(100vw - 36px);
}
.help-widget__btn {
  width: 100%;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: var(--primary);
  border-radius: 4px;
  box-shadow: var(--sh-sm);
  padding: 12px;
  display: grid;
  gap: 4px;
}
.help-widget__btn:hover, .help-widget__btn:active, .help-widget__btn:focus {
  transform: translateY(-1px);
  background: var(--white);
}
.help-widget__title {
  font-weight: 800;
  font-size: 18px;
  color: var(--text);
}
.help-widget__desc {
  font-size: 13px;
  line-height: 1.25;
  color: var(--text);
  opacity: 0.75;
}
.help-panel {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--sh-sm);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: max-height 0.28s ease, opacity 0.18s ease, transform 0.18s ease;
}
.help-panel.is-open {
  margin-bottom: 10px;
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.help-panel__head {
  padding: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.help-panel__title {
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}
.help-panel__sub {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.7;
  color: var(--text);
}
.help-panel__close {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.06);
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.help-panel__body {
  padding: 14px;
  max-height: 420px;
  overflow: auto;
}
.help-panel__body .wpcf7-form {
  gap: 6px;
}
.help-panel__body .wpcf7-submit {
  width: 100%;
  color: var(--text);
  font-weight: 600;
}
/* Mobile */
@media (max-width: 640px) {
  .help-widget {
    position: static;
    max-width: 100%;
    width: 100vw;
  }
  .help-widget__title {
    font-size: 16px;
    font-weight: 700;
  }
}
.help-widget__btn {
  position: relative;
  animation: helpPulse 3.2s ease-in-out infinite;
}
@keyframes helpPulse {
  0% {
    box-shadow: var(--sh-sm);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 8px rgba(0, 0, 0, 0.04), var(--sh-sm);
  }
  100% {
    box-shadow: var(--sh-sm);
  }
}
/* 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: var(--primary);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--text);
  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;
}
/*# sourceMappingURL=https://devecom.ols-inc.com.ua/wp-content/build/scss_library/110646111f320bafe4d5a53c94a9584bce617477.css.map */