@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: #403120;
  --secondary: #B3D2DF;
  --tertiary: #ffa331;
  --hover-pr: #00053b;
  --hover-sec: #00b33c;
  --hover-ter: #cc8400;
  --text-primary: #da0f0f;
  --text-w: #fff;
  --text: #403120;
  --link: #FF9539;
  --link-hover: #FF9539;
  --link-visited: #ff3232;
  --link-ui: #ffffff;
  --link-ui-hover: #FF9539;
  --primary-button-bg: #B3D2DF;
  --primary-button-bg-hover: #FF9539;
  --primary-button-border: #B3D2DF;
  --primary-button-border-hover: #FF9539;
  --primary-button-color: #403120;
  --primary-button-color-hover: white;
  --secondary-button-bg: #23ff8600;
  --secondary-button-bg-hover: #FF9539;
  --secondary-button-border: white;
  --secondary-button-border-hover: #FF9539;
  --secondary-button-color: #ffffff;
  --secondary-button-color-hover: white;
  --tertiary-button-bg: #ffa331;
  --tertiary-button-bg-hover: #cc8400;
  --tertiary-button-border: #ffa331;
  --tertiary-button-border-hover: #cc8400;
  --tertiary-button-color: #071943;
  --tertiary-button-color-hover: white;
  --white: white;
  --border: #EDF1FA;
  --dark: #242F42;
  --item: #F8FBFF;
  --body-bg: #F4E8DD;
  --body-dark-bg: #151515;
  --success: #2E7D32;
  --warning: #ED6C02;
  --danger: #D32F2F;
  --info: #0288D1;
  --header__bg-top: #F4E8DD;
  --header__bg-main: #F4E8DD;
  --header_bg-bottom: #F4E8DD;
  --footer__bg: #403120;
  --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;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
}
.section--flex {
  display: flex;
  align-items: center;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
  font-size: clamp(2.875rem, 4.6vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: clamp(2.375rem, 3.8vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}
h3 {
  font-size: clamp(1.875rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}
h4 {
  font-size: clamp(1.375rem, 2.2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}
h5 {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
h6 {
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: var(--body-bg);
  font-family: "Manrope", sans-serif;
  font-weight: 550;
}
main {
  min-height: 100vh;
}
.container {
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 12px;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: -2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal--visible {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.modal__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  padding: 40px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(50px);
  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;
}
.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: 6px 12px;
}
.modal__close:hover {
  color: #000;
}
.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-suggestions__close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: var(--text);
}
.search-suggestions .search-suggestions__close:hover {
  color: var(--primary);
}
.search-suggestions .i-load {
  display: none;
  font-size: 18px;
}
.search-suggestions.is-loading .i-load {
  display: inline-block;
  margin: auto;
  animation: spin 0.8s linear infinite;
}
.search-suggestions .search-suggestions__body {
  max-height: 300px;
  overflow-y: auto;
}
.search-suggestions .search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-suggestions .search-list .search-item {
  width: 100%;
}
.search-suggestions .search-list .search-item a {
  text-decoration: none;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.search-suggestions .search-list .search-item a img {
  max-width: 82px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}
.search-suggestions .search-list .search-item a:hover {
  background-color: var(--gray-100);
  color: var(--primary);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tabs {
  --tabs-accent: #0ea5e9;
  --tabs-border: #e5e7eb;
  --tabs-radius: 10px;
}
.tabs .tabs__tablist {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.tabs [role="tab"] {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 12px 20px;
  border-radius: var(--tabs-radius);
  cursor: pointer;
  line-height: 1.2;
}
.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);
}
.tabs [role="tab"][aria-selected="false"] {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.tabs .tabs__panel {
  margin: 0;
}
.tabs .tabs__panel[hidden] {
  display: none;
}
.tabs[data-orientation="vertical"] .tabs__tablist {
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid var(--primary);
  padding-right: 0.75rem;
  margin-right: 1rem;
}
/* Links
--------------------------------------------- */
a {
  color: var(--link);
}
a:visited {
  color: var(--link-visited);
}
a:hover, a:focus, a:active {
  color: var(--link-hover);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
.link-ui {
  color: var(--link-ui);
  text-decoration: none;
}
.link-ui:hover, .link-ui:focus, .link-ui:active {
  color: var(--link-ui-hover);
}
.link-ui:focus {
  outline: thin dotted;
}
.link-ui:hover, .link-ui:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.btn-inline, .btn, button, .button, input[type="button"], input[type="reset"], input[type="submit"], .secondary-btn, .secondary-button {
  border: 1px solid;
  border-radius: 0.65rem;
  background: transparent;
  color: inherit;
  line-height: 1.2;
  padding: 18px 60px;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-inline .icon, .btn .icon, button .icon, .button .icon, input[type="button"] .icon, input[type="reset"] .icon, input[type="submit"] .icon, .secondary-btn .icon, .secondary-button .icon {
  width: 20px;
  height: 20px;
}
.btn-inline:focus-visible, .btn:focus-visible, button:focus-visible, .button:focus-visible, input[type="button"]:focus-visible, input[type="reset"]:focus-visible, input[type="submit"]:focus-visible, .secondary-btn:focus-visible, .secondary-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.btn-inline, .btn, button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-color: var(--primary-button-border);
  background: var(--primary-button-bg);
  color: var(--primary-button-color);
}
.btn-inline:visited, .btn:visited, button:visited, .button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  color: var(--primary-button-color);
}
.btn-inline:hover, .btn:hover, button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: var(--primary-button-bg-hover);
  color: var(--primary-button-color-hover);
  background: var(--primary-button-bg-hover);
}
.btn-inline:active, .btn-inline:focus, .btn:active, .btn:focus, button:active, button:focus, .button:active, .button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: var(--primary-button-border);
  color: var(--primary-button-color-hover);
  background: var(--primary-button-bg-hover);
}
.secondary-btn, .secondary-button {
  font-weight: 600;
  border-color: var(--secondary-button-border);
  background: var(--secondary-button-bg);
  color: var(--secondary-button-color);
}
.secondary-btn:visited, .secondary-button:visited {
  color: var(--secondary-button-color);
}
.secondary-btn:hover, .secondary-button:hover {
  border-color: var(--secondary-button-bg-hover);
  color: var(--secondary-button-color-hover);
  background: var(--secondary-button-bg-hover);
}
.secondary-btn:active, .secondary-btn:focus, .secondary-button:active, .secondary-button:focus {
  border-color: var(--secondary-button-border);
  color: var(--secondary-button-color-hover);
  background: var(--secondary-button-bg);
}
/* CF7 base scope */
.wpcf7 {
  /* Layout */
  /* Common wrappers */
  /* Labels */
  /* Text-like controls */
  /* Textarea specifics */
  /* Select basic caret removal for consistency */
  /* File input */
  /* Checkbox & Radio groups (no custom UI, только аккуратная раскладка) */
  /* Acceptance (GDPR etc.) */
  /* Submit button */
  /* Spinner */
  /* Validation: invalid field + tip */
  /* Global response message */
  /* Status modifiers based on form state */
  /* Helper: simple responsive row (используй по желанию в разметке) */
}
.wpcf7 p {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.wpcf7 .wpcf7-form p {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.wpcf7 .wpcf7-form p p {
  margin: 0;
}
.wpcf7 .cf7-field {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form p > br {
  display: none;
}
.wpcf7 label {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0.8;
  position: relative;
}
.wpcf7 .cf7-label {
  width: fit-content;
  z-index: 99;
  margin-left: 16px;
  margin-bottom: -6px;
}
.wpcf7 .cf7-label-text {
  color: var(--text);
  font-weight: 300;
  font-size: 14px;
  padding: 2px 12px;
  background: white;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="password"], .wpcf7 textarea, .wpcf7 select {
  display: block;
  width: 100%;
  padding: 14px;
  padding-top: 18px;
  border: 1px solid #E1D5C9;
  border-radius: 12px;
  background: #E1D5C9;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder, .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="number"]::placeholder, .wpcf7 input[type="date"]::placeholder, .wpcf7 input[type="password"]::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
  color: #9ca3af;
  font-size: 18px;
}
.wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="tel"]:hover, .wpcf7 input[type="url"]:hover, .wpcf7 input[type="number"]:hover, .wpcf7 input[type="date"]:hover, .wpcf7 input[type="password"]:hover, .wpcf7 textarea:hover, .wpcf7 select:hover {
  border-color: #d1d5db;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="text"]:focus-visible, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="email"]:focus-visible, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="tel"]:focus-visible, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="url"]:focus-visible, .wpcf7 input[type="number"]:focus, .wpcf7 input[type="number"]:focus-visible, .wpcf7 input[type="date"]:focus, .wpcf7 input[type="date"]:focus-visible, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="password"]:focus-visible, .wpcf7 textarea:focus, .wpcf7 textarea:focus-visible, .wpcf7 select:focus, .wpcf7 select:focus-visible {
  border-color: var(--primary);
}
.wpcf7 input[type="text"]:focus::placeholder, .wpcf7 input[type="text"]:focus-visible::placeholder, .wpcf7 input[type="email"]:focus::placeholder, .wpcf7 input[type="email"]:focus-visible::placeholder, .wpcf7 input[type="tel"]:focus::placeholder, .wpcf7 input[type="tel"]:focus-visible::placeholder, .wpcf7 input[type="url"]:focus::placeholder, .wpcf7 input[type="url"]:focus-visible::placeholder, .wpcf7 input[type="number"]:focus::placeholder, .wpcf7 input[type="number"]:focus-visible::placeholder, .wpcf7 input[type="date"]:focus::placeholder, .wpcf7 input[type="date"]:focus-visible::placeholder, .wpcf7 input[type="password"]:focus::placeholder, .wpcf7 input[type="password"]:focus-visible::placeholder, .wpcf7 textarea:focus::placeholder, .wpcf7 textarea:focus-visible::placeholder, .wpcf7 select:focus::placeholder, .wpcf7 select:focus-visible::placeholder {
  color: var(--primary);
}
.wpcf7 input[type="text"]:disabled, .wpcf7 input[type="email"]:disabled, .wpcf7 input[type="tel"]:disabled, .wpcf7 input[type="url"]:disabled, .wpcf7 input[type="number"]:disabled, .wpcf7 input[type="date"]:disabled, .wpcf7 input[type="password"]:disabled, .wpcf7 textarea:disabled, .wpcf7 select:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}
.wpcf7 textarea {
  min-height: 80px;
  resize: vertical;
  max-height: 180px;
}
.wpcf7 select {
  background-image: none;
}
.wpcf7 input[type="file"] {
  padding: 10px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fafafa;
}
.wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="radio"], .wpcf7 .wpcf7-radio .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2326;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
  margin-top: 3px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
}
.wpcf7 input[type="submit"], .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--secondary);
  color: var(--text);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 .wpcf7-submit:hover {
  background: #0f172a;
}
.wpcf7 input[type="submit"]:active, .wpcf7 .wpcf7-submit:active {
  transform: translateY(12px);
}
.wpcf7 input[type="submit"]:disabled, .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  border: 2px solid #e5e7eb;
  border-top-color: #111827;
  border-radius: 50%;
  animation: wpcf7spin 0.8s linear infinite;
  background: transparent;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid, .wpcf7 .wpcf7-not-valid {
  border-color: #ef4444 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #b91c1c;
}
.wpcf7 .wpcf7-response-output {
  margin: 6px 0 0;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f3f4f6;
  color: #1f2937;
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #7c2d12;
}
.wpcf7 .is-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .wpcf7 .is-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Spinner keyframes */
@keyframes wpcf7spin {
  to {
    transform: rotate(360deg);
  }
}
/* Базовый вид для автозаполненных полей */
input: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;
  transition: box-shadow 0.2s ease;
}
/* Усиливаем эффект, когда поле автозаполнено и реально валидно */
input:is(:autofill, :-webkit-autofill, :-moz-autofill):valid, textarea:is(:autofill, :-webkit-autofill, :-moz-autofill):valid, select:is(:autofill, :-webkit-autofill, :-moz-autofill):valid {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.12) inset, 0 0 0 2px rgba(16, 185, 129, 0.35);
}
/* Фокус по автозаполненному полю — слегка насыщеннее */
input:is(:autofill, :-webkit-autofill, :-moz-autofill):focus, textarea:is(:autofill, :-webkit-autofill, :-moz-autofill):focus, select:is(:autofill, :-webkit-autofill, :-moz-autofill):focus {
  box-shadow: 0 0 0 1000px rgba(16, 185, 129, 0.16) inset, 0 0 0 3px rgba(16, 185, 129, 0.28);
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation, .top-header__nav {
  display: flex;
}
.main-navigation ul, .top-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(1rem, 1.6vw, 2rem);
}
.main-navigation ul ul, .top-header__nav ul ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  padding: 42px;
  background: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 1em;
  z-index: 999;
  border-radius: 6px;
}
.main-navigation ul ul li, .top-header__nav ul ul li {
  position: relative;
  padding: 42px;
}
.main-navigation ul ul li ul, .top-header__nav ul ul li ul {
  left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .top-header__nav ul ul li:hover > ul, .top-header__nav ul ul li.focus > ul {
  display: flex;
}
.main-navigation ul ul li a, .top-header__nav ul ul li a {
  color: var(--text);
}
.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;
  font-weight: 550;
}
.main-navigation a:hover, .main-navigation a.focus, .top-header__nav a:hover, .top-header__nav a.focus {
  color: var(--link-ui);
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a, .top-header__nav .current_page_item > a, .top-header__nav .current-menu-item > a, .top-header__nav .current_page_ancestor > a, .top-header__nav .current-menu-ancestor > a {
  color: var(--link-ui-hover);
}
.submenu_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.submenu_icon:hover {
  transform: rotate(180deg);
}
.menu-item-has-children:hover > a .submenu_icon, .menu-item-has-children:focus-within > a .submenu_icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 37.49em) {
  .main-navigation {
    flex-direction: column;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }
  .main-navigation ul ul {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.site-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.top-header {
  background: var(--header__bg-top);
  padding: clamp(0.25rem, 0.5vw, 0.5rem) clamp(1.5rem, 2.5vw, 3rem);
}
.top-header .top-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--header__bg-top);
  flex-wrap: wrap;
  font-size: 14px;
}
.top-header .top-header__inner .top-header--contact ul {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-mobile__content {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .app-mobile__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .app-mobile__content img {
    width: 100%;
  }
}
.main-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 2rem);
  justify-content: space-between;
  flex-wrap: wrap;
  padding: clamp(0.5rem, 0.8vw, 1rem) clamp(1rem, 1.6vw, 2rem);
  background: var(--header__bg-main);
}
.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;
  background: var(--primary);
  padding: 20px;
  border-radius: 16px;
}
.full-menu--btn {
  background: transparent;
  padding: 0;
  display: inline-flex;
}
.full-menu--btn .icon {
  background: var(--primary);
  width: 24px;
  height: 24px;
}
.phone-dropdown {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  z-index: 99;
}
.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(--f-dark);
}
.phone-icon {
  width: 20px;
  height: 20px;
  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;
  object-fit: cover;
}
.socials__item span {
  width: 30px;
  height: 30px;
}
.socials__item {
  transition: transform 0.25s ease;
}
.socials__item:hover {
  transform: translateY(-4px);
}
.beadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  padding: 12px;
  background: #EDF1FA;
}
.home .beadcrumbs {
  display: none;
}
.trp-language-switcher > div {
  border: none;
  z-index: 999;
}
.trp-language-switcher > div a {
  color: var(--f-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.trp-language-switcher > div a:hover {
  color: var(--accent);
}
.trp-ls-shortcode-current-language {
  width: 80px !important;
}
.fixed_header {
  position: fixed;
  top: 0;
  background: #ffffffb0;
  backdrop-filter: blur(10px);
  z-index: 999;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  transition: top 0.4s ease;
}
.hide {
  top: -100px;
}
.go-top {
  position: fixed;
  right: 124px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--f-white);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.go-top:visited {
  color: var(--f-white);
}
.go-top:hover {
  background: var(--accent);
}
.go-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.go-top:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
}
.mobile-header__wrap {
  display: none;
}
@media (max-width: 767px) {
  .main-header {
    display: none;
  }
  .mobile-header__wrap {
    display: flex;
  }
}
.mobile-header__wrap {
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.mobile-header__wrap .mobile-menu {
  justify-content: flex-end;
  align-items: flex-start;
}
.mobile-header__wrap .mobile-menu .mobile-menu__content {
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  height: 90%;
  width: 84%;
}
.mobile-header__wrap .mobile-menu .mobile-menu__content .menu {
  margin-bottom: 2rem;
}
.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;
  font-weight: 700;
  color: var(--f-dark);
}
.mobile-menu__btn {
  background: var(--primary);
  padding: 18px;
}
.mobile-menu__btn .icon {
  background: var(--white);
}
.social_share {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  --size: 56px;
  --gap: 10px;
  --bg: #111;
  --fg: #fff;
  --btn-bg: #1f2937;
}
.social_share .share__cb {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.social_share .share__fab {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--bg);
  color: var(--fg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  user-select: none;
  transition: transform 0.25s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.social_share .share__fab .icon {
  transition: transform 0.25s ease;
  display: inline-block;
}
.social_share .share__fab:active {
  transform: scale(0.96);
}
.social_share .share__list {
  position: absolute;
  inset: auto 0 calc(var(--size) + 0px) 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.social_share .share__list > li {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(0) scale(0.8);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease;
  transition-delay: calc(var(--i) * 30ms);
}
.social_share .share__btn {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--btn-bg);
  color: var(--fg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.social_share .share__cb:checked ~ .share__list {
  pointer-events: auto;
}
.social_share .share__cb:checked ~ .share__list > li {
  transform: translateY(calc(-1 * var(--i) * (var(--size) + var(--gap)))) scale(1);
  opacity: 1;
}
.social_share .share__cb:checked + .share__fab .icon {
  transform: rotate(180deg);
}
.social_share .share__btn:hover {
  filter: brightness(1.1);
  transform: translateZ(0);
}
@media (prefers-reduced-motion: reduce) {
  .social_share .share__list > li, .social_share .share__fab, .social_share .share__fab .icon {
    transition: none;
  }
}
.site-footer {
  background: var(--footer__bg);
  display: block;
  color: var(--footer__color);
  margin-top: 120px;
  border-radius: 40px 40px 0px 0px;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style: none;
}
.site-footer ul li a {
  text-decoration: none;
  color: var(--footer__color);
}
.site-footer ul li a:hover {
  color: var(--accent);
}
.footer_wrap {
  display: flex;
  flex-direction: column;
  gap: 140px;
  padding-block: 100px 40px;
}
@media (max-width: 767px) {
  .footer_wrap {
    gap: 32px;
    padding-block: 40px 40px;
  }
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer-menu ul {
  display: flex;
  gap: 20px;
  width: fit-content;
}
.footer-menu ul {
  font-size: 18px;
}
.footer-menu ul:hover {
  color: var(--link-hover);
}
@media (max-width: 767px) {
  .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer-apps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-apps img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-apps {
    flex-direction: row;
  }
}
.footer-contact__wrap {
  display: flex;
  gap: clamp(5.625rem, 9vw, 5.75rem);
}
.footer-contact__wrap .socials__item img {
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .footer-contact__wrap {
    margin-top: 12px;
  }
}
.foo-cnt-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.foo-cnt-col {
  font-size: 18px;
}
.foo-cnt-col .foo-mail__inner, .foo-cnt-col .phone-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.foo-cnt-col .foo-mail__inner:hover, .foo-cnt-col .phone-item:hover {
  color: var(--link-hover);
}
.foo-cnt-col h5 {
  margin: 0;
}
.copyright {
  display: flex;
  align-items: center;
  gap: 132px;
  padding-bottom: 1rem;
}
.copyright {
  color: #696969;
  font-size: 18px;
}
.copyright #menu-footer-additional li a {
  color: #696969;
  font-size: 18px;
}
.copyright #menu-footer-additional li a:hover {
  color: var(--link-hover);
}
@media (max-width: 767px) {
  .copyright {
    flex-direction: column;
    gap: 1rem;
  }
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Обёртка всей страницы меню */
.full-woo-menu {
  /* Хелпер для контейнера */
  /* ===== HERO ===== */
  /* ===== ОСНОВНОЙ ЛЕЙАУТ ===== */
}
.full-woo-menu__hero-inner {
  display: flex;
  flex-direction: column;
  margin-top: 8%;
  gap: 32px;
  margin-bottom: 40px;
}
.full-woo-menu__hero-text {
  flex: 1 1 45%;
}
.full-woo-menu__title {
  font-size: clamp(32px, 4vw, 100px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2a211b;
  margin: 0 0 12px;
}
.full-woo-menu__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #4c4036;
}
.full-woo-menu__hero-image {
  flex: 1 1 55%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.full-woo-menu__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.full-woo-menu__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: flex-start;
  gap: 32px;
}
.full-woo-menu__sidebar {
  position: sticky;
  top: 24px;
  offset: 20px;
}
/* ===== САЙДБАР КАТЕГОРИЙ ===== */
.menu-sidebar {
  background-color: var(--primary);
  color: #fff;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.4;
}
.menu-sidebar__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.menu-sidebar__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.menu-sidebar__item + .menu-sidebar__item {
  margin-top: 6px;
}
.menu-sidebar__link {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #f6eee8;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.1s ease;
}
.menu-sidebar__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  transform: translateX(2px);
}
.menu-sidebar__cta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.menu-sidebar__cta-title {
  font-size: 13px;
  margin-bottom: 10px;
}
.menu-sidebar__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: none;
  background-color: #f3f6ff;
  color: #1f2933;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.1s ease;
}
.menu-sidebar__cta-btn:hover {
  background-color: #e0e6ff;
  transform: translateY(-1px);
}
/* ===== СЕКЦИИ КАТЕГОРИЙ ===== */
.menu-section + .menu-section {
  margin-top: 40px;
}
.menu-section__header {
  margin-bottom: 18px;
}
.menu-section__title {
  font-size: clamp(2.5rem, 4vw, 2.625rem);
  font-weight: 700;
  color: #2a211b;
  margin: 0 0 4px;
}
.menu-section__description {
  font-size: 13px;
  color: #6b5a4c;
}
.menu-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.menu-section__empty {
  font-size: 14px;
  color: #7b6a5b;
}
/* ===== КАРТОЧКА БЛЮДА ===== */
.menu-item-card {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 14px 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: default;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.menu-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}
.menu-item-card__image {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 6px;
  height: 300px;
  max-width: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.menu-item-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .menu-item-card__image {
    height: 140px;
  }
}
.menu-item-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.menu-item-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #2b2520;
  margin: 0;
}
.menu-item-card__attributes {
  font-size: 12px;
  line-height: 1.4;
  color: #8a7a6c;
  margin-top: 4px;
  margin-bottom: 4px;
}
.menu-item-card__excerpt {
  font-size: 12px;
  line-height: 1.5;
  color: #6b5a4c;
  margin: 0px;
}
.menu-item-card__meta {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-item-card__price {
  font-size: 15px;
  font-weight: 700;
  color: #2b2520;
}
/* ===== АДАПТИВ ===== */
@media (max-width: 1024px) {
  .full-woo-menu__hero-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .full-woo-menu__layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .full-woo-menu__sidebar {
    position: static;
    order: -1;
  }
  .menu-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .full-woo-menu {
    padding-top: 24px;
  }
  .full-woo-menu__hero-inner {
    margin-bottom: 24px;
  }
  .menu-sidebar {
    border-radius: 16px;
  }
  .menu-item-card {
    border-radius: 18px;
    padding: 6px;
  }
}
.menu-item-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* при ховере отменяем ограничение */
.menu-item-card:hover .menu-item-card__excerpt {
  -webkit-line-clamp: unset;
  max-height: none;
}
.not-found-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  animation: fadeIn 1s ease-in-out;
}
.error-code {
  display: flex;
  font-size: clamp(64px, 20vw, 200px);
  font-weight: 800;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
.digit {
  animation: bounce 1.5s infinite alternate ease-in-out;
  display: inline-block;
}
.digit:nth-child(1) {
  animation-delay: 0s;
}
.digit:nth-child(2) {
  animation-delay: 0.2s;
}
.digit:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-12px) scale(1.05);
  }
}
.error-message {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 500px;
  line-height: 1.6;
}
.error-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.error-actions .btn {
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  background: black;
  color: white;
  transition: background 0.3s ease, transform 0.3s ease;
}
.error-actions .btn:hover {
  background: #222;
  transform: scale(1.05);
}
.btn-secondary {
  background: #999;
}
.btn-secondary:hover {
  background: #555;
}
/* Адаптив */
@media (max-width: 600px) {
  .error-code {
    font-size: clamp(48px, 25vw, 120px);
  }
  .error-message {
    font-size: 18px;
  }
  .error-actions .btn {
    width: 100%;
    text-align: center;
  }
}
.services-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: clamp(1rem, 1.6vw, 2rem);
  gap: clamp(0.5rem, 0.8vw, 1rem);
}
.service-card {
  max-width: 340px;
  text-decoration: none;
  background-color: var(--gray-100);
  border-radius: 16px;
  padding: 12px;
}
.service-card__title {
  margin: 0;
  line-height: 1, 2;
}
.service-card__title a {
  text-decoration: none;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: var(--text);
}
.service-card__thumb img {
  border-radius: 12px;
}
.hero-front {
  display: flex;
  gap: 26px;
  margin-top: 1rem;
}
.hero-front .hero-clm__l {
  flex: 50%;
  background: var(--primary);
  color: var(--text-w);
  padding: 38px;
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 656px;
}
.hero-front .hero-clm__l .hero-text__inner span {
  font-size: clamp(1.875rem, 3vw, 2rem);
}
.hero-front .hero-clm__l .hero-text__inner h1 {
  margin: 0;
  font-size: clamp(3.75rem, 9.2vw, 5.875rem);
}
.hero-front .hero-clm__l .hero-text__inner p {
  font-size: clamp(1.375rem, 2.2vw, 1.5rem);
}
.hero-front .hero-clm__l .hero-btn__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-front .hero-clm__l .hero-btn__inner .btn {
  padding: 18px 48px;
}
.hero-front .hero-clm__r {
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-front .hero-clm__r img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero-front {
    flex-direction: column;
  }
  .hero-front .hero-clm__l {
    flex: 100%;
    order: 2;
    padding: 20px;
    max-height: none;
  }
  .hero-front .hero-clm__l .hero-btn__inner {
    flex-direction: column;
    gap: 16px;
  }
  .hero-front .hero-clm__l .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .hero-front .hero-clm__r {
    flex: 100%;
    order: 1;
  }
}
.head__who-us {
  margin-top: 12%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.head__who-us .head__who-us-r {
  max-width: 560px;
  text-align: left;
  font-size: 20px;
}
.head__who-us .head__who-us-r .file-download {
  text-decoration: none;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
.head__who-us .head__who-us-r .file-download:hover {
  color: var(--link-hover);
  border-color: var(--link-hover);
}
@media (max-width: 767px) {
  .head__who-us {
    flex-direction: column;
    gap: 24px;
  }
  .head__who-us .head__who-us-r {
    max-width: 100%;
  }
  .head__who-us .head__who-us-r .file-download {
    display: block;
    width: max-content;
    margin-left: auto;
  }
}
.number-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 60px;
  width: 100%;
  margin-top: 8%;
}
.number-list .number-item {
  max-width: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.number-list .number-item .numb-n {
  font-size: clamp(3.075rem, 7vw, 4.5rem);
  font-weight: 800;
}
.number-list .number-item .numb-n span {
  font-size: clamp(2.5rem, 4vw, 2.625rem);
}
.number-list .number-item .numb-t {
  font-size: clamp(1.375rem, 2.2vw, 1.5rem);
  font-weight: 600;
}
@media (max-width: 767px) {
  .number-list .number-item {
    max-width: 48%;
  }
  .number-list .number-item .numb-n {
    font-size: clamp(2.875rem, 4.6vw, 3rem);
  }
}
.advantage {
  display: flex;
  gap: clamp(5.5rem, 8.8vw, 5.625rem);
  margin-top: 14%;
}
.advantage .advantage-clm__r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantage .advantage-clm__r h2 {
  font-size: 42px;
}
.advantage .advantage-clm__r .faq__question {
  padding: 0px;
}
@media (max-width: 767px) {
  .advantage {
    flex-direction: column;
    gap: clamp(2.875rem, 4.6vw, 3rem);
  }
  .advantage .title-section__title {
    font-size: 52px;
  }
  .advantage .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
  }
}
.calc {
  margin-top: 10%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .calc {
    padding: 12px;
    border-radius: 24px;
  }
}
.calc .container {
  background: var(--primary);
  color: var(--text-w);
  border-radius: 24px;
  padding: 40px 48px;
}
@media (max-width: 767px) {
  .calc .container {
    padding: 16px;
  }
}
.calc .calc__inner {
  display: flex;
  gap: 156px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .calc .calc__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.calc .calc__col {
  flex: 1 1 0;
}
.calc .calc__col--left {
  max-width: 660px;
}
@media (max-width: 767px) {
  .calc .calc__col--left {
    max-width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .calc .calc__col--right {
    max-width: 100%;
    order: 1;
  }
}
.calc .calc__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .calc .calc__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .calc .calc__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.calc .calc__subtitle {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .calc .calc__subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.calc .calc__line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.calc .calc__line span:last-child {
  white-space: nowrap;
}
.calc .calc__line--bold {
  margin-top: 12px;
  font-weight: 700;
}
.calc .calc__field {
  margin-bottom: 24px;
}
.calc .calc__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  margin-bottom: 8px;
}
.calc .calc__label .calc__value {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.calc .calc__result {
  margin-top: 24px;
}
.calc .calc__result .calc__line--bold {
  font-size: 16px;
  margin-bottom: 8px;
}
.calc .calc__result .calc__line--bold span:last-child {
  font-size: 18px;
}
.calc .calc__btn {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .calc .calc__btn {
    width: 100%;
    padding: 12px;
    text-align: center;
  }
}
.calc input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
}
.calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--white);
  margin-top: -6px;
}
.calc input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}
.calc input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--white);
}
.calc input[type="range"]::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}
.calc input[type="range"]::-ms-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--white);
}
.calc input[type="range"]::-ms-track {
  height: 2px;
  border-radius: 999px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.calc input[type="range"]::-ms-fill-lower, .calc input[type="range"]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.3);
}
.contact-map {
  margin-top: 12%;
}
.contact-map iframe {
  width: 100%;
  height: 500px;
  border: 2px solid var(--primary);
  border-radius: 24px;
}
.contact-map h2 {
  margin-bottom: 2rem;
}
.faq-front {
  margin-top: 12%;
}
.faq-front h2 {
  margin-bottom: 2rem;
}
.faq-front .faq__question {
  border-bottom: 1px solid #40312038;
}
.faq-front .faq__items {
  max-width: 840px;
  margin: auto;
}
.lead-magnet__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 2.5vw, 3rem);
  margin-top: 8%;
}
@media (max-width: 767px) {
  .lead-magnet__container {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
}
.lead-col1, .lead-col2 {
  max-width: 540px;
  width: 100%;
}
.lead-magnet__desc {
  font-size: 24px;
}
@media (max-width: 767px) {
  .lead-col1 {
    order: 2;
  }
  .lead-col2 {
    order: 1;
    text-align: center;
  }
  .lead-col2 img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
  }
}
.about {
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 24px;
}
.about_wrap {
  display: flex;
  align-items: center;
  margin-top: clamp(1.5rem, 2.5vw, 3rem);
  padding: 40px 0px;
}
.about_wrap .clm__left {
  flex: 70%;
}
.about_wrap .clm__right {
  flex: 20%;
}
.grid-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  margin-top: 32px;
}
.blog-card {
  position: relative;
  background: #fffcf7;
  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;
  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;
  color: var(--primary);
}
.single-post__header {
  padding-top: 3rem;
}
.single-post__title {
  margin: 0 0 0.75rem;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 32px;
  }
}
.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__content ul, .single-post__content ol {
  margin: 0;
}
.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__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6%;
}
@media (max-width: 767px) {
  .contact-page__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.contact-col-l {
  background: var(--primary);
  color: var(--text-w);
  border-radius: 40px;
  padding: 32px;
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-col-l {
  flex: 0 0 42%;
}
@media (max-width: 767px) {
  .contact-col-l {
    flex: 0 0 100%;
  }
}
.contact-col-r {
  flex: 0 0 52%;
}
@media (max-width: 767px) {
  .contact-col-r {
    flex: 0 0 100%;
  }
}
.contact-col-r iframe {
  width: 100%;
  height: 500px;
  border-radius: 40px;
  border: 2px solid var(--primary);
}
.cnt-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cnt-item span {
  font-size: 24px;
}
.cnt-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cnt-item ul li a {
  text-decoration: none;
  color: var(--text-w);
}
.top-contact__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.top-contact__inner .cnt-item {
  width: 200px;
}
.top-contact__inner .cnt-ph {
  width: 240px;
}
.top-contact__inner .cnt-ph img {
  display: none;
}
.cont-form .lead-magnet__container {
  margin-top: 6%;
}
.bottom-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.partner-hero {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.partner-hero__inner {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .partner-hero__inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: center;
  }
}
.partner-hero__title {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.partner-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.partner-hero__image {
  justify-self: center;
  max-width: 520px;
  width: 100%;
}
.partner-hero__image-el {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
}
.partner-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .partner-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.partner-stats__item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.partner-stats__number {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--primary);
}
.partner-stats__label {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.85;
}
.partner-intro {
  padding-block: clamp(2rem, 4vw, 3rem);
}
.partner-intro__content {
  max-width: 860px;
  margin-inline: auto;
  font-size: 20px;
}
.franchise {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.franchise__header {
  margin-bottom: 1.8rem;
}
.franchise__title {
  font-size: clamp(1.7rem, 2.4vw, 3.1rem);
}
.franchise__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem 3rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .franchise__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    align-items: flex-start;
  }
}
.franchise__image {
  max-width: 100%;
}
.franchise__image-el {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  object-fit: cover;
}
.franchise__content {
  font-size: 18px;
  font-weight: 700;
}
.franchise__content ul {
  margin-top: 1rem;
}
.franchise__faq {
  margin-top: 2.5rem;
  color: var(--text-w);
}
.franchise__faq .faq__accordion {
  background: var(--primary);
  color: var(--text-w);
}
.franchising-cost {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.franchising-cost__header {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 2.25rem;
}
.franchising-cost__title {
  font-size: clamp(1.7rem, 2.4vw, 3.1rem);
  margin-bottom: 0.75rem;
}
.franchising-cost__subtitle {
  font-size: 0.98rem;
  opacity: 0.9;
}
.franchising-cost__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .franchising-cost__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.franchising-cost__footer {
  margin-top: 2rem;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.franchising-cost-card {
  border-radius: 1.25rem;
  padding: 1.4rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.franchising-cost-card__title {
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.3;
}
.franchising-cost-card__list {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.franchising-cost-card__item {
  font-size: 1.05rem;
  line-height: 1.4;
  padding-left: 0.9rem;
  position: relative;
}
.franchising-cost-card__item::before {
  content: "";
  position: absolute;
  inset-block-start: 0.55em;
  inset-inline-start: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background-color: var(--primary);
  opacity: 0.7;
}
.franchising-cost__footer {
  font-size: 18px;
}
.franchising-step {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.franchising-step__header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.25rem;
}
.franchising-step__title {
  font-size: clamp(1.7rem, 2.3vw, 3.1rem);
  margin-bottom: 0.75rem;
}
.franchising-step__subtitle {
  font-size: 18px;
  opacity: 0.9;
}
.franchising-step__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 840px;
  margin-inline: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.franchising-step__item {
  position: relative;
  padding-left: 2.75rem;
  padding-block: 1.1rem;
}
.franchising-step__item:last-child {
  padding-bottom: 0;
}
.franchising-step__item::before {
  content: "";
  position: absolute;
  inset-inline-start: -0.36rem;
  inset-block-start: 1.2rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background-color: #fff;
  border: 2px solid var(--primary);
}
.franchising-step__item-number {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.2rem;
}
.franchising-step__item-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.franchising-step__item-result {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.9;
}
.franchising-step__final {
  max-width: 840px;
  margin-inline: auto;
  margin-top: 1.8rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 600px) {
  .franchising-step__final {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.franchising-step__final-item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.franchising-step__final-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  color: var(--primary);
}
.franchising-step__final-result {
  font-weight: 600;
}
.franchising-step__footer {
  margin-top: 2rem;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.franchising-place {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.franchising-place__header {
  margin-bottom: 1.5rem;
}
.franchising-place__title {
  font-size: clamp(1.7rem, 2.3vw, 3.1rem);
}
.franchising-place__layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .franchising-place__layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: flex-start;
  }
}
.franchising-place__content {
  font-size: 18px;
}
.franchising-place__image {
  max-width: 600px;
  justify-self: center;
}
.franchising-place__image-el {
  width: 100%;
  border-radius: 1.5rem;
  display: block;
}
.partner-faq {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.partner-faq__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.partner-faq__title {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
}
.partner-faq__body .faq__accordion {
  background: var(--primary);
  color: var(--text-w);
}
.absorption {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.absorption__inner {
  max-width: 980px;
  margin-inline: auto;
}
.absorption__header {
  margin-bottom: 1.5rem;
}
.absorption__title {
  font-size: clamp(1.7rem, 2.3vw, 3.1rem);
}
.absorption__layout {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .absorption__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    align-items: flex-start;
  }
}
.absorption__image {
  max-width: 100%;
  justify-self: center;
}
.absorption__image-el {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  object-fit: cover;
}
.absorption__content {
  font-size: 18px;
}
.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;
}
.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: 700;
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  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(90deg);
}
.faq__answer {
  padding: 0 1.5rem 1rem;
  animation: fade-in 0.3s ease;
}
.faq__answer [itemprop="text"] {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.5;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-single {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.hero-single__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero-single .container {
  position: relative;
  z-index: 2;
}
.hero-single__title {
  color: white;
  margin: 0;
}
.title-section {
  margin-block: 2rem;
}
.title-section__pre {
  display: inline-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(3.075rem, 7vw, 4.5rem);
  font-weight: 800;
}
.title-section__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.title-section__text p {
  margin: 0 0 0.75em;
}
.title-section__text p:last-child {
  margin-bottom: 0;
}
.title-section--center {
  text-align: center;
}
.title-section--narrow {
  max-width: 60ch;
  margin-inline: auto;
}
.hero--slider {
  margin-top: 32px;
}
.hero--slider .hero-splide {
  width: 100%;
  max-width: 1820px;
  margin: auto;
}
.hero--slider .hero__media {
  position: relative;
}
.hero--slider .hero__media .hero__bg {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  max-height: 700px;
  height: 100%;
}
.hero--slider .hero__media .hero__bg--desk {
  display: block;
}
.hero--slider .hero__media .hero__bg--mob {
  display: none;
}
@media (max-width: 467px) {
  .hero--slider .hero__media .hero__bg--desk {
    display: none;
  }
  .hero--slider .hero__media .hero__bg--mob {
    display: block;
  }
}
.hero--slider .hero__media video.hero__bg {
  background: #000;
}
.hero--slider .hero-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 68px 78px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .hero--slider .hero-slide__content {
    padding: 24px 12px 72px;
  }
}
.hero--slider .content--clm {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero--slider .content--clm .hero__title {
  margin: 0;
  font-size: clamp(3.625rem, 5.8vw, 3.75rem);
  color: var(--text-w);
}
.hero--slider .content--clm .hero__desc {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  padding: 0;
  margin: 0;
  color: var(--text-w);
}
.hero--slider .content--clm .button, .hero--slider .content--clm button {
  margin-top: auto;
  padding: 12px 42px;
}
@media (max-width: 767px) {
  .hero--slider .content--clm .button, .hero--slider .content--clm button {
    font-size: 14px;
    padding: 12px 28px;
    width: 100%;
  }
}
.hero--slider .hero__extra {
  margin-top: 1rem;
  max-width: 640px;
  max-height: 440px;
}
.hero--slider .hero__extra img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero--slider .hero__extra {
    display: none;
  }
}
.hero--slider .splide__arrows {
  position: absolute;
  bottom: 3em;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero--slider .splide__arrow {
  background: var(--primary);
  border-color: var(--primary);
}
.hero--slider .splide__arrow:hover {
  background-color: var(--secondary);
}
.hero--slider .splide__arrow svg {
  fill: var(--text);
  width: 1em !important;
}
.hero--slider .splide__arrow--prev {
  left: 5em;
  bottom: 5em;
}
.hero--slider .splide__arrow--next {
  left: 14em;
  bottom: 5em;
}
.hero--slider .splide__pagination {
  bottom: 2em;
  left: 7em;
  width: fit-content;
}
@media (max-width: 767px) {
  .hero--slider .splide__pagination {
    left: 8em;
  }
}
.hero--slider .splide__pagination__page.is-active {
  background: var(--primary);
}
.hero--slider .splide__pagination__page {
  background: white;
}
@media (max-width: 767px) {
  .hero--slider .splide__arrow--prev {
    left: 1em;
  }
  .hero--slider .splide__arrow--next {
    right: 1em !important;
    left: auto;
  }
}
.hero-splide__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-splide__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-arrow {
  /* твой внешний вид кнопок */
}
.hero-splide__pagination {
  display: flex;
  gap: 8px;
}
.hero--slider .splide__track {
  overflow: hidden;
}
.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;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--primary);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--text);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=https://oneshott.kz/wp-content/build/scss_library/110646111f320bafe4d5a53c94a9584bce617477.css.map */