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

:root[data-theme=dark] {
  --primary: #da0f0f;
  --secondary: #23ff86;
  --tertiary: #ffa331;
  --hover-pr: #ff4a4a;
  --hover-sec: #00d466;
  --hover-ter: #ffb94f;
  --text-primary: #ff6b6b;
  --text-w: #ffffff;
  --text: #e5e7eb;
  --link: #ff6b6b;
  --link-hover: #ff8a8a;
  --link-visited: #ff9999;
  --link-ui: #e5e7eb;
  --link-ui-hover: #23ff86;
  --primary-button-bg: #da0f0f;
  --primary-button-bg-hover: #ff3030;
  --primary-button-color: #ffffff;
  --primary-button-color-hover: #ffffff;
  --secondary-button-bg: #23ff86;
  --secondary-button-bg-hover: #00d466;
  --secondary-button-color: #02101b;
  --secondary-button-color-hover: #02101b;
  --tertiary-button-bg: #ffa331;
  --tertiary-button-bg-hover: #ffb94f;
  --tertiary-button-color: #111827;
  --tertiary-button-color-hover: #111827;
  --white: #040815;
  --border: #1f2937;
  --dark: #f9fafb;
  --item: #0b1120;
  --body-bg: #020617;
  --body-dark-bg: #000000;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;
  --info: #38bdf8;
  --header__bg-top: #020617;
  --header__bg-main: #020617;
  --header_bg-bottom: #020617;
  --footer__bg: #000000;
  --footer__color: #f9fafb;
  --gray-50: #fafafa;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-300: #d4d4d8;
  --gray-400: #a1a1aa;
  --gray-500: #71717a;
  --gray-600: #52525b;
  --gray-700: #3f3f46;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.2);
  --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.section--flex {
  display: flex;
  align-items: center;
}

section {
  opacity: 0;
  transform: translateY(16px);
  animation: sectionFadeIn 0.8s ease forwards;
}

@keyframes sectionFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  section {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
main {
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1508px;
  margin: 0 auto;
}
@media (max-width: 1507px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1100px) {
  .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: "Overpass", 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: "Overpass", sans-serif;
  font-optical-sizing: auto;
}

/* 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: 24px;
}
.modal__content .modal__form .cf7-grid-3 {
  grid-template-columns: 1fr;
  gap: 16px;
}
.modal__content .modal__form .btn {
  width: 100%;
}
.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: 48px;
  padding: 0 44px 0 14px;
  border: 1px solid #666;
  border-radius: 1px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  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;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.slider-arrow:hover:not(:disabled) {
  background-color: var(--primary);
  color: #ffffff;
}
.slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #d1d5db;
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-pagination__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #2b2d3f;
  cursor: pointer;
  transition: color 0.3s ease;
}
.slider-pagination__item.is-active {
  color: var(--primary);
}
.slider-pagination__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #2b2d3f;
}
@media (max-width: 576px) {
  .slider-pagination__item:not(:last-child)::after {
    width: 24px;
  }
}

/* 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: 2px solid;
  border-radius: 1px;
  background: transparent;
  color: inherit;
  line-height: 0.2 !important;
  padding: 18px 42px;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 600;
  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-border-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 {
  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);
}

.phone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phone-list .phone-item {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.phone-list .phone-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.phone-list .phone-link:hover {
  color: var(--primary);
}

/* ==========================================================================
   Contact Form 7 - Global Scope
   ========================================================================== */
.wpcf7 p {
  margin: 0;
}
.wpcf7 .wpcf7-form p > br {
  display: none;
}
.wpcf7 .cf7-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 992px) {
  .wpcf7 .cf7-grid-3 {
    grid-template-columns: 1fr;
  }
}
.wpcf7 .cf7-grid-3 .btn {
  width: 100%;
  height: 100%;
  min-height: 54px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 {
  /* ==========================================================================
     ТЕКСТОВЫЕ ПОЛЯ
     ========================================================================== */
}
.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: 16px 16px 16px 48px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #ffffff;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s 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-weight: 300;
}
.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-weight: 300;
}
.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]: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: 120px;
  resize: vertical;
  padding-left: 16px;
}
.wpcf7 {
  /* ==========================================================================
     ИКОНКИ В ПОЛЯХ (через data-name обертки)
     ========================================================================== */
  /* ==========================================================================
       ИКОНКИ В ПОЛЯХ (через CSS Mask)
       ========================================================================== */
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-name]::before,
.wpcf7 .wpcf7-form-control-wrap[data-name=your-tel]::before,
.wpcf7 .wpcf7-form-control-wrap[data-name=your-email]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: var(--primary);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  z-index: 2;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-name]:focus-within::before,
.wpcf7 .wpcf7-form-control-wrap[data-name=your-tel]:focus-within::before,
.wpcf7 .wpcf7-form-control-wrap[data-name=your-email]:focus-within::before {
  background-color: var(--text);
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-name] {
  --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%207a4%204%200%201%200%208%200a4%204%200%200%200-8%200M6%2021v-2a4%204%200%200%201%204-4h4a4%204%200%200%201%204%204v2%22%2F%3E%3C%2Fsvg%3E");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-tel] {
  --svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.62%2010.79c1.44%202.83%203.76%205.15%206.59%206.59l2.2-2.2c.28-.28.67-.36%201.02-.25c1.12.37%202.32.57%203.57.57a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201A17%2017%200%200%201%203%204a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.25.2%202.45.57%203.57c.11.35.03.74-.25%201.02z%22%2F%3E%3C%2Fsvg%3E");
}
.wpcf7 .wpcf7-form-control-wrap[data-name=your-email] {
  --svg: url("data:image/svg+xml,...");
}
.wpcf7 {
  /* ==========================================================================
     ВАЛИДАЦИЯ И УВЕДОМЛЕНИЯ
     ========================================================================== */
}
.wpcf7 .wpcf7-not-valid {
  border-color: #ef4444 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ef4444;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 24px 0 0 0 !important;
  padding: 16px !important;
  border-radius: 4px;
  font-size: 14px;
  grid-column: 1/-1;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.wpcf7 {
  /* ==========================================================================
     АВТОЗАПОЛНЕНИЕ БРАУЗЕРА (Chrome Yellow Background Fix)
     ========================================================================== */
}
.wpcf7 input:is(:-webkit-autofill, :-webkit-autofill) {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: var(--text) !important;
  border: 1px solid var(--primary) !important;
}
.wpcf7 input:is(:autofill, :-webkit-autofill) {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: var(--text) !important;
  border: 1px solid var(--primary) !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation,
.top-header__nav {
  display: flex;
}
.main-navigation ul,
.top-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(0.75rem, 1.2vw, 1.5rem);
}
.main-navigation ul ul,
.top-header__nav ul ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  padding: 42px;
  background: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 1em;
  z-index: 999;
  border-radius: 6px;
}
.main-navigation ul ul li,
.top-header__nav ul ul li {
  position: relative;
  padding: 42px;
}
.main-navigation ul ul li ul,
.top-header__nav ul ul li ul {
  left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
.top-header__nav ul ul li:hover > ul,
.top-header__nav ul ul li.focus > ul {
  display: flex;
}
.main-navigation li,
.top-header__nav li {
  position: relative;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul,
.top-header__nav li:hover > ul,
.top-header__nav li.focus > ul {
  display: flex;
}
.main-navigation li:hover > a, .main-navigation li.focus > a,
.top-header__nav li:hover > a,
.top-header__nav li.focus > a {
  color: var(--link-ui-hover);
}
.main-navigation a,
.top-header__nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--link-ui);
  text-decoration: none;
  transition: color 0.3s;
}
.main-navigation a:hover, .main-navigation a.focus,
.top-header__nav a:hover,
.top-header__nav a.focus {
  color: var(--link-ui);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.top-header__nav .current_page_item > a,
.top-header__nav .current-menu-item > a,
.top-header__nav .current_page_ancestor > a,
.top-header__nav .current-menu-ancestor > a {
  color: var(--link-ui-hover);
}

.submenu_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.submenu_icon:hover {
  transform: rotate(180deg);
}

.menu-item-has-children:hover > a .submenu_icon,
.menu-item-has-children:focus-within > a .submenu_icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 37.49em) {
  .main-navigation {
    flex-direction: column;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }
  .main-navigation ul ul {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.top-header {
  background: var(--header__bg-top);
  padding: 12px 0px;
}
.top-header__col-1, .top-header__col-2 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-header .top-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--header__bg-top);
  flex-wrap: wrap;
  font-size: 15px;
}
.top-header .top-header__inner .search-btn__open {
  padding: 12px;
}
.top-header .top-header__inner .cart-header__button {
  padding: 12px 24px;
}

.cart-header__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
}
.cart-header__button .cart-header__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
  transition: transform 0.2s ease;
}
.cart-header__button:hover .cart-header__count {
  transform: scale(1.1);
}

.header-search-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header-search-toggle__btn {
  position: relative;
  z-index: 2;
}
.header-search-toggle__dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.3s ease, visibility 0.4s;
  z-index: 10;
}
.header-search-toggle__dropdown .search-block {
  min-width: 420px;
  max-width: 420px;
  margin: 0;
  padding: 47px;
}
.header-search-toggle__dropdown.is-fully-open {
  overflow: visible;
}
.header-search-toggle__dropdown .search-suggestions {
  top: auto;
}
.header-search-toggle.is-active .header-search-toggle__dropdown {
  width: 420px;
  opacity: 1;
  visibility: visible;
}
.header-search-toggle .js-search-toggle-btn {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-toggle .js-search-toggle-btn .icon {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-search-toggle .js-search-toggle-btn .i-search-1 {
  opacity: 1;
  transform: scale(1);
}
.header-search-toggle .js-search-toggle-btn .i-exit {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
}
.header-search-toggle .js-search-toggle-btn:focus:not(:focus-visible) {
  background: var(--secondary-button-bg);
  color: var(--secondary-button-color);
  border-color: var(--secondary-button-border);
}
@media (hover: hover) {
  .header-search-toggle .js-search-toggle-btn:hover {
    background: var(--secondary-button-bg-hover);
    color: var(--secondary-button-color-hover);
    border-color: var(--secondary-button-bg-hover);
  }
}
.header-search-toggle.is-active .js-search-toggle-btn .i-search-1 {
  opacity: 0;
  transform: scale(0.5);
}
.header-search-toggle.is-active .js-search-toggle-btn .i-exit {
  opacity: 1;
  transform: scale(1);
}

.bottom-header {
  background: var(--gray);
  padding: 24px 0px;
}
.bottom-header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bottom-header ul li {
  text-wrap: nowrap;
}
.bottom-header ul li a {
  text-decoration: none;
  color: var(--text);
  font-size: 18px;
}
.bottom-header ul li a:hover {
  color: var(--primary);
}

.mobile-header {
  display: none;
}

@media (max-width: 1100px) {
  .top-header,
  .bottom-header {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
}
.mobile-header {
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  width: 100%;
}
.mobile-header .button {
  padding: 12px;
}
.mobile-header .mobile-menu {
  justify-content: flex-end;
  align-items: flex-start;
}
.mobile-header .mobile-menu .mobile-menu__content {
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  height: 90%;
  width: 80%;
}
.mobile-header .mobile-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-header .mobile-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header .mobile-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: var(--f-dark);
}

.tabs .mn-tabs button {
  border-radius: 1px;
  padding: 14px;
}

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

.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: wrap;
  padding: clamp(0.5rem, 0.8vw, 1rem) clamp(1rem, 1.6vw, 2rem);
  background: var(--header__bg-main);
}

.site-branding img {
  max-width: 180px;
}

.site-title a {
  text-decoration: none;
  color: var(--link-pr);
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-weight: 400;
}
.site-title a:hover {
  color: var(--hover-pr);
}

.wp-nav-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-nav {
  flex: 0 1 clamp(280px, 34vw, 680px);
  max-width: clamp(280px, 34vw, 680px);
  overflow: hidden;
}

.main-navigation > ul {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.phone-dropdown {
  display: none;
  position: absolute;
  background: var(--white);
  box-shadow: var(--sh-md);
  padding: 0.5em;
  z-index: 99;
  border-radius: 8px;
}

.contact-btn:hover .phone-dropdown {
  display: block;
}

.phone-btn, .phone-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.5em;
  text-decoration: none;
  color: var(--text);
  font-size: 22px;
  font-weight: 300;
}

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

.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%;
  z-index: 99;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--f-white);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.go-top .icon {
  background-color: var(--white);
}
.go-top:visited {
  color: var(--text-w);
}
.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;
}

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

.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;
}
.service-header__nav ul li {
  padding: 8px 12px;
}
.service-header__nav ul li a {
  text-decoration: none;
}

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

.img-footer {
  margin-bottom: -16px;
}

.footer {
  background: var(--footer__bg);
  color: var(--footer__color);
  display: block;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer a {
  text-decoration: none;
  color: #e0e0e0;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: var(--primary);
}

.footer-main {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .footer-main {
    padding-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.footer-main__left {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-main__right {
  flex: 1;
  min-width: 0;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__brand-img {
  max-width: 160px;
  height: auto;
}
.footer__brand-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.phone-list .phone-link {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.btn {
  line-height: 1.2 !important;
}

.socials__list {
  display: flex;
  gap: 12px;
}
.socials__list .socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}
.socials__list .socials__item:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  transform: translateY(-2px);
}
.socials__list .socials__item .icon {
  font-size: 16px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.footer-nav__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-nav__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-nav__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-nav__list .menu-item a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #8c8f9e;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

.footer-bottom__navigation .footer_company {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
}
.footer-bottom__navigation .footer_company .menu-item a {
  color: #8c8f9e;
  transition: color 0.3s ease;
}
.footer-bottom__navigation .footer_company .menu-item a:hover {
  color: var(--primary);
}

.footer__copyright {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__copyright {
    white-space: normal;
  }
}

.sticky {
  display: block;
}

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

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

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

.not-found-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  
}

.error-code {
  display: flex;
  font-size: clamp(64px, 20vw, 200px);
  font-weight: 800;
  letter-spacing: 10px;
  margin-bottom: 20px;
	justify-content: center;
}

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

.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;
  }
}
.service-card {
  max-width: 612px;
  background-color: var(--gray);
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.service-card__link {
  display: flex;
  text-decoration: none;
  height: 100%;
  min-height: 200px;
}
.service-card__content {
  flex: 1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card__title {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  margin: 0 0 16px 0;
  font-size: 22px;
  font-weight: 700;
  color: #2b2d3f;
  line-height: 1.2;
}
.service-card__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease;
}
.service-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}
.service-card__media {
  flex: 0 0 40%;
  position: relative;
}
.service-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.service-card:hover {
  background-color: #fff;
  border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.service-card:hover .service-card__title::after {
  transform: translate(4px, -4px);
}
@media (max-width: 576px) {
  .service-card__link {
    flex-direction: column;
  }
  .service-card__media {
    flex: 0 0 160px;
  }
  .service-card__content {
    padding: 16px;
  }
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(0.5rem, 0.8vw, 1rem);
  margin-top: clamp(1rem, 1.6vw, 2rem);
}

.grid-blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: clamp(1rem, 1.6vw, 2rem);
}

.blog-card {
  position: relative;
  background: var(--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;
}

.case-card {
  max-width: 740px;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease;
}
.case-card__link {
  display: block;
  text-decoration: none;
}
.case-card__media {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.case-card__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.case-card__content {
  position: relative;
  z-index: 2;
  margin-top: -32px;
  margin-left: 0;
  display: inline-block;
  max-width: 90%;
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #eee;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}
.case-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  transition: color 0.3s ease;
}
.case-card:hover .case-card__img {
  transform: scale(1.04);
}
.case-card:hover .case-card__title {
  color: var(--primary);
}
@media (max-width: 768px) {
  .case-card__content {
    padding: 16px;
    margin-top: -24px;
    max-width: 95%;
  }
  .case-card__title {
    font-size: 16px;
  }
}

.grid-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 32px;
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .grid-cases {
    gap: 64px 24px;
  }
}
@media (max-width: 768px) {
  .grid-cases {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.pagination-wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.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: 180px;
  display: flex;
  align-items: center;
  background-color: var(--gray);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 42px 0;
}
.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: var(--text);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.hero-single {
  /* Если есть фоновое изображение — делаем текст белым */
}
.hero-single[style*="--hero-bg"] .hero-single__inner, .hero-single:has(.hero-single__bg img) .hero-single__inner {
  color: #ffffff;
}
.hero-single {
  /* Хлебные крошки */
}
.hero-single .hero-single__breadcrumbs {
  font-size: 14px;
  color: #6b7280;
}
.hero-single .hero-single__breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hero-single .hero-single__breadcrumbs a:hover {
  color: var(--primary);
}
.hero-single[style*="--hero-bg"] .hero-single__breadcrumbs, .hero-single:has(.hero-single__bg img) .hero-single__breadcrumbs {
  color: rgba(255, 255, 255, 0.8);
}
.hero-single {
  /* Заголовок с линией */
}
.hero-single__title {
  margin: 0;
  color: inherit;
  font-size: 48px;
  position: relative;
  padding-bottom: 24px;
}
.hero-single__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .hero-single__title {
    font-size: 32px;
    padding-bottom: 16px;
  }
  .hero-single__title::after {
    width: 48px;
  }
}
.hero-single__subtitle {
  margin: 0;
  max-width: 900px;
  color: inherit;
  font-size: 18px;
  opacity: 0.9;
}
.hero-single__desc {
  margin-top: 16px;
  max-width: 900px;
  color: inherit;
}
.hero-single__desc * {
  color: inherit;
}
.hero-single__meta {
  font-size: 14px;
  opacity: 0.8;
}

.title-section {
  margin-block: 2rem;
}
.title-section__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.title-section__flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title-section__pre {
  display: block;
  margin: 0 0 0.5rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
  line-height: 1;
}
.title-section__title {
  margin: 0 0 0.5rem;
  line-height: 1.2;
  font-size: clamp(3.5rem, 5.6vw, 3.625rem);
  font-weight: 700;
}
.title-section__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.title-section__text p {
  margin: 0 0 0.75em;
}
.title-section__text p:last-child {
  margin-bottom: 0;
}
.title-section--center {
  text-align: center;
}
.title-section--narrow {
  max-width: 60ch;
  margin-inline: auto;
}

.hero--slider {
  margin-top: 32px;
}
.hero--slider .hero-splide {
  width: 100%;
  max-width: 1820px;
  margin: auto;
}
.hero--slider .hero__media {
  position: relative;
}
.hero--slider .hero__media .hero__bg {
  width: 100%;
  -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 {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background-color: #fff;
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1100px) {
  .hero__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__content {
  flex: 0 1 50%;
  z-index: 2;
}
.hero .kama_breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
  color: #999;
}
.hero .kama_breadcrumbs a {
  color: var(--primary);
  text-decoration: none;
}
.hero__title {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #2b2d3f;
}
@media (max-width: 1100px) {
  .hero__title {
    font-size: 40px;
  }
}
.hero__subtitle {
  font-size: 18px;
  margin-bottom: 32px;
  color: #666;
}
.hero__additional {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0px;
  margin-bottom: 42px;
  padding-block: 24px;
  border-top: 1px solid rgba(186, 186, 186, 0.28);
  border-bottom: 1px solid rgba(186, 186, 186, 0.28);
}
.hero__additional-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2b2d3f;
}
.hero__additional-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 6px;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.hero__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 1100px) {
  .hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__buttons .btn {
    justify-content: center;
    width: 100%;
  }
}
.hero__phone .phone-link {
  font-size: 20px;
  font-weight: 600;
  color: #2b2d3f;
}
.hero__media {
  flex: 0 0 60%;
  margin-right: calc((100vw - 100%) / -2);
}
@media (max-width: 1100px) {
  .hero__media {
    width: 100%;
    margin-right: 0;
    margin-top: 32px;
  }
}
.hero__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.cat-section {
  margin-top: 64px;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cat-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.cat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  min-height: 240px;
  overflow: hidden;
}
.cat-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.cat-card:hover .cat-card__name::after {
  transform: scale(1.2);
}
.cat-card__header {
  padding: 16px 12px 0 12px;
}
.cat-card__name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}
.cat-card__name::after {
  content: "";
  flex-shrink: 0;
  order: -1;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.cat-card__media {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cat-card__media img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.bracket-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  background-color: transparent;
}
.bracket-item::before, .bracket-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  border: 1px solid var(--primary);
}
.bracket-item::before {
  left: 0;
  border-right: none;
}
.bracket-item::after {
  right: 0;
  border-left: none;
}

.advantages-section {
  padding-block: 64px;
}

.advantages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.advantages-grid .bracket-item {
  flex: 1 1 calc(25% - 32px);
  min-width: 240px;
  text-align: center;
}
@media (max-width: 992px) {
  .advantages-grid {
    gap: 24px;
  }
  .advantages-grid .bracket-item {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 576px) {
  .advantages-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .advantages-grid .bracket-item {
    flex: 1 1 100%;
  }
}

.service-block {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 120px;
}
.service-block__container {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .service-block__container {
    flex-direction: column;
    gap: 40px;
  }
}
.service-block__info {
  flex: 1;
}
.service-block__description {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}
.service-block__advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .service-block__advantages {
    grid-template-columns: 1fr;
  }
}
.service-block__btn-wrap {
  margin-top: 32px;
}
.service-block__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-block__list .service-card {
  background-color: #ffffff;
  max-width: 100%;
  height: 200px;
}

.tb-one {
  padding-block: 80px;
  background-color: var(--gray);
}
.tb-one__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1024px) {
  .tb-one__inner {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .tb-one__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.tb-one__media {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
}
.tb-one__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .tb-one__media {
    width: 100%;
    min-height: 240px;
  }
}
.tb-one__content {
  flex: 1;
}
.tb-one__text {
  margin: 16px 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}
.tb-one__text p {
  margin-bottom: 12px;
}
.tb-one__text p:last-child {
  margin-bottom: 0;
}

.tbt {
  padding-block: 80px;
}
.tbt__container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px 64px;
  align-items: start;
}
@media (max-width: 992px) {
  .tbt__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.tbt__top-right, .tbt__bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.tbt__media {
  width: 100%;
  max-width: 540px;
  min-height: 380px;
  border-radius: 16px;
  overflow: hidden;
}
.tbt__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tbt__title {
  margin-bottom: 24px;
}
.tbt__text, .tbt__text-bottom {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}
.tbt__text p, .tbt__text-bottom p {
  margin-bottom: 16px;
}
.tbt__text p:last-child, .tbt__text-bottom p:last-child {
  margin-bottom: 0;
}
.tbt__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
}
@media (max-width: 576px) {
  .tbt__list {
    grid-template-columns: 1fr;
  }
}
.tbt__item {
  background-color: var(--gray);
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text);
}
.tbt__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary);
  flex-shrink: 0;
}
.tbt {
  /* Позиционирование кнопки */
}
.tbt__actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 992px) {
  .tbt__actions {
    justify-content: flex-start;
  }
  .tbt__actions .btn {
    width: 100%;
  }
}
.tbt {
  /* Порядок на мобильных устройствах */
}
@media (max-width: 992px) {
  .tbt__top-left {
    order: 1;
  }
  .tbt__bottom-left {
    order: 2;
  }
  .tbt__top-right {
    order: 3;
    align-items: flex-start;
  }
  .tbt__bottom-right {
    order: 4;
    align-items: flex-start;
  }
  .tbt__media {
    max-width: 100%;
  }
}

.grid-list {
  padding-block: clamp(24px, 4vw, 56px);
}

.grid-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

/* карточка: тянется, но не больше 4 в ряд */
.grid-list__item {
  flex: 1 1 calc((100% - 3 * clamp(14px, 2vw, 24px)) / 4);
  min-width: 220px; /* чтобы не становились слишком узкими */
}

/* media */
.grid-list__media {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.grid-list__media img,
.grid-list__media picture,
.grid-list__media figure {
  display: block;
  width: 100%;
}

.grid-list__media img {
  height: 160px; /* как на скрине */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px; /* на случай если img без wrapper */
}

/* title/text */
.grid-list__title {
  margin: 10px 0 6px;
  font-weight: 600;
}

.grid-list__text {
  margin: 0;
  opacity: 0.85; /* лёгкая вторичность, как у описания */
}

/* 3 в ряд */
@media (max-width: 1100px) {
  .grid-list__item {
    flex-basis: calc((100% - 2 * clamp(14px, 2vw, 24px)) / 3);
  }
}
/* 2 в ряд */
@media (max-width: 768px) {
  .grid-list__item {
    flex-basis: calc((100% - 1 * clamp(14px, 2vw, 24px)) / 2);
  }
  .grid-list__media img {
    height: 170px;
  }
}
/* 1 в ряд */
@media (max-width: 420px) {
  .grid-list__item {
    flex-basis: 100%;
    min-width: 0;
  }
  .grid-list__media img {
    height: 190px;
  }
}
.case-list-section {
  margin-block: 80px;
  overflow: hidden;
}

.case-list__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 24px;
}
@media (max-width: 768px) {
  .case-list__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
.case-list__slider-wrapper {
  margin-right: calc((100vw - 100%) / -2);
}
.case-list__track {
  padding-right: calc((100vw - 100%) / 2);
  gap: 32px;
  padding-bottom: 24px;
}
.case-list__slide {
  width: clamp(280px, 60vw, 740px);
}
.case-list__controls {
  justify-content: flex-start;
  margin-top: 32px;
  max-width: 100%;
  width: auto;
}

.price-section {
  margin-block: 80px;
}
.price-section__title {
  margin-bottom: 48px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e5e7eb;
}
.price-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.3s ease;
}
.price-list__item:hover {
  background-color: #f8fafc;
  box-shadow: 16px 0 0 #f8fafc, -16px 0 0 #f8fafc;
}
.price-list__name {
  font-size: 16px;
  font-weight: 500;
  color: #4b5563;
}
.price-list__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .price-list__item {
    padding: 16px 0;
  }
}

.masonry-section {
  margin-block: 80px;
}
.masonry-section__title {
  margin-bottom: 48px;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.masonry-grid__item {
  position: relative;
  display: block;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in;
}
.masonry-grid__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.masonry-grid__item:hover::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.masonry-grid__item:hover .masonry-grid__img {
  transform: scale(1.03);
}
.masonry-grid__item:nth-child(3n) {
  grid-column: span 2;
  height: 480px;
}
.masonry-grid__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .masonry-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .masonry-grid__item, .masonry-grid__item:nth-child(3n) {
    grid-column: span 1;
    height: 280px;
  }
}

.steps-section {
  padding: 80px 0;
}
.steps-section__title {
  margin-bottom: 48px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1100px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.steps-card {
  background-color: var(--gray);
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.steps-card__number {
  font-size: 48px;
  font-weight: 900;
  color: var(--primary);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
}
.steps-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.steps-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #4b5563;
  margin: 0;
}
.steps-card__text p {
  margin-bottom: 8px;
}
.steps-card__text p:last-child {
  margin-bottom: 0;
}

.masonry {
  padding-block: clamp(24px, 4vw, 56px);
}

/* контейнер masonry */
.masonry__grid {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: clamp(14px, 2vw, 24px);
       column-gap: clamp(14px, 2vw, 24px);
}

/* элемент */
.masonry__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: clamp(14px, 2vw, 24px);
  border-radius: 14px;
  overflow: hidden;
}

/* изображение */
.masonry__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 3 колонки */
@media (max-width: 1100px) {
  .masonry__grid {
    -moz-column-count: 3;
         column-count: 3;
  }
}
/* 2 колонки */
@media (max-width: 768px) {
  .masonry__grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/* 1 колонка */
@media (max-width: 420px) {
  .masonry__grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.list-one {
  padding-block: clamp(24px, 4vw, 56px);
}

.list-one__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
  margin: 0;
  padding: 0;
}

/* элемент */
.list-one__item {
  flex: 1 1 calc(50% - clamp(12px, 2vw, 20px));
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  background: #f6f9fc;
}

/* номер */
.list-one__num {
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}

/* текст */
.list-one__title {
  flex: 1;
}

/* mobile */
@media (max-width: 768px) {
  .list-one__item {
    flex-basis: 100%;
  }
}
.lt-block__top {
  display: grid;
  grid-template-columns: minmax(280px, 620px) minmax(320px, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
}

.lt-block__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lt-block__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f6f9fc;
}

.lt-block__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #7fb36a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  overflow: hidden;
}

.lt-block__icon img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.lt-block__item-title {
  font-weight: 600;
}

.lt-block__media {
  border-radius: 14px;
  overflow: hidden;
}

.lt-block__media img,
.lt-block__media picture,
.lt-block__media figure {
  display: block;
  width: 100%;
}

.lt-block__media img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

/* BOTTOM WYSIWYG */
.lt-block__bottom {
  margin-top: clamp(18px, 3vw, 28px);
  max-width: 100%;
}

/* Tablet */
@media (max-width: 1024px) {
  .lt-block__top {
    grid-template-columns: 1fr 1fr;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .lt-block__top {
    grid-template-columns: 1fr;
  }
  .lt-block__media img {
    height: 260px;
  }
}
.acf-tabs__tablist,
.acf-tabs__panel {
  background: var(--bg-secondary);
  padding: 12px;
  border-radius: 12px;
}
.acf-tabs__tablist .acf-tabs__tab,
.acf-tabs__panel .acf-tabs__tab {
  background: white;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact-block__bottom, .contact-block__top {
  background-color: var(--gray);
  padding: 42px;
  border-radius: 2px;
}

.contact-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .contact-block__top {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 12px;
  }
}

.contact-block__content {
  flex: 0 0 46%;
}
@media (max-width: 992px) {
  .contact-block__content {
    flex: 1;
    text-align: center;
  }
}

.contact-block__title {
  font-size: 28px;
  font-weight: 700;
  color: #2b2d3f;
  margin: 0 0 8px 0;
}

.contact-block__text {
  font-size: 18px;
  color: #666;
  margin: 0;
}
.contact-block__text p {
  margin: 0;
}

.contact-block__form-wrapper {
  flex: 1;
}

.contact-block__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 42px;
}
@media (max-width: 992px) {
  .contact-block__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .contact-block__bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.contact-block__item {
  font-size: 28px;
  color: #2b2d3f;
}
.contact-block__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-block__item a:hover {
  color: var(--primary);
}
.contact-block__item--phone {
  font-weight: 500;
}
.contact-block__item--phone .phone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-block__item--phone .phone-item {
  margin: 0;
  padding: 0;
}
.contact-block__item--phone .phone-link {
  color: var(--text);
  font-size: 28px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-block__item--phone .phone-link:hover {
  color: var(--primary);
}
.contact-block__item--socials .socials__list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.contact-block__item--socials .socials__item {
  color: #2b2d3f;
  height: 28px;
  width: 28px;
  transition: color 0.3s ease;
}
.contact-block__item--socials .socials__item:hover {
  color: var(--primary);
}

.page-template-page-contacts main {
  min-height: auto !important;
}

/* 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;
  color: #71717a;
  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;
}/*# sourceMappingURL=style.css.map */