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

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



/* 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: 37.5em) {

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

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





footer .logo-block a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
span.title-footer {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
}
footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
}
.footer-list a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.footer-list li {
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.site-footer {
    padding: 80px 0px;
    background: #FBF9F4;
}
.footer-list i {
    margin-right: 15px;
}




.about-us-block {
    padding: 80px 0px;
}
.about-us-block-title {
    font-family: Montserrat !important;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    font-size: 32px;
    display: block;
    max-width: 478px;
    margin-bottom: 30px;
}
.wrap-about-text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-link {
    display: block;
}
.about-description {
    display: block;
    color: #0009;
    font-weight: 500;
    font-size: 16px;
}
.wrap-about-image {
    overflow: hidden;
    border-radius: 24px;
}
.wrap-about-info {
    padding: 30px;
}
.about-link {
    display: block;
    width: fit-content;
    padding: 12px 24px;
    background: #dadbdf;
    text-decoration: none;
    color: #000;
    font-family: "Unbounded", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    border-radius: 24px;
    margin-top: 20px;
}
.wrap-about-left-info {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
video.video-about {
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
}


.wrap-about-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.wrap-about-image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.wrap-about-image{
    position: relative;
}
.about-link:hover {
    transition: all 0.4s;
    color: #fff;
    background-color: #000;
}
.top-title-news {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 50px;
}
.title-news {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
}
.date-info-news {
    margin: 20px 0;
    color: #0009;
    font-weight: 600;
}
.img-wrap-news:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.img-wrap-news:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.img-wrap-news {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}
.img-wrap-news img {
    width: auto;
    height: 310px;
    object-fit: cover;
    transition: all 0.6s;
}
.img-wrap-news:hover img {
    transform: scale(1.1) rotate(-4deg);
}
.date-info-news i {
    margin-right: 12px;
}
.wrap-info-news {
    padding: 20px;
}
.wrap-info-news {
    background: #FBF9F4;
    margin-top: 20px;
    border-radius: 12px;
}
.news-block {
    padding: 80px 0px;
}
.title-info-news {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
img.img-podkast {
    border-radius: 12px;
}
.title-podkast {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 40px;
}
.date-podkast {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 600;
    font-size: 12px;
    padding: 20px 0px;
    letter-spacing: 1.2px;
}
.sub-title-podkast {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 36px;
    padding: 15px;
    line-height: 42px;
}
.img-podkast-wrap {
    text-align: center;
}
.podkast-wrap-bg {
    padding: 36px;
    background: #FBF9F4;
    border-radius: 12px;
}
.podkast-block {
    padding: 80px 0px;
}
.list-podcast {
    display: flex;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d7d0d0;
    justify-content: space-between;
    align-items: center;
}
.list-podcast-wrap-date {
    display: block;
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 400;
    font-size: 10px;
    padding: 8px 0px;
    letter-spacing: 1.2px;
}
.list-podcast-wrap-img img.img-podkast-list {
    max-width: 80px;
    border-radius: 6px;
}
.list-podcast-wrap-img {
    margin-right: 20px;
}
.list-podcast-wrap-title {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 17px;
}
/* Начальное состояние для анимации */
.news-item {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 1s ease-out;
}

/* Состояние при появлении */
.news-item.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* Начальное состояние для анимации */
.list-podcast {
    opacity: 0;
    transform: translateX(50px) scale(0.95); /* Движение справа */
    transition: all 1s ease-out;
}

/* Состояние при появлении */
.list-podcast.visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}
/* Начальное состояние для анимации */
.play-block {
    opacity: 0;
    transform: translateY(50px) scale(0.95); /* Движение снизу, как у news-item */
    transition: all 1s ease-out;
}

/* Состояние при появлении */
.play-block.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.wrap-left {
    display: flex;
    align-items: center;
}
.list-podcast-play-btn {
    padding: 12px 24px;
    border-radius: 24px;
    cursor: pointer;
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 12px;
    transition: background 0.8s ease;
}
.list-podcast-play-btn:hover{
    background: #dadbdf;
}
.list-podcast-play-btn i {
    margin-right: 8px;
}
.about-link {
    transition: background 0.8s ease;
}
.list-podcast-play-btn {
    min-width: 140px;
}
.podcast-container {
    padding: 80px 0px;
}
.podcast-meta {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.podcast-page-audio-wrap {
    margin-bottom: 20px;
}
.podcast-container article {
    padding-right: 60px;
}
h1.podcast-title {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 32px;
}
.podcast-content p {
    font-size: 18px;
}
.podcast-thumbnail {
    padding: 0px 20px;
    text-align: center;
}
.podcast-thumbnail img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}
.podcast-thumb-arhiv img {
    border-radius: 12px;
}
.podcast-meta-arhiv {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin: 15px 0px 0px 0px;
}
h2.podcast-title-arhiv a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 18px;
}

.podcast-meta-arhiv p {
    margin: 0px;
}
.podcast-archive {
    padding: 80px 0px;
}
.bg-title-arhiv {
    padding: 120px 0px;
    background: #000;
}
.title-arhive-h1 {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}
.podcast-list {
    padding: 80px 0px;
}
.section-archive {
    display: block;
    width: fit-content;
    padding: 12px 24px;
    border: 1px solid #545454;
    border-radius: 24px;
    margin-right: 20px;
    color: #fff;
}
.sections-archive {
    display: flex;
    padding-top: 20px;
}
.podcast-thumb-arhiv img {
    width: 100%;
    object-fit: cover;
    transition: all 0.6s; /* Переход задан в базовом состоянии */
}
.podcast-thumb-arhiv:hover img {
    transform: scale(1.1) rotate(-4deg);
}
.podcast-thumb-arhiv {
    overflow: hidden;
    border-radius: 12px;
}
.podkast-block .podcast-audio-player {
    text-align: center;
    margin-top: 20px;
}
.sections-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.section-archive {
    cursor: pointer;
    border: 1px solid #ddd;
    transition: all 0.3s;
}
.section-archive.active {
    background-color: #dadbdf;
    color: #000000;
    border-color: #dadbdf;
}
h2.podcast-title-arhiv {
    font-size: 18px;
    margin-top: 10px;
}
.the-story {
    background: #FBF9F4;
    padding: 80px 0px 0 0;
}
.wrap-story-img-banner img {
    max-height: 524px;
}
.wrap-story-img-banner {
    text-align: center;
}
.the-story-banner-wrap p {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
}
.the-story-title {
    display: block;
    margin-bottom: 20px;
}
.the-story-banner-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}
.the-story-text {
    background: #000;
    padding: 80px 0px;
}
.the-story-text-descriptions {
    display: block;
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    line-height: 48px;
}
.the-story-start {
    padding: 80px 0px;
}
.wrap-the-story-start-img img {
    border-radius: 12px;
}
.wrap-the-story-start-img {
    text-align: center;
}
.the-story-start-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.the-story-start-descriptions {
    color: #6f6f70;
    font-size: 18px;
    font-weight: 500;
}
.the-story-gallery {
    padding: 80px 0px;
    background: #FBF9F4;
}








 .the-story-gallery-wrap {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.the-story-gallery-list {
    display: inline-block;
    margin-right: 10px; /* Space between images */
}

.the-story-gallery-list img {
    height: 400px; /* Adjust as needed */
    width: auto;
    vertical-align: top;
}

.ticker-container {
    display: inline-block;
    animation: ticker 20s linear infinite; /* Adjust duration for speed */
}

.ticker-container.paused {
    animation-play-state: paused;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves half the width for seamless loop */
    }
}
.wrap-story-img-banner {
    opacity: 0;
    transform: translateY(50px) scale(0.95); /* Start slightly below and scaled down */
    transition: all 1s ease-out; /* Smooth transition for all properties */
}

.wrap-story-img-banner.visible {
    opacity: 1;
    transform: translateY(0) scale(1); /* Fully visible, at original position and size */
}
.the-story-text-descriptions {
    opacity: 0;
    transform: translateY(50px) scale(0.95); /* Скрыт, чуть ниже и уменьшен */
    transition: all 1s ease-out; /* Плавный переход */
}

.the-story-text-descriptions.visible {
    opacity: 1;
    transform: translateY(0) scale(1); /* Полностью видим, на месте */
}


.the-story-start-wrap,
.wrap-the-story-start-img {
    opacity: 0;
    transform: translateX(50px) scale(0.95); /* Скрыты, смещены вправо */
    transition: all 1s ease-out; /* Плавный переход */
}

.the-story-start-wrap.visible,
.wrap-the-story-start-img.visible {
    opacity: 1;
    transform: translateX(0) scale(1); /* Полностью видимы, на месте */
}
@media (min-width: 992px) {
    .podcast-thumbnail.sticky {
        top: 20px;
        position: sticky;
    }
    .podcast-img-simple {
        position: relative;
    }
}


.the-sistem-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 700;
    font-size: 54px;
    line-height: 62px;
    max-width: 455px;
}
.the-sistem-work {
    padding: 80px 0px;
    background: #FBF9F4;
}
.the-sistem-work-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 20px;
}
.the-sistem-work-desc {
    display: block;
    font-family: "Unbounded", sans-serif !important;
    margin-bottom: 40px;
    text-align: center;
}
.the-sistem-work-wrap {
    background: #ad1515;
    padding: 50px 15px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}
.the-sistem-work-wrap i {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
}
.the-sistem-work-name {
    font-weight: 500;
    font-size: 20px;
}
.the-sistem-work-wrap {
    margin: 12px auto 12px;
}
.the-sistem-banner-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}
.the-sistem-banner-wrap p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}
.wrap-sistem-img-banner {
    text-align: center;
}
.list-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.list-social a {
    margin-right: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}
.shop-bg-category-wrap {
    background: url(/wp-content/themes/vais/img/bg-catalog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.shop-bg-product-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.wrap-shop-category-img-banner img {
    max-height: 440px;
    width: auto;
    border-radius: 16px;
    margin: 24px;
}
.wrap-shop-category-img-banner {
    text-align: center;
}
.shop-category-wrap {
    padding: 64px;
}
.shop-category-title {
    font-family: Montserrat !important;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    display: block;
    max-width: 467px;
    margin-bottom: 30px;
}
.shop-category-text-wrap p {
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 16px;
    display: block;
    max-width: 460px;
    margin-bottom: 30px;
}
.wrap-list-category-banner a {
    padding: 8px 24px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin-right: 8px;
    background: #ffffff3b;
    border-radius: 24px;
}
.wrap-list-category-banner {
    margin-bottom: 32px;
    margin-top: 12px;
}
.woocommerce-shep li.product-type-simple {
    padding: 24px !important;
    background: #f6f6f7;
    border-radius: 16px;
   /* min-height: 470px; */
}
h2.woocommerce-loop-product__title {
    color: #000;
}
h2.woocommerce-loop-product__title {
    min-height: 80px;
    font-size: 16px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #000000;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000;
    font-size: 16px;
}
.rests {
    padding: 80px 0px;
    background: #FBF9F4;
}
.rest-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.rest-text-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1010107a;
    width: 100%;
    text-align: center;
    height: 35%;
    padding: 20px;
    bottom: -15%;
    border-radius: 16px;
}
.rest-text-block p {
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.rest-text-block span {
    color: #dddddd;
}
.shop-category-wrap-all {
    background: #ebe7dc;
    padding: 80px 0;
}
p.woocommerce-result-count {
    margin-top: 30px !important;
}
form.woocommerce-ordering {
    margin-top: 30px !important;
}

.wrap-dop-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 80px 0px;
}
.subsidiary {
    width: 50%;
}
.wrap-dop-info-title h2 {
    font-family: Montserrat !important;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    display: block;
    margin-bottom: 30px;
        padding-right: 40px;
}
.wrap-dop-info-desc.subsidiary p {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}
.course-breakdown-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course-breakdown-list .part {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.part-number {
    display: block;
    width: 25%;
    font-size: 24px;
    font-weight: 500;
    color: #a7a7a7;
}
.part-wrap {
    width: 70%;
    padding: 5px;
}
.part-title {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}
.part-desc {
    display: block;
    font-size: 16px;
}
.course-breakdown {
    padding: 80px 0px;
}
.course-breakdown-title {
    font-family: Montserrat !important;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 42px;
    display: block;
    margin-bottom: 40px;
}
.wrap-text-banner img {
    border-radius: 24px;
}
.text-banner-product-page span {
    font-family: Montserrat !important;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
    text-align: left;
    max-width: 470px;
}

.wrap-text-banner {
    display: flex; /* Используем Flexbox для центрирования */
    flex-wrap: wrap;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали */
    width: 100%; /* Убедитесь, что блок занимает нужную ширину */
    height: 100%; /* Убедитесь, что блок имеет высоту (или задайте конкретную) */
}

.wrap-text-banner > img {
    width: 100%; /* Изображение растягивается на всю ширину */
    height: 100%; /* Изображение растягивается на всю высоту */
    object-fit: cover; /* Изображение заполняет блок, сохраняя пропорции */
    position: absolute; /* Изображение на заднем плане */
    top: 0;
    left: 0;
    z-index: 1; /* Изображение под текстом */
}

.text-banner-product-page {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 80%;
    margin: 60px;
    color: #fff;
    padding: 60px 20px;
    background: linear-gradient(to right, rgba(239, 238, 233, 1) 20%, rgba(239, 238, 233, 0) 100%);
}
.text-faq-product-page h3 {
    font-family: Montserrat !important;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 42px;
    display: block;
    margin-bottom: 40px;
}
.wrap-faq {
    padding: 80px 0px;
}



.accordion {
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    margin-bottom: 10px;
    overflow: hidden; /* Скрываем переполнение для анимации */
    border: 1px solid #ddd;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}
.accordion-header  h4{
        font-size: 20px;
}

.accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease; /* Плавный поворот иконки */
}

.accordion-content {
    padding: 0 15px;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 1.5;
    max-height: 0; /* Начальное состояние - скрыто */
    opacity: 0; /* Начальная прозрачность */
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Плавная анимация */
    overflow: hidden;
}

/* Стили для открытого состояния */
.accordion-header.active .accordion-icon {
    transform: rotate(180deg); /* Поворачиваем иконку вверх */
}

.accordion-content.active {
    max-height: 1000px; /* Достаточная высота (может быть больше для длинного текста) */
    padding: 15px;
    opacity: 1; /* Полная видимость */
    border-top: 1px solid #ddd;
}
.blog-container {
    padding: 80px 0px;
}
.blog-thumbnail {
    padding: 0px 20px;
    text-align: center;
}
.blog-thumbnail img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .blog-thumbnail.sticky {
        top: 20px;
        position: sticky;
    }
}
.blog-content p {
    font-size: 18px;
}
h1.blog-title {
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 32px;
}
.blog-meta {
    display: block;
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.blog-list {
    padding: 80px 0px;
}
.blog-thumb-arhiv {
    overflow: hidden;
    border-radius: 12px;
}
.blog-thumb-arhiv img {
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
    border-radius: 12px;
}
.blog-meta-arhiv p {
    margin: 0px;
}
.blog-meta-arhiv {
    display: block;
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #0009;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin: 15px 0px 0px 0px;
}
h2.blog-title-arhiv a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.spikerstvo {
    background: #FBF9F4;
    padding: 80px 0;

}
.spikerstvo-title {
    text-align: center;
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    max-width: 524px;
    margin: 30px auto;
}
.spikerstvo-banner-warap {
    overflow: hidden;
    border-radius: 24px;
}
.spikerstvo-banner-warap img {
    object-fit: cover;
    width: 100%;
}
.spikerstvo-banner{
    margin: 0px 20px;
}
.spikerstvo-banner-warap {
    overflow: hidden;
    border-radius: 24px;
    max-height: 800px;
}
.spikerstvo-info {
    padding: 80px 0px;
}
.spikerstvo-info-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
}
p.spikerstvo-info-descriptions {
    font-size: 18px;
}
.spikerstvo-info-wrap ul {
    margin: 0px;
}
.spikerstvo-info-wrap ul li {
    font-size: 18px;
}
.spikerstvo-about {
    background: #FBF9F4;
    padding: 80px 0;
}
.spikerstvo-about-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.spikerstvo-about-position {
    max-width: 556px;
}
.spikerstvo-about-descriptions {
    font-size: 18px;
}
.spikerstvo-about-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.wrap-spikerstvo-about-img img {
    border-radius: 24px;
}
.spikerstvo-list {
    padding: 80px 0;
}
.spikerstvo-list-title {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
}
.spikerstvo-list .tab-content {
    margin-top: 40px;
}
.spikerstvo-list .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 500;
}
.spikerstvo-list .nav-link{
    color: #606060;
    font-weight: 400;
    cursor: pointer;
}
.tab-pane i {
    margin-right: 15px;
    font-size: 14px;
}
.tab-pane span {
    font-size: 18px;
    font-weight: 500;
}
.tab-pane > div {
    margin-bottom: 15px;
}
.spikerstvo-list .tab-content {
    margin-top: 40px;
    background: #FBF9F4;
    padding: 30px;
    border-radius: 16px;
}
.tab-content i {
    background: #1d0241;
    padding: 3px 3px;
    border-radius: 50%;
    color: #fbf9f4;
}
/* Стили для кнопки */
.btn-block {
    text-align: center;
    margin: 20px;
}
.btn-block a {
            display: inline-block;
            padding: 10px 20px;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-family: Arial, sans-serif;
            font-size: 16px;
            cursor: pointer;
        }








/* ----------------------------------------------Стили для попапа -----------------------------------*/



 /* ===== Compact light popup ===== */
#popup.popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.55);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    justify-content:center;
    align-items:center;
    padding:14px;
    z-index:1000;
}

#popup.popup label{
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
#popup .wpcf7 textarea {
    height: 100px;
}
#popup p {
    margin-bottom: 8px;
}
span.wpcf7-spinner {
    display: none;
}












#popup .popup-content{
    width:min(420px,100%);
    background:#fff;
    border-radius:14px;
    padding:18px 18px 14px;
    text-align:left;
    position:relative;
    border:1px solid rgba(15,23,42,.10);
    box-shadow:0 18px 60px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.08);
    max-height:calc(100vh - 28px);
    overflow:auto;
    transform:translateY(8px);
    opacity:0;
    animation:popupIn .16s ease-out forwards;
}

#popup .popup-content h2{
    margin: 0 0 10px;
    font-family: Montserrat;
    color: #0f172a;
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
}

#popup .close-btn{
    position:absolute;
    top:10px; right:10px;
    width:32px; height:32px;
    border-radius:999px;
    display:flex; align-items:center; justify-content:center;
    font-size:20px; line-height:1;
    cursor:pointer; user-select:none;
    color:#0f172a;
    background:rgba(15,23,42,.06);
    transition:.15s ease;
}
#popup .close-btn:hover{ background:rgba(15,23,42,.10); }

@keyframes popupIn{ to{ transform:translateY(0); opacity:1; } }

/* ===== CF7 compact ===== */
#popup .wpcf7 form{ display:grid; gap:10px; }

#popup .wpcf7 input[type="text"],
#popup .wpcf7 input[type="email"],
#popup .wpcf7 input[type="tel"],
#popup .wpcf7 textarea{
    width:100%;
    border:1px solid rgba(15,23,42,.16);
    border-radius:10px;
    padding:10px 12px;
    font-size:14px;
    color:#0f172a;
    outline:none;
    transition:border-color .15s ease, box-shadow .15s ease;
}

#popup .wpcf7 textarea{ min-height:100px; resize:vertical; }

#popup .wpcf7 input:focus,
#popup .wpcf7 textarea:focus{
    border-color:rgba(37,99,235,.55);
    box-shadow:0 0 0 3px rgba(37,99,235,.14);
}

#popup .wpcf7 input[type="submit"]{
   width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 10px 18px rgba(15, 23, 42, .16);
    transition: transform .12s ease, opacity .12s ease;
    margin-top: 0;
}
#popup .wpcf7 input[type="submit"]:hover{ transform:translateY(-1px); opacity:.96; }

#popup .wpcf7-not-valid-tip{ font-size:12px; color:#dc2626; margin-top:4px; }
#popup .wpcf7-response-output{
    margin:6px 0 0 !important;
    border-radius:10px;
    padding:10px 12px;
    font-size:13px;
}





/* ----------------------------------------------Стили для попапа  -----------------------------------*/







.about-us-block span.about-us-block-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
}

span.event-descriptions {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.event-list {
    padding: 80px 0px;
}
.event-archive {
    padding: 80px 0px;
}



.event-thumb-arhiv:hover img {
    transform: scale(1.1) rotate(-4deg);
}
.event-thumb-arhiv img {
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
    height: 300px;
}
.event-thumb-arhiv img {
    border-radius: 12px;
}
.event-thumb-arhiv {
    overflow: hidden;
    border-radius: 12px;
}
h2.event-title-arhiv a {
    font-family: "Unbounded", sans-serif !important;
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.event-thumb-arhiv p {
    margin: 0px;
}
h2.event-title-arhiv {
    font-size: 18px;
    margin-top: 10px;
}



/*----------------------------mobile menu----------------------- */

.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 999999102;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 99999999999102011;
    background: #ffffff;
}
.mobile_menu_container.loaded{
       -webkit-transform: translateX(0px);
       transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
    padding: 20px;
        height: 100%;
    position: relative;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 20px 0px;
}
.mobile_menu_container ul li{
    list-style: none;

}

.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a:hover{
    background: #efefef;
}

.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}


@media (max-width: 720px){

    .cart-header.mobile p {
        padding: 5px 15px;
        font-weight: 600;
    }
    .cart-header.mobile p a{
        color: black;
        text-decoration: none;
    }
    .menu-item-has-children::before{
            font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 400;
        position: absolute;
    right: 40px;
     width: 50px;
    text-align: center;
    padding-top: 10px;
    }



    .site-branding img{
        height: 35px;
    }
    .pll-parent-menu-item a{
        -webkit-text-fill-color: black !important;
    }

    .menu_container .mobile_menu i{
            color: black;
    font-weight: 600;
    }
    .podcast-content p {
        font-size: 16px;
    }

}

@media (max-width: 320px){
    .mobile_menu_container{
        width: 240px;
    }


}
.menu-center-info ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 400;

    text-transform: initial;
}

/*----------------------------mobile menu end----------------------- */

.mobile-header {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .desctop-header {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .mobile-header {
        display: block;
        /*margin-bottom: 32px;*/
    }
    ul.wp-block-list {
        margin: 0px;
    }
    .podcast-container {
        padding: 40px 0px;
    }
    h1.podcast-title {
        font-size: 24px;
    }


}



@media (max-width: 720px){
    i.far.fa-bars {
        color: #000000;
        font-size: 26px;
    }
    p.menu-fidex {
        margin-bottom: 0px;
        text-align: right;
    }
    div .wise-banner .text-block h1 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 500;
        text-align: center;
        margin-top: 48px;
    }
    div .wise-banner .text-block p {
        font-size: 16px;
        text-align: center;
    }
    div .wise-banner .text-block a {
        margin: 0 auto;
    }
    div .wrap-story-img-banner-home img {
        max-height: 332px;
    }
    div .wrap-story-img-banner-home {
        text-align: center;
        padding: 40px 0px 0px 0px;
    }
    div .about-us-block span.about-us-block-title {
        font-weight: 500;
        font-size: 18px;
        text-align: center;
    }

    div .wrap-about-info {
        padding: 30px 0px;
    }
    div .about-link {
        margin: 20px auto;
    }
    div .about-us-block {
        padding: 80px 0px 0px 0px;
    }
    div .event-wise-block {
        padding: 40px 0;
        margin: 0px;
    }
    div .event-wise-block .title h2 {
        text-align: center;
    }
    div .event-wise-block .single-event {
        margin-bottom: 32px;
    }
    div .podkast-block {
        padding: 40px 0px;
        overflow: hidden;
    }
    div .title-podkast {
        font-size: 24px;
        margin-bottom: 20px;
    }
    div .sub-title-podkast {
        font-size: 22px;
        line-height: 26px;
    }
    div .podkast-wrap-bg {
        padding: 15px;
    }
    div .list-podcast-play-btn {
        padding: 12px 12px;
    }
    div .list-podcast {
        display: block;
    }
    div .video-wise-block .title-video-block h2 {
        font-size: 16px;
    }
    div .video-wise-block .title-video-block p {
        font-size: 14px;
    }
    div .video-wise-block .title-video-block {
        left: 15px;
        transform: translate(-15px, -15px);
        top: 40px;
        width: 100%;
        padding: 15px;
    }
    div .video-wise-block .title-video-block a {
        font-size: 14px;
    }
    div .title-news {
        font-size: 24px;
    }
    div .top-title-news {
        font-size: 16px;
    }
    div .video-background {
        width: auto;
        height: 400px;
    }
    div .video-wise-block {
        border-radius: 0px;
        overflow: hidden;
    }
    div .video-wise-block::after {
        border-radius: 0px;
    }
    div .video-background {
        border-radius: 0px;
    }
    div .site-header .logo-block a {
        font-size: 17px;
    }
    div .event-wise-block .single-event img {
        height: 300px;
    }
    div .event-wise-block .single-event .text-block p {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .mobile_menu_content ul a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
        display: block;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .mobile_menu_content .logo-block {
        text-align: center;
        margin-bottom: 40px;
    }
    div .the-story-banner-wrap p {
        font-weight: 400;
        font-size: 28px;
        line-height: 35px;
        text-align: center;
    }
    div .the-story {
        padding: 40px 0px 0 0;
    }
    div .the-story-title {
        margin-bottom: 10px;
        text-align: center;
    }
    div .the-story-text-descriptions {
        font-weight: 300;
        font-size: 18px;
        line-height: 34px;
    }
    div .the-story-start {
        padding: 40px 0px;
        overflow: hidden;
    }
    div .the-story-start-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    div .the-story-start-descriptions {
        font-size: 16px;
        text-align: center;
    }
    div .the-sistem-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    div .the-sistem-banner-wrap p {
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }
    div .the-sistem-work {
        padding: 40px 0px;
    }
    div .the-sistem-work-title {

        font-size: 24px;
        line-height: 32px;
    }
    div .the-story-gallery {
        padding: 40px 0px;
    }
    div .event-archive {
        padding: 0px 0px;
    }
    div .bg-title-arhiv {
        padding: 60px 0px;
    }
    div .title-arhive-h1 {
        font-weight: 300;
        font-size: 24px;
        text-align: center;
    }
    div .section-archive {
        margin: 0px auto;
    }
    div span.event-descriptions {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    div .section-archive {
        padding: 5px 15px;
        font-size: 14px;
    }
    .event-meta-arhiv {
        margin-top: 12px;
        text-align: center;
    }
    div h2.event-title-arhiv a {
        font-weight: 300;
        font-size: 16px;
    }
    h2.event-title-arhiv {
        margin-bottom: 32px;
        text-align: center;
    }
    .event-meta-arhiv p {
        margin-bottom: 0px;
    }
    div .event-list {
        padding: 40px 0px;
    }
    div .site-footer {
        padding: 40px 0px;
    }
    div .podcast-archive {
        padding: 0px 0px;
    }
    div .podcast-list {
        padding: 40px 0px;
    }
    div .podcast-meta-arhiv p {
        text-align: center;
    }
    div h2.podcast-title-arhiv a {
        font-weight: 300;
        font-size: 16px;
    }
    div h2.podcast-title-arhiv {
        text-align: center;
        margin-bottom: 32px;
    }
    div .spikerstvo {
        padding: 40px 0;
    }
    div .spikerstvo-title {
        font-size: 22px;
        line-height: 26px;
    }
    div .spikerstvo-title {
        font-weight: 300;
        margin: 15px auto;
    }
    div .spikerstvo-info {
        padding: 40px 0px;
    }
    div .spikerstvo-info-title {
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    div p.spikerstvo-info-descriptions {
        font-size: 16px;
        text-align: center;
    }
    .spikerstvo-info-wrap h4 {
        margin-bottom: 24px;
    }
    div .spikerstvo-about {
        padding: 40px 0;
    }
    div .spikerstvo-about-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    div .spikerstvo-about-descriptions {
        font-size: 16px;
    }
    div .spikerstvo-list {
        padding: 40px 0;
    }
    div .spikerstvo-list-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .custom-tabs ul.nav.nav-tabs {
        margin-left: 0px;
    }
    div .tab-pane span {
        font-size: 16px;
        font-weight: 300;
    }
    div .shop-category-title {
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    div .about-description {
        font-size: 15px;
    }


}

.shop-category-text-wrap {
    background: linear-gradient(to right, rgba(239, 238, 233, 1) 20%, rgba(239, 238, 233, 0) 100%);
    padding: 80px 40px;
    min-height: 420px;
}
.add-to-cart-button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #ad1515;
    padding: 12px 42px;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to right, rgb(173 21 21) 20%, rgba(173, 21, 0, 0) 100%);
    padding: 8px;
}



span.event-title {
    text-decoration: none;
    text-transform: uppercase;
    color: #111;
    font-weight: 500;
    font-size: 32px;
    display: block;
    max-width: 467px;
    margin-bottom: 30px;
}
.event-wrap-all {
    background: #ebe7dc;
    padding: 80px 0;
}
.event-text-wrap {
    /*background: linear-gradient(to right, rgba(239, 238, 233, 1) 20%, rgba(239, 238, 233, 0) 100%);
    padding: 80px 40px;*/
    display: inline-block;
    max-width: 560px;
    padding: 40px 35px;
    background: rgb(239 238 233 / 71%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 12px;
    position: relative;
    z-index: 2;
}
.event-wrap {
    padding: 64px;
}
.event-text-wrap p {
    text-decoration: none;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    display: block;
    max-width: 460px;
    margin-bottom: 30px;
}
.event-bg-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 80px 0px;
}
.event-meta {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
}
.event-meta-wrap {
    margin-right: 36px;
}
.event-date-title {
    display: block;
    font-weight: 700;
    color: #ad1515;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.event-location-title {
    display: block;
    font-weight: 700;
    color: #ad1515;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.event-date {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
.event-location {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
.science {
    background: #000;
    padding: 80px 0px;
}
.science-title {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.science-title span {
    color: #ad1515;
}
.science-info-procent {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.science-info-descriptions {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
}
button.registrations-event {
    background: #ad1515;
    color: #fff;
    border: none;
    display: block;
    width: fit-content;
    margin: 24px 0px;
    padding: 22px 36px;
    font-size: 16px;
    font-weight: 700;
}
.register-now {
    padding: 80px 0px;
    background: linear-gradient(90deg, #3c0578 0%, #00000f 45%, #0a0555 100%);
}
.register-now-title {
    color: #edf4e0;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    margin: 30px auto;
    font-weight: 600;
}
.register-now-title span.black-text{
    color: #edf4e0;
}
.register-now-descriptions {
    max-width: 768px;
    margin: 0px auto;
    text-align: center;
    font-weight: 500;
        color: #bbbbbb;
}
button.registrations-event-now {
    display: block;
    background: #edf4e0;
    color: #000000;
    border: none;
    margin: 30px auto;
    padding: 16px 24px;
    border-radius: 36px;
    font-weight: 500;
}
.event-wise-block .single-event .text-block a {
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
}
.event-wise-block a.single-event {
    display: block;
}
.event-wise-block .single-event img {
    width: 100%;
}

.mentoring {
    position: relative;
}
.mentoring .video-background {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
}
.mentoring-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 9;
    text-align: center;
    max-width: 768px;
    color: #fff;
    font-weight: 700;
}
.mentoring-wrap h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.results-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    margin-bottom: 24px;
}
.results-descriptions {
    font-size: 16px;
    font-weight: 500;
}
.results-wrap {
    padding: 60px 0px;
}
.key-benefits-title h2{
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
        color: black;
}
.keys-benefits-icon-wrap {
    background: #ad1515;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 20px;
}
.keys-benefits-icon-wrap i{
    color: white;
}

tbody tr strong , tbody td strong{
    font-weight: 600;
    color: black;
}

.key-benefits .key-benefits-title h3{
     font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: black;
    text-align: justify;
}
.mentoring{
    padding-top: 60px;
}

.keys-benefits-title-wrap {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.keys-benefits-wrap {
    padding: 20px;
}
.keys-benefits-descriptions-wrap {
    font-weight: 500;
}
.key-benefits {
    padding: 80px 0px;
}
.cart-head-block {
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 1px solid rgba(209, 219, 232, 1);
    padding-left: 15px;
}
.desctop-header .all-block > span {
    display:block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}
.cart-head-block i {
    color: #ad1515;
    font-size: 24px;
    font-weight: 400;
}
.woocommerce a.added_to_cart {
    display: inline-block;
    background-color: #525252;
    padding: 10px 24px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
}
.site-header .menu ul ul li a {
    padding: 15px 20px;
}
a.wc-block-components-product-name {
    color: #000;
    text-decoration: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
    color: #000;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}
.wc-paid-video-card a {
    color: #000;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;
    margin-left: 0px;
}
nav.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
    color: #000;
    font-weight: 700;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ad1515;
}
.popup input.wpcf7-submit {
    color: #fff;
    border: none;
    background: #000;
    width: fit-content;
    padding: 10px 60px;
    display: block;
    margin: 20px auto;
}
.popup span.close-btn {
    color: #000;
    font-size: 32px;
}
.register-now p {
    color: #edf4e0;
    text-align: center;
    display: block;
    max-width: 508px;
    margin: 10px auto;
}
.results-wrap li {
    font-size: 16px;
    font-weight: 500;
}
.results-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.results-wrap ul {
    margin-left: 0px;
}
.content-mentoring {
    padding: 120px 0px;
    background: #FBF9F4;
}
.content-mentoring-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.content-mentoring p {
    margin-bottom: 10px;
    font-weight: 500;
}
.content-mentoring-mini-title {
        display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    color: black;
}
/* Общие стили для таблицы с классом has-fixed-layout */
.has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    table-layout: fixed; /* Фиксированная раскладка для лучшего контроля ширины колонок */
        margin: 40px 0;
}

/* Заголовок таблицы */
.has-fixed-layout thead th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ячейки тела таблицы */
.has-fixed-layout tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
    word-wrap: break-word; /* Для длинного текста в фиксированной раскладке */
}

/* Чередующиеся цвета строк */
.has-fixed-layout tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6);
}

.has-fixed-layout tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Эффект при наведении */
.has-fixed-layout tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.1);
}


/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .has-fixed-layout {
        font-size: 0.9em;
    }

    .has-fixed-layout thead th,
    .has-fixed-layout tbody td {
        padding: 12px 12px;
    }

    .has-fixed-layout tbody tr:hover {
        transform: none;
    }
}
.register-now p {
    font-weight: 500;
}
.product-price-wrap-single {
    font-size: 32px;
    font-weight: 700;
    color: #ad1515;
    margin-bottom: 20px;
}
div .wc-block-grid__product-title {
    color: #000;
    text-decoration: none;
    border: none;
}
@media (max-width: 720px) {

.mentoring-video-wrap {
    overflow: hidden;
}
.mentoring-wrap h1 {
    font-size: 24px;
}
div .mentoring-wrap {
    left: 30px;
    transform: translate(-15px, -15px);
    top: 40px;
    padding: 15px;
}
div .mentoring .video-background {
    width: auto;
    border-radius: 0;
}
div .results-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
div .results-wrap {
    padding: 30px 0px;
}
div .the-story-gallery-list img {
    height: auto;
}
div .key-benefits {
    padding: 40px 0px;
}
div .key-benefits-title {
    font-size: 24px;
    margin-bottom: 30px;
}
div .keys-benefits-wrap {
    text-align: center;
}
div .keys-benefits-icon-wrap {
    margin: 0px auto 20px;
}
div .register-now-title {
    font-size: 36px;
    line-height: 46px;
}
div .content-mentoring {
    padding: 60px 0px;
}
div .text-faq-product-page span {
    font-size: 26px;
}
div .wrap-faq {
    padding: 40px 0px;
}
div .accordion-header {
    font-size: 14px;
}
div .accordion-content {
    font-size: 14px;
}
div .accordion-icon {
    font-size: 16px;
}
.cart-head {
    float: right;
}
.cart-head-block .all-block {
    display: none;
}
.cart-head-block i {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}
.cart-head-block {
    border-left: none;
}
div .news-block {
    padding: 40px 0px;
}
div .video-wise-block .title-video-block h2 {
    font-weight: 700;
}
div .shop-category-wrap-all {
    padding: 40px 0;
}
div .wrap-dop-info {
    display: block;
    padding: 40px 0px;
}
div .subsidiary {
    width: 100%;
}
.woocommerce-page div.product div.summary {
    margin-top: 40px !important;
}
div .wrap-dop-info-title span {
    font-size: 24px;
}
div .shop-category-title {
    text-align: center;
}
.shop-product-text-wrap {
    text-align: center;
}
.shop-img-product-wrap {
    margin-top: 40px;
}
div .course-breakdown-title {
    font-size: 24px;
    text-align: center;
}
div .course-breakdown {
    padding: 40px 0px;
}
div .course-breakdown-list .part {
    width: 100%;
}
div .part-number {
    font-size: 18px;
    display: flex;
    align-items: center;
}
div .woocommerce-shep li.product-type-simple {
    padding: 12px !important;
}
div h2.woocommerce-loop-product__title {
    font-size: 14px !important;
}
.my-account-menu {
    float: right;
    margin-left: 15px;
}
.my-account-menu a {
    color: #000;
    font-size: 20px;
}
.add-to-cart-button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 15px;
}

/*div .event-wise-block .single-event .text-block {
    height: 40%;
    bottom: -20%;
}*/
.btn-block-mob {
    float: right;
    margin-left: 15px;
}
.btn-block-mob a {
    color: #000;
    font-size: 20px;
}
p.short-desc-product {
    padding: 15px;
}

div .single-event-media {
    width: 156px;
    height: 290px;
    border-radius: 12px;
}
div .event-home-wrap-list {
    gap: 15px;
}
div .event-wise-block .event-home-list  .single-event .text-block p {
    margin-bottom: 5px;
    font-size: 12px;
}
div .event-wise-block .single-event .text-block {
    padding: 5px;

}
div .event-wise-block .event-home-list  .single-event .text-block span {
    font-size: 12px;
}


}

.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: both;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 100px;
}
.shop-category-text-wrap {
    width: 100%;
}
.wrap-text-banner.is-product {
    justify-content: space-evenly;
    padding: 60px 0px;
}
.shop-product-wrap img {
    border-radius: 16px;
}
.shop-menu-categories {
    background: #FBF9F4;
    padding: 15px;
    border-radius: 12px;
}
span.shop-menu-categories-title {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    font-family: Montserrat !important;
}
.shop-menu-categories ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.shop-menu-categories ul a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
h2.podcast-title-arhiv {
    margin-bottom: 40px;
}
.event-video-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-account-mrnu a {
    color: #ad1515;
    font-size: 24px;
    margin-left: 12px;
}
#customer_login h2 {
    font-size: 18px;
    margin: 10px 0 -10px;
}
#customer_login h2 {
    font-size: 18px;
    margin: 10px 0 -10px;
}
.woocommerce-button.button.woocommerce-form-login__submit {
    background: #000000;
    padding: 8px 10px;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 1px solid;
    margin-top: 15px;
}
.woocommerce-LostPassword.lost_password a {
    color: #ad1515;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #000000;
    padding: 8px 10px;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border: 1px solid;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 15px;
    line-height: 38px;
}
.woocommerce-privacy-policy-text a {
    color: #ad1515;
    text-decoration: none;
}
.the-sistem {
    padding: 80px 0px 0px 0px;
}







/* ===== PG Event-Now Modal (UI like screenshot) ===== */
#pg-eventnow-modal.pg-modal{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

#pg-eventnow-modal.pg-modal.is-open{ display:block; }

/* overlay with blur */
#pg-eventnow-modal .pg-modal__overlay{
    position: absolute;
    inset: 0;
    background: rgba(20, 25, 35, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* centered card */
#pg-eventnow-modal .pg-modal__dialog{
    position: relative;
    width: min(460px, calc(100% - 24px));
    margin: 48px auto;
    background: #fff;
    border-radius: 14px;
    padding: 22px 22px 18px;
    box-shadow:
        0 18px 50px rgba(0,0,0,.25),
        0 2px 10px rgba(0,0,0,.12);
}

/* title centered */
#pg-eventnow-modal .pg-modal__title{
    margin: 0 44px 18px 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

/* close button in circle */
#pg-eventnow-modal .pg-modal__close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.08);
    color: #111;
    cursor: pointer;
    font-size: 20px;
    line-height: 34px;
    padding: 0;
}

#pg-eventnow-modal .pg-modal__close:hover{
    background: rgba(0,0,0,.12);
}

/* body scrolling if long */
#pg-eventnow-modal .pg-modal__body{
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding-right: 2px;
}

/* ---- CF7 styling inside modal only ---- */
#pg-eventnow-modal .wpcf7{
    margin: 0;
}

#pg-eventnow-modal .wpcf7 form{
    margin: 0;
}

/* CF7 часто оборачивает поля в <p> */
#pg-eventnow-modal .wpcf7 form p{
    margin: 0 0 14px 0;
}

#pg-eventnow-modal .wpcf7 form label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0 0 8px 0;
}

/* inputs */
#pg-eventnow-modal .wpcf7 input[type="text"],
#pg-eventnow-modal .wpcf7 input[type="email"],
#pg-eventnow-modal .wpcf7 input[type="tel"],
#pg-eventnow-modal .wpcf7 input[type="url"],
#pg-eventnow-modal .wpcf7 input[type="number"],
#pg-eventnow-modal .wpcf7 select,
#pg-eventnow-modal .wpcf7 textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    padding: 12px 12px;
    font-size: 15px;
    color: #111;
    outline: none;
    background: #fff;
}

#pg-eventnow-modal .wpcf7 textarea{
    min-height: 100px;
    resize: vertical;
    height: 100px;
}

#pg-eventnow-modal .wpcf7 input:focus,
#pg-eventnow-modal .wpcf7 select:focus,
#pg-eventnow-modal .wpcf7 textarea:focus{
    border-color: rgba(17, 24, 39, .55);
    box-shadow: 0 0 0 3px rgba(17, 24, 39, .12);
}

/* submit button like dark pill */
#pg-eventnow-modal .wpcf7 input[type="submit"],
#pg-eventnow-modal .wpcf7 button[type="submit"]{
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, #1b2230 0%, #0f1623 100%);
    box-shadow: 0 10px 18px rgba(15, 22, 35, .25);
    margin-top: 8px;
}

#pg-eventnow-modal .wpcf7 input[type="submit"]:hover,
#pg-eventnow-modal .wpcf7 button[type="submit"]:hover{
    filter: brightness(1.05);
}

/* CF7 validation messages tidy */
#pg-eventnow-modal .wpcf7-not-valid-tip{
    margin-top: 6px;
    font-size: 12px;
}

#pg-eventnow-modal .wpcf7-response-output{
    margin: 14px 0 0 0;
    border-radius: 10px;
}

/* mobile */
@media (max-width: 575px){
    #pg-eventnow-modal .pg-modal__dialog{
        margin: 16px auto;
        padding: 18px 16px 14px;
    }
    #pg-eventnow-modal .pg-modal__title{
        font-size: 20px;
        margin: 0 42px 14px 42px;
    }
}


p.short-desc-product {
    display: block;
    max-width: 420px;
}

.short-desc-product {
    max-width: 480px;
}
.wrap-dop-info-desc.subsidiary ul {
    margin: 0px;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}


/* ===== One-at-a-time reviews (premium) ===== */
.reviews-one{
    padding: 86px 0;
    overflow: hidden;
    background:
        radial-gradient(720px 320px at 15% 10%, rgba(63,81,181,.14), transparent 60%),
        radial-gradient(720px 320px at 85% 0%, rgba(0,200,255,.10), transparent 60%),
        linear-gradient(180deg, #fff, #fbfcff 70%, #fff);
}

.reviews-one__container{
    max-width: 85%;
    margin: 0 auto;
    padding: 0 16px;
}

.reviews-one__head{
    text-align: center;
    max-width: 820px;
    margin: 0 auto 26px;
}

.reviews-one__kicker{
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(8px);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(11,15,20,.72);
}

.reviews-one__title{
    margin: 14px 0 10px !important;
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-weight: 850;
    color: #0b0f14;
}

.reviews-one__subtitle{
    margin: 0 auto;
    max-width: 680px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(11,15,20,.60);
}

.reviews-one__shell{
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    gap: 14px;
    align-items: center;
    position: relative;
    margin-top: 12px;
}

.reviews-one__stage{
    position: relative;
    height: auto;
    min-height: 0 !important;                 /* КЛЮЧЕВО: иначе не сожмётся */
    transition: height .45s cubic-bezier(.22, 1, .36, 1);
    will-change: height;
}

/* card */
.review-one{
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto; /* важно: НЕ растягивать по высоте stage */
    height: auto;
    padding: 40px 40px 36px;
    border-radius: 26px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 24px 70px rgba(11,15,20,.10);
    overflow: hidden;
    opacity: 0;
    transform: translateX(0) translateY(10px) scale(.985);
    pointer-events: none;
    transition: opacity 1.5s cubic-bezier(.22, 1, .36, 1), transform 1.5s cubic-bezier(.22, 1, .36, 1);
    will-change: transform, opacity;
}

/* subtle glow */
.review-one::before{
    content:"";
    position:absolute;
    inset:-45% -30%;
    background: radial-gradient(closest-side, rgba(63,81,181,.18), transparent 62%);
    transform: translateX(-18%) rotate(12deg);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events:none;
}
.review-one:hover::before{ opacity: 1; }

.review-one.is-active{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* entering/leaving directions */
.review-one.is-enter-right{ opacity: 1; transform: translateX(46px) rotate(1.2deg) scale(.99); }
.review-one.is-enter-left { opacity: 1; transform: translateX(-46px) rotate(-1.2deg) scale(.99); }

.review-one.is-leave-left { opacity: 0; transform: translateX(-60px) rotate(-1.8deg) scale(.985); }
.review-one.is-leave-right{ opacity: 0; transform: translateX(60px)  rotate(1.8deg)  scale(.985); }

.review-one__top{
    display: grid;
    grid-template-columns: 46px 1fr auto;
    gap: 12px;
    align-items: center;
}

.review-one__avatar{
    width: 46px; height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-weight: 850;
    color: #0b0f14;
    background:
        radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,0)),
        linear-gradient(135deg, rgba(63,81,181,.22), rgba(0,200,255,.14));
    border: 1px solid rgba(15,23,42,.10);
}

.review-one__name{
    font-weight: 850;
    color: #0b0f14;
    line-height: 1.2;
}
.review-one__role {
    margin-top: 2px;
    font-weight: 700;
    font-size: 14px;
    color: rgba(11, 15, 20, .58);
}

.review-one__rating{
    font-size: 22px;
    letter-spacing: 1px;
    color: rgba(255, 182, 0, .96);
    filter: drop-shadow(0 10px 18px rgba(255,182,0,.10));
}

.review-one__text {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(11, 15, 20, .78);
    position: relative;
    padding: 20px;
    font-weight: 500;
}


.review-one__foot{
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.04);
    border: 1px solid rgba(15,23,42,.08);
    color: rgba(11,15,20,.70);
}

.date{
    margin-left: auto;
    font-size: 12px;
    color: rgba(11,15,20,.46);
}

/* nav */
.rnav {
    width: 52px;
    padding: 10px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .75);
    /* backdrop-filter: blur(8px); */
    box-shadow: 0 18px 48px rgba(11, 15, 20, .10);
    cursor: pointer;
    font-size: 30px;
    line-height: 30px;
    color: rgba(11, 15, 20, .72);
    transition: transform .2s ease, box-shadow .2s ease;
}
.rnav:hover{ transform: translateY(-1px); box-shadow: 0 24px 60px rgba(11,15,20,.14); }
.rnav:active{ transform: translateY(0); }

/* dots */
.reviews-one__dots{
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.dot{
    width: 9px; height: 9px;
    border-radius: 999px;
    background: rgba(11,15,20,.22);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 10px 22px rgba(11,15,20,.08);
    cursor: pointer;
    transition: width .25s ease, transform .25s ease, background .25s ease;
}
.dot.is-active{
    width: 28px;
    transform: translateY(-1px);
    background: #ad1515;
}

/* responsive */
@media (max-width: 991px){
    .reviews-one__title{ font-size: 28px; }
    .reviews-one__shell{ grid-template-columns: 1fr; }
    .rnav{ display: none; }
}
@media (max-width: 480px){
    .review-one{ padding: 18px 16px 16px; border-radius: 22px; }
    .date{ margin-left: 0; width: 100%; opacity: .75; }

    .review-one__text {
        font-size: 14px;
        padding: 20px 0px;
    }
}


@media (max-width: 480px){
    .review-one__top{
        grid-template-columns: 46px 1fr;
        grid-template-areas:
            "avatar meta"
            "rating rating";
    }
    .review-one__avatar{ grid-area: avatar; }
    .review-one__meta{ grid-area: meta; min-width: 0; }
    .review-one__rating{
        grid-area: rating;
        justify-self: start;
        margin-top: 8px;
        font-size: 22px;
        white-space: nowrap;
    }
    .reviews-one__container {
        max-width: 100%;
    }

}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
    .review-one, .rnav, .dot{ transition: none !important; }
}



.main-banner-full {
    position: relative;
    width: 100%;
    min-height: 986px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-banner-full__overlay {
    display: flex;
    align-items: center;
    min-height: 986px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: clamp(20px, 7vw, 140px);
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.35);
}

.main-banner-full .text-block {
    max-width: 600px;
    color: #fff;
}

.main-banner-full .text-block h1 {
    margin: 0 0 20px;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}

.main-banner-full .text-block h1 span {
    color: #ad1515;
}

.main-banner-full .text-block p {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
}

.main-banner-full .text-block > a {
    display: inline-block;
    padding: 14px 32px;
    background: #ad1515;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .main-banner-full,
    .main-banner-full__overlay {
        min-height: 450px;
    }

    .main-banner-full .text-block h1 {
        font-size: 38px;
    }

    .main-banner-full .text-block p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .main-banner-full,
    .main-banner-full__overlay {
        min-height: 500px;
    }
    .main-banner-full__overlay {
        padding-top: 60px;
        align-items: end;
        padding-bottom: 45px;
        padding-left: 0;
        padding-right: 0px;
        background: rgba(0, 0, 0, 0.35);
    }

    .main-banner-full .text-block h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .main-banner-full .text-block p {
        font-size: 15px;
    }
    .main-banner-full .text-block a {
        padding: 8px 24px;
        font-size: 14px;
    }
    .main-banner-full .text-block p {
        margin: 0 0 15px;
    }
    .main-banner-full.main-banner-history .text-block h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main-banner-full.main-banner-history .text-block h1 span {
        color: #ad1515;
    }
}




.reg-event-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;
}

.reg-event-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.reg-event-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.reg-event-modal__content {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 14px;
    text-align: left;
    position: relative;
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .18), 0 2px 8px rgba(0, 0, 0, .08);
    max-height: calc(100vh - 28px);
    overflow: auto;
    transform: translateY(8px);
    opacity: 0;
    animation: popupIn .16s ease-out forwards;
}

.reg-event-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.reg-event-modal .wpcf7 input[type="text"], .reg-event-modal .wpcf7 input[type="email"], .reg-event-modal .wpcf7 input[type="tel"], .reg-event-modal .wpcf7 textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.reg-event-modal .wpcf7 textarea {
    min-height: 100px;
    resize: vertical;
}
.reg-event-modal .wpcf7 input[type="submit"]:hover {
    transform: translateY(-1px);
    opacity: .96;
}
.reg-event-modal .wpcf7 input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 10px 18px rgba(15, 23, 42, .16);
    transition: transform .12s ease, opacity .12s ease;
    margin-top: 0;
}
.reg-event-modal label {
    width: 100%;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.reg-event-modal .wpcf7 textarea {
    height: 100px;
}



.single-event {
    display: block;
    text-decoration: none;
}

.single-event-media {
    width: 320px;
    height: 568px;
    overflow: hidden;
    border-radius: 16px;
}

.single-event .event-video-hover,
.single-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-home-wrap-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.event-home-list {
    margin-right: 0;
}
.event-thumb-arhiv a {
    display: block;
    text-decoration: none;
}

.event-archive-media {
    width: 100%;
    height: 568px;
    overflow: hidden;
    border-radius: 16px;
}

.event-archive-media img,
.event-archive-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.site-header .menu ul li:hover > ul {
    z-index: 999;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    background-color: #ffffff00;
    border: 1px solid #e4e4e400;
        padding: 0px;
}
#tribe-events-pg-template {
    max-width: 100%;
    padding: 0;
}
.event-tickets .tribe-tickets__tickets-item-quantity-add {
    color:#000;
}
.event-tickets .tribe-tickets__tickets-item-quantity-remove{
    color:#000;
}
button#tribe-tickets__tickets-buy {
    background: #ad1515;
}
.event-tickets .tribe-tickets__tickets-item-quantity-add:focus {
    border:none;
    outline: none;
}
.event-tickets .tribe-tickets__tickets-item-quantity-remove:focus{
    border:none;
    outline: none;
}
.event-tickets .tribe-tickets__tickets-item-quantity button:focus{
    outline: none;
}
h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__tickets-title {
    display: none;
}
/*h2.tribe-events-single-section-title {
    display: none;
}*/
ul.tribe-events-meta-list {
    display: flex;
}
li.tribe-events-meta-item {
    margin-right: 24px;
}
.tribe-events-meta-label {
    color: #ad1515;
    text-transform: uppercase;
    font-size: 12px;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
    width: 100%;
    display: block;
}
.tribe-events-meta-group {
        width: 100%;
        display: block;
    }
.tribe-events-meta-group {
    flex: 100%;
}
.tribe-events .tribe-common-l-container,
.tribe-events .tribe-events-l-container{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.tribe-common .tribe-events-custom-archive .row {
    margin-left: -12px;
    margin-right: -12px;
}

.tribe-common .tribe-events-custom-archive [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
span.tribe-events-event-categories.tribe-events-meta-value {
    display: none;
}
span.tribe-events-event-categories-label.tribe-events-meta-label {
    display: none;
}






.wc-bunny-video-wrap,
.wc-drive-iframe-wrap {
    width: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.wc-bunny-video-wrap iframe,
.wc-drive-iframe-wrap iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    background: #000;
}

@media (max-width: 767px) {
.wc-bunny-video-wrap iframe,
.wc-drive-iframe-wrap iframe {
    height: 260px;
}
.tribe-events-event-meta .tribe-events-meta-list {
    display: block;
}
.event-wrap {
    padding: 15px;
}
.event-text-wrap {
    padding: 20px 15px;
}
.tribe-link-view-attendee {
    display: none;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
    margin-right: 0;
}
h2.tribe-events-single-section-title {
    font-size: 12px !important;
    margin: 15px 0px;
}
.tribe-events-meta-label {
    font-size: 10px;
}
button#tribe-tickets__tickets-buy {
    margin-left: 10px;
    font-size: 12px;
}
.event-bg-wrap {
    padding: 40px 0px;
}
li.tribe-events-meta-item {
    margin-right: 0px;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
    margin-right: 0px;
}
.tribe-events-meta-group.tribe-events-meta-group-organizer {
    margin-right: 0px;
}
.science-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.science-info-descriptions {
    font-size: 14px;
}
.science-info-procent {
    margin-bottom: 0px;
}


}







/* ==============================
   My Account - Paid Videos FINAL
   ============================== */

.woocommerce-account .wc-paid-videos {
    max-width: 980px;
    padding-bottom: 70px;
}

.woocommerce-account .wc-paid-videos h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #30343b;
    letter-spacing: 0.02em;
}

.woocommerce-account .wc-paid-video-note {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.55;
    color: #242424;
    font-weight: 500;
}

.woocommerce-account .wc-paid-videos-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

.woocommerce-account .wc-paid-video-card {
    position: relative;
    height: auto;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #ffffff;
    border: 1px solid rgba(18, 23, 34, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(18, 23, 34, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .wc-paid-video-card:hover {
    transform: translateY(-4px);
    border-color: rgba(137, 25, 33, 0.18);
    box-shadow: 0 24px 65px rgba(18, 23, 34, 0.13);
}

.woocommerce-account .wc-paid-video-card > a,
.woocommerce-account .wc-paid-video-card-head {
    display: block;
    padding: 22px 22px 14px;
    color: inherit;
    text-decoration: none;
}

.woocommerce-account .wc-paid-video-card h4 {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
    color: #151922;
}

.woocommerce-account .wc-paid-video-card .thumb {
    position: relative;
    width: calc(100% - 44px);
    height: 240px;
    margin: 0 22px 18px;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f4f6;
}

.woocommerce-account .wc-paid-video-card .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce-account .wc-paid-video-card.video-opened .thumb {
    display: none;
}

.woocommerce-account .wc-paid-item {
    padding: 0 22px 22px;
    overflow: hidden !important;
}

.woocommerce-account .wc-paid-item + .wc-paid-item {
    padding-top: 18px;
    border-top: 1px solid rgba(18, 23, 34, 0.08);
}

.woocommerce-account .wc-paid-item .actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
}

.woocommerce-account .wc-paid-item .actions small {
    color: #7b808a !important;
    font-size: 13px;
}

.woocommerce-account .btn-watch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .btn-watch:hover {
    background: #8b1f2a;
    transform: translateY(-1px);
    box-shadow: 0 12px 25px rgba(139, 31, 42, 0.25);
}

.woocommerce-account .wc-paid-video-player {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 16px;
    overflow: hidden !important;
    border-radius: 18px;
    background: #0f1117;
}

.woocommerce-account .wc-paid-video-player.active {
    display: block;
}

.woocommerce-account .wc-bunny-video-wrap,
.woocommerce-account .wc-drive-iframe-wrap,
.woocommerce-account .embed-responsive {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    background: #0f1117;
}

.woocommerce-account .wc-bunny-video-wrap iframe,
.woocommerce-account .wc-drive-iframe-wrap iframe,
.woocommerce-account .embed-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.woocommerce-account .wc-paid-video-player video,
.woocommerce-account .wc-paid-native-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border: 0;
    border-radius: 18px;
    background: #0f1117;
}

.woocommerce-account .wc-paid-after-text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #343842;
}

.woocommerce-account .wc-paid-after-text p {
    margin: 0 0 12px;
}

.woocommerce-account .wc-paid-after-text p:last-child {
    margin-bottom: 0;
}

.woocommerce-account .wc-paid-after-text.is-collapsed {
    position: relative;
    max-height: var(--wc-collapsed-h, 160px);
    overflow: hidden;
}

.woocommerce-account .wc-paid-after-text.is-collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    pointer-events: none;
}

.woocommerce-account .wc-paid-toggle {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b1f2a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-account .wc-paid-toggle:hover {
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content {
    overflow: visible;
}

@media (max-width: 991px) {
    .woocommerce-account .wc-paid-videos-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wc-paid-video-card .thumb {
        height: 260px;
    }
}

.event-wrap-all .tribe-link-view-attendee {
    display: none;
}
h3.tribe-common-h2.tribe-tickets__commerce-checkout-header-title {
    display: none;
}
header.tribe-tickets__commerce-checkout-header {
    display: none !important;
}
.tribe-common-b2.tribe-tickets__form.tec-tickets-commerce-checkout-cart__coupons {
    display: none;
}
button#tec-tc-gateway-stripe-checkout-button {
    background: #000;
}



@media (max-width: 767px) {
    .woocommerce-account .wc-paid-videos h3 {
        font-size: 28px;
    }

    .woocommerce-account .wc-paid-video-card > a,
    .woocommerce-account .wc-paid-video-card-head {
        padding: 18px 18px 12px;
    }

    .woocommerce-account .wc-paid-video-card .thumb {
        width: calc(100% - 36px);
        height: 210px;
        margin: 0 18px 16px;
        border-radius: 15px;
    }

    .woocommerce-account .wc-paid-item {
        padding: 0 18px 18px;
    }

    .woocommerce-account .wc-paid-item .actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .woocommerce-account .btn-watch {
        width: 100%;
    }
}
.spikerstvo-info-wrap h4 {
    margin-bottom: 30px;
    color: #000;
}
.mentoring-results {
    padding: 80px 0px;
}
.result-wrap ul {
    margin: 0px;
}
.register-now p {
    display: block;
    max-width: 100%;
}
.results-title {
    max-width: 568px;
}
.register-now p {
    font-size: 18px;
}
p#breadcrumbs {
    margin: 0px;
}
.seo-breadcrumbs-sistema a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.seo-breadcrumbs-sistema {
    padding: 40px;
    background: #fbf9f4;
}

.woocommerce-ordering , .woocommerce-result-count{
    display: none;
}

.shop-page{
    padding: 40px 0;
}

.bg-title-arhiv a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.bg-title-arhiv .seo-breadcrumbs span {
    color:#fff;
}
.seo-breadcrumbs-event {
    padding: 60px;
    background: #ebe7dc;
}
.seo-breadcrumbs-event a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}



@media (max-width: 800px){
    .text-faq-product-page h3{
        font-size: 26px;
    }
    .accordion-header h4 {
    font-size: 18px;
}
.wrap-dop-info-title h2{
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
}
.seo-breadcrumbs-sistema{
    padding: 20px 0;
}
.key-benefits .key-benefits-title h3{
    font-size: 24px;
    text-align: center;
}
.key-benefits-title h2{
    font-size: 32px;
}
div .mentoring-wrap{
    top: 20%;
}
.seo-breadcrumbs-sistema a{
        font-weight: 500;
            font-size: 14px;
}
.breadcrumb_last{
    font-size: 14px;
}
.shop-menu-categories{
    margin-bottom: 24px;
}
span.shop-menu-categories-title {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    font-family: Montserrat !important;
    color: black;
}

}


@media (max-width: 767px) {
    .seo-breadcrumbs-sistema {
        overflow: hidden;
    }

    .seo-breadcrumbs-sistema .container,
    .seo-breadcrumbs-sistema .row,
    .seo-breadcrumbs-sistema .col-lg-12 {
        max-width: 100%;
        width: 100%;
    }

    .seo-breadcrumbs-sistema #breadcrumbs {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .seo-breadcrumbs-sistema #breadcrumbs::-webkit-scrollbar {
        height: 0;
    }

    .seo-breadcrumbs-sistema #breadcrumbs span {
        white-space: nowrap;
    }
}

.nav.nav-tabs{
    margin: 0;
}
