@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: #3db876;
  --secondary: #23ff86;
  --tertiary: #ffa331;
  --hover-pr: #00053b;
  --hover-sec: #00b33c;
  --hover-ter: #cc8400;
  --text-primary: #3db876;
  --text-w: #fff;
  --text: #071943;
  --link: #3db876;
  --link-hover: #3db876;
  --link-visited: #071943;
  --link-ui: #071943;
  --link-ui-hover: #3db876;
  --primary-button-bg: #3db876;
  --primary-button-bg-hover: #000000;
  --primary-button-border: #3db876;
  --primary-button-border-hover: #000000;
  --primary-button-color: white;
  --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;
  --secondary-item: #E3EFFF;
  --body-bg: #fff;
  --body-dark-bg: #151515;
  --success: #2E7D32;
  --warning: #ED6C02;
  --danger: #D32F2F;
  --info: #0288D1;
  --header__bg-top: #f8fbff;
  --header__bg-main: rgb(255, 255, 255);
  --header_bg-bottom: #ffffff;
  --footer__bg: #04151B;
  --footer__color: white;
  --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);
}

.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;
  }
}
main {
  min-height: 100vh;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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;
}

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

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

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%;
}

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;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--body-bg);
  font-family: "Open Sans", sans-serif;
}

/* 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 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em;
  font-size: 0.95em;
  line-height: 1.4;
}

thead {
  background: rgba(0, 0, 0, 0.04);
}

th,
td {
  padding: 0.6em 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 600;
  background: rgba(0, 0, 0, 0.03);
}

tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

caption {
  caption-side: bottom;
  margin-top: 0.5em;
  font-size: 0.85em;
  opacity: 0.7;
}

.table-wrap {
  overflow-x: auto;
}

.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;
  width: 100%;
  flex: 0 1 auto;
  max-width: 460px;
}

#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 #666;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  background: var(--white);
  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: 20px;
  height: 20px;
  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;
  -o-object-fit: cover;
     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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

.fly-cart-button {
  position: fixed;
  bottom: 80px;
  right: 140px;
  z-index: 9999;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: cartPulse 2s infinite;
}
.fly-cart-button .custom-cart-btn__total {
  white-space: nowrap;
  font-feature-settings: "tnum";
}
.fly-cart-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  filter: brightness(1.05);
  animation: none;
}
.fly-cart-button:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .fly-cart-button {
    bottom: 25px;
    right: 20px;
    padding: 12px 20px;
    font-size: 15px;
  }
  .fly-cart-button .icon {
    font-size: 20px;
  }
}

@keyframes cartPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb, 90, 185, 124), 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(var(--primary-rgb, 90, 185, 124), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb, 90, 185, 124), 0);
  }
}
.fly-cart__content {
  max-width: 1200px;
}

.fly-cart__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; /* Чтобы футер прижался к низу, если у модалки есть высота */
  position: relative;
  transition: opacity 0.3s ease;
}
.fly-cart__empty {
  text-align: center;
  padding: 2rem;
  color: #888;
  font-size: 1.1rem;
}
.fly-cart__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 600px;
}
.fly-cart__list::-webkit-scrollbar {
  width: 4px;
}
.fly-cart__list::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}
.fly-cart__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.fly-cart__item:last-child {
  border-bottom: none;
}
.fly-cart__image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.fly-cart__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fly-cart__info {
  flex-grow: 1;
  padding-right: 30px;
}
.fly-cart__name {
  margin: 0 0 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
}
.fly-cart__price {
  font-size: 0.95rem;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px;
}
.fly-cart {
  /* Блок управления количеством (+ / -) */
}
.fly-cart__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
}
.fly-cart__qty-btn {
  background: #fdfdfd;
  border: none;
  width: 32px;
  height: 100%;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.fly-cart__qty-btn:hover {
  background: #ebebeb;
}
.fly-cart__qty-input {
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  padding: 0;
  -moz-appearance: textfield;
}
.fly-cart__qty-input::-webkit-outer-spin-button, .fly-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fly-cart__qty-input:focus {
  outline: none;
}
.fly-cart {
  /* Кнопка удаления товара (крестик) */
}
.fly-cart__remove {
  position: absolute;
  top: 15px;
  right: 0;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.fly-cart__remove:hover {
  color: #e74c3c;
  transform: scale(1.1);
}
.fly-cart {
  /* Подвал корзины (Итог + Оформление) */
}
.fly-cart__footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 2px solid #eee;
  background: #fff;
}
.fly-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.fly-cart__checkout-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #27ae60;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.fly-cart__checkout-btn:hover {
  background-color: rgb(29.661971831, 132.338028169, 73.014084507);
  color: #fff;
}

.return-to-shop{
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  right: 0;
  display: block;
}

/* 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
--------------------------------------------- */
.secondary-btn,
.secondary-button, .btn-inline,
.btn,
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 0.35rem;
  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: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.secondary-btn .icon,
.secondary-button .icon, .btn-inline .icon,
.btn .icon,
button .icon,
.button .icon,
input[type=button] .icon,
input[type=reset] .icon,
input[type=submit] .icon {
  width: 20px;
  height: 20px;
}
.secondary-btn:focus-visible,
.secondary-button:focus-visible, .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 {
  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 p {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.wpcf7 {
  /* Layout */
}
.wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .cf7-field {
  position: relative;
}
.wpcf7 {
  /* Common wrappers */
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form p > br {
  display: none;
}
.wpcf7 {
  /* Labels */
}
.wpcf7 label {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0.8;
  position: relative;
}
.wpcf7 .cf7-label {
  width: -moz-fit-content;
  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 {
  /* Text-like controls */
}
.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]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=password]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  color: #9ca3af;
  font-size: 12px;
}
.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::-moz-placeholder, .wpcf7 input[type=text]:focus-visible::-moz-placeholder, .wpcf7 input[type=email]:focus::-moz-placeholder, .wpcf7 input[type=email]:focus-visible::-moz-placeholder, .wpcf7 input[type=tel]:focus::-moz-placeholder, .wpcf7 input[type=tel]:focus-visible::-moz-placeholder, .wpcf7 input[type=url]:focus::-moz-placeholder, .wpcf7 input[type=url]:focus-visible::-moz-placeholder, .wpcf7 input[type=number]:focus::-moz-placeholder, .wpcf7 input[type=number]:focus-visible::-moz-placeholder, .wpcf7 input[type=date]:focus::-moz-placeholder, .wpcf7 input[type=date]:focus-visible::-moz-placeholder, .wpcf7 input[type=password]:focus::-moz-placeholder, .wpcf7 input[type=password]:focus-visible::-moz-placeholder, .wpcf7 textarea:focus::-moz-placeholder, .wpcf7 textarea:focus-visible::-moz-placeholder, .wpcf7 select:focus::-moz-placeholder, .wpcf7 select:focus-visible::-moz-placeholder {
  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 specifics */
}
.wpcf7 textarea {
  min-height: 80px;
  resize: vertical;
  max-height: 180px;
}
.wpcf7 {
  /* Select basic caret removal for consistency */
}
.wpcf7 select {
  background-image: none;
}
.wpcf7 {
  /* File input */
}
.wpcf7 input[type=file] {
  padding: 10px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fafafa;
}
.wpcf7 {
  /* Checkbox & Radio groups (no custom UI, только аккуратная раскладка) */
}
.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;
}
.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 {
  /* Acceptance (GDPR etc.) */
}
.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 {
  /* Submit button */
}
.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 {
  /* Spinner */
}
.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 {
  /* Validation: invalid field + tip */
}
.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 {
  /* Global response message */
}
.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 {
  /* Status modifiers based on form state */
}
.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 {
  /* Helper: simple responsive row (используй по желанию в разметке) */
}
.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:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill), textarea:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill), select:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill) {
  /* Имитируем фон через inset-тень, чтобы перекрыть UA-жёлтый */
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.1) inset, 0 0 0 2px rgba(16, 185, 129, 0.25); /* лёгкий зелёный обвод */
  -webkit-text-fill-color: #111827; /* цвет текста в WebKit */
  caret-color: #111827;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
input:is(:autofill, :-webkit-autofill, :-moz-autofill),
textarea:is(:autofill, :-webkit-autofill, :-moz-autofill),
select:is(:autofill, :-webkit-autofill, :-moz-autofill) {
  /* Имитируем фон через inset-тень, чтобы перекрыть UA-жёлтый */
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.1) inset, 0 0 0 2px rgba(16, 185, 129, 0.25); /* лёгкий зелёный обвод */
  -webkit-text-fill-color: #111827; /* цвет текста в WebKit */
  caret-color: #111827;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}

/* Усиливаем эффект, когда поле автозаполнено и реально валидно */
input:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):valid, textarea:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):valid, select:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):valid {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.12) inset, 0 0 0 2px rgba(16, 185, 129, 0.35);
}
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(16, 185, 129, 0.35);
}

/* Фокус по автозаполненному полю — слегка насыщеннее */
input:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):focus, textarea:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):focus, select:is(:-webkit-autofill, :-webkit-autofill, :-moz-autofill):focus {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.16) inset, 0 0 0 3px rgba(16, 185, 129, 0.28);
}
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(16, 185, 129, 0.28);
}

input[type=range] {
  -webkit-appearance: none;
  background-color: blue;
  width: 200px;
  height: 20px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #f80909;
  opacity: 0.5;
  width: 26px;
  height: 26px;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# 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;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  width: 100vw;
  background: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 1em;
  z-index: 999;
  border-radius: 6px;
  gap: 12px;
}
.main-navigation ul ul li,
.top-header__nav ul ul li {
  position: relative;
  padding: 24px;
}
.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%;
}

.single-post__nav {
  margin: 40px auto;
  padding: 20px 15px;
  border-top: 1px solid #eaeaea;
}

.post-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .post-nav__list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.post-nav__item {
  flex: 1;
  display: flex;
}
.post-nav__item--prev {
  justify-content: flex-start;
}
.post-nav__item--prev .post-nav__link {
  align-items: flex-start;
  text-align: left;
}
.post-nav__item--next {
  justify-content: flex-end;
}
.post-nav__item--next .post-nav__link {
  align-items: flex-end;
  text-align: right;
}

.post-nav__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  transition: all 0.3s ease;
}
.post-nav__link:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
}

.post-nav__label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-bottom: 8px;
}

.post-nav__title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  line-height: 1.4;
}

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

.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: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 2rem);
  border-bottom: 1px solid #EDF1FA;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: clamp(0.5rem, 0.8vw, 1rem) clamp(1rem, 1.6vw, 2rem);
  background: var(--header__bg-main);
}

.site-branding img {
  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-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);
}

.phone-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.drop_phone--icon {
  width: 14px;
  height: 14px;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}

.socials__item span {
  width: 30px;
  height: 30px;
}

.socials__item {
  transition: transform 0.25s ease;
  color: var(--primary);
}
.socials__item:hover {
  color: #bcffc2;
}
.socials__item:visited {
  color: var(--primary) !important;
}

.socials__item:hover {
  transform: translateY(-4px);
}

.beadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  padding: 4px;
  background: #EDF1FA;
  font-size: 14px;
  overflow-x: auto;
}
.beadcrumbs a {
  text-decoration: none;
}

.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: rgba(255, 255, 255, 0.6901960784);
  backdrop-filter: blur(10px);
  z-index: 999;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  border-bottom: 1px solid rgb(219, 219, 219);
  transition: top 0.4s ease;
}

.hide {
  top: -100px;
}

.go-top {
  position: fixed;
  right: 124px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--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;
  z-index: 9999;
}
@media (max-width: 767px) {
  .go-top {
    right: 16px;
    bottom: 16px;
  }
}
.go-top:visited {
  color: var(--white);
}
.go-top:hover {
  background: var(--primary);
}
.go-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.go-top:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
}

.bottom-header ul {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bottom-header ul li {
  text-wrap: nowrap;
}

.mobile-header__wrap {
  display: flex;
  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: 100%;
  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-header__wrap .tabs__tablist {
  overflow-x: auto;
  width: 100%;
}
.mobile-header__wrap .tabs__panel ul {
  max-height: 300px;
  overflow-y: auto;
}
.mobile-header__wrap .tabs__panel ul::-webkit-scrollbar {
  width: 6px;
  display: block;
}
.mobile-header__wrap .tabs__panel ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.mobile-header__wrap .tabs__panel ul::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.mobile-header__wrap .tabs__panel ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.mobile-header__wrap .tabs__panel ul {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.mb-bottom {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 12px;
}

.mobile-menu__content {
  transform: translateX(250px);
}
.mobile-menu__content--visible .mobile-menu__content__content {
  transform: translateX(0);
  opacity: 1;
}

.mn-contact__wrap {
  margin-block: 12px;
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 12px;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
  z-index: 100;
}

.service-header__nav {
  display: none;
  position: absolute;
  width: 100vh;
}
.service-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--white);
  box-shadow: var(--sh-md);
  border-radius: 8px;
  background: var(--white);
  z-index: 99;
  max-width: 380px;
}
.service-header__nav ul li {
  padding: 8px 12px;
}
.service-header__nav ul li a {
  text-decoration: none;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
}
.service-header__nav ul li a:hover {
  color: var(--primary);
}

.button-catalog__inner:hover .service-header__nav {
  display: block;
}

.main-header {
  display: block;
}
@media (max-width: 992px) {
  .main-header {
    display: none;
  }
}

.mobile-header__wrap {
  display: none;
}
@media (max-width: 992px) {
  .mobile-header__wrap {
    display: flex;
  }
}

.custom-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--primary);
  color: #fff !important;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: transform 0.2s, background-color 0.3s;
}
.custom-cart-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}
.custom-cart-btn__label {
  font-size: 14px;
}
.custom-cart-btn__total {
  font-size: 14px;
}
.custom-cart-btn__total span, .custom-cart-btn__total bdi {
  color: #fff !important;
  font-weight: 700;
}

.footer {
  background: var(--footer__bg);
  color: var(--footer__color);
  margin-top: 120px;
  display: block;
}
@media (max-width: 767px) {
  .footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.footer__inner {
  padding: 100px 0 0;
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 60px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-info {
    gap: 12px;
  }
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul a {
  text-decoration: none;
  color: var(--text-w);
}
.contact-info ul a:hover {
  color: var(--primary);
}

.footer__brand {
  width: 100%;
  display: block;
}

/* Лого */
.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-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
  }
}
.footer-nav ul {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  max-height: 240px;
}
.footer-nav ul a {
  color: var(--text-w);
  text-decoration: none;
}
.footer-nav ul a:hover {
  color: var(--primary);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 32px;
  border-top: 1px solid #2f2f2f;
}

.lang-modal__inner {
  text-align: center;
  padding: 20px 10px;
}
.lang-modal__icon {
  font-size: 50px;
  margin-bottom: 20px;
}
.lang-modal__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.lang-modal__text {
  color: #666;
  margin-bottom: 30px;
}
.lang-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lang-modal__actions .btn {
  width: 100%;
  justify-content: center;
}

.sticky {
  display: block;
}

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

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

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

.error-404 {
  padding: 100px 0;
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.error-404__container {
  max-width: 800px;
}
.error-404__title {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.error-404__digit {
  font-size: clamp(100px, 20vw, 180px);
  font-weight: 900;
  line-height: 1;
  color: #f0f0f0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--primary);
}
.error-404__digit--accent {
  color: var(--primary);
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}
.error-404__subtitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}
.error-404__text {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
.error-404__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .error-404__actions {
    flex-direction: column;
    align-items: center;
  }
}
.error-404__btn {
  min-width: 220px;
  padding: 15px 30px;
  border-radius: 12px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.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: 0 1 calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .service-card {
    flex: 0 1 100%;
    gap: 12px;
  }
}
.service-card:hover {
  background: var(--gray-100);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.service-card__thumb {
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.service-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card__thumb:hover img {
  transform: scale(1.08);
}
.service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}
.service-card__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}
.service-card__title a {
  color: #222;
  text-decoration: none;
}
.service-card__title a:hover {
  color: #d4a373;
}
.service-card__excerpt {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 600px;
}
.service-card__actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.service-card__link-more {
  font-size: 15px;
  font-style: italic;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.service-card__link-more:hover {
  border-bottom-color: #222;
}
.service-card__btn-consult {
  padding: 10px 24px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.service-card__btn-consult:hover {
  background: #d4a373;
}
@media (max-width: 640px) {
  .service-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-card__thumb {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }
  .service-card__actions {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
}

.cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cat-grid .cat-card {
  flex: 0 1 22.5%;
}
@media (max-width: 992px) {
  .cat-grid .cat-card {
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (max-width: 576px) {
  .cat-grid .cat-card {
    flex: 0 1 100%;
  }
}
.cat-grid .cat-card__link {
  text-decoration: none;
  color: var(--black);
  display: block;
  text-align: center;
}
.cat-grid .cat-card__link:hover .cat-card__img {
  transform: scale(1.1);
}
.cat-grid .cat-card__link:hover .cat-card__overlay {
  opacity: 1;
}
.cat-grid .cat-card__link:hover .cat-card__title {
  color: #57b97d;
}
.cat-grid .cat-card__thumb {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #f5f5f5;
}
.cat-grid .cat-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.cat-grid .cat-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cat-grid .cat-card__btn {
  padding: 10px 20px;
  background: #fff;
  color: #222;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cat-grid .cat-card__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: color 0.3s;
}
.cat-grid .cat-card__count {
  background: #f0f0f0;
  color: #888;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 400;
}

.grid-blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: clamp(1rem, 1.6vw, 2rem);
}
@media (max-width: 992px) {
  .grid-blog {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

.blog-card {
  position: relative;
  background: var(--gray-100);
  padding: 16px;
  border-radius: 16px;
}
.blog-card:hover {
  box-shadow: var(--sh-md);
}

.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: var(--link);
}

.blog-card__media {
  margin: 0 0 12px;
}

.blog-card__img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     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(--white);
  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;
}
.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;
}

.contact-page {
  display: flex;
  gap: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .contact-page {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
}
.contact-page__col:first-child {
  flex: 0 0 45%;
}
.contact-page__col:last-child {
  flex: 1;
  background: #fdfdfd;
  padding: 40px;
  border-radius: 12px;
  box-shadow: var(--sh-md, 0 4px 20px rgba(0, 0, 0, 0.05));
}
@media (max-width: 576px) {
  .contact-page__col:last-child {
    padding: 20px;
  }
}
.contact-page .contact-info {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.contact-page .contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-page .contact-info__head {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
}
.contact-page .contact-info__icon {
  width: 24px;
  height: 24px;
}
.contact-page .contact-info__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #888;
}
.contact-page .contact-info__body {
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  padding-left: 44px;
}
.contact-page .contact-info__body a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
.contact-page .contact-info__body a:hover {
  color: var(--primary);
}

.case-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0px;
}
.case-grid .case-card {
  flex: 0 1 calc((100% - 60px) / 3);
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .case-grid .case-card {
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (max-width: 576px) {
  .case-grid .case-card {
    flex: 0 1 100%;
  }
}
.case-grid .case-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.case-grid .case-card__link:hover .case-card__img {
  transform: scale(1.05);
}
.case-grid .case-card__link:hover .case-card__title {
  color: var(--primary);
}
.case-grid .case-card__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #eee;
}
.case-grid .case-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.case-grid .case-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  transition: color 0.3s;
}

.single-case__title {
  font-size: clamp(32px, 5vw, 48px);
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.single-case__content {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.case-gallery__item {
  border-radius: 8px;
  overflow: hidden;
}
.case-gallery__item:nth-child(5n+1) {
  grid-column: span 2;
}
.case-gallery__link {
  display: block;
  height: 100%;
}
.case-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  transition: transform 0.6s ease;
}
@media (max-width: 992px) {
  .case-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-gallery__item:nth-child(5n+1) {
    grid-column: span 1;
  }
}
@media (max-width: 576px) {
  .case-gallery {
    grid-template-columns: 1fr;
  }
}

.hub-page__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .hub-page__layout {
    grid-template-columns: 1fr;
  }
}
.hub-page__sidebar {
  position: sticky;
  top: 16px;
  align-self: start;
  background: var(--white);
  border-radius: 8px;
}
@media (max-width: 900px) {
  .hub-page__sidebar {
    position: static;
    top: auto;
  }
}
.hub-page__content {
  background: var(--white);
  padding: 24px;
  border-radius: 8px;
}

.hub__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.hub-card {
  flex: 1 1 260px;
  padding: 12px 32px;
  border-radius: 8px;
  background: var(--secondary-item);
  font-size: 16px;
}
.hub-card__media img {
  max-width: 228px;
  height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.hub-card a {
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hub-card a:hover {
  color: var(--primary);
}
.hub-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.hub-nav {
  display: block;
  padding: 12px;
}
.hub-nav__hub {
  display: inline-flex;
  font-weight: 600;
  padding-bottom: 12px;
  text-decoration: none;
  color: var(--text);
}
.hub-nav__hub:hover {
  color: var(--primary);
}
.hub-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hub-nav__item {
  display: block;
  text-decoration: none;
  color: var(--text);
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #edf1fa;
}
.hub-nav__item:hover {
  color: var(--primary);
}
.hub-nav__item.is-active {
  font-weight: 700;
}

/* Blocks
--------------------------------------------- */
.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;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-single .container {
  position: relative;
  z-index: 2;
}
.hero-single__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.hero-single__subtitle {
  margin-top: 12px;
  max-width: 900px;
  color: inherit;
}
.hero-single__desc {
  margin-top: 16px;
  max-width: 900px;
  color: inherit;
}
.hero-single__desc * {
  color: inherit;
}
.hero-single .kama_breadcrumbs a {
  text-decoration: none;
}
.hero-single--no-bg .hero-single__inner {
  color: #222222;
  align-items: flex-start;
}
.hero-single--no-bg .hero-single__title {
  color: #222222;
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.hero-single--no-bg .hero-single__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background-color: #56af65;
  border-radius: 2px;
}

.title-section {
  margin-block: 2rem;
}
.title-section__inner {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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(2.5rem, 4vw, 2.625rem);
  font-weight: 500;
}
.title-section__text {
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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;
  -o-object-fit: cover;
     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: -moz-fit-content;
  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;
  }
}

.hero-block {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .hero-block {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-block {
    background-image: var(--mobile-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.hero-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-block__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}
.hero-block__container {
  position: relative;
  z-index: 3;
  padding: 24px 0px;
}
.hero-block__content {
  text-align: center;
  margin-top: 42px;
}
.hero-block__subtitle {
  display: block;
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-block__title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 30px;
}
.hero-block__title span {
  font-weight: 300;
  display: block;
  margin-top: 10px;
  font-size: clamp(24px, 5vw, 46px);
}
.hero-block__features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .hero-block__features {
    flex-direction: column;
    gap: 14px;
  }
}
.hero-block__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 12px;
}
.hero-block__features li span {
  font-size: 22px;
  display: none;
}
.hero-block__features li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #fb6a39;
}
.hero-block__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
}
.hero-block__actions button {
  font-size: 18px;
}
@media (max-width: 767px) {
  .hero-block__actions {
    flex-direction: column;
  }
  .hero-block__actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.hero-block__actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.hero-catalog__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.hero-catalog__item {
  position: relative;
  flex: 1 1 20%;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 30px 20px;
  color: #fff;
  transition: 0.2s ease transform;
}
@media (max-width: 767px) {
  .hero-catalog__item {
    min-height: 420px;
  }
}
.hero-catalog__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-catalog__item:hover {
  transform: scale(1.034);
  z-index: 9;
}
@media (max-width: 1024px) {
  .hero-catalog__item {
    flex: 1 1 33.333%;
  }
}
@media (max-width: 768px) {
  .hero-catalog__item {
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .hero-catalog__item {
    flex: 1 1 100%;
  }
}
.hero-catalog__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}
.hero-catalog__title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
.hero-catalog__text {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 280px;
}
.hero-catalog__btn {
  display: inline-block;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.hero-catalog__btn:hover {
  background: #fff;
}

.advantages {
  padding: 60px 0;
}
.advantages__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 30px;
}

.adv-card {
  flex: 1 1 300px;
  max-width: 600px;
  gap: 42px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
}
@media (max-width: 767px) {
  .adv-card {
    flex-direction: column;
    gap: 24px;
  }
}
.adv-card__media {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1/1;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 50%;
}
.adv-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.adv-card__content {
  width: 100%;
}
.adv-card__title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
  margin: 0;
}
.adv-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.adv-card__text p {
  margin: 0;
}
@media (max-width: 768px) {
  .adv-card {
    text-align: center;
    flex: 1 1 100%;
  }
  .adv-card__media {
    margin-left: auto;
    margin-right: auto;
  }
}

.tib-row {
  display: flex;
  align-items: center;
  gap: 48px;
}
.tib-row h2 {
  font-size: clamp(1.875rem, 3vw, 2rem);
}
.tib-row--reverse {
  flex-direction: row-reverse;
}
.tib-row__col--img {
  flex: 0 0 28%;
}
.tib-row__col--img .tib-row__image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 4%;
}
.tib-row__col--img .tib-row__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tib-row__col--content {
  flex: 1;
}
.tib-row__text {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.tib-row__text h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.tib-row__actions {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .tib-row {
    flex-direction: column !important;
    gap: 24px;
  }
  .tib-row__col {
    flex: 0 0 100% !important;
    width: 100%;
  }
  .tib-row__col--img {
    max-width: 250px;
    margin: 0 auto;
  }
  .tib-row__actions {
    justify-content: center;
  }
}

.menu-list, .menu-tabs {
  padding: 60px 0;
  background-color: #fff;
}
.menu-list .container, .menu-tabs .container {
  margin: 0 auto;
}

.menu-list__title, .menu-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 15px;
}
.menu-list__title::after, .menu-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--primary);
}

.tabs__tablist {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 10px;
  border: none;
}
.tabs__tablist::-webkit-scrollbar {
  height: 4px;
}
.tabs__tablist::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
}
.tabs__tablist .tabs__tab {
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #718096;
  background: transparent;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.tabs__tablist .tabs__tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.tabs__tablist .tabs__tab[aria-selected=true] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.menu-meta {
  display: inline-flex;
  gap: 30px;
  padding: 15px 25px;
  background-color: #f8fafc;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 1px solid #f1f5f9;
}
.menu-meta__item {
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
}
.menu-meta__item strong {
  color: #64748b;
  font-weight: 500;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .menu-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.menu-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 992px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .menu-sidebar {
    display: none;
  }
}
.menu-sidebar {
  position: sticky;
  top: 20px;
  background: #f8fafc;
  border-radius: 4px;
}
.menu-sidebar__nav {
  border-left: 2px solid #f1f5f9;
}
.menu-sidebar__link {
  display: block;
  padding: 10px 20px;
  font-size: 0.95rem;
  color: #64748b;
  text-decoration: none;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: 0.2s;
}
.menu-sidebar__link:hover {
  color: var(--primary);
}
.menu-sidebar__link.is-active {
  color: var(--primary);
  border-left-color: var(--primary);
  font-weight: 600;
}

.menu-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  border-radius: 4px;
  overflow: hidden;
}
.menu-table thead {
  background: rgb(185, 160, 129);
}
.menu-table__th {
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-bottom: 2px solid #f1f5f9;
  font-weight: 600;
}
.menu-table__th--center, .menu-table__th--weight, .menu-table__th--quantity {
  text-align: center;
}
.menu-table__row {
  border-bottom: 1px solid #f8fafc;
  transition: background-color 0.2s ease;
}
.menu-table__row:hover {
  background-color: #fbfcfd;
}
.menu-table__row:last-child {
  border-bottom: none;
}
.menu-table__td {
  padding: 10px;
  font-size: 15px;
  color: #334155;
  vertical-align: middle;
}
.menu-table__td--name {
  font-weight: 500;
  line-height: 1.4;
  width: 60%;
}
.menu-table__td--center, .menu-table__td--weight, .menu-table__td--quantity {
  text-align: center;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}
.menu-table__td span {
  display: inline-block;
}

.menu-section__title {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 1rem;
  font-style: italic;
}

@media (max-width: 600px) {
  .menu-list__title, .menu-section__title {
    font-size: 1.5rem;
  }
  .menu-table__th {
    padding: 8px;
    font-size: 0.75rem;
  }
  .menu-table__td {
    padding: 8px;
    font-size: 0.95rem;
  }
  .menu-table__td--name {
    width: 50%;
  }
}
.lead-section {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  margin-block: 64px;
}
.lead-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.lead-section__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .lead-section__container {
    flex-direction: column;
    gap: 40px;
  }
}
.lead-section__info {
  flex: 1;
}
.lead-section__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.lead-section__descr {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
}
.lead-section__contact-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: var(--primary);
}
.lead-section .lead-contacts .phone-list {
  display: flex;
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lead-section .lead-contacts .phone-list {
    flex-direction: column;
    text-align: center;
  }
}
.lead-section .lead-contacts .phone-list a {
  text-decoration: none;
  color: var(--text);
}
.lead-section .lead-contacts .phone-list a:hover {
  color: var(--primary);
}
.lead-section .lead-contacts .phone-list .phone-item {
  background: var(--white);
  border-radius: 50px;
  padding: 8px 42px;
  font-weight: 500;
}
.lead-section .lead-contacts__phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.lead-section .lead-contacts__phone:hover {
  color: #57b97d;
}
.lead-section .lead-contacts__socials {
  display: flex;
  gap: 14px;
  background: var(--white);
  border-radius: 50px;
  padding: 8px 42px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .lead-section .lead-contacts__socials {
    width: 100%;
    justify-content: center;
  }
}
.lead-section .lead-contacts__social {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.lead-section .lead-contacts__social img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.lead-section .lead-contacts__social:hover {
  background: #57b97d;
}
.lead-section__form-wrapper {
  flex: 0 0 620px;
}
@media (max-width: 992px) {
  .lead-section__form-wrapper {
    width: 100%;
    flex: initial;
  }
}
.lead-section .lead-form-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  color: #333;
}
.lead-section .lead-form-card__title {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
}
.lead-section .lead-form-card__subtitle {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 25px;
}
.lead-section .lead-form-card .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: inherit;
}
.lead-section .lead-form-card .wpcf7-submit {
  background: #222;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.lead-section .lead-form-card .wpcf7-submit:hover {
  background: #57b97d;
}

/* Modal
--------------------------------------------- */
.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);
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 48px;
  color: var(--text);
}
.comments-area h2,
.comments-area .comments-title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list > .comment {
  margin-bottom: 24px;
}

.comment-body {
  background: var(--item);
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.comment-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment-author .fn {
  font-weight: 600;
  color: var(--text);
}
.comment-author .says {
  display: none;
}

.comment-metadata {
  font-size: 13px;
  color: #71717a;
  margin-bottom: 12px;
}
.comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comment-metadata a:hover {
  color: var(--primary);
}

.comment-content {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}
.comment-content p {
  margin: 0 0 12px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: var(--primary);
  text-decoration: underline;
}

.reply {
  margin-top: 12px;
}
.reply a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
}
.reply a:hover {
  text-decoration: underline;
}

.children {
  list-style: none;
  margin: 16px 0 0 32px;
  padding: 0;
  border-left: 2px solid var(--secondary-item);
}
.children .comment {
  margin-top: 16px;
}

.comment-respond {
  margin-top: 40px;
  padding: 24px;
  background: var(--item);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.comment-form {
  display: grid;
  gap: 16px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #d4d4d8;
  font-size: 14px;
  color: var(--text);
  background: var(--text-w);
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.comment-form textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  margin-top: 8px;
}
.form-submit input[type=submit] {
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  background: var(--primary);
  color: var(--text-w);
  font-weight: 600;
  cursor: pointer;
}
.form-submit input[type=submit]:hover {
  opacity: 0.9;
}

.comment-awaiting-moderation {
  font-size: 13px;
  margin-bottom: 8px;
}

.bypostauthor .comment-body {
  border-left: 3px solid var(--primary);
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# 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;
}

.text-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 24px;
}/*# sourceMappingURL=style.css.map */