@charset "UTF-8";
/*!
Theme Name: mantra-yoga
Theme URI: http://underscores.me/
Author: zhukstreet
Author URI: https://leschev-av.ru/
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: mantra-yoga
*/
/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

.btn-primary {
  background-color: #EDF6AC;
  color: #54595F;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}
.site-header *,
.site-header *::before,
.site-header *::after {
  box-sizing: border-box;
}
.site-header {
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --text: #54595f;
}
.site-header .head-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 6px 28px;
  align-items: center;
  padding: 10px 28px;
  transition: 0.3s ease;
}
.site-header .header__logo {
  grid-row: 1/3;
}
.site-header .header__logo a {
  display: block;
}
.site-header .header__logo img {
  width: 115px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: 0.3s ease;
}
.site-header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(5, 88, 106, 0.08);
  color: #666;
  font-size: 13px;
}
.site-header .header__top p {
  margin: 0;
  line-height: 1.35;
}
.site-header .header__top a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}
.site-header .header__top a:hover {
  color: var(--main);
}
.site-header .header__top__right {
  display: flex;
  gap: 16px;
  align-items: center;
  white-space: nowrap;
}
.site-header .header__top__right a:last-child {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 13px;
}
.site-header .header__top__right a:last-child:hover {
  background: var(--main);
  color: #fff;
}
.site-header .header__top__right .openair-link {
  padding: 8px 14px !important;
  border-radius: 999px;
  background: #dced59 !important;
  color: #222 !important;
  font-weight: 700 !important;
  animation: pulseOpenAir 2s infinite;
}
.site-header .header__top__right .openair-link:hover {
  background: #c8e04a !important;
  transform: translateY(-2px);
}
.site-header .header__bottom nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
}
.site-header .header__bottom nav li {
  position: relative;
}
.site-header .header__bottom nav a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  transition: 0.25s ease;
}
.site-header .header__bottom nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--main);
  transition: 0.25s ease;
}
.site-header .header__bottom nav a:hover {
  color: var(--main);
}
.site-header .header__bottom nav a:hover::after {
  width: 100%;
}
.site-header .header__bottom nav .current-menu-item > a,
.site-header .header__bottom nav .current_page_item > a {
  color: var(--main);
}
.site-header .header__bottom nav .current-menu-item > a::after,
.site-header .header__bottom nav .current_page_item > a::after {
  width: 100%;
}
.site-header .mobile-contacts {
  display: none;
}

/* BURGER */
.header__burger {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  border: none;
  border-radius: 14px;
  background: rgba(5, 88, 106, 0.08);
  cursor: pointer;
  z-index: 1003;
}
.header__burger span {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 5px;
  transition: 0.3s ease;
}
.header__burger span:nth-child(1) {
  top: 13px;
}
.header__burger span:nth-child(2) {
  top: 20px;
}
.header__burger span:nth-child(3) {
  top: 27px;
}
.header__burger.active {
  background: #05586a;
}
.header__burger.active span {
  background: #fff;
}
.header__burger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 32, 0.52);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1001;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

/* MOBILE */
@media (max-width: 992px) {
  .site-header .head-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 8px 24px;
  }
  .site-header .header__logo img {
    width: 68px;
  }
  .site-header .header__burger {
    display: block;
    flex-shrink: 0;
  }
  .site-header .header__top {
    display: none;
  }
  .site-header .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    max-width: 90%;
    height: 100vh;
    padding: 90px 28px 36px;
    background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.22), transparent 38%), #fff;
    z-index: 1002;
    overflow-y: auto;
    box-shadow: -16px 0 45px rgba(0, 0, 0, 0.12);
    transition: 0.35s ease;
  }
  .site-header .mobile-menu.active {
    right: 0;
  }
  .site-header .mobile-menu nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header .mobile-menu nav li {
    width: 100%;
  }
  .site-header .mobile-menu nav a {
    width: 100%;
    display: block;
    padding: 12px 0;
    color: var(--text);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
  }
  .site-header .mobile-menu nav a::after {
    display: none;
  }
  .site-header .mobile-menu nav a:hover {
    color: var(--main);
  }
  .site-header .mobile-menu .mobile-contacts {
    display: grid;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(5, 88, 106, 0.1);
    gap: 12px;
  }
  .site-header .mobile-menu .mobile-contacts a:first-child {
    background: #dced59 !important;
    color: #222 !important;
  }
  .site-header .mobile-menu .mobile-contacts a {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(5, 88, 106, 0.08);
    color: var(--main);
    text-decoration: none;
    font-size: 17px;
    font-weight: 750;
  }
  .site-header .mobile-menu .mobile-contacts a:first-child {
    background: var(--main);
    color: #fff;
  }
}
@media (max-width: 576px) {
  .site-header .mobile-menu {
    width: 100%;
    max-width: 100%;
    padding: 84px 24px 30px;
  }
  .site-header .mobile-menu nav a {
    font-size: 18px;
  }
}
@keyframes pulseOpenAir {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 237, 89, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(220, 237, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 237, 89, 0);
  }
}
footer.site-footer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.12), transparent 32%), linear-gradient(135deg, #05586a, #033f4c);
  color: rgba(255, 255, 255, 0.76);
  padding: 64px 0 22px;
}
footer.site-footer *,
footer.site-footer *::before,
footer.site-footer *::after {
  box-sizing: border-box;
}
footer.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: 0.25s ease;
}
footer.site-footer a:hover {
  color: #fff;
}
footer.site-footer .footer {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1.05fr 1fr;
  gap: 42px;
  align-items: start;
}
footer.site-footer .footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}
footer.site-footer .footer__logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
  display: block;
}
footer.site-footer .footer__col p,
footer.site-footer .footer__col address,
footer.site-footer .footer__col li,
footer.site-footer .footer__col a {
  font-size: 14.5px;
  line-height: 1.65;
}
footer.site-footer .footer__col p {
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}
footer.site-footer .footer__col address {
  margin: 14px 0 0;
  font-style: normal;
  color: rgba(255, 255, 255, 0.72);
}
footer.site-footer h3 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 750;
}
footer.site-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 10px;
  background: #dced59;
}
footer.site-footer .footer-menu,
footer.site-footer .footer-bottom-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.site-footer .footer-menu {
  display: grid;
  gap: 8px;
}
footer.site-footer .footer-menu a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  font-size: 14.5px;
}
footer.site-footer .footer-menu a::before {
  content: "›";
  position: absolute;
  left: -12px;
  opacity: 0;
  color: #dced59;
  transition: 0.2s ease;
}
footer.site-footer .footer-menu a:hover {
  padding-left: 8px;
}
footer.site-footer .footer-menu a:hover::before {
  left: -2px;
  opacity: 1;
}
footer.site-footer .footer__phone {
  display: inline-flex;
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 800;
}
footer.site-footer .footer__phone:hover {
  color: #dced59;
}
footer.site-footer .footer__col--schedule ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.site-footer .footer__col--schedule li {
  color: rgba(255, 255, 255, 0.72);
}
footer.site-footer .footer__bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
footer.site-footer .footer__bottom .footer-bottom-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
footer.site-footer .footer__bottom .footer-bottom-menu a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}
footer.site-footer .footer__bottom .footer-bottom-menu a:hover {
  color: #fff;
}
footer.site-footer .footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

@media (max-width: 992px) {
  footer.site-footer {
    padding: 54px 0 22px;
  }
  footer.site-footer .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  footer.site-footer .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  footer.site-footer {
    padding: 44px 0 20px;
  }
  footer.site-footer .footer {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }
  footer.site-footer .footer__logo img {
    width: 130px;
  }
  footer.site-footer h3 {
    margin-bottom: 14px;
  }
  footer.site-footer .footer__bottom {
    align-items: flex-start;
  }
  footer.site-footer .footer__bottom .footer-bottom-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#page-main {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f7f7f2;
  --text: #222;
  --muted: #666;
  --radius-xl: 32px;
  --radius-md: 22px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 60px rgba(0, 0, 0, 0.12);
}
#page-main section {
  margin-bottom: 90px;
}
#page-main .title {
  max-width: 850px;
  margin: 0 auto 42px;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  color: var(--text);
}
#page-main {
  /* =======================
   SLIDER
  ======================= */
}
#page-main .slider {
  margin-bottom: 0;
  padding-top: 18px;
}
#page-main .slider .container {
  position: relative;
}
#page-main .slider .owl-stage-outer {
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
}
#page-main .slider .owl-carousel .owl-item picture {
  display: block;
  width: 100%;
  height: 100%;
}
#page-main .slider .owl-carousel .owl-item img {
  width: 100%;
  height: clamp(320px, 43vw, 540px);
  object-fit: cover;
  display: block;
}
#page-main .slider .owl-carousel .slide-openair {
  position: relative;
}
#page-main .slider .owl-carousel .slide-openair img {
  width: 100%;
  display: block;
}
#page-main .slider .owl-carousel .slide-openair__content {
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 5;
  max-width: 500px;
  color: #fff;
}
#page-main .slider .owl-carousel .slide-openair__btn {
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 18px;
  background: #dced59;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
}
#page-main .slider .owl-carousel .slide-openair__btn:hover {
  transform: translateY(-3px);
  background: #fff;
}
#page-main .slider .owl-carousel img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#page-main .slider .owl-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.16));
}
#page-main .slider .owl-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
#page-main .slider .owl-nav button {
  width: 48px;
  height: 48px;
  margin: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(10px);
  color: #222 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.25s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
#page-main .slider .owl-nav button:hover {
  background: #fff !important;
  transform: scale(1.08);
}
#page-main .slider .arrow {
  font-size: 30px;
  line-height: 1;
  margin-top: -2px;
}
#page-main .slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 9px;
}
#page-main .slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55) !important;
  transition: 0.25s ease;
}
#page-main .slider .owl-dot.active {
  width: 28px;
  background: #fff !important;
}
#page-main {
  /* =======================
    BUTTONS — отдельно под слайдером
  ======================= */
}
#page-main .btns {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  margin-bottom: 90px;
}
#page-main .btns .container {
  display: block;
}
#page-main .btns__head {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
}
#page-main .btns__head span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
#page-main .btns__head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 750;
  color: var(--text);
}
#page-main .btns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#page-main .btns a {
  position: relative;
  min-height: 116px;
  padding: 24px;
  overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.65), transparent 35%), linear-gradient(135deg, var(--lime), var(--lime-dark));
  color: #222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
  transition: 0.25s ease;
}
#page-main .btns a::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  transition: 0.25s ease;
}
#page-main .btns a strong,
#page-main .btns a small {
  position: relative;
  z-index: 1;
}
#page-main .btns a strong {
  margin-bottom: 7px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}
#page-main .btns a small {
  color: rgba(34, 34, 34, 0.72);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}
#page-main .btns a:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-main .btns a:hover::before {
  transform: scale(1.22);
}
#page-main {
  /* =======================
     WHAT
  ======================= */
}
#page-main .what {
  margin-top: 90px;
  padding: 90px 0;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.18), transparent 30%), linear-gradient(180deg, #f8f8f3, #fff);
}
#page-main .what .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
#page-main .what__left, #page-main .what__right {
  position: relative;
  min-height: 300px;
  padding: 42px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: #fff;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}
#page-main .what__left::before, #page-main .what__right::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
}
#page-main .what__left h3, #page-main .what__right h3 {
  max-width: 420px;
  margin-bottom: 24px;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.2;
  font-weight: 650;
}
#page-main .what__left p, #page-main .what__right p {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin: 0 9px 10px 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 14px;
  line-height: 1.35;
  box-sizing: border-box;
}
#page-main .what__left {
  background: url(https://yog.am/wp-content/uploads/2025/04/orange.png) center/cover no-repeat;
}
#page-main .what__right {
  background: url(https://yog.am/wp-content/uploads/2025/04/green.png) center/cover no-repeat;
}
#page-main {
  /* =======================
     SERVICE
  ======================= */
}
#page-main .service__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
#page-main .service .item {
  position: relative;
  min-height: 150px;
  padding: 30px;
  overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(circle at top right, rgba(220, 237, 89, 0.32), transparent 36%), linear-gradient(135deg, rgba(201, 105, 75, 0.12), rgba(220, 237, 89, 0.16));
  border: 1px solid rgba(5, 88, 106, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
  transition: 0.25s ease;
}
#page-main .service .item span {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}
#page-main .service .item p {
  position: relative;
  z-index: 1;
  margin: 65px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
#page-main .service .item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
#page-main {
  /* =======================
     VIDEO
  ======================= */
}
#page-main .video .video__movie {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  background: #111;
  aspect-ratio: 16/9;
}
#page-main .video .video__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#page-main .video iframe,
#page-main .video video {
  display: block;
  width: 100%;
  max-width: 100%;
}
#page-main .video__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
#page-main .video__buttons a {
  min-height: 58px;
  padding: 15px 18px;
  border-radius: 20px;
  background: #f0f7c9;
  color: #222;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.055);
}
#page-main .video__buttons a:hover {
  background: var(--lime);
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
#page-main {
  /* =======================
     MENTORS
  ======================= */
}
#page-main .mentors .container {
  position: relative;
  text-align: center;
}
#page-main .mentors img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}
#page-main .mentors__bottom {
  margin-top: 30px;
}
#page-main .mentors__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 18px;
  background: var(--main);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
  transition: 0.25s ease;
  box-shadow: 0 12px 28px rgba(5, 88, 106, 0.2);
}
#page-main .mentors__btn:hover {
  background: var(--main-dark);
  transform: translateY(-3px);
}
#page-main {
  /* =======================
     PARTNERS
  ======================= */
}
#page-main .partners {
  padding: 80px 0;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.2), transparent 32%), linear-gradient(180deg, #fff, #f8f8f3);
}
#page-main .partners__head {
  text-align: center;
  margin-bottom: 34px;
}
#page-main .partners__head span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
#page-main .partners__head .title {
  margin-bottom: 0;
}
#page-main .partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
#page-main .partners__item {
  min-height: 150px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-main .partners__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
#page-main .partners__item img {
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#page-main {
  /* =======================
     EVENTS
  ======================= */
}
#page-main .events {
  padding: 90px 0;
  margin-bottom: 90px;
  background: radial-gradient(circle at top right, rgba(5, 88, 106, 0.08), transparent 35%), linear-gradient(180deg, #fafaf7, #fff);
}
#page-main .events .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
  align-items: stretch;
}
#page-main .events .event-card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#page-main .events .event-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-main .events .event-card .event-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #eee;
}
#page-main .events .event-card .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
#page-main .events .event-card .event-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16));
  opacity: 0;
  transition: 0.35s ease;
}
#page-main .events .event-card .event-img .event-date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  min-width: 58px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
}
#page-main .events .event-card .event-img .event-date-badge .day {
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
  color: var(--main);
}
#page-main .events .event-card .event-img .event-date-badge .month {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  color: #555;
  text-transform: uppercase;
}
#page-main .events .event-card:hover .event-img img {
  transform: scale(1.06);
}
#page-main .events .event-card:hover .event-img::after {
  opacity: 1;
}
#page-main .events .event-card .event-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
}
#page-main .events .event-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 650;
  color: var(--text);
}
#page-main .events .event-card .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--muted);
}
#page-main .events .event-card .event-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f4f1;
  line-height: 1.2;
}
#page-main .events .event-card .event-text {
  margin-bottom: 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 0;
}
#page-main .events .event-card .event-text p {
  margin: 0 0 10px;
}
#page-main .events .event-card .event-text p:last-child {
  margin-bottom: 0;
}
#page-main .events .event-card .event-price {
  margin-bottom: 18px;
  color: var(--main);
  font-size: 17px;
  font-weight: 700;
}
#page-main .events .event-card .btn {
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 650;
  transition: 0.25s ease;
}
#page-main .events .event-card .btn:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#page-main {
  /* =======================
     FAQ
  ======================= */
}
#page-main .faq .accordionjs {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#page-main .faq .accordionjs li {
  overflow: hidden;
  margin-bottom: 14px;
  padding: 0;
  border: 1px solid rgba(5, 88, 106, 0.08);
  border-radius: 24px;
  background: #f0f7c9;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}
#page-main .faq .accordionjs .acc_head {
  position: relative;
  padding: 22px 58px 22px 24px;
  background: transparent;
  color: #222;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
  cursor: pointer;
}
#page-main .faq .accordionjs .acc_head::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(5, 88, 106, 0.12);
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
#page-main .faq .accordionjs .acc_section.acc_active .acc_head::after {
  content: "−";
}
#page-main .faq .accordionjs .acc_content {
  padding: 0 24px 24px;
}
#page-main .faq .accordionjs p,
#page-main .faq .accordionjs li {
  color: #444;
  font-size: 15px;
  line-height: 1.65;
}
#page-main .faq .accordionjs h5 {
  margin: 16px 0 6px;
  font-size: 16px;
  color: var(--main);
}
#page-main .faq .accordionjs ul {
  padding-left: 20px;
}

/* =======================
   POPUP
======================= */
body.popup-open {
  overflow: hidden;
}

.main-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.main-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.main-popup.is-active .main-popup__content {
  transform: translateY(0) scale(1);
}
.main-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 32, 0.56);
  backdrop-filter: blur(8px);
}
.main-popup__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  padding: 38px 36px 32px;
  border-radius: 30px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.2), transparent 38%), #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: 0.25s ease;
}
.main-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f3ef;
  color: #444;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}
.main-popup__close:hover {
  background: var(--main);
  color: #fff;
}
.main-popup__title {
  margin: 0 0 24px;
  padding-right: 35px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  text-align: left;
}
.main-popup .wpcf7 p {
  margin: 0;
}
.main-popup .wpcf7 input,
.main-popup .wpcf7 textarea,
.main-popup .wpcf7 select {
  width: 100%;
  min-height: 54px;
  margin-bottom: 14px;
  padding: 0 17px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
  transition: 0.2s ease;
}
.main-popup .wpcf7 input:focus,
.main-popup .wpcf7 textarea:focus,
.main-popup .wpcf7 select:focus {
  border-color: var(--main);
  box-shadow: 0 0 0 4px rgba(5, 88, 106, 0.1);
}
.main-popup .wpcf7 input::placeholder,
.main-popup .wpcf7 textarea::placeholder,
.main-popup .wpcf7 select::placeholder {
  color: #999;
}
.main-popup .wpcf7 textarea {
  min-height: 110px;
  padding-top: 15px;
  resize: vertical;
}
.main-popup .wpcf7 input[type=submit] {
  margin-bottom: 0;
  border: none;
  background: var(--main);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}
.main-popup .wpcf7 input[type=submit]:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
.main-popup .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.main-popup .wpcf7 .wpcf7-not-valid-tip {
  margin: -7px 0 10px;
  font-size: 13px;
}
.main-popup .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--main);
  border-radius: 14px;
  margin: 16px 0 0;
  padding: 12px 14px;
  color: var(--main);
  font-size: 14px;
}
.main-popup .wpcf7 form.invalid .wpcf7-response-output {
  border-radius: 14px;
  margin: 16px 0 0;
  padding: 12px 14px;
  font-size: 14px;
}

/* =======================
   TABLET
======================= */
@media (max-width: 992px) {
  #page-main section {
    margin-bottom: 65px;
  }
  #page-main .title {
    margin-bottom: 32px;
  }
  #page-main .slider .owl-stage-outer {
    border-radius: 26px;
  }
  #page-main .slider .owl-nav button {
    width: 42px;
    height: 42px;
    margin: 0 16px;
  }
  #page-main .btns {
    margin-top: 28px;
    margin-bottom: 65px;
  }
  #page-main .btns__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #page-main .btns a {
    min-height: 92px;
    border-radius: 22px;
  }
  #page-main .what {
    margin-top: 70px;
    padding: 65px 0;
  }
  #page-main .what .container {
    grid-template-columns: 1fr;
  }
  #page-main .what__left, #page-main .what__right {
    min-height: 245px;
    padding: 34px;
  }
  #page-main .service__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #page-main .video__buttons {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  #page-main .partners {
    padding: 60px 0;
  }
  #page-main .partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #page-main .events {
    padding: 65px 0;
  }
  #page-main .events .events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #page-main .events .event-card {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
  #page-main .events .event-card .event-img {
    aspect-ratio: auto;
    height: 100%;
    min-height: 260px;
  }
  #page-main .faq .accordionjs .acc_head {
    font-size: 18px;
  }
}
/* =======================
   MOBILE
======================= */
@media (max-width: 576px) {
  #page-main section {
    margin-bottom: 48px;
  }
  #page-main .title {
    margin-bottom: 24px;
  }
  #page-main .slider {
    padding-top: 0;
  }
  #page-main .slider .owl-carousel .owl-item img {
    height: 520px;
    object-fit: cover;
    object-position: center;
  }
  #page-main .slider .owl-stage-outer {
    border-radius: 20px;
  }
  #page-main .slider .slide-openair__content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  #page-main .slider .slide-openair__btn {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
  }
  #page-main .slider .owl-nav {
    display: none;
  }
  #page-main .slider .owl-dots {
    bottom: 13px;
  }
  #page-main .btns {
    margin-top: 22px;
    margin-bottom: 52px;
  }
  #page-main .btns__head {
    margin-bottom: 18px;
  }
  #page-main .btns a {
    min-height: 82px;
    padding: 20px;
    border-radius: 18px;
  }
  #page-main .btns a strong {
    font-size: 17px;
  }
  #page-main .btns a small {
    font-size: 13px;
  }
  #page-main .what {
    margin-top: 55px;
    padding: 48px 0;
  }
  #page-main .what__left, #page-main .what__right {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 24px;
  }
  #page-main .what__left h3, #page-main .what__right h3 {
    margin-bottom: 18px;
  }
  #page-main .what__left p, #page-main .what__right p {
    width: 100%;
    margin-right: 0;
    font-size: 13px;
  }
  #page-main .service .item {
    min-height: 128px;
    padding: 22px;
    border-radius: 20px;
  }
  #page-main .service .item span {
    top: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 22px;
  }
  #page-main .service .item p {
    margin-top: 58px;
    font-size: 16px;
  }
  #page-main .video .video__movie {
    border-radius: 22px;
  }
  #page-main .video__buttons {
    margin-top: 18px;
  }
  #page-main .video__buttons a {
    min-height: 50px;
    padding: 13px 15px;
    border-radius: 16px;
    font-size: 14px;
  }
  #page-main .mentors img {
    border-radius: 22px;
  }
  #page-main .partners {
    padding: 45px 0;
  }
  #page-main .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  #page-main .partners__item {
    min-height: 120px;
    padding: 18px;
    border-radius: 18px;
  }
  #page-main .partners__item img {
    max-height: 74px;
  }
  #page-main .events {
    padding: 48px 0;
  }
  #page-main .events .events-grid {
    grid-template-columns: 1fr;
  }
  #page-main .events .event-card {
    display: flex;
    border-radius: 22px;
  }
  #page-main .events .event-card .event-img {
    height: auto;
    min-height: auto;
    aspect-ratio: 16/11;
  }
  #page-main .events .event-card .event-img .event-date-badge {
    top: 12px;
    left: 12px;
    min-width: 50px;
    padding: 8px 10px;
    border-radius: 13px;
  }
  #page-main .events .event-card .event-img .event-date-badge .day {
    font-size: 17px;
  }
  #page-main .events .event-card .event-img .event-date-badge .month {
    font-size: 10px;
  }
  #page-main .events .event-card .event-content {
    padding: 18px;
  }
  #page-main .events .event-card h3 {
    font-size: 17px;
  }
  #page-main .events .event-card .event-meta {
    gap: 7px;
    font-size: 12px;
  }
  #page-main .events .event-card .event-meta span {
    padding: 6px 9px;
  }
  #page-main .events .event-card .event-text {
    font-size: 13.5px;
  }
  #page-main .events .event-card .btn {
    padding: 12px;
    border-radius: 14px;
    font-size: 14px;
  }
  #page-main .faq .accordionjs li {
    border-radius: 18px;
  }
  #page-main .faq .accordionjs .acc_head {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }
  #page-main .faq .accordionjs .acc_head::after {
    right: 18px;
    width: 26px;
    height: 26px;
    font-size: 20px;
  }
  #page-main .faq .accordionjs .acc_content {
    padding: 0 18px 18px;
  }
  #page-main .faq .accordionjs p,
  #page-main .faq .accordionjs li {
    font-size: 14px;
  }
  .main-popup {
    align-items: flex-end;
    padding: 15px;
  }
  .main-popup__content {
    max-width: 100%;
    padding: 30px 20px 24px;
    border-radius: 24px;
  }
  .main-popup__title {
    font-size: 21px;
  }
}
.anketa-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.anketa-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.anketa-popup.is-active .anketa-popup__content {
  transform: translateY(0) scale(1);
}
.anketa-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 32, 0.58);
  backdrop-filter: blur(8px);
}
.anketa-popup__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 38px 36px 32px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: 0.25s ease;
}
.anketa-popup__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-bottom: -34px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f3ef;
  color: #444;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anketa-popup__close:hover {
  background: #05586a;
  color: #fff;
}
.anketa-popup__title {
  margin: 0 45px 12px 0;
  font-size: 28px;
  line-height: 1.2;
  color: #222;
}
.anketa-popup__subtitle {
  margin: 0 0 24px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
.anketa-popup .wpcf7 p {
  margin: 0;
}
.anketa-popup .wpcf7 input,
.anketa-popup .wpcf7 textarea,
.anketa-popup .wpcf7 select {
  width: 100%;
  min-height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
.anketa-popup .wpcf7 input:focus,
.anketa-popup .wpcf7 textarea:focus,
.anketa-popup .wpcf7 select:focus {
  border-color: #05586a;
  box-shadow: 0 0 0 4px rgba(5, 88, 106, 0.1);
}
.anketa-popup .wpcf7 textarea {
  min-height: 95px;
  padding-top: 14px;
  resize: vertical;
}
.anketa-popup .wpcf7 .wpcf7-list-item {
  margin: 4px 0 18px;
  display: block;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}
.anketa-popup .wpcf7 input[type=checkbox] {
  width: auto;
  min-height: auto;
  margin-right: 8px;
}
.anketa-popup .wpcf7 input[type=submit] {
  min-height: 54px;
  margin-bottom: 0;
  border: none;
  background: #05586a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.anketa-popup .wpcf7 input[type=submit]:hover {
  background: #044a59;
}

@media (max-width: 576px) {
  .anketa-popup {
    align-items: flex-end;
    padding: 15px;
  }
  .anketa-popup__content {
    max-height: 92vh;
    padding: 30px 20px 24px;
    border-radius: 24px;
  }
  .anketa-popup__title {
    font-size: 22px;
  }
}
#page-price *,
#page-price *::before,
#page-price *::after {
  box-sizing: border-box;
}
#page-price {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-price .price-hero {
  padding: 55px 0 35px;
}
#page-price .price-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#page-price .price-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#page-price .price-hero__content span,
#page-price .price-hero__content h1,
#page-price .price-hero__content p {
  position: relative;
  z-index: 1;
}
#page-price .price-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#page-price .price-hero__content h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#page-price .price-hero__content p {
  max-width: 760px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-price .catalog {
  padding: 45px 0 30px;
}
#page-price .price-category {
  margin-bottom: 72px;
}
#page-price .price-category:last-child {
  margin-bottom: 0;
}
#page-price .price-category__head {
  margin-bottom: 26px;
}
#page-price .price-category__head h2 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 750;
  color: #222;
}
#page-price .price-category__head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 5px;
  height: 0.9em;
  border-radius: 10px;
  background: var(--main);
}
#page-price .price-category__head p {
  max-width: 760px;
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.65;
}
#page-price .price-category__empty {
  grid-column: 1/-1;
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--soft);
  color: #555;
  text-align: center;
}
#page-price .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
#page-price .product-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: 0.25s ease;
}
#page-price .product-card::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.24);
  transition: 0.25s ease;
}
#page-price .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-price .product-card:hover::before {
  transform: scale(1.2);
}
#page-price .product-card__top,
#page-price .product-card .product-desc, #page-price .product-card__bottom {
  position: relative;
  z-index: 1;
}
#page-price .product-card__top {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
#page-price .product-card h3 {
  margin: 0;
  color: var(--main);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 750;
}
#page-price .product-card__badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--lime);
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
#page-price .product-card .product-desc {
  margin-bottom: 22px;
  color: #555;
  font-size: 14.5px;
  line-height: 1.65;
  flex-grow: 1;
}
#page-price .product-card .product-desc p {
  margin: 0 0 8px;
}
#page-price .product-card .product-desc p:last-child {
  margin-bottom: 0;
}
#page-price .product-card .product-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
#page-price .product-card .product-desc li {
  position: relative;
  padding-left: 22px;
}
#page-price .product-card .product-desc li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main);
  font-weight: 800;
}
#page-price .product-card__bottom {
  margin-top: auto;
}
#page-price .product-card .price {
  margin-bottom: 16px;
}
#page-price .product-card .price .amount,
#page-price .product-card .price bdi {
  color: #222;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}
#page-price .product-card .price del {
  margin-right: 8px;
  color: #999;
}
#page-price .product-card .price del .amount,
#page-price .product-card .price del bdi {
  color: #999;
  font-size: 16px;
  font-weight: 600;
}
#page-price .product-card .price ins {
  text-decoration: none;
}
#page-price .product-card .btn,
#page-price .product-card .added_to_cart {
  min-height: 50px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 13px 18px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-price .product-card .btn:hover,
#page-price .product-card .added_to_cart:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#page-price .product-card .added_to_cart {
  margin-top: 8px;
  background: var(--lime);
  color: #222;
}
#page-price .price-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 45px;
  border-radius: var(--radius-md);
  background: var(--soft);
  text-align: center;
}
#page-price .price-empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
}
#page-price .price-empty p {
  margin: 0;
  color: #555;
}
#page-price .loyalty {
  padding: 70px 0 40px;
}
#page-price .loyalty__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
#page-price .loyalty__head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
#page-price .loyalty__head h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#page-price .loyalty__head p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.65;
}
#page-price .loyalty__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
#page-price .loyalty .loyalty-card {
  min-height: 240px;
  padding: 26px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}
#page-price .loyalty .loyalty-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
}
#page-price .loyalty .loyalty-card p {
  margin: 0 0 12px;
  color: #222;
  font-size: 16px;
  line-height: 1.35;
}
#page-price .loyalty .loyalty-card small {
  margin-top: auto;
  color: #0b6570;
  font-size: 15px;
  line-height: 1.35;
}
#page-price .loyalty .loyalty-card--beige {
  background: #e9dccf;
}
#page-price .loyalty .loyalty-card--beige h3 {
  color: #c2674d;
}
#page-price .loyalty .loyalty-card--blue {
  background: #d6e7e7;
}
#page-price .loyalty .loyalty-card--blue h3 {
  color: #086675;
}
#page-price .loyalty__note {
  margin-top: 24px;
}
#page-price .loyalty__note p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}
#page-price .price-cta {
  padding: 50px 0 90px;
}
#page-price .price-cta__box {
  padding: 52px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
#page-price .price-cta__box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
}
#page-price .price-cta__box p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}
#page-price .price-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
#page-price .price-cta__buttons a {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 18px;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-price .price-cta__buttons a:nth-child(2) {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
#page-price .price-cta__buttons a:hover {
  background: #fff;
  color: #222;
  transform: translateY(-3px);
}

@media (max-width: 1200px) {
  #page-price .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  #page-price .price-hero {
    padding: 35px 0 25px;
  }
  #page-price .price-hero__content {
    padding: 50px 36px;
  }
  #page-price .catalog {
    padding: 35px 0 20px;
  }
  #page-price .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #page-price .price-category {
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  #page-price .price-hero {
    padding: 24px 0 20px;
  }
  #page-price .price-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-price .price-hero__content span {
    font-size: 13px;
  }
  #page-price .price-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-price .catalog {
    padding: 25px 0 15px;
  }
  #page-price .price-category {
    margin-bottom: 42px;
  }
  #page-price .price-category__head {
    margin-bottom: 18px;
  }
  #page-price .price-category__head h2 {
    font-size: 23px;
  }
  #page-price .price-category__head p {
    font-size: 14.5px;
  }
  #page-price .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #page-price .product-card {
    padding: 22px;
    border-radius: 22px;
  }
  #page-price .product-card h3 {
    font-size: 19px;
  }
  #page-price .product-card .price .amount,
  #page-price .product-card .price bdi {
    font-size: 22px;
  }
  #page-price .price-cta {
    padding: 35px 0 55px;
  }
  #page-price .price-cta__box {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-price .price-cta__buttons {
    flex-direction: column;
  }
  #page-price .price-cta__buttons a {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #page-price .loyalty__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  #page-price .loyalty {
    padding: 55px 0 30px;
  }
  #page-price .loyalty__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  #page-price .loyalty {
    padding: 40px 0 25px;
  }
  #page-price .loyalty__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #page-price .loyalty .loyalty-card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-price .loyalty .loyalty-card h3 {
    font-size: 25px;
  }
  #page-price .loyalty__note p {
    font-size: 13px;
  }
}
.page-template-page-landing-php footer {
  display: none;
}

.page-template-page-landing-php header {
  display: none;
}

#page-landing h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 36px;
}

#page-landing p {
  margin: 0;
}

#page-landing .container {
  max-width: 1520px;
  padding: 0 15px;
}

#page-landing .main {
  background-image: url(img/landing/un.jpg);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 40px;
}

#page-landing .main .grid {
  display: grid;
  grid-template-columns: 53% 1fr;
  gap: 25px;
}

#page-landing .main__left h1 {
  font-size: 90px;
  color: #3B574B;
  font-weight: 700;
  line-height: 100%;
}

#page-landing .main__right__title {
  margin-bottom: 50px;
  display: flex;
  gap: 40px;
  font-size: 40px;
  color: #3B574B;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
}

#page-landing .main__right__title img {
  position: relative;
  bottom: 38px;
  max-width: 97px;
  max-height: 97px;
}

#page-landing .main__right__txt {
  margin-bottom: 74px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-align: right;
  color: #714D58;
}

#page-landing .main__right__date {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#page-landing .main__right__date p {
  display: flex;
  gap: 20px;
  color: #714D58;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 12px 0;
}

#page-landing .main__right__date p span {
  padding: 8px 16px;
  font-weight: 600;
  background-color: #FFFFFF;
  font-size: 18px;
  border-radius: 24px;
}

#page-landing .main__right__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}

#page-landing .main__right__btn a {
  color: #fff;
  text-decoration: none;
  background-color: #714D58;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 81px;
}

#page-landing .main__btns {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

#page-landing .main__btns a {
  padding: 12px 24px;
  border-radius: 28px;
  font-weight: 500;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.15);
}

#page-landing .main-mob {
  display: none;
}

#page-landing #what .what__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

#page-landing #what .what__items .item {
  padding: 24px;
  background-color: rgb(218, 225, 222);
  border-radius: 24px;
}

#page-landing #what .what__items .item h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

#page-landing #what .what__items .item p {
  font-size: 16px;
  font-weight: 400;
}

#page-landing .course__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#page-landing .course__grid__left video {
  max-height: 540px;
  width: 100%;
  border-radius: 24px;
}

#page-landing .course__grid__right {
  background-color: rgba(113, 77, 88, 0.1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 100px 74px;
}

#page-landing .course__grid__right img {
  max-width: 24px;
  max-height: 24px;
}

#page-landing .course__grid__right p {
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

#page-landing .mentor {
  margin-bottom: 56px;
}

#page-landing .mentor .grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 44px;
}

#page-landing .mentor__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

#page-landing .mentor__left img {
  max-width: 490px;
}

#page-landing .mentor__right ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(61, 71, 64);
}

#page-landing .mentor__right ul li {
  color: rgb(61, 71, 64);
}

#page-landing .mentor__right ul li p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(61, 71, 64);
}

#page-landing .och {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: rgb(245, 245, 245);
}

#page-landing .och h2 {
  margin-top: 0;
}

#page-landing .och p {
  font-size: 16px;
  font-weight: 500px;
  margin-bottom: 36px;
}

#page-landing .och__btns {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

#page-landing .och__btns p {
  padding: 16px 36px;
  background-color: rgb(59, 87, 75);
  border-radius: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#page-landing .och__tabs ul .acc_section.acc_active .acc_head::after {
  transform: translateY(-50%) rotate(45deg);
}

#page-landing .och__tabs ul li {
  border: 0;
  border-top: 1px solid rgb(59, 87, 75);
  border-bottom: 1px solid rgb(59, 87, 75);
}

#page-landing .och__tabs ul li .acc_head {
  font-size: 24px;
  font-weight: 600;
  padding: 45px 0;
  border: 0;
  background-color: transparent;
}

#page-landing .och__tabs ul li .acc_head::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(https://yog.am/new/wp-content/uploads/2025/04/add_circle_24dp_5985E1_FILL0_wght400_GRAD0_opsz24-1.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  border-radius: 50%;
}

#page-landing .och__tabs ul li .acc_content {
  font-size: 20px;
  font-weight: 400;
}

#page-landing .wait {
  margin-bottom: 56px;
}

#page-landing .wait__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

#page-landing .wait__grid .item img {
  margin-bottom: 12px;
  width: 100%;
}

#page-landing .wait__grid .item p {
  font-size: 16px;
  font-weight: 500;
}

#page-landing .price {
  background-color: rgb(218, 225, 222);
  padding: 48px 0;
}

#page-landing .price .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#page-landing .price__left {
  border-radius: 36px;
  background-color: rgb(255, 255, 255);
  padding: 36px;
}

#page-landing .price__left h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 38px 0;
}

#page-landing .price__left__block {
  border-radius: 36px;
  overflow: visible;
}

#page-landing .price__left__block__top {
  background-color: rgb(59, 87, 75);
  border-radius: 36px 36px 0 0;
}

#page-landing .price__left__block__top p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
}

#page-landing .price__left__block__bottom {
  background-color: rgb(245, 245, 245);
  padding: 30px 36px;
  border-radius: 0 0 36px 36px;
}

#page-landing .price__left__block__bottom p {
  font-size: 16px;
  font-weight: 500;
}

#page-landing .price__left__block__bottom__cost {
  margin-top: 30px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

#page-landing .price__left__block__bottom__cost__left p, #page-landing .price__left__block__bottom__cost__right p {
  font-size: 32px;
  font-weight: 600;
}

#page-landing .price__left__block__bottom__cost__left .line, #page-landing .price__left__block__bottom__cost__right .line {
  color: rgb(162, 162, 162);
  text-decoration: line-through;
}

#page-landing .price__left__block__bottom__cost__left span, #page-landing .price__left__block__bottom__cost__right span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
}

#page-landing .price__left__block__bottom__doli {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

#page-landing .price__left__block__bottom__doli .item {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid rgb(199, 201, 204);
  border-radius: 8px;
  gap: 10px;
  align-items: center;
}

#page-landing .price__left__block__bottom__doli .item p {
  font-size: 13px;
  font-weight: 400;
}

#page-landing .price__left__text {
  margin-top: 24px;
  margin-bottom: 24px;
  color: rgb(133, 133, 133);
  font-size: 14px;
  font-weight: 400;
}

#page-landing .price__left__desc {
  color: rgb(133, 133, 133);
  font-size: 14px;
  font-weight: 400;
}

#page-landing .price__right {
  border-radius: 36px;
  background-color: rgb(255, 255, 255);
  padding: 36px;
}

#page-landing .price__right h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 38px 0;
}

#page-landing .price__right p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
}

#page-landing .price__right .wpcf7 {
  margin-top: 38px;
}

#page-landing .price__right .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: grid;
  margin-bottom: 10px;
}

#page-landing .price__right .wpcf7 .wpcf7-form-control-wrap input {
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 0;
  box-shadow: 0px 1px 0px #c9c9c9;
  outline: none;
}

#page-landing .price__right .wpcf7 .wpcf7-form-control-wrap input::placeholder {
  color: rgb(141, 141, 141);
}

#page-landing .price__right .wpcf7 .wpcf7-submit {
  width: 100%;
  display: grid;
  margin-top: 36px;
  margin-bottom: 38px;
  color: #fff;
  text-decoration: none;
  background-color: #714D58;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 81px;
  cursor: pointer;
}

#page-landing .zaoch {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: rgb(245, 245, 245);
}

#page-landing .zaoch h2 {
  margin-top: 0;
}

#page-landing .zaoch__btns {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

#page-landing .zaoch__btns p {
  padding: 16px 36px;
  background-color: rgb(218, 225, 222);
  border-radius: 45px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(61, 71, 64);
}

#page-landing .zaoch__tabs ul {
  margin-top: 36px;
}

#page-landing .zaoch__tabs ul .acc_section.acc_active .acc_head::after {
  transform: translateY(-50%) rotate(45deg);
}

#page-landing .zaoch__tabs ul li {
  border: 0;
  margin-bottom: 6px;
}

#page-landing .zaoch__tabs ul li .acc_head {
  font-size: 24px;
  font-weight: 600;
  padding: 36px;
  border: 0;
  border-radius: 24px;
  background-color: rgb(59, 87, 75);
  color: #fff;
}

#page-landing .zaoch__tabs ul li .acc_head::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(https://yog.am/new/wp-content/uploads/2025/04/Vector-1.png);
  background-position: center;
  background-repeat: no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  border-radius: 50%;
}

#page-landing .zaoch__tabs ul li .acc_content {
  font-size: 20px;
  font-weight: 400;
}

#page-landing .zaoch__tabs ul li .acc_content p {
  margin-bottom: 10px;
}

#page-landing .price-zao {
  padding: 48px 0;
}

#page-landing .price-zao .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#page-landing .price-zao__left {
  border-radius: 36px;
  background-color: rgb(245, 245, 245);
  padding: 36px;
}

#page-landing .price-zao__left h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 38px 0;
}

#page-landing .price-zao__left__block {
  border-radius: 36px;
  overflow: auto;
}

#page-landing .price-zao__left__block__top {
  background-color: rgb(59, 87, 75);
}

#page-landing .price-zao__left__block__top p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
}

#page-landing .price-zao__left__block__bottom {
  background-color: rgb(255, 255, 255);
  padding: 30px 36px;
}

#page-landing .price-zao__left__block__bottom p {
  font-size: 16px;
  font-weight: 500;
}

#page-landing .price-zao__left__block__bottom__cost {
  margin-top: 30px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

#page-landing .price-zao__left__block__bottom__cost__left p, #page-landing .price-zao__left__block__bottom__cost__right p {
  font-size: 32px;
  font-weight: 600;
}

#page-landing .price-zao__left__block__bottom__cost__left .line, #page-landing .price-zao__left__block__bottom__cost__right .line {
  color: rgb(162, 162, 162);
  text-decoration: line-through;
}

#page-landing .price-zao__left__block__bottom__cost__left span, #page-landing .price-zao__left__block__bottom__cost__right span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
}

#page-landing .price-zao__left__block__bottom__doli {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

#page-landing .price-zao__left__block__bottom__doli .item {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid rgb(199, 201, 204);
  border-radius: 8px;
  gap: 10px;
  align-items: center;
}

#page-landing .price-zao__left__block__bottom__doli .item p {
  font-size: 13px;
  font-weight: 400;
}

#page-landing .price-zao__left__text {
  margin-top: 24px;
  margin-bottom: 24px;
  color: rgb(133, 133, 133);
  font-size: 14px;
  font-weight: 400;
}

#page-landing .price-zao__left__desc {
  color: rgb(133, 133, 133);
  font-size: 14px;
  font-weight: 400;
}

#page-landing .price-zao__right {
  border-radius: 36px;
  background-color: rgb(245, 245, 245);
  padding: 36px;
}

#page-landing .price-zao__right h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 38px 0;
}

#page-landing .price-zao__right p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
}

#page-landing .price-zao__right .wpcf7 {
  margin-top: 38px;
}

#page-landing .price-zao__right .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: grid;
  margin-bottom: 10px;
}

#page-landing .price-zao__right .wpcf7 .wpcf7-form-control-wrap input {
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 0;
  box-shadow: 0px 1px 0px #c9c9c9;
  outline: none;
  background-color: rgb(245, 245, 245);
}

#page-landing .price-zao__right .wpcf7 .wpcf7-form-control-wrap input::placeholder {
  color: rgb(141, 141, 141);
}

#page-landing .price-zao__right .wpcf7 .wpcf7-submit {
  width: 100%;
  display: grid;
  margin-top: 36px;
  margin-bottom: 38px;
  color: #fff;
  text-decoration: none;
  background-color: #714D58;
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 81px;
  cursor: pointer;
}

#page-landing .end {
  margin-bottom: 36px;
}

#page-landing .end__slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

#page-landing .end__slider__left {
  padding: 48px;
  border-radius: 36px;
  background-color: rgb(241, 237, 238);
}

#page-landing .end__slider__left .owl-carousel {
  display: inline-grid;
}

#page-landing .end__slider__left .owl-carousel .owl-stage-outer {
  border-radius: 36px;
}

#page-landing .end__slider__right {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#page-landing .end__slider__right__text img {
  float: left;
  margin-right: 8px;
}

#page-landing .end__slider__right__bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgb(113, 77, 88);
  font-size: 16px;
  font-weight: 500;
}

#page-landing .end__slider__right__bottom .prev-btn {
  background-image: url(https://yog.am/new/wp-content/uploads/2025/04/expand_circle_down_24dp_5985E1_FILL0_wght200_GRAD0_opsz24-2.png);
  width: 36px;
  height: 37px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#page-landing .end__slider__right__bottom .next-btn {
  background-image: url(https://yog.am/new/wp-content/uploads/2025/04/expand_circle_down_24dp_5985E1_FILL0_wght200_GRAD0_opsz24-1.png);
  width: 36px;
  height: 37px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#page-landing .end .slider-counter {
  font-size: 16px;
  font-weight: 700;
  width: 26px;
}

#page-landing .end .end__slider__left {
  position: relative; /* чтобы .slider-counter могла позиционироваться */
}

#page-landing .footer-land {
  background-color: rgb(59, 87, 75);
}

#page-landing .footer-land .container {
  padding: 24px 15px;
  display: flex;
  justify-content: space-between;
}

#page-landing .footer-land__logo {
  width: 90px;
  height: 90px;
}

#page-landing .footer-land__right {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

#page-landing .footer-land__right__soc {
  display: flex;
  align-items: center;
  gap: 24px;
}

#page-landing .footer-land__right__btn {
  display: flex;
  align-items: center;
}

#page-landing .footer-land__right__btn a {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 24px;
  color: rgb(61, 71, 64);
  background-color: rgb(237, 227, 218);
  border-radius: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  #page-landing .main {
    display: none;
  }
  #page-landing .main-mob {
    background-image: url(img/landing/un.jpg);
    background-size: cover;
    background-position: 10%;
    display: block;
    padding-top: 16px;
  }
  #page-landing .main-mob .grid-1 {
    display: flex;
    justify-content: space-between;
    gap: 36px;
  }
  #page-landing .main-mob .grid-1 img {
    width: 36px;
    height: 36px;
  }
  #page-landing .main-mob .grid-1 h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    color: rgb(59, 87, 75);
    margin: 0;
    margin-bottom: 6px;
  }
  #page-landing .main-mob .txt-1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgb(59, 87, 75);
    margin-bottom: 33px;
  }
  #page-landing .main-mob .txt-2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 17.13px;
    letter-spacing: 0%;
    text-align: right;
    color: rgb(113, 77, 88);
    margin-bottom: 251px;
  }
  #page-landing .main-mob .grid-2 {
    display: flex;
    justify-content: space-between;
  }
  #page-landing .main-mob .grid-2 p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    gap: 4px;
    margin-bottom: 5px;
  }
  #page-landing .main-mob .grid-2 span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding: 3px 4px;
  }
  #page-landing .main-mob .grid-2 a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 6.85px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 6px 30px;
    height: fit-content;
  }
  #page-landing .main-mob .grid-2 .main__right__date {
    align-items: start;
    justify-content: end;
  }
  #page-landing .main-mob .grid-2 .main__right__btn {
    margin-top: 0;
  }
  #page-landing #what h2 {
    font-size: 28px;
  }
  #page-landing #what h4 {
    margin-top: 0;
  }
  #page-landing #what .what__items {
    display: flex;
    flex-direction: column;
  }
  #page-landing .course h2 {
    font-size: 28px;
  }
  #page-landing .course__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #page-landing .course__grid__left video {
    max-height: 540px;
    width: 100%;
  }
  #page-landing .course__grid__right {
    padding: 20px;
  }
  #page-landing .mentor h2 {
    font-size: 28px;
  }
  #page-landing .mentor .grid {
    grid-template-columns: 1fr;
  }
  #page-landing .mentor__left img {
    width: 100%;
  }
  #page-landing .och h2 {
    font-size: 28px;
  }
  #page-landing .och__btns {
    flex-direction: column;
    gap: 0px;
  }
  #page-landing .och__btns p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #page-landing .och__tabs ul li .acc_head {
    font-size: 18px;
    padding: 20px 45px 20px 0;
  }
  #page-landing .och__tabs ul li .acc_head::after {
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  #page-landing .och__tabs ul li .acc_content {
    font-size: 18px;
  }
  #page-landing .och__tabs ul li .acc_content p {
    margin-bottom: 10px;
  }
  #page-landing .wait h2 {
    font-size: 28px;
  }
  #page-landing .wait__grid {
    grid-template-columns: 1fr;
  }
  #page-landing .wait__grid .item img {
    width: 100%;
  }
  #page-landing .price .grid {
    grid-template-columns: 1fr;
  }
  #page-landing .price__left {
    padding: 26px;
  }
  #page-landing .price__left h3 {
    font-size: 20px;
  }
  #page-landing .price__left__block__bottom__cost {
    grid-template-columns: 1fr;
  }
  #page-landing .price__left__block__bottom__doli {
    grid-template-columns: 1fr;
  }
  #page-landing .price__left__block__bottom__doli .item:first-child {
    display: none;
  }
  #page-landing .price__right {
    padding: 26px;
  }
  #page-landing .price__right h3 {
    font-size: 20px;
  }
  #page-landing .price__right .wpcf7 .wpcf7-form-control-wrap {
    display: flex;
  }
  #page-landing .price__right .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
  }
  #page-landing .zaoch h2 {
    font-size: 28px;
  }
  #page-landing .zaoch__btns {
    flex-direction: column;
  }
  #page-landing .zaoch__tabs ul li .acc_head {
    font-size: 18px;
    padding: 20px 45px 20px 20px;
  }
  #page-landing .zaoch__tabs ul li .acc_head::after {
    background-size: cover;
    width: 24px;
    height: 24px;
  }
  #page-landing .zaoch__tabs ul li .acc_content {
    font-size: 18px;
  }
  #page-landing .price-zao h3 {
    font-size: 20px;
  }
  #page-landing .price-zao .grid {
    grid-template-columns: 1fr;
  }
  #page-landing .price-zao__left {
    padding: 26px;
  }
  #page-landing .price-zao__left__block__bottom__doli {
    grid-template-columns: 1fr;
  }
  #page-landing .price-zao__right {
    padding: 26px;
  }
  #page-landing .price-zao__right h3 {
    font-size: 20px;
  }
  #page-landing .price-zao__right .wpcf7 .wpcf7-form-control-wrap {
    display: flex;
  }
  #page-landing .price-zao__right .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
  }
  #page-landing .end h2 {
    font-size: 28px;
  }
  #page-landing .end__slider {
    grid-template-columns: 1fr;
  }
  #page-landing .end__slider__left {
    padding: 24px;
  }
  #page-landing .footer-land .container {
    flex-direction: column;
    align-items: center;
  }
  #page-landing .footer-land__right {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
  }
}
#Pdf {
  background-color: rgb(245, 245, 245);
  padding: 24px 0;
  margin: 56px 0;
}
#Pdf h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
#Pdf .wpcf7 form {
  display: flex;
  gap: 36px;
  align-items: center;
}
#Pdf .wpcf7 .wpcf7-spinner {
  position: absolute;
}
#Pdf .wpcf7 .wpcf7-form-control-wrap input {
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 0;
  box-shadow: 0px 1px 0px #c9c9c9;
  outline: none;
  background-color: rgb(245, 245, 245);
}
#Pdf .wpcf7 .wpcf7-submit {
  width: 100%;
  display: grid;
  color: #fff;
  text-decoration: none;
  background-color: rgb(59, 87, 75);
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 81px;
  cursor: pointer;
}
#Pdf p {
  margin-top: 24px;
  color: rgb(133, 133, 133);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

#gift {
  background-color: rgb(245, 245, 245);
  padding: 24px 0 56px 0;
  margin-top: 56px;
}
#gift h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
#gift .wpcf7 form {
  display: flex;
  gap: 36px;
  align-items: center;
}
#gift .wpcf7 .wpcf7-spinner {
  position: absolute;
}
#gift .wpcf7 .wpcf7-form-control-wrap input {
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 0;
  box-shadow: 0px 1px 0px #c9c9c9;
  outline: none;
  background-color: rgb(245, 245, 245);
}
#gift .wpcf7 .wpcf7-submit {
  width: 100%;
  display: grid;
  color: #fff;
  text-decoration: none;
  background-color: rgb(59, 87, 75);
  border: 0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 81px;
  cursor: pointer;
}
#gift p {
  margin-top: 24px;
  color: rgb(133, 133, 133);
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

@media (max-width: 768px) {
  #Pdf .wpcf7 form {
    flex-direction: column;
  }
  #gift .wpcf7 form {
    flex-direction: column;
  }
}
#page-otzivi {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-otzivi *,
#page-otzivi *::before,
#page-otzivi *::after {
  box-sizing: border-box;
}
#page-otzivi .reviews-hero {
  padding: 55px 0 35px;
}
#page-otzivi .reviews-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#page-otzivi .reviews-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#page-otzivi .reviews-hero__content span,
#page-otzivi .reviews-hero__content h1,
#page-otzivi .reviews-hero__content p {
  position: relative;
  z-index: 1;
}
#page-otzivi .reviews-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#page-otzivi .reviews-hero__content h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#page-otzivi .reviews-hero__content p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-otzivi .reviews-content {
  padding: 45px 0 90px;
}
#page-otzivi .reviews-content .container {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 34px;
  align-items: start;
}
#page-otzivi .reviews-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: var(--shadow-soft);
  transition: 0.25s ease;
}
#page-otzivi .reviews-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
#page-otzivi .reviews-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
#page-otzivi .reviews-card__body {
  padding: 26px;
}
#page-otzivi .reviews-card__body h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 750;
  color: #222;
}
#page-otzivi .reviews-card__body p {
  margin: 0;
  color: #555;
  font-size: 15.5px;
  line-height: 1.65;
}
#page-otzivi .reviews-widget {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: var(--shadow-soft);
}
#page-otzivi .reviews-widget iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: none;
}
#page-otzivi .reviews-widget a {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
  color: #b3b3b3;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  font-size: 10px;
  font-family: YS Text, Arial, sans-serif;
}

@media (max-width: 992px) {
  #page-otzivi .reviews-hero {
    padding: 35px 0 25px;
  }
  #page-otzivi .reviews-hero__content {
    padding: 50px 36px;
  }
  #page-otzivi .reviews-content {
    padding: 35px 0 65px;
  }
  #page-otzivi .reviews-content .container {
    grid-template-columns: 1fr;
  }
  #page-otzivi .reviews-card {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
  #page-otzivi .reviews-card img {
    height: 100%;
    aspect-ratio: auto;
  }
  #page-otzivi .reviews-widget {
    min-height: 620px;
  }
  #page-otzivi .reviews-widget iframe {
    height: 620px;
  }
}
@media (max-width: 576px) {
  #page-otzivi .reviews-hero {
    padding: 24px 0 20px;
  }
  #page-otzivi .reviews-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-otzivi .reviews-hero__content span {
    font-size: 13px;
  }
  #page-otzivi .reviews-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-otzivi .reviews-content {
    padding: 25px 0 50px;
  }
  #page-otzivi .reviews-card {
    display: block;
    border-radius: 24px;
  }
  #page-otzivi .reviews-card img {
    aspect-ratio: 4/4.5;
  }
  #page-otzivi .reviews-card__body {
    padding: 22px;
  }
  #page-otzivi .reviews-card__body h2 {
    font-size: 21px;
  }
  #page-otzivi .reviews-card__body p {
    font-size: 14.5px;
  }
  #page-otzivi .reviews-widget {
    min-height: 500px;
    border-radius: 24px;
  }
  #page-otzivi .reviews-widget iframe {
    height: 500px;
  }
}
#page-kontakti {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-kontakti *,
#page-kontakti *::before,
#page-kontakti *::after {
  box-sizing: border-box;
}
#page-kontakti .contacts-hero {
  padding: 55px 0 35px;
}
#page-kontakti .contacts-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#page-kontakti .contacts-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#page-kontakti .contacts-hero__content span,
#page-kontakti .contacts-hero__content h1,
#page-kontakti .contacts-hero__content p {
  position: relative;
  z-index: 1;
}
#page-kontakti .contacts-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#page-kontakti .contacts-hero__content h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#page-kontakti .contacts-hero__content p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-kontakti .contacts-content {
  padding: 45px 0 90px;
}
#page-kontakti .contacts-content .container {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}
#page-kontakti .contacts-content__left {
  display: grid;
  gap: 18px;
}
#page-kontakti .contacts-content__right h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 750;
  color: #222;
}
#page-kontakti .contact-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#page-kontakti .contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
#page-kontakti .contact-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#page-kontakti .contact-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 750;
  color: #222;
}
#page-kontakti .contact-card .contact-address {
  margin: 0 0 10px;
  font-style: normal;
  color: #444;
  font-size: 16px;
  line-height: 1.65;
}
#page-kontakti .contact-card .phone-link {
  color: var(--main);
  text-decoration: none;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  transition: 0.2s ease;
}
#page-kontakti .contact-card .phone-link:hover {
  color: var(--main-dark);
}
#page-kontakti .contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page-kontakti .contact-card ul li {
  margin-bottom: 7px;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}
#page-kontakti .contact-card ul li:last-child {
  margin-bottom: 0;
}
#page-kontakti .contact-card .muted {
  margin: 0 0 6px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
#page-kontakti .contact-card .muted:last-child {
  margin-bottom: 0;
}
#page-kontakti .contacts-call {
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 18px;
  background: var(--main);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-kontakti .contacts-call:hover {
  background: var(--main-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}
#page-kontakti .map-wrapper {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #eee;
  box-shadow: var(--shadow-soft);
}
#page-kontakti .map-wrapper iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: none;
}

@media (max-width: 992px) {
  #page-kontakti .contacts-hero {
    padding: 35px 0 25px;
  }
  #page-kontakti .contacts-hero__content {
    padding: 50px 36px;
  }
  #page-kontakti .contacts-content {
    padding: 35px 0 65px;
  }
  #page-kontakti .contacts-content .container {
    grid-template-columns: 1fr;
  }
  #page-kontakti .contacts-content__right {
    order: -1;
  }
  #page-kontakti .map-wrapper iframe {
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  #page-kontakti .contacts-hero {
    padding: 24px 0 20px;
  }
  #page-kontakti .contacts-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-kontakti .contacts-hero__content span {
    font-size: 13px;
  }
  #page-kontakti .contacts-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-kontakti .contacts-content {
    padding: 25px 0 50px;
  }
  #page-kontakti .contacts-content__right h2 {
    font-size: 24px;
  }
  #page-kontakti .contact-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-kontakti .contact-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 24px;
  }
  #page-kontakti .contact-card h2 {
    font-size: 20px;
  }
  #page-kontakti .contact-card .phone-link {
    font-size: 21px;
  }
  #page-kontakti .contacts-call {
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
  #page-kontakti .map-wrapper {
    border-radius: 22px;
  }
  #page-kontakti .map-wrapper iframe {
    min-height: 360px;
  }
}
#page-gift {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f7f7f2;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}
#page-gift .gift-hero {
  padding: 50px 0 80px;
}
#page-gift .gift-hero .container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
}
#page-gift .gift-hero__video {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  aspect-ratio: 16/9;
  background: #eee;
  box-shadow: var(--shadow);
}
#page-gift .gift-hero__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}
#page-gift .gift-hero__video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#page-gift .gift-hero__content {
  position: relative;
  padding: 42px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.32), transparent 38%), linear-gradient(180deg, #ffffff, #f8f8f3);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}
#page-gift .gift-hero__label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 600;
}
#page-gift .gift-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  color: #222;
}
#page-gift .gift-hero p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}
#page-gift .gift-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
#page-gift .gift-hero .btn {
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 650;
  line-height: 1.2;
  transition: 0.25s ease;
}
#page-gift .gift-hero .btn--primary {
  background: var(--main);
  color: #fff;
}
#page-gift .gift-hero .btn--primary:hover {
  background: var(--main-dark);
  transform: translateY(-3px);
}
#page-gift .gift-hero .btn--outline {
  background: #fff;
  color: var(--main);
  border: 1px solid rgba(5, 88, 106, 0.22);
}
#page-gift .gift-hero .btn--outline:hover {
  background: var(--lime);
  color: #222;
  transform: translateY(-3px);
}
#page-gift .gift-info {
  padding: 70px 0;
  background: radial-gradient(circle at top right, rgba(5, 88, 106, 0.08), transparent 34%), #f8f8f3;
}
#page-gift .gift-info .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
#page-gift .gift-info__card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 34px;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#page-gift .gift-info__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
#page-gift .gift-info__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#page-gift .gift-info h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  color: #222;
}
#page-gift .gift-info p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}
#page-gift .gift-info a {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}
#page-gift .gift-info a:hover {
  color: var(--main-dark);
}

@media (max-width: 992px) {
  #page-gift .gift-hero {
    padding: 35px 0 60px;
  }
  #page-gift .gift-hero .container {
    grid-template-columns: 1fr;
  }
  #page-gift .gift-hero__content {
    padding: 34px;
  }
  #page-gift .gift-info {
    padding: 55px 0;
  }
  #page-gift .gift-info .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  #page-gift .gift-hero {
    padding: 24px 0 45px;
  }
  #page-gift .gift-hero__video {
    border-radius: 22px;
  }
  #page-gift .gift-hero__content {
    padding: 28px 22px;
    border-radius: 24px;
  }
  #page-gift .gift-hero__label {
    font-size: 13px;
  }
  #page-gift .gift-hero p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-gift .gift-hero__buttons {
    flex-direction: column;
  }
  #page-gift .gift-hero .btn {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
  #page-gift .gift-info {
    padding: 45px 0;
  }
  #page-gift .gift-info__card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
    border-radius: 22px;
  }
  #page-gift .gift-info__icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 24px;
  }
  #page-gift .gift-info h2 {
    font-size: 20px;
  }
  #page-gift .gift-info p {
    font-size: 15px;
  }
}
#page-etiquette {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-etiquette .etiquette-hero {
  padding: 55px 0 35px;
}
#page-etiquette .etiquette-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #ffffff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#page-etiquette .etiquette-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#page-etiquette .etiquette-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#page-etiquette .etiquette-hero__content h1 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 750;
  color: #222;
}
#page-etiquette .etiquette-hero__content p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-etiquette .etiquette-list {
  padding: 50px 0 30px;
}
#page-etiquette .etiquette-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
#page-etiquette .etiquette-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 30px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
  transition: 0.25s ease;
}
#page-etiquette .etiquette-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.22);
  transition: 0.25s ease;
}
#page-etiquette .etiquette-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
#page-etiquette .etiquette-card:hover::before {
  transform: scale(1.25);
}
#page-etiquette .etiquette-card__icon {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(220, 237, 89, 0.35);
}
#page-etiquette .etiquette-card__content {
  position: relative;
  z-index: 1;
}
#page-etiquette .etiquette-card__content h2 {
  margin: 0 0 12px;
  color: #222;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
#page-etiquette .etiquette-card__content p {
  margin: 0;
  color: #555;
  font-size: 15.5px;
  line-height: 1.75;
}
#page-etiquette .etiquette-final {
  padding: 40px 0 90px;
}
#page-etiquette .etiquette-final__box {
  padding: 48px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
#page-etiquette .etiquette-final__box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 750;
}
#page-etiquette .etiquette-final__box p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}
#page-etiquette .etiquette-final__box a {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}
#page-etiquette .etiquette-final__box a:hover {
  background: #fff;
  transform: translateY(-3px);
}

@media (max-width: 992px) {
  #page-etiquette .etiquette-hero {
    padding: 35px 0 25px;
  }
  #page-etiquette .etiquette-hero__content {
    padding: 50px 36px;
  }
  #page-etiquette .etiquette-list {
    padding-top: 35px;
  }
  #page-etiquette .etiquette-list__grid {
    grid-template-columns: 1fr;
  }
  #page-etiquette .etiquette-card {
    padding: 28px;
  }
  #page-etiquette .etiquette-final {
    padding-bottom: 65px;
  }
}
@media (max-width: 576px) {
  #page-etiquette .etiquette-hero {
    padding: 24px 0 20px;
  }
  #page-etiquette .etiquette-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-etiquette .etiquette-hero__content span {
    font-size: 13px;
  }
  #page-etiquette .etiquette-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-etiquette .etiquette-list {
    padding: 25px 0 20px;
  }
  #page-etiquette .etiquette-list__grid {
    gap: 14px;
  }
  #page-etiquette .etiquette-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-etiquette .etiquette-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 24px;
  }
  #page-etiquette .etiquette-card__content h2 {
    font-size: 19px;
  }
  #page-etiquette .etiquette-card__content p {
    font-size: 14.5px;
    line-height: 1.65;
  }
  #page-etiquette .etiquette-final {
    padding: 25px 0 50px;
  }
  #page-etiquette .etiquette-final__box {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-etiquette .etiquette-final__box p {
    font-size: 15px;
  }
  #page-etiquette .etiquette-final__box a {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
}
#page-faq-full {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-faq-full .faq-hero {
  padding: 55px 0 35px;
}
#page-faq-full .faq-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#page-faq-full .faq-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#page-faq-full .faq-hero__content h1 {
  margin: 0 0 18px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  font-weight: 800;
}
#page-faq-full .faq-hero__content p {
  max-width: 680px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-faq-full .faq-page {
  padding: 45px 0 90px;
}
#page-faq-full .faq-page .container {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 30px;
  align-items: start;
}
#page-faq-full .faq-page__aside {
  position: sticky;
  top: 110px;
}
#page-faq-full .faq-help {
  padding: 30px;
  border-radius: var(--radius-md);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 42%), linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
  box-shadow: var(--shadow-soft);
}
#page-faq-full .faq-help h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
}
#page-faq-full .faq-help p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}
#page-faq-full .faq-help__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 22px;
  padding: 14px 18px;
  border-radius: 17px;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 750;
  transition: 0.25s ease;
}
#page-faq-full .faq-help__phone:hover {
  background: #fff;
  transform: translateY(-3px);
}
#page-faq-full .faq-help__links {
  display: grid;
  gap: 10px;
}
#page-faq-full .faq-help__links a {
  padding: 13px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s ease;
}
#page-faq-full .faq-help__links a:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(4px);
}
#page-faq-full .faq-accordion {
  display: grid;
  gap: 14px;
}
#page-faq-full .faq-item {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
  transition: 0.25s ease;
}
#page-faq-full .faq-item:hover {
  box-shadow: var(--shadow-soft);
}
#page-faq-full .faq-item.is-open {
  background: radial-gradient(circle at top right, rgba(220, 237, 89, 0.18), transparent 35%), #fff;
}
#page-faq-full .faq-item.is-open .faq-item__head {
  color: var(--main);
}
#page-faq-full .faq-item.is-open .faq-item__head i {
  background: var(--main);
}
#page-faq-full .faq-item.is-open .faq-item__head i::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#page-faq-full .faq-item.is-open .faq-item__head i::after {
  background: #fff;
}
#page-faq-full .faq-item__head {
  width: 100%;
  padding: 24px 28px;
  border: none;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  transition: 0.25s ease;
}
#page-faq-full .faq-item__head span {
  display: block;
}
#page-faq-full .faq-item__head i {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(5, 88, 106, 0.1);
  transition: 0.25s ease;
}
#page-faq-full .faq-item__head i::before, #page-faq-full .faq-item__head i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--main);
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
#page-faq-full .faq-item__head i::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#page-faq-full .faq-item__head:hover {
  color: var(--main);
}
#page-faq-full .faq-item__body {
  padding: 0 28px 28px;
  color: #555;
  font-size: 15.5px;
  line-height: 1.75;
}
#page-faq-full .faq-item__body p {
  margin: 0 0 14px;
}
#page-faq-full .faq-item__body p:last-child {
  margin-bottom: 0;
}
#page-faq-full .faq-item__body a {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}
#page-faq-full .faq-item__body a:hover {
  color: var(--main-dark);
  text-decoration: underline;
}
#page-faq-full .faq-item__body strong {
  color: #222;
}

@media (max-width: 992px) {
  #page-faq-full .faq-hero {
    padding: 35px 0 25px;
  }
  #page-faq-full .faq-hero__content {
    padding: 50px 36px;
  }
  #page-faq-full .faq-page {
    padding: 35px 0 65px;
  }
  #page-faq-full .faq-page .container {
    grid-template-columns: 1fr;
  }
  #page-faq-full .faq-page__aside {
    position: static;
  }
  #page-faq-full .faq-help {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  #page-faq-full .faq-hero {
    padding: 24px 0 20px;
  }
  #page-faq-full .faq-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-faq-full .faq-hero__content span {
    font-size: 13px;
  }
  #page-faq-full .faq-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #page-faq-full .faq-page {
    padding: 25px 0 50px;
  }
  #page-faq-full .faq-help {
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-faq-full .faq-help h2 {
    font-size: 22px;
  }
  #page-faq-full .faq-help__phone {
    min-height: 50px;
    font-size: 14px;
  }
  #page-faq-full .faq-item {
    border-radius: 18px;
  }
  #page-faq-full .faq-item__head {
    padding: 18px;
    grid-template-columns: 1fr 30px;
    gap: 12px;
    font-size: 16px;
  }
  #page-faq-full .faq-item__head i {
    width: 30px;
    height: 30px;
  }
  #page-faq-full .faq-item__body {
    padding: 0 18px 20px;
    font-size: 14.5px;
    line-height: 1.65;
  }
}
#page-openair {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#page-openair *,
#page-openair *::before,
#page-openair *::after {
  box-sizing: border-box;
}
#page-openair .openair-title {
  max-width: 850px;
  margin: 0 auto 38px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  text-align: center;
  color: #222;
}
#page-openair .openair-hero {
  padding: 55px 0 45px;
}
#page-openair .openair-hero__content {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.14)), url("https://yog.am/wp-content/uploads/2026/06/desktop_open.jpg") center/cover no-repeat;
  color: #fff;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page-openair .openair-hero__content span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(220, 237, 89, 0.92);
  color: #222;
  font-size: 14px;
  font-weight: 750;
}
#page-openair .openair-hero__content h1 {
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1;
  font-weight: 850;
}
#page-openair .openair-hero__content p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.6;
}
#page-openair .openair-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
#page-openair .openair-hero__buttons a {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 18px;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-openair .openair-hero__buttons a:nth-child(2) {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
#page-openair .openair-hero__buttons a:hover {
  background: #fff;
  color: #222;
  transform: translateY(-3px);
}
#page-openair .openair-intro {
  padding: 25px 0 65px;
}
#page-openair .openair-intro__box {
  padding: 46px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.32), transparent 38%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
  text-align: center;
}
#page-openair .openair-intro__box h2 {
  max-width: 1000px;
  margin: 0 auto 16px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 800;
}
#page-openair .openair-intro__box p {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#page-openair .openair-info {
  padding: 75px 0;
  background: radial-gradient(circle at top right, rgba(5, 88, 106, 0.08), transparent 35%), linear-gradient(180deg, #fafaf7, #fff);
}
#page-openair .openair-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
#page-openair .openair-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#page-openair .openair-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-openair .openair-card span {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
#page-openair .openair-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 800;
  color: #222;
}
#page-openair .openair-card p {
  margin: 0;
  color: #555;
  font-size: 15.5px;
  line-height: 1.65;
}
#page-openair .openair-faq {
  padding: 80px 0;
}
#page-openair .openair-faq__list {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
#page-openair .openair-faq__item {
  padding: 28px 32px;
  border-radius: 24px;
  background: #f0f7c9;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}
#page-openair .openair-faq__item h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #222;
}
#page-openair .openair-faq__item p {
  margin: 0;
  color: #444;
  font-size: 15.5px;
  line-height: 1.7;
}
#page-openair .openair-qr {
  padding: 80px 0;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.22), transparent 35%), linear-gradient(180deg, #fff, #f8f8f3);
}
#page-openair .openair-qr__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
#page-openair .openair-qr__card {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  text-align: center;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: var(--shadow-soft);
  transition: 0.25s ease;
}
#page-openair .openair-qr__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-openair .openair-qr__card h3 {
  margin: 20px 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}
#page-openair .openair-qr__card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
#page-openair .openair-qr__img {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 24px;
  background: #f7f7f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-openair .openair-qr__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
#page-openair .openair-partners {
  padding: 80px 0 95px;
}
#page-openair .openair-partners__head {
  text-align: center;
  margin-bottom: 34px;
}
#page-openair .openair-partners__head span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
#page-openair .openair-partners__head .openair-title {
  margin-bottom: 0;
}
#page-openair .openair-partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
#page-openair .openair-partners__item {
  min-height: 150px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#page-openair .openair-partners__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
#page-openair .openair-partners__item img {
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 992px) {
  #page-openair .openair-hero {
    padding: 35px 0 35px;
  }
  #page-openair .openair-hero__content {
    min-height: 460px;
    padding: 50px 36px;
  }
  #page-openair .openair-info {
    padding: 60px 0;
  }
  #page-openair .openair-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #page-openair .openair-qr {
    padding: 60px 0;
  }
  #page-openair .openair-qr__grid {
    grid-template-columns: 1fr;
  }
  #page-openair .openair-partners {
    padding: 60px 0 70px;
  }
  #page-openair .openair-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  #page-openair .openair-title {
    margin-bottom: 24px;
  }
  #page-openair .openair-hero {
    padding: 24px 0 28px;
  }
  #page-openair .openair-hero__content {
    min-height: 430px;
    padding: 34px 22px;
    border-radius: 24px;
  }
  #page-openair .openair-hero__content span {
    font-size: 13px;
  }
  #page-openair .openair-hero__content p {
    font-size: 16px;
    line-height: 1.6;
  }
  #page-openair .openair-hero__buttons {
    flex-direction: column;
  }
  #page-openair .openair-hero__buttons a {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
  #page-openair .openair-intro {
    padding: 20px 0 45px;
  }
  #page-openair .openair-intro__box {
    padding: 30px 22px;
    border-radius: 24px;
  }
  #page-openair .openair-intro__box p {
    font-size: 15px;
  }
  #page-openair .openair-info {
    padding: 45px 0;
  }
  #page-openair .openair-info__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #page-openair .openair-card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-openair .openair-card span {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 24px;
  }
  #page-openair .openair-card h3 {
    font-size: 20px;
  }
  #page-openair .openair-card p {
    font-size: 14.5px;
  }
  #page-openair .openair-faq {
    padding: 45px 0;
  }
  #page-openair .openair-faq__item {
    padding: 22px 20px;
    border-radius: 20px;
  }
  #page-openair .openair-faq__item h3 {
    font-size: 18px;
  }
  #page-openair .openair-faq__item p {
    font-size: 14.5px;
  }
  #page-openair .openair-qr {
    padding: 45px 0;
  }
  #page-openair .openair-qr__card {
    padding: 24px 20px;
    border-radius: 22px;
  }
  #page-openair .openair-qr__img {
    width: 165px;
    height: 165px;
    border-radius: 20px;
  }
  #page-openair .openair-partners {
    padding: 45px 0 55px;
  }
  #page-openair .openair-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  #page-openair .openair-partners__item {
    min-height: 120px;
    padding: 18px;
    border-radius: 18px;
  }
  #page-openair .openair-partners__item img {
    max-height: 74px;
  }
}
#page-yogacamp {
  overflow: hidden;
  background: #fff;
  --main: #05586a;
  --main-dark: #044a59;
  --accent: #dced59;
  --bg: #f8f8f4;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow: 0 18px 45px rgba(0, 0, 0, .08);
  --shadow-hover: 0 24px 60px rgba(0, 0, 0, .12);
}
#page-yogacamp section {
  padding: 80px 0;
}
#page-yogacamp .section-title {
  margin: 0 0 45px;
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
}
#page-yogacamp {
  /* ======================================================
      HERO
  ====================================================== */
}
#page-yogacamp .ycamp-hero {
  padding: 30px 0 55px;
}
#page-yogacamp .ycamp-hero__box {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(340px, 38vw, 370px);
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.08) 100%), url("/wp-content/uploads/2026/07/slayder_desktop.jpg") center center/cover no-repeat;
  box-shadow: var(--shadow);
}
#page-yogacamp .ycamp-hero__content {
  max-width: 720px;
  color: #fff;
}
#page-yogacamp .ycamp-hero .hero-text {
  margin: 0 0 34px;
  font-size: 22px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}
#page-yogacamp .ycamp-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#page-yogacamp .ycamp-hero__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 30px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#page-yogacamp .ycamp-hero__buttons a:first-child {
  background: var(--accent);
  color: #222;
}
#page-yogacamp .ycamp-hero__buttons a:last-child {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
#page-yogacamp .ycamp-hero__buttons a:hover {
  transform: translateY(-3px);
}
#page-yogacamp {
  /* ======================================================
      INTRO
  ====================================================== */
}
#page-yogacamp .camp-intro {
  padding-top: 0;
}
#page-yogacamp .camp-intro .camp-box {
  max-width: 900px;
  margin: auto;
  padding: 55px;
  text-align: center;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fff, var(--bg));
  box-shadow: var(--shadow);
}
#page-yogacamp .camp-intro .camp-box h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4vw, 42px);
}
#page-yogacamp .camp-intro .camp-box p {
  margin-bottom: 18px;
  color: #555;
  font-size: 18px;
  line-height: 1.9;
}
#page-yogacamp .camp-intro .camp-box p:last-child {
  margin-bottom: 0;
}
#page-yogacamp {
  /* ======================================================
      FEATURES
  ====================================================== */
}
#page-yogacamp .camp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#page-yogacamp .camp-card {
  padding: 35px;
  text-align: center;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.06);
  box-shadow: var(--shadow);
  transition: 0.3s;
}
#page-yogacamp .camp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#page-yogacamp .camp-card span {
  display: block;
  margin-bottom: 22px;
  font-size: 48px;
}
#page-yogacamp .camp-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}
#page-yogacamp .camp-card p {
  color: #666;
  line-height: 1.7;
}
#page-yogacamp {
  /* ======================================================
      COMFORT
  ====================================================== */
}
#page-yogacamp .camp-comfort {
  background: var(--bg);
}
#page-yogacamp .comfort-list {
  max-width: 900px;
  margin: auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#page-yogacamp .comfort-list li {
  padding: 24px 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-size: 18px;
}
#page-yogacamp {
  /* ======================================================
      PRICE
  ====================================================== */
}
#page-yogacamp .price-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
#page-yogacamp .price-item {
  padding: 35px;
  text-align: center;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--main), #08758d);
}
#page-yogacamp .price-item strong {
  display: block;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 900;
}
#page-yogacamp .price-item span {
  line-height: 1.6;
}
#page-yogacamp {
  /* ======================================================
      SCHEDULE
  ====================================================== */
}
#page-yogacamp .camp-schedule {
  background: linear-gradient(#fff, #f9faf6);
}
#page-yogacamp .schedule-day {
  max-width: 900px;
  margin: 0 auto 35px;
  padding: 35px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
#page-yogacamp .schedule-day:last-child {
  margin-bottom: 0;
}
#page-yogacamp .schedule-day h3 {
  margin-bottom: 24px;
  color: var(--main);
  font-size: 28px;
}
#page-yogacamp .schedule-day ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
#page-yogacamp .schedule-day li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}
#page-yogacamp .schedule-day li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}
#page-yogacamp {
  /* ======================================================
      CTA
  ====================================================== */
}
#page-yogacamp .camp-cta {
  padding-bottom: 110px;
}
#page-yogacamp .camp-cta__box {
  padding: 70px;
  text-align: center;
  color: #fff;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--main), #0c7087);
  box-shadow: var(--shadow);
}
#page-yogacamp .camp-cta__box h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 48px);
}
#page-yogacamp .camp-cta__box p {
  margin-bottom: 35px;
  font-size: 20px;
  opacity: 0.9;
}
#page-yogacamp .camp-cta .ycamp-hero__buttons {
  justify-content: center;
}

/* ======================================================
    TABLET
====================================================== */
@media (max-width: 992px) {
  #page-yogacamp .ycamp-hero__box {
    min-height: 360px;
    padding: 40px;
    background-position: center;
  }
  #page-yogacamp .camp-grid,
  #page-yogacamp .price-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ======================================================
    MOBILE
====================================================== */
@media (max-width: 576px) {
  #page-yogacamp section {
    padding: 55px 0;
  }
  #page-yogacamp .ycamp-hero {
    padding-top: 20px;
  }
  #page-yogacamp .ycamp-hero__box {
    min-height: 620px;
    padding: 24px;
    border-radius: 24px;
    align-items: flex-end;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.28)), url("/wp-content/uploads/2026/07/slayder_mob-e1782936083866.jpg") center top/cover no-repeat;
  }
  #page-yogacamp .ycamp-hero .hero-text {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  #page-yogacamp .ycamp-hero__buttons {
    flex-direction: column;
    width: 100%;
  }
  #page-yogacamp .ycamp-hero__buttons a {
    width: 100%;
  }
  #page-yogacamp .camp-box {
    padding: 30px 22px;
    border-radius: 24px;
  }
  #page-yogacamp .camp-box h2 {
    font-size: 30px;
  }
  #page-yogacamp .camp-box p {
    font-size: 16px;
  }
  #page-yogacamp .camp-grid,
  #page-yogacamp .comfort-list,
  #page-yogacamp .price-box {
    grid-template-columns: 1fr;
  }
  #page-yogacamp .price-item strong {
    font-size: 34px;
  }
  #page-yogacamp .schedule-day {
    padding: 24px;
    border-radius: 22px;
  }
  #page-yogacamp .schedule-day h3 {
    font-size: 22px;
  }
  #page-yogacamp .camp-cta {
    padding-bottom: 60px;
  }
  #page-yogacamp .camp-cta__box {
    padding: 40px 24px;
    border-radius: 24px;
  }
  #page-yogacamp .camp-cta__box h2 {
    font-size: 34px;
  }
  #page-yogacamp .camp-cta__box p {
    font-size: 17px;
  }
}
#archive-txt,
#single-txt {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#archive-txt *,
#archive-txt *::before,
#archive-txt *::after,
#single-txt *,
#single-txt *::before,
#single-txt *::after {
  box-sizing: border-box;
}

/* ARCHIVE */
#archive-txt .txt-hero {
  padding: 55px 0 35px;
}
#archive-txt .txt-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#archive-txt .txt-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#archive-txt .txt-hero__content span,
#archive-txt .txt-hero__content h1,
#archive-txt .txt-hero__content p {
  position: relative;
  z-index: 1;
}
#archive-txt .txt-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#archive-txt .txt-hero__content h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 800;
}
#archive-txt .txt-hero__content p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#archive-txt .txt-list {
  padding: 45px 0 90px;
}
#archive-txt .txt-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
#archive-txt .txt-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#archive-txt .txt-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#archive-txt .txt-card:hover .txt-card__img img {
  transform: scale(1.06);
}
#archive-txt .txt-card__img {
  overflow: hidden;
  display: block;
  aspect-ratio: 16/10;
  background: #eef1e9;
  text-decoration: none;
}
#archive-txt .txt-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.55s ease;
}
#archive-txt .txt-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--soft), #fff);
}
#archive-txt .txt-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
#archive-txt .txt-card__date {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 13px;
  font-weight: 700;
}
#archive-txt .txt-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 750;
}
#archive-txt .txt-card h2 a {
  color: #222;
  text-decoration: none;
}
#archive-txt .txt-card h2 a:hover {
  color: var(--main);
}
#archive-txt .txt-card p {
  margin: 0 0 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}
#archive-txt .txt-card__btn {
  width: fit-content;
  min-height: 48px;
  margin-top: 4px;
  padding: 13px 18px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#archive-txt .txt-card__btn:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#archive-txt .navigation.pagination {
  margin-top: 44px;
}
#archive-txt .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#archive-txt .navigation.pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #f4f4f0;
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 650;
}
#archive-txt .navigation.pagination .page-numbers.current, #archive-txt .navigation.pagination .page-numbers:hover {
  background: var(--main);
  color: #fff;
}
#archive-txt .txt-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 45px;
  border-radius: var(--radius-md);
  background: var(--soft);
  text-align: center;
}

/* SINGLE */
#single-txt .txt-single-hero {
  padding: 55px 0 35px;
}
#single-txt .txt-single-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#single-txt .txt-single-hero__content span,
#single-txt .txt-single-hero__content h1,
#single-txt .txt-single-hero__content .txt-single-hero__meta {
  position: relative;
  z-index: 1;
}
#single-txt .txt-single-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#single-txt .txt-single-hero__content h1 {
  max-width: 920px;
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 800;
}
#single-txt .txt-single-hero__meta {
  color: #666;
  font-size: 15px;
  font-weight: 650;
}
#single-txt .txt-single-image {
  padding: 10px 0 45px;
}
#single-txt .txt-single-image__wrap {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16/8.5;
  background: #eee;
}
#single-txt .txt-single-image__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#single-txt .txt-single-content {
  padding: 0 0 70px;
}
#single-txt .txt-single-content__box {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px;
  border-radius: var(--radius-xl);
  background: var(--soft);
  color: #444;
  font-size: 17px;
  line-height: 1.8;
}
#single-txt .txt-single-content__box h2,
#single-txt .txt-single-content__box h3,
#single-txt .txt-single-content__box h4 {
  color: #222;
  line-height: 1.25;
}
#single-txt .txt-single-content__box h2 {
  margin: 34px 0 16px;
  font-size: 31px;
}
#single-txt .txt-single-content__box h2:first-child {
  margin-top: 0;
}
#single-txt .txt-single-content__box h3 {
  margin: 28px 0 14px;
  font-size: 24px;
}
#single-txt .txt-single-content__box p {
  margin: 0 0 18px;
}
#single-txt .txt-single-content__box p:last-child {
  margin-bottom: 0;
}
#single-txt .txt-single-content__box ul,
#single-txt .txt-single-content__box ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
#single-txt .txt-single-content__box li {
  margin-bottom: 8px;
}
#single-txt .txt-single-content__box a {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}
#single-txt .txt-single-content__box a:hover {
  color: var(--main-dark);
  text-decoration: underline;
}
#single-txt .txt-single-bottom {
  padding: 0 0 90px;
}
#single-txt .txt-single-bottom__box {
  padding: 52px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
#single-txt .txt-single-bottom__box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
}
#single-txt .txt-single-bottom__box p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}
#single-txt .txt-single-bottom__buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
#single-txt .txt-single-bottom__buttons a {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 18px;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#single-txt .txt-single-bottom__buttons a:nth-child(2) {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
#single-txt .txt-single-bottom__buttons a:hover {
  background: #fff;
  color: #222;
  transform: translateY(-3px);
}

@media (max-width: 992px) {
  #archive-txt .txt-hero {
    padding: 35px 0 25px;
  }
  #archive-txt .txt-hero__content {
    padding: 50px 36px;
  }
  #archive-txt .txt-list {
    padding: 35px 0 65px;
  }
  #archive-txt .txt-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #single-txt .txt-single-hero {
    padding: 35px 0 25px;
  }
  #single-txt .txt-single-hero__content {
    padding: 50px 36px;
  }
  #single-txt .txt-single-content__box {
    padding: 36px;
  }
}
@media (max-width: 576px) {
  #archive-txt .txt-hero {
    padding: 24px 0 20px;
  }
  #archive-txt .txt-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #archive-txt .txt-hero__content span {
    font-size: 13px;
  }
  #archive-txt .txt-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #archive-txt .txt-list {
    padding: 25px 0 50px;
  }
  #archive-txt .txt-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #archive-txt .txt-card {
    border-radius: 22px;
  }
  #archive-txt .txt-card__content {
    padding: 20px;
  }
  #archive-txt .txt-card h2 {
    font-size: 20px;
  }
  #single-txt .txt-single-hero {
    padding: 24px 0 20px;
  }
  #single-txt .txt-single-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #single-txt .txt-single-hero__content span {
    font-size: 13px;
  }
  #single-txt .txt-single-image {
    padding-bottom: 30px;
  }
  #single-txt .txt-single-image__wrap {
    border-radius: 24px;
    aspect-ratio: 16/11;
  }
  #single-txt .txt-single-content {
    padding-bottom: 45px;
  }
  #single-txt .txt-single-content__box {
    padding: 28px 22px;
    border-radius: 24px;
    font-size: 15px;
  }
  #single-txt .txt-single-content__box h2 {
    font-size: 24px;
  }
  #single-txt .txt-single-content__box h3 {
    font-size: 21px;
  }
  #single-txt .txt-single-bottom {
    padding-bottom: 55px;
  }
  #single-txt .txt-single-bottom__box {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #single-txt .txt-single-bottom__buttons {
    flex-direction: column;
  }
  #single-txt .txt-single-bottom__buttons a {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 14px;
  }
}
#archive-napravleniya {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#archive-napravleniya .nap-hero {
  padding: 55px 0 35px;
}
#archive-napravleniya .nap-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#archive-napravleniya .nap-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#archive-napravleniya .nap-hero__content span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#archive-napravleniya .nap-hero__content h1 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#archive-napravleniya .nap-hero__content p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#archive-napravleniya .nap-list {
  padding: 45px 0 90px;
}
#archive-napravleniya .nap-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
#archive-napravleniya .nap-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#archive-napravleniya .nap-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#archive-napravleniya .nap-card:hover .nap-card__img img {
  transform: scale(1.06);
}
#archive-napravleniya .nap-card__img {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/11;
  background: #eef1e9;
  text-decoration: none;
}
#archive-napravleniya .nap-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16));
  opacity: 0;
  transition: 0.3s ease;
}
#archive-napravleniya .nap-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.55s ease;
}
#archive-napravleniya .nap-card__img:hover::after {
  opacity: 1;
}
#archive-napravleniya .nap-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--soft), #fff);
}
#archive-napravleniya .nap-card__content {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
#archive-napravleniya .nap-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
#archive-napravleniya .nap-card__meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}
#archive-napravleniya .nap-card h2 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 750;
}
#archive-napravleniya .nap-card h2 a {
  color: #222;
  text-decoration: none;
  transition: 0.2s ease;
}
#archive-napravleniya .nap-card h2 a:hover {
  color: var(--main);
}
#archive-napravleniya .nap-card__desc {
  margin: 0 0 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}
#archive-napravleniya .nap-card__list {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
#archive-napravleniya .nap-card__list li {
  position: relative;
  padding-left: 24px;
  color: #444;
  font-size: 14.5px;
  line-height: 1.45;
}
#archive-napravleniya .nap-card__list li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  box-shadow: 0 0 0 4px rgba(220, 237, 89, 0.2);
}
#archive-napravleniya .nap-card__btn {
  min-height: 48px;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}
#archive-napravleniya .nap-card__btn:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#archive-napravleniya .navigation.pagination {
  margin-top: 44px;
}
#archive-napravleniya .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#archive-napravleniya .navigation.pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #f4f4f0;
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 650;
}
#archive-napravleniya .navigation.pagination .page-numbers.current, #archive-napravleniya .navigation.pagination .page-numbers:hover {
  background: var(--main);
  color: #fff;
}
#archive-napravleniya .nap-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 45px;
  border-radius: var(--radius-md);
  background: var(--soft);
  text-align: center;
}
#archive-napravleniya .nap-empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
}
#archive-napravleniya .nap-empty p {
  margin: 0;
  color: #555;
}

@media (max-width: 1100px) {
  #archive-napravleniya .nap-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  #archive-napravleniya .nap-hero {
    padding: 35px 0 25px;
  }
  #archive-napravleniya .nap-hero__content {
    padding: 50px 36px;
  }
  #archive-napravleniya .nap-list {
    padding: 35px 0 65px;
  }
}
@media (max-width: 640px) {
  #archive-napravleniya .nap-hero {
    padding: 24px 0 20px;
  }
  #archive-napravleniya .nap-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #archive-napravleniya .nap-hero__content span {
    font-size: 13px;
  }
  #archive-napravleniya .nap-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #archive-napravleniya .nap-list {
    padding: 25px 0 50px;
  }
  #archive-napravleniya .nap-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #archive-napravleniya .nap-card {
    border-radius: 22px;
  }
  #archive-napravleniya .nap-card__content {
    padding: 20px;
    height: auto;
  }
  #archive-napravleniya .nap-card h2 {
    font-size: 20px;
  }
  #archive-napravleniya .nap-card__desc {
    font-size: 14.5px;
  }
  #archive-napravleniya .nap-card__placeholder {
    min-height: 210px;
    font-size: 46px;
  }
}
#instruktors {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#instruktors *,
#instruktors *::before,
#instruktors *::after {
  box-sizing: border-box;
}
#instruktors .instruktors-hero {
  padding: 55px 0 35px;
}
#instruktors .instruktors-hero__content {
  position: relative;
  overflow: hidden;
  padding: 70px 55px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.42), transparent 36%), radial-gradient(circle at bottom right, rgba(5, 88, 106, 0.16), transparent 34%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#instruktors .instruktors-hero__content::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(220, 237, 89, 0.35);
}
#instruktors .instruktors-hero__content span,
#instruktors .instruktors-hero__content h1,
#instruktors .instruktors-hero__content p {
  position: relative;
  z-index: 1;
}
#instruktors .instruktors-hero__content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#instruktors .instruktors-hero__content h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#instruktors .instruktors-hero__content p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}
#instruktors .instruktors-catalog {
  padding: 45px 0 90px;
}
#instruktors .instruktors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
#instruktors .instruktor-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}
#instruktors .instruktor-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
#instruktors .instruktor-card:hover .instruktor-card__img img {
  transform: scale(1.06);
}
#instruktors .instruktor-card__img {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4/5;
  background: #eef1e9;
  text-decoration: none;
}
#instruktors .instruktor-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16));
  opacity: 0;
  transition: 0.3s ease;
}
#instruktors .instruktor-card__img:hover::after {
  opacity: 1;
}
#instruktors .instruktor-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.55s ease;
}
#instruktors .instruktor-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--soft), #fff);
}
#instruktors .instruktor-card__content {
  padding: 22px;
  display: flex;
  flex-direction: column;
}
#instruktors .instruktor-card h2 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 750;
}
#instruktors .instruktor-card h2 a {
  color: #222;
  text-decoration: none;
  transition: 0.2s ease;
}
#instruktors .instruktor-card h2 a:hover {
  color: var(--main);
}
#instruktors .instruktor-card__excerpt {
  margin: 0 0 18px;
  color: #555;
  font-size: 14.5px;
  line-height: 1.6;
  flex-grow: 1;
}
#instruktors .instruktor-card__btn {
  min-height: 48px;
  margin-top: 12px;
  padding: 13px 18px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  transition: 0.25s ease;
}
#instruktors .instruktor-card__btn:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#instruktors .navigation.pagination {
  margin-top: 44px;
}
#instruktors .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#instruktors .navigation.pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #f4f4f0;
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 650;
}
#instruktors .navigation.pagination .page-numbers.current, #instruktors .navigation.pagination .page-numbers:hover {
  background: var(--main);
  color: #fff;
}
#instruktors .instruktors-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 45px;
  border-radius: var(--radius-md);
  background: var(--soft);
  text-align: center;
}
#instruktors .instruktors-empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
}
#instruktors .instruktors-empty p {
  margin: 0;
  color: #555;
}

@media (max-width: 1200px) {
  #instruktors .instruktors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  #instruktors .instruktors-hero {
    padding: 35px 0 25px;
  }
  #instruktors .instruktors-hero__content {
    padding: 50px 36px;
  }
  #instruktors .instruktors-catalog {
    padding: 35px 0 65px;
  }
  #instruktors .instruktors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576px) {
  #instruktors .instruktors-hero {
    padding: 24px 0 20px;
  }
  #instruktors .instruktors-hero__content {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #instruktors .instruktors-hero__content span {
    font-size: 13px;
  }
  #instruktors .instruktors-hero__content p {
    font-size: 15px;
    line-height: 1.65;
  }
  #instruktors .instruktors-catalog {
    padding: 25px 0 50px;
  }
  #instruktors .instruktors-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #instruktors .instruktor-card {
    border-radius: 22px;
  }
  #instruktors .instruktor-card__content {
    padding: 20px;
  }
  #instruktors .instruktor-card h2 {
    font-size: 20px;
  }
  #instruktors .instruktor-card__btn {
    min-height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }
}
#single-napravleniya {
  overflow: hidden;
  background: #fff;
  color: #222;
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --soft: #f8f8f3;
  --radius-xl: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 24px 65px rgba(0, 0, 0, 0.12);
}
#single-napravleniya .nap-title {
  max-width: 820px;
  margin: 0 auto 36px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 750;
  text-align: center;
  color: #222;
}
#single-napravleniya .nap-single-hero {
  padding: 55px 0 70px;
}
#single-napravleniya .nap-single-hero .container {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
#single-napravleniya .nap-single-hero__content {
  position: relative;
  padding: 44px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.38), transparent 38%), linear-gradient(135deg, #fff, var(--soft));
  box-shadow: var(--shadow-soft);
}
#single-napravleniya .nap-single-hero__label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.09);
  color: var(--main);
  font-size: 14px;
  font-weight: 650;
}
#single-napravleniya .nap-single-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}
#single-napravleniya .nap-single-hero p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}
#single-napravleniya .nap-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
#single-napravleniya .nap-single-hero__meta span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(5, 88, 106, 0.08);
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
#single-napravleniya .nap-single-hero__btn {
  min-height: 54px;
  margin-top: 30px;
  padding: 15px 24px;
  border-radius: 18px;
  background: var(--main);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  box-sizing: border-box;
}
#single-napravleniya .nap-single-hero__btn:hover {
  background: var(--main-dark);
  transform: translateY(-3px);
}
#single-napravleniya .nap-single-hero__img {
  overflow: hidden;
  border-radius: var(--radius-xl);
  aspect-ratio: 16/11;
  background: #eef1e9;
  box-shadow: var(--shadow-soft);
}
#single-napravleniya .nap-single-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#single-napravleniya .nap-single-hero__placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--soft), #fff);
}
#single-napravleniya .nap-for,
#single-napravleniya .nap-benefits,
#single-napravleniya .nap-gallery,
#single-napravleniya .nap-faq {
  padding: 55px 0;
}
#single-napravleniya .nap-for {
  background: radial-gradient(circle at top right, rgba(5, 88, 106, 0.07), transparent 34%), #fff;
}
#single-napravleniya .nap-for__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
#single-napravleniya .nap-for__item {
  position: relative;
  min-height: 115px;
  padding: 24px;
  border-radius: 24px;
  background: #f0f7c9;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
  color: #222;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: 0.25s ease;
}
#single-napravleniya .nap-for__item::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
#single-napravleniya .nap-for__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
#single-napravleniya .nap-content {
  padding: 45px 0 55px;
}
#single-napravleniya .nap-content__box {
  max-width: 920px;
  margin: 0 auto;
  padding: 46px;
  border-radius: var(--radius-xl);
  background: var(--soft);
  color: #444;
  font-size: 17px;
  line-height: 1.8;
}
#single-napravleniya .nap-content__box h2,
#single-napravleniya .nap-content__box h3,
#single-napravleniya .nap-content__box h4 {
  color: #222;
  line-height: 1.25;
}
#single-napravleniya .nap-content__box h2 {
  margin: 34px 0 16px;
  font-size: 30px;
}
#single-napravleniya .nap-content__box h2:first-child {
  margin-top: 0;
}
#single-napravleniya .nap-content__box h3 {
  margin: 28px 0 14px;
  font-size: 24px;
}
#single-napravleniya .nap-content__box p {
  margin: 0 0 18px;
}
#single-napravleniya .nap-content__box p:last-child {
  margin-bottom: 0;
}
#single-napravleniya .nap-content__box ul,
#single-napravleniya .nap-content__box ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
#single-napravleniya .nap-content__box li {
  margin-bottom: 8px;
}
#single-napravleniya .nap-content__box a {
  color: var(--main);
  font-weight: 700;
  text-decoration: none;
}
#single-napravleniya .nap-content__box a:hover {
  color: var(--main-dark);
  text-decoration: underline;
}
#single-napravleniya .nap-benefits {
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.23), transparent 34%), linear-gradient(180deg, #fff, var(--soft));
}
#single-napravleniya .nap-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#single-napravleniya .nap-benefits__item {
  min-height: 120px;
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
  transition: 0.25s ease;
}
#single-napravleniya .nap-benefits__item span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-weight: 800;
}
#single-napravleniya .nap-benefits__item p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
#single-napravleniya .nap-benefits__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}
#single-napravleniya .nap-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#single-napravleniya .nap-gallery__item {
  overflow: hidden;
  display: block;
  aspect-ratio: 16/11;
  border-radius: 24px;
  background: #eee;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
}
#single-napravleniya .nap-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.45s ease;
}
#single-napravleniya .nap-gallery__item:hover img {
  transform: scale(1.06);
}
#single-napravleniya .nap-faq {
  background: var(--soft);
}
#single-napravleniya .nap-faq__list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
#single-napravleniya .nap-faq__item {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(5, 88, 106, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}
#single-napravleniya .nap-faq__item.is-open .nap-faq__head {
  color: var(--main);
}
#single-napravleniya .nap-faq__item.is-open .nap-faq__head i {
  background: var(--main);
}
#single-napravleniya .nap-faq__item.is-open .nap-faq__head i::before {
  opacity: 0;
}
#single-napravleniya .nap-faq__item.is-open .nap-faq__head i::after {
  background: #fff;
}
#single-napravleniya .nap-faq__head {
  width: 100%;
  padding: 24px 28px;
  border: none;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
#single-napravleniya .nap-faq__head i {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(5, 88, 106, 0.1);
}
#single-napravleniya .nap-faq__head i::before, #single-napravleniya .nap-faq__head i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--main);
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
#single-napravleniya .nap-faq__head i::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#single-napravleniya .nap-faq__body {
  padding: 0 28px 28px;
  color: #555;
  font-size: 15.5px;
  line-height: 1.75;
}
#single-napravleniya .nap-faq__body p {
  margin: 0 0 14px;
}
#single-napravleniya .nap-faq__body p:last-child {
  margin-bottom: 0;
}
#single-napravleniya .nap-cta {
  padding: 70px 0 90px;
}
#single-napravleniya .nap-cta__box {
  padding: 52px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.45), transparent 35%), linear-gradient(135deg, var(--main), var(--main-dark));
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
#single-napravleniya .nap-cta__box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
}
#single-napravleniya .nap-cta__box p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}
#single-napravleniya .nap-cta__box a {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 18px;
  background: var(--lime);
  color: #222;
  text-decoration: none;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#single-napravleniya .nap-cta__box a:hover {
  background: #fff;
  transform: translateY(-3px);
}

/* POPUP */
body.popup-open {
  overflow: hidden;
}

.nap-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.nap-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.nap-popup.is-active .nap-popup__content {
  transform: translateY(0) scale(1);
}
.nap-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 32, 0.56);
  backdrop-filter: blur(8px);
}
.nap-popup__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  padding: 38px 36px 32px;
  border-radius: 30px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.2), transparent 38%), #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: 0.25s ease;
}
.nap-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f3ef;
  color: #444;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.nap-popup__close:hover {
  background: #05586a;
  color: #fff;
}
.nap-popup h3 {
  margin: 0 0 24px;
  padding-right: 35px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}
.nap-popup .wpcf7 p {
  margin: 0;
}
.nap-popup .wpcf7 input,
.nap-popup .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  margin-bottom: 14px;
  padding: 0 17px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
}
.nap-popup .wpcf7 textarea {
  min-height: 110px;
  padding-top: 15px;
  resize: vertical;
}
.nap-popup .wpcf7 input[type=submit] {
  margin-bottom: 0;
  border: none;
  background: #05586a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.nap-popup .wpcf7 input[type=submit]:hover {
  background: #044a59;
}

@media (max-width: 992px) {
  #single-napravleniya .nap-single-hero {
    padding: 35px 0 55px;
  }
  #single-napravleniya .nap-single-hero .container {
    grid-template-columns: 1fr;
  }
  #single-napravleniya .nap-single-hero__content {
    padding: 36px;
  }
  #single-napravleniya .nap-for__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #single-napravleniya .nap-benefits__grid,
  #single-napravleniya .nap-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #single-napravleniya .nap-content__box {
    padding: 36px;
  }
}
@media (max-width: 576px) {
  #single-napravleniya .nap-title {
    margin-bottom: 24px;
  }
  #single-napravleniya .nap-single-hero {
    padding: 24px 0 42px;
  }
  #single-napravleniya .nap-single-hero__content {
    padding: 30px 22px;
    border-radius: 24px;
  }
  #single-napravleniya .nap-single-hero__img {
    border-radius: 24px;
  }
  #single-napravleniya .nap-single-hero__label {
    font-size: 13px;
  }
  #single-napravleniya .nap-single-hero p {
    font-size: 15px;
  }
  #single-napravleniya .nap-single-hero__btn {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
  }
  #single-napravleniya .nap-for,
  #single-napravleniya .nap-benefits,
  #single-napravleniya .nap-gallery,
  #single-napravleniya .nap-faq {
    padding: 42px 0;
  }
  #single-napravleniya .nap-for__grid,
  #single-napravleniya .nap-benefits__grid,
  #single-napravleniya .nap-gallery__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #single-napravleniya .nap-for__item {
    min-height: 100px;
    border-radius: 20px;
  }
  #single-napravleniya .nap-content {
    padding: 35px 0 42px;
  }
  #single-napravleniya .nap-content__box {
    padding: 28px 22px;
    border-radius: 24px;
    font-size: 15px;
  }
  #single-napravleniya .nap-content__box h2 {
    font-size: 24px;
  }
  #single-napravleniya .nap-content__box h3 {
    font-size: 21px;
  }
  #single-napravleniya .nap-faq__item {
    border-radius: 18px;
  }
  #single-napravleniya .nap-faq__head {
    padding: 18px;
    grid-template-columns: 1fr 30px;
    font-size: 16px;
  }
  #single-napravleniya .nap-faq__head i {
    width: 30px;
    height: 30px;
  }
  #single-napravleniya .nap-faq__body {
    padding: 0 18px 20px;
    font-size: 14.5px;
  }
  #single-napravleniya .nap-cta {
    padding: 45px 0 55px;
  }
  #single-napravleniya .nap-cta__box {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #single-napravleniya .nap-cta__box a {
    width: 100%;
  }
  .nap-popup {
    align-items: flex-end;
    padding: 15px;
  }
  .nap-popup__content {
    max-width: 100%;
    padding: 30px 20px 24px;
    border-radius: 24px;
  }
  .nap-popup h3 {
    font-size: 21px;
  }
}
#teacher-page {
  background-color: #faf6ed;
}
#teacher-page *,
#teacher-page *::before,
#teacher-page *::after {
  box-sizing: border-box;
}
#teacher-page {
  --main: #05586a;
  --main-dark: #044a59;
  --lime: #dced59;
  --lime-dark: #c8e04a;
  --text: #54595F;
  --soft-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
  --hover-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
}
#teacher-page section {
  padding-bottom: 80px;
}
#teacher-page .btn-primary {
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 16px;
  background: var(--main);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
#teacher-page .btn-primary:hover {
  background: var(--main-dark);
  transform: translateY(-2px);
}
#teacher-page .slider-block, #teacher-page .teacher-certificates .certificates-gallery, #teacher-page .teacher-top .teacher-gallery {
  min-width: 0;
}
#teacher-page .slider-block__main, #teacher-page .teacher-certificates .certificates-main-slider, #teacher-page .teacher-top .teacher-main-slider {
  width: 100%;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  background: #eee;
  box-shadow: var(--soft-shadow);
}
#teacher-page .slider-block__main .swiper-wrapper, #teacher-page .teacher-certificates .certificates-main-slider .swiper-wrapper, #teacher-page .teacher-top .teacher-main-slider .swiper-wrapper {
  height: 100%;
}
#teacher-page .slider-block__main .swiper-slide, #teacher-page .teacher-certificates .certificates-main-slider .swiper-slide, #teacher-page .teacher-top .teacher-main-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#teacher-page .slider-block__main .swiper-slide a, #teacher-page .teacher-certificates .certificates-main-slider .swiper-slide a, #teacher-page .teacher-top .teacher-main-slider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
#teacher-page .slider-block__main .swiper-button-next, #teacher-page .teacher-certificates .certificates-main-slider .swiper-button-next, #teacher-page .teacher-top .teacher-main-slider .swiper-button-next,
#teacher-page .slider-block__main .swiper-button-prev,
#teacher-page .teacher-certificates .certificates-main-slider .swiper-button-prev,
#teacher-page .teacher-top .teacher-main-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  color: var(--text);
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
  transition: 0.25s ease;
}
#teacher-page .slider-block__main .swiper-button-next:hover, #teacher-page .teacher-certificates .certificates-main-slider .swiper-button-next:hover, #teacher-page .teacher-top .teacher-main-slider .swiper-button-next:hover,
#teacher-page .slider-block__main .swiper-button-prev:hover,
#teacher-page .teacher-certificates .certificates-main-slider .swiper-button-prev:hover,
#teacher-page .teacher-top .teacher-main-slider .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.05);
}
#teacher-page .slider-block__main .swiper-button-next:after, #teacher-page .teacher-certificates .certificates-main-slider .swiper-button-next:after, #teacher-page .teacher-top .teacher-main-slider .swiper-button-next:after,
#teacher-page .slider-block__main .swiper-button-prev:after,
#teacher-page .teacher-certificates .certificates-main-slider .swiper-button-prev:after,
#teacher-page .teacher-top .teacher-main-slider .swiper-button-prev:after {
  font-weight: 900;
  font-size: 24px;
}
#teacher-page .slider-block__main img, #teacher-page .teacher-certificates .certificates-main-slider img, #teacher-page .teacher-top .teacher-main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#teacher-page .slider-block__thumbs, #teacher-page .teacher-certificates .certificates-thumbs, #teacher-page .teacher-top .teacher-thumbs {
  margin-top: 15px;
}
#teacher-page .slider-block__thumbs .swiper-slide, #teacher-page .teacher-certificates .certificates-thumbs .swiper-slide, #teacher-page .teacher-top .teacher-thumbs .swiper-slide {
  opacity: 0.45;
  cursor: pointer;
  transition: 0.3s;
}
#teacher-page .slider-block__thumbs .swiper-slide-thumb-active, #teacher-page .teacher-certificates .certificates-thumbs .swiper-slide-thumb-active, #teacher-page .teacher-top .teacher-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#teacher-page .slider-block__thumbs img, #teacher-page .teacher-certificates .certificates-thumbs img, #teacher-page .teacher-top .teacher-thumbs img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
#teacher-page .teacher-top {
  padding-top: 45px;
}
#teacher-page .teacher-top .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}
#teacher-page .teacher-top .container:first-child {
  display: block;
}
#teacher-page .teacher-top .container h1 {
  margin: 0 0 35px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
  color: var(--text);
  font-weight: 750;
}
#teacher-page .teacher-top .teacher-main-slider--single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#teacher-page .teacher-top .teacher-info {
  background: #fff;
  border-radius: 25px;
  padding: 32px;
  box-shadow: var(--soft-shadow);
}
#teacher-page .teacher-top .teacher-info h3 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--text);
}
#teacher-page .teacher-top .teacher-info ul {
  margin: 0;
  padding-left: 18px;
}
#teacher-page .teacher-top .teacher-info ul li {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--main);
  font-weight: 650;
}
#teacher-page .teacher-top .teacher-info .btn-primary {
  margin-top: 40px;
  margin-bottom: 28px;
  width: auto;
}
#teacher-page .teacher-top .teacher-info .teacher-exp {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
#teacher-page .teacher-about .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
#teacher-page .teacher-about .about-text {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: var(--soft-shadow);
}
#teacher-page .teacher-about .about-text h2,
#teacher-page .teacher-about .about-text h3 {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 32px;
  line-height: 1.25;
}
#teacher-page .teacher-about .about-text p {
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
}
#teacher-page .teacher-about .about-text ul {
  margin: 0 0 40px;
  padding-left: 20px;
}
#teacher-page .teacher-about .about-text ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
}
#teacher-page .teacher-about .about-text .btn-primary {
  margin-top: 30px;
  width: auto;
}
#teacher-page .teacher-about .about-video {
  min-width: 0;
}
#teacher-page .teacher-about .about-video video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 25px;
  display: block;
  max-height: 668px;
  object-fit: cover;
  box-shadow: var(--soft-shadow);
}
#teacher-page .teacher-certificates .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}
#teacher-page .teacher-certificates .certificates-info {
  padding: 32px;
  background: #fff;
  border-radius: 25px;
  box-shadow: var(--soft-shadow);
}
#teacher-page .teacher-certificates .certificates-info h3 {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--text);
}
#teacher-page .teacher-certificates .certificates-info p,
#teacher-page .teacher-certificates .certificates-info li {
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
}
#teacher-page .teacher-certificates .certificates-info ul {
  margin: 0;
  padding-left: 18px;
}
#teacher-page .teacher-certificates .certificates-info ul li {
  margin-bottom: 8px;
}
#teacher-page .reviews .reviews-title {
  text-align: center;
  margin-bottom: 40px;
}
#teacher-page .reviews .reviews-title h2 {
  font-size: 42px;
  color: var(--text);
  margin: 0;
}
#teacher-page .reviews .reviews-gallery {
  position: relative;
}
#teacher-page .reviews .reviews-slider {
  overflow: hidden;
  padding: 0 60px;
}
#teacher-page .reviews .reviews-slider .swiper-slide {
  height: auto;
}
#teacher-page .reviews .reviews-slider a {
  display: block;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--soft-shadow);
}
#teacher-page .reviews .reviews-slider img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: contain;
  background: #fff;
  transition: 0.3s;
}
#teacher-page .reviews .reviews-slider a:hover img {
  transform: scale(1.02);
}
#teacher-page .reviews .reviews-prev,
#teacher-page .reviews .reviews-next {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 12px;
  color: var(--text);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#teacher-page .reviews .reviews-prev:after,
#teacher-page .reviews .reviews-next:after {
  font-size: 22px;
  font-weight: 900;
}
#teacher-page .reviews .reviews-btn {
  text-align: center;
  margin-top: 40px;
}

/* POPUP */
body.popup-open {
  overflow: hidden;
}

.teacher-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 15px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.teacher-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.teacher-popup.is-active .teacher-popup__content {
  transform: translateY(0) scale(1);
}
.teacher-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 32, 0.56);
  backdrop-filter: blur(8px);
}
.teacher-popup__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  padding: 38px 36px 32px;
  border-radius: 30px;
  background: radial-gradient(circle at top left, rgba(220, 237, 89, 0.2), transparent 38%), #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: 0.25s ease;
}
.teacher-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f3ef;
  color: #444;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.teacher-popup__close:hover {
  background: #05586a;
  color: #fff;
}
.teacher-popup h3 {
  margin: 0 0 24px;
  padding-right: 35px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}
.teacher-popup .wpcf7 p {
  margin: 0;
}
.teacher-popup .wpcf7 input,
.teacher-popup .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  margin-bottom: 14px;
  padding: 0 17px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
}
.teacher-popup .wpcf7 textarea {
  min-height: 110px;
  padding-top: 15px;
  resize: vertical;
}
.teacher-popup .wpcf7 input[type=submit] {
  margin-bottom: 0;
  border: none;
  background: #05586a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.teacher-popup .wpcf7 input[type=submit]:hover {
  background: #044a59;
}

@media (max-width: 992px) {
  #teacher-page section {
    padding-bottom: 60px;
  }
  #teacher-page .teacher-top .container,
  #teacher-page .teacher-certificates .container,
  #teacher-page .teacher-about .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #teacher-page .teacher-info {
    padding: 26px;
  }
  #teacher-page .teacher-info h3 {
    font-size: 28px;
  }
  #teacher-page .teacher-info ul li {
    font-size: 17px;
  }
  #teacher-page .about-text {
    padding: 32px;
  }
  #teacher-page .about-text h2,
  #teacher-page .about-text h3 {
    font-size: 28px;
  }
  #teacher-page .about-video video {
    height: auto;
    min-height: 360px;
  }
  #teacher-page .certificates-info {
    padding: 26px;
  }
  #teacher-page .certificates-info h3 {
    font-size: 28px;
  }
  #teacher-page .slider-block__main, #teacher-page .teacher-top .teacher-main-slider, #teacher-page .teacher-certificates .certificates-main-slider {
    height: 400px;
  }
  #teacher-page .reviews .reviews-title h2 {
    font-size: 36px;
  }
  #teacher-page .reviews .reviews-slider {
    padding: 0 40px;
  }
  #teacher-page .reviews .reviews-slider img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #teacher-page .teacher-top .container h1 {
    font-size: 32px;
  }
  #teacher-page .teacher-info h3 {
    font-size: 24px;
  }
  #teacher-page .teacher-info ul li {
    font-size: 16px;
  }
  #teacher-page .about-text h2,
  #teacher-page .about-text h3 {
    font-size: 24px;
  }
  #teacher-page .about-text p,
  #teacher-page .about-text li {
    font-size: 15px;
  }
  #teacher-page .certificates-info h3 {
    font-size: 24px;
  }
  #teacher-page .slider-block__main, #teacher-page .teacher-top .teacher-main-slider, #teacher-page .teacher-certificates .certificates-main-slider {
    height: 320px;
  }
  #teacher-page .about-video video {
    min-height: 320px;
    max-height: 500px;
  }
  #teacher-page .reviews .reviews-title h2 {
    font-size: 30px;
  }
  #teacher-page .reviews .reviews-slider img {
    height: 420px;
  }
}
@media (max-width: 576px) {
  #teacher-page section {
    padding-bottom: 45px;
  }
  #teacher-page .teacher-top {
    padding-top: 24px;
  }
  #teacher-page .teacher-top .container {
    gap: 20px;
  }
  #teacher-page .teacher-top .container h1 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.25;
  }
  #teacher-page .teacher-info,
  #teacher-page .certificates-info {
    padding: 22px;
    border-radius: 20px;
  }
  #teacher-page .teacher-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #teacher-page .teacher-info ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #teacher-page .teacher-info .btn-primary {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #teacher-page .teacher-info .teacher-exp {
    text-align: left;
    font-size: 14px;
  }
  #teacher-page .about-text {
    padding: 24px 22px;
    border-radius: 20px;
  }
  #teacher-page .about-text h2,
  #teacher-page .about-text h3 {
    font-size: 22px;
  }
  #teacher-page .about-text p,
  #teacher-page .about-text li {
    font-size: 15px;
    line-height: 1.65;
  }
  #teacher-page .about-text .btn-primary {
    width: 100%;
  }
  #teacher-page .about-video video {
    min-height: 280px;
    border-radius: 20px;
  }
  #teacher-page .slider-block__main, #teacher-page .teacher-top .teacher-main-slider, #teacher-page .teacher-certificates .certificates-main-slider {
    height: 260px;
    border-radius: 20px;
  }
  #teacher-page .slider-block__thumbs img, #teacher-page .teacher-top .teacher-thumbs img, #teacher-page .teacher-certificates .certificates-thumbs img {
    height: 55px;
    border-radius: 8px;
  }
  #teacher-page .swiper-button-next,
  #teacher-page .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }
  #teacher-page .swiper-button-next:after,
  #teacher-page .swiper-button-prev:after {
    font-size: 18px !important;
  }
  #teacher-page .reviews .reviews-title {
    margin-bottom: 25px;
  }
  #teacher-page .reviews .reviews-title h2 {
    font-size: 26px;
  }
  #teacher-page .reviews .reviews-slider {
    padding: 0 25px;
  }
  #teacher-page .reviews .reviews-slider img {
    height: 360px;
  }
  #teacher-page .reviews .reviews-prev,
  #teacher-page .reviews .reviews-next {
    width: 38px;
    height: 38px;
  }
  #teacher-page .reviews .reviews-btn .btn-primary {
    width: 100%;
  }
  .teacher-popup {
    align-items: flex-end;
    padding: 15px;
  }
  .teacher-popup__content {
    padding: 30px 20px 24px;
    border-radius: 24px;
  }
  .teacher-popup h3 {
    font-size: 21px;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}

a {
  color: #1a1a1a;
  box-sizing: border-box;
}

.title {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.btn {
  box-sizing: border-box;
}

.grecaptcha-badge {
  display: none;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  box-sizing: border-box;
}

.breadcrumbs-wrap {
  padding: 20px 0 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #777;
}
.breadcrumbs a {
  color: #05586a;
  text-decoration: none;
  transition: 0.2s;
}
.breadcrumbs a:hover {
  color: #044a59;
}
.breadcrumbs .breadcrumb_last {
  color: #999;
}

@media (max-width: 576px) {
  .breadcrumbs {
    font-size: 13px;
    line-height: 1.5;
  }
}