@charset "UTF-8";
/*!
Theme Name: pochaty.biznes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pochaty-biznes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* NORMALIZE AND RESET
Resetting some styles for more uniform display in different browsers
__________________________________________________*/
/* CSS RESET
__________________________________________________*/
a, abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, label, legend, li, main, mark, nav, ol, p, pre, q, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* BASE STYLES
Styles for bare HTML elements: html, body, h1...h5, p, etc.
__________________________________________________*/
/*
COLOR VARIABLES
*/
/*
BORDER-RADIUS
*/
/*
TYPOGRAPHY
*/
/*
SPACING
*/
/*
TRANSITIONS
*/
/*
WIDTHS
*/
/*
BOX-SHADOW
*/
:root {
  /* Font families */
  --font-display: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-body: "Arial", sans-serif;
  /* Named type steps (rem, 16px root) */
  --fs-13: 1.3rem;
  --fs-14: 1.4rem;
  --fs-16: 1.6rem;
  --fs-18: 1.8rem;
  --fs-20: 2rem;
  --fs-24: 2.4rem;
  --fs-28: 2.8rem;
  --fs-32: 3.2rem;
  --fs-40: 4rem;
  --fs-48: 4.8rem;
  --fs-52: 5.2rem;
  --fs-64: 6.4rem;
  /* Fluid role tokens (phone -> desktop). Max = existing desktop value. */
  --fs-page-title: clamp(2.8rem, 6vw, 5.2rem);
  --fs-page-subtitle: clamp(1.8rem, 3.4vw, 2.8rem);
  --fs-single-title: clamp(2.6rem, 5.5vw, 4rem);
  --fs-hub-hero-title: clamp(3.2rem, 6.5vw, 6.4rem);
  --fs-course-hero-title: clamp(2.2rem, 5.5vw, 3.2rem);
  --fs-card-title: clamp(1.8rem, 2.4vw, 2.4rem);
  /* Line heights */
  --lh-tight: 1.1;
  --lh-heading: 1.2;
  --lh-body: 1.4;
  /* Weights (Grunt Grotesk ships bold only; body text is Arial) */
  --fw-regular: 400;
  --fw-bold: 600;
  /* Palette (mirrors base/_variables.scss) */
  --color-brand: #165BA4;
  --color-ink: #111111;
  --color-body: #2b2b2b;
  --color-muted: #838D94;
  --color-line: #d9d9d9;
  --color-surface: #ffffff;
  /* Status colours (mirror the .is-* classes) */
  --color-upcoming-bg: #0088ff;
  --color-active-bg: #ecfdf5;
  --color-active-fg: #065f46;
  --color-finished-bg: #fef2f2;
  --color-finished-fg: #991b1b;
  /* Radii */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  /* Breakpoints, for reference only:
     phone <= 767px, tablet 768-1023px, desktop >= 1024px, wide >= 1440px */
}

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table;
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* GLOBALS & ELEMENTS
__________________________________________________*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Arial", sans-serif;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article, aside, footer, header, main, nav, section {
  display: block;
}

:after, :before {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote, q {
  quotes: none;
}

/* Form */
label {
  display: block;
  font-size: 17px;
  color: #9E9E9E;
  margin-bottom: 4px;
}

/* Utility */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

main {
  overflow-x: hidden;
}

.wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Grunt Grotesk — Latin */
@font-face {
  font-family: "Grunt Grotesk";
  src: url("fonts/gruntgrotesk-bold-webfont.woff2") format("woff2"), url("fonts/gruntgrotesk-bold-webfont.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
:root {
  --fs-body: 1.4rem;
  --fs-h4: 1.6rem;
  --fs-h3: 2.4rem;
  --fs-h2: 3.2rem;
  --fs-h1: 5.2rem;
  --academy-color: #0A97D9;
  --accelrator-color: #4C9F38;
  --hubs-color: #FD9D24;
}

body {
  font-size: var(--fs-body);
}

h4 {
  font-size: var(--fs-h4);
}

h3 {
  font-size: var(--fs-h3);
}

h2 {
  font-size: var(--fs-h2);
}

h1 {
  font-size: var(--fs-h1);
  line-height: 1;
}

/*** Components ***/
/* Icon */
.icon--w-text {
  display: flex;
  align-items: center;
}

.icon--w-text .icon__media {
  margin-right: 4px;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 40px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #165BA4;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
.hamburger {
  position: relative;
  height: 20px;
  width: 21px;
}

.hamburger__bar {
  backface-visibility: hidden;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  transform-origin: center center;
  transition: transform 0.3s, background 0.3s;
  background: white;
}

.hamburger__bar:first-child {
  transform: translatey(-4px);
}

.hamburger__bar:last-child {
  transform: translatey(4px);
}

.toggled .hamburger__bar {
  transform: rotate(45deg);
}

.toggled .hamburger__bar:last-child {
  transform: rotate(-45deg);
}

.close {
  position: absolute;
  right: 24px;
  top: 24px;
  height: 32px;
  width: 32px;
  background: none;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #262626;
  background: black;
  z-index: 48;
}

.close__icon {
  position: relative;
  height: 21px;
  width: 21px;
  margin-left: -1px;
}

.close__bar {
  backface-visibility: hidden;
  width: 21px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  transform-origin: center center;
  transition: transform 0.3s, background 0.3s;
  background: white;
}

.close__bar:first-child {
  transform: rotate(45deg);
}

.close__bar:last-child {
  transform: rotate(-45deg);
}

/* Button */
button {
  cursor: pointer;
  outline: none;
}

.btn {
  --cut: 14px; /* size of the slant */
  --r: 14px; /* corner rounding */
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 1.4rem;
  font-family: "Grunt Grotesk", sans-serif;
  color: #fff;
  background: #111;
  text-decoration: none;
  padding: 0.4rem 1.2rem !important;
  border-radius: 4px !important;
  transition: transform 0.18s ease, filter 0.18s ease;
  will-change: transform;
}

.bnt-icon {
  display: inline-flex;
  align-items: center;
}

.btn--secondary {
  background: none;
  border: 1px solid white;
  padding: 6px 16px 10px;
  line-height: 1;
  color: black !important;
}

.btn--large {
  padding: 12px 32px 18px;
  font-size: 24px;
}

.progress__bar {
  height: 3px;
  width: 100%;
  position: relative;
  background: #333333;
  border-radius: 1000px;
  overflow: hidden;
}

.progress__value {
  position: absolute;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.progress__desc {
  margin-top: 6px;
  display: block;
  color: rgb(255, 255, 255);
}

.menu-mobile {
  display: none;
}

h1, h2, h3, h4 {
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  font-weight: normal;
}

/*** LAYOUT ***/
.section + .section .section-header {
  border-top: 4px solid black;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}

.container {
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 46.24em) {
  .container {
    padding: 0 16px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .container {
    padding: 0 40px;
  }
}

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

.carousel-section .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.carousel-section .section-header a {
  color: #000;
  text-decoration: none;
}

.carousel-section .section-button {
  padding-top: 1.6rem;
}

@media (max-width: 767px) {
  .carousel-section .section-header {
    align-items: center;
    gap: 12px;
  }
  .carousel-section .section-header h2 {
    min-width: 0;
  }
  .carousel-section .swiper-nav {
    display: none;
  }
  .carousel-section .section-header .section-button {
    flex: 0 0 auto;
    margin-left: auto;
    padding-top: 0;
  }
  .carousel-section .section-header .section-button .btn {
    width: 40px;
    height: 40px;
    min-height: 40px;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid #111;
    background: transparent;
    color: #111;
  }
  .carousel-section .section-header .section-button .btn .btn__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .carousel-section .swiper-pagination--mobile-bottom {
    justify-content: center;
    margin-top: 1.6rem;
    width: 100% !important;
  }
}
/*** GLOBAL COMPONENTS ***/
.control-group {
  margin-bottom: 12px;
  position: relative;
}

label {
  color: #cccccc;
  display: block;
  margin-bottom: 6px;
}

input[type=text],
input[type=email],
input[type=password] {
  font-size: 20px;
  border-radius: 3px;
  border: 1px solid #9E9E9E;
  padding: 12px 20px;
  color: black;
  width: 100%;
  max-width: 430px;
  padding: 4px 12px;
  margin: 0;
  color: black;
  font-size: 18px;
  max-width: 100%;
}

.radio-wrap input {
  opacity: 0;
}

.radio-wrap input:checked + label:after {
  display: block;
}

.search-city-label {
  margin-bottom: 8px;
}

.radio-wrap label {
  display: block;
  padding: 4px 12px;
  width: 100%;
  cursor: pointer;
  color: #4d4d4d;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  line-height: 1.5 !important;
}
.radio-wrap label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border: 2px solid gray;
  border-radius: 1000px;
  top: 10px;
  left: 8px;
}
.radio-wrap label:after {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: gray;
  border-radius: 1000px;
  top: 14px;
  left: 12px;
}

.selected label:after,
.radio-wrap label:hover:after {
  display: block;
}

.radio-wrap {
  display: block;
}

.form-row--2col {
  display: flex;
  gap: 12px;
}
.form-row--2col:before, .form-row--2col:after {
  display: none !important;
}

.form-row-city {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
.form-row-city input {
  background: black;
  border: 0;
  color: lightgrey;
  padding: 4px;
}
.form-row-city input {
  pointer-events: none;
}

.woocommerce-Button {
  margin-top: 32px;
}

.control-group-error {
  font-size: 13px;
  color: red !important;
  text-transform: uppercase;
  padding-top: 8px;
  display: none;
}

.control-group--error .control-group-error {
  display: block;
}

/*** SWIPER ***/
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.swiper-pagination {
  position: static !important;
  flex: 0 0 auto;
  width: auto !important;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #838D94;
  border: 2px solid #838D94;
  border-radius: 1px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 0;
  margin: 0;
  appearance: none;
  transform: rotate(45deg);
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #6b7378;
  border-color: #6b7378;
  transform: rotate(45deg) scale(1.15);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
  width: 14px;
  height: 14px;
}
.swiper-pagination svg {
  fill: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  margin: 0 !important;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-out;
  appearance: none;
  color: #000;
}
.swiper-button-prev:before, .swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1);
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: scale(0.95);
}
.swiper-button-prev .swiper-button-icon,
.swiper-button-next .swiper-button-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.swiper-button-prev:disabled,
.swiper-button-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper-button-prev:disabled:hover,
.swiper-button-next:disabled:hover {
  transform: none;
}

/* ---------- Default arrow ---------- */
.psb-arrow,
.carousel-section .section-header .section-button .btn::after {
  content: "";
  display: inline-block;
  width: var(--arrow-size, 20px);
  height: calc(var(--arrow-size, 20px) * 32 / 39);
  background-color: currentColor;
  -webkit-mask: url("assets/images/icons/swiper/arrow-next.svg") no-repeat center/contain;
  mask: url("assets/images/icons/swiper/arrow-next.svg") no-repeat center/contain;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.swiper-button-disabled:hover {
  transform: none;
}

.carousel-section .swiper,
.swiper.swiper--preinit {
  overflow: hidden;
}

.carousel-section .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: content-box;
  gap: 12px;
}
@media (min-width: 768px) {
  .carousel-section .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
.carousel-section .swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 calc((100% - 12px) / 2);
  width: calc((100% - 12px) / 2);
  max-width: calc((100% - 12px) / 2);
  height: auto;
}
@media (min-width: 768px) {
  .carousel-section .swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 1440px) {
  .carousel-section .swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 72px) / 4);
    width: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}
.carousel-section .swiper:not(.swiper-initialized) .swiper-pagination,
.carousel-section .swiper:not(.swiper-initialized) .swiper-button-prev,
.carousel-section .swiper:not(.swiper-initialized) .swiper-button-next {
  opacity: 0;
}

.carousel-section .swiper-nav {
  min-height: 40px;
}

.carousel-section .swiper-pagination,
.carousel-section .swiper-button-prev,
.carousel-section .swiper-button-next {
  transition: opacity 0.2s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-section .swiper-pagination,
  .carousel-section .swiper-button-prev,
  .carousel-section .swiper-button-next {
    transition: none;
  }
}
/*** HEADER ***/
#masthead {
  position: sticky;
  top: -1px; /* ➜ the trick */
  padding: 24px 0;
  padding-top: 25px; /* ➜ compensate for the trick */
  z-index: 10000000;
  margin-bottom: 12px;
}

#masthead {
  position: sticky;
  top: -1px; /* ➜ the trick */
  padding-top: 17px; /* ➜ compensate for the trick */
  padding-bottom: 16px;
  transition: 0.2s;
  z-index: 10000000;
  background: white;
}

.masthead-row {
  display: flex;
  justify-content: space-between;
}

#masthead a {
  text-decoration: none;
}

.site-title a {
  display: block;
}

#menu-container ul {
  display: flex;
  align-items: center;
}

.profile {
  padding: 6px;
  background: white;
}
.profile svg {
  width: 24px;
  height: 24px;
}
.profile svg path {
  fill: white;
}

.main-navigation {
  width: auto;
}
@media (max-width: 61.24em) {
  .main-navigation {
    order: -1;
  }
}

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

.menu-toggle {
  display: none;
}

.menu {
  list-style: none;
  display: flex;
  margin: 0;
}
@media (max-width: 1023px) {
  .menu {
    display: block;
  }
}

.menu > li {
  margin-left: 24px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding: 2px 0;
}
.menu > li img {
  height: 40px;
}

.menu li + li {
  margin-left: 24px;
}

.menu > li > a {
  color: white;
  display: block;
  padding: 12px 0;
}

.menu-item-has-children {
  padding-right: 24px;
}

.menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}

.menu > li.menu-item-has-children > a:after {
  content: "";
  margin-top: 4px;
  margin-left: 2px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("assets/icons/chevron-white.svg") no-repeat center left;
  background-size: contain;
}

@media (min-width: 1024px) {
  .menu > li.current-menu-item > a,
  .menu > li.current-menu-ancestor > a {
    border-bottom: 1px solid #D0021B;
  }
}

@media (min-width: 61.25em) {
  .menu > li > ul.sub-menu {
    border-top: 0;
    padding: 24px;
    border-radius: 12px;
  }
}
.menu > li > ul.sub-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 4px;
  color: darkgray;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu li ul ul {
  position: static;
  display: flex;
  flex-wrap: wrap;
}

.menu li ul ul li {
  width: 100%;
}

.menu > li > ul.sub-menu a {
  color: black;
  display: block;
  padding: 4px 0;
}

/*** Mobile menu ***/
.menu-close {
  display: none;
}

@media (max-width: 1024px) {
  #menu-container {
    display: none;
  }
  #menu-container[aria-expanded=true] {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: white;
    padding: 96px 16px 24px;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (min-width: 46.25em) and (max-width: 61.24em) {
  #menu-container[aria-expanded=true] {
    width: 100%;
    left: auto;
    right: 0;
    padding: 100px 12px 0;
    box-shadow: 0 0 24px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1024px) {
  #menu-container[aria-expanded=true] ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  #menu-container[aria-expanded=true] ul li {
    width: 100%;
    margin: 0;
  }
  #menu-container[aria-expanded=true] ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #ffffff;
  }
  .menu-toggle {
    border-radius: 1000px;
    border: 1px solid #262626;
    background: black;
    color: white;
    padding: 4px 16px;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-width: 46.24em) {
  .menu-toggle {
    padding: 2px 8px;
  }
}
@media (max-width: 1024px) {
  .menu-toggle__text {
    position: relative;
    top: -1px;
    margin-left: 8px;
    font-size: 15px;
  }
  .menu-close {
    background: black;
    border: 1px solid #262626;
    height: 40px;
    width: 40px;
    border-radius: 1000px;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
    z-index: 1000000000;
  }
  .menu-close img {
    width: 24px;
    height: 24px;
  }
  .menu > li > a {
    font-size: 24px;
    font-weight: 300;
  }
  .menu > li > ul.sub-menu {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }
  .menu > li[aria-expanded=true] > ul.sub-menu {
    height: auto;
  }
  .menu > li.menu-item-has-children > a:after {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: 6px;
    background-size: contain;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
  }
  .menu > li.menu-item-has-children > .sub-menu > li:last-child {
    margin-bottom: 24px;
  }
  .menu > li.menu-item-has-children[aria-expanded=true] > a:after {
    transform: rotate(-180deg);
  }
  .menu > li > ul.sub-menu > li > a {
    margin-top: 16px;
    font-weight: 200;
    font-size: 18px;
    color: #a6a6a6;
  }
  .menu > li > ul.sub-menu a {
    font-size: 18px;
    font-weight: 300;
    color: white;
    padding-left: 12px;
  }
  .menu > li > ul.sub-menu > li + li {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
  #menu-container[aria-expanded=true] {
    top: 72px;
    height: calc(100dvh - 72px);
    padding: 20px 20px 32px;
    overscroll-behavior: contain;
  }
  #menu-container[aria-expanded=true] ul {
    align-items: flex-start;
    gap: 16px;
  }
  #menu-container[aria-expanded=true] ul li a {
    min-height: 0;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
  }
  #menu-container[aria-expanded=true] ul li a img {
    max-width: 100%;
    height: 38px;
  }
  .menu-toggle {
    position: relative;
    z-index: 10000;
    min-width: 36px;
    min-height: 36px;
    justify-content: center;
    padding: 4px 6px;
    border: 1px solid #111;
    border-radius: 4px;
    background: transparent;
    color: #111;
  }
  .menu-toggle .hamburger__bar {
    background: #111;
  }
  .menu-toggle__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .menu-mobile {
    display: block;
  }
  .menu-mobile .login-reg-links {
    margin: 22px 0 0;
  }
}
/*** Desktop menu only ***/
@media (min-width: 1024px) {
  .menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .menu > li > .sub-menu > li {
    padding-top: 18px;
  }
  .menu > li > .sub-menu > li:first-child {
    padding-top: 0;
    margin-top: -8px;
  }
  .menu > li > ul {
    width: 300px;
    background: #0d0d0d;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-40%);
    padding: 12px;
    border-radius: 2px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.07);
    border-top: 1px solid lightgray;
    visibility: hidden;
    opacity: 0;
  }
  .menu > li > ul.sub-menu a {
    color: white;
  }
}
.account-menu {
  position: relative;
}

.account-menu__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.account-menu:hover .account-menu__dropdown,
.account-menu:focus-within .account-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.account-menu__item {
  display: block;
  padding: 10px 14px;
  color: #111 !important;
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  white-space: nowrap;
}
.account-menu__item:hover {
  color: #D0021B !important;
}

.login-reg-links {
  display: flex;
}
@media (max-width: 1023px) {
  .login-reg-links {
    display: none;
  }
}

.menu-mobile .login-reg-links {
  display: flex;
  margin: 48px 24px;
}
@media (min-width: 1023px) {
  .menu-mobile .login-reg-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-mobile .login-reg-links {
    flex-direction: column;
    gap: 12px;
  }
}

.login-reg-links button,
.login-reg-links a {
  color: white;
  border: 1px solid #262626;
  background: black;
  padding: 4px 8px;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-right: 6px;
}
@media (max-width: 46.24em) {
  .login-reg-links button,
  .login-reg-links a {
    display: inline-flex;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
  }
}
.login-reg-links button:last-child,
.login-reg-links a:last-child {
  margin-right: 0;
}
.login-reg-links button img,
.login-reg-links a img {
  height: 24px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  display: none;
}
.login-reg-links button svg,
.login-reg-links a svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

@media (max-width: 46.24em) {
  .login-reg-links .js-open-reg {
    display: none;
  }
}

.login-reg-links .header-account,
.login-reg-links .header-register {
  padding: 6px 14px !important;
}

@media (max-width: 1023px) {
  .menu-mobile .account-menu {
    width: 100%;
  }
  .menu-mobile .account-menu__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  .menu-mobile .account-menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .masthead-cta > .login-reg-links {
    display: flex;
  }
  .masthead-cta .header-account {
    width: 36px;
    height: 36px;
    min-height: 36px;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #111;
    border-radius: 4px;
    background: transparent;
    color: #111;
  }
  .masthead-cta .header-account svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .masthead-cta .header-account span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .masthead-cta .account-menu__dropdown,
  .menu-mobile {
    display: none;
  }
  .menu-mobile .login-reg-links,
  .menu-mobile .account-menu,
  .menu-mobile .header-account {
    width: auto;
    align-items: flex-start;
  }
  .menu-mobile .header-account,
  .menu-mobile .account-menu__item {
    justify-content: flex-start;
    min-height: 36px;
    margin: 0;
    padding: 6px 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
  }
  .menu-mobile .account-menu__dropdown {
    padding-top: 0;
  }
}
.logo {
  width: 220px;
}
@media (max-width: 767px) {
  .logo {
    width: clamp(120px, 38vw, 170px);
  }
}

.masthead-row__section--nav {
  display: flex;
  align-items: center;
}

@media (max-width: 61.24em) {
  .masthead-row {
    align-items: center;
  }
  .masthead-row__section--nav {
    order: 3;
    margin-left: auto;
    justify-content: flex-end;
  }
  .masthead-cta {
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .masthead-row {
    gap: 8px;
  }
  .masthead-row__section--logo {
    min-width: 0;
    margin-right: auto;
  }
  .masthead-row__section--nav,
  .masthead-cta {
    margin-left: 0;
  }
  .masthead-cta {
    gap: 8px;
  }
}
#menu-container ul {
  display: flex;
  gap: 24px;
  align-items: center;
}

#menu-container img {
  height: 36px;
}

.platform-menu__children {
  display: none !important;
}

@media (max-width: 767px) {
  @keyframes mobile-menu-item-in {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #menu-container .platform-menu {
    gap: 22px;
  }
  #menu-container .platform-menu__section {
    display: block;
    animation: mobile-menu-item-in 0.35s ease both;
  }
  #menu-container .platform-menu__section:nth-child(1) {
    animation-delay: 0.05s;
  }
  #menu-container .platform-menu__section:nth-child(2) {
    animation-delay: 0.12s;
  }
  #menu-container .platform-menu__section:nth-child(3) {
    animation-delay: 0.19s;
  }
  #menu-container .platform-menu__children li {
    animation: mobile-menu-item-in 0.3s ease both;
  }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(1) {
    animation-delay: 0.1s;
  }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(2) {
    animation-delay: 0.14s;
  }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(3) {
    animation-delay: 0.18s;
  }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(1) {
    animation-delay: 0.17s;
  }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(2) {
    animation-delay: 0.21s;
  }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(3) {
    animation-delay: 0.25s;
  }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(1) {
    animation-delay: 0.24s;
  }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(2) {
    animation-delay: 0.28s;
  }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(3) {
    animation-delay: 0.32s;
  }
}
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  #menu-container .platform-menu__section,
  #menu-container .platform-menu__children li {
    animation: none;
  }
}
@media (max-width: 767px) {
  #menu-container[aria-expanded=true] .platform-menu__heading {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding: 0;
  }
  #menu-container .platform-menu__children {
    display: grid !important;
    width: 100%;
    gap: 2px;
    margin-top: 6px;
    padding-left: 0;
  }
  #menu-container .platform-menu__children li a {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    min-height: 42px;
    padding: 7px 0;
    color: #333;
    font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
  }
}
.masthead-cta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.masthead-cta .btn {
  font-size: 16px !important;
  padding: 10px 14px !important;
  line-height: 1;
}
.masthead-cta .btn svg {
  width: 16px;
  height: 16px;
}

.btn--secondary.header-language {
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #111 !important;
  border: 1px solid #111 !important;
  background: transparent !important;
}

.header-account,
.header-register {
  gap: 8px;
}
.header-account span,
.header-register span {
  position: relative;
}

@media (max-width: 767px) {
  .masthead-cta .btn--secondary.header-language {
    min-width: 36px;
    min-height: 36px;
    justify-content: center;
    padding: 4px 6px !important;
    border-radius: 4px !important;
  }
}
/*** Footer ***/
.footer {
  padding: 64px 0 24px;
  position: relative;
}
@media (max-width: 46.24em) {
  .footer {
    margin-top: 32px;
  }
}

.footer-about {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 24px;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

.footer-disc {
  flex: 0 0 100px;
  width: 300px;
  margin-left: 40px;
}

.footer-bg-wrap {
  position: absolute;
  right: 0;
  width: 100%;
  height: 120%;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0.4;
}

.footer-bg {
  position: absolute;
  right: 0;
  bottom: 20vw;
  display: block;
  width: 140vw;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom right;
}

.footer a {
  color: black;
  text-decoration: none;
}

.footer p.disclaimer-text {
  color: black;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

.copyright {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.copyright a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0 24px;
  }
  .footer-about {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
  }
  .footer-disc {
    flex: none;
    width: min(100%, 240px);
    margin-left: 0;
  }
  .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .copyright p {
    margin: 0;
  }
}
/*** HERO ***/
.hero__title {
  padding: 48px 0 0px;
  max-width: 1140px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero__title {
    font-size: 64px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2.4rem;
}

.event-card {
  position: relative;
  overflow: hidden;
}

.event-card__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.event-card__link:after {
  content: "";
  position: absolute;
  inset: 0;
}

/* IMAGE */
.event-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  aspect-ratio: 16/9;
  filter: grayscale(100%);
}

.event-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.event-card-vertical .event-card__image,
.event-card-vertical .event-card__image img {
  aspect-ratio: 3/4;
}

.event-card__meta {
  display: flex;
  margin-top: 12px;
  gap: 4px;
}
.event-card__meta .icon {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: black;
  margin-right: 8px;
}
.event-card__meta .icon img {
  width: 48px;
  height: 48px;
  margin-right: -4px;
}

/* STATUS BADGE */
.event-card__status {
  font-family: var(--font-display);
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 1000px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.event-card__title {
  font-size: clamp(1.4rem, 1.2rem + 0.5vw, 1.4rem);
  line-height: 1.2;
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0;
}

/* ===== STATUS COLORS ===== */
.event-status-anons .event-card__status,
.event-status-is-upcoming .event-card__status {
  color: white; /* blue */
  background: rgb(0, 136, 255);
}

.event-status-aktyvna .event-card__status,
.event-status-is-active .event-card__status {
  color: white; /* blue */
  background: rgba(28, 203, 143, 0.85); /* green */
}

.event-status-zaversheno .event-card__status,
.event-status-is-finished .event-card__status {
  color: #fff;
  background: #000;
}

.event-status-is-custom .event-card__status {
  color: #374151;
  background: #f3f4f6;
}

/* ---------- Event date ---------- */
.event-card__date {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: var(--fs-13);
  line-height: 1.2;
  color: #111;
}

/**** Page ****/
main {
  /*padding-bottom: 80px;*/
}

.main--dark {
  background: black;
}

.ds-page {
  padding-bottom: 96px;
  /* Type specimens */
  /* Colour swatches */
  /* Generic inline row for buttons / badges */
  /* Icon grid */
  /* Mobile */
}
.ds-page .ds-hero {
  padding: 48px 0 32px;
  border-bottom: 4px solid var(--color-ink);
  margin-bottom: 48px;
}
.ds-page .ds-hero__title {
  font-size: var(--fs-page-title);
  line-height: var(--lh-tight);
}
.ds-page .ds-hero__lead {
  margin-top: 12px;
  max-width: 62ch;
  font-size: var(--fs-18);
  color: var(--color-body);
}
.ds-page .ds-section {
  margin-bottom: 64px;
}
.ds-page .ds-section__title {
  font-size: var(--fs-32);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--color-line);
}
.ds-page .ds-section__note {
  max-width: 70ch;
  margin-bottom: 24px;
  color: var(--color-body);
}
.ds-page .ds-subhead {
  font-size: var(--fs-20);
  margin: 32px 0 12px;
  font-family: var(--font-display);
}
.ds-page .ds-count {
  color: var(--color-muted);
  font-weight: var(--fw-regular);
}
.ds-page code.ds-token {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: var(--fs-13);
  background: #f4f4f5;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  padding: 2px 6px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ds-page .ds-type-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-line);
}
.ds-page .ds-type-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ds-page .ds-type-use {
  font-size: var(--fs-13);
  color: var(--color-muted);
}
.ds-page .ds-type-sample {
  font-family: var(--font-display);
  line-height: var(--lh-tight);
  min-width: 0;
  overflow-wrap: anywhere;
}
.ds-page .ds-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.ds-page .ds-swatch {
  margin: 0;
}
.ds-page .ds-swatch figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  font-size: var(--fs-13);
  align-items: flex-start;
}
.ds-page .ds-swatch__chip {
  height: 72px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-line);
}
.ds-page .ds-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.ds-page .ds-radius {
  display: grid;
  place-items: center;
  min-width: 140px;
  height: 72px;
  background: #f4f4f5;
  border: 1px solid var(--color-line);
}
.ds-page .ds-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
.ds-page .ds-icon {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  text-align: center;
  background: var(--color-surface);
}
.ds-page .ds-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.ds-page .ds-icon figcaption {
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--color-muted);
  overflow-wrap: anywhere;
}
.ds-page .grid .kursy-card-alt {
  position: relative;
  overflow: hidden;
}
.ds-page .grid .kursy-card-alt .icon {
  position: static;
  right: auto;
  bottom: auto;
  margin-top: 12px;
  flex-wrap: wrap;
  max-width: 100%;
}
.ds-page .grid .kursy-card-alt__title {
  font-size: var(--fs-24);
  max-width: 100%;
}
.ds-page .grid .kursy-card-alt__lektor {
  font-size: var(--fs-16);
}
@media (max-width: 767px) {
  .ds-page .ds-type-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ds-page .ds-icons {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }
  .ds-page .ds-radius {
    min-width: 110px;
  }
}

/* Header */
.page-header {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .header-bg {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50%;
  z-index: -1;
}
.page-header .header-bg svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-header .header-icon {
  flex: 0 0 180px;
  width: 120px !important;
  height: 120px !important;
  margin-right: 120px;
}

.page-header--academy .header-bg svg,
.page-header--academy .header-bg svg path,
.page-header--academy .header-bg svg rect,
.page-header--academy .header-bg svg polygon,
.page-header--academy .header-bg svg circle,
.page-header--academy .header-bg svg ellipse,
.page-header--academy .header-icon,
.page-header--academy .header-icon path,
.page-header--academy .header-icon rect,
.page-header--academy .header-icon polygon,
.page-header--academy .header-icon circle,
.page-header--academy .header-icon ellipse {
  fill: var(--academy-color) !important;
}

.page-header--accelerator .header-bg svg,
.page-header--accelerator .header-bg svg path,
.page-header--accelerator .header-bg svg rect,
.page-header--accelerator .header-bg svg polygon,
.page-header--accelerator .header-bg svg circle,
.page-header--accelerator .header-bg svg ellipse,
.page-header--accelerator .header-icon,
.page-header--accelerator .header-icon path,
.page-header--accelerator .header-icon rect,
.page-header--accelerator .header-icon polygon,
.page-header--accelerator .header-icon circle,
.page-header--accelerator .header-icon ellipse {
  fill: var(--accelrator-color) !important;
}

.page-header--hubs .header-bg svg,
.page-header--hubs .header-bg svg path,
.page-header--hubs .header-bg svg rect,
.page-header--hubs .header-bg svg polygon,
.page-header--hubs .header-bg svg circle,
.page-header--hubs .header-bg svg ellipse,
.page-header--hubs .header-icon,
.page-header--hubs .header-icon path,
.page-header--hubs .header-icon rect,
.page-header--hubs .header-icon polygon,
.page-header--hubs .header-icon circle,
.page-header--hubs .header-icon ellipse {
  fill: var(--hubs-color) !important;
}

.page-header__body {
  flex: 1;
}

.page-title {
  font-size: 5.2rem;
}

.page-subtitle {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  color: rgb(68, 68, 68);
}

.page-header--dark h1 {
  color: white;
  font-weight: 200;
}

.page__breadcrumbs span {
  color: #cccccc;
}

.page__breadcrumbs a {
  color: white;
}

.map-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  height: 600px;
}

#map {
  width: 100%;
  height: 100%;
}

.map-embed {
  position: relative;
  height: 100%;
}

#map {
  border-radius: 12px;
}

.map-sidebar {
  background: #0b0f1a;
  color: #fff;
  overflow-y: auto;
  padding: 16px;
}

.hours-list {
  margin-top: 32px;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.hours-list li {
  border-top: 1px solid #d3d3d3;
}

.hub-item {
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  background: #151a2d;
  transition: background 0.2s;
}

.hub-item:hover {
  background: #1e2542;
}

.hub-title {
  font-weight: 600;
}

.hub-meta {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 6px;
}

.guide-sustainable-business ul,
.single-psb_guides .single-content .op-typography ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-sustainable-business ul li,
.single-psb_guides .single-content .op-typography ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 48px;
  line-height: 1.45;
}

.guide-sustainable-business ul li::before,
.single-psb_guides .single-content .op-typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 32px;
  height: 18px;
  background-image: url("assets/images/icons/guides/list-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.guide-sustainable-business ul li:last-child,
.single-psb_guides .single-content .op-typography ul li:last-child {
  margin-bottom: 0;
}

.media-vertical img {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
}

.hub-section .section-header {
  margin-bottom: 32px;
}

.hub-hero {
  padding-bottom: 0;
}
.hub-hero h1 {
  font-size: 64px;
  line-height: 1.2;
  max-width: 60%;
}

.hub-page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hub-meta-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.hub-address {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Grunt Grotesk", sans-serif;
}
.hub-address svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.hub-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none !important;
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 500;
}
.hub-phone-btn svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.hub-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hub-header-actions .btn {
  background: #165ba4 !important;
  color: #fff !important;
  border-color: #165ba4 !important;
  font-size: 1rem;
}

.hub-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hub-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.hub-social-link:hover {
  opacity: 0.6;
}
.hub-social-link svg {
  display: block;
}

.hub-map .row {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: stretch;
  min-height: 320px;
}
@media (max-width: 46.24em) {
  .hub-map .row {
    grid-template-columns: 1fr;
  }
}
.hub-map .map-embed {
  height: 100%;
  min-height: 280px;
}
.hub-map .map-embed iframe,
.hub-map .map-embed #map {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}
.hub-map .hours-card {
  padding: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #111;
}
.hub-map .hours-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.hub-map .hours-list {
  margin-top: 0;
}
.hub-map .hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hub-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 61.24em) {
  .hub-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 46.24em) {
  .hub-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hub-gallery-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.06);
}
.hub-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hub-gallery-item:hover img {
  transform: scale(1.04);
}

.hub-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hub-stat {
  padding: 20px 28px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  min-width: 140px;
}
.hub-stat__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.hub-stat__label {
  font-size: 0.85rem;
  opacity: 0.6;
}

.hub-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 46.24em) {
  .hub-services-grid {
    grid-template-columns: 1fr;
  }
}

.hub-service-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #111;
}

.hub-service-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.hub-service-icon img,
.hub-service-icon svg {
  width: 28px;
  height: 28px;
}

.hub-service-body h3, .hub-service-body p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
}

.hub-services-grid--stats {
  margin-top: 2.4rem;
  margin-bottom: 32px;
  padding-top: 2.4rem;
  border-top: 4px solid black;
}

.hub-services-category {
  margin-top: 3rem;
}
.hub-services-category + .hub-services-category {
  margin-top: 2.8rem;
}
.hub-services-category__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
}

.hub-service-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}

.hub-book .book-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-booking-embed {
  margin-top: 24px;
}

.kurs__content {
  padding-top: 40px;
}
@media (min-width: 61.25em) {
  .kurs__content {
    display: flex;
  }
}

.kurs__sidenav {
  flex: 0 0 350px;
  margin-top: 48px;
  padding-right: 120px;
}
@media (max-width: 61.24em) {
  .kurs__sidenav {
    display: none;
  }
}
.kurs__sidenav .page-nav {
  position: sticky;
  top: 64px;
  left: 0;
}
.kurs__sidenav h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 300;
}
.kurs__sidenav li + li {
  margin-top: 6px;
}
.kurs__sidenav a {
  display: flex;
  color: #2b2b2b;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 20px;
  padding: 0 4px;
}
.kurs__sidenav a.is-current {
  background: #ebebeb;
}
.kurs__sidenav a svg {
  flex: 0 0 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  display: none;
}

/* Layout */
.kurs-header {
  position: relative;
  color: white;
  min-height: 35vw;
  z-index: 2;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 46.24em) {
  .kurs-header {
    display: flex;
    align-items: flex-end;
    padding-top: 180px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.kurs-header * {
  color: white;
}
.kurs-header h1 {
  font-size: 3.2rem;
}

/* Media */
.kurs-header__media {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  top: 0;
  overflow-y: hidden;
  border-radius: 12px;
}
.kurs-header__media:after {
  display: block;
  content: "";
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .kurs-header__media:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%) !important;
  }
}
.kurs-header__media img {
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kurs-header__title {
  margin-bottom: 16px;
}

/* Content */
.kurs-header__content {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
  max-width: 50%;
}

.kurs-header__additional {
  display: flex;
  margin-top: 24px;
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

.kurs-header__additional .icon {
  font-weight: 300;
  margin-right: 12px;
}
.kurs-header__additional .icon img {
  width: 48px;
  height: 48px;
  margin-right: -4px;
  filter: invert(100%);
}

.lektor-wrap {
  margin-bottom: 48px;
  gap: 40px;
  display: flex;
}
@media (max-width: 46.24em) {
  .lektor-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}

.kurs-header .kurs__lektor {
  margin-top: 12px;
  border-left: 0;
  padding: 0;
}

.kurs__lektor .lektor {
  display: flex;
  align-items: center;
  z-index: 10;
}
@media (max-width: 46.24em) {
  .kurs__lektor .lektor {
    flex-direction: column;
    flex: 0 0 50%;
    align-items: flex-start;
    padding: 0 16px;
    margin: 24px 0 0;
  }
}

.lektor__content p {
  line-height: 1.2;
}

.lektor__image {
  border-radius: 1000px;
  width: 80%;
  max-width: 68px;
}
@media (max-width: 46.24em) {
  .lektor__image {
    width: 48px;
    margin-bottom: 8px;
  }
}

.lektor__company {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.2;
  margin-top: 2px;
}
@media (max-width: 46.24em) {
  .lektor__company {
    font-size: 16px;
  }
}

.kurs__progress {
  margin-bottom: 24px;
}

.kurs__kontent .kurs__section + .kurs__section {
  margin-top: 4.4rem;
  padding-top: 2.2rem;
  border-top: 3px solid black;
}
.kurs__kontent .kurs__section > h2 {
  line-height: 1.2;
  font-size: 44px;
  margin-bottom: 24px;
}
.kurs__kontent .kurs__certifikat a,
.kurs__kontent .kurs__section p a {
  color: #165BA4 !important;
  font-weight: bold;
  text-decoration: underline;
}

.kurs__videos {
  padding: 32px 0 0;
}

.kurs__test-page-actions {
  margin-bottom: 24px;
}

.kurs__test-page-title {
  margin-bottom: 8px;
}

.kurs__test-page-course {
  margin-bottom: 24px;
}

.kurs__content--test {
  padding-top: 24px;
}

/*** Video card ***/
.videocard {
  position: relative;
  margin-bottom: 32px;
}

.videocard__content {
  display: flex;
}

.videocard__time {
  margin-left: auto;
  align-items: center;
  opacity: 0.5;
  font-size: 14px;
}

.videocard__watched {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28px;
  right: 12px;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 46.24em) {
  .videocard__watched {
    top: 23px;
  }
}

.videocard--watched .videocard__watched {
  display: block;
}

.videocard__play-row {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
@media (max-width: 61.24em) {
  .videocard__play-row {
    bottom: 24px;
  }
}

.videocard__icon {
  width: 64px;
  height: 64px;
  filter: invert(100%);
  flex-shrink: 0;
}

.videocard__lock-label {
  font-size: 12px;
  color: black;
  background: white;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: bold;
}

.videocard__media {
  flex: 0 0 600px;
  max-width: 400px;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 46.25em) {
  .videocard__media {
    margin-right: 24px;
  }
}

.videocard__video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 0;
  padding-bottom: 56.25%;
}

.videocard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.videocard__block {
  padding: 16px 24px 16px 0;
}
@media (max-width: 46.24em) {
  .videocard__block {
    padding: 16px;
  }
}
@media (min-width: 61.25em) {
  .videocard__block {
    min-height: 160px;
  }
}
.videocard__block .videocard__play-row {
  top: 36px;
  bottom: auto;
}
.videocard__block .videocard__play-row .videocard__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 46.25em) {
  .videocard__block .videocard__play-row {
    display: none;
  }
}

.videocard__title {
  font-size: 24px;
  line-height: 1.1;
}

.videocard__desc p {
  margin-top: 12px;
  font-size: 20px;
}

.videocard__lock-note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  display: none;
}

.videocard--locked .videocard__video {
  opacity: 0.7;
}

/* test */
.videocard__test {
  display: flex;
  align-items: center;
  border-radius: 1000px;
  padding: 6px 16px;
  z-index: 3;
  margin-top: 16px;
  border: 1px solid white;
  background: #165BA4;
  color: white;
}
.videocard__test img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.korysni-materialy h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.korysni-materialy li {
  padding-left: 28px;
  margin-bottom: 18px;
  position: relative;
  font-size: 20px;
  color: black;
}
.korysni-materialy li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: black;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.korysni-materialy a {
  color: #165BA4;
  text-decoration: underline;
}

.btn--posylannya {
  margin-top: 24px;
  padding: 12px 16px 18px 12px;
  font-weight: bold;
  border-radius: 1000px;
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #333333;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

.kurs__certifikat {
  border: 3px solid black;
  padding: 64px !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 40px;
}
.kurs__certifikat h2 {
  font-size: 44px;
  line-height: 1;
  margin-top: -4px !important;
  margin-bottom: 12px !important;
}
.kurs__certifikat .btn {
  margin-top: 24px;
}
.kurs__certifikat svg {
  width: 56px;
  height: 56px;
  stroke-width: 2px;
  fill: white !important;
}
@media (max-width: 46.24em) {
  .kurs__certifikat svg {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 181px;
  }
}

.tests {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 46.24em) {
  .tests {
    width: 90vw;
    margin: 0 auto;
  }
}

.test-paragraph {
  color: white !important;
}

.test__header {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #f2f2f2;
}

.test__header h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  max-width: 80%;
}
.test__header h2 br {
  display: none;
}
.test__header h2 span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.test-count {
  color: black;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.questions {
  width: 100%;
}

.test__step {
  padding: 24px;
  margin-bottom: 16px;
  width: 100% !important;
  overflow: hidden;
  display: none;
}

.test__step--active {
  display: block;
}

.radio-wrap {
  border-bottom: 1px solid #e6e6e6;
}

.question__variants {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.question__number {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #f2f2f2;
  margin-bottom: 8px;
}

.question__title {
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 24px;
}

.js-inline-test-finish:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.question__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.test__step .radio-wrap {
  background: white;
  color: black;
  position: relative;
}
.test__step .radio-wrap:hover label {
  background: #fafafa;
}
.test__step .radio-wrap.selected {
  background: #f2f2f2;
}

.question--answered .radio-wrap--correct,
.selected.radio-wrap--correct {
  border-left: 2px solid green;
}
.question--answered .radio-wrap--correct .question__icon,
.selected.radio-wrap--correct .question__icon {
  opacity: 1;
}

.selected {
  border-left: 2px solid red;
}
.selected .question__icon {
  opacity: 1;
}

.question--answered .radio-wrap {
  pointer-events: none;
}
.question--answered label:hover {
  cursor: default;
}

.test-result {
  background: white;
  padding: 48px;
  text-align: center;
  display: none;
}
@media (max-width: 46.24em) {
  .test-result {
    padding: 24px;
  }
}

.test-result__number {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 12px;
}
@media (max-width: 46.24em) {
  .test-result__number {
    font-size: 32px;
  }
}

.test-result__fail,
.test-result__success {
  display: none;
}
.test-result__fail h3,
.test-result__success h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 1.1;
}
.test-result__fail p,
.test-result__success p {
  font-size: 18px;
  font-weight: 300;
}

.test-result--active {
  display: block;
}

.test-result.test__step--active {
  display: block;
}

.loading {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.tests--loading .loading {
  opacity: 1;
  visibility: visible;
}

.next {
  border: 0;
  background: none;
  margin: 0 auto;
  color: #D0021B;
  border: 1px solid #D0021B;
  padding: 4px 12px 8px;
  cursor: pointer;
  border-radius: 1000px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  display: none;
}
.next svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}
.next svg path {
  fill: #165BA4;
}

.question--answered .next {
  display: block;
}

.final-test--inline .test-count,
.final-test--inline .next {
  display: none !important;
}
.final-test--inline .test__step {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.final-test--inline .test__step:last-child {
  border-bottom: 0;
}
.final-test--inline .js-inline-test-finish {
  margin: 16px 24px 24px;
}

.next.last {
  background: #D0021B;
  color: white;
}
.next.last path {
  fill: white;
}

.test-result .btn {
  margin-top: 16px;
}

/* Yes / no */
.yes-no-test__results .yes-no-test__result {
  display: none;
}
.yes-no-test__results .yes-no-test__result h2 {
  font-size: 32px;
  font-weight: 400;
  color: white;
  margin-bottom: 12px;
}
.yes-no-test__results .yes-no-test__result div {
  font-size: 18px;
  color: white;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid white;
  border-radius: 12px;
}
.yes-no-test__results .yes-no-test__result--visible {
  display: block;
}

.status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 999px;
  font-weight: 600;
  font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.is-upcoming {
  background: #0088ff;
  color: white;
}

.is-active {
  background: #ecfdf5;
  color: #065f46;
}

.is-finished {
  background: #000;
  color: #fff;
}

.is-custom {
  background: #f3f4f6;
  color: #374151;
}

.single-status {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.single-status .date {
  font-size: 18px;
}

.single-date {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.2;
  color: #111;
}

.single-title {
  font-size: 4rem;
  margin-bottom: 24px;
}

.single-status,
.single-title,
.single-excerpt,
.single-content {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.single-excerpt {
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 40px;
  opacity: 0.65;
}

.single-media {
  width: 100%;
}

.single-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.single-content {
  margin-top: 40px;
}

.single-content {
  padding-bottom: 80px;
}
.single-content p {
  margin-top: 2rem;
}
.single-content a {
  color: var(--color-primary);
  text-decoration: underline;
}
.single-content .op-typography ul,
.single-content .op-typography ol {
  margin: 2rem 0;
  padding-left: 2rem;
}
.single-content .op-typography ul {
  list-style: disc outside;
}
.single-content .op-typography ol {
  list-style: decimal outside;
}
.single-content .op-typography li {
  padding-left: 0.4rem;
  line-height: 1.55;
}
.single-content .op-typography li + li {
  margin-top: 0.75rem;
}
.single-content .op-typography li > ul,
.single-content .op-typography li > ol {
  margin: 0.75rem 0 0;
}
.single-content * + h2,
.single-content * + h3 {
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}
.single-content .alignright {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.single-content .wp-block-image img {
  border-radius: 16px;
}
.single-content .wp-block-image > img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single:not(.single-pb_course) main {
  margin-top: 40px;
}

.type-material {
  display: flex;
  gap: 90px;
}
.type-material h1 {
  font-size: 3.6rem;
}

.material-media-wrap {
  flex: 0 0 40%;
}

.material-content {
  flex: 1;
}

.metarial-download {
  margin-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 3px solid black;
}
.metarial-download a {
  background: black;
  color: white;
  display: inline-flex;
  max-width: unset;
}
.metarial-download a svg {
  width: 24px;
  height: 16px;
}
.metarial-download a svg path {
  fill: white;
}
.metarial-download span {
  opacity: 0.75;
}

.material-media {
  background: linear-gradient(180deg, #c9d0d6 70%, #c9d0d6 0, #414648 70.5%, #9ea5ac 0, #9ea5ac);
  padding: 2.188rem 2.938rem;
}
.material-media img {
  width: 100%;
}

.hub-sections {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.hub-block {
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hub-block:first-child {
  border-top: 0;
}

.hub-head h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
}

.hub-head p {
  margin: 0 0 18px;
  opacity: 0.75;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid .img {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.05);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
}

.service-ico {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 20px;
  flex: 0 0 auto;
}

.service-body h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.service-body p {
  margin: 0 0 8px;
  opacity: 0.8;
}

.meta {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.35;
}

.meta li {
  margin: 2px 0;
}

/* Booking */
.book-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  text-decoration: none;
  color: inherit;
  background: #fff;
  font-weight: 600;
}

.btn.primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.btn.ghost {
  background: transparent;
}

.mini-form {
  margin-top: 16px;
  padding: 14px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 13px;
  opacity: 0.8;
}

.field input {
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font: inherit;
}

.hint {
  margin: 0;
  opacity: 0.7;
  font-size: 13px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.fancybox__container {
  z-index: 1000000000 !important;
}

.site-title__logo {
  height: 14px !important;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  color: black;
  position: relative;
  top: -4px;
}

.woocommerce-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  border: 0 !important;
  background: #333333 !important;
}

.woocommerce-account .about__hero {
  display: none;
}

.login-wrap,
.register-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-wrap h2,
.register-wrap h2 {
  font-size: 48px;
  padding-top: 200px;
  color: white;
}

.woocommerce-notices-wrapper,
.woocommerce-message {
  margin-top: 200px;
}

.woocommerce-notices-wrapper + #customer_login h2 {
  padding-top: 0;
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper + #customer_login h2 {
    font-size: 24px;
  }
}

.woocommerce-account {
  /*** header ***/
}
.woocommerce-account .page-header {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account {
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account:before {
  content: none;
}

.woocommerce-MyAccount-content {
  color: white;
}
.woocommerce-MyAccount-content a {
  color: white;
}
.woocommerce-MyAccount-content #details {
  margin-bottom: 8px;
}
.woocommerce-MyAccount-content #details + p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.woocommerce-MyAccount-navigation {
  display: none;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  color: white;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}
.woocommerce-MyAccount-content h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.hello-woo {
  margin-bottom: 32px;
}
.hello-woo a {
  text-decoration: underline;
}

.op-account-cards {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .op-account-cards {
    flex-direction: column;
  }
}
.op-account-cards .op-account-cards-item {
  flex: 0 0 33.333%;
  padding: 0 8px;
}
.op-account-cards .op-account-cards-item:hover {
  background: black;
}
.op-account-cards a {
  display: block;
  border: 1px solid lightgrey;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  text-decoration: none !important;
}
.op-account-cards a * {
  text-decoration: none;
}
.op-account-cards a svg {
  width: 24px;
  height: 24px;
  margin-bottom: 32px;
}
.op-account-cards a svg, .op-account-cards a path {
  fill: white !important;
}
.op-account-cards a h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.op-account-cards a p {
  font-size: 14px !important;
  opacity: 0.6;
}

.account-wrap {
  display: none;
}

.account-wrap-visible {
  display: block;
}

.details-wrap-hidden {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-form-row + .woocommerce-form-row:not(.form-row-last) {
  margin-top: 16px;
  padding-top: 8px;
}
.woocommerce-MyAccount-content h3 {
  font-size: 36px;
  color: white;
  margin-bottom: 32px;
}
.woocommerce-MyAccount-content * + h3 {
  margin-top: 40px;
}
.woocommerce-MyAccount-content .radio-wrap {
  border-bottom: 0;
}
.woocommerce-MyAccount-content .radio-wrap input {
  height: 0;
  overflow: hidden;
  position: absolute;
}
.woocommerce-MyAccount-content .radio-wrap * {
  color: white;
  border-color: white;
}
.woocommerce-MyAccount-content .radio-wrap label:before {
  border-color: white;
}
.woocommerce-MyAccount-content .radio-wrap label:after {
  background: white;
}

.woocommerce-form a {
  color: #165BA4;
  text-decoration: underline;
}
.woocommerce-form p {
  margin: 16px 0;
  color: white;
}

.woocommerce-error li {
  color: black !important;
}
.woocommerce-error li:before {
  content: none !important;
}

.woocommerce-form-row input[type=text],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password] {
  max-width: 540px;
}

legend.pass {
  font-size: 24px;
  padding-top: 24px;
}

.lost_reset_password {
  background: #333333 !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 12px;
}

.woocommerce-lost-password #page .about__hero {
  display: none;
}
.woocommerce-lost-password #page h2 {
  font-size: 48px;
  color: white;
}
.woocommerce-lost-password #page p {
  color: white;
}
.woocommerce-lost-password #page .lost_reset_password .woo-header + p {
  color: white;
  margin-bottom: 32px;
  max-width: 600px;
}
.woocommerce-lost-password #page .woocommerce-Button {
  margin-top: 16px;
}
.woocommerce-lost-password #page .woocommerce-message {
  margin-top: 200px;
}

.account {
  display: block !important;
}

.page__breadcrumbs {
  margin-bottom: 16px;
}

.test-passed {
  display: flex;
  color: lightgreen !important;
  align-items: center;
}
.test-passed svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.test-passed svg path {
  fill: lightgreen;
}

.soon {
  position: relative;
  padding-top: 48px;
  margin-bottom: 48px;
  z-index: 0;
}
.soon .l-container {
  padding: 0;
}

.soon__media img {
  display: none;
  width: 140px;
  height: 140px;
  opacity: 0.15;
  position: absolute;
  top: -24px;
  left: -64px;
  transform: rotate(-150deg);
}
@media (max-width: 46.24em) {
  .soon__media img {
    width: 140px;
    height: 140px;
    top: -24px;
    left: -64px;
  }
}

.soon__title {
  font-size: 36px;
  font-weight: 200;
  color: white;
  margin-bottom: 0;
}

.soon__desc {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  color: white;
}

.soon__list a {
  color: white;
}

.soon__kursy {
  margin: 24px 0;
}

/* html styles */
@media (max-width: 61.24em) {
  .l-container--overflow {
    padding-right: 0;
  }
}

.l-container--users {
  margin: 0 auto;
  max-width: unset;
}
@media (max-width: 100em) {
  .l-container--users {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 100em) {
  .user-wrap {
    width: 1500px;
    margin-right: 80px !important;
    border-right: 80px solid black !important;
  }
}
@media (max-width: 46.24em) {
  .user-wrap {
    border-right: 24px solid black !important;
  }
}
.user-wrap table {
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #fff;
}
@media (min-width: 61.25em) {
  .user-wrap table {
    table-layout: fixed;
  }
}
.user-wrap table tr, .user-wrap table td, .user-wrap table th {
  border: 1px solid #3e3e3e;
  color: #fff;
  text-align: left;
  padding: 0 4px;
}
.user-wrap table th {
  text-align: center;
}
.user-wrap table td:last-child, .user-wrap table th:last-child {
  white-space: nowrap;
}
.user-wrap table td {
  padding: 4px;
}
.user-wrap table td:first-child {
  width: 40px;
}

/*** OVERLAY ***/
.lightbox__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.9;
  z-index: 10000000000000000000;
  display: none;
}

/*** LIGHTBOX CONTAINER ***/
.lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100000000000000000000;
  left: 0;
  top: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.lightbox__block {
  display: flex;
  margin: auto 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.js-lightbox__content,
.lightbox__content {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.lightbox__content {
  margin: 64px 0;
}
@media (max-width: 46.24em) {
  .lightbox__content {
    margin: 32px 0;
  }
}

.js-lightbox__content {
  background: black;
  padding: 24px;
  border-radius: 3px;
}
@media (max-width: 46.24em) {
  .js-lightbox__content {
    padding: 12px;
  }
}

.js-lightbox__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  right: -1.6rem;
  top: -1.6rem;
  z-index: 100000000000000000000;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 1000px;
  padding: 4px 8px;
}
@media (max-width: 46.24em) {
  .js-lightbox__close {
    right: 12px;
  }
}
.js-lightbox__close .icon {
  margin-right: 0;
  width: 32px;
  height: 32px;
  position: relative;
  top: -3px;
}

.lightbox__overlay--visible {
  display: block;
}

.lightbox--visible {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (min-width: 46.25em) {
  .lightbox--visible {
    display: flex;
  }
}

.lightbox--active {
  overflow: hidden;
}

.course-lightbox {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000;
  padding: 80px;
  overflow-y: auto;
}

.videofull {
  display: flex;
  height: 90vh;
  width: 80%;
  margin: 0 auto 48px;
}

.videofull__media {
  position: relative;
  flex: 1 1 auto;
}

.videofull__media {
  height: 0;
  padding-bottom: 36.25%;
  position: relative;
}

.videofull__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videofull__content {
  flex: 0 0 300px;
  padding-left: 24px;
}

.videofull__title {
  font-weight: 300;
  font-size: 32px;
  color: white;
  line-height: 1.1;
  margin-bottom: 12px;
}

.videofull__content p {
  color: white;
  font-size: 18px;
}

.videofull__content p a {
  color: white;
  text-decoration: underline;
}

.fancybox-container {
  z-index: 9999999945359993000000000000000 !important;
}

/* html styles */
.reg-form {
  background: #0d0d0d;
  padding: 24px;
  max-width: 100%;
}
@media (min-width: 46.25em) {
  .reg-form {
    min-width: 450px;
  }
}

.social-login a {
  width: 100% !important;
  max-width: unset !important;
}

.or {
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  opacity: 0.4;
}
.or:before, .or:after {
  content: "";
  display: block;
  height: 1px;
  flex: auto;
  background: white;
  margin: 24px 12px;
}

.reg-form fieldset {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333333;
}

.reg-form h3 {
  color: white;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333333;
}

.reg-form.login {
  display: none;
}

.control-group--submit .btn {
  margin-top: 18px;
  width: 100%;
  padding: 4px 16px 8px;
  line-height: 1.4;
  display: block;
}

.reg-form__tab {
  display: none;
}

.reg-form__tab--visible {
  display: block;
}

.pippin_form_error {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  display: none;
  border: 1px solid red;
  border-radius: 3px;
  padding: 4px;
  align-items: center;
}
.pippin_form_error img {
  flex: 0 0 32px;
  width: 32px;
  margin-right: 8px;
}

.control-group__error {
  color: red;
  margin-top: 2px;
  display: none;
}

.control-group--error .control-group__error {
  display: block;
}

.input--error {
  border: 1px solid red;
}

.form--error .pippin_form_error {
  display: flex;
}

.reg-form__existing-account p {
  color: white;
}
.reg-form__existing-account p a {
  color: #D0021B;
}

.select2-container {
  z-index: 100000000000000000000;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-wrap {
  margin-right: 8px;
}

.input-wrap:last-child {
  flex: 0 0 80px;
}

.input-wrap label {
  font-size: 14px;
}

.options {
  display: flex;
}

.control-group--button-group .options {
  flex-direction: column;
}

.control-group--button-group__label {
  flex: 0 0 100%;
}

.control-group__checkbox {
  margin-top: 24px;
  display: flex;
}
.control-group__checkbox a {
  color: red;
  text-decoration: underline;
}
.control-group__checkbox input {
  flex: 0 0 24px;
}
.control-group__checkbox label {
  line-height: 1.05;
  margin-top: -4px;
}

.reg-form .radio-wrap {
  border-bottom: 0;
  border-right: 1px solid black;
}
.reg-form .radio-wrap:first-child label {
  border-radius: 3px 0 0 3px;
}
.reg-form .radio-wrap:last-child {
  border-right: 0;
}
.reg-form .radio-wrap:last-child label {
  border-radius: 0 3px 3px 0;
}

.reg-form input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.reg-form input[type=radio] + label {
  display: block;
  padding: 4px 12px 8px 12px;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: #e6e6e6;
  background: #333333;
}
.reg-form input[type=radio]:checked + label {
  background: #cccccc;
  color: black;
}
.reg-form input[type=radio]:focus + label::before {
  box-shadow: 0 0px 8px red;
}

.btn--secondary {
  border: 1px solid #165BA4;
  background: none !important;
  color: #165BA4;
}

.control-group--submit-multi {
  display: flex;
  justify-content: space-between;
}
.control-group--submit-multi .btn {
  flex: 1 1 auto;
  max-width: 240px;
}

.success-reg {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media (min-width: 46.25em) {
  .success-reg {
    min-width: 400px;
  }
}
.success-reg img {
  width: 120px;
  margin: 0 auto;
}
.success-reg h2 {
  font-size: 32px;
  color: white;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 32px;
}
.success-reg .btn {
  margin: 0 auto !important;
}

/* html styles */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* html styles */
.lektory-head {
  border-top: 1px dashed #3e3e3e;
  margin-top: 36px;
  padding-top: 36px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 28px;
}

.lektory {
  display: flex;
  margin: 0 -24px;
  flex-wrap: wrap;
}

.lektory--home {
  margin-top: 24px;
}

.lektor-hor {
  flex: 0 0 25%;
  padding: 0 12px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .lektor-hor {
    flex: 0 0 50%;
  }
}

.lektor-hor__media {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 1000px;
  overflow: hidden;
}

.lektor-hor__media:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 60%, rgb(0, 0, 0) 100%);
  z-index: 0;
}

.lektor-hor h3 {
  margin-top: -12px;
  font-size: 21px;
  font-weight: 400;
  color: white;
  line-height: 1.1;
}

.lektor-hor p {
  font-size: 21px;
  margin-top: 4px;
  font-weight: 200;
  opacity: 0.7;
  color: white;
  line-height: 1.1;
}

.lektor-hor__content {
  position: relative;
  z-index: 3;
}
.lektor-hor__content .lektor-hor__kurs {
  display: flex;
  margin: 8px 0;
}
.lektor-hor__content .lektor-hor__kurs svg {
  width: 16px;
  height: 16px;
}
.lektor-hor__content a {
  color: white;
}
.lektor-hor__content .social-list {
  display: flex;
  gap: 5px;
}
.lektor-hor__content .social-list svg {
  width: 18px;
  height: 18px;
}
.lektor-hor__content .social-list path {
  fill: white !important;
}

@media (max-width: 767px) {
  .lektory {
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .lektor-hor {
    display: block;
    flex: 0 0 50%;
    align-items: center;
    margin-bottom: 36px;
  }
  .lektor-hor__media {
    width: 120px;
  }
  .lektor-hor h3 {
    margin-top: -12px;
    font-size: 18px;
    font-weight: 400;
    color: white;
  }
  .lektor-hor p {
    font-size: 18px;
    margin: 0;
    font-weight: 200;
    opacity: 6.7;
    color: white;
  }
}
.kursy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .kursy-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 32px;
  }
}

.kursy-card {
  display: flex;
  margin-top: 24px;
  text-decoration: none;
  background: white;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.kursy-card-media {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.kursy-card-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kursy-card-content {
  flex: 1;
  padding: 16px 24px 32px;
  display: flex;
  flex-direction: column;
}
.kursy-card-content h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
  color: black;
}

.kursy-card-details {
  display: flex;
  margin-top: 12px;
}

.kursy-card-details > * {
  margin-right: 12px;
  display: flex;
  align-items: center;
  color: black;
  line-height: 1;
  font-weight: 300;
}

.kursy-card-details .icon__media {
  width: 48px;
  height: 48px;
  margin-right: -4px;
}

.kursy-card-details img {
  margin-right: 8px;
}

.kursy-card {
  position: relative;
}

@media (max-width: 767px) {
  .kursy-page {
    padding: 0 12px;
  }
  .kursy-horizontal__card {
    display: block;
    margin-top: 16px;
  }
  .kursy-horizontal__media {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .kurs__kontent {
    display: block;
  }
  .kurs__lektor {
    border-left: 0;
    margin-top: 48px;
  }
}
/*** Р‘С–Р·РЅРµСЃ РїРѕРґС–С— ***/
.parent-pageid-99 h2 {
  font-weight: 300 !important;
}

.parent-pageid-99 p {
  margin: 0;
}

/* РћРїРёСЃ СЃС‚РѕСЂС–РЅРєРё */
.page-description ~ .page-description {
  margin-bottom: 0;
}

.page-description {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  max-width: 80%;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 21px;
    line-height: 1.2;
    max-width: 100%;
    margin-top: 16px;
  }
}
/*** РљРѕРЅС‚РµРЅС‚ ***/
.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5,
.content > h6 {
  font-weight: 300;
  color: white;
}

.content > h1 {
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
  font-size: 4rem;
}

.content > h2 {
  font-size: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.content > h3 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}

.content > h4 {
  margin-top: 2.8rem;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
}

.content > p,
.content li {
  margin-bottom: 2.1rem;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 400;
  color: #e6e6e6;
}

.content li {
  margin-bottom: 6px;
  padding-left: 24px;
}

.content li:before {
  content: "·";
  speak: none;
  margin-right: 12px;
}

.content > p a,
.content > ul a,
.content > ol a {
  font-weight: 600;
  text-decoration: underline;
  color: white;
}

/* РџРµСЂРµРІР°РіРё С– РЅРµРґРѕР»С–РєРё */
.compare {
  display: flex;
  margin: 24px 0 48px;
  padding: 32px 16px;
  background: #060606;
  border: 1px solid #0c0c0c;
  border-radius: 2px;
}

.compare > div {
  padding: 0 16px;
  flex: 0 0 50%;
}

.compare > div:first-child {
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.compare > div:last-child {
  padding-left: 48px;
}

.compare h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 24px;
  color: white;
}

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

.compare ul li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
  display: flex;
  color: white;
}

.compare__perevagy ul li:before {
  content: "";
  margin-top: 4px;
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  flex: 0 0 24px;
  background: url("assets/icons/db/thumbs_up.svg") no-repeat top left;
  background-size: contain;
}

.compare__nedoliky ul li:before {
  content: "";
  display: block;
  margin-right: 4px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex: 0 0 24px;
  background: url("assets/icons/db/thumbs_down.svg") no-repeat top left;
  background-size: contain;
}

@media (max-width: 767px) {
  .compare {
    display: block;
  }
  .compare > div:first-child {
    border-right: 0;
  }
  .compare > div:last-child {
    padding-left: 0;
  }
  .compare > div {
    padding: 0;
  }
}
/** Kalendar **/
.month {
  box-shadow: 0 2px 4px 0 rgba(237, 237, 237, 0.5);
  border: 1px solid #F4F4F4;
  margin-bottom: 21px;
  border-radius: 3px;
  overflow: hidden;
}

.month .month__title {
  padding: 8px 16px 12px;
  background: #e6e6e6;
  font-weight: 600 !important;
}

/* */
.notification.success {
  color: darkgreen;
  background: white;
  border: 1px solid darkgreen;
  display: inline-block;
  font-size: 24px;
  padding: 4px 12px;
  margin-bottom: 32px;
}

.reg-form--page .control-group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1a1a1a;
}
.reg-form--page .control-group:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

input[type=submit] {
  width: auto;
  display: inline-block;
  margin-top: 40px;
}

.reg-form--page input[type=text],
.select2-container,
input[type=submit] {
  max-width: 320px;
}

.page-template-page-profile-userdata .about__hero {
  margin-top: 40px;
  height: auto;
  min-height: unset;
}

/* ---------- Global guards ---------- */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  img,
  video,
  iframe,
  svg,
  table {
    max-width: 100%;
  }
  img,
  video {
    height: auto;
  }
  h1, h2, h3, h4,
  p, li, a, td, th {
    overflow-wrap: anywhere;
  }
}
/* ---------- Fluid headings ---------- */
@media (max-width: 1023px) {
  .page-title {
    font-size: var(--fs-page-title);
    line-height: 1.15;
  }
  .page-subtitle {
    font-size: var(--fs-page-subtitle);
  }
  .single-title {
    font-size: var(--fs-single-title);
    line-height: 1.2;
  }
  .hub-hero h1 {
    font-size: var(--fs-hub-hero-title);
    max-width: 100%;
  }
}
/* ---------- Page header ---------- */
@media (max-width: 1023px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .page-header .header-icon {
    flex: 0 0 auto;
    margin-right: 0;
    width: 80px !important;
    height: 80px !important;
  }
  .page-header .header-bg {
    width: 100%;
    opacity: 0.5;
  }
  .page-header__body {
    flex: 1 1 auto;
    width: 100%;
  }
}
/* ---------- Two-column rows ---------- */
@media (max-width: 1023px) {
  .row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* ---------- Card grids ---------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .grid,
  .grid-3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}
@media (max-width: 767px) {
  .grid,
  .grid-3col {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
/* ---------- Hub map ---------- */
@media (max-width: 1023px) {
  .map-layout {
    grid-template-columns: 1fr;
    height: auto;
  }
  .map-embed {
    height: 320px;
  }
  #map {
    height: 320px;
  }
  .map-sidebar {
    max-height: 360px;
    overflow-y: auto;
    border-radius: 0 0 12px 12px;
  }
}
/* ---------- Section rhythm ---------- */
@media (max-width: 767px) {
  .section + .section .section-header {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
}
/* ---------- Touch targets ---------- */
@media (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next {
    min-width: 44px;
    min-height: 44px;
  }
}
/* ---------- Single course page ---------- */
@media (max-width: 1023px) {
  .kurs-header__content {
    max-width: 100%;
    margin-bottom: 0;
  }
  .kurs-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .kurs-header h1 {
    font-size: var(--fs-course-hero-title);
  }
  .kurs-header__additional {
    flex-wrap: wrap;
    gap: 4px 12px;
  }
  .kurs-header__additional .icon img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .videocard__content {
    display: block;
  }
  .videocard__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .videocard__block {
    padding: 12px 0 0;
  }
  .videocard__title {
    font-size: 2rem;
  }
  .videocard__desc p {
    font-size: 1.6rem;
  }
}
/* ---------- Single posts ---------- */
@media (max-width: 767px) {
  .single:not(.single-pb_course) .single-status {
    gap: 8px;
    margin-bottom: 16px;
  }
  .single:not(.single-pb_course) .single-status .status,
  .single:not(.single-pb_course) .single-status .date,
  .single:not(.single-pb_course) .single-date {
    font-size: 13px;
  }
  .single:not(.single-pb_course) .single-title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.08;
  }
  .single:not(.single-pb_course) .single-excerpt {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.35;
  }
  .single:not(.single-pb_course) .single-content {
    margin-top: 24px;
    padding-bottom: 48px;
    font-size: 16px;
    line-height: 1.55;
  }
  .single:not(.single-pb_course) .single-content p {
    margin-top: 20px;
  }
  .single:not(.single-pb_course) .single-content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .single:not(.single-pb_course) .single-content h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  .single:not(.single-pb_course) .single-content h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
/* ---------- Single analytic materials ---------- */
@media (max-width: 767px) {
  .single-psb_an_materials .single-title {
    font-size: 28px;
  }
  .single-psb_an_materials .type-material {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    min-width: 0;
  }
  .single-psb_an_materials .material-media-wrap,
  .single-psb_an_materials .material-content {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .single-psb_an_materials .material-media {
    padding: 20px;
  }
  .single-psb_an_materials .material-media img {
    width: 100%;
    height: auto;
  }
  .single-psb_an_materials .metarial-download {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom-width: 2px;
  }
  .single-psb_an_materials .metarial-download .btn--download {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.2;
  }
  .single-psb_an_materials .metarial-download .btn--download svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
}
/* ---------- Mobile navigation ---------- */
@media (max-width: 767px) {
  #menu-container[aria-expanded=true] ul li a {
    justify-content: flex-start;
    text-align: left;
  }
  #menu-container .platform-menu__heading,
  #menu-container .platform-menu__children li a {
    justify-content: flex-start;
    text-align: left;
  }
  #menu-container .login-reg-links,
  #menu-container .menu-mobile .header-account,
  #menu-container .menu-mobile .account-menu__item {
    justify-content: flex-start;
    text-align: left;
  }
}


/*# sourceMappingURL=style.css.map */

/* Post content lists and ACF event-status fallbacks. */
.single-content .op-typography ul,
.single-content .op-typography ol { margin: 2rem 0; padding-left: 2rem; }
.single-content .op-typography ul { list-style: disc outside; }
.single-content .op-typography ol { list-style: decimal outside; }
.single-content .op-typography li { padding-left: .4rem; line-height: 1.55; }
.single-content .op-typography li + li { margin-top: .75rem; }
.single-content .op-typography li > ul,
.single-content .op-typography li > ol { margin: .75rem 0 0; }
.is-custom { background: #f3f4f6; color: #374151; }
.event-status-is-custom .event-card__status { color: #374151; background: #f3f4f6; }

/* Mobile navigation, carousel, and footer enhancements. Source: assets/css/. */
@media (max-width: 61.24em) {
  .masthead-cta { margin-left: auto; }
}

/* Refined compact mobile navigation. Source: assets/css/components/header/. */
.platform-menu__children { display: none !important; }

@media (max-width: 767px) {
  .masthead-cta .btn--secondary.header-language { min-width: 40px; min-height: 40px; padding: 7px 9px !important; border-radius: 4px !important; }
  #menu-container .platform-menu { gap: 22px; }
  #menu-container .platform-menu__section { display: block; }
  #menu-container .platform-menu__heading { justify-content: flex-start; min-height: 0; padding: 0; }
  #menu-container .platform-menu__children { display: grid !important; gap: 2px; margin-top: 6px; padding-left: 0; }
  #menu-container .platform-menu__children li a { justify-content: flex-start; min-height: 36px; padding: 5px 0; color: #333; font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.25; }
  #menu-container[aria-expanded=true] ul li a { min-height: 0; padding: 8px 0; border: 0; border-radius: 0; }
  .menu-toggle { min-width: 40px; min-height: 40px; padding: 7px 9px; border: 1px solid #111; border-radius: 4px; background: transparent; color: #111; }
  .menu-toggle .hamburger__bar { background: #111; }
  .menu-mobile .login-reg-links { width: auto; margin: 22px 0 0; }
  .menu-mobile .account-menu, .menu-mobile .header-account { width: auto; }
  .menu-mobile .header-account, .menu-mobile .account-menu__item { justify-content: flex-start; min-height: 36px; margin: 0; padding: 6px 0 !important; border: 0; border-radius: 0; background: transparent; color: #111; font-size: 15px; }
  .menu-mobile .account-menu__dropdown { padding-top: 0; }
}

/* iPhone typography, compact page headers, and course-card metadata.
   Source: assets/css/layout/_responsive.scss. */
@media (max-width: 767px) {
  .page-template-page-golovna-2 .hero__title {
    max-width: 100%;
    padding: 32px 0;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
    font-size: 48px;
    line-height: 1.05;
  }
  .page-header {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 36px;
    padding-right: 72px;
  }
  .page-header .header-icon {
    display: block;
    width: 56px !important;
    height: 56px !important;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .page-header__body {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .page-title {
    font-size: 28px;
    line-height: 1.05;
  }
  .page-subtitle {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1.2;
  }
  .page-template-page-golovna-2 .carousel-section .section-header h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .page-template-page-golovna-2 .event-card__title {
    font-size: 18px;
    line-height: 1.15;
  }
  .page-template-page-golovna-2 .event-card__date,
  .page-template-page-golovna-2 .event-card__meta {
    font-size: 14px;
  }
  .page-template-page-golovna-2 .event-card__status {
    font-size: 11px;
  }
  .page-template-page-golovna-2 .event-card__meta {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  .page-template-page-golovna-2 .event-card__meta .icon {
    min-width: 0;
    margin-right: 0;
    white-space: nowrap;
  }
  .page-template-page-golovna-2 .event-card__meta .icon img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 2px;
  }
  .page-template-page-golovna-2 .event-card__video-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .page-template-page-golovna-2 .footer,
  .page-template-page-golovna-2 .copyright {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #menu-container[aria-expanded=true] { top: 72px; height: calc(100dvh - 72px); padding: 20px 20px 32px; }
  #menu-container[aria-expanded=true] ul { align-items: flex-start; }
  #menu-container[aria-expanded=true] .platform-menu__heading { justify-content: flex-start; align-items: flex-start; }
  #menu-container .platform-menu__children li a { justify-content: flex-start; text-align: left; }
  .menu-mobile .login-reg-links { align-items: flex-start; }
}

@keyframes mobile-menu-item-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .masthead-cta > .login-reg-links { display: flex; }
  body .masthead-cta .btn--secondary.header-language { min-width: 36px !important; min-height: 36px !important; padding: 4px 6px !important; }
  body .menu-toggle { min-width: 36px !important; min-height: 36px !important; padding: 4px 6px !important; }
  .masthead-cta .header-account { width: 36px; height: 36px; min-height: 36px; justify-content: center; margin: 0; padding: 0 !important; border: 1px solid #111; border-radius: 4px; background: transparent; color: #111; }
  .masthead-cta .header-account svg { width: 18px; height: 18px; flex-basis: 18px; }
  .masthead-cta .header-account span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .masthead-cta .account-menu__dropdown, .menu-mobile { display: none !important; }
  #menu-container .platform-menu__section { animation: mobile-menu-item-in .35s ease both; }
  #menu-container .platform-menu__section:nth-child(1) { animation-delay: .05s; }
  #menu-container .platform-menu__section:nth-child(2) { animation-delay: .12s; }
  #menu-container .platform-menu__section:nth-child(3) { animation-delay: .19s; }
  #menu-container .platform-menu__children li { animation: mobile-menu-item-in .3s ease both; }
  #menu-container .platform-menu__children { width: 100%; }
  #menu-container .platform-menu__children li a { width: 100%; min-height: 42px !important; padding: 7px 0 !important; justify-content: flex-start; text-align: left; font-size: 18px !important; }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(1) { animation-delay: .10s; }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(2) { animation-delay: .14s; }
  #menu-container .platform-menu__section:nth-child(1) .platform-menu__children li:nth-child(3) { animation-delay: .18s; }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(1) { animation-delay: .17s; }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(2) { animation-delay: .21s; }
  #menu-container .platform-menu__section:nth-child(2) .platform-menu__children li:nth-child(3) { animation-delay: .25s; }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(1) { animation-delay: .24s; }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(2) { animation-delay: .28s; }
  #menu-container .platform-menu__section:nth-child(3) .platform-menu__children li:nth-child(3) { animation-delay: .32s; }
  body .carousel-section .section-header .section-button .btn { width: 40px; height: 40px; min-height: 40px !important; justify-content: center; padding: 0 !important; border: 1px solid #111; background: transparent; color: #111; }
  .carousel-section .section-header .section-button .btn::after { content: ''; width: 20px; height: 16px; background-color: currentColor; -webkit-mask: url("assets/images/icons/swiper/arrow-next.svg") no-repeat center / contain; mask: url("assets/images/icons/swiper/arrow-next.svg") no-repeat center / contain; }
  .carousel-section .section-header .section-button .btn .btn__label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  #menu-container .platform-menu__section,
  #menu-container .platform-menu__children li { animation: none; }
}

@media (max-width: 767px) {
  body.menu-open { overflow: hidden; }
  .masthead-row { gap: 8px; }
  .masthead-row__section--logo { min-width: 0; margin-right: auto; }
  .masthead-row__section--nav, .masthead-cta { margin-left: 0; }
  .masthead-cta { gap: 8px; }
  .logo { width: clamp(120px, 38vw, 170px); }
  .masthead-cta .btn--secondary.header-language { min-width: 44px; min-height: 44px; justify-content: center; padding: 8px 10px !important; }
  #menu-container[aria-expanded=true] { padding: 88px 20px 32px; overscroll-behavior: contain; }
  #menu-container[aria-expanded=true] ul { gap: 16px; }
  #menu-container[aria-expanded=true] ul li a { min-height: 56px; padding: 12px 16px; }
  #menu-container[aria-expanded=true] ul li a img { max-width: 100%; height: 38px; }
  .menu-toggle { position: relative; z-index: 10000; min-width: 44px; min-height: 44px; justify-content: center; padding: 8px 10px; }
  .menu-toggle__text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .menu-mobile { display: block; }
  .menu-mobile .login-reg-links { margin: 32px 0 0; }
  .carousel-section .section-header { align-items: center; gap: 12px; }
  .carousel-section .section-header h2 { min-width: 0; }
  .carousel-section .swiper-nav { display: none; }
  .carousel-section .section-header .section-button { flex: 0 0 auto; margin-left: auto; padding-top: 0; }
  .carousel-section .section-header .section-button .btn { min-height: 44px; padding: 8px 12px !important; font-size: 16px; white-space: nowrap; }
  .carousel-section .swiper-pagination--mobile-bottom { justify-content: center; margin-top: 1.6rem; width: 100% !important; }
  .footer { padding: 40px 0 24px; }
  .footer-about { flex-direction: column; align-items: flex-start; gap: 24px; padding: 24px 0; }
  .footer-disc { flex: none; width: min(100%, 240px); margin-left: 0; }
  .copyright { flex-direction: column; align-items: flex-start; gap: 12px; }
  .copyright p { margin: 0; }
}

@media (max-width: 767px) {
  .masthead-cta .btn--secondary.header-language { min-width: 40px; min-height: 40px; padding: 7px 9px !important; border-radius: 4px !important; }
  #menu-container .platform-menu { gap: 22px; }
  #menu-container .platform-menu__section { display: block; }
  #menu-container .platform-menu__heading { justify-content: flex-start; min-height: 0; padding: 0; border: 0; border-radius: 0; }
  #menu-container .platform-menu__children { display: grid !important; gap: 2px; margin-top: 6px; padding-left: 0; }
  #menu-container .platform-menu__children li a { justify-content: flex-start; min-height: 36px; padding: 5px 0; border: 0; border-radius: 0; color: #333; font-family: "Grunt Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.25; }
  #menu-container[aria-expanded=true] ul li a { min-height: 0; padding: 8px 0; border: 0; border-radius: 0; }
  .menu-toggle { min-width: 40px; min-height: 40px; padding: 7px 9px; border: 1px solid #111; border-radius: 4px; background: transparent; color: #111; }
  .menu-toggle .hamburger__bar { background: #111; }
  .menu-mobile .login-reg-links { width: auto; margin: 22px 0 0; }
  .menu-mobile .account-menu, .menu-mobile .header-account { width: auto; }
  .menu-mobile .header-account, .menu-mobile .account-menu__item { justify-content: flex-start; min-height: 36px; margin: 0; padding: 6px 0 !important; border: 0; border-radius: 0; background: transparent; color: #111; font-size: 15px; }
  .menu-mobile .account-menu__dropdown { padding-top: 0; }
}
