/*!
Theme Name: soer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soer
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.

soer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	
	-webkit-text-size-adjust: 100%;
}

:root {
    --global-transition: all 0.3s ease;
}

/* 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 {

}

/* 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 {

}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
a {
    color: #F17F0D;
    text-decoration: none;
}
/**
 * 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-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-size: 100%;

	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {


}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  font-weight: 300;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
    color: #000;
    margin-bottom: 21px;
}
.text_hero li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
    color: #000;
    margin-bottom: 21px;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {

}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {

}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #2B2B2B;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}



button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1025) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {

}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1 {
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 49.5px */
        letter-spacing: -2.25px;
    margin-block-start: 0;
    margin-block-end: 0;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}







body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

/* ===== Контейнер ===== */
.container {
  max-width: 1360px;
  margin: 0 auto;
}
.top-bar .container {
  display: flex;
justify-content: end;
  align-items: center;
}

/* ===== Верхня панель ===== */
.top-bar {
  background: #fff;
  padding: 15px 0;
  font-size: 16px;
      max-width: 1160px;
    margin: 0 auto;
}

.top-bar__contacts {
  display: flex;
  align-items: center;
  gap: 35px;
}

.top-bar__phone, .top-bar__email {
  color: #000;
  text-decoration: none;
  display: flex;
  gap: 12px;
      align-items: center;
}

.top-bar__socials {
    display: flex;
    gap: 4px;
    margin-left: -21px;
}
element.style {
    display: flex
;
    align-items: center;
}

.icon-phone, .icon-mail {
	display: flex;
    align-items: center;
}



/* ===== Нижня панель ===== */
.main-header {
  background: #2b2b2b;
  padding: 16px 0;
}

.main-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* ===== Меню ===== */
.menu {
  list-style: none;
  display: flex;
  gap: 55px;
  margin: 0;
  padding: 0;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -0.9px;
}

.menu li.current-menu-item a {
  color: #ff7a00;
}
.menu li a:hover  {
  color: #ff7a00;
}

/* ===== Кнопка ===== */
.header-btn {
  background: #ff7a00;
  color: #fff;
    padding: 13px 25px;
  border-radius: 54px;
  text-decoration: none;
  font-size: 16px;
}
.main-header .logo {
    position: absolute;
}
.main-header__inner {
    position: relative;
}
.menu {
    margin-left: 200px;
}

:root{
  --accent:#ff7a00;
  --bg-soft:#F9F9F9;
  --text:#171717;
  --muted:#6f6f6f;
  --card-bg:#ffffff;
  --shadow:0 6px 24px rgba(0,0,0,.06);
  --radius-hero:24px;
  --radius-card:16px;
}


/* секція hero */
.hero {
  background:var(--bg-soft);
  padding:56px 0 28px;
      padding: 63px 0 0px;
}
main {
    background-color: #F9F9F9;
}

.hero {
    margin: 0 0 100px 0;
}

.hero__grid{
  display:grid;
  grid-template-columns: 1fr 560px; /* ліва ширша */
  align-items:center;
  gap:40px;
}

.hero__content{ color:var(--text); }

.hero__title{
  font-size:57px;
line-height: 110%;
letter-spacing: -2.884px;
    font-weight: 400;
}

.hero__title span { 
    color:#ff7a00; 
}

.hero__subtitle {
    margin: 15px 0 23px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%;
    color: #2B2B2B;
	max-width: 378px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding: 21px 51px;
    border-radius: 55px;
	color: #EAEAEA;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 110%; /* 17.6px */
		letter-spacing: -0.8px;
}
.btn--primary{
  background:var(--accent);

}

.btn--black{
  background:#2B2B2B;

}
.hero__art{
  justify-self:end;
  background:#fff0; /* прозорий */
  border-radius: var(--radius-hero);
}
.hero__img{
  display:block;
  width:520px;       /* близько до макета */
  height:auto;
}

/* Рейтинги */
.hero__ratings{
  margin-top:82px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}

.rating-card {
border-radius: 16px;
background: #FFF;
box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
padding: 20px 18px;
}

.rating-card__row{
  display:flex;
  align-items:center;
  gap:6px;
}

.rating-card__icon{
  display:inline-flex;
  width:36px;
  height:36px;
}

.rating-card__score{
  font-size:22px;
font-weight: 600;
  color:#F17F0D;
  font-size: 30px;
}

.rating-card__star{
  display:inline-flex;
  color:var(--accent);
}

.rating-card__label {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.rating-card__icon {
    background: var(--Grey, #F9F9F9);
    display: flex;
    width: 61px;
    padding: 9px 13px 16px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 61px;
}
.row_inner {
    display: flex;
    gap: 10px;
    align-items: center;
}



.benefits {
    margin: 100px 0;
}

.benefits__title{
  text-align:center;
}

/* загальна сітка: ліва (картки) + права (список) */
.benefits__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
      gap: 21px;

}

/* ---- Статистика ---- */
.benefits__stats{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-content:start;
      gap: 12px;
}

.stat-card{
  background:#fff;
  min-height:120px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding: 23px 26px;
}

.stat-card--accent{
  background:#ff7a00;
  color:#fff;
}

.stat-card--wide{
  grid-column: 1 / -1; /* на всю ширину низом */
  min-height:140px;
}

.stat-card__num{

  color:#fff;
}

.stat-card__num--accent{ color:#ff7a00; }

.stat-card--accent .stat-card__num {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-card--accent .stat-card__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.stat-card__num {
	font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-card__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.stat-card {
    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
    border-radius: 16px;
}

.benefits__list {
    display: grid;
    align-content: space-between;
}

.benefit {
    display: flex;
    gap: 16px;
}

.benefit__icon{
  width:44px; height:44px;
  border-radius:12px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;

}

.benefit__icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
}
.benefit__desc {
    max-width: 349px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2B2B2B;
}
h2 {
    font-size: 45px;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -2.25px;
    color: #2B2B2B;
    margin: 0;
    margin-bottom: 20px;
}





.services{ 
	margin:100px 0 75px 0; 

}

/* сітка: 2 колонки, перша картка — на всю ширину */
.services__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

/* картка */
.service-card{
  position:relative;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr auto;
  row-gap:10px;
      text-decoration: none;
    padding:20px 32px;
}

.service-card__icon{
  width:61px;height:61px;
  display:flex;align-items:center;justify-content:center;
}

.service-card__title{

}

.service-card__more{
  margin-top:auto;
  display:inline-flex; align-items:center; gap:6px;
  text-decoration:none;
  color:#ff7a00;

}
h3, h4, h5, h6 {
    margin: 0;
}

/* Featured */
.service-card--featured{

  min-height:180px;
  padding:20px 32px;
}

.service-card--featured .service-card__icon{

}

/* круглий бейдж “Scopus” праворуч */
.service-card__badge{
  grid-row:1 / span 3;
  grid-column:2;
  align-self:center;
  justify-self:end;
  width:180px;height:120px; /* контейнер під бейдж */
  display:flex;align-items:center;justify-content:center;
  pointer-events:none;
}
.service-card__badge span{
  display:grid;place-items:center;
  width:132px;height:132px;border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #ffd1a6, #ff7a00 70%);
  color:#fff;
  font-weight:800;font-size:28px;
  border:8px solid rgba(255,255,255,.85);
}
.service-card__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
	max-width: 303px;
	    color: #000;
    text-decoration: none;
}
.service-card:hover {
transition: var(--global-transition);
}

.service-card:hover {
    background-image: url(/wp-content/uploads/2025/09/image-66.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #F17F0D;
	transition: var(--global-transition);
}

.service-card__more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ff7a00;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.1px;
}
.service-card:hover .service-card__more {
    color: #ffffff;
}
.service-card:hover .service-card__title {
    color: #ffffff;
}
.services .benefits__title {
	margin-bottom: 33px;
}

.btn:hover, .header-btn:hover {
    background: #ffffff;
	transition: var(--global-transition);
}
.btn, .header-btn {
	transition: var(--global-transition);
}
.service-card {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	transition: var(--global-transition);
}

.reviews{ margin: 100px 0; }

.reviews__title{
  text-align:center;
  margin:0 0 33px;
	font-style: normal;
	line-height: 110%; /* 49.5px */
	letter-spacing: -2.25px;
	color: #2B2B2B;
}

.reviews-carousel{ position:relative; }

/* Картка відгуку */
.review-card{
  background:#fff;
  border-radius:16px;
box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
  padding:20px 25px;
  min-height:180px;
}
.review-card__date {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.review-card__head{
  display:grid;
  grid-template-columns: 48px 1fr auto;
  gap:25px;
  align-items:center;
  margin-bottom:8px;
}

.review-card__avatar{
  width:48px; height:48px; border-radius:50%; object-fit:cover;
}

.review-card__name{ font-weight:700; color:#111; }
.review-card__stars{ color:#ff7a00; font-size:14px; letter-spacing:2px; }

.review-card__quote{

}
.review-card__stars img {
    width: 91px !important;
    height: auto;
    margin-top: 4px;
}
.review-card__quote {
    margin-top: -35px;
}
.review-card__avatar {
    width: 61px;
    height: 61px;
    min-width: 61px;
    min-height: 61px;
    border-radius: 50%;
}

.review-card__text {
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
}

/* Навігація Owl */
.reviews .owl-nav{
  position:relative;
}
.reviews .owl-nav button {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #ff7a00 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews .owl-nav .owl-prev{ left:-75px; }
.reviews .owl-nav .owl-next{ right:-75px; }

/* Точки вимкнені, але якщо увімкнеш — зроби як у макеті */


/* Кнопка "Читати всі" (локальні стилі, без глобального .btn) */
.reviews__actions{
  display:flex; justify-content:center;
}
.reviews__all {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 18.5px 51px;
    border-radius: 28px;
    border: 1px solid #F17F0D;
    color: #F17F0D !important;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    max-width: 225px;
    width: 225px;
}

.reviews .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}
.reviews {
    margin: 75px 30px 55px 30px;
    border-radius: 32px;
    background: var(--White, #FFF);
    padding: 100px 0;
}
.reviews .owl-carousel.owl-drag .owl-item {
    padding-bottom: 25px;
}

.reviews__all {
	transition: var(--global-transition);
}
.reviews__all:hover {
    border: 1px solid #000;
    color: #000 !important;
	transition: var(--global-transition);
}
/* секція з градієнтом та центруванням */
.cta-form{
  padding:48px 0 64px;
  background: linear-gradient(180deg, #fff 0%, #fef2e8 12%, #f7a457 100%);
  position: relative;
  overflow: hidden;
}
.cta-form__title{
 text-align:center;
}
.cta-form__subtitle {
    margin: 0 0 25px;
    text-align: center;
    color: #2B2B2B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
/*.cta-form__decor{ position:absolute; right:0; bottom:-16px; width:320px; opacity:.9; pointer-events:none; }*/

/* сітка форми */
.cta-form .form-grid{
  display:grid; gap:12px; margin-top:12px;
  grid-template-columns: repeat(4, 1fr);
}
.cta-form .form-col{ }
.cta-form .form-row{ grid-column: 1 / -1; }

/* textarea на всю ширину */
.cta-form .form-row--textarea textarea{ min-height:110px; resize:vertical; }

/* чекбокси */

.cta-form .form-row--checks .form-label{ color:#2B2B2B; font-weight:400; }
.cta-form .form-row--checks .wpcf7-list-item{ margin:0 18px 0 0; }
.cta-form .form-row--checks .wpcf7-list-item label{ display:inline-flex; align-items:center; gap:8px; color:#333; }

/* інпути/селект/textarea */
.cta-form .wpcf7-form-control {
    width: 100%;
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 100px;
    padding: 20px 23px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cta-form select.wpcf7-form-control{ appearance:none; background-image:linear-gradient(45deg, transparent 50%, #222 50%), linear-gradient(135deg, #222 50%, transparent 50%); background-position: calc(100% - 22px) calc(50% - 4px), calc(100% - 14px) calc(50% - 4px); background-size:8px 8px, 8px 8px; background-repeat:no-repeat; }
.cta-form .wpcf7-form-control:focus{ outline:none; border-color:#ffcaa3; box-shadow:0 0 0 4px rgba(255,122,0,.18); }
.cta-form textarea.wpcf7-form-control{ border-radius:16px; }

/* повідомлення про помилки/успіх */
.cta-form .wpcf7-not-valid-tip{ color:#d33; font-size:13px; margin-top:6px; }
.cta-form .wpcf7-response-output{ margin-top:12px; border-radius:12px; }

/* кнопка */
.cta-form .form-actions{ grid-column:1 / -1; display:flex; justify-content:center; margin-top:6px; }
.cta-form .cta-submit{
  background:#ff7a00;  border:none; cursor:pointer;
border-radius: 54.448px;
    color: #EAEAEA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    padding: 21px 36px;
}
.cta-form .cta-submit:focus{ outline:none; box-shadow:0 0 0 4px rgba(255,122,0,.22); }

/* аватарні чекбокси (стандартні квадратики залишаємо) */
.cta-form input[type="checkbox"]{
  width:16px; height:16px; border-radius:4px; border:1px solid #bbb; appearance:auto;
}
.form-row--checks .wpcf7-form-control {
   width:100%; border:0px solid transparent; 
   background:transparent;
     box-shadow: none;
         padding: 0;
}
.cta-form .form-row--checks .form-label {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 34px;
}
.cta-form .form-row--checks p {
    margin: 0;
}
.form-grid p {
    margin: 0;
}
.cta-form select.wpcf7-form-control {
  appearance: none;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2025/09/arrow-down-sign-to-navigate-1.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px auto; /* розмір іконки */
  padding-right: 40px; /* відступ під іконку */
  cursor: pointer;
}
.cta-form textarea.wpcf7-form-control {
    border-radius: 16px;
    padding: 16px 23px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Inter';
    max-height: 104px;
}
.cta-form ::placeholder {
  color: #2B2B2B;
  opacity: 1; /* обов’язково, щоб колір не був напівпрозорим у Safari */
}
.cta-form :-ms-input-placeholder { color: #2B2B2B; }
.cta-form ::-ms-input-placeholder { color: #2B2B2B; }
.cta-form ::-webkit-input-placeholder { color: #2B2B2B; }

/* Стилізація чекбоксів у формі */
.cta-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  border: 1px solid var(--Grey-Dark, #E7E7E7);
  background: #FFF;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
}

/* Активний стан (коли вибрано) */
.cta-form input[type="checkbox"]:checked {
  background-color: #ff7a00; /* твій акцентний */
  border-color: #ff7a00;
}

/* Галочка (через псевдоелемент) */
.cta-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Вирівнювання з лейблом */
.cta-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cta-form .wpcf7-list-item-label {
    font-size: 15px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cta-form {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #fef2e8 12%, #f7a457 100%);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(241, 127, 13, 0.05) 6.57%, #F17F0D 139.3%);
    margin: 55px 30px;
}

.why{
    margin: 100px 0;
    background: #f7f7f7;
    padding-bottom: 100px;
        margin-bottom: 0;
}
.why__title{
  text-align:center;
  margin:0 0 30px;

}

.why__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:0; /* міжколонкові лінії як у макеті — через псевдоелементи */
  background:#fff0; /* прозорий */
}

/* Колонка */
.why-item{

  position:relative;
}

.why-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    opacity: 0.2;
    background: #7F7F7F;
    right: 30px;
}

/* Іконка в капсулі */
.why-item__icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.why-item__title {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	max-width: 295px;
}
.why-item__desc {
    margin: 0;

    color: #2B2B2B;
    max-width: 295px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
    margin-top: 14px;
}

/* Кнопка під сіткою */
.why__actions{
  margin-top:30px;
  display:flex; justify-content:center;
}

/* Trustpilot рядок */
.why__trust{
  margin-top:35px;
  display:flex; justify-content:center; align-items:center; gap:10px;
  color:#333; font-size:15px;
}
.trust-star{ color:#00b67a; font-size:18px; line-height:1; }
.why__trust-name {
    color: #000;
    font-family: Manrope;
    font-size: 19.734px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.734px;
}
.why__trust-score{
  background:#fff7f0;
  color:#2B2B2B;
  border:1px solid #ffd9bf;
  border-radius:12px;
  padding:4px 8px;
  font-size:13px;
}

.why__trust-score b {
    color: var(--Orange, #F17F0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.why__trust-score  {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.why__trust-score {
    border-radius: 100px;
    border: 1px solid var(--Grey-Dark, #E7E7E7);
    background: var(--Grey, #F9F9F9);
        padding: 5px 10px;
}



.steps {
    padding: 100px 0;
    border-radius: 32px;
    background: var(--White, #FFF);
    margin: 0px 30px 30px 30px;
}
.steps__title{ text-align:center; margin:0 0 25px;  }

/* Таби-кроки з пунктирною лінією */
.steps__tabs{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  align-items:start;
  max-width:880px;
  margin:0 auto 18px;
  position:relative;
  padding-top:6px;
}
.steps__tabs::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 38px;
    border-top: 2px dotted #ff7a00;
    opacity: .55;
    z-index: 0;
}

.step{
  background:none; border:0; padding:0 6px 10px; text-align:center; cursor:pointer;
  display:grid; justify-items:center; gap:8px; color:#444; font-size:14px;
}
.step:focus{ outline:none; }


.step__dot{
  width:44px; height:44px; border-radius:50%;
  display:grid; place-items:center; background:#fff;
  border:2px solid #ff7a00; color:#ff7a00; font-weight:800;
  box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.step.is-active .step__dot,
.step[aria-selected="true"] .step__dot{ background:#ff7a00; color:#fff; }

/* Панель і картка */
.steps__panel{ }
.steps__card{
  position:relative;
  margin-top:12px;
    background-color: var(--Grey, #F9F9F9);
    filter: drop-shadow(0 10px 5px rgba(56, 56, 56, 0.03));
  border-radius:18px;
  padding:22px 26px;
  min-height:220px;
  align-items:center;
}
.steps__badge {
    display: inline-block;
    /* font-size: 13px; */
    color: #ff7a00;
    border: 1px solid #E7E7E7;
    border-radius: 999px;
    padding: 8px 13px;
    margin-bottom: 24px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.steps__card-title {
    margin: 0px 0 12px;
    color: #2B2B2B;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.steps__card-text {
    margin: 0 0 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
}


.steps__btn--final{ background:#ff7a00; color:#fff; border-color:#ff7a00; }

.steps__art{ justify-self:end; }
.steps__art img{ display:block; width:100%; height:auto; }

/* приховування ARIA-friendly */
[hidden]{ display:none !important; }

.flex_steps {
    display: flex;
       justify-content: space-between;
}
.flex_steps .flex_col:first-child {
    max-width: 763px;
}
.steps__panel {
  position: relative;
}
.steps__card {
    max-width: 1170px;
    margin: 0 auto;
}
.steps__panel:after {
    content: '';
    border: 1px solid #2B2B2B;
    stroke: var(--Black, #2B2B2B);
    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
    border-radius: 16px;
    height: 172px;
    padding-top: 20p;
    top: 53px;
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
}
.steps__card {
    max-width: 1170px;
    margin: 0 auto;
        z-index: 1;
}
.step {
    z-index: 1;
}
.steps__tabs::before {
    z-index: 0;
}
.step__dot {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.9px;
    width: 60px;
    height: 60px;
}
.step__label {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
}


.reviews-hero{
  background:#2b2b2b; color:#e9e9e9; margin:30px 30px;
  padding: 100px 0;
  border-radius: 32px;
}
.reviews-hero__content {
 
}
.reviews-hero__title{
  margin:0 0 11px;  color:#fff;
}
.reviews-hero__subtitle{ margin:0 0 19px; color:#fff; font-size:20px; opacity: 0.5; 
font-weight: 300;
}

/* Картка */
.reviews-hero__card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:18px 22px;
  color:#ededed;
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}
.rh-card__head{
  display:grid; grid-template-columns:48px 1fr auto; gap:12px; align-items:center; margin-bottom:8px;
}
.rh-card__avatar{ width:48px; height:48px; border-radius:50%; object-fit:cover; }
.rh-card__name{ font-weight:700; color:#fff; }
.rh-card__stars{ color:#ff7a00; letter-spacing:2px; font-size:14px; }
.rh-card__quote{ font-size:34px; line-height:1; color:#ffffffcc; font-family:serif; }
.rh-card__text{ color:#e5e5e5; font-size:15px; line-height:1.55; margin-bottom:8px; }
.rh-card__date{ color:#c7c7c7; font-size:13px; }

/* Owl навігація на темному */
.reviews-hero .owl-nav{ margin-top:10px; }
.reviews-hero .owl-nav button{
  width:36px; height:36px; border-radius:50%;
  border:1px solid #ff7a00 !important;
  background:transparent !important; color:#ff7a00 !important;
  font-size:20px !important; line-height:1 !important;
  display:inline-flex; align-items:center; justify-content:center;
  margin:0 6px;
}
.reviews-hero .owl-dots{ text-align:center; margin-top:8px; }
.reviews-hero .owl-dot span{ background:#777 !important; }
.reviews-hero .owl-dot.active span{ background:#ff7a00 !important; }

.reviews-hero__carousel-wrap {
  display: block;
  width: 100%;
}

.reviews-hero__grid{
  display:flex;
  align-items:center;
  gap:40px;
}

/* колонки */
.reviews-hero__content{ flex:1 1 55%; }
.reviews-hero__carousel-wrap{
  flex:1 1 45%;
  display:block;      /* важливо для Owl */
  min-width:0;        /* щоб stage не вилазив */
}
.reviews-hero__content {
    padding-right: 25px;
    border-right: 1px solid #ffffff4d;
}
.reviews-hero .review-card {
    background: transparent;
    border-radius: 16px;
    box-shadow: none;
    padding: 0;
    /* min-height: 180px; */
}
.reviews-hero .review-card__text {
    color: #ffffff;
}
.reviews-hero .review-card__name {
    font-weight: 400;
    color: #ffffff;
}
.reviews-hero .review-card__date {
    color: #fff;
}

.text_hero ul {
  list-style: none;            
  margin: 0;
  padding-left: 0;
}

.text_hero ul li, .text_hero ol li {
  position: relative;
  padding-left: 28px;          /* місце для іконки */
  margin-bottom: 5px;
  line-height: 27.2px; 
}

.text_hero ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;                    /* регулюй вертикальне вирівнювання */
  width: 22px; 
  height: 22px;
  background: url('/wp-content/uploads/2025/10/checked-5-17.svg') no-repeat center/contain;
}
.text_hero  ol {
    margin-left: 0;
    padding-left: 28px;
        margin-bottom: 21px;
}
 .text_hero ol li {
    padding-left: 0;
}
.section_hero_text .text_hero {
  max-height: 560px;          /* фіксована висота */
  overflow-y: auto;           /* вертикальна прокрутка */
  padding-right: 12px;        /* щоб текст не перекривав скролбар */
  scrollbar-gutter: stable;   /* сучасний метод збереження ширини */
}

/* WebKit браузери (Chrome, Edge, Safari) */
.section_hero_text .text_hero::-webkit-scrollbar {
  width: 3px;                 /* товщина скролу */
}
.section_hero_text .text_hero::-webkit-scrollbar-track {
  background: #E7E7E7;   
}
.section_hero_text .text_hero::-webkit-scrollbar-thumb {
  background-color: #F17F0D;  /* колір бігунка */
}

/* Firefox */
.section_hero_text .text_hero {
  scrollbar-width: thin;                  /* тонкий скрол */
  scrollbar-color: #F17F0D transparent;   /* thumb + трек */
}
.section_hero_text {
    border-radius: 32px;
    background: var(--White, #FFF);
    margin: 30px 30px 0px 30px;
    padding: 100px 0 44px 0;
}

.faq {
  margin: 100px 0;
}

.faq__title {
  margin-bottom: 27px;
  text-align: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
  overflow: hidden;
}


.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    outline: none;
    padding: 8px 10px 8px 20px;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        background: #fff;
    border-radius: 60px;
}

.faq__question:hover {

}

.faq__icon {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2025/10/Down-2.svg) center / contain no-repeat;
    transform: rotate(0);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    background-size: 25px;
    background-color: #F9F9F9;
    border-radius: 50%;
}

.faq__item.active .faq__icon {
    transform: rotate(180deg);
  
    background: url(/wp-content/uploads/2025/10/Down-2-1.svg) center / contain no-repeat;
     background-color: #F17F0D;
         background-size: 12px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}

.faq__item.active .faq__answer {
    max-height: max-content;
    padding: 16px 20px 20px;

}

.faq__answer p {
  margin: 0;
  color: #2B2B2B;
  line-height: 1.6;
}


.news {
    margin: 100px 0px 0;
    padding-bottom: 100px;
}

.news__title {
  text-align: center;
  margin-bottom: 32px;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
  padding: 0 0 20px;
  transition: transform 0.3s;
      padding: 5px;
          padding: 5px 5px 20px 5px;
}
.news-card:hover {
  transform: translateY(-4px);
}

.news-card__thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: #2B2B2B;
}

.news-card__meta img {
  vertical-align: middle;
  margin-right: 4px;
   margin-left: 20px;
}

.news-card__title {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 20px 8px;
}
.news-card__title a {
    color: #2B2B2B;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.news-card__more {
    color: #F17F0D;
    padding-left: 20px;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}
.news__footer {
  text-align: center;
  margin-top: 30px;
}

.btn.btn--outline {
    display: inline-block;
    padding: 21px 32px;
    border: 1px solid #F17F0D;
    border-radius: 40px;
    color: #F17F0D;
    background: transparent;
    transition: 0.3s;
    width: 225px;
    height: 60px;
}
.btn.btn--outline:hover {
  background: #F17F0D;
  color: #fff;
}

.news-card__date {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-card__views {
    display: flex;
    gap: 5px;
    align-items: center;
}
.news-card__meta {
    margin-top: 15px;
}

.site-footer{
  background:#2b2b2b;
  color:#cfcfcf;
  padding:36px 0 20px;
}

/* верхня сітка */
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap:28px;
  align-items:start;
}

/* логотип-пілля */
.footer__logo-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-height: 44px; */
    padding: 0 18px;
    border-radius: 55px;
    background: #ff7a00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .4px;
    width: 225px;
    height: 60px;
    font-size: 28px;
}
.footer__brand .custom-logo{ max-height:44px; width:auto; }
.footer__tagline {
    margin-top: 13px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.footer__tagline-accent{ color:#ff7a00; }

/* колонки меню */
.footer__heading {
    color: #fff;
    margin: 0px 0 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.6px;
}
.footer__menu{ list-style:none; margin:0; padding:0; }

.footer__menu a {
    text-decoration: none;
    color: #7A7B7B;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.footer__menu a:hover{ color:#fff; }

.footer__card {
    border-radius: 18px;
    padding: 19px 20px 26px 20px;
    color: #ffffff;
    border-radius: 32px;
    background: rgba(249, 249, 249, 0.10);
}
.contact-list{
  list-style:none; margin:8px 0 10px; padding:0; display:grid; gap:10px;
}
.contact-list li{
  display:flex; align-items:center; gap:10px; color:#e1e1e1;
}
.contact-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-list a:hover{ color:#ff7a00; }


/* соц.іконки */
.socials{ display:flex; gap:5px; margin-top:22px; }


/* нижня смужка */
.footer__bottom{
  margin-top:51px; padding-top:17px; border-top:1px solid #404040;
  font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  color:#7A7B7B; 
}
.footer__payments img {
    height: auto;
    width: 270px;
    margin-left: 0;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #fff url('/wp-content/uploads/2025/10/Down-2-2.svg') center/22px 22px no-repeat;
    background-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, transform .2s ease;
  z-index: 999;
}

.to-top:hover {

}

/* показуємо після прокрутки */
.to-top.visible {
  opacity: 1;
  visibility: visible;
}



/* ===== Видимість елементів у шапці ===== */
@media (max-width: 1024px) {
  .main-header .menu { display: none; }              /* ховаємо десктопне меню */
  .header-btn { display: none; }                     /* ховаємо десктопну CTA */
  .header-actions { display: flex; gap: 12px; }      /* показуємо блок із кнопками */
}
@media (min-width: 1025px) {
  .header-actions { display: none; }                 /* на десктопі не потрібні */
}

/* Кнопки праворуч у шапці */
.header-actions { align-items: center; }
.ha-btn{
  height: 44px; min-width: 44px; padding: 0 14px;
  border-radius: 22px; border:1px solid #fff; background: transparent; color:#fff;
  display:inline-flex; align-items:center; justify-content:center; gap:6px; cursor:pointer;
}
.ha-lang { font-weight:600; }
.ha-call { padding:0; width:44px; }
.ha-burger { width:44px; }


/* ===== Off-canvas ===== */
.mm { position: fixed; inset: 0; z-index: 9999; pointer-events: none; }
.mm__overlay{
  position:absolute; inset:0; background:rgba(0,0,0,.4);
  opacity:0; transition: opacity .25s ease;
}
.mm__panel{
  position:absolute; top:0; right:0; height:100%; width:100%;
  background:#2b2b2b; color:#eaeaea;
  transform: translateX(100%); transition: transform .28s ease;
    padding: 5px 16px 20px;
  border-top-left-radius:0; border-bottom-left-radius:0;
}
.mm.is-open { pointer-events: auto; }
.mm.is-open .mm__overlay{ opacity:1; }
.mm.is-open .mm__panel{ transform: translateX(0); }

.mm__top{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.mm__logo-pill{
  display:inline-flex; align-items:center; justify-content:center;
  height:40px; padding:0 14px; background:#ff7a00; color:#fff; border-radius:20px;
  font-weight:800; text-decoration:none;
}
.mm__icon{
  width:44px; height:44px; border-radius:50%;
  border:1px solid #fff; color:#ff7a00; background:transparent;
  display:inline-flex; align-items:center; justify-content:center;
}
.mm__icon--close{ font-size:6px; line-height:1; }

.mm__nav{ margin:40px 0 10px; }
.mm__menu{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.mm__menu li a{
  display:block; padding:10px 6px; color:#f1f1f1; text-decoration:none; font-size:20px; font-weight:500;
}
.mm__menu li.current-menu-item > a {
    color: #ff7a00;
    border-bottom: 1px solid #ff7a00;
    width: max-content;
  
}
.mm__contacts{ margin:14px 0; padding-top:14px; border-top:1px solid rgba(255,255,255,.12); }
.mmc {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 9px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mm__socials{ display:flex; gap:4px; }


.mm__cta{
  display:block; text-align:center; background:#ff7a00; color:#fff; text-decoration:none;
  border-radius:28px; padding:12px 16px; font-weight:700; margin-top:6px;
}

/* Заборона скролу під час відкритого меню */
.body-lock { overflow: hidden; touch-action: none; }

@media (max-width: 1024px) {
.hero {
    margin: 0 0 37px 0;
    padding: 24px 15px 0 15px;
}
.hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
.hero__subtitle {
    font-weight: 400;
    line-height: 151%;
    max-width: 273px;
    margin: 15px auto;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}
.hero__art {
    border-radius: var(--radius-hero);
}
.benefits__grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
.hero__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.3px;
}
.top-bar {
    display: none;
}
.main-header .logo {
    position: relative;
    width: 59px;
    height: 59px;
}
.main-header__inner {
    position: relative;
    padding: 8px 15px;
}
/* точки під рейтингами */
.owl-dots { text-align:center; margin-top:10px; }

 .owl-dot.active span { background:#ff7a00; }
.rating-card__label img {
            width: auto !important;
}
.rating-card__score {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.rating-card__star img {
    width: 13px !important;
    height: auto;
}
.rating-card__label {
    font-size: 13px;
}
.rating-card__label img {
    width: 11px !important;
}
.rating-card {
    padding: 11px;
}
.rating-card__icon {
    width: 50px;
    height: 50px;
}
    .rating-card__label {
        display: flex;
    }
.hero__ratings {
    margin-top: 16px;
}
.owl-dot span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #ffffff;
        display: inline-block;
        margin: 0 5px;
        border: 2px solid #fff;
    }
.benefits {
    margin: 37px 0;
}
h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.benefits__title {
    text-align: center;
    margin-bottom: 20px;
}
.stat-card--accent .stat-card__num {
    font-size: 30px;
}
.stat-card__num {
    font-size: 30px;
}
.stat-card__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.stat-card {;
    padding: 12px 19px;
}
.benefits {
    padding-left: 15px;
    padding: 15px;
}
.btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.7px;
        padding: 14px 10px;
}
.benefits__list {
    gap: 13px;
}
.benefit__icon {
    width: 51px;
    height: 51px;
    min-width: 51px;
    padding: 10px;
}
.service-card:hover {
    background-image: none;
}
.service-card__icon {
    width: 49px;
    height: 49px;
}
.service-card {
    padding: 20px 16px;
}
.service-card__title {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.services {
    margin: 30px 0 30px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.benefit__desc {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 3px;
}
.services .benefits__title {
    margin-bottom: 16px;
}
.reviews__all {
    padding: initial;
font-size: 14px;
    width: 166px;
    height: 44px;
}
.reviews {
    margin: 37px 15px 40px 15px;
    padding: 35px 0 30px 0;
}
.reviews .owl-dot span {
        border: 1px solid #ff7a00;
    }
.reviews .owl-dot.active span {
        background: #ff7a00;
        border: 1px solid #ff7a00;
    }
 .cta-form .form-grid {
    display: grid;
    gap: 10px;
    margin-top: 0;
    grid-template-columns: 1Fr;
}
.cta-form {
    padding: 36px 20px;
    margin: 40px 40px;
}
.cta-form select.wpcf7-form-control {
    padding-right: 0;
}
.cta-form .wpcf7-form-control {
padding: 15px 20px;
        font-size: 14px;
}
    .cta-form .form-row--checks .wpcf7-form-control {
        padding: 0;
    }
    .cta-form .wpcf7-list-item-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cta-form .form-row--checks .wpcf7-list-item {
    margin: 0 15px 0 0;
    min-width: 89px;
}
.cta-form textarea.wpcf7-form-control {
    font-size: 14px;
}
.cta-form__subtitle {
    line-height: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 19px;
}
.cta-form .cta-submit {
    width: 166px;
    height: 44px;
}
.wpcf7-spinner {
    position: absolute;
}
.reviews .owl-carousel.owl-drag .owl-item {
    padding-bottom: 15px;
}
.reviews .owl-dots {
        margin-top: 0;
        margin-bottom: 15px;
    }
.reviews__title {
    margin: 0 0 16px;
}
.review-card__name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.review-card__avatar {
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.review-card__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.review-card__quote img {
    width: 26px !important;
    height: 26px;
}
.review-card__quote {
    margin-top: -15px;
}
.review-card {
    margin-left: 11px;
    margin-right: 11px;
}
.review-card__date {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}
.why {
    margin: 40px 0;
    padding-bottom: 0;
    margin-bottom: 45px;
}
.why__grid {
    grid-template-columns: repeat(1, 1fr);
        gap: 36px;

}
.why-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: #7F7F7F;
    right: auto;
    bottom: -16px;
}
    .why {
        padding-left: 15px;
        padding-right: 15px;
    }
.why-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
}
.why__title {
    margin: 0 0 16px;
}
    .btn {
        width: 166px;
        height: 44px;
    }
.why-item__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.why-item__desc {
    margin-top: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.why__actions {
    margin-top: 25px;
}
.flex_steps {
    display: grid;
}
.flex_steps .flex_col:first-child {
    order: 2;
}
.steps__card {
    margin-left: 16px;
    margin-right: 16px;
}
.steps__title {
    text-align: center;
    margin: 0 0 16px;
}
.steps {
    padding: 35px 0 30px 0;
}
.steps__panel:after {
    content: '';
    border: 1px solid #2B2B2B;
    stroke: var(--Black, #2B2B2B);
    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
    border-radius: 16px;
    height: 92%;
    padding-top: 20p;
    top: 25px;
    display: block;
    position: absolute;
    z-index: 0;
    width: calc(100% - 16px);
    /* white-space: pre; */
    text-align: center;
    left: 8px;
}
.step__dot {
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.75px;
}
.steps__tabs::before {
    content: "";
    top: 25px;
}
.step__label {
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.steps__tabs {
    margin: 0 auto 30px;
}
.steps__art img {
    margin-bottom: -22px;
}
.steps__badge {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        margin-bottom: 9px;
}
.steps__card-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.steps__card-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.reviews-hero__grid {
    display: block;
}
.reviews-hero {
        margin: 40px 15px;
    padding: 34px 28px;
    border-radius: 32px;
}
.reviews-hero__title {
    margin: 0 0 4px;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1.1px;
}
.reviews-hero__subtitle {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    opacity: 0.5;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%;
}
.reviews-hero__content {
    padding-right: 0;
    border-right: 0px solid #ffffff4d;
}
.reviews-hero__content {
    margin-bottom: 40px;
}
.review-card__head {
    gap: 8px;
}
    .steps {
        margin: 0px 15px 30px 15px;
    }
.section_hero_text {
    margin: 40px 15px 0px 15px;
    padding: 33px 20px 33px 20px;
}
p {
    margin-bottom: 21px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.text_hero ul li, .text_hero ol li {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.faq {
    margin: 40px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.faq__question {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.faq__answer p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.faq__title {
    margin-bottom: 16px;
}
.news__title {
    text-align: center;
    margin-bottom: 15px;
}
    .news {
        margin: 40px 0 0px 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
.news-card__meta {
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}
.news-card__title a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.news-card__more {
    padding-left: 14px;
}
.news-card__meta img {
    margin-left: 14px;
}
.faq__list {
    gap: 12px;
}
.footer__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
}
.news-card__title {
    margin: 4px 14px 4px;
}
}



@media (max-width:1024px){
  .news__grid{ display:block; }
  .news__grid .news-card{ width:100%; }
  .news__grid .owl-stage-outer{ overflow:visible; } /* щоб тіні/закруглення не різались */
}

/* стилі точок під слайдером */
.news__grid .owl-dots{ text-align:center; margin-top:12px; }
.news__grid .owl-dot.active span{ background:#F17F0D; }

.news .owl-dot span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #ffffff;
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #F17F0D;
    }
@media (max-width:1024px){
.news__grid .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.news__footer {
    margin-top: 15px;
}
.site-footer {
    color: #fff;
    padding: 40px 15px 20px 15px;
}
.footer__card {
    padding: 0;
    background: transparent;
}
.footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}

/* Акордеон вмикаємо тільки на мобільних/планшетах */
@media (max-width: 1024px){
  .footer__col{  padding-top:8px; }
  .footer__heading{
    display:flex; align-items:center; justify-content:space-between;
    cursor:pointer; margin:0; padding:10px 0;
    user-select:none;
  }
  /* іконка-стрілка (плюс/chevron) */
  .footer__heading::after{
    content:"";
    width:18px; height:18px; flex:0 0 18px;
    background: url('/wp-content/uploads/2025/10/Vector.svg') center/contain no-repeat;
    transition: transform .25s ease;
    opacity:.9;

         width: 12px;
        height: 12px;
        flex: 0 0 12px;
  }
  .footer__col.is-open .footer__heading::after{ transform: rotate(180deg); }

  /* тіло акордеону */
  .footer__menu{
    max-height:0; overflow:hidden;
    transition:max-height .3s ease;
    padding-left:0; margin:0;
  }
  /* невеликий внутрішній відступ коли відкрито */
  .footer__col.is-open .footer__menu{ margin-top:6px; }
}

/* Десктоп: усе відкрите, без акордеону */
@media (min-width: 1025px){
  .footer__menu{ max-height:none !important; overflow:visible; }
}
@media (max-width: 1024px){
.benefits__stats {
    gap: 20px;
}
.footer__logo-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    width: 162px;
    height: 54px;
    font-size: 23px;
    text-align: center;
}
.footer__brand {
    text-align: center;
    margin: 0 auto;
}
.footer__tagline {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 7px;
}
.footer__card .footer__heading::after {
        content: "";
        background: none;
    }
    .footer__col {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding-top: 8px;
    }
.contact-list {
    margin: 0;
    padding: 0;
    gap: 15px;
}
.footer__bottom {
    margin-top: 21px;
    padding-top: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
    .footer__bottom {
        display: grid;
        gap: 10px;
        text-align: center;
        justify-content: center;
    }
  .footer__col.is-open .footer__menu {
        margin-bottom: 13px;
    }
.mm__top .custom-logo-link img{
    width: 59px;
    height: 59px;
}
.ha-burger {
    width: 40px;
    background-image: url(/wp-content/uploads/2025/10/menu-3-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    min-width: 44px;
    border: 1px solid #F17F0D;
}
.flex_bnt_top {
    display: flex;
    align-items: center;
    gap: 11px;
}
.mm__icon--close {
    font-size: 6px;
    line-height: 1;
    border: 1px solid #F17F0D;
}
.main-header {
    background: #2b2b2b;
    padding: 0;
    height: 70px;
}
.ha-call {
  position: relative;
  display: inline-block;
}

/* спливаючий блок з номером */
.ha-call__number {
  position: absolute;
  top: 56px; /* відстань від кнопки */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #2B2B2B;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  padding: 10px 14px 10px 16px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 100;
  white-space: nowrap;
}

.ha-call__number.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(4px);
}

.ha-call__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


    .ha-call__number.is-active {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-radius: 0;
        color: #2B2B2B;
    }
.ha-call__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2B2B2B;
}
.ha-call {
        position: relative;
        display: flex;
}
.ha-call__number {
  top: 66px;
}
.ha-call__text {
     display: flex;
     gap: 10px;
}
.mm__menu li a {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
}
.flex_phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mm__cta {
    display: block;
    text-align: center;
    background: #ff7a00;
    color: #fff;
    text-decoration: none;
    border-radius: 28px;
    padding: 12px 16px;
    font-weight: 700;
    margin-top: 6px;
    width: 225px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    color: #EAEAEA;
    padding: 16px 16px;
    margin-top: 22px;
}
}
.cta-form::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/collection-open-white-books-3d-render-white-background-1.png);
    width: 200px;
    display: block;
    height: 218px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 508px;
}
@media (max-width: 1100px){
.cta-form::after {
    content: '';
    background-image: none;
}
}
@media (max-width: 1400px) and (min-width: 1024px){
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.reviews .owl-nav .owl-prev {
    left: -30px;
}
.reviews .owl-nav .owl-next {
    right: -30px;
}
}

@media (max-width: 1024px) {
    .hero__art {
        justify-content: center;
        text-align: center;
        width: 100%;
        display: flex;
    }
}
@media (max-width: 1350px) and (min-width: 1260px) {
.menu {
    margin-left: 180px;
}
}

@media (max-width: 1024px) {
.mobile {
   display: none !important;
}
}


@media (max-width: 1260px) and (min-width: 1024px) {
.menu {
    margin-left: 150px;
}
}

@media (max-width: 1160px) and (min-width: 1024px) {
.menu {
    gap: 30px;
            margin-left: 160px;
}
}


.news__footer{ text-align:center; margin-top:24px; }


.news-archive .news__grid {
    grid-template-columns: repeat(3, 1fr);
}

.reviews-hero .review-card__text p {
    color: #fff;
}
.reviews-hero .review-card__head img {
    border-radius: 50%;
}

/* контейнер */
.lang-switch{ position: relative; display:inline-block; }

/* кнопка-пігулка */
.lang-switch__btn{
  display: inline-flex; align-items: center; gap: 8px;
  height: 40px; padding: 0 16px;
  border-radius: 22px;
  background: transparent;
  border: 1.5px solid #fff;     /* біла обводка */
  color: #fff; font-weight: 400; letter-spacing:.5px;
  cursor: pointer;
}

.lang-switch__caret {
    width: 8px;
    height: 8px;
    /* border-left: 5px solid transparent; */
    /* border-right: 5px solid transparent; */
    /* border-top: 6px solid #fff; */
    transition: transform .2s ease;
    background-image: url(/wp-content/uploads/2025/10/arrow-down-sign-to-navigate-1.svg);
    background-repeat: no-repeat;
    background-size: 8px;
}

/* випадаючий список */
.lang-switch__list{
  position: absolute; top: 48px; right: 0;
  min-width: 88px;
  background: #2b2b2b; color:#fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  padding: 6px;
  z-index: 1000;
}
.lang-switch__list li{ list-style:none; }
.lang-switch__list a{
  display:block; padding: 8px 10px; border-radius:8px;
  color:#fff; text-decoration:none; font-weight:400; letter-spacing:.5px;
}
.lang-switch__list a:hover{ background:#ff7a00; color:#fff; }

/* відкритий стан */
.lang-switch.is-open .lang-switch__caret{ transform: rotate(180deg); }

/* дрібна адаптація */
@media (max-width: 480px){
  .lang-switch__btn{ height: 36px; padding: 0 14px; }
}

.news-archive {
  margin: 40px 0px 0;
    padding-bottom: 100px;
}
#breadcrumbs a:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/right-arrow-7-1.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 7px;
}
#breadcrumbs a {
    color: #2B2B2B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    letter-spacing: -0.8px;
}
#breadcrumbs .breadcrumb_last {
  color: var(--Orange, #F17F0D);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%; /* 14.24px */
  letter-spacing: -0.8px;
}
#breadcrumbs {
    margin: 0;
        margin-bottom: 74px;
}
.news-archive .news__title {
    text-align: center;
    margin-bottom: 36px;
}
.news-archive  .news__grid {
    gap: 20px 30px;
}
.news-archive .news__footer {
    margin-top: 40px;
}
.btn.btn--outline {
    cursor: pointer;
}
@media (max-width: 1024px) {
.news-archive .news__title {
    text-align: center;
    margin-bottom: 21px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
}
#breadcrumbs {
    margin: 0;
    margin-bottom: 40px;
}
.news-archive {
    margin: 12px 0px 0;
    padding-bottom: 40px;
}
.news-archive .news__footer {
    margin-top: 20px;
}
}
.btn {
    outline: none;
    border: 0px;
    cursor: pointer;
}
.btn:hover {
    color: #2B2B2B;
}

.news-archive .news-card__more {
    padding-left: 10px;
}

/* ====== HERO ====== */
.single-hero{
  display:grid;
  grid-template-columns: 460px 1fr;
  margin:28px 0 19px;
align-items: center;
}
.single-hero__lead{

}
.single-hero__lead h1 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    color: #2B2B2B;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.single-hero__media {
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 16px;
}
.single-hero__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    height: 430px;
}

/* ====== BODY (TOC + CONTENT) ====== */
.single-body{
  display:grid;
  grid-template-columns: 440px 1fr;
  gap:20px;
  align-items:start;
}

.single-toc{
  position:sticky; top:90px;
}
.single-toc__list {
    list-style: none;
    margin: 0;
    padding: 17px 29px;
    background: #fff;
    border-radius: 16px;
    border: 0px solid #EFEFEF;
    filter: drop-shadow(0 10px 27px rgba(56, 56, 56, 0.03));
}
.single-toc__list li + li{ border-top:1px solid #F2F2F2; }
.single-toc__link{
  display:block;     padding: 13px 0px; border-radius:10px;
  text-decoration:none; color:#2B2B2B; font-weight:500;
}
.single-toc__link:hover {
    color: #F17F0D;

}

.single-body {
    padding-bottom: 100px;
}

.single-content p{ margin:15px 0; color:#000; line-height: 27.2px;}


/* кастомні буліти як на макеті */
.single-content ul{ list-style:none; padding-left:0; margin:10px 0 16px; }
.single-content ul li{
  position:relative; padding-left:26px; margin:8px 0;
}
.single-content ul li::before{
  content:""; position:absolute; left:0; top:7px;
  width:14px; height:14px;
  background:url('/wp-content/uploads/2025/10/checked-5-17.svg') no-repeat center/contain;
}

/* відступ для якоря, щоб заголовок не ховався під хедером */
.single-content h2[id]{
  scroll-margin-top: 20px;
}

.single-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}

/* ====== Адаптив ====== */
@media (max-width: 1024px){
  .single-hero, .single-body{ grid-template-columns: 1fr; }
  .single-hero__lead{ order:2; }
  .single-hero__media{ order:1; }
  .single-toc{ position:static; }
}

.single-soer {
    padding-top: 45px;
}

.single-hero .single-hero__lead {
    position: relative;
    border: 1px solid #2B2B2B;
    stroke: var(--Black, #2B2B2B);
    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
    border-radius: 16px 0 0 16px;
    padding: 66px 16px 66px 34px;
        border-right: 0;
}

.single #breadcrumbs {
    margin-bottom: 45px;
}
.single-toc__link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.single-content h2 {
    font-size: 22px;
    margin: 14px 0 10px;
    font-weight: 800;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
}
blockquote {
    font-family: "Inter", arial, sans-serif;
    background-image: url(/wp-content/uploads/2025/10/quote-1-1.svg);
    background-repeat: no-repeat;
    background-position-x: 27px;
    background-position-y: 20px;
    border-radius: 32px;
    background-color: #FFF;
    box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
    padding: 20px;
        margin: 0;
}
 blockquote p {
    margin: 0 !important;
    padding-left: 55px;
}
blockquote {
    margin: 15px 0;
}

.single-content ol {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}

.single-content ol li {
  counter-increment: num;
  position: relative;
  padding-left: 42px; /* Відступ під цифру */
  margin-bottom: 10px;
}

.single-content ol li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;

  border-radius: 6px;
  border: 1px solid #F1F1F1;
  background: #FFF;

  display: inline-flex;
  padding: 2px 8px 0 7px;
  justify-content: center;
  align-items: center;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px; 
        min-width: 30px;
        min-height: 30px;
}


.single .cta-form .form-grid {
    display: block;
}
.grid_form_single {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 18px;
}

.cta-form .wpcf7 .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-43%, -44%);
    background: #F17F0D;
    border-radius: 2px;
}
.single-content .cta-form  p {
    margin: 10px 0;
}
.single-content .cta-form {
    padding: 42px 40px;
    background-image: url(/wp-content/uploads/2025/10/Group-47505.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.single-content .cta-form::after {
    content: '';
    background-image: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
}
.single-content .cta-form .cta-submit {
    background: #2B2B2B;
}
.single-content .cta-form h3 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}
.wpcf7-spinner {
    position: absolute;
}
.cta-form .cta-submit {
    width: 225px;
    height: 60px;
}
.single-content .cta-form select.wpcf7-form-control, .single-content .cta-form .wpcf7-form-control.wpcf7-text {
    border-radius: 100px;
    height: 60px;
}

.single-content .cta-form.bottom_form {
    padding: 40px;
    background-image: url(/wp-content/uploads/2025/10/Group-47504-1.png);
    margin: 0;
    margin-top: 24px;
}
.single-content .cta-form {
    margin: 20px 0;
}
@media (max-width: 1024px) {
.single-hero .single-hero__lead {
    padding: 20px;
    border-right: 1px solid #2B2B2B;
    order: 1;
    border-bottom: 0px;
    border-radius: 16px 16px 0 0;
            width: calc(100% - 20px);
        margin: 0 auto;
}
.grid_form_single {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
.single-content img {
    width: 100%;
}
.single-soer {
    padding-top: 12px;
}
.single #breadcrumbs {
    margin-bottom: 21px;
}
.single-soer {
    padding-left: 15px;
    padding-right: 15px;
}
.single-hero__media {
    margin: 0;
    padding: 0;
}
.single-hero__lead h1 {
    line-height: 40px;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.single-hero__img {
    height: auto;
}
.single-toc__link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
        padding: 11px 0px;
}
.single-toc__list {
    padding: 12px 20px;
}
.single-content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.single-content .cta-form h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.single-content .cta-form p {
    margin: 10px 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}
.single-content .cta-form select.wpcf7-form-control, .single-content .cta-form .wpcf7-form-control.wpcf7-text {
    height: 50px;
}
.single-content .cta-form {
    padding: 36px 20px;
}
.single-body {
    padding-bottom: 40px;
}
.single-content h3 {
    font-size: 21px;
}
}
.title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 49.5px */
    letter-spacing: -2.25px;
}
.breadcrumbs_pages {
    padding-top: 40px;

}
.steps-line p {
    margin: 0;
}


/* ---- Steps header ---- */
.cf7-steps .steps-header{ text-align:center; margin-bottom:18px; }
.steps-line {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
;
    /* gap: 34px; */
    justify-content: center;
    max-width: 630px;
    justify-content: space-between;
    margin: 0 auto;
}
.step-dot{ text-align:center; }
.step-btn{ background:none; border:0; padding:0; cursor:pointer; }
.step-dot span{
  display:inline-flex; width:60px; height:60px; border-radius:50%;
  border:2px solid #F17F0D; align-items:center; justify-content:center; font-weight:700; color:#F17F0D;
  font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 19.8px */
letter-spacing: -0.9px;
}
.step-dot.is-active span{ background:#F17F0D; color:#fff; }

/* ---- Layout ---- */
.step-pane{ display:none; }
.step-pane.is-active{ display:block; }
.cols{ display:grid; grid-template-columns: 1fr 1fr; gap:28px; }

.label{ display:block; font-weight:700; margin-bottom:6px; }

/* ---- Controls (inputs/select/textarea) ---- */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select{

}
.wpcf7-form-control.wpcf7-textarea{ min-height:120px; resize:vertical; }

.chips {
    margin-top: 14px;
}


/* ---- Radios / Checkboxes ---- */
/* базова позиція */
.wpcf7 .wpcf7-list-item{ margin:8px 16px 0 0; }
.wpcf7 .wpcf7-list-item label{ display:inline-flex; align-items:center; gap:10px; cursor:pointer; }

/* чекбокс */
.wpcf7 .wpcf7-list-item input[type="checkbox"]{
  appearance:none; -webkit-appearance:none; width:18px; height:18px;
  border:1px solid #E7E7E7; border-radius:6px; background:#FFF; outline:none; position:relative;
}
.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked{
  border-color:#F17F0D; background:#FDF2E6;
}
.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked::after{
  content:""; position:absolute; left:50%; top:50%; width:10px; height:10px; transform:translate(-50%,-50%);
  background:#F17F0D; border-radius:2px;
}

/* радіо */
.wpcf7 .wpcf7-list-item input[type="radio"]{
  appearance:none; -webkit-appearance:none; width:18px; height:18px;
 border-radius:4px; background:#FFF; position:relative; outline:none;
	    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
}
.wpcf7 .wpcf7-list-item input[type="radio"]:checked {
    border-color: #F17F0D;
    background: #FFF;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
}
.wpcf7 .wpcf7-list-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    background: #F17F0D;
    border-radius: 4px;
}
/* ---- Service option block ---- */
.service-option {
    padding: 30px;
    border: 0px solid #eee;
    border-radius: 32px;
    background: #fff;
    margin-bottom: 17px;
}
.service-option .wpcf7-list-item{ margin:0; }
.service-option .wpcf7-list-item label{ align-items:flex-start; }
.service-option .wpcf7-list-item-label {
    font-weight: 700;
    color: #2B2B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-caption {
    display: block;
    color: #2B2B2B;
    /* font-size: 13px; */
    margin-left: 35px;
    margin-top: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
/* ---- Chips ---- */
.chips .wpcf7-list-item {
    display: inline-block;
    margin: 0px 8px 8px 0;
}
.chips .wpcf7-list-item label{
  border:1px solid #e7e7e7; border-radius:20px; padding:6px 10px; background:#fff;
}
.chips input[type="checkbox"]:checked + .wpcf7-list-item-label{
  border-color:#F17F0D; box-shadow:0 0 0 1px #F17F0D inset;
}

/* ---- Uploader ---- */
.uploader {
    margin-top: 17px;
    padding: 14px 17px;
    background-color: #fff;
    border-radius: 24px;
}
.uploader__box{
  position: relative;
  border:2px dashed #F1B06B; border-radius:12px;
    padding: 55px 28px 28px 28px; text-align:center; background:#F9F9F9;
  cursor:pointer; user-select:none;
  display:flex; flex-direction:column; align-items:center; gap:6px;
      height: 232px;
}
.uploader__box input[type="file"]{ position:absolute; inset:0; opacity:0; cursor:pointer; }
.uploader__icon{ font-size:20px; line-height:1; }
.uploader__file-name{ display:block; font-weight:600; color:#2B2B2B; }

/* ---- Summary card ---- */
.summary-card {

}
.summary-card h4 {
    margin: 0 0 10px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cf7-steps .summary-card p {
     font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.ticks{ list-style:none; padding:0; margin:0 0 12px; }
.ticks li{ position:relative; padding-left:24px; margin:8px 0; }
.ticks li::before{
  content:""; position:absolute; left:0; top:6px; width:14px; height:14px;
  background:url('/wp-content/uploads/2025/10/checked-5-17.svg') no-repeat center/contain;
}
.summary-info{ background:#F9F9F9; border-radius:12px; padding:10px; margin-bottom:28px; 
    margin-top: 15px;}
.summary-row{

  padding:10px 0; border-bottom:1px solid #eee;
}
.summary-row:last-child{ border-bottom:0; }
.summary-key{ color:#777; }
.summary-val{ font-weight:600; color:#2B2B2B; }
.summary-edit {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    border: 0px solid #FFE0C5;
    background: #FFF7EF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    background: var(--White, #FFF);
}
.summary-edit img{ 
	width:52px; 
	height:52px; 
	display:block; 
}



/* ---- Responsive ---- */
@media (max-width:1024px){
  .cols{ grid-template-columns: 1fr; }
}


.cf7-steps .steps-header {
    text-align: center;
    margin-bottom: 43px;
    margin-top: 30px;
}
.step-dot small {
    display: block;
    margin-top: 11px;
    /* font-size: 13px; */
    color: #2B2B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.steps-line .step-dot:first-child:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/Line-2.svg);
    background-repeat: no-repeat;
    display: block;
    height: 1px;
    width: 163px;
    display: block;
    position: absolute;
    top: 30px;
    left: 93px;
}
.steps-line .step-dot:nth-child(2):after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/Line-3.svg);
    background-repeat: no-repeat;
    display: block;
    height: 1px;
    width: 172px;
    display: block;
    position: absolute;
    top: 30px;
    left: 133px;
}
.step-dot {
    position: relative;
}
.cf7-steps p {
    margin: 0;
}
.summary-card .ticks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/2025/10/check-8-1.svg) no-repeat center / contain;
    border-radius: 6px;
    background-color: #F9F9F9;
    padding: 4px;
    width: 28px;
    height: 28px;
    background-size: 16px;
}
.summary-card  .ticks li {
    position: relative;
    padding-left: 40px;
    margin: 15px 0;
}
.desc_summary p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 28px;
}
.summary-card .ticks li {
    margin: 20px 0;
}

.summary-card .btn--primary {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 25px;
}
.summary-card .btn:hover {
    background: #2b2b2b;
    color: #fff !important;
}
.cols .col .service-option:last-child {
    margin-bottom: 0;
}


.page-template-zakaz-page .site-main {
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2025/10/STRORINKA-ZAMOVLENNYA-1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Колонка-панель (батько для псевдоелемента) */
.step-pane .cols .col:last-child{
  position: relative;
  z-index: 0;                 /* базовий контекст */
  /* приберіть те, що було тут раніше:
     border-radius, padding, background, filter */
}

/* Рамка/тінь позаду картки */
.step-pane .cols .col:last-child::after{
  content: "";
  position: absolute;
  left: 20px;
  top: -13px;
  width: calc(100% - 40px);
  height: calc(100% + 26px);

  border: 1px solid #2B2B2B;
  border-radius: 16px;

  /* тінь переносимо сюди, щоб не створювати stacking context на батьку */
  filter: drop-shadow(0 10px 25px rgba(56,56,56,.03));

  z-index: 1;                 /* нижче за .summary-card, але вище за фон сторінки */
  pointer-events: none;       /* не перекриває кліки */
}

/* Власне картка з фоном і падингами — вище за ::after */
.step-pane .cols .col:last-child .summary-card{
  position: relative;
  z-index: 2;                 /* над ::after */
  background: #fff;
  border-radius: 14px;
  padding: 15px 41px;
  /* можна додати власну box-shadow, якщо треба */
  /* box-shadow: 0 18px 29px rgba(56,56,56,.10); */
}

.bg_form {
    padding-bottom: 111px;
}
.step-pane .cols .col:last-child .summary-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 15px 41px;
    filter: drop-shadow(0 18px 29px rgba(56, 56, 56, 0.10));
    height: 100%;
}

.form_cf_fields select.wpcf7-form-control {
    appearance: none;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2025/09/arrow-down-sign-to-navigate-1.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px auto;
    padding-right: 40px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #E7E7E7;
    /* background: #fff; */
    border-radius: 100px;
    padding: 20px 23px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
        outline: none;
}
.chips .wpcf7-list-item label {
    border: 1px solid #090909;
    border-radius: 20px;
    padding: 6px 10px;
    background: #F9F9F9;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #2B2B2B;
    line-height: normal;
    margin-right: 7px;
    height: 44px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bg_white_form {
    background-color: #FFF;
    border-radius: 24px;
    padding: 25px 30px;
}
.bg_white_form h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 21px;
}
.bg_white_form  .label {
    display: block;
    font-weight: 400;
    margin-bottom: 13px;
}
.form_cf_fields br {
    display: none;
}
.wpcf7 .bg_white_form .wpcf7-list-item input[type="radio"] {
    display: none;
}
.chips .wpcf7-list-item label {
    height: 44px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 78px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 13px 21px;
    border-radius: 100px;
}
.chips .wpcf7-list-item label:hover {
    background-color: #2b2b2b;
    color: #fff;
}
.uploader__box span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.summary_grid_>p {
    display: grid;
}
.summary-info {
    background: #F9F9F9;
    border-radius: 24px;
    padding: 5px 30px;
    margin-bottom: 12px;
}
.summary-key {
    color: #777;
    color: #989898;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.summary-val {
    /* font-weight: 600; */
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.cf7-steps .title_summary p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: 100%;
        margin-bottom: 10px;
}
.summary_grid {
    display: flex;
    justify-content: space-between;
}


.chips input[type="checkbox"]:checked + .wpcf7-list-item-label {
    box-shadow: 0 0 0 0px #F17F0D inset;
}


.wpcf7 .chips  .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.form_cf_fields .last_block_fields .wpcf7-form-control {
    width: 100%;
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 100px;
    padding: 20px 23px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    outline: none;
}

.bg_white_form {
    margin-bottom: 17px;
}
.form_cf_fields .last_block_fields .check_box_fiels_main_form .wpcf7-form-control {
    border: 0px solid #E7E7E7;
    padding: 0 !important;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 12px;
}

.bg_white_form .check_box_fiels_main_form .label {
    margin-bottom: 0;
}



.form_cf_fields .last_block_fields .no_padd .wpcf7-form-control {
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {

}
@media (max-width: 1024px) {
.breadcrumbs_pages {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
.title {
    letter-spacing: -2.25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.step-dot span {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.step-dot small {
    line-height: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bg_form {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.service-option {
    padding: 20px;
    margin-bottom: 10px;
}
.page-template-zakaz-page .site-main {
    background-image: url(/wp-content/uploads/2025/10/STRORINKA-ZAMOVLENNYA-2.jpg);
}
.summary-card .btn--primary {
    width: 100%;
    position: relative;
    bottom: auto;
}
.steps-line .step-dot:first-child:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/Line-2.svg);
    background-repeat: no-repeat;
    display: block;
    height: 1px;
    width: 71px;
    display: block;
    position: absolute;
    top: 20px;
    left: 64px;
    z-index: 9999;
}
.steps-line .step-dot:nth-child(2):after {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/Line-3.svg);
    background-repeat: no-repeat;
    display: block;
    height: 1px;
         width: 85px;
    display: block;
    position: absolute;
        top: 20px;
        left: 85px;
    z-index: 9999;
}
.cf7-steps .steps-header {
    margin: 0 auto;
    margin-bottom: 36px;
    margin-top: 16px;
    max-width: 360px;
}
.service-option .wpcf7-list-item-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-caption {
    line-height: 24px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    margin-top: 0;
}
.step-pane .cols .col:last-child .summary-card {
    padding: 26px 20px;
}
.summary-card h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.1px;
}
.cf7-steps .summary-card p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
    .cf7-steps .summary-card li p {
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
    }
.bg_white_form h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin-bottom: 6px;
}
.bg_white_form {
    padding: 15px 20px;
}
.form_cf_fields select.wpcf7-form-control {
    padding: 15px 23px;
}
.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.uploader__box span {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cf7-steps .title_summary p {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.summary-val {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.summary-key {
    font-size: 13px;
}
    .form_cf_fields .last_block_fields .wpcf7-form-control {
        margin-bottom: 12px;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
.summary-edit {
    width: 45px;
    height: 45px;
}
    .summary-card .btn--primary {
        margin-top: 24px;
    }
    .form_cf_fields select.wpcf7-form-control {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
.form_cf_fields .last_block_fields .wpcf7-form-control {
    padding: 16px 23px;
}
}

.pages_container {
    padding-bottom: 100px;
}

.contacts-cards{padding:31px 0 0px;}
.contacts-cards__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.ccard {
    background-color: #fff;
    /* border-radius: var(--radius); */
    /* box-shadow: var(--shadow); */
    padding: 38px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* min-height: 320px; */
    /* fill: #FFF; */
    filter: drop-shadow(0 10px 27px rgba(56, 56, 56, 0.03));
    border-radius: 16px;
}
.ccard__title {
    margin: 0 0 8px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ccard__row{
  display:flex; align-items:center; gap:12px;
  text-decoration:none; color:var(--text);
}

.ccard__icon {
    width: 51px;
    height: 51px;
    border-radius: 12px;
    background: #f1f5f9;
    display: grid;
    place-items: center;
    flex: 0 0 51px;
    border-radius: 12px;
    background-color: #F9F9F9;
}
.ccard__icon svg{ width:20px;height:20px; fill:#111; opacity:.85; }

.ccard__row .ccard__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

/* map */
.ccard__map{ border-radius:14px; overflow:hidden; margin-top:4px; }
.ccard__map iframe{ width:100%; height:180px; border:0; filter:grayscale(100%); }

/* messengers */
.ccard__messengers{ display:flex; gap:10px; list-style:none; padding:0; margin:6px 0 2px; }
.mbtn{
  display:grid; place-items:center; width:40px; height:40px;
  border-radius:50%; background:#eef6ff; box-shadow:var(--shadow);
}
.mbtn svg{ width:22px; height:22px; fill:var(--brand); }

/* bullets */
.ccard__bullets{ list-style:none; padding:0; margin:8px 0 0; display:grid; gap:8px; color:var(--muted); }
.tick {
    /* --s: 18px; */
    /* width: var(--s); */
    /* height: var(--s); */
    /* border-radius: 6px; */
    background: #fff8ee;
    display: inline-grid
;
    place-items: center;
    margin-right: 11px;
    /* box-shadow: 0 0 0 1px #ffd9b3 inset; */
    border-radius: 6px;
    background-color: #F9F9F9;
    padding: 4px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-top: -6px;
}
.tick::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 0px solid #ff8c3e;
    border-bottom: 0px solid #ff8c3e;
    transform: none;
    background-image: url(/wp-content/uploads/2025/10/check-8-1-1.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.ccard__bullets li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    color: #2B2B2B;
        align-items: center;
}
.ccard__note {
    margin: 10px 0 0;
    color: var(--text);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

/* responsive */
@media (max-width:1024px){
  .contacts-cards__grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:640px){
  .contacts-cards__grid{ grid-template-columns:1fr; }
  .ccard__title{ font-size:24px; }
}

.info_contact_blocks {
    margin: 60px 30px 60px 30px;
    border-radius: 32px;
    background: #FFF;
    padding: 50px 0;
}
.info_contact_blocks .col {
    border-radius: 25px;
    background: #2B2B2B;
    color: #fff;
    padding: 20px 18px;
}
.info_contact_blocks .two_col_contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.info_contact_blocks .two_col_contacts .ccard__row .ccard__text {
    color: #fff;
        max-width: 350px;
}
.info_contact_blocks .ccard__icon {
padding: 6px;
}
    
.page-template-contact-page .cta-form {
    margin: 80px 30px;
}
.page-template-contact-page .reviews {
    margin: 60px 30px 55px 30px;
}
@media (max-width: 1024px) {
.contacts-cards {
    padding: 20px 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
.ccard {
    padding: 17px 20px;
        gap: 14px;
}
.ccard__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -1.1px;
}
.ccard__row .ccard__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.ccard__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
}
.ccard__bullets li {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}
.ccard__note {
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.page-template-contact-page .cta-form {
    margin: 40px 15px;
    padding: 36px 24px;
}
.page-template-contact-page .reviews {
    margin: 40px 15px 55px 15px;
}
.info_contact_blocks {
    margin: 40px 15px 40px 15px;
    padding: 20px 0;
}
.info_contact_blocks .two_col_contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.info_contact_blocks .two_col_contacts .ccard__row .ccard__text {
    color: #fff;
    max-width: 350px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
}




.ty-wrap { display:flex; justify-content:center; padding:24px var(--ty-pad) 48px; background:transparent; }
.ty-card { width:100%;  text-align:center; position:relative; }

.ty-ill { display:flex; justify-content:center; margin:10px 0 50px; }
.ty-illustration { width:360px; max-width:80vw; height:auto; display:block; }

.ty-title { margin:8px 0 10px; font-size:32px; line-height:1.2; font-weight:700; color:var(--ty-text); }
.ty-sub {
    margin: 0 auto 33px;
    max-width: 740px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ty-muted);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: #2B2B2B;
    margin-top: 15px;
}
.ty-sub strong { color:var(--ty-text); font-weight:700; }

.ty-panel {
  position:relative;
  margin:0 auto;
  max-width:820px;
  background:var(--ty-bg);
  border-radius:24px;
  box-shadow:var(--ty-shadow);
  padding:22px 18px 26px;
}
.ty-panel::before,
.ty-panel::after{
  content:"";
  position:absolute;
  left:-18px; right:-18px;
  height:54px; border:2px solid #e8e8e8; border-radius:20px;
  z-index:-1;
}
.ty-panel::before{ bottom:-12px; }
.ty-panel::after { bottom:-24px; opacity:.6; }

.ty-note {
    margin: 0 auto 5px;
    max-width: 694px;
    font-size: 16px;
    line-height: 1.6;
    color: #2B2B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.ty-label {
    margin: 6px 0 10px;
    color: #2B2B2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.ty-socials{ list-style:none; display:flex; justify-content:center; gap:10px; padding:0; margin:6px 0 0; }
.ty-btn{
  width:40px; height:40px; display:grid; place-items:center;
  border-radius:50%; background:#eef2f7; text-decoration:none;
  box-shadow:var(--ty-shadow); transition:transform .15s ease;
}
.ty-btn:hover{ transform:translateY(-2px); }
.ty-btn svg{ width:22px; height:22px; fill:#0ea5e9; }
.ty-viber svg{ fill:#7c4cff; }
.ty-whatsapp svg{ fill:#22c55e; }
.ty-telegram svg{ fill:#0ea5e9; }
.ty-facebook svg{ fill:#1877f2; }

/* responsive */
@media (max-width:640px){
  .ty-title{ font-size:26px; }
  .ty-panel{ padding:18px 14px 22px; border-radius:18px; }
  .ty-panel::before,.ty-panel::after{ left:-12px; right:-12px; height:44px; border-radius:16px; }
}

.page-template-thanks-page main {
    background-color: #fff;
}
.page-template-thanks-page  #breadcrumbs {
    margin-bottom: 38px;
}

.page-template-thanks-page .steps__card {
    position: relative;
    background-color: var(--Grey, #F9F9F9);
    padding: 43px 24px 60px 24px;
    border-radius: 24px;
}
.ccard__messengers {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 7px;
}
.page-template-thanks-page .steps__panel:after {
    top: 40px;
}
.page-template-thanks-page .pages_container {
    padding-bottom: 0;
}
@media (max-width: 1024px) {
.ty-ill img {
    width: 150px;
}
.ty-ill {
    margin: 10px 0 20px;
}
.ty-sub {
    font-size: 16px;
    line-height: normal;
}
.ty-note {
    font-size: 16px;
    line-height: 23px;
}
.ty-label {
    font-size: 18px;
}
.page-template-thanks-page .steps__panel:after {
    border: 0;
}
}
.page-template-service-page #breadcrumbs {
   margin-bottom: 0;
}

.page-template-service-page .hero {
    padding: 12px 0 0px;
}
.page-template-service-page .hero__content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%;
    max-width: 674px;
        color: #2B2B2B;
}
.service-card__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 326px;
}
.page-template-service-page .services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.page-template-service-page .service-card:hover {
    background-image: url(/wp-content/uploads/2025/10/Fon-kopyya-1.png);
}
.service-card:hover .service-card__text {
    color: #fff;
}
.page-template-service-page .services {
    margin: 130px 0 130px 0;
}
.page-template-service-page .reviews {
    margin-top: 30px;
    margin-bottom: 100px;
}

.four_row_child .service-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.page-template-service-page .four_row_child .services__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-template-service-page .services.four_row_child {
    margin: 100px 0 100px 0;
}
.four_row_child .service-card {
    padding: 20px;
}
.reviews-hero .review-card__head .review-card__stars img {
    border-radius: 0;
}
.page-template-service-page .news {
    padding-bottom: 0;
}

@media (max-width: 1024px) {
  .page-template-service-page .four_row_child .services__grid {
    grid-template-columns: 1fr 1fr;
}  
.page-template-service-page .services.four_row_child {
    margin: 60px 0 60px 0;
}
.page-template-service-page .reviews {
    margin-top: 30px;
    margin-bottom: 60px;
}
.page-template-service-page .services {
    margin: 60px 0 60px 0;
}
.page-template-service-page #breadcrumbs {
    margin-bottom: 33px;
}
.page-template-service-page .hero {
    padding: 0px 15px 0 15px;
}
.page-template-service-page .hero__content p {
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.page-template-service-page .services__grid {
    grid-template-columns: 1fr 1fr;
}
.service-card__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
    .cta-form {
        margin: 40px 15px;
    }
#breadcrumbs a, #breadcrumbs .breadcrumb_last {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    letter-spacing: -0.65px;
}
.four_row_child .service-card {
    display: grid;
    gap: 3px;
}
.service-card__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
 }
 .four_row_child .service-card {
    padding: 8px 10px;
}
.page-template-service-page .four_row_child .services__grid {
        gap: 10px 20px;
}
.pages_container {
    padding-bottom: 40px;
}
}


/* ==== Isolated styles for services grid (svc-) ==== */
.svc-wrap { --svc-gap:16px; --svc-radius:12px; --svc-bg:#fff; --svc-brd:#eee; --svc-text:#1f1f1f; --svc-muted:#777; --svc-btn-bg:#ffe9da; --svc-btn-text:#ff8c3e; }
.svc-wrap * { box-sizing:border-box; }

.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 8px;
    margin-top: 35px;
}
.svc-card {
    background: #F9F9F9;
    border: 1px solid #DBDBDB;
    border-radius: 16px;
    padding: 17px 20px 20px 19px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
}
.svc-title {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
    min-height: 58px;
}

.svc-meta {
    padding-top: 10px;
    border-top: 1px solid #EBEBEB;
    color: #6D6D6D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 35px;
}

.svc-cta{
  margin-left:auto;
  margin-top:-34px;          /* підтягуємо кнопку вправо як на макеті */
}

.svc-btn {
    display: inline-block;
    padding: 13px 30px;
    background: rgba(241, 127, 13, 0.09);
    color: #F17F0D;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:1024px){
  .svc-grid{ grid-template-columns:repeat(2,1fr); }
  .svc-cta{ margin-top:0; }
}

@media (max-width:640px){
  .svc-grid{ grid-template-columns:1fr; }
}

.page-template-price-page .title {
    text-align: left;
}

.svc-card .svc-title {
    transition: var(--global-transition);
}
.svc-card:hover .svc-title {
    color: #ff7a00;
    transition: var(--global-transition);
}

.page-template-service-page .hero__title {
    margin-bottom: 20px;
}

.cta-form.benefits .stat-card__num {
    line-height: normal;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cta-form.benefits .stat-card__text {
    color: #717171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 417px;
}
.cta-form.benefits .benefit__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cta-form.benefits .benefit__icon {
    border-radius: 50%;
}

.cta-form.benefits::after {
    content: '';
    background-image: none;
    display: none;
}
.cta-form.benefits .benefits__title {
    margin-bottom: 61px;
}
.cta-form.benefits {
    margin-top: 100px;
    margin-bottom: 100px;
}
.cta-form.benefits .benefits__grid {
    gap: 44px;
}
.page-template-price-page .services__grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.page-template-price-page .service-card:hover {
    background-image: url(/wp-content/uploads/2025/10/Fon-kopyya-1.png);
}

.services_center {
    margin: 42px auto 0 auto;
    text-align: center; 
}
.page-template-price-page .steps {
    padding: 0;
    background: transparent;
    margin-top: 100px;
    margin-bottom: 100px;
}
.page-template-price-page .section_hero_text .text_hero {
    max-height: 492px;
}
.page-template-price-page .news {
    padding-bottom: 0px;
}
@media (max-width: 1024px) {
.page-template-price-page .hero__title {
        padding-left: 15px;
}
.svc-grid {
    margin-top: 13px;
}
.svc-title {
    min-height: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
        margin-bottom: 17px;
    line-height: normal;
}
    .svc-meta {
        padding-top: 29px;
        color: #6D6D6D;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
.svc-cta {
  margin-top: 0;
   margin-top: -29px;
 }
.svc-btn {
    line-height: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.svc-grid {
    gap: 12px;
}
.cta-form.benefits .benefits__title {
    margin-bottom: 16px;
}
.cta-form.benefits {
    margin-top: 40px;
    margin-bottom: 40px;
}
.cta-form.benefits .stat-card__num {
    font-weight: 700;
    line-height: normal;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cta-form.benefits .stat-card__text {
    line-height: 24px;
    max-width: 417px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.cta-form.benefits .benefit__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-template-price-page .services__grid {
    grid-template-columns: 1fr 1fr;
}
.page-template-price-page .service-card:hover {
    background-image: none;
}
.services_center {
    margin: 20px auto 0 auto;
}
.page-template-price-page .steps {
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px 0 30px 0;
}
}




/* ===== Isolated adv- styles ===== */
.adv-wrap{ --adv-brand:#ff8c3e; --adv-bg:#fff; --adv-soft:#fff3ea; --adv-muted:#565656; --adv-brd:#eee; --adv-radius:14px; --adv-shadow:0 10px 24px rgba(0,0,0,.06); }
.adv-wrap *{ box-sizing:border-box; }

.adv-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.adv-card {
    background: #fff;
    border-radius: var(--adv-radius);
    box-shadow: var(--adv-shadow);
    padding: 16px;
    background-image: url(/wp-content/uploads/2025/10/Ellipse-190.svg);
    background-repeat: no-repeat;
    background-position: top right;
        position: relative;
}
.adv-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.adv-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* list */
.adv-list{
  list-style:none;
  margin:5px 0 0; padding:0 6px 2px 0;
  display:grid;
  color:#717171;
  font-size:14px; line-height:1.55;
}
.adv-list li {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    color: #717171;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/* responsive */
@media (max-width:1024px){
  .adv-grid{ grid-template-columns:1fr; }
}


.adv-illu {
    position: absolute;
    right: 24px;
    top: 24px;
}
.adv-wrap {
    margin-top: 38px;
    margin-bottom: 100px;
}



.jtb2-wrap{ --brand:#ff8c3e; --text:#1b1b1b; --muted:#666; --bg:#fff; --rad:28px; }
.jtb2-grid{
  display:grid; grid-template-columns:1.05fr 1fr; gap:28px; align-items:stretch;
}



.jtb2-tabs {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    display: flex;
    gap: 0;
    align-items: flex-end;
    justify-content: space-between;

}
.jtb2-tab {
    cursor: pointer;
    font-weight: 700;
    color: #2b2b2b;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    padding-bottom: 20px;
            color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.jtb2-tab.is-active{ color:#000; }
.jtb2-underline {
    position: absolute;
    bottom: -6px;
    height: 6px;
    background: var(--brand);
    width: 0;
    left: -1px;
    border-radius: 4px;
    transition: transform .25s ease, width .25s ease;
    
}

.jtb2-pane{ color:var(--muted); line-height:1.65; font-size:14px; max-width:640px; }
.jtb2-btn {
    display: inline-block;
   padding: 21px 22px;
    background: #1f1f1f;
    color: #fff;
    text-decoration: none;
    border-radius: 54px;
    font-weight: 600;
    font-size: 14px;
    transition: opacity .2s ease;
    width: 225px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    color: #EAEAEA !important;
}

/* RIGHT: single image with special clipping */
.jtb2-media {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 160px 0px 32px 160px;
}
.jtb2-media img{ display:block; width:100%; height:100%; object-fit:cover; }

@media (max-width:900px){
  .jtb2-grid{ grid-template-columns:1fr; }
  .jtb2-media{ border-radius:20px; }
}
.cta-form.benefits.jtb2-wrap .benefits__title {
    margin-bottom: 83px;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}
.jtb2-left {
    min-width: 785px;
}

.jtb2-tabs {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  position: relative;
  display: flex;
  gap: 34px;
  align-items: flex-end;
}

.jtb2-tabs::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 4px; /* ось радіус для лінії */
  z-index: 0;
}

.jtb2-underline {
  position: absolute;
  bottom: -2px;
  height: 6px;
  background: var(--brand);
  width: 0;
  left: 0;
  border-radius: 3px;
  transition: transform 0.25s ease, width 0.25s ease;
  z-index: 1;
}
.jtb2-pane p {
    color: #717171;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}
.jtb2-media {

    border-radius: 190px 0px 32px 190px;
    min-width: 800px;
}
.cta-form.benefits.jtb2-wrap {
    padding-bottom: 0;
}







.num-inner{ max-width:1260px; margin:0 auto; padding:28px 16px 10px; }
.num-title {
    margin: 0 0 46px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}

.num-grid{
  margin:0; padding:12px 6px 6px; list-style:none;
  display:grid; grid-template-columns:repeat(4,1fr); gap:8px;
}

.num-item{ text-align:center; }

.num-value {
    color: #F17F0D;
    line-height: 1;
    letter-spacing: .3px;
    min-height: 48px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.num-label {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #717171;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width:900px){
  .num-grid{ grid-template-columns:repeat(2,1fr); gap:16px; }
  .num-title{ font-size:28px; }
}
@media (max-width:520px){
  .num-grid{ grid-template-columns:1fr; }
  .num-value{ font-size:38px; }
}

.num-wrap {
    margin: 80px 0;
}
.cta-form.benefits.jtb2-wrap {
    margin-bottom: 80px;
}

/* ===== isolated styles (ben-) ===== */
.ben-wrap{ --brand:#F17F0D; --text:#2B2B2B; --muted:#717171; --bg:#fff; --soft:#F5F5F5; --radius:16px;  --circle:60px; }



.ben-title{ margin:0 0 25px; text-align:center;  }
.ben-sub{ 
   margin:0 auto 43px; 
   text-align:center; 
   max-width:744px; 
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ben-grid{
  display:grid; grid-template-columns: 320px 1fr; gap:22px; align-items:start;
}

.ben-aside-card {
    background: #F5F5F5;
    border: 0px solid #eee;
    border-radius: 18px;
    padding: 18px;
}
.ben-aside-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ben-aside-note {
    margin: 0 0 13px;
    color: #717171;
    background: #EDEDED;
    border: 0px solid #717171;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.ben-btn{
  display:inline-block; padding:10px 22px; background:var(--brand); color:#fff; text-decoration:none;
  border-radius:999px; font-weight:700; box-shadow:0 6px 16px rgba(255,140,62,.28);
}

/* right side */
.ben-main{ position:relative; padding-top:8px; }

.ben-steps {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 34px;
    padding: 0;
}
.ben-steps::before {
    content: "";
    position: absolute;
    left: calc(var(--circle) / 2);
    right: calc(var(--circle) / 2);
    top: 33px;
    height: 0;
    border-top: 1px dashed rgba(255, 140, 62, .7);
    border-radius: 4px;
    z-index: 0;
}
.ben-circle{
  width:var(--circle); 
  height:var(--circle); 
  border-radius:50%;
  display:grid; 
  place-items:center; 
  color:#fff; 
  font-weight:800;
  background:var(--brand); 
  font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 19.8px */
    letter-spacing: -0.9px;
      border: 1px solid #F17F0D;
          z-index: 1;
              position: relative;
}
.ben-circle.not_active_ci {
  color:#F17F0D; 
  background: transparent; 
    background: #F9F9F9;
}


/* three columns under the line */
.ben-cols{
  display:grid; grid-template-columns:repeat(3,1fr); gap:26px;
}
.ben-col-title {
    margin: 0 0 11px;
    color: #161616;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ben-col-text {
    margin: 0;
    line-height: 1.65;
    color: #717171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width:1100px){
  .ben-grid{ grid-template-columns: 1fr; }
  .ben-aside{ order:2; }
  .ben-main{ order:1; }
}

.center {
    text-align: center;
}

.ben-circle:after {
    content: '';
    position: absolute;
    right: -13px;
    width: 12px;
    height: 12px;
    background-color: #F9F9F9;
}
.ben-steps .ben-circle:nth-child(2)::after, .ben-steps .ben-circle:nth-child(3)::after {
    content: '';
    position: absolute;
    left: -13px;
    width: 12px;
    height: 12px;
    background-color: #F9F9F9;
}
.ben-steps {
    max-width: 750px;
}
.ben-wrap {
    margin: 76px 0 100px 0;
}





/* ізольований контейнер секції */
.terms { --brand:#F17F0D; --text:#000; --muted:#717171; }

.terms__title { margin:0 0 46px; text-align:center;  }

.terms .jtb2-tabs{
  list-style:none; margin:0 0 12px; padding:0; position:relative;
  display:flex; gap:34px; align-items:flex-end;
}


/* округлена базова лінія */
.terms .jtb2-tabs::after{
  content:""; position:absolute; bottom:-2px; left:0; width:100%; height:6px;
  background:#eee; border-radius:4px; z-index:0;
}
.terms .jtb2-underline{
  position:absolute; bottom:-2px; height:6px; background:var(--brand); width:0; left:0;
  border-radius:3px; transition:transform .25s ease,width .25s ease; z-index:1;
}

.terms__content { color:var(--muted); line-height:1.65; font-size:14px; }
.terms__content p { margin:0 0 10px; }


.terms .jtb2-pane {
    max-width: 100%;
}
.terms .jtb2-tabs {
    max-width: 851px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section_hero_text.terms {
    padding-bottom: 100px;
}
.policy { --brand:#F17F0D; --text:#000;}





/* округлена базова лінія під вкладками */
.policy .jtb2-tabs::after{
  content:""; position:absolute; bottom:-2px; left:0; width:100%; height:6px;
  background:#fff; border-radius:4px; z-index:0;
}

/* активний індикатор (той самий, що й у попередніх блоках) */
.policy .jtb2-underline{
  position:absolute; bottom:-2px; height:6px; background:var(--brand); width:0; left:0;
  border-radius:3px; transition:transform .25s ease, width .25s ease; z-index:1;
}



.policy .jtb2-tabs {
    justify-content: left;
}
.policy .jtb2-tabs {
    gap: 58px;
}
.policy .jtb2-pane {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px; 
    max-width: 100%;
}
.policy .jtb2-tabs {
    margin: 73px 0px 28px;
}
.policy .jtb2-pane p {
    color: #717171;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.policy .text_hero h3 {
    margin-bottom: 20px;
}
.policy.jtb2-wrap  {
    margin: 80px 0 0px 0;
}

.jtb2-tab.is-active {
    font-weight: 600;
}
.policy .jtb2-tab.is-active {
    color: #ff7a00;
}

.policy .jtb2-pane p {
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
    color: #000;
}

@media (max-width: 1024px) {
  .cta-form .jtb2-tabs {
    display: flex;           /* обовʼязково flex */
    flex-wrap: nowrap;       /* НЕ переносити елементи */
    gap: 16px;               /* трохи менший gap, щоб було зручно тягнути */
    overflow-x: auto;        /* власне скрол */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* плавність на iOS */
    white-space: nowrap;     /* підстраховка */
    padding-bottom: 8px;     /* щоб скролбар не перекривався */
    position: relative;      /* для underline/::after */
    scrollbar-width: thin;           /* FF */
    scrollbar-color: #ff8c3e transparent;
  }
  .cta-form .jtb2-tabs::-webkit-scrollbar { height: 6px; }
  .cta-form .jtb2-tabs::-webkit-scrollbar-thumb {
    background: #ff8c3e; border-radius: 4px;
  }

  /* вкладки не повинні стискатись */
  .cta-form .jtb2-tab { flex: 0 0 auto; padding: 10px 14px 12px; }

  /* базова сіра лінія з радіусом — лишається під вкладками і теж скролиться */
  .cta-form .jtb2-tabs::after{
    content:""; position:absolute; left:0; right:0; bottom:-2px; height:0;
    background:#eee; border-radius:4px; z-index:0;
  }

  /* помаранчева підкреслена лінія (наш underline) */
  .cta-form .jtb2-underline{
    position:absolute; bottom:-2px; height:0px; left:0; width:0;
    background:var(--brand, #ff8c3e); border-radius:3px; z-index:1;
    transition: transform .25s ease, width .25s ease;
  }

  /* важливо: батьки не мають різати переповнення */
  .cta-form, .cta-form .container, .cta-form .jtb2-left { overflow: visible; }

.jtb2-media {
    min-width: 100%;
}
.jtb2-left {
    min-width: 100%;
}

.adv-wrap {
    margin-top: 13px;
    margin-bottom: 40px;
}
.adv-grid {
    gap: 12px;
}
.adv-illu {
    right: 16px;
    top: 16px;
}
.cta-form.benefits.jtb2-wrap .benefits__title {
    margin-bottom: 14px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.2px;
}
    .cta-form .jtb2-tab {
        flex: 0 0 auto;
        padding: 0px 0px 12px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
.cta-form.benefits.jtb2-wrap {
    margin-bottom: 40px;
}  
.page-template-guarantees-page #primary {
    padding-left: 15px;
    padding-right: 15px;
}
.jtb2-pane p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.cta-form .jtb2-tabs {
        padding-bottom: 0px;
  }
      .cta-form .jtb2-tabs {
        gap: 60px;
    }
    .jtb2-media {
        margin-right: -21px;
        overflow: hidden;
    }
.cta-form .jtb2-tabs {
        margin: 0;
    }
 .center_mobile {
    text-align: center;
 }
 .num-wrap {
    margin: 40px 0;
}
.num-inner {
    padding: 0;
}
    .num-grid {
        grid-template-columns: 1fr 1fr;
    }
    .num-value {
        font-size: 38px;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
.num-label {
    line-height: 24px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.num-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.2px;
    margin: 0 0 16px;
}
.ben-cols {
    grid-template-columns: 1fr;
    gap: 12px;
}
.ben-steps {
    max-width: 100%;
    display: grid;
}
    .ben-main {
        display: flex;
        align-items: start;
        gap: 12px;
    }
.ben-title {
    margin: 0 0 8px;
}
.ben-circle {
    width: 42px;
    height: 42px;
    font-size: 14px;
}
    .ben-steps {
        max-width: 100%;
        display: grid;

        align-content: space-between;
        height: 433px;
        margin: 0;
    }
.ben-circle.not_active_ci:last-child {
        margin-top: -58px;
}
.ben-col-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.ben-col-text {
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.ben-cols .ben-col:first-child {
    max-width: 290px;
    max-height: 171px;
}
.ben-cols .ben-col:nth-child(2) {
    max-width: 329px;
    max-height: 121px;
}
.ben-cols .ben-col:last-child {
    max-width: 279px;
    max-height: 131px;
}
.ben-circle.not_active_ci {
    margin-top: -61px;
}
    .ben-circle.not_active_ci:last-child {
        margin-top: -187px;
    }
  .section_hero_text.terms .jtb2-tabs{
    display:flex;            /* обов'язково flex */
    flex-wrap:nowrap;        /* не переносимо вкладки */
    gap:16px;                /* трохи менший проміжок */
    overflow-x:auto;         /* горизонтальний скрол */
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch; /* плавно на iOS */
    white-space:nowrap;      /* перестраховка від переносу */
    padding-bottom:8px;      /* щоб скролбар не перекривав текст */
    position:relative;       /* база для underline/::after */
    scrollbar-width:thin;    /* Firefox */
    scrollbar-color:#ddd transparent;
  }
  .section_hero_text.terms .jtb2-tabs::-webkit-scrollbar{ height:4px; }
  .section_hero_text.terms .jtb2-tabs::-webkit-scrollbar-thumb{
    background:#ddd; border-radius:2px;
  }

  /* самі вкладки не стискаємо */
  .section_hero_text.terms .jtb2-tab{ flex:0 0 auto; padding:10px 14px 12px; }

  /* сіра базова лінія з радіусом під вкладками (скролиться разом з ними) */
  .section_hero_text.terms .jtb2-tabs::after{
    content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px;
    background:#eee; border-radius:4px; z-index:0;
  }

  /* помаранчева підкреслена лінія */
  .section_hero_text.terms .jtb2-underline{
    position:absolute; bottom:-2px; left:0; width:0; height:0;
    background:var(--brand, #ff8c3e); border-radius:3px; z-index:1;
    transition:transform .25s ease, width .25s ease;
  }

  /* важливо: батьки не повинні різати переповнення */
  .section_hero_text.terms,
  .section_hero_text.terms .container,
  .section_hero_text.terms .jtb2-left{ overflow:visible; }
    .section_hero_text.terms .jtb2-tab {
        flex: 0 0 auto;
        padding: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.terms .jtb2-tabs {
    margin-bottom: 0;
}
.ben-aside-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.ben-aside-note {
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
            padding: 13px 16px;
}
.ben-aside-card {
    padding: 17px 22px;
}
.ben-grid {
    gap: 17px;
}
.ben-sub {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 10px;
}
.adv-list li {
    padding-right: 50px;
}
.ben-wrap {
    margin: 40px 0 40px 0;
}
.section_hero_text.terms {
    padding-bottom: 40px;
}
.terms__title {
    margin: 0 0 16px;
}
.policy.jtb2-wrap {
    margin: 40px 0 0px 0;
}
.policy .text_hero h3 {
    margin-bottom: 12px;
}
.policy .jtb2-tabs {
    margin: 23px 0px 15px;
}
.policy .jtb2-tab {
    padding-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.policy .jtb2-tabs {
    gap: 18px;
}
.policy .jtb2-pane p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
    .section_hero_text.terms {
        margin-left: 0;
        margin-right: 0;
    }
    .section_hero_text.terms .jtb2-tabs {
        padding-bottom: 15px;
    }
     .ben-main {
        justify-content: center;
    }
}


/* ===== Reviews (rev-) ===== */
.rev-wrap{ --brand:#F17F0D; --text:#000; --muted:#414141; --card:#fff; --brd:#eee; --shadow:0 10px 24px rgba(0,0,0,.06); }


.rev-head{ padding:10px 0 8px; }
.rev-title{ margin:0 0 6px; font-size:32px; font-weight:800; color:var(--text); }
.rev-sub{ margin:0 0 12px; color:var(--muted); }

.rev-sources{ display:flex; gap:12px; list-style:none; padding:0; margin:0 0 8px; flex-wrap:wrap; }
.rev-source{ background:#f7f7f8; border:1px solid var(--brd); border-radius:12px; padding:10px 14px; box-shadow:var(--shadow); display:flex; gap:8px; align-items:center; }
.rev-source__rating{ color:#ff8c3e; font-weight:800; }
.rev-source__name{ color:#333; }

.rev-grid{ display:grid; grid-template-columns:1fr 441px; gap:20px; align-items:start; }

.rev-list{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.rev-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
}
.rev-card__text{ color:#3a3a3a; line-height:1.6; font-size:14px; }
.rev-card__meta{ display:flex; justify-content:space-between; align-items:center; margin-top:10px; }
.rev-card__author {
    color: #414141;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rev-card__date {
    font-size: 12px;
    color: #000;
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid #CFCFCF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.stars{ display:inline-flex; gap:1px; color:#F17F0D; }
.star {
    font-size: 24px;
    line-height: 1;
}
.star--empty{ color:#e1e1e1; }
.star--half{ background: linear-gradient(90deg, #F17F0D 50%, #e1e1e1 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.rev-aside{ position:sticky; top:16px; }
.rev-aside__card {
    background: #fff;
    border-radius: 14px;
    padding: 37px 27px 40px 27px;

    filter: drop-shadow(0 10px 25px rgba(56, 56, 56, 0.03));
}
.rev-aside__title {
    margin-bottom: 19px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rev-aside__score-badge strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.rev-aside__score {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 26px;
    padding: 15px;
    border: 1px solid #F17F0D;
    border-radius: 55px;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.rev-aside__score-badge {
    display: inline-grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #F17F0D;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rev-aside__list{ list-style:none; padding:0; margin:0 0 14px; display:grid; gap:8px; color:#444; }
.rev-aside__list .tick{ width:18px; height:18px; display:inline-block; border-radius:6px; background:#fff1e5; box-shadow:inset 0 0 0 1px #ffd7be; margin-right:8px; vertical-align:middle; }
.rev-aside__list .tick::after{ content:""; display:block; width:10px; height:10px; border-right:2px solid #ff8c3e; border-bottom:2px solid #ff8c3e; transform:rotate(45deg); margin:3px 0 0 4px; }
.rev-aside__btn{ display:block; text-align:center; padding:10px 16px; background:#ff8c3e; color:#fff; text-decoration:none; border-radius:999px; font-weight:800; }

/* Pagination */
.rev-pager {
    display: flex
;
    gap: 8px;
    list-style: none;
    padding: 0 3px;
    margin: 0;
    justify-content: center;
    width: fit-content;
    background-color: #F1F1F1;
    height: fit-content;
    border-radius: 12px;
}
.rev-pager__item a, .rev-pager__item span {
    display: inline-grid;
    place-items: center;
    min-width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 10px;
    border: 0px solid #eee;
    background: transparent;
    color: #222;
    text-decoration: none;
}
.rev-pager__item .current {
    color: #fff;
    border-color: #ff8c3e;
    font-weight: 800;
    border-radius: 10px;
    background: #F17F0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rev-pager__item .prev, .rev-pager__item .next{ font-weight:800; }

/* responsive */
@media (max-width:1024px){
  .rev-grid{ grid-template-columns:1fr; }
  .rev-list{ grid-template-columns:1fr; }
  .rev-aside{ position:static; }
}




.rv-wrap {
    --brand: #ff8c3e;
    --dark: #2b2b2b;
    --muted: #6f6f6f;
    --field: #fff;
    --brd: #e9e9e9;
    --radius: 26px;
    display: grid
;
    grid-template-columns: 1fr 2.5fr;
    gap: 60px;
    align-items: start;
    padding: 0;
}
.rv-title {
    margin: 0 0 23px;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}
.rv-sub{ margin:0; color:#555; }
.rv-right{ display:block; }
.rv-row p{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-bottom:12px; }
.rv-row textarea{ grid-column:1 / -1; min-height:110px; }


.rv-wrap select{ appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--brand) 50%), linear-gradient(135deg,var(--brand) 50%,transparent 50%); background-position: calc(100% - 22px) calc(50% - 4px), calc(100% - 16px) calc(50% - 4px); background-size:6px 6px; background-repeat:no-repeat; }
.rv-wrap textarea{ border-radius:18px; }

/* Stars */
.rv-stars p{ display:flex; gap:0; align-items:center; margin:8px 0 12px; }
.rv-star{
  font-size:28px; line-height:1; width:32px; height:32px;
  color:#fff; background:transparent; border:0; cursor:pointer; padding:0;
}
.rv-star.is-on{ color:var(--brand); }
.rv-star:focus-visible{ outline:2px solid #cfd6ff; border-radius:6px; }

/* Submit */
.rv-actions{ display:flex; justify-content:flex-end; }
.rv-btn{ background:#232323; color:#fff; border:0; border-radius:999px; padding:12px 22px; font-weight:700; cursor:pointer; }
.rv-btn:hover{ opacity:.95; }

/* Responsive */
@media (max-width: 1024px){
  .rv-wrap{ grid-template-columns: 1fr; }
  .rv-row{ grid-template-columns: 1fr; }
  .rv-title{ font-size:32px; }
}

.review-card__quote img {
    width: 36px !important;
}
.page-template-reviews-page .rating-card__label {
    font-size: 18px;
}
.page-template-reviews-page .hero__ratings {
    margin-top: 24px;
}
.rev-grid {
    margin-top: 44px;
}

.rev-aside__score small {
    color: #717171;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.text_hero .rev-aside__list li {
    background-color: #F9F9F9;
    padding: 13px 20px 13px 53px;
    border-radius: 60px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.text_hero ul.rev-aside__list li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2025/10/checked-5-17.svg) no-repeat center / contain;
}
.rev-aside .center {
    margin-top: 20px;
}
.page-template-reviews-page .hero__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}
.next.page-numbers, .prev.page-numbers  {
    border-radius: 10px;
    background: #F17F0D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rev-pagination {
    display: flex;
    justify-content: center;
    margin-top: 51px;
}

.rv-sub strong {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.rv-left p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.page-template-reviews-page .cta-form input[type="submit"] {
    width: 100%;
    border: 0px solid #E7E7E7;
    background: #fff;
    border-radius: 100px;
    padding: 20px 23px;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 54.448px;
    background: #2B2B2B;
    color: #EAEAEA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    width: 225px;
    height: 60px;
}
.rv-right {
    max-width: 680px;
}
.rv-left {
    padding-top: 47px;
}
.page-template-reviews-page .cta-form.benefits.jtb2-wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 89px 68px 53px 68px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.rv-actions {
    margin-top: -64px;
}
.page-template-reviews-page .cta-form .wpcf7-not-valid-tip {
    margin-top: 18px;
}
.page-template-reviews-page .cta-form .rv-row_ .wpcf7-not-valid-tip {
    margin-top: 0px;
}
.page-template-reviews-page .wpcf7 form .wpcf7-response-output {
    border-color: transparent;
}
.help-section {
  background: #F5F5F5;
}

.help-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.help-image img {
  max-width: 360px;
  height: auto;
  display: block;
      margin-top: -50px;
}

.help-content {
  flex: 1;
  min-width: 320px;
}

.help-title {
    margin-bottom: 35px;
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.25px;
}
.help-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    max-width: 736px;
}

.help-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.help-list li {
color: #414141;r;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; 
}



.help-btn {
  display: inline-block;
  background: #ff8c3e;
  color: #fff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.2s ease;
}

.help-btn:hover {
  background: #e47727;
}

@media (max-width: 1024px) {
  .help-grid {
    flex-direction: column;
    text-align: center;
  }

  .help-image img {
    max-width: 260px;
  }

  .help-list {
    flex-direction: column;
    align-items: center;
  }

  .help-list ul {
    text-align: left;
  }
}

.help-list.text_hero ul li {
    margin-bottom: 20px;
}
.help-grid {
    padding-left: 70px;
}
.help-section {
    margin-top: 114px;
}
.page-template-reviews-page .pages_container {
    padding-bottom: 0px;
}
li.current-menu-item > a {
    border-bottom: 1px solid #ff7a00;
    width: max-content;

}
.help-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer__col li.current-menu-item > a {
    border-bottom: 0px solid #ff7a00;
}
@media (max-width: 1024px) {
.page-template-reviews-page .hero__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -1.2px;
}
.page-template-reviews-page .pages_container {
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-reviews-page .breadcrumbs_pages {
        padding-left: 0;
        padding-right: 0;
    }
.page-template-reviews-page #breadcrumbs {
        margin-bottom: 23px;
    }
.page-template-reviews-page .rating-card__label {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-template-reviews-page  .owl-carousel.owl-drag .owl-item {
    background-color: #fff;
    border-radius: 16px;
            padding-left: 16px;
}
.page-template-reviews-page .hero__ratings {
    margin-top: 9px;
}
.rev-card__text p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.rev-card__author {
    line-height: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rev-card__date {
    font-weight: 300;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.rev-list {
    gap: 12px;
}
.rev-aside__card {
    padding: 20px;
}
.rev-aside__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rev-aside__score small {
    line-height: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.rev-aside__score-badge {
    width: 47px;
    height: 47px;
    line-height: normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rev-aside__score {
    padding: 11px;
    margin-bottom: 13px;
}
.text_hero .rev-aside__list li {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.rv-title {
        font-size: 32px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -1.2px;
        text-align: center;
 }
.rv-left p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}
.page-template-reviews-page .cta-form.benefits.jtb2-wrap {
    padding: 36px 24px;
        margin-top: 40px;
    margin-bottom: 40px;
}
.rv-left {
    padding-top: 0;
}
.rv-row p {
    grid-template-columns: 1fr;
}
.rv-wrap {
    gap: 15px;
}
.rv-actions {
    margin-top: 0;
    justify-content: center;
        margin-top: -8px;
}
.rv-stars p {
    justify-content: center;
}
    .rv-title {

        margin-bottom: 8px;
    }
.help-image {
    display: none;
}
.help-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.2px;
}
.help-grid {
    padding-left: 0;
}
.help-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
            margin-bottom: 22px;
}
.help-list.text_hero ul li {
    margin-bottom: 6px;
}
.help-section {
    margin-top: 40px;
    padding-top: 33px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
    .help-title {
        margin-bottom: 13px;
    }
}


/* ==== isolated styles (pay-) ==== */
.pay-wrap{ --brand:#ff8c3e; --card:#fff; --soft:#f7f7f8; --brd:#eee; --radius:16px; --shadow:0 10px 26px rgba(0,0,0,.06); }

.pay-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

/* base card */
.pay-card{
  background:var(--card);
  border-radius:14px;
    padding: 22px 28px;
  display:flex;
  gap:16px;
  align-items:center;
  min-height:140px;
}
.pay-card--split{ justify-content:space-between; }
.pay-col{ flex:1 1 0; }
.pay-illu{ display:flex; justify-content:center; }
.pay-illu img{ height:auto; display:block; }

.pay-title {
    margin: 0 0 20px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.pay-text {
    margin: 0 0 11px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}


/* photo + text */
.pay-card--photo{ padding:0; }
.pay-photo {
    width: 246px;
    /* flex: 0 0 243px; */
    overflow: hidden;
    border-radius: 14px 0 0 14px;
    margin-top: 38px;
}
.pay-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.pay-card--photo .pay-col{ padding:18px; }

/* providers list */
.pay-card--list{ flex-direction:column; gap:10px; }
.pay-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid #f0f0f0;
  border-radius:12px;
  padding:14px 16px;
}
.pay-row__label {
    font-weight: 700;
    color: #222;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.pay-row__logo img{ display:block; }

/* subtle page bg like on mock */
.pay-wrap{ 
    margin-top: 35px;
}

/* responsive */
@media (max-width:980px){
  .pay-grid{ grid-template-columns:1fr; }
  .pay-card--split .pay-illu{ justify-content:flex-start; }
}
@media (max-width:640px){
.pay-photo{ width:140px; flex-basis:140px; }
  .pay-title{ font-size:18px; }
}


.last_row_pay {
    display: grid;
    gap: 14px;
}
.widtn_356 {
    min-width: 356px;
}
.pay-card .btn {
    min-width: 225px;
}

.last_row_pay .pay-card--photo {
    padding: 0;
    justify-content: space-between;
    padding: 0 28px;
}

.page-template-pay-page .news {
    margin: 180px 0px 0 0px;
    padding-bottom: 0;
}
@media (max-width: 1024px) {
.widtn_356 {
    min-width: 100%;
}
.pay-card {
    display: grid;
}
.pay-card .btn {
    min-width: 165px;
}
.pay-grid .pay-card:first-child .pay-illu img {
    max-width: 125px;
    margin-top: -91px;
}
    .pay-card--split .pay-illu {
        justify-content: end;
    }
    .pay-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin: 0 0 8px;
    }
.pay-text {
    margin: 0 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.pay-card {
    padding: 15px 20px;
}
.pay-grid .pay-card:nth-child(2) .pay-illu {
        justify-content: end;
        position: absolute;
        right: 6px;
   bottom: 0;
    }
.pay-grid .pay-card:nth-child(2) .pay-illu img {
    max-width: 128px;
}
    .pay-card {
        padding: 15px 20px;
        position: relative;
    }
.pay-grid .pay-card:nth-child(3) .pay-photo {
        justify-content: end;
        position: absolute;
        right: 6px;
   bottom: 0;
    }
.pay-grid .pay-card:nth-child(3) .pay-photo img {
    max-width: 128px;
}
.last_row_pay .pay-card--photo {
    padding: 0 22px;
    display: flex;
}
.pay-row__label {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.pay-row__logo img {
    display: block;
    max-width: 123px;
}
.pay-card {
    min-height: 80px;
}
.pay-grid {
    gap: 16px;
}
.page-template-pay-page .news {
    margin: 40px 0px 0 0px;
}
.page-template-pay-page .hero__title, .page-template-pay-page .sub_title, .page-template-pay-page .pay-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media (max-width: 600px) {
.pay-grid .pay-card:nth-child(2) .pay-text {
        max-width: 200px;
    }
.pay-grid .pay-card:nth-child(3) .pay-text {
        max-width: 200px;
    }
}
.default_page .hero__title {
margin-bottom: 30px;
}
main.default_page   {
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
.default_page .breadcrumbs_pages {
        padding-left: 0;
        padding-right: 0;
    }
.default_page .container {
    padding-left: 15px;
    padding-right: 15px;
}
main.default_page   {
    padding-bottom: 50px;
}
}


.not-found .page-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 55px;
    color: #ff7a00;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .4px;
    font-size: 200px;
    text-align: center;
}
.not-found  {
    text-align: center;
    padding: 100px 24px;
}
@media (max-width: 1024px) {
.not-found .page-title {
    font-size: 100px;
}
}
.holder {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 .holder .get-it-on-github {
	 margin-top: 24px;
	 margin-bottom: 24px;
	 color: #55606e;
}
 .audio.green-audio-player {
	 max-width: 550px;
	 min-width: 300px;
	 height: 56px;
	 box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding-left: 24px;
	 padding-right: 24px;
	 border-radius: 4px;
	 user-select: none;
	 -webkit-user-select: none;
	 background-color: #fff;
		     width: 100%;
}
 .audio.green-audio-player .play-pause-btn {

	 cursor: pointer;
}
 .audio.green-audio-player .spinner {
	 width: 18px;
	 height: 18px;
	 background-image: url(/wp-content/uploads/2025/05/loading.png);
	 background-size: cover;
	 background-repeat: no-repeat;
	 animation: spin 0.4s linear infinite;
}
 .audio.green-audio-player .slider {
	 flex-grow: 1;
	 background-color: #d8d8d8;
	 cursor: pointer;
	 position: relative;
}
 .audio.green-audio-player .slider .progress {
	 background-color: #FEE369;
	 border-radius: inherit;
	 position: absolute;
	 pointer-events: none;
}
 .audio.green-audio-player .slider .progress .pin {
	 height: 16px;
	 width: 16px;
	 border-radius: 8px;
	 background-color: #FEE369;
	 position: absolute;
	 pointer-events: all;
	 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
 .audio.green-audio-player .controls {
	 font-size: 16px;
	 line-height: 18px;
	 color: #55606e;
	 display: flex;
	 flex-grow: 1;
	 justify-content: space-between;
	 align-items: center;
	 margin-left: 24px;
	 margin-right: 24px;
}
 .audio.green-audio-player .controls .slider {
	 margin-left: 16px;
	 margin-right: 16px;
	 border-radius: 2px;
	 height: 4px;
}
 .audio.green-audio-player .controls .slider .progress {
	 width: 0;
	 height: 100%;
}
 .audio.green-audio-player .controls .slider .progress .pin {
	 right: -8px;
	 top: -6px;
}
 .audio.green-audio-player .controls span {
	 cursor: default;
}
 .audio.green-audio-player .volume {
	 position: relative;
}
 .audio.green-audio-player .volume .volume-btn {
	 cursor: pointer;
}
 .audio.green-audio-player .volume .volume-btn.open path {
	 fill: #FEE369;
}
 .audio.green-audio-player .volume .volume-controls {
	 width: 30px;
	 height: 135px;
	 background-color: rgba(0, 0, 0, 0.62);
	 border-radius: 7px;
	 position: absolute;
	 left: -3px;
	 bottom: 52px;
	 flex-direction: column;
	 align-items: center;
	 display: flex;
}
 .audio.green-audio-player .volume .volume-controls.hidden {
	 display: none;
}
 .audio.green-audio-player .volume .volume-controls .slider {
	 margin-top: 12px;
	 margin-bottom: 12px;
	 width: 6px;
	 border-radius: 3px;
}
 .audio.green-audio-player .volume .volume-controls .slider .progress {
	 bottom: 0;
	 height: 100%;
	 width: 6px;
}
 .audio.green-audio-player .volume .volume-controls .slider .progress .pin {
	 left: -5px;
	 top: -8px;
}

 @keyframes spin {
	 from {
		 transform: rotateZ(0);
	}
	 to {
		 transform: rotateZ(1turn);
	}
}
 
.audio_section {
    padding-bottom: 30px;
}

.audio_section .title_h2_block {
    margin-bottom: 20px;
}
#my-audio {
    width: 100%;
}
.audio_section {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.audio_section .title_h2_block {
    margin-bottom: 20px;
    font-size: 32px;
}
@media (max-width:1024px){
.audio_section .title_h2_block {
    margin-bottom: 15px;
    font-size: 20px;
}
}
.socials_fixed {
    position: fixed;
    right: 20px;
    top: 40%;
	    z-index: 99;
}
.socials_grid {
	display: grid;
	gap: 8px;
}
.socials_grid a {
    width: 50px;
}
.socials_grid a img {
    width: 50px;
}
@media (max-width:1024px){
.socials_grid a {
    width: 40px;
}
.socials_grid {
	gap: 3px;
}
.socials_fixed {
    right: 15px;
}
}

.page-template-about-page .hero__ratings {
    margin-bottom: 50px;
}








/* Базові стилі випадаючого списку */
.main-nav .menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 16px;
    min-width: 263px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    list-style: none;
    padding: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
}

/* Елементи всередині сабменю */
.main-nav .menu .sub-menu > li {
  position: relative;
}

.main-nav .menu .sub-menu > li > a {
    display: block;
    padding: 8px 18px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .15s 
ease, color .15s 
ease;
    max-width: 349px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2B2B2B !important;
}

.main-nav .menu .sub-menu > li > a:hover {
    background-color: #2b2b2b;
    color: #0073e6;
    color: #ffffff !important;
}
/* Активний елемент у сабменю */
.main-nav .menu .sub-menu > li.current-menu-item > a,
.main-nav .menu .sub-menu > li.current_page_item > a {
  font-weight: 500;
  color: #0073e6;
}


/* показ при наведенні на батьківський li */
.main-nav .menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.main-nav .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}

.main-nav .menu > li.menu-item-has-children > a::after {
    content: "";
    /* border-width: 4px 4px 0 4px; */
    /* border-style: solid; */
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: -13px;
    top: 18px;
    transform: translateY(-50%);
    transition: transform .2s 
ease, border-color .2s 
ease;
    background-image: url(/wp-content/uploads/2025/10/arrow-down-sign-to-navigate-1.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    width: 20px;
    height: 20px;
}


.main-nav .menu > li.menu-item-has-children > a {
    padding-bottom: 30px;
}

.main-nav .menu > li.menu-item-has-children:hover > .sub-menu {
    transform: translateX(56%);
        margin: 0;
    margin-top: 16px;
        border-radius: 0;
}

li.current-menu-item.menu-item-has-children > a {
    border-bottom: 0px solid #ff7a00;
}

.sub-menu li.current-menu-item > a {
    border-bottom: 0px;
}
.main-nav .menu .sub-menu > li > a {
    width: 100%;
}






.wpcf7-success-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 300px;
}

.wpcf7-success-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    max-width: 100%;
    padding: 60px 40px;
    background-image: url(/wp-content/uploads/2025/10/Group-47505.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    font-size: 28px;
        height: 325px;
    color: #000;
}
.wpcf7-success-box p {
    color: #000;
    font-size: 24px;
    line-height: 36px;
}

@media (max-width: 1024px) {
    .single-content .cta-form .wpcf7-success-box  p {
        margin: 10px 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 27px;
    }
.wpcf7-success-box {
    padding: 30px 20px;
        height: auto;
}
.wpcf7-success-overlay {
    height: auto;
}
}









/* СТИЛІ ДЛЯ МОБІЛЬНОГО МЕНЮ */
@media (max-width: 1024px) {

  .mm__nav {
    width: 100%;
  }

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

  .mm__menu > li {
    position: relative;
   
  }

  .mm__menu > li > a {
    display: block;
    padding-right:40px; /* місце під стрілку справа */
    text-decoration: none;
  }

  /* САБМЕНЮ: стилі */
  .mm__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 16px;    /* трохи зсунути всередину */
    display: none;            /* за замовчуванням приховано */
  }

  .mm__menu .sub-menu > li > a {
    display: block;
    padding: 6px 0;

    text-decoration: none;
            /* підкоригуєш під дизайн */
  }

  .mm__menu .sub-menu > li > a:hover {
    
  }

  /* Коли батьківський li відкритий — показуємо сабменю */
  .mm__menu li.is-open > .sub-menu {
    display: block;
  }

  /* КНОПКА-СТРІЛКА */
  .mm__submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
            height: fit-content;
  }

  .mm__submenu-toggle-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg); /* стрілка вниз-вправо */
    transition: transform .2s ease;
  }

  /* При відкритому сабменю — стрілка дивиться вгору */
  .mm__menu li.is-open > .mm__submenu-toggle .mm__submenu-toggle-icon {
     transform: rotate(225deg);
  }
    .mm__submenu-toggle {
        top: 17px;

    }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
      background: var(--bg-soft);
      z-index: 9999;
}

#primary {
    padding-top: 145px;
}

@media (max-width: 1024px) {
#primary {
     padding-top: 70px;
}
}

.section_hero_text td {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.2px;
    color: #000;
	    padding: 5px 10px;
}

.section_hero_text td {
    border: 1px solid #e1e1e1;
	 border-collapse: collapse;
}

table {
    border-collapse: collapse;
}
@media (max-width: 1024px) {
.section_hero_text td {
    font-size: 14px;
    padding: 5px;
}
}

.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
    background: transparent;
    padding: 0;
    border: 0;
}

.recaptcha .wpcf7-not-valid-tip {
    top: 0px;
    left: 14px;
}