/*!
Theme Name: UCVN
Theme URI: http://underscores.me/
Author: SELECTOR.SPACE
Author URI: https://selector.space/
Description: Сучасна тема WordPress, створена веб-студією SELECTOR.SPACE, яка підходить для різноманітних типів сайтів — від невеликих лендінгів та каталогів до масштабних інтернет-магазинів. Гнучкий дизайн, чистий код і оптимізація для SEO забезпечують максимальну продуктивність і зручність у використанні.
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: selector-space-ucvn
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.

UCVN 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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #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 {
  color: #4169e1;
}

/* a:visited {
  color: #800080;
} */

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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: 1439px) {
  .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 {
  margin: 0 0 1.5em;
  margin-bottom: 0;
}

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

/* 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;
}
@font-face {
  font-family: "HelveticaNeue-Roman";
  src: url("fonts/HelveticaNeue-Roman.woff") format("woff"),
    url("fonts/HelveticaNeue-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sexsmith-Regular";
  src: url("fonts/Sexsmith.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Light";
  src: url("fonts/Helvetica-Light.woff2") format("woff2"),
    url("fonts/Helvetica-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.ttc") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZT Formom Italic";
  src: url("fonts/ZT-Formom-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZT Formom";
  src: url("fonts/ZT Formom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
p,
a,
li,
button {
  font-family: "Helvetica-Light", sans-serif;
  font-weight: 400;
  color: #000;
}
.container {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  display: flex;
  position: absolute;
  width: 100%;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.main-navigation {
  width: 60%;
}
.main-navigation .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  transform: 250ms ease-out;
}
.site-header.header-light .main-navigation .menu a {
  color: #fff;
}
.main-navigation .menu a:hover {
  color: #910317;
  transform: 250ms ease-out;
}
.site-header.header-light .main-navigation .menu a:hover {
  color: #910317;
}
.header_lang_switcher {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  transform: 250ms ease-out;
}
.site-header.header-light .header_lang_switcher a {
  color: #fff;
}
.header_lang_switcher:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header_lang_switcher a {
  text-decoration: none;
}
.header_lang_switcher .active {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
}
.site-header.header-light .header_lang_switcher .active {
  color: #fff;
}
.menu-close {
  display: none;
}
.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("/wp-content/uploads/2025/05/Vector-53.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.site-header.header-light .menu-item-has-children > a::after {
  background-image: url("/wp-content/uploads/2025/05/Vector-52.svg");
}
.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #f5f0ea;
  font-weight: 300;
  font-size: 16px;
  text-transform: lowercase;
  color: #000;
  padding: 15px;
}
.site-header.header-light .menu-item-has-children .sub-menu {
  border: 1px solid #f5f0ea;
  background: #2b2b18;
  color: #fff;
}
.header_account_icon svg {
  fill: #000;
}
.site-header.header-light .header_account_icon svg {
  fill: #fff;
}
.menu-toggle svg {
  stroke: black;
}
.site-header.header-light .menu-toggle svg {
  stroke: #fff;
}
.main-navigation ul ul a {
  width: 200px;
  text-align: start;
}
.account-menu {
  display: none;
  position: absolute;
  top: 100px;
  right: 70px;
  background: #f5f0ea;
  border-radius: 5px;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  list-style: none;
}
.account-menu a {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #000;
  transform: 250ms ease-out;
}
.account-menu .exit a {
  margin-top: 20px;
  opacity: 0.5;
}
.account-menu a:hover {
  color: #910317;
}
.header_account_wrapper:hover .account-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero {
  background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
    center;
  background-size: cover;
  height: auto;
  padding-top: 170px;
  padding-bottom: 86px;
}
.hero a {
  color: inherit;
  text-decoration: none;
}
.title-wrapper {
  text-align: center;
}
.title-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.title-top .title-main {
  font-size: 204px;
  /* font-weight: bold; */
  display: inline-block;
  line-height: 1.2;
  position: relative;
}

.title-top .title-main::after {
  content: "";
  position: absolute;
  bottom: 8px; /* відстань до лінії */
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.title-of {
  font-family: "ZT Formom Italic", sans-serif;
  font-size: 135px;
  color: #910317;
  font-style: italic;
  text-transform: lowercase;
  align-self: flex-end;
  margin-top: -35px;
}
.title-sub {
  font-family: "ZT Formom", sans-serif;
  font-size: 110px;
  /* letter-spacing: 0.07em; */
  margin-left: 15px;
  font-weight: 400;
  /* font-weight: bold; */
}
.title-sub2 {
  font-family: "ZT Formom Italic", sans-serif;
  font-size: 110px;
  font-weight: 400;

  /* font-weight: bold; */
}
.hero-content {
  display: flex;
  justify-content: space-between;
}
.hero-text p {
  /* font-family: "Helvetica"; */
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin: 0;
  width: 90%;
}
.btn-hero {
  text-decoration: none;
  border-radius: 50px;
  padding: 10px;
  width: 197px;
  height: 50px;
  background: #910317;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms ease-out;
}
.btn-hero:hover {
  background: #aa1126;
  transition: 250ms ease-out;
}
a.btn-hero {
  color: #fff;
}
.hero-img {
  width: 65%;
  position: relative;
}
.img-hero-big {
  width: 100%;
  height: 100%;
}
.img-hero-mini {
  position: absolute;
  bottom: 0;
  left: -35%;
  z-index: 1;
}
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-hero-text-btn {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wrap-link-hero a {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.mission {
  background: url("/wp-content/uploads/2025/05/BG-4.webp") no-repeat center
    center;
  background-size: cover;
  padding: 86px;
}
.wrap-mission-bg {
  background: url("/wp-content/uploads/2025/05/rectangle-texture.png") no-repeat
    center center;
  background-size: cover;
  padding: 86px;
  position: relative;
}
.wrap-mission-bg .text-mission {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.wrap-mission-bg h2 {
  font-weight: 400;
  font-size: 111px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  text-align: center;
  margin: 0;
}
.stamp {
  position: absolute;
  top: 25%;
  left: 40%;
}
.mission-text-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.mission-text-wrap p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: justify;
  color: #000;
  width: 45%;
}
.advantages {
  background: #2b2b18;
}
.wrap-advantages {
  display: flex;
  align-items: stretch;
}
.blok-advantages-1,
.blok-advantages-2,
.blok-advantages-3 {
  width: 33.33%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blok-advantages-1 h2,
.blok-advantages-2 h2,
.blok-advantages-3 h2 {
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
  padding-top: 70px;
}
.advantages-content {
  /* font-family: var(--font-family); */
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #f5f0ea;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.advantages-number {
  position: absolute;
  top: 60%;
  left: 40%;
  font-weight: 400;
  font-size: 183px;
  text-align: justify;
  color: #f5f0ea;
  margin: 0;
}
.line-v {
  width: 1px;
  background-color: #a2a19f;
}
.advantages-img {
  display: block;
  transform: translateY(25%);
  transition: transform 0.4s ease;
}
.blok-advantages-1:hover .advantages-img,
.blok-advantages-2:hover .advantages-img,
.blok-advantages-3:hover .advantages-img {
  transform: translateY(5%);
}

.blok-advantages-1,
.blok-advantages-2,
.blok-advantages-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.advantages-visible .blok-advantages-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.advantages-visible .blok-advantages-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.advantages-visible .blok-advantages-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
/*Біжуча стрічка*/
.marquee-container {
  overflow: hidden;
  position: relative;
  background: #f5f0ea;
  border: 1px solid #910317;
}

.marquee {
  display: flex;
  width: fit-content;
  animation: scroll-left 25s linear infinite;
}

.marquee span {
  display: inline-block;
  padding: 10px 2px;
  font-size: 1.5rem;
  font-style: italic;
  color: #a92e2e;
  white-space: nowrap;
  font-family: "ZT Formom Italic", sans-serif;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*==============Coursec======================*/
.courses {
  background: url("/wp-content/uploads/2025/05/texture-bg-text.png") no-repeat
    center center;
  background-size: cover;
  padding: 86px;
}
.courses-title {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.courses .btn-hero {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.courses-swiper-unique {
  width: 75%;
  height: auto;
  padding-top: 90px !important;
  /* height: 400px; */
}
.courses-swiper-unique .course-card {
  border: 1px solid #910317;
  border-radius: 5px;
  /* height: 306px; */
  background: #f5f0ea;
  padding: 10px;
}
.courses-swiper-unique .course-card a:first-of-type {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  height: 57px;
}
.courses-swiper-unique img {
  width: 100%;
  height: 164px;
  border-radius: 5px;
}
.courses-swiper-unique h3 {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  height: 57px;
  font-family: "Helvetica-Light", sans-serif;
}
.btn-course {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
.courses-swiper-unique .swiper-button-prev,
.courses-swiper-unique .swiper-button-next {
  border-radius: 100%;
  background: #f5f0ea;
  border: #910317 1px solid;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 5%);
  padding: 33px;
}
.courses-swiper-unique .swiper-navigation-wrap {
  position: absolute;
  width: 160px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
/* .courses-swiper-unique .swiper-button-prev::after,
.courses-swiper-unique .swiper-button-next::after {
  display: none;
} */
.courses-swiper-unique .swiper-button-prev::after {
  content: url("/wp-content/uploads/2025/06/Vector-13.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;
  width: 40px;
  height: 20px;
}
.courses-swiper-unique .swiper-button-next::after {
  content: url("/wp-content/uploads/2025/06/Vector-14.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;

  width: 40px;
  height: 20px;
}
/*==============Membership======================*/
.membership {
  background: url("/wp-content/uploads/2025/05/texture-bg-text-1.png") no-repeat
    center center;
  background-size: cover;
  padding: 86px 0;
}
.membership-title-blok {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.membership-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.membership-title h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.membership-title p {
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  color: #000;
  width: 297px;
  margin: 0;
}
.membership-card-top {
  display: flex;
  justify-content: space-between;
}
.membership-card-top .card-1,
.membership-card-top .card-2,
.membership-card-top .card-3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #910317;
  border-radius: 5px;
  height: 236px;
  padding: 15px 50px;
}

.membership-card-top .card-1 h3,
.membership-card-top .card-2 h3,
.membership-card-top .card-3 h3 {
  font-family: "Helvetica-Light";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
}
.membership-card-top .card-1 p,
.membership-card-top .card-2 p,
.membership-card-top .card-3 p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0;
}
.btn-price {
  border-radius: 107px;
  width: 100%;
  height: 100px;
  background: #910317;
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 59px;
  margin-top: 59px;
  transition: 250ms ease-out;
}
.btn-price:hover {
  background: #aa1126;
  transition: 250ms ease-out;
}
.membership-card-bottom {
  display: flex;
  justify-content: space-between;
}
.membership-card-bottom .card-1,
.membership-card-bottom .card-2,
.membership-card-bottom .card-3,
.membership-card-bottom .card-4 {
  width: 23%;
}
.membership-card-bottom .card-1,
.membership-card-bottom .card-2,
.membership-card-bottom .card-3 {
  display: flex;
  flex-direction: column;
  border: 1px solid #910317;
  border-radius: 5px;
  height: 402px;
}
.membership-card-bottom .card-1 {
  padding: 15px 30px;
  background: #f5f0ea;
  justify-content: flex-end;
}
.membership-card-bottom .card-1 h3,
.membership-card-bottom .card-2 h3 {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase;
  text-align: justify;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
.membership-card-bottom .card-1 p,
.membership-card-bottom .card-2 p,
.membership-card-bottom .card-4 p {
  /* font-family: "Sexsmith-Regular", sans-serif; */
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
}
.membership-card-bottom .card-2 {
  padding: 15px 30px;
  justify-content: space-between;
}
.membership-card-bottom .card-2 .btn-hero {
  width: 100%;
}
.membership-card-bottom .card-3 img {
  display: inline-block;
  height: 100%;
}
.membership-card-bottom .card-4 {
  justify-content: space-between;
  height: 402px;
  display: flex;
  flex-direction: column;
}
.membership-card-bottom .card-4 .card-4-text1 {
  border: 1px solid #910317;
  border-radius: 5px;
  background: #f5f0ea;
  padding: 28px;
  /* font-family: "Sexsmith-Regular", sans-serif; */
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin: 0;
}
.membership-card-bottom .card-4 img {
  border-radius: 5px;
  display: inline-block;
}
.membership-card-bottom .card-4 .card-4-text2 {
  border-radius: 5px;
  background: #910317;
  padding: 28px;
  /* font-family: "Sexsmith-Regular", sans-serif; */
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  margin: 0;
}

.line-progress {
  width: 0;
  height: 20px;
  background: #910317;
  transition: width 1s ease-in-out;
}

.line-progress.animate {
  width: 100%;
}
/*==============Specialist======================*/

.specialists {
  background: url("/wp-content/uploads/2025/05/texture-bg-text-1.png") no-repeat
    center center;
  background-size: cover;
  padding: 86px 0;
}
.specialists-title {
  /* font-family: "Sexsmith-Regular", sans-serif; */
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-bottom: 46px;
}
.specialists-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.specialists-card {
  border: 1px solid #910317;
  border-radius: 5px;
  width: 30%;
  height: 341px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
}
.specialists-card h3 {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.specialists-card p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}
.specialists-card-center {
  background: #910317;
  border: none;
}
.specialists-card-center h3 {
  color: #fff;
}
.specialists-card-center p {
  color: #fff;
}
.specialists-card-left {
  transform: rotate(-16deg);
  margin-top: 40px;
}

.specialists-card-right {
  transform: rotate(16deg);
  margin-top: 40px;
}
/*==============Pricing======================*/
.pricing {
  background-color: #2b2b18;
  background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 86px 0;
  color: white;
}
.pricing-title {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  color: #fff;
}
.pricing-grid-top {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 30px; */
}
.pricing-grid-bottom {
  display: flex;
  justify-content: space-between;
}
.pricing-top-card,
.pricing-card-bottom {
  border-radius: 5px;
  background: #f5f0ea;
}
.pricing-card-bottom {
  height: 362px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.pricing-top-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  padding: 30px;
  height: 294px;
  margin-bottom: 30px;
}
.pricing-top-card p:first-child {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-align: start;
  color: #000;
  opacity: 0.5;
  margin: 0;
}
.pricing-top-card p:last-child {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: justify;
  color: #000;
  margin: 0;
  height: 133px;
}
.pricing-top-card p > span {
  font-weight: 700;
  color: #2b2b18;
}
.pricing-top-card1 {
  width: 32%;
}
.pricing-top-card2 {
  width: 42%;
}
.pricing-top-card3 {
  width: 21%;
}
.pricing-card-bottom1 {
  width: 30%;
}
.pricing-card-bottom2 {
  width: 25%;
  height: 362px;
}
.pricing-card-bottom3 {
  width: 40%;
}
.pricing-card-bottom > p {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-align: start;
  color: #000;
  opacity: 0.5;
  margin: 0;
  z-index: 1;
}
.pricing-card-bottom ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.pricing-card-bottom h3 {
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.pricing-card-cost {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}
.pricing-card-bottom li {
  font-weight: 300;
  font-size: 16px;
}
.pricing-card-bottom-text p:last-of-type {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
.pricing-card-bottom-text {
  height: 238px;
}
.pricing-card-btn {
  border-radius: 50px;
  /* width: 197px;
  height: 50px; */
  background: #2b2b18;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 15px;
  padding: 15px 30px;
}
.pricing-card-btn:hover {
  background: #3d3d24;
  transition: 250ms ease-out;
}
.pricing-card-bottom2.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*==============Form======================*/

.form {
  background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
    center;
  background-size: cover;
  padding: 86px 0;
}
.form-section-wrapper {
  display: flex;
  justify-content: space-between;
}
.form-img-wrapper {
  width: 38%;
}
.form-img-wrapper img {
  width: 100%;
  height: auto;
}
.form-content-wrapper {
  width: 58%;
  display: flex;
  flex-direction: column;
}
.form-title {
  font-weight: 400;
  font-size: 75px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.input-name-order input,
.input-tel-order input,
.input-email-order input {
  width: 100%;
  height: 41px;
  border: 1px solid #000;
  border-radius: 45px;
  background-color: inherit;
  padding: 8px 20px;
}
.input-message-order textarea {
  width: 100%;
  height: 68px;
  border: 1px solid #000;
  border-radius: 45px;
  background-color: inherit;
  padding: 8px 20px;
}
.input-submit input {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #910317;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
.input-submit input:hover {
  background: #aa1126;
  transition: 250ms ease-out;
}
.education {
  display: flex;
  justify-content: space-between;
  background-color: #910317;
  background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 680px;
}
.education-content-wrap {
  width: 25%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.education-content-wrap p {
  font-weight: 100;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
  margin: 0;
  width: 80%;
}
.education-content-wrap h2 {
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-img {
  display: inline-block;
  width: 246px;
  height: 242px;
  background-image: url("/wp-content/uploads/2025/05/Frame-407.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.education-img-wrap {
  width: 50%;
}
.education-img-wrap img {
  width: 100%;
  height: 100%;
}

.reviews {
  background: url("/wp-content/uploads/2025/05/texture-text-bg.png") no-repeat
    center center;
  background-size: cover;
  padding: 86px 0;
  display: flex;
  justify-content: space-between;
}
.reviews-left-blok {
  width: 15%;
  margin: 0 auto;
}
.reviews-right-blok {
  width: 70%;
  position: relative;
}
.reviews-title-wrap {
  width: 90%;
  position: relative;
}
.reviews-title-wrap h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  height: 346px;
}
.reviews-title-wrap p {
  font-weight: 300;
  font-size: 16px;
  /* text-align: center; */
  color: #000;
  margin: 0;
  position: absolute;
  bottom: 6.2%;
  width: 315px;
  right: 0;
  transform: translateX(-50%);
}
.reviews-btn {
  border: 1px solid #910317;
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #910317 !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}
.reviews-btn:hover {
  background: #910317;
  color: #fff !important;
  transition: 250ms ease-out;
}
.obj-swiper {
  padding: 20px 0;
  overflow: hidden;
}
.obj-card {
  background: #910317;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  height: 411px;
}
.obj-img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: flex;
}
.obj-name {
  font-family: "Sexsmith", sans-serif;
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  text-align: start;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 50px;
}
.obj-text {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.obj-swiper .swiper-button-prev,
.obj-swiper .swiper-button-next {
  border-radius: 100%;
  background: #f5f0ea;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 95%);
  padding: 33px;
  border: #910317 1px solid;
}

.obj-swiper .swiper-button-next,
.obj-swiper .swiper-button-prev {
  color: var(--swiper-navigation-color, #910317) !important;
}
.obj-swiper .swiper-navigation-wrap {
  position: absolute;
  width: 160px;
  bottom: 40px;
  right: 35%;
}
.obj-swiper .swiper-button-prev::after {
  content: url("/wp-content/uploads/2025/06/Vector-13.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;
  width: 40px;
  height: 20px;
}
.obj-swiper .swiper-button-next::after {
  content: url("/wp-content/uploads/2025/06/Vector-14.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;
  width: 40px;
  height: 20px;
}
.blog {
  background-color: #2b2b18;
  background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 86px 0;
}
.blog-title-wrap {
  display: flex;
  justify-content: space-between;
}
.blog-title-wrap h2 {
  font-weight: 400;
  font-size: 77px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  width: 60%;
}
.blog-title-wrap-text {
  width: 17%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.blog-title-wrap-text p {
  font-weight: 100;
  font-size: 16px;
  text-align: right;
  color: #fff;
  margin: 0;
}
.blog-btn {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2b2b18 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  text-decoration: none;
}
.blog-btn:hover {
  background: #2b2b18;
  color: #fff !important;
  transition: 250ms ease-out;
}
.blogSwiper {
  margin: 50px 0;
}
.blogSwiper a {
  text-decoration: none;
  color: inherit;
}
.blogSwiper .swiper-slide {
  border-radius: 5px;
  height: 401px;
  background: #f5f0ea;
}
.blogSwiper .swiper-slide h3 {
  font-family: "Helvetica-Light";
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.blogSwiper .swiper-slide p {
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin: 0;
}
.slide-content {
  padding: 28px;
}
.slide-image {
  width: 90%;
  height: 199px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
.slide-image img {
  width: 100%;
  height: 100%;
}
.blogSwiper .swiper-button-prev,
.blogSwiper .swiper-button-next {
  border-radius: 100%;
  background: #f5f0ea;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 0%);
  padding: 33px;
}

.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--swiper-navigation-color, #2b2b18) !important;
}
.blogSwiper .swiper-navigation-wrap {
  position: absolute;
  width: 160px;
  top: 0px;
  right: 0;
}
.blogSwiper .swiper-button-prev::after {
  content: url("/wp-content/uploads/2025/06/Vector-13-1.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;
  width: 40px;
  height: 20px;
}
.blogSwiper .swiper-button-next::after {
  content: url("/wp-content/uploads/2025/06/Vector-14-1.svg"); /* Прибирає стандартну стрілку Swiper */
  display: flex;
  width: 40px;
  height: 20px;
}
.blog-swiper-wrap {
  position: relative;
  padding: 50px 0;
}
.swiper.blogSwiper {
  position: static;
}
.blog-img {
  width: 100%;
  height: 344px;
  object-fit: cover;
}
.footer-custom-bg {
  background-color: #2b2b18;
  background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 86px 0 30px;
  position: relative;
}
.footer-default-bg {
  /* фон для головної (7) та про нас (23), якщо треба */
  background-image: url("/wp-content/uploads/2025/05/bg-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 86px 0 30px;
}
.site-footer .site-branding {
  margin-bottom: 20px;
  width: 120px;
  height: 157px;
}
.site-footer .site-branding img {
  width: 100%;
  height: 100%;
}
.footer-wrap-info {
  display: flex;
  justify-content: space-between;
  margin-right: 70px;
}
.footer-sing-up-wrap {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer-menu-wrap {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
.footer-social-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-sing-up-wrap p {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
.footer-default-bg .footer-sing-up-wrap p {
  color: #000;
}
.footer-custom-bg .footer-sing-up-wrap p {
  color: #fff;
}
.footer-menu-wrap a {
  text-decoration: none;
}
.footer-menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu-wrap {
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
.footer-default-bg .footer-menu-wrap {
  color: #000;
}
.footer-default-bg .footer-menu-wrap a:hover {
  color: #910317;
}
.footer-custom-bg .footer-menu-wrap {
  color: #fff;
}
.footer-menu-1,
.footer-menu-2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-custom-bg .footer-menu-1 li a,
.footer-custom-bg .footer-menu-2 li a {
  color: #fff;
}
.email {
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  color: #000 !important;
}

.footer-default-bg .email {
  color: #000 !important;
}
.footer-custom-bg .email {
  color: #fff !important;
}
.footer-default-bg .email:hover,
.footer-custom-bg .email:hover {
  color: #910317 !important;
}
.footer-default-bg .footer-social-wrap .instagram svg {
  stroke: #000;
}
.footer-custom-bg .footer-social-wrap .instagram svg {
  stroke: #fff;
}
.footer-default-bg .footer-social-wrap .telegram svg {
  fill: #000;
}
.footer-custom-bg .footer-social-wrap .telegram svg {
  fill: #fff;
}
.footer-custom-bg .footer-social-wrap .instagram:hover svg,
.footer-default-bg .footer-social-wrap .instagram:hover svg {
  stroke: #910317;
}
.footer-custom-bg .footer-social-wrap .telegram:hover svg,
.footer-default-bg .footer-social-wrap .telegram:hover svg {
  fill: #910317;
}
.site-info-footer {
  font-weight: 100;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: flex;
  gap: 70px;
  justify-content: end;
  margin: 0;
  padding: 0;
  list-style: none;
  /* margin-top: 50px; */
  opacity: 0.5;
}
.footer-default-bg .site-info-footer {
  color: #000;
}
.footer-custom-bg .site-info-footer a {
  color: #fff;
}
.footer-container {
  position: relative;
}
.site-info {
  position: absolute;
  bottom: 15px;
  right: 50px;
}
.tnp.tnp-subscription {
  margin: 0;
  margin-top: 20px;
}
.tnp.tnp-subscription label {
  display: none;
}
.tnp.tnp-subscription input[type="email"] {
  border: 1px solid #000;
  border-radius: 50px;
  width: 353px;
  height: 50px;
  background: inherit;
}
.footer-custom-bg .tnp.tnp-subscription input[type="email"] {
  border: 1px solid #fff;
}
.tnp-field.tnp-field-email {
  margin-bottom: 25px !important;
}
.tnp-field.tnp-field-button input[type="submit"] {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #910317;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff !important;
  transition: 250ms ease-out;
}
.footer-sing-up-wrap.form-about-page
  .tnp-field.tnp-field-button
  input[type="submit"] {
  background: #2b2b18;
}
.footer-custom-bg .tnp-field.tnp-field-button input[type="submit"] {
  background: #f5f0ea;
  color: #2b2b18 !important;
}
.tnp-field.tnp-field-button input[type="submit"]:hover {
  background: #aa1126;
  color: #fff !important;
  transition: 250ms ease-out;
}
.course_page{
	background-color: #F5F0EA;
    padding-top: 155px;
    padding-bottom: 66px;
}
.course_main{
	margin-top: 82px;
}
.course_header{
	margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course_title{
	width: 100%;
	font-family: "Helvetica";
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 29px;
    margin-left: 6%;
}
.course_content_container{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.course_aside{
	width: 273px;
}
.aside_title{
	font-family: "Helvetica";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F5F0EA;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 12px;
    padding-left: 53px;
    background-color: #2B2B18;
    border-top-right-radius: 5px;
}
.aside_module_item{
	border-right: 0.5px solid #2B2B18;
    border-bottom: 0.5px solid #2B2B18;
}
.aside_module_btn{
	display: flex;
    width: 100%;
    align-items: center;
    font-family: "Helvetica";
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    color: #000;
    padding-right: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 51px;
    background: none;
    border: none;
    cursor: pointer;
}
.aside_lessons_block{
	display: none;
}
.aside_module_btn .chevron, .aside_lesson_title .chevron{
	width: 12px;
    height: 7px;
    transform: rotate(-90deg);
    margin-left: auto;
}
.aside_module_item.active .aside_module_btn .chevron, .aside_lesson_title.active .chevron, .aside_module_btn.active .chevron{
	transform: rotate(0deg);
}
.aside_module_btn .checkcircle{
	width: 20px;
    heiht: 20px;
    margin-right: 8px;
}
.aside_module_btn .checkcircle path, .aside_module_btn .checkcircle circle{
	stroke: #2B2B18;
}
.aside_module_btn.active .checkcircle path{
	stroke: #FFF;
}
.aside_module_btn.active .checkcircle circle{
	fill: #2B2B18;
}
.aside_lesson_title{
	display: flex;
    width: 100%;
    align-items: center;
    font-family: "Helvetica";
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    color: #000;
    padding-right: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 51px;
    background: none;
    margin: 0;
    border-top: 0.5px solid #2B2B18;
}
.aside_lesson_title:hover{
	cursor: pointer;
    text-decoration: underline;
}
.aside_lesson_title.active{
	text-decoration: underline;
}
.course_content_block{
	width: 75.55%;
}
.course_content_block .lesson_title{
	width: 100%;
    font-family: "Helvetica";
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #F5F0EA;
    padding: 28px 52px;
    border-radius: 5px;
    background-color: #2B2B18;
    margin: 0;
}
.course_footer{
	margin-top: 40px;
}
.course_content{
	padding: 0px 50px;
    width: 800px;
}
.course_content video{
	width: 100%;
    object-fit: cover;
    height: 360px;
    margin-top: 30px;
}
.course_content p{
	font-family: "Helvetica";
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    margin-top: 0;
    color: #000000;
}
.course_content h3{
	font-family: "Helvetica";
    font-weight: 600;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 13px;
}
.course_content ul{
    margin-left: 0;
}
.course_content ul li{
	font-family: "Helvetica";
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #000000;
}
.header_tabs, .footer_tabs{
	width: 75.55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}
.lesson_btn{
	position: relative;
    font-family: "Helvetica";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #F5F0EA;
    padding: 22px 67px;
    background-color: #2B2B18;
    border: none;
    width: 48%;
}
.lesson_btn:hover{
	cursor: pointer;
    background-color: #1a1a0d;
}
.lesson_btn span{
	display: block;
    margin-top: 3px;
    font-family: "Helvetica";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #F5F0EA;
}
.lesson_btn.prev{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    margin-right: auto;
}
.lesson_btn.next{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
    margin-left: auto;
}
.lesson_btn svg{
    width: 23px;
    height: 13px;
    position: absolute;
}
.lesson_btn svg path{
	stroke: #F5F0EA;
}
.lesson_btn.prev svg{
	top: calc(50% - 6.5px);
    left: 67px;
    transform: rotate(90deg);
}
.lesson_btn.next svg{
	top: calc(50% - 6.5px);
    right: 67px;
    transform: rotate(-90deg);
}
.course_progress{
	width: 273px;
    padding: 27px 55px;
    background-color: #2B2B18;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.course_progress p{
	margin: 0;
    font-family: "Helvetica";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #F5F0EA;
}
.course_progress p span{
	font-weight: 600;
}
.course_progress .progress_bar {
  width: 100%;
  height: 7px;
  background: #F5F0EA;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.course_progress .progress_fill {
  height: 100%;
  width: 0;
  background: #B89368;
  transition: width 0.4s ease;
}
@media screen and (max-width: 1439px) {
  /* .menu-toggle {
    display: none;
  } */
  /* .menu-menu-1-container {
    display: none;
  } */
  .site-header {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .header-container {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px 0;
  }
  .site-branding {
    margin-right: auto;
  }
  .menu-toggle {
    margin-left: 20px;
  }
  .main-navigation {
    width: 100%;
    display: none;
  }
  .main-navigation.active {
    display: block;
  }
  .main-navigation.active .menu-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
  }
  .main-navigation.active .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #910317;
    background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    width: 100%;
    text-align: center;
    padding: 70px 0;
  }
  .main-navigation.active a {
    font-family: "Sexsmith-Regular", sans-serif;
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    color: #f5f0ea;
  }
  .main-navigation .menu a:hover {
    color: #fff;
    transform: 250ms ease-out;
  }
  .site-header.header-light .main-navigation .menu a:hover {
    color: #fff;
  }
  .header_lang_switcher {
    gap: 10px;
    font-size: 16px;
    margin-right: 20px;
  }
  .header_lang_switcher .active {
    font-size: 16px;
  }
  .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 12px; /* або розмір твоєї іконки */
    height: 12px;
    margin-left: 6px;
    background-image: url("/wp-content/uploads/2025/05/Vector-53.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    display: none;
  }
  .menu-item-has-children .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #f5f0ea;
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
    color: #000;
    padding: 15px;
    display: none;
  }
  .main-navigation ul ul a {
    width: 200px;
    text-align: start;
  }
  .header_account_icon svg {
    width: 17px;
    height: 18px;
  }
  .account-menu {
    display: none;
    position: absolute;
  }
  .account-menu.open {
    display: flex;
  }
  .hero {
    background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
      center;
    background-size: cover;
    height: auto;
    padding-top: 135px;
    position: relative;
    height: 920px;
  }
  .hero a {
    color: inherit;
    text-decoration: none;
  }
  .title-wrapper {
    text-align: center;
    position: relative;
    width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-row {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .title-top .title-main {
    font-size: 54px;
    /* font-weight: bold; */
    display: inline-block;
    line-height: 1.2;
    position: relative;
  }

  .title-top .title-main::after {
    content: "";
    position: absolute;
    bottom: 8px; /* відстань до лінії */
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    display: none;
  }
  .title-of {
    font-family: "ZT Formom Italic", sans-serif;
    font-size: 91px;
    color: #910317;
    font-style: italic;
    text-transform: lowercase;
    align-self: flex-end;
    margin-top: -35px;
    position: absolute;
    right: 9%;
    top: 28%;
  }
  .title-sub {
    font-family: "ZT Formom", sans-serif;
    font-size: 44px;
    text-align: start;
    /* letter-spacing: 0.05em; */
    margin-left: 10px;
  }
  .title-sub2 {
    font-family: "ZT Formom Italic", sans-serif;
    font-size: 37px;
    margin-left: auto;
    margin-top: -20px;
    /* font-weight: bold; */
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-text p {
    /* font-family: "Helvetica"; */
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
    margin: 0;
    width: 90%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-hero {
    text-decoration: none;
    border-radius: 50px;
    padding: 10px;
    width: 176px;
    height: 40px;
    background: #910317;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  a.btn-hero {
    color: #fff;
  }
  .hero-img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 363px;
    width: 100%;
  }
  .img-hero-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-hero-mini {
    display: none;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap-hero-text-btn {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .wrap-link-hero a {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .wrap-link-hero {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mission {
    background: url("/wp-content/uploads/2025/05/BG-4.webp") no-repeat center
      center;
    background-size: cover;
    padding: 64px 0;
  }
  .wrap-mission-bg {
    background: url("/wp-content/uploads/2025/05/rectangle-texture.png")
      no-repeat center center;
    background-size: cover;
    padding: 64px 30px;
    position: relative;
  }
  .wrap-mission-bg p {
    font-size: 14px;
  }
  .wrap-mission-bg p:first-of-type {
    font-style: italic;
  }
  .wrap-mission-bg h2 {
    font-size: 53px;
  }
  .stamp {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 86px;
    object-fit: cover;
  }
  .mission-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 45px;
    gap: 20px;
  }
  .mission-text-wrap p {
    font-size: 14px;
    width: 100%;
  }
  .advantages {
    background: #2b2b18;
  }
  .wrap-advantages {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .blok-advantages-1,
  .blok-advantages-2,
  .blok-advantages-3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blok-advantages-1 h2,
  .blok-advantages-2 h2,
  .blok-advantages-3 h2 {
    font-weight: 400;
    font-size: 44px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #f5f0ea;
    margin: 0;
    padding-top: 70px;
  }
  .advantages-content {
    /* font-family: var(--font-family); */
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #f5f0ea;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .advantages-number {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 148px;
    text-align: justify;
    color: #f5f0ea;
    margin: 0;
  }
  .line {
    width: 1px;
    background-color: #a2a19f;
  }
  .advantages-img {
    display: block;
    transform: translateY(25%);
    transition: transform 0.4s ease;
    height: 335px;
    object-fit: contain;
  }
  .blok-advantages-1:hover .advantages-img,
  .blok-advantages-2:hover .advantages-img,
  .blok-advantages-3:hover .advantages-img {
    transform: translateY(5%);
  }

  .blok-advantages-1,
  .blok-advantages-2,
  .blok-advantages-3 {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .advantages-visible .blok-advantages-1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .advantages-visible .blok-advantages-2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }

  .advantages-visible .blok-advantages-3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  /*Біжуча стрічка*/
  .marquee-container {
    overflow: hidden;
    position: relative;
    background: #f5f0ea;
    border: 1px solid #910317;
  }

  .marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 25s linear infinite;
  }

  .marquee span {
    display: inline-block;
    padding: 10px 2px;
    font-size: 1.5rem;
    font-style: italic;
    color: #a92e2e;
    white-space: nowrap;
    font-family: "ZT Formom Italic", sans-serif;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /*==============Coursec======================*/
  .courses {
    background: url("/wp-content/uploads/2025/05/texture-bg-text.png") no-repeat
      center center;
    background-size: cover;
    padding: 65px 0;
  }
  .courses-title {
    font-weight: 400;
    font-size: 53px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 0;
  }
  .courses .btn-hero {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .courses-swiper-unique .swiper-button-prev,
  .courses-swiper-unique .swiper-button-next {
    border-radius: 100%;
    background: #f5f0ea;
    border: #910317 1px solid;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 5%);
    padding: 23px;
  }
  .courses-swiper-unique .swiper-navigation-wrap {
    width: 120px;
  }
  /*==============Membership======================*/
  .membership {
    background: url("/wp-content/uploads/2025/05/texture-bg-text-1.png")
      no-repeat center center;
    background-size: cover;
    padding: 65px 0;
  }
  .membership-title-blok {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
  }
  .membership-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .membership-title h2 {
    font-weight: 400;
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 0;
  }
  .membership-title p {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #000;
    width: 297px;
    margin: 0;
  }
  .membership-card-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .membership-card-top .card-1,
  .membership-card-top .card-2,
  .membership-card-top .card-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #910317;
    border-radius: 5px;
    height: auto;
    padding: 15px 50px;
  }

  .membership-card-top .card-1 h3,
  .membership-card-top .card-2 h3,
  .membership-card-top .card-3 h3 {
    font-family: "Helvetica-Light";
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #000;
  }
  .membership-card-top .card-1 p,
  .membership-card-top .card-2 p,
  .membership-card-top .card-3 p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin: 0;
  }
  .btn-price {
    border-radius: 107px;
    width: 100%;
    height: 67px;
    background: #910317;
    font-family: "Sexsmith-Regular", sans-serif;
    font-weight: 400;
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .membership-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .membership-card-bottom .card-1,
  .membership-card-bottom .card-2,
  .membership-card-bottom .card-3,
  .membership-card-bottom .card-4 {
    width: 100%;
  }
  .membership-card-bottom .card-1,
  .membership-card-bottom .card-2,
  .membership-card-bottom .card-3 {
    display: flex;
    flex-direction: column;
    border: 1px solid #910317;
    border-radius: 5px;
    height: 252px;
  }
  .membership-card-bottom .card-3 {
    height: 117px;
  }
  .membership-card-bottom .card-3 img {
    object-fit: cover;
  }
  .membership-card-bottom .card-1 {
    padding: 15px 30px;
    background: #f5f0ea;
    justify-content: flex-end;
  }
  .membership-card-bottom .card-1 h3,
  .membership-card-bottom .card-2 h3 {
    font-family: "Sexsmith-Regular", sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    text-align: justify;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    text-wrap: nowrap;
  }
  .membership-card-bottom .card-1 p,
  .membership-card-bottom .card-2 p,
  .membership-card-bottom .card-4 p {
    /* font-family: "Sexsmith-Regular", sans-serif; */
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  .membership-card-bottom .card-2 {
    padding: 15px 30px;
    justify-content: space-between;
  }
  .membership-card-bottom .card-2 .btn-hero {
    width: 100%;
  }
  .membership-card-bottom .card-3 img {
    display: inline-block;
    height: 100%;
  }
  .membership-card-bottom .card-4 {
    justify-content: space-between;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .membership-card-bottom .card-4 .card-4-text1 {
    border: 1px solid #910317;
    border-radius: 5px;
    background: #f5f0ea;
    padding: 28px;
    /* font-family: "Sexsmith-Regular", sans-serif; */
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    color: #000;
    margin: 0;
  }
  .membership-card-bottom .card-4 img {
    border-radius: 5px;
    display: inline-block;
  }
  .membership-card-bottom .card-4 .card-4-text2 {
    border-radius: 5px;
    background: #910317;
    padding: 28px;
    /* font-family: "Sexsmith-Regular", sans-serif; */
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    margin: 0;
  }

  .line-progress {
    width: 0;
    height: 20px;
    background: #910317;
    transition: width 1s ease-in-out;
  }

  .line-progress.animate {
    width: 100%;
  }
  /*==============Specialist======================*/

  .specialists {
    background: url("/wp-content/uploads/2025/05/texture-bg-text-1.png")
      no-repeat center center;
    background-size: cover;
    padding: 86px 0;
  }
  .specialists-title {
    /* font-family: "Sexsmith-Regular", sans-serif; */
    font-size: 54px;
    margin-bottom: 26px;
    text-align: center;
  }
  .specialists-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .specialists-card {
    border: 1px solid #910317;
    border-radius: 5px;
    width: 95%;
    height: 249px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
  }
  .specialists-card h3 {
    font-family: "Sexsmith-Regular", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
  }
  .specialists-card p {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
  }
  .specialists-card-center {
    background: #910317;
    border: none;
    transform: rotate(5deg);
  }
  .specialists-card-center h3 {
    color: #fff;
  }
  .specialists-card-center p {
    color: #fff;
  }
  .specialists-card-left {
    transform: rotate(-5deg);
    margin-top: 0px;
  }

  .specialists-card-right {
    transform: rotate(-5deg);
    margin-top: 0px;
  }
  /*==============Pricing======================*/
  .pricing {
    background-color: #2b2b18;
    background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    padding: 64px 0;
    color: white;
  }
  .pricing-title {
    font-size: 52px;
  }
  .pricing-grid-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    /* gap: 10px; */
  }
  .pricing-grid-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .pricing-top-card,
  .pricing-card-bottom {
    border-radius: 5px;
    background: #f5f0ea;
  }
  .pricing-card-bottom {
    height: 344px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .pricing-top-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    padding: 20px;
    height: 232px;
    margin-bottom: 10px;
  }
  .pricing-top-card p:first-child {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    text-align: start;
    color: #000;
    opacity: 0.5;
    margin: 0;
  }
  .pricing-top-card p:last-child {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: justify;
    color: #000;
    margin: 0;
    height: 133px;
  }
  .pricing-top-card p > span {
    color: #2b2b18;
  }
  .pricing-top-card1 {
    width: 100%;
  }
  .pricing-top-card2 {
    width: 100%;
  }
  .pricing-top-car3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pricing-top-car3 {
    width: 100%;
    height: 206px;
  }
  .pricing-card-bottom1 {
    width: 100%;
  }
  .pricing-card-bottom2 {
    width: 100%;
    height: 171px;
  }
  .pricing-card-bottom3 {
    width: 100%;
  }
  .pricing-card-bottom > p {
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    text-align: start;
    color: #000;
    opacity: 0.5;
    margin: 0;
    z-index: 1;
  }
  .pricing-card-bottom ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
  }
  .pricing-card-bottom h3 {
    font-size: 36px;
  }
  .pricing-card-cost {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
  }
  .pricing-card-bottom li {
    font-weight: 300;
    font-size: 16px;
  }
  .pricing-card-bottom-text p:last-of-type {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
  }
  .pricing-card-bottom-text {
    height: 238px;
  }
  .pricing-card-btn {
    border-radius: 50px;
    background: #2b2b18;
    font-size: 14px;
    color: #fff !important;
    margin-top: 10px;
    padding: 10px 0px;
    width: 60%;
  }

  .pricing-card-bottom2.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }
  /*==============Form======================*/

  .form {
    background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
      center;
    background-size: cover;
    padding: 64px 0;
    position: relative;
    height: 890px;
  }
  .form-section-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .form-img-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 290px;
  }
  .form-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .form-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .form-title {
    font-size: 54px;
  }
  .input-name-order input,
  .input-tel-order input,
  .input-email-order input {
    width: 100%;
    height: 41px;
    border: 1px solid #000;
    border-radius: 45px;
    background-color: inherit;
    padding: 8px 20px;
  }
  .input-message-order textarea {
    width: 100%;
    height: 68px;
    border: 1px solid #000;
    border-radius: 45px;
    background-color: inherit;
    padding: 8px 20px;
  }
  .input-submit input {
    border-radius: 50px;
    width: 197px;
    height: 50px;
    background: #910317;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
  }

  .education {
    display: flex;
    justify-content: space-between;
    background-color: #910317;
    background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }
  .education-content-wrap {
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .education-content-wrap p {
    font-weight: 100;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 80%;
  }
  .education-content-wrap h2 {
    font-size: 50px;
    width: 90%;
    height: 488px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-img {
    display: inline-block;
    width: 246px;
    height: 242px;
    background-image: url("/wp-content/uploads/2025/05/Frame-407.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .education-img-wrap {
    width: 50%;
    display: none;
  }
  .education-img-wrap img {
    width: 100%;
    height: 100%;
  }

  .reviews {
    background: url("/wp-content/uploads/2025/05/texture-text-bg.png") no-repeat
      center center;
    background-size: cover;
    padding: 86px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .reviews-left-blok {
    width: 86%;
    margin: 0 auto;
  }
  .reviews-text-left {
    display: none;
  }
  .reviews-left-blok svg {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .reviews-right-blok {
    width: 100%;
  }
  .reviews-title-wrap {
    width: 86%;
    margin: 0 auto;
    position: relative;
  }
  .reviews-title-wrap h2 {
    font-size: 54px;
    height: auto;
  }
  .reviews-title-wrap p {
    font-weight: 300;
    font-size: 16px;
    /* text-align: center; */
    color: #000;
    margin: 0;
    position: relative;
    bottom: 0%;
    width: 100%;
    right: 0;
    transform: translateX(0%);
  }
  .reviews-btn {
    border: 1px solid #910317;
    border-radius: 50px;
    width: 197px;
    height: 50px;
    background: #f5f0ea;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #910317 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .obj-swiper {
    position: relative;
  }
  .obj-card {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .obj-swiper .swiper-button-prev,
  .obj-swiper .swiper-button-next {
    border-radius: 100%;
    background: #f5f0ea;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 5%);
    padding: 23px;
    border: #910317 1px solid;
  }
  .obj-swiper .swiper-navigation-wrap {
    position: absolute;
    width: 120px;
    top: 0px;
    right: 50%;
    transform: translateX(50%);
  }
  .blog {
    background-color: #2b2b18;
    background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    padding: 64px 0;
    position: relative;
  }
  .blog-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog-title-wrap h2 {
    font-size: 54px;
    width: 100%;
    text-align: end;
  }
  .blog-title-wrap-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-top: -50px;
  }
  .blog-title-wrap-text p {
    display: none;
  }
  .blog-btn {
    border-radius: 50px;
    width: 197px;
    height: 50px;
    font-size: 16px;
    color: #2b2b18 !important;
    padding: 10px 30px;
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .blogSwiper {
    margin: 50px 0;
  }
  .blogSwiper a {
    text-decoration: none;
    color: inherit;
  }
  .blogSwiper .swiper-slide {
    border-radius: 5px;
    height: 401px;
    background: #f5f0ea;
  }
  .blogSwiper .swiper-slide h3 {
    font-family: "Helvetica-Light";
    font-size: 20px;
  }
  .blogSwiper .swiper-slide p {
    font-size: 14px;
  }
  .slide-content {
    padding: 28px;
  }
  .slide-image {
    width: 90%;
    height: 199px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
  }
  .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .blogSwiper .swiper-button-prev,
  .blogSwiper .swiper-button-next {
    border-radius: 100%;
    background: #f5f0ea;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 5%);
    padding: 25px;
  }
  .blogSwiper .swiper-navigation-wrap {
    position: absolute;
    width: 120px;
    top: 30px;
    right: 50%;
    transform: translateX(50%);
  }

  .blog-swiper-wrap {
    position: relative;
    padding: 50px 0;
  }
  .swiper.blogSwiper {
    position: static;
  }
  /* .blogSwiper .swiper-button-prev {
    left: 35%;
  }
  .blogSwiper .swiper-button-next {
    right: 35%;
  } */

  :root {
    --swiper-navigation-size: 24px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--swiper-navigation-color, #2b2b18) !important;
  }
  .blog-img {
    display: none;
  }
  .footer-custom-bg {
    background-color: #2b2b18;
    background-image: url("/wp-content/uploads/2025/05/texture-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    padding: 64px 0 30px;
  }

  .footer-default-bg {
    /* фон для головної (7) та про нас (23), якщо треба */
    background-image: url("/wp-content/uploads/2025/05/bg-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0 30px;
  }
  .site-footer .site-branding {
    margin-bottom: 20px;
    width: 75px;
    height: 99px;
  }
  .site-footer .site-branding img {
    width: 100%;
    height: 100%;
  }
  .footer-wrap-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-sing-up-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-menu-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .footer-social-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }

  .footer-sing-up-wrap p {
    font-family: "Sexsmith-Regular", sans-serif;
    font-weight: 400;
    font-size: 47px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin: 0;
  }
  .footer-default-bg .footer-sing-up-wrap p {
    color: #000;
  }
  .footer-custom-bg .footer-sing-up-wrap p {
    color: #fff;
  }
  .footer-menu-wrap a {
    text-decoration: none;
  }
  .footer-menu-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-menu-wrap {
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
  }
  .footer-default-bg .footer-menu-wrap {
    color: #000;
  }
  .footer-custom-bg .footer-menu-wrap {
    color: #fff;
  }
  .footer-menu-1 {
    display: none;
  }
  .menu-footer-menu-2-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .footer-menu-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 86%;
    column-gap: 48px;
    row-gap: 20px;
  }

  .footer-custom-bg .footer-menu-2 li a {
    color: #fff;
  }
  .email {
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
    color: #000 !important;
    margin-right: auto;
  }
  .footer-default-bg .email {
    color: #000 !important;
  }
  .footer-custom-bg .email {
    color: #fff !important;
  }
  .footer-default-bg .footer-social-wrap .instagram svg {
    stroke: #000;
    width: 35px;
    height: 35px;
  }
  .footer-custom-bg .footer-social-wrap .instagram svg {
    stroke: #fff;
    width: 35px;
    height: 35px;
  }
  .footer-default-bg .footer-social-wrap .telegram svg {
    fill: #000;
    width: 35px;
    height: 35px;
  }
  .footer-custom-bg .footer-social-wrap .telegram svg {
    fill: #fff;
    width: 35px;
    height: 35px;
  }
  .site-info-footer {
    font-weight: 100;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    display: flex;
    gap: 70px;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    opacity: 0.5;
  }
  .footer-default-bg .site-info-footer {
    color: #000;
  }
  .footer-custom-bg .site-info-footer {
    color: #fff;
  }
  .site-info {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  .tnp.tnp-subscription {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer-wrap-info {
    margin: 0;
  }
  .site-info-footer {
    justify-content: space-between;
  }
}
/*=============Сторінка ПРО НАС=================*/
.bg-joint {
  background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
    center;
  background-size: cover;
}
.about-page-hero {
  padding-top: 170px;
  background-image: url("/wp-content/uploads/2025/05/Ellipse-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 155px;
}
.about-page-hero-container {
  align-items: center;
}
#breadcrumbs {
  color: #f5f0ea;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#breadcrumbs a {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.about-page-hero h1 {
  font-weight: 400;
  font-size: 214px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
}
.about-page-hero p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
}
.about-page-hero-btn {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2b2b18;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-decoration: none;
  /* transform: 250ms ease-in-out; */
  transition: background 250ms ease-in-out, color 250ms ease-in-out;
}
.about-page-hero-btn:hover {
  background: #910317;
  color: #f5f0ea !important;
}
.about-page-fact {
  /* background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
    center;
  background-size: cover; */
  padding: 86px 0;
  position: relative;
}
.fact-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 344px;
}
.fact-cart h2 {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  font-size: 112px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #3c3b23;
  margin: 0;
}
.fact-cart p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #000;
  margin: 0;
  width: 381px;
}
.fact-cart-big {
  width: 48%;
  height: 344px;
}
.fact-cart-small {
  width: 48%;
  height: 216px;
}
.fact-cart-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 48%;
}
.fact-cart-content-left p {
  text-align: right;
}
.fact-cart-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 48%;
}
.fact-cart-content-right p {
  text-align: left;
}
.line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.our-value {
  background: url("/wp-content/uploads/2025/05/Ellipse-13.svg") no-repeat center
    center;
  background-size: cover;
  padding: 186px 0 86px;
}
.our-value h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.our-value-wrap-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-velue-cart {
  width: 30%;
  border-radius: 5px;
  height: 282px;
  background: #f5f0ea;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px;
  gap: 15px;
}
.our-velue-cart img {
  width: 70px;
  height: 77px;
  object-fit: cover;
}
.our-velue-cart h3 {
  font-family: "Helvetica-Light", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.our-velue-cart p {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin: 0;
}
.about-page-leaders {
  background: #2b2b18;
  margin-top: -5px;
  padding: 0px 0 86px;
}
.about-page-leaders-cart-wrap {
  display: flex;
  justify-content: space-between;
  height: 850px;
}
.card-front h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
}
.card-front p {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
}
.leaders-cart-btn {
  border-radius: 50px;
  width: 192px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2b2b18;
}

.leader-card-container {
  perspective: 1000px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.leader-card {
  position: relative;
  width: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.leader-card.flip {
  transform: rotateY(180deg);
}

.card-front {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  /* width: 45%; */
  padding: 25px;
}
.card-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  background: #f5f2ee;
  box-sizing: border-box;
  border-radius: 10px;
  height: 917px;
}
.card-back {
  transform: rotateY(180deg);
  z-index: 2;
}
.card-back img {
  width: 100%;
  height: 623px;
  object-fit: cover;
}
.card-back h2 {
  position: absolute;
  top: 520px;
  left: 30px;
  margin: 0;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  color: #f5f0ea;
}
.card-back ul {
  margin-top: 20px;
  margin-right: 20px;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  margin-left: 20px;
}
.card-front {
  z-index: 1;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.our-team {
  background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
    center;
  background-size: cover;
  padding: 86px 0;
  position: relative;
}
.our-team h2 {
  font-weight: 400;
  font-size: 77px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.our-team h2 span:first-of-type {
  margin-left: -5%;
}
.our-team h2 span:last-of-type {
  margin-left: 15%;
}
.our-team p {
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin: 0;
  width: 50%;
  margin-left: 31%;
  margin-right: auto;
}
.team-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 20px; */
  padding: 20px 0;
  width: 96%;
  border: 1px solid #910317;
  border-radius: 5px;
  background: #f5f0ea;
}
.team-card img {
  width: 86%;
  height: 238px;
  object-fit: cover;
  margin-bottom: 20px;
}
.team-card h3 {
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.team-card .position {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
  margin: 0;
}
.team-card .description {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0;
  width: 100%;
}
.our-team .swiper-container {
  overflow: hidden;
  padding: 110px 0 60px;
  position: relative;
}
/* .our-team .swiper-container.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
  overflow: hidden;
  margin-top: 100px;
} */

.our-team .swiper-button-prev,
.our-team .swiper-button-next {
  border-radius: 100%;
  background: #f5f0ea;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 3%);
  padding: 25px;
  border: 1px solid #910317;
}
.our-team .swiper-navigation-wrap {
  position: absolute;
  width: 125px;
  top: 25px;
  left: 30%;
}
.our-team .swiper-button-prev::after {
  content: url(/wp-content/uploads/2025/06/Vector-13.svg);
  display: flex;
  width: 40px;
  height: 20px;
}
.our-team .swiper-button-next::after {
  content: url(/wp-content/uploads/2025/06/Vector-14.svg);
  display: flex;
  width: 40px;
  height: 20px;
}

:root {
  --swiper-navigation-size: 24px !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color, #910317) !important;
}
.about-page-partners {
  background: #2b2b18;
  padding: 86px 0;
}
.about-page-partners h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .about-page-hero {
    padding-top: 170px;
    background-image: url("/wp-content/uploads/2025/05/Ellipse-1-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 155px;
  }
  #breadcrumbs {
    font-size: 14px;
  }
  #breadcrumbs span {
    gap: 10px;
  }
  #breadcrumbs a {
    font-size: 14px;
  }
  .about-page-hero h1 {
    font-size: 100px;
  }
  .about-page-hero p {
    font-size: 16px;
  }
  .about-page-hero-btn {
    font-size: 16px;
    padding: 15px 30px;
    margin-top: 20px;
  }
  .about-page-fact {
    padding: 86px 0;
  }
  .fact-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 187px;
  }
  .fact-cart h2 {
    font-size: 61px;
  }
  .fact-cart p {
    font-size: 14px;
    width: 148px;
  }
  .fact-cart-big {
    width: 48%;
    height: 94px;
  }
  .fact-cart-small {
    width: 48%;
    height: 73px;
  }
  .fact-cart-content-left {
    width: 48%;
  }
  .fact-cart-content-left p {
    text-align: right;
  }
  .fact-cart-content-right {
    width: 48%;
  }
  .fact-cart-content-right p {
    text-align: left;
  }
  .line-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 920px;
  }
  .our-value {
    background-image: url("/wp-content/uploads/2025/05/Ellipse-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 186px 0 86px;
  }
  .our-value h2 {
    font-size: 54px;
    width: 90%;
  }
  .our-value-wrap-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .our-velue-cart {
    width: 100%;
    border-radius: 5px;
    height: 258px;
    background: #f5f0ea;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 23px;
    gap: 15px;
  }
  .our-velue-cart img {
    width: 64px;
    height: 70px;
    object-fit: cover;
  }
  .our-velue-cart h3 {
    font-size: 16px;
  }
  .our-velue-cart p {
    font-size: 12px;
  }
  .about-page-leaders {
    background: #2b2b18;
    margin-top: -50px;
    padding: 0px 0 54px;
  }
  .about-page-leaders-cart-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1400px;
  }
  .card-front h2 {
    font-size: 54px;
  }
  .card-front p {
    font-size: 16px;
  }
  .leaders-cart-btn {
    width: 176px;
    height: 40px;
    font-size: 16px;
  }

  .leader-card-container {
    perspective: 1000px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    height: 680px;
  }

  .leader-card {
    position: relative;
    width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .leader-card.flip {
    transform: rotateY(180deg);
  }

  .card-front {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    /* width: 45%; */
    padding: 25px;
  }
  .card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    background: #f5f2ee;
    box-sizing: border-box;
    border-radius: 10px;
    height: 710px;
  }
  .card-back {
    transform: rotateY(180deg);
    z-index: 2;
  }
  .card-back img {
    width: 100%;
    height: 423px;
    object-fit: cover;
  }
  .card-back h2 {
    position: absolute;
    top: 350px;
    left: 30px;
    font-size: 32px;
  }
  .card-back ul {
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 300;
    font-size: 14px;
    gap: 10px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .card-front {
    z-index: 1;
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
  }
  .close-btn svg {
    width: 75px;
    height: 55px;
  }
  .our-team {
    background: url("/wp-content/uploads/2025/05/bg-3.png") no-repeat center
      center;
    background-size: cover;
    padding: 54px 0;
    position: relative;
  }
  .our-team h2 {
    font-size: 52px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .our-team h2 span:first-of-type {
    margin-left: 0%;
  }
  .our-team h2 span:nth-of-type(2) {
    text-align: end;
  }
  .our-team h2 span:last-of-type {
    margin-left: 0%;
  }
  .our-team p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    padding: 20px 0;
    width: 96%;
    border: 1px solid #910317;
    border-radius: 5px;
    background: #f5f0ea;
  }
  .team-card img {
    width: 86%;
    height: 198px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .team-card h3 {
    font-size: 49px;
  }
  .team-card .position {
    font-size: 13px;
  }
  .team-card .description {
    font-size: 13px;
    width: 100%;
  }
  /* .our-team
    .swiper-container.swiper-initialized.swiper-horizontal.swiper-android.swiper-backface-hidden {
    overflow: hidden;
    margin-top: 100px;
  } */

  .our-team .swiper-button-prev,
  .our-team .swiper-button-next {
    border-radius: 100%;
    background: #f5f0ea;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 4%);
    padding: 25px;
    border: 1px solid #910317;
  }
  .our-team .swiper-navigation-wrap {
    position: absolute;
    width: 125px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* .our-team .swiper-button-prev {
    left: 50%;
    transform: translateX(-110%);
  }
  .our-team .swiper-button-next {
    left: 50%;
    transform: translateX(10%);
  } */

  :root {
    --swiper-navigation-size: 24px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--swiper-navigation-color, #910317) !important;
  }
  .about-page-partners {
    background: #2b2b18;
    padding: 54px 0;
  }
  .about-page-partners h2 {
    font-weight: 400;
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    color: #f5f0ea;
    margin: 0;
  }
}
/*===============Сторінка БЛОГ===================*/
.blog-hero {
  background: url("/wp-content/uploads/2025/05/блог.png") no-repeat center
    center;
  background-size: cover;
  padding: 170px 0 86px;
}
.blog-hero h1 {
  font-weight: 400;
  font-size: 214px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
  height: 270px;
}
.blog-hero p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f5f0ea;
  margin: 0 auto 30px;
  width: 337px;
}
.blog-hero .read-blog {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.01em;
  /* text-transform: capitalize; */
  text-align: center;
  color: #000;
  border: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: 250ms ease-out;
}
.blog-hero .read-blog:hover {
  background: #2b2b18;
  color: #f5f0ea !important;
}
.blog-for-owners {
  background: #f5f0ea;
  padding: 86px 0;
}
.blog-for-owners-wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-for-owners-wrap-title h2 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.blog-for-owners-wrap-title a {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: justify;
  color: #000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 250ms ease-out;
}
.blog-for-owners-wrap-title a:hover {
  color: #3d3d24;
}
.blog-for-owners-wrap-article-card {
  display: flex;
  gap: 30px;
}
.owner-post-card {
  width: 23%;
}
.post-thumb {
  border-radius: 5px;
  height: 314px;
  margin-bottom: 20px;
}
.post-thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-date {
  font-weight: 100;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.post-title {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  height: 45px;
  margin: 0;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-excerpt {
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
  height: 72px;
}
.post-read-more {
  border-radius: 50px;
  /* width: 140px; */
  height: 40px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  transition: 250ms ease-out;
}
.post-read-more:hover {
  background: #3d3d24;
  color: #fff;
}
.blog-for-doctors {
  background: #f5f0ea;
  padding: 0 0 86px;
}
.blog-note {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}
.post-btn_sign_up {
  border-radius: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  /* text-transform: capitalize; */
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  transition: 250ms ease-out;
}
.post-btn_sign_up:hover {
  background: #3d3d24;
  color: #fff;
}
.post-read-more-doctors {
  border-radius: 50px;
  background: inherit;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 250ms ease-out;
}
.post-read-more-doctors.unlocked {
  background: #2b2b18;
  color: #fff;
}
.post-read-more-doctors.unlocked:hover {
  background: #3d3d24;
  color: #fff;
}
.post-btm-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .blog-hero {
    background: url("/wp-content/uploads/2025/05/блог-без-членства.png")
      no-repeat center center;
    background-size: cover;
    padding: 170px 0 86px;
    height: 844px;
  }
  .blog-hero h1 {
    font-size: 100px;
    height: 101px;
  }
  .blog-hero p {
    font-weight: 300;
    font-size: 16px;
    margin: 20px auto 20px;
    width: 241px;
  }
  .blog-hero button {
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
  }
  .blog-for-owners {
    background: #f5f0ea;
    padding: 72px 0;
  }
  .blog-for-owners-wrap-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .blog-for-owners-wrap-title h2 {
    font-size: 49px;
  }
  .blog-for-owners-wrap-title a {
    font-size: 18px;
    gap: 7px;
  }
  .blog-for-owners-wrap-article-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between;
  }
  .owner-post-card {
    width: 100%;
  }
  .post-thumb {
    border-radius: 5px;
    height: 314px;
    margin-bottom: 20px;
  }
  .post-thumb img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-date {
    font-size: 16px;
  }
  .post-title {
    font-size: 30px;
    height: 45px;
    margin-top: 20px;
  }
  .post-excerpt {
    font-size: 16px;
    margin-bottom: 30px;
    height: 72px;
  }
  .post-read-more {
    font-size: 18px;
    padding: 10px 30px;
  }
  .blog-for-doctors {
    background: #f5f0ea;
    padding: 0 0 72px;
  }
  .blog-note {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .post-btn_sign_up {
    font-size: 18px;
    padding: 10px 20px;
  }
  .post-read-more-doctors {
    font-size: 18px;
    padding: 10px 30px;
    gap: 5px;
  }
  .post-btm-wrap {
    display: flex;
    justify-content: space-between;
  }
}

/*===============Сторінка Статті===================*/
.single-hero {
  background: #2b2b18;
  padding: 170px 0 86px;
}
.single-hero #breadcrumbs span {
  justify-content: start;
  margin-top: 3px;
}
.single-hero-wrap {
  display: flex;
  justify-content: space-between;
}
.single-hero-wrap-title {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 436px;
}
.single-hero-wrap-title h1 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  color: #f5f0ea;
  margin: 0;
}
.single-hero-wrap-info-item {
  display: flex;
  gap: 7px;
}
.single-hero-wrap-info-item p {
  font-weight: 300;
  font-size: 16px;
  color: #f5f0ea;
}
.single-hero-wrap-info-item p:first-of-type {
  font-weight: 500;
}
.single-hero-wrap-info-item p {
  color: #fff;
  margin: 0;
}
.single-img-hero {
  width: 35%;
  height: 436px;
}
.single-img-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-text-bg {
  background: #f5f0ea;
  padding: 86px 0 10px;
}
.single-text {
  width: 65%;
  margin: 0 auto;
}
.single-text p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.single-text h2,
.single-text h3,
.single-text h4 {
  font-family: "Helvetica-Light", sans-serif;
}
@media screen and (max-width: 1439px) {
  .single-hero {
    padding: 170px 0 0px;
  }
  .single-hero #breadcrumbs span {
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-hero-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .single-hero-wrap-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .single-hero-wrap-title h1 {
    font-size: 49px;
    text-align: center;
  }
  .single-hero-wrap-info-item {
    display: flex;
    gap: 7px;
    justify-content: center;
  }
  .single-hero-wrap-info-item p {
    font-size: 14px;
  }
  .single-img-hero {
    width: 100%;
    height: 248px;
  }
  .single-text-bg {
    background: #f5f0ea;
    padding: 86px 0 10px;
  }
  .single-text {
    width: 88%;
    margin: 0 auto;
  }
  .single-text p {
    font-size: 16px;
  }
}
/*===============Сторінка БЛОГ-КАТЕГОРІЯ ===================*/
.blog-category-page {
  padding: 170px 0 86px;
  background: #f5f0ea;
}
.blog-category-page #breadcrumbs {
  color: #000;
}
.blog-category-page #breadcrumbs a {
  color: rgba(0, 0, 0, 0.5);
}
.blog-category-page h1 {
  font-weight: 400;
  font-size: 77px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 0;
}
.blog-category-wrap-filter-blok {
  margin-top: 30px;
  margin-bottom: 50px;
}
.line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.75);
}
.blog-category-wrap-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.blog-category-wrap-filter p {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.filter-buttons {
  display: flex;
  gap: 20px;
}
.filter-buttons .tag-filter-btn {
  background: none;
  font-weight: 100;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 250ms ease-out;
  cursor: pointer;
}
.tag-circle {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
}
.tag-filter-btn.active .tag-circle {
  border: 3px solid #000;
}
.blog-category-filter-mob-btn {
  display: none;
}
.blog-category-wrap-filter {
  display: flex;
}
@media screen and (max-width: 1439px) {
  .blog-category-page {
    padding: 150px 0 86px;
  }
  .blog-category-page #breadcrumbs span {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }
  .blog-category-filter-mob-btn {
    display: block;
  }
  .blog-category-wrap-filter-blok {
    display: none;
  }
  .blog-category-wrap-filter-blok.open {
    display: block;
  }
  .blog-category-wrap-filter {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }
  .filter-buttons {
    flex-direction: column;
  }
  .blog-category-page h1 {
    font-size: 49px;
  }
  .blog-category-wrap-filter-blok {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .blog-category-wrap-filter p {
    font-size: 30px;
  }
  .filter-buttons {
    display: flex;
    gap: 0px;
  }
  .filter-buttons .tag-filter-btn {
    font-size: 16px;
  }
  .tag-circle {
    width: 16px;
    height: 16px;
  }
}

/*===============Сторінка КУРСИ===================*/
.page-category-hero {
  padding: 170px 0 86px;
}
.page-category-hero h1 {
  font-weight: 400;
  font-size: 214px;
  text-transform: uppercase;
  text-align: center;
  color: #f5f0ea;
  margin: 0;
  height: 270px;
}
.page-category-hero p {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #f5f0ea;
  margin: 0 auto 30px;
  width: 337px;
}
.category-btn-hero {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #f5f0ea;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  border: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 250ms ease-out;
  cursor: pointer;
}
.category-btn-hero:hover {
  background: #2b2b18;
  color: #f5f0ea !important;
}
.page-category-general-blok {
  background: #f5f0ea;
  padding: 106px 0;
}
.category-sort {
  display: flex;
  justify-content: end;
  margin-bottom: 66px;
}
select.orderby {
  border: 1px solid #000;
  border-radius: 45px;
  width: 209px;
  height: 46px;
  background: inherit;
}

.sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-select .selected {
  border: 1px solid #000;
  border-radius: 45px;
  width: 209px;
  height: 46px;
  padding: 10px;
  background: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select {
  position: relative;
  width: 209px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.custom-select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  z-index: 10;
  border-radius: 0 0 6px 6px;
  max-height: 300px;
  overflow-y: auto;
}
.custom-select.active .options {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f5f0ea;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 5px;
  width: 209px;
}

.custom-select .options li {
  padding: 10px 14px;
  cursor: pointer;
}

.custom-select .options li:hover {
  background: #f7f7f7;
}
.arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: 10px;
  height: 17px;
}

.rotate {
  transform: rotate(90deg);
}

/*================== */
.page-category-general-wrap {
  display: flex;
  justify-content: space-between;
}
.filter-category {
  width: 20%;
}
.category-produkt-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 70%;
}
.produkt-card {
  width: 31%;
  display: flex;
  flex-direction: column;
}
.filter-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.filter-category li {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 250ms ease-out;
}
.tag-circle {
  transition: 250ms ease-out;
}
.filter-category li:hover {
  font-weight: 700;
}
.filter-category li:hover .tag-circle {
  border: 3px solid #000;
}
.filter-category li.active {
  font-weight: 700;
}
.filter-category li.active .tag-circle {
  border: 3px solid #000;
}
.filter-category h3 {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.produkt-card .product-card {
  width: 100%;
  height: 314px;
}
.produkt-card img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.type-product {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}
.produkt-card h2 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  height: 79px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.short-description {
  font-family: "Helvetica-Light", sans-serif;
  font-weight: 100;
  font-size: 16px;
  text-align: justify;
  color: #000;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 20px;
}
.short-description p {
  font-weight: 100;
  font-size: 16px;
  text-align: justify;
  color: #000;
  height: 74px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}
.price {
  font-weight: 500;
  font-size: 18px;
  color: #2b2b18;
}
.categoru-card-buttons .btn-member {
  border-radius: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  /* text-transform: capitalize; */
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  transition: 250ms ease-out;
  text-decoration: none;
}
.categoru-card-buttons .btn-member:hover {
  background: #3d3d24;
  color: #fff;
}
.add_to_cart_button {
  border-radius: 50px;
  background: inherit;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 250ms ease-out;
  text-decoration: none;
}
.categoru-card-buttons {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.filter-category ul {
  max-height: 1000px;
  overflow: hidden;
  transition: 250ms ease;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.filter-category ul:not(.active) {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.filter-category h3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-category h3 svg {
  transition: 250ms ease-out;
}
.filter-category h3 svg.rotated {
  transform: rotate(180deg);
}
.category-filter-mob-btn {
  display: none;
}
.filter-category li {
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .page-category-hero {
    padding: 170px 0 86px;
    height: 844px;
  }
  .page-category-hero h1 {
    font-size: 100px;
    height: 111px;
    margin-bottom: 13px;
  }
  .page-category-hero p {
    font-weight: 300;
    font-size: 16px;
    width: 230px;
  }
  .category-btn-hero {
    width: 176px;
    height: 40px;
    font-size: 16px;
  }
  .page-category-general-blok {
    background: #f5f0ea;
    padding: 70px 0 90px;
    position: relative;
  }
  .category-sort {
    margin-bottom: 36px;
    align-items: center;
  }
  select.orderby {
    width: 162px;
    height: 32px;
  }
  .page-category-general-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .filter-category {
    width: 100%;
  }
  .category-produkt-cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .produkt-card {
    width: 100%;
  }
  .filter-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
  }
  .filter-category li {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .filter-category h3 {
    font-size: 40px;
  }
  .produkt-card img {
    border-radius: 5px;
    height: 314px;
    width: 100%;
    object-fit: cover;
  }

  .categoru-card-buttons {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
  .filter-category ul {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .filter-category ul:not(.active) {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .filter-category h3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-category h3 svg {
    transition: 250ms ease-out;
  }
  .filter-category h3 svg.rotated {
    transform: rotate(180deg);
  }
  .category-filter-mob-btn {
    display: block;
    position: absolute;
    top: 60px;
    left: 25px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
  }
  .filter-category {
    display: none;
  }
  .filter-category.active {
    display: block;
  }
}
/*===============Сторінка ТОВАРУ (модальне вікно)===================*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content {
  position: relative;
  background: #fff;
  z-index: 10000;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.course-modal-header {
  height: 525px;
}
.wrap-modal-header {
  padding: 277px 30px 30px;
}
.course-modal-header h1 {
  font-weight: 400;
  font-size: 49px;
  text-transform: uppercase;
  color: #f5f0ea;
  margin: 0;
}
.short-description-modal {
  font-weight: 400;
  font-size: 16px;
  color: #f5f0ea;
  margin: 10px 0;
}
.price-modal {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #f5f0ea;
}
.buttons-modal-header {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.buttons-modal-header .btn-member {
  border-radius: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  transition: 250ms ease-out;
  text-decoration: none;
}
.buttons-modal-header .btn-member:hover {
  background: #3d3d24;
  color: #fff;
}
.buttons-modal-header .btn-buy {
  border-radius: 50px;
  background: inherit;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 250ms ease-out;
  text-decoration: none;
}
.buttons-modal-header .btn-buy.btn-buy-light {
  color: #fff;
  border: 1px solid #fff;
}
.btn-buy.btn-buy-light svg {
  stroke: #fff;
}
.course-modal-content {
  padding: 30px;
  background: #f5f0ea;
}
.course-modal-content h3 {
  font-weight: 400;
  font-size: 49px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}
.course-modal-content ol,
.course-modal-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.description div {
  display: flex;
  gap: 20px;
  align-items: end;
}
.description div p {
  margin: 0;
}
.course-modal-content img {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  .modal-content {
    width: 90%;
  }
  .modal-close svg {
    width: 30px;
    height: 30px;
  }
  .course-modal-header {
    height: 492px;
    display: flex;
    align-items: end;
  }
  .wrap-modal-header {
    padding: 157px 15px 30px;
  }
  .course-modal-header h1 {
    font-size: 40px;
  }
  .course-modal-content {
    padding: 15px;
  }
  .course-modal-content h3 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .course-modal-content ol,
  .course-modal-content ul {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .description div {
    display: flex;
    gap: 10px;
    align-items: end;
  }
  .description div p {
    margin: 0;
  }
  .course-modal-content img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    object-fit: cover;
  }
}
/*===============Сторінка МІЙ АККАУНТ===================*/
/* .site-main {
  padding: 130px 0 0px;
  background: #f5f0ea;
} */
article#post-207,
article#post-15 {
  padding: 130px 0 0px;
  background: #f5f0ea;
}
.entry-content .woocommerce {
  display: flex;
}
.bg-MyAccount {
  position: absolute;
  width: 20%;
  left: 0;
  top: 170px;
  height: 120vh;
  background: #2b2b18;
}
.woocommerce-MyAccount-navigation {
  width: 20%;
  position: relative; /* або absolute/fixed, якщо потрібно */
  z-index: 2;
}
.woocommerce-MyAccount-content {
  width: 78%;
  padding: 40px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 50px 0 0 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.woocommerce-MyAccount-navigation ul li {
  padding-left: 50px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #f5f0ea;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f5f0ea;
  opacity: 0.5;
}
.entry-header {
  display: none;
}
.woocommerce-MyAccount-navigation .is-active {
  background: #f5f0ea;
  padding: 10px 0 10px 50px;
}
.woocommerce-MyAccount-navigation .is-active a {
  color: #000;
}
.MyAccount-name {
  font-family: "Sexsmith-Regular", sans-serif;
  font-weight: 400;
  font-size: 56px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.woocommerce-MyAccount-content h3 {
  font-weight: 400;
  font-size: 56px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-MyAccount-content h3 span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-courses-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.my-courses-grid .progress-bar-container {
  background-color: #b9b9b9;
}
.my-courses-grid .course-card {
  width: 31%;
}
.my-courses-grid .course-card img {
  height: 314px;
  width: 100%;
  object-fit: cover;
}
.my-courses-grid .course-card h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  height: 90px;
  margin-bottom: 20px;
}
.my-courses-grid .course-card .button {
  border-radius: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  transition: 250ms ease-out;
}
.my-courses-grid .course-card .button:hover {
  background: #3d3d24;
  color: #fff;
}
.subtitle-settings {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.form-wrap-personal-info {
  display: flex;
  gap: 36px;
  margin-top: 20px;
}
.form-settings input {
  border: 1px solid #000;
  border-radius: 50px;
  width: 331px;
  height: 50px;
  background: inherit;
  padding: 0 20px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #000;
}
.form-settings input::placeholder {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #000;
}
.form-settings p:has(input[type="text"]) {
  margin: 0;
}
.form-settings .button {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  transition: 250ms ease-out;
}
.form-settings .button:hover {
  background: #3d3d24;
  color: #fff;
}
.woocommerce-message {
  background-color: inherit !important;
  color: #000;
}
.membership.membership-account {
  background: inherit;
  padding: 0;
}
.membership.membership-account .membership-card-top .card-1,
.membership.membership-account .membership-card-top .card-2,
.membership.membership-account .membership-card-top .card-3 {
  width: 31%;
  border: 1px solid #2b2b18;
}
.membership.membership-account .membership-card-bottom .card-1,
.membership.membership-account .membership-card-bottom .card-2 {
  border: 1px solid #2b2b18;
  height: 402px;
  width: 31%;
}
.membership.membership-account .membership-card-bottom .card-4 {
  width: 31%;
}
.membership.membership-account .membership-card-bottom .card-4 .card-4-text1 {
  border: 1px solid #2b2b18;
}
.membership.membership-account .membership-card-bottom .card-4 .card-4-text2 {
  background: #2b2b18;
}
.membership.membership-account .btn-hero {
  background: #2b2b18;
}
.membership.membership-account .btn-price {
  background: #2b2b18;
  margin-bottom: 29px;
  margin-top: 29px;
}
.entry-footer {
  display: none;
}
.subtitle-continue {
  font-family: "Helvetica-Light", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.no-product-text {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.button-catalog {
  border-radius: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  transition: 250ms ease-out;
}
.button-catalog:hover {
  background: #3d3d24;
  color: #fff;
}
.my-orders-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.order-product-card.order-status-completed {
  display: flex;

  gap: 30px;
}
.order-product-card .product-image {
  width: 30%;
  height: 233px;
}
.order-product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.order-product-card .product-details {
  width: 70%;
}
.order-product-card .product-details h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.product-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-details p {
  margin: 0;
}
.button.button-revision {
  border-radius: 50px;
  padding: 10px 30px;
  width: 30%;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  transition: 250ms ease-out;
  text-decoration: none;
}
.button.button-revision:hover {
  background: #3d3d24;
  color: #fff;
}
.woocommerce-MyAccount-content {
  padding-top: 0;
}
.woocommerce-info {
  background-color: inherit !important;
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
}
.career-text {
  width: 75%;
  margin-bottom: 30px;
}
.career-text ol,
.career-text ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.career-text p {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin: 0;
}
.career-text p strong {
  font-weight: 500;
  font-size: 32px;
  color: #000;
  margin: 0;
  margin-top: 20px;
}
.career-text p:has(strong) {
  margin-top: 20px;
}
.btn-get {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  transition: 250ms ease-out;
  padding: 10px 20px;
  text-decoration: none;
}
.btn-get:hover {
  background: #3d3d24;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .entry-content .woocommerce {
    display: flex;
    flex-direction: column;
  }
  .bg-MyAccount {
    display: none;
  }
  .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    padding: 40px;
  }
  .entry-header {
    display: none;
  }
  .MyAccount-name {
    font-size: 54px;
  }
  .woocommerce-MyAccount-content h3 {
    font-size: 56px;
    gap: 10px;
    flex-direction: column;
  }
  .my-courses-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
  }
  .my-courses-grid .course-card {
    width: 100%;
  }
  .my-courses-grid .course-card img {
    height: 314px;
    width: 100%;
    object-fit: cover;
  }
  .my-courses-grid .course-card h3 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    height: 90px;
    margin-bottom: 20px;
  }
  .my-courses-grid .course-card .button {
    border-radius: 50px;
    background: #2b2b18;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    transition: 250ms ease-out;
  }
  .subtitle-settings {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: center;
  }
  .form-wrap-personal-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
  }
  .form-settings input {
    width: 100%;
    font-size: 18px;
  }
  .form-settings input::placeholder {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #000;
  }
  .form-settings .button {
    width: 50%;
    height: 50px;
    font-size: 18px;
  }
  .membership.membership-account .membership-card-top .card-1,
  .membership.membership-account .membership-card-top .card-2,
  .membership.membership-account .membership-card-top .card-3 {
    width: 100%;
    border: 1px solid #2b2b18;
  }
  .membership.membership-account .membership-card-bottom .card-1,
  .membership.membership-account .membership-card-bottom .card-2 {
    border: 1px solid #2b2b18;
    height: 207px;
    width: 100%;
  }
  .membership.membership-account .membership-card-bottom .card-4 {
    width: 100%;
  }
  .entry-footer {
    display: none;
  }
  .no-product-text {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
  }
  .button-catalog {
    border-radius: 50px;
    background: #2b2b18;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    transition: 250ms ease-out;
  }
  .button-catalog:hover {
    background: #3d3d24;
    color: #fff;
  }
  .my-orders-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .order-product-card.order-status-completed {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .order-product-card .product-image {
    width: 100%;
    height: 233px;
  }
  .order-product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .order-product-card .product-details {
    width: 100%;
  }
  .order-product-card .product-details h3 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    align-items: start;
  }
  .product-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .product-details p {
    margin: 0;
  }
  .button.button-revision {
    border-radius: 50px;
    padding: 10px 30px;
    width: 50%;
    background: #2b2b18;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    transition: 250ms ease-out;
    text-decoration: none;
  }
  .career-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .career-text p {
    font-size: 18px;
  }
  .career-text p strong {
    font-size: 32px;
    margin-top: 20px;
  }
  .career-text p:has(strong) {
    margin-top: 20px;
  }
  .btn-get {
    border-radius: 50px;
    width: 197px;
    height: 50px;
    background: #2b2b18;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    transition: 250ms ease-out;
    padding: 10px 20px;
    text-decoration: none;
  }
  .btn-get:hover {
    background: #3d3d24;
    color: #fff;
  }
}
/*===============Сторінка ПЕРЕГЛЯД===================*/
.course-layout {
  min-height: 90vh;
  padding: 160px 0 0;
  background: #f5f0ea;
}
.title-course-layout {
  font-family: "Helvetica-Light", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-left: 6%;
}
.course-layout-wrap {
  display: flex;
}
.progress {
  border-radius: 5px;
  width: 269px;
  height: 85px;
  background: #2b2b18;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  flex-direction: column;
}
.progress-info-wrap p {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #f5f0ea;
  margin: 0;
}
.progress-bar-container {
  width: 100%;
  height: 7px;
  background-color: #f5f0ea;
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: #b89368;
  transition: width 0.3s ease;
}
.course-sidebar {
  width: 20%;
  color: #fff;
  padding: 20px 20px 20px 0;
}
.course-sidebar .title-list-btn {
  font-weight: 500;
  font-size: 18px;
  color: #f5f0ea;
  background: #2b2b18;
  margin-bottom: 0;
  margin-top: 22px;
  padding: 29px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  color: #000;
  border: 0.5px solid #2b2b18;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #000;
  background: inherit;
  padding-left: 40px;
  gap: 7px;
}
.module-toggle-before {
  margin-right: 10px;
}
.module-toggle-after {
  margin-left: auto;
}
.module-toggle p {
  margin: 0;
}
.lesson-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border: 0.5px solid #2b2b18;
  cursor: pointer;
  padding-left: 50px;
}
.lesson-button p {
  margin: 0;
}
.lesson-button.active {
  text-decoration: underline;
}
.lesson-button:hover {
  background: #515134;
}
.course-content {
  width: 75%;
  flex: 1;
  padding: 20px;
}
.course-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.video-wrapper video {
  width: 100%;
  max-height: 500px;
}
.intro-block h2,
.lesson-title {
  border-radius: 5px;
  width: 100%;
  height: 85px;
  background: #2b2b18;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  color: #f5f0ea;
  font-family: "Helvetica-Light", sans-serif;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.lesson-nav {
  display: flex;
  justify-content: space-between;
}
.prev-lesson,
.next-lesson {
  background: #2b2b18;
  border-radius: 5px;
  width: 40%;
  height: 85px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #f5f0ea;
  align-items: center;
  padding: 0 50px;
  justify-content: space-between;
}
.lesson-video {
  width: 95%;
  height: 426px;
  margin: 20px 0 36px;
}
.lesson-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  .course-layout {
    min-height: 90vh;
    padding: 160px 0 0;
    background: #f5f0ea;
  }
  .title-course-layout {
    font-size: 24px;
    margin-left: 6%;
  }
  .course-layout-wrap {
    display: flex;
    flex-direction: column;
  }
  .progress {
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding: 0 30px;
  }
  .progress-info-wrap p {
    font-size: 18px;
    margin: 0;
  }
  .progress-bar-container {
    width: 100%;
    height: 7px;
    background-color: #f5f0ea;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
  }
  .progress-bar {
    height: 100%;
    width: 0;
    background-color: #b89368;
    transition: width 0.3s ease;
  }
  .course-sidebar {
    width: 100%;
    color: #fff;
    padding: 0 20px;
  }
  .course-sidebar .title-list-btn {
    height: 50px;
  }
  .module-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    color: #000;
    border: 0.5px solid #2b2b18;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #000;
    background: inherit;
    padding-left: 40px;
    gap: 7px;
  }
  .module-toggle-before {
    margin-right: 10px;
  }
  .module-toggle-after {
    margin-left: auto;
  }
  .module-toggle p {
    margin: 0;
  }
  .lesson-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border: 0.5px solid #2b2b18;
    cursor: pointer;
    padding-left: 50px;
  }
  .lesson-button p {
    margin: 0;
  }
  .lesson-button.active {
    text-decoration: underline;
  }
  .lesson-button:hover {
    background: #515134;
  }
  .course-content {
    width: 100%;
    flex: 1;
    padding: 20px 0;
  }
  .course-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    background: none;
    color: #000;
    padding: 0;
    justify-content: center;
  }
  .video-wrapper video {
    width: 100%;
    max-height: 500px;
  }
  .intro-block h2,
  .lesson-title {
    width: 100%;
    height: 50px;
  }
  .lesson-nav {
    display: flex;
    justify-content: space-between;
  }
  .prev-lesson,
  .next-lesson {
    width: 40%;
    height: 50px;
    background: none;
    justify-content: center;
  }
  .prev-lesson span,
  .next-lesson span {
    display: none;
  }
  .lesson-video {
    width: 90%;
    height: 273px;
    margin: 20px 0 36px;
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .lesson-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*===============Модальні вікна реєстрації===================*/
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.custom-modal-content {
  background: #f5f0ea;
  padding: 30px;
  max-width: 700px;
  margin: 10% auto;
  position: relative;
  text-align: center;
}
.custom-modal-content h2 {
  font-weight: 400;
  font-size: 49px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-top: 30px;
}
.custom-modal-content p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0 auto 30px;
  width: 70%;
}
.form-switch button {
  height: 46px;
  width: 95%;
  background: inherit;
  border: 1px solid #000;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.form-section input {
  width: 100%;
  height: 46px;
  border: 1px solid #000;
  border-radius: 45px;
  padding: 0 20px;
  font-size: 16px;
  background: #f5f0ea !important;
}
.form-section .woocommerce-button.button {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.form-section .woocommerce-LostPassword.lost_password {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  opacity: 0.5;
  text-align: start;
}
.custom-form-group {
  margin-bottom: 15px;
}
.upload-wrapper {
  display: flex;
  justify-content: start;
}
.upload-label {
  display: flex;
  justify-content: start;
  text-align: start;
}
.upload-wrapper input[type="file"] {
  border: none;
  width: 50%;
}
.custom-form-group.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.custom-form-group.checkbox-group input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #f5f0ea !important ;
}
.upload-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: inherit;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #000;
  border-radius: 45px;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  color: #000;
  opacity: 0.5;
}
/* Приховуємо стандартне поле */
#student_card {
  display: none;
}
.custom-register-button {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.form-section .woocommerce-Button.button {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.btn-exit-form {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  opacity: 0.5;
}
.form-section .woocommerce-Button.button {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .custom-modal-content {
    background: #f5f0ea;
    padding: 15px;
    max-width: 350px;
    margin: 10% auto;
    position: relative;
    text-align: center;
  }
  .custom-modal-content h2 {
    font-weight: 400;
    font-size: 49px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    margin-top: 20px;
  }
  .custom-modal-content p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
    width: 70%;
  }
}
.policy-page {
  padding: 130px 0 60px;
  background: #f5f0ea;
}
.current-menu-item > a {
  color: #910317;
}
.site-header.header-light .main-navigation .menu .current-menu-item > a {
  color: #910317;
}
@media screen and (max-width: 1439px) {
  .current-menu-item > a {
    color: #2b2b18;
  }
  .site-header.header-light .main-navigation .menu .current-menu-item > a {
    color: #2b2b18;
  }
}

.post-523.page.type-page.status-publish.hentry {
  padding: 170px 0 60px;
  background: #f5f0ea;
}
.post-523.page.type-page.status-publish.hentry .entry-content {
  width: 88%;
  margin: 0 auto;
}
.error-404.not-found {
  padding: 130px 0 60px;
  background: #f5f0ea;
  height: 80vh;
}
.error-404.not-found h1 {
  font-weight: 400;
  font-size: 49px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 158px;
}
.error-404.not-found p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  width: 40%;
  margin-bottom: 20px;
}
.button-404 {
  border-radius: 50px;
  width: 197px;
  height: 50px;
  background: #2b2b18;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.01em;
  /* text-transform: capitalize; */
  text-align: center;
  color: #f5f0ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-decoration: none;
  transition: 250ms ease-out;
}
.button-404:hover {
  background: #3d3d24;
  color: #f5f0ea;
}
@media screen and (max-width: 1439px) {
  .error-404.not-found {
    height: 100vh;
  }
  .error-404.not-found h1 {
    font-size: 40px;
    margin-top: 100px;
  }
  .error-404.not-found p {
    width: 100%;
  }
  .button-404 {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px){
	.course_page {
        padding-bottom: 50px;
    }
    .course_main {
        margin-top: 50px;
    }
    .course_content_block {
        width: 55.55%;
    }
    .header_tabs, .footer_tabs{
    	width: 55.55%;
    }
    .course_content{
    	width: 90%;
        padding: 0;
    }
    .course_content_block .lesson_title {
        padding: 25px 32px;
    }
    .course_content h3{
    	font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .course_content p{
    	font-size: 16px;
        margin-bottom: 12px;
    }
    .course_content ul li{
    	font-size: 16px;
    }
    .lesson_btn {
        font-size: 0;
        padding: 0;
        height: 49px;
        background: none;
        border: 1px solid #2B2B18;
    }
    .lesson_btn span{
    	display: none;
    }
    .lesson_btn svg path {
        stroke: #2B2B18;
    }
    .lesson_btn.next svg{
    	left: calc(50% - 10px);
    }
    .lesson_btn.prev svg{
    	left: calc(50% - 10px);
    }
    .course_content video {
        height: 300px;
        margin-top: 20px;
    }
}	
@media screen and (max-width: 700px){
	.course_header{
        margin-bottom: 32px;
    }
    .course_progress {
        width: 88%;
        margin: 0 auto;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 8px;
        text-align: center;
    }
    .course_title{
    	width: 88%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .header_tabs, .footer_tabs{
        width: 100%;
    }
    .course_content_container{
    	flex-direction: column;
    }
    .course_aside{
    	width: 88%;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .aside_title{
    	text-align: center;
        padding: 13px;
        border-radius: 5px;
    }
    .aside_module_item {
        border-left: 0.5px solid #2B2B18;
    }
    .aside_module_item:last-of-type{
    	border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .course_content_block{
    	width: 100%;
    }
    .course_content_block .lesson_title {
        padding: 13px;
        border-radius: 0;
        width: 100%;
        text-align: center;
    }
    .course_content {
        width: 88%;
        padding: 0;
        margin: 0 auto;
    }
    .course_content video {
        height: 48vw;
    }
}