@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
#article__hero {
  width: 100%;
  height: 50vh;
  padding-bottom: 40px;
  position: relative;
  background-size: cover;
}
@media (min-width: 1200px) {
  #article__hero {
    height: 650px;
  }
}
#article__hero .article__background {
  width: 100%;
  min-height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(images/aktualnosci.webp);
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article__hero .article__header {
  font-weight: normal;
  z-index: 2;
  text-align: center;
  font-size: 5rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#article__hero .article__header h1 {
  margin: 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  #article__hero .article__header {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  #article__hero .article__header {
    font-size: 15rem;
    bottom: -120px;
  }
}
#article__hero .article__box {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  nav#nav-menu {
    display: none !important;
  }
}

nav#big-menu {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  nav#big-menu {
    display: none;
  }
}
nav#big-menu .menu-item {
  position: relative;
  z-index: 1;
}
nav#big-menu .menu-item:hover .sub-menu {
  display: block;
}
nav#big-menu .menu-item .sub-menu {
  display: none;
  background-color: #696969;
  position: absolute;
  z-index: 400;
  text-align: center;
}
nav#big-menu .menu-item .sub-menu .menu-item {
  background-color: #696969;
  display: flex;
  border-top: 1px solid #fff;
}
nav#big-menu > div {
  height: 100%;
}
nav#big-menu > div ul {
  height: 100%;
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
nav#big-menu > div ul li {
  list-style-type: none;
  list-style: none;
}
nav#big-menu > div ul li a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  margin: 1px;
  cursor: pointer;
  padding: 5px 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media screen and (max-width: 740px) {
  nav#big-menu > div ul li a {
    color: #fff !important;
  }
}
@media (min-width: 1560px) {
  nav#big-menu > div ul li a {
    font-size: 1.4rem;
  }
}
nav#big-menu > div ul li a:active {
  color: #005E9C;
}
@media screen and (max-width: 740px) {
  nav#big-menu > div ul li a:active {
    color: #fff !important;
  }
}

nav#menu-mobile {
  display: none;
}
nav#menu-mobile.open .lang_switcher {
  opacity: 1;
}
nav#menu-mobile .lang_switcher {
  height: 40px;
  background-color: #5a5a5a;
  top: 83px;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  display: flex;
  flex-direction: row;
  opacity: 0;
  list-style-type: none;
}
nav#menu-mobile .lang_switcher li {
  list-style-type: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
nav#menu-mobile .lang_switcher li a,
nav#menu-mobile .lang_switcher li a:active,
nav#menu-mobile .lang_switcher li a:hover,
nav#menu-mobile .lang_switcher li a:visited {
  color: #005E9C !important;
}
nav#menu-mobile ul#mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  color: #5a5a5a !important;
}
nav#menu-mobile ul#mobile-menu .dropdown-menu {
  overflow: scroll;
  position: fixed !important;
  top: 10vh !important;
  left: 20px !important;
  max-height: 80vh;
  transform: translate3d(0, 0, 0) !important;
}
nav#menu-mobile ul#mobile-menu .dropdown-menu a {
  background-color: #fff !important;
  color: #5a5a5a !important;
}
nav#menu-mobile ul#mobile-menu li {
  background-color: #005E9C;
}
nav#menu-mobile ul#mobile-menu li a,
nav#menu-mobile ul#mobile-menu li a:visited,
nav#menu-mobile ul#mobile-menu li a:focus,
nav#menu-mobile ul#mobile-menu li a:hover {
  color: #fff !important;
}
nav#menu-mobile button {
  border: none;
  top: -15px;
  position: absolute;
  outline: none;
}
nav#menu-mobile button:active {
  outline: none;
}
@media screen and (max-width: 1000px) {
  nav#menu-mobile {
    display: block;
  }
}

.active {
  color: #005E9C !important;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.content-area .entry-header {
  height: 0;
}
.content-area .entry-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  font-size: 3.5rem;
  width: 98%;
  text-align: center;
}
.content-area .entry-content {
  font-size: 1.7rem;
}
.content-area .entry-content p {
  font-size: 1.7rem;
}

.blog__background {
  height: 75vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.blog .article-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.blog .article-container .thumbnail-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  border: none;
  padding: 0;
  margin: 0;
}
.blog .article-container .thumbnail-image img {
  display: none;
}
.blog .article-container h2 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog .article-container h2 a {
  color: #005E9C;
}
.blog .article-container h2 a:visited {
  color: #005E9C;
}
.blog .article-container h2 a:hover {
  text-decoration: none;
  color: #005E9C;
}
.blog .article-container a {
  color: #005E9C;
}
.blog .article-container a:visited {
  color: #005E9C;
}
.blog .article-container a:hover {
  text-decoration: none;
  color: #005E9C;
}
.blog .article-container .article-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 1.7rem;
}
.blog .article-container .article-content:hover {
  text-decoration: none;
}
.blog .article-container .article-content .entry-content {
  margin-bottom: 15px;
}
.blog .article-container .article-content a.btn {
  background-color: #005E9C;
  color: #fff;
  border-color: #005E9C;
  border-radius: 20px;
  width: 30%;
  font-size: 1.2rem;
}
.blog .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.blog .pagination .page-numbers {
  margin: 0 5px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #696969;
}
.blog .pagination .page-numbers:hover {
  color: #005E9C;
}
.blog .pagination .page-numbers.current {
  color: #005E9C;
  font-weight: bold;
}

.woocommerce-product-tabs strong {
  font-weight: normal;
}
@media (min-width: 1441px) {
  .woocommerce-product-tabs strong {
    font-size: 1.9rem;
  }
}
.woocommerce-product-tabs p {
  font-size: 1.6rem;
  padding: 7px 0;
}
@media (min-width: 1441px) {
  .woocommerce-product-tabs p {
    font-size: 1.8rem;
  }
}
.woocommerce-product-tabs ul,
.woocommerce-product-tabs li {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2b2b2b;
  padding-top: 2px;
}
@media (min-width: 1441px) {
  .woocommerce-product-tabs ul,
  .woocommerce-product-tabs li {
    font-size: 1.8rem;
  }
}
.woocommerce-product-inner .woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: default;
}
.woocommerce-product-inner button {
  font-size: 1.5rem !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner button {
    flex-direction: row;
  }
}
@media (min-width: 1441px) {
  .woocommerce-product-inner button {
    font-size: 1.7rem !important;
    margin: 10px 0;
  }
}
.woocommerce-product-inner .product__box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product__box {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .woocommerce-product-inner .product__box {
    flex-direction: row;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product__left {
    width: 55%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .woocommerce-product-inner .product__left {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-product-inner .product__left {
    width: 40%;
  }
}
.woocommerce-product-inner .product__left img {
  height: 550px;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product__left img {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-product-inner .product__left img {
    width: 85%;
  }
}
@media (min-width: 1441px) {
  .woocommerce-product-inner .product__left img {
    width: 90%;
    height: unset;
    max-height: 700px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product__right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .woocommerce-product-inner .product__right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .woocommerce-product-inner .product__right {
    width: 60%;
  }
}
.woocommerce-product-inner .product__right p {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product__right p {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .woocommerce-product-inner .product__right p {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}
@media (min-width: 1441px) {
  .woocommerce-product-inner .product__right p {
    width: 70%;
    font-size: 2rem;
  }
}
.woocommerce-product-inner .product_title {
  font-size: 2.5rem;
  line-height: 27px;
  color: #005E9C;
  padding-bottom: 10px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce-product-inner .product_title {
    font-size: 2.2rem;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .woocommerce-product-inner .product_title {
    font-size: 2.2rem;
    line-height: 24px;
  }
}
@media (min-width: 1441px) {
  .woocommerce-product-inner .product_title {
    font-size: 3.2rem;
    line-height: 35px;
  }
}
.woocommerce-product-inner .product_meta {
  font-size: 1.4rem;
  padding: 10px 0;
}

/*!
Theme Name: ExistAgency
Theme URI: http://underscores.me/
Author: Agency
Author URI: http://google.com
Description:
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

nav#nav-menu a,
nav#nav-menu a:visited,
nav#nav-menu a:hover,
nav#nav-menu a:focus,
nav#nav-menu a:active {
  color: #fff !important;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  float: left;
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#block_footer {
  background-color: #2b2b2b;
  padding-top: 40px;
}
#block_footer .breadcrumbs {
  color: #fff;
  padding-bottom: 20px;
}
#block_footer .breadcrumbs a {
  color: #fff;
}
@media (min-width: 1200px) {
  #block_footer .footer {
    display: flex;
    justify-content: space-around;
  }
}
#block_footer .footer h4 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
}
#block_footer .footer__line {
  width: 30%;
  background-color: #005E9C;
  height: 1px;
  margin-bottom: 10px;
}
#block_footer .footer__brand p {
  color: #fff;
  font-size: 1.4rem;
  text-align: justify;
}
@media (min-width: 1200px) {
  #block_footer .footer__brand {
    width: 30%;
  }
}
#block_footer .footer__menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  #block_footer .footer__menu {
    width: 30%;
  }
}
#block_footer .footer__menu h4 {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  #block_footer .footer__menu h4 {
    padding: 0;
  }
}
#block_footer .footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block_footer .footer__menu a {
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 0;
}
#block_footer .footer__social {
  display: block;
}
@media (min-width: 1200px) {
  #block_footer .footer__social {
    width: 30%;
    display: flex;
    flex-direction: column;
  }
}
#block_footer .footer__social a,
#block_footer .footer__social p {
  color: #005E9C;
  font-size: 1.5rem;
}
#block_footer .footer__social img {
  margin: 10px;
  width: 7%;
}
#block_footer .footer__icons {
  display: flex;
  flex-direction: column;
}
#block_footer .footer__copy {
  text-align: center;
}
#block_footer .footer__copy p {
  color: #fff;
  padding: 5px 0;
}
#block_footer .footer__copy a {
  color: #fff;
}

.hentry {
  margin: 0 !important;
}

.auth-wrapper {
  width: 100%;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-wrapper {
    min-height: 50vh;
    padding: 20px 20px;
  }
}
.auth-wrapper .woocommerce-form {
  border: none !important;
}
.auth-wrapper .woocommerce-privacy-policy-text {
  font-size: 1.4rem;
  padding-top: 10px;
}
.auth-wrapper .woocommerce-notices-wrapper {
  height: 0px !important;
}
.auth-wrapper.show-register .auth-column.auth-left {
  display: none;
}
@media (min-width: 1200px) {
  .auth-wrapper.show-register .auth-column.auth-left {
    display: flex;
  }
}
.auth-wrapper.show-register .auth-column.auth-right {
  display: flex;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-wrapper.show-register .auth-column.auth-right {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .auth-wrapper {
    padding: 10px 10px;
  }
}
.auth-wrapper.show-register .auth-info-panel .panel-content h2 {
  color: #005E9C !important;
}
@media (min-width: 1200px) {
  .auth-wrapper.show-register .auth-info-panel .panel-content h2 {
    width: 90%;
  }
}
.auth-wrapper.show-register .auth-info-panel .panel-content p {
  color: #005E9C !important;
}
.auth-wrapper.show-login .auth-info-panel .panel-content h2 {
  color: #fff !important;
  width: 100% !important;
}
.auth-wrapper.show-login .auth-info-panel .panel-content p {
  color: #fff !important;
}
.auth-logo {
  display: block;
  width: 250px;
  max-width: 80%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-logo {
    width: 350px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .auth-logo {
    width: 450px;
    margin-bottom: 40px;
  }
}
@media (max-width: 374px) {
  .auth-logo {
    width: 120px;
    margin-bottom: 20px;
  }
}
.auth-container {
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 650px;
}
@media (min-width: 1200px) {
  .auth-container {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    height: 750px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .auth-container {
    margin: 0 5px;
    min-height: 550px;
  }
}
.auth-column {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .auth-column {
    flex: 1;
    padding: 40px 40px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .auth-column {
    padding: 15px 15px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-column {
    padding: 30px 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .auth-column {
    padding: 30px 25px;
  }
}
.auth-column.auth-left {
  background: white;
}
.auth-column.auth-right {
  background: linear-gradient(135deg, #005E9C 0%, #003d66 100%);
  color: white;
  display: none;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .auth-column.auth-right {
    display: flex;
  }
}
.auth-column.auth-right .woocommerce-privacy-policy-text p {
  color: #fff;
}
.auth-column.auth-right .woocommerce-privacy-policy-text a {
  color: #66a3cc;
  text-decoration: underline;
}
.auth-column.auth-right .woocommerce-privacy-policy-text a:hover {
  color: #99c2e0;
}
.auth-column.auth-right .auth-form-container h2 {
  color: #fff;
}
.auth-column.auth-right .auth-form .input-group {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.auth-column.auth-right .auth-form .input-group:focus-within {
  border-bottom-color: white;
}
.auth-column.auth-right .auth-form .input-group input {
  color: white;
}
.auth-column.auth-right .auth-form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.auth-column.auth-right .auth-form .input-group img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.auth-column.auth-right .social-login-wrapper a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.auth-column.auth-right .social-login-wrapper a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}
.auth-column.auth-right .auth-divider {
  color: rgba(255, 255, 255, 0.8);
}
.auth-column.auth-right .auth-divider::before, .auth-column.auth-right .auth-divider::after {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.auth-column.auth-right .auth-switch-link {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.auth-column.auth-right .auth-switch-link p {
  color: rgba(255, 255, 255, 0.9);
}
.auth-column.auth-right .auth-switch-link .auth-switch-text-btn {
  color: white;
}
.auth-column.auth-right .auth-switch-link .auth-switch-text-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.auth-form-container, .auth-info-panel {
  width: 100%;
  max-width: 400px;
  display: none;
}
.auth-form-container.active, .auth-info-panel.active {
  display: block;
}
@media (min-width: 1200px) {
  .auth-form-container, .auth-info-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
  }
  .auth-form-container.active, .auth-info-panel.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form-container, .auth-info-panel {
    max-width: 500px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .auth-form-container, .auth-info-panel {
    max-width: 500px;
  }
}
.auth-info-panel {
  text-align: left;
}
.auth-info-panel .panel-content h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: white;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-info-panel .panel-content h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .auth-info-panel .panel-content h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 374px) {
  .auth-info-panel .panel-content h2 {
    font-size: 2rem;
  }
}
.auth-info-panel .panel-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  color: #fff;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-info-panel .panel-content p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.auth-form-container h2 {
  font-size: 3.6rem;
  margin-bottom: 25px;
  padding-top: 30px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form-container h2 {
    font-size: 4.4rem;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .auth-form-container h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 374px) {
  .auth-form-container h2 {
    font-size: 2rem;
  }
}
.auth-form {
  width: 100%;
}
.auth-form .input-group {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
  transition: border-color 0.3s ease;
}
.auth-form .input-group:focus-within {
  border-color: #005E9C;
}
.auth-form .input-group img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  opacity: 0.6;
  flex-shrink: 0;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form .input-group img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
.auth-form .input-group input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.5rem;
  padding: 8px 0;
  background: transparent;
  min-width: 0;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form .input-group input {
    font-size: 1.6rem;
  }
}
.auth-form .input-group input::placeholder {
  color: #999;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form .input-group input::placeholder {
    font-size: 1.5rem;
  }
}
.auth-form .input-group input.invalid {
  border-color: #e74c3c !important;
}
.auth-form .forgot-password {
  display: inline-block;
  font-size: 1.3rem;
  color: #005E9C;
  text-decoration: none;
  margin: 10px 0 15px;
  transition: color 0.3s ease;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-form .forgot-password {
    font-size: 1.4rem;
    margin: 10px 0 20px;
  }
}
.auth-form .forgot-password:hover {
  color: #003d66;
  text-decoration: underline;
}
.auth-btn, .auth-switch-btn {
  margin-top: 40px;
  width: 50%;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-btn, .auth-switch-btn {
    padding: 15px 30px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-top: 50px;
  }
}
@media (max-width: 374px) {
  .auth-btn, .auth-switch-btn {
    padding: 12px 20px;
    font-size: 1.3rem;
  }
}
.auth-btn {
  background: #005E9C;
  color: white;
  margin-top: 30px;
}
.auth-btn:hover {
  background: #003d66;
}
@media (min-width: 1200px) {
  .auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 94, 156, 0.3);
  }
}
.auth-btn:active {
  transform: translateY(0);
}
.auth-switch-btn {
  background: white;
  color: #005E9C;
  border: 2px solid #005E9C;
}
.auth-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #999;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-divider {
    margin: 25px 0;
  }
}
.auth-divider::before, .auth-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.auth-divider span {
  padding: 0 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 768px) and (orientation: portrait) {
  .auth-divider span {
    padding: 0 15px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .auth-divider span {
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
.auth-switch-link {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 1200px) {
  .auth-switch-link {
    display: none;
  }
}
.auth-switch-link p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
.auth-switch-link .auth-switch-text-btn {
  background: none;
  border: none;
  color: #005E9C;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.auth-switch-link .auth-switch-text-btn:hover {
  color: #003d66;
}

.social-login-wrapper {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 768px) and (orientation: portrait) {
  .social-login-wrapper {
    margin: 20px 0;
  }
}
.social-login-wrapper a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 11px 18px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (orientation: portrait) {
  .social-login-wrapper a {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .social-login-wrapper a {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}
.social-login-wrapper a img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .social-login-wrapper a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}

.password-error {
  background: #ffe6e6;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 3px solid #e74c3c;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .password-error {
    padding: 10px 15px;
    border-radius: 8px;
    border-left-width: 4px;
    font-size: 1.4rem;
  }
}

#register-container div.nsl-container .nsl-button-google[data-skin=light] {
  color: #fff !important;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

body {
  background-color: #fff;
  overflow-x: hidden !important;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  font-size: 10px;
}

a,
img,
img a {
  outline: none !important;
}

p,
a {
  color: #000;
  text-decoration: none;
}

.button__position {
  width: 50%;
  margin-left: auto;
}
.button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #2b2b2b;
  background-color: #005E9C;
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 10px;
  outline: none;
  position: relative;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 1560px) {
  .button__button {
    font-size: 2rem;
  }
}

.site #nav-icon span {
  background-color: #fff !important;
}
.site #hamburger:hover > span {
  color: #2b2b2b;
}
.site #hamburger:hover > div > span {
  background: #2b2b2b;
}

#hamburger {
  cursor: pointer;
  pointer-events: all;
  top: 0px;
  right: 0px;
  z-index: 900;
}
#hamburger > span {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2.5px;
  display: block;
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
}
#hamburger.black #nav-icon span {
  background: #fff !important;
}
#hamburger.black > span {
  color: #fff !important;
}
#hamburger.open {
  z-index: 999;
}
#hamburger.open.black #nav-icon > span {
  background: #fff !important;
}
#hamburger.open.black:hover #nav-icon > span {
  background: #fff !important;
}
#hamburger.open > span {
  display: none;
}
#hamburger:hover > span {
  color: #fff;
}
#hamburger:hover > div > span {
  background: #fff;
}

#nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  width: 20%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 28px;
  width: 20%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 10px;
  width: 80%;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: 10px;
  width: 80%;
}

.navbar-toggler {
  padding-top: 0px !important;
}

.header {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 40%;
  order: 1;
}
@media (min-width: 576px) and (orientation: landscape) {
  .header__logo {
    width: 50%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__logo {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .header__logo {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 20%;
  }
}
.header__logo img {
  width: 100%;
}
@media (min-width: 576px) and (orientation: landscape) {
  .header__logo img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .header__logo img {
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__logo img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 80%;
  }
}
@media (min-width: 1560px) {
  .header__logo img {
    width: 70%;
  }
}
.header__cart {
  position: relative;
}
.header__count {
  background-color: #fff;
  position: absolute;
  font-size: 14px;
  color: #005E9C;
  border: 1px solid #005E9C;
  border-radius: 111px;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 10px;
  top: 8px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .header__count {
    right: 25px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__count {
    right: 35px;
  }
}
@media (min-width: 1200px) {
  .header__count {
    right: -12px;
  }
}
@media (min-width: 1441px) {
  .header__count {
    right: -18px;
  }
}
.header__menu {
  width: 20%;
  order: 3;
  position: relative;
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__menu {
    order: 2;
    width: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .header__menu {
    width: 60%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    width: 60%;
    order: 2;
  }
}
@media (min-width: 1560px) {
  .header__menu {
    display: flex;
    justify-content: flex-start;
  }
}
.header__login {
  position: relative;
}
.header__user {
  width: 40%;
  order: 2;
  text-align: center;
  color: #fff;
  display: flex;
}
@media (min-width: 576px) and (orientation: landscape) {
  .header__user {
    width: 30%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__user {
    order: 3;
    width: 15%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .header__user {
    width: 20%;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .header__user {
    width: 20%;
    order: 3;
    justify-content: flex-end;
    text-align: end;
  }
}
.header__user img {
  width: 30%;
  padding: 10px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  .header__user img {
    width: 20%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header__user img {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .header__user img {
    width: 20%;
  }
}
.header__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #2b2b2b;
  border: 1px solid #fff;
  display: none;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  z-index: 999;
  padding: 20px 10px;
}
.header__dropdown a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: 1.5rem;
  white-space: nowrap;
}
.header__login:hover .header__dropdown {
  display: flex;
}

header {
  top: 79px;
  z-index: 600;
  background-color: #2b2b2b;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
header li a {
  font-size: 16px !important;
  padding: 5px 10px !important;
  font-weight: lighter;
  color: #fff !important;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1440px) {
  header li a {
    font-size: 14px !important;
  }
}
header li a:visited {
  color: #005E9C;
}
@media screen and (max-width: 740px) {
  header li a:visited {
    color: #2b2b2b !important;
  }
}

nav#nav-menu {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #005E9C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  opacity: 1;
  transition: all 0.5s ease;
  padding-top: 0px;
  pointer-events: all;
}
nav#nav-menu a {
  color: #fff !important;
}
nav#nav-menu a:visited, nav#nav-menu a:hover, nav#nav-menu a:focus, nav#nav-menu a:active {
  color: #fff !important;
}
nav#nav-menu.closed {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1050px) {
  nav#nav-menu {
    align-items: flex-start;
    padding-top: 200px;
  }
}
@media screen and (max-height: 600px) {
  nav#nav-menu {
    min-height: 600px;
  }
}
nav#nav-menu .sub-menu {
  display: none;
  position: absolute;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  list-style: none outside none;
  text-align: left;
  text-transform: none;
  z-index: 999;
}
nav#nav-menu .sub-menu li {
  background-color: #fff;
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
  padding: 10px;
  z-index: 999;
  width: 100%;
}
nav#nav-menu .sub-menu a {
  white-space: nowrap;
  line-height: 1.8rem;
  border: none;
  font-family: "Inter", sans-serif;
}
nav#nav-menu .sub-menu a:hover {
  color: #005E9C;
}
nav#nav-menu .menu_content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
nav#nav-menu .menu_content .contact_data {
  flex: 6;
  align-self: flex-end;
}
nav#nav-menu .menu_content .contact_data p {
  margin-top: 30px;
}
nav#nav-menu .menu_content .contact_data p a img {
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  nav#nav-menu .menu_content .contact_data {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  nav#nav-menu .menu_content .contact_data {
    padding-top: 30px;
    padding-left: 30px;
  }
}
nav#nav-menu .menu_content .menu_tree {
  flex: 6;
}
nav#nav-menu .menu_content .menu_tree ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style: none;
  margin-bottom: 0px;
}
nav#nav-menu .menu_content .menu_tree ul li {
  list-style-type: none;
  list-style: none;
}
nav#nav-menu .menu_content .menu_tree ul li:before {
  display: none;
}
@media screen and (max-width: 1050px) {
  nav#nav-menu .menu_content .menu_tree ul li {
    text-align: center;
  }
}
nav#nav-menu .menu_content .menu_tree ul li a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 43px;
  margin: 0px;
  font-weight: 600;
  color: #fff !important;
  line-height: 65px;
  transition: all 0.5s ease-in-out;
}
nav#nav-menu .menu_content .menu_tree ul li a:hover {
  color: #fff;
}
@media screen and (max-height: 800px) {
  nav#nav-menu .menu_content .menu_tree ul li a {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-height: 680px) {
  nav#nav-menu .menu_content .menu_tree ul li a {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  nav#nav-menu .menu_content .menu_tree ul li a {
    font-size: 30px;
    line-height: 44px;
  }
}

.single-post article header {
  position: unset;
  background-color: #fff;
}
.single-post article .post-thumbnail img {
  display: none;
}
.single-post article h1 {
  font-size: 2rem;
}
.single-post article p {
  font-size: 1.2rem;
  padding-top: 20px;
}
.single-post .row {
  padding: 0 15px;
}
.single-post .row .col-12 article img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.topBar {
  display: flex;
  padding: 5px 0;
  height: 100%;
}
.topBar__left {
  width: 80%;
}
.topBar__left img {
  width: 7%;
}
@media (min-width: 576px) and (orientation: landscape) {
  .topBar__left img {
    width: 3%;
  }
}
@media (min-width: 1200px) {
  .topBar__left img {
    width: 2%;
  }
}
.topBar__right {
  width: 20%;
  text-align: right;
  padding-right: 30px;
}
.topBar__right img {
  width: 50%;
}
@media (min-width: 576px) and (orientation: landscape) {
  .topBar__right img {
    width: 20%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .topBar__right img {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .topBar__right img {
    width: 10%;
  }
}
.topBar__top {
  background-color: #005E9C;
}
.topBar a {
  color: #fff;
  padding-left: 5px;
  font-size: 1.4rem;
}
@media (min-width: 1400px) {
  .topBar__left img {
    width: 2%;
  }
  .topBar__right img {
    width: 5%;
  }
}

#top_button {
  position: fixed;
  right: calc((100vw - 1750px) / 2 - 50px);
  bottom: 5vh;
  z-index: 9999;
}
#top_button button {
  background-color: transparent;
  border: none;
  border-color: #fff;
}
#top_button button:focus, #top_button button:visited {
  outline: unset !important;
}
#top_button img {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  display: block;
}
#top_button img:focus, #top_button img:visited {
  border: none !important;
  border-color: #fff !important;
  color: unset !important;
}
@media screen and (max-width: 1850px) {
  #top_button {
    right: calc((100% - 1616px) / 2 - 50px);
  }
}
@media screen and (max-width: 1700px) {
  #top_button {
    right: calc((100% - 1476px) / 2 - 50px);
  }
}
@media screen and (max-width: 1616px) {
  #top_button {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  #top_button {
    display: none;
  }
}

@media print {
  /* ogólne ustawienia */
  @page {
    size: A4;
    margin: 0;
  }
  body {
    margin: 0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background: #fff !important;
  }
  /* ukryj całą otoczkę strony */
  #wpadminbar,
  header,
  .header,
  .main-header,
  .header-wrapper,
  nav,
  footer,
  .footer,
  .main-footer,
  .site-footer,
  .elementor-location-header,
  .elementor-location-footer,
  .breadcrumbs,
  .page-title,
  .menu,
  .footer__copy,
  aside,
  #block_footer,
  .footer,
  .sidebar,
  .oid-print-btn {
    display: none !important;
    visibility: hidden !important;
  }
  /* tło tylko certyfikatu */
  #block_certyfikaty {
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    page-break-after: always;
  }
  /* tylko certyfikat zostaje widoczny */
  .oid-certificate {
    box-shadow: none !important;
    background: #fff !important;
    color: #000 !important;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .oid-certificate__wrapper {
    width: 842px;
    /* ~A4 landscape proportions */
    height: 595px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .oid-certificate__content {
    width: 100%;
    text-align: center;
    font-family: "Playfair Display", serif;
    background: #fff;
  }
  .oid-certificate__print-btn {
    display: none !important;
  }
}
.content-area a,
.content-area p,
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area ul li,
.content-area ol li {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "League Spartan", sans-serif;
  line-height: calc(100% + 2px) !important;
}

h1 {
  margin: 0;
}

p {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  outline: none;
  color: #005E9C;
  font-weight: 500;
}

*::selection {
  color: #fff;
  background-color: #2b2b2b;
}

ul {
  margin: 0;
}

.generalText p,
.generalText ul,
.generalText li {
  font-size: 2rem;
}
.generalText h1,
.generalText h2,
.generalText h3,
.generalText h4 {
  color: #005E9C;
  font-weight: bold;
}
.generalText h1 {
  font-size: 2.8rem;
}
.generalText h2 {
  font-size: 2.6rem;
}
.generalText h4 {
  font-size: 2.3rem !important;
  padding-bottom: 5px;
}

.woocommerce-notices-wrapper {
  height: 30px;
}
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.woocommerce-breadcrumb {
  display: none;
}
.woocommerce-products-header {
  display: none;
}
.woocommerce-content-area-full-width {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce-result-count {
  font-size: 18px;
}
.woocommerce-ordering select {
  font-size: 16px;
  padding: 10px 15px;
  min-width: 200px;
}
.woocommerce-no-products-found {
  background-color: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  margin: 40px 0;
}
.woocommerce-no-products-found::before {
  display: none;
  content: none;
}
.woocommerce-info::before {
  display: none;
  content: none;
}
.woocommerce th {
  font-size: 1.4rem;
}
.woocommerce .tabs {
  display: flex;
  justify-content: space-around;
  padding: 0;
  width: 100%;
  list-style: none;
  padding: 10px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  .woocommerce .tabs {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .woocommerce .tabs {
    width: 40%;
  }
}
.woocommerce .tabs th {
  font-size: 1.4rem;
}
.woocommerce .tabs a {
  font-size: 1.6rem;
  background-color: #fff;
  color: #2b2b2b;
  border-bottom: 1px solid #005E9C;
  padding: 5px 20px;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .woocommerce .related .products {
    justify-content: center;
  }
}
.woocommerce .related h2 {
  font-size: 3rem;
  color: #005E9C;
  padding-bottom: 10px;
}
.woocommerce .related img,
.woocommerce .related .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 4px;
}
.woocommerce .related .price {
  font-size: 1.8rem;
  color: #cd2b31;
  padding-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .woocommerce .related .price {
    font-size: 2.2rem;
    padding-top: 10px;
  }
}
.woocommerce .related .button {
  padding: 6px 16px;
  font-size: 1.5rem;
  background-color: #005E9C;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 12px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  color: #fff;
}
@media (min-width: 768px) {
  .woocommerce .related .button {
    padding: 7px 20px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.woocommerce .related .button:hover {
  background-color: #004a7a;
  border-color: #004a7a;
  color: #fff;
}
.woocommerce .related .woocommerce-loop-product__title {
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 85px;
  color: #005E9C;
  line-height: 1.3;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .woocommerce .related .woocommerce-loop-product__title {
    font-size: 2rem;
    min-height: 100px;
    line-height: 1.4;
    margin: 10px 0;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1200px) {
  .woocommerce h1 {
    width: 70%;
  }
}
.woocommerce strong {
  color: #005E9C;
}
.woocommerce .product_meta a {
  color: #005E9C;
}
.woocommerce .post-navigation {
  display: none;
}
.woocommerce .acf-product-blocks p {
  color: red;
}
@media (min-width: 1200px) {
  .woocommerce .single-product {
    margin-top: 20px;
  }
}
.woocommerce .price {
  padding: 7px 0;
  font-size: 3rem;
  color: #cd2b31;
}
.woocommerce .button {
  background-color: #005E9C;
  color: #fff;
  padding: 5px 20px;
  border: 1px solid #005E9C;
  font-size: 1.4rem;
}
.woocommerce .added_to_cart {
  font-size: 1.8rem;
  font-weight: 600;
}
.woocommerce ul.products li.product a {
  padding: 5px;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product a {
    padding: 10px;
  }
}

.shop-hero-section {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .shop-hero-section {
    margin-bottom: 50px;
  }
}

.shop-container-with-filters {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .shop-container-with-filters {
    padding: 30px;
    flex-direction: row;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .shop-container-with-filters {
    padding: 30px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .shop-container-with-filters {
    padding: 30px 60px;
  }
}
@media (min-width: 1441px) {
  .shop-container-with-filters {
    padding: 40px 80px;
  }
}

.shop-filters-sidebar {
  flex: 0 0 auto;
  position: static;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .shop-filters-sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .shop-filters-sidebar {
    flex: 0 0 300px;
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }
}
@media (min-width: 1441px) {
  .shop-filters-sidebar {
    flex: 0 0 320px;
  }
}
.shop-filters-sidebar.filters-visible {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
.shop-filters-sidebar.filters-visible .filters-title {
  display: none;
}
.shop-filters-sidebar.filters-visible .filters-wrapper {
  padding-top: 10px;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .shop-filters-sidebar.filters-visible .filters-title {
    display: block;
  }
  .shop-filters-sidebar.filters-visible .filters-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .shop-filters-sidebar.filters-visible .filters-title {
    display: block;
  }
  .shop-filters-sidebar.filters-visible .filters-wrapper {
    padding-top: 20px;
  }
}

.filters-wrapper {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .filters-wrapper {
    border-radius: 8px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .filters-wrapper {
    border-radius: 8px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
  }
}
.filters-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .filters-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .filters-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.filters-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.filter-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.filter-section.filter-reset-section {
  border-bottom: 2px solid #ddd;
  display: none;
}
.filter-section-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  transition: color 0.2s;
}
.filter-section-title:hover {
  color: #005E9C;
}
.filter-toggle-icon {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}
.filter-options {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.filter-options#prowadzacy-filter-options {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.filter-options#prowadzacy-filter-options::-webkit-scrollbar {
  width: 5px;
}
.filter-options#prowadzacy-filter-options::-webkit-scrollbar-track {
  background: transparent;
}
.filter-options#prowadzacy-filter-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.filter-options#prowadzacy-filter-options::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.filter-section.collapsed .filter-options {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.filter-section.collapsed .filter-options#prowadzacy-filter-options {
  max-height: 0;
  overflow: hidden;
}
.filter-section.collapsed .filter-section-title {
  margin-bottom: 0;
}
.filter-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.filter-checkbox-label:hover {
  background-color: #e8e8e8;
}
.filter-checkbox-label.active {
  background-color: #e0f2ff;
}
.filter-checkbox-label.filter-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.filter-checkbox-label.filter-disabled input[type=checkbox] {
  cursor: not-allowed;
}
.filter-checkbox-label.filter-faded {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.filter-checkbox-label input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.filter-checkbox-text {
  flex: 1;
  font-size: 14px;
  color: #555;
}
.filter-count {
  color: #999;
  font-size: 13px;
  margin-left: 5px;
}
.filter-icon {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 400;
}
.filter-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
}

.reset-filters-btn:not(.reset-filters-btn-header):not(.reset-filters-btn-inline) {
  width: 100%;
  padding: 12px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.reset-filters-btn:not(.reset-filters-btn-header):not(.reset-filters-btn-inline):hover {
  background-color: #555;
}
.reset-filters-btn-header {
  width: 100%;
  padding: 8px 18px;
  font-size: 1.4rem;
  background-image: linear-gradient(90deg, #005E9C, #005E9C), linear-gradient(90deg, #fff, #fff);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  color: #005E9C;
  white-space: nowrap;
  font-weight: 600;
}
.reset-filters-btn-header:hover {
  background-size: 100% 100%, 100% 100%;
  color: #fff;
  border-color: #005E9C;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .reset-filters-btn-header {
    width: auto;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .reset-filters-btn-header {
    width: auto;
  }
}
.reset-filters-btn-inline {
  font-size: 1.7rem;
  padding: 10px 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #005E9C, #005E9C);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.reset-filters-btn-inline:hover {
  background-size: 100% 100%, 100% 100%;
  color: #005E9C;
  border-color: #005E9C;
}

.mobile-filters-toggle {
  display: block;
  width: 100%;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  transition: background-color 0.2s;
}
.mobile-filters-toggle:hover {
  background-color: #f0f0f0;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .mobile-filters-toggle {
    display: none;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .mobile-filters-toggle {
    display: none;
  }
}

.shop-main-content {
  flex: 1;
  min-width: 0;
  transition: opacity 0.3s ease;
  position: relative;
}
.shop-main-content.loading {
  pointer-events: none;
}
.shop-main-content ul.products {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
}
.shop-main-content ul.products::before, .shop-main-content ul.products::after {
  display: none;
  content: none;
}
@media (min-width: 576px) and (max-width: 767px) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1367px) and (orientation: portrait) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1441px) {
  .shop-main-content ul.products {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.shop-main-content ul.products li.product {
  margin: 0;
  width: 100% !important;
  padding: 8px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.shop-main-content ul.products li.product::before, .shop-main-content ul.products li.product::after {
  display: none;
  content: none;
}
.shop-main-content ul.products li.product.product-faded {
  opacity: 0.25;
  transform: scale(0.95);
  pointer-events: none;
}
@media (min-width: 768px) {
  .shop-main-content ul.products li.product {
    padding: 10px;
  }
}
.shop-main-content ul.products li.product h2,
.shop-main-content ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 85px;
  color: #005E9C;
  line-height: 1.3;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .shop-main-content ul.products li.product h2,
  .shop-main-content ul.products li.product .woocommerce-loop-product__title {
    font-size: 2rem;
    min-height: 100px;
    line-height: 1.4;
    margin: 10px 0;
    -webkit-line-clamp: 4;
  }
}
.shop-main-content ul.products li.product .price {
  font-size: 1.8rem;
  color: #cd2b31;
  padding-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .shop-main-content ul.products li.product .price {
    font-size: 2.2rem;
    padding-top: 10px;
  }
}
.shop-main-content ul.products li.product .button {
  padding: 6px 16px;
  font-size: 1.5rem;
  background-color: #005E9C;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 12px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  color: #fff;
}
@media (min-width: 768px) {
  .shop-main-content ul.products li.product .button {
    padding: 7px 20px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.shop-main-content ul.products li.product .button:hover {
  background-color: #003d66;
  border-color: #003d66;
  color: #fff;
}
.shop-main-content ul.products li.product img,
.shop-main-content ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 4px;
}
.shop-main-content ul.products li.product a {
  padding: 0;
}

.no-products-message {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
}
.no-products-suggestion {
  font-size: 16px;
  color: #666;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.woocommerce-cart-form .product-name a,
.woocommerce-cart-form td.product-name a,
.cart-collaterals .product-name a,
.cart-collaterals td.product-name a,
body.woocommerce-cart .product-name a,
body.woocommerce-cart td.product-name a {
  color: #005E9C !important;
}
.woocommerce-cart-form .product-name a:visited,
.woocommerce-cart-form td.product-name a:visited,
.cart-collaterals .product-name a:visited,
.cart-collaterals td.product-name a:visited,
body.woocommerce-cart .product-name a:visited,
body.woocommerce-cart td.product-name a:visited {
  color: #005E9C !important;
}
.woocommerce-cart-form .product-name a:hover, .woocommerce-cart-form .product-name a:focus, .woocommerce-cart-form .product-name a:active,
.woocommerce-cart-form td.product-name a:hover,
.woocommerce-cart-form td.product-name a:focus,
.woocommerce-cart-form td.product-name a:active,
.cart-collaterals .product-name a:hover,
.cart-collaterals .product-name a:focus,
.cart-collaterals .product-name a:active,
.cart-collaterals td.product-name a:hover,
.cart-collaterals td.product-name a:focus,
.cart-collaterals td.product-name a:active,
body.woocommerce-cart .product-name a:hover,
body.woocommerce-cart .product-name a:focus,
body.woocommerce-cart .product-name a:active,
body.woocommerce-cart td.product-name a:hover,
body.woocommerce-cart td.product-name a:focus,
body.woocommerce-cart td.product-name a:active {
  color: #004a7a !important;
}
.woocommerce-cart-form .button,
.woocommerce-cart-form button[type=submit],
.woocommerce-cart-form input[type=submit],
.woocommerce-cart-form .checkout-button,
.woocommerce-cart-form a.button,
.cart-collaterals .button,
.cart-collaterals button[type=submit],
.cart-collaterals input[type=submit],
.cart-collaterals .checkout-button,
.cart-collaterals a.button,
body.woocommerce-cart .button,
body.woocommerce-cart button[type=submit],
body.woocommerce-cart input[type=submit],
body.woocommerce-cart .checkout-button,
body.woocommerce-cart a.button {
  background-color: #005E9C !important;
  color: #fff !important;
  border-color: #005E9C !important;
}
.woocommerce-cart-form .button:hover,
.woocommerce-cart-form button[type=submit]:hover,
.woocommerce-cart-form input[type=submit]:hover,
.woocommerce-cart-form .checkout-button:hover,
.woocommerce-cart-form a.button:hover,
.cart-collaterals .button:hover,
.cart-collaterals button[type=submit]:hover,
.cart-collaterals input[type=submit]:hover,
.cart-collaterals .checkout-button:hover,
.cart-collaterals a.button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart button[type=submit]:hover,
body.woocommerce-cart input[type=submit]:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-cart a.button:hover {
  background-color: #004a7a !important;
  border-color: #004a7a !important;
  color: #fff !important;
}

.woocommerce-register-toggle {
  font-size: 1.6rem;
}
.woocommerce-register-toggle button {
  background-color: #005E9C;
  color: #fff;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .ms-no-courses-prompt {
    font-size: 1.5rem;
    margin-left: 100px;
  }
}
.woocommerce-info {
  font-size: 1.5rem !important;
}
.woocommerce-MyAccount-navigation {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .woocommerce-MyAccount-navigation {
    display: flex;
    justify-content: center;
  }
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  padding: 10px 5px !important;
  transition: all ease-in-out 0.5s !important;
}
.woocommerce-MyAccount-navigation li:hover {
  border-bottom: 1px solid #2b2b2b !important;
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none !important;
}
.woocommerce-MyAccount-content {
  width: 100% !important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  height: 50px !important;
}

#block_checkout .col-12 {
  padding-left: 0;
  padding-right: 0;
}
#block_checkout input {
  font-size: 1.5rem;
}
#block_checkout .select2 {
  font-size: 1.5rem;
}
#block_checkout label {
  color: #005E9C;
  font-size: 1.7rem;
}
#block_checkout textarea {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#block_checkout #order_review_heading {
  font-size: 3rem;
  color: #005E9C;
}
#block_checkout h3 {
  font-size: 3rem;
  padding-top: 10px;
  color: #005E9C;
}
#block_checkout .product-name {
  font-size: 1.5rem;
}
#block_checkout td {
  font-size: 1.5rem;
}
#block_checkout .woocommerce-info {
  font-size: 1.5rem;
}
#block_checkout .woocommerce-checkout-payment {
  padding: 20px;
  font-size: 1.5rem;
}
#block_checkout .woocommerce-notices-wrapper {
  font-size: 1.5rem;
  height: 60px;
}
#block_checkout .woocommerce-message {
  font-size: 1.5rem;
}
#block_checkout .coupon-error-notice {
  font-size: 1.5rem;
}
#block_checkout .form-row button {
  font-size: 1.5rem;
}

#block_certyfikaty .oid-certificate {
  background: #2b2b2b;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
#block_certyfikaty .oid-certificate__wrapper {
  background: #fff;
  width: 842px;
  height: 595px;
  position: relative;
}
#block_certyfikaty .oid-certificate__content {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background-color: #fff;
  background-image: url("/wp-content/themes/exist/images/certificate.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#block_certyfikaty .oid-certificate__title {
  margin-top: 110px;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#block_certyfikaty .oid-certificate__subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100% !important;
}
#block_certyfikaty .oid-certificate__username {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin: 0 30px;
  padding: 15px 0;
}
#block_certyfikaty .oid-certificate__section {
  width: 800px;
  margin: 8px auto 0;
}
#block_certyfikaty .oid-certificate__section--ornaments {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  width: 100% !important;
}
#block_certyfikaty .oid-certificate__section--footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#block_certyfikaty .oid-certificate__ornament {
  width: 130px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__ornament--left {
  background-image: url("/wp-content/themes/exist/images/certificate-ornament-l.png");
  margin-left: 20px;
}
#block_certyfikaty .oid-certificate__ornament--right {
  background-image: url("/wp-content/themes/exist/images/certificate-ornament-r.png");
  margin-right: 20px;
}
#block_certyfikaty .oid-certificate__course-label {
  width: 500px;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
#block_certyfikaty .oid-certificate__line {
  width: inherit;
  height: 2px !important;
  margin-bottom: 5px;
  background-color: #666;
}
#block_certyfikaty .oid-certificate__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
}
#block_certyfikaty .oid-certificate__logo {
  width: 200px;
  height: 110px;
  margin-left: 60px;
  background-position: top center;
  background-image: url("/wp-content/themes/exist/images/certificate-logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__sign {
  width: 260px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block_certyfikaty .oid-certificate__sign-image {
  width: 100%;
  height: 82px;
  border-bottom: 2px double #666;
  background-image: url("/wp-content/themes/exist/images/certificate-sign.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#block_certyfikaty .oid-certificate__sign-organizer {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-top: 8px;
}
#block_certyfikaty .oid-certificate__error {
  text-align: center;
  color: #c00;
  padding: 40px 20px;
  font-weight: 600;
}
#block_certyfikaty .oid-certificate__printplace {
  background-color: #2b2b2b;
}
#block_certyfikaty .oid-certificate button {
  font-size: 1.4rem !important;
}
#block_certyfikaty .oid-certificate {
  /* === przycisk drukowania === */
}
#block_certyfikaty .oid-certificate__print-btn {
  display: inline-block;
  margin: 30px auto 0;
  background: #005E9C;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 1.4rem !important;
  cursor: pointer;
  transition: background 0.3s;
}
#block_certyfikaty .oid-certificate__print-btn:hover {
  background: #005E9C;
}

#block_contactform {
  position: relative;
}
@media (min-width: 1560px) {
  #block_contactform {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #block_contactform .contactform {
    display: flex;
    justify-content: space-around;
  }
}
#block_contactform .contactform__box {
  padding: 20px 0;
}
#block_contactform .contactform__header {
  font-family: "League Spartan", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #005E9C;
}
#block_contactform .contactform__text {
  font-size: 1.7rem;
  line-height: 19px;
}
#block_contactform .contactform__left {
  width: 100%;
  height: 200px;
}
@media (min-width: 1200px) {
  #block_contactform .contactform__left {
    width: 60%;
  }
}
#block_contactform .contactform__left img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  #block_contactform .contactform__left img {
    position: absolute;
    left: 0px;
    width: 50%;
  }
}
#block_contactform .contactform__right {
  padding: 10px 0;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_contactform .contactform__right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #block_contactform .contactform__right {
    width: 40%;
  }
}
#block_contactform .contactform__right .wpcf7-form p {
  margin-bottom: 20px;
}
#block_contactform .contactform__right .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
#block_contactform .contactform__right .wpcf7-form input[type=text],
#block_contactform .contactform__right .wpcf7-form input[type=email],
#block_contactform .contactform__right .wpcf7-form textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2b2b2b;
  padding: 12px 0;
  font-size: 1.8rem;
  font-family: inherit;
  background-color: transparent;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
#block_contactform .contactform__right .wpcf7-form input[type=text]::placeholder,
#block_contactform .contactform__right .wpcf7-form input[type=email]::placeholder,
#block_contactform .contactform__right .wpcf7-form textarea::placeholder {
  color: #666;
  font-size: 1.8rem;
}
#block_contactform .contactform__right .wpcf7-form input[type=text]:focus,
#block_contactform .contactform__right .wpcf7-form input[type=email]:focus,
#block_contactform .contactform__right .wpcf7-form textarea:focus {
  outline: none;
  border-bottom-color: #005E9C;
}
#block_contactform .contactform__right .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}
#block_contactform .contactform__right .wpcf7-form .button_position {
  margin-top: 10px;
}
#block_contactform .contactform__right .wpcf7-form input[type=submit],
#block_contactform .contactform__right .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background-color: #005E9C;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
#block_contactform .contactform__right .wpcf7-form input[type=submit]:hover,
#block_contactform .contactform__right .wpcf7-form .wpcf7-submit:hover {
  background-color: rgb(0, 63.2692307692, 105);
}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_dwiekolumny .dwiekolumny {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #block_dwiekolumny .dwiekolumny {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
#block_dwiekolumny .dwiekolumny__left {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_dwiekolumny .dwiekolumny__left {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_dwiekolumny .dwiekolumny__left {
    width: 48%;
  }
}
#block_dwiekolumny .dwiekolumny li {
  padding: 5px 0;
}
#block_dwiekolumny .dwiekolumny img {
  width: 75%;
  margin: 0 auto;
}
#block_dwiekolumny .dwiekolumny__right {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_dwiekolumny .dwiekolumny__right {
    width: 48%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  #block_dwiekolumny .dwiekolumny__right {
    width: 48%;
  }
}
#block_dwiekolumny .dwiekolumny__reverse {
  flex-direction: row-reverse;
}

#block_edytorwpisu {
  padding: 30px 0;
}
#block_edytorwpisu h1,
#block_edytorwpisu h2,
#block_edytorwpisu h3,
#block_edytorwpisu h4 {
  color: #005E9C;
}
#block_edytorwpisu h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
#block_edytorwpisu h2 {
  font-size: 2.3rem;
}
#block_edytorwpisu p {
  font-size: 2rem;
}
#block_edytorwpisu a {
  color: #005E9C;
}

@media (min-width: 576px) and (orientation: landscape) {
  #block_ekspercilista .ekspercilista {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
}
@media (min-width: 1200px) {
  #block_ekspercilista .ekspercilista {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
}
#block_ekspercilista .ekspercilista__header {
  font-size: 3.5rem;
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  line-height: 35px;
  color: #005E9C;
}
@media (min-width: 1441px) {
  #block_ekspercilista .ekspercilista__header {
    font-size: 4rem;
  }
}
#block_ekspercilista .ekspercilista__block {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  background: white;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_ekspercilista .ekspercilista__block {
    width: calc(50% - 1px);
    height: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_ekspercilista .ekspercilista__block {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  #block_ekspercilista .ekspercilista__block {
    height: 300px;
    width: calc(30% - 2px);
  }
}
@media (min-width: 1441px) {
  #block_ekspercilista .ekspercilista__block {
    height: 370px;
  }
}
#block_ekspercilista .ekspercilista__description {
  font-size: 1.8rem;
}
#block_ekspercilista .ekspercilista__box {
  position: relative;
  height: 300px;
  background: rgb(30, 40, 49);
  background: linear-gradient(135deg, rgb(30, 40, 49) 20%, rgb(1, 93, 153) 66%, rgb(116, 164, 204) 100%);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  transition: opacity 0.8s ease-in-out;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_ekspercilista .ekspercilista__box {
    width: calc(50% - 1px);
    height: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_ekspercilista .ekspercilista__box {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  #block_ekspercilista .ekspercilista__box {
    height: 300px;
    width: calc(22.66% - 2px);
  }
}
@media (min-width: 1441px) {
  #block_ekspercilista .ekspercilista__box {
    height: 370px;
  }
}
#block_ekspercilista .ekspercilista__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}
@media (min-width: 1441px) {
  #block_ekspercilista .ekspercilista__image {
    width: 80%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_expertsboxes .expertboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_expertsboxes .expertboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #block_expertsboxes .expertboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
  }
}
#block_expertsboxes .expertboxes__box {
  border-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_expertsboxes .expertboxes__box {
    width: 48%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_expertsboxes .expertboxes__box {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_expertsboxes .expertboxes__box {
    width: 48%;
    padding: 0;
  }
}
@media (min-width: 1441px) {
  #block_expertsboxes .expertboxes__box {
    width: 31%;
    padding: 0;
  }
}
#block_expertsboxes .expertboxes__background {
  width: 50%;
  max-height: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (min-width: 1200px) {
  #block_expertsboxes .expertboxes__background {
    height: 350px;
  }
}
#block_expertsboxes .expertboxes__content {
  width: 50%;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #block_expertsboxes .expertboxes__content {
    padding: 20px;
  }
}
#block_expertsboxes .expertboxes__name {
  font-size: 2rem;
  color: #005E9C;
}
@media (min-width: 1200px) {
  #block_expertsboxes .expertboxes__name {
    font-size: 2.5rem;
  }
}
#block_expertsboxes .expertboxes__desc {
  font-size: 1.4rem;
}

#block_faq {
  padding: 20px 0;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_faq .faq {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #block_faq .faq {
    display: flex;
    justify-content: space-between;
  }
}
#block_faq .faq__left {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  #block_faq .faq__left {
    width: 39%;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #block_faq .faq__right {
    width: 59%;
  }
}
#block_faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  #block_faq .faq__list {
    align-items: start;
  }
}
#block_faq .faq__item {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  #block_faq .faq__item:nth-child(odd) {
    grid-column: 1;
  }
}
#block_faq .faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #005E9C;
  border: 1px solid #005E9C;
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  border-radius: 16px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}
#block_faq .faq__question:hover {
  background: #005E9C;
}
#block_faq .faq__question[aria-expanded=true] {
  background: #005E9C;
}
#block_faq .faq__question[aria-expanded=true] .faq__icon {
  transform: rotate(180deg);
}
#block_faq .faq__question .faq__icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
#block_faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  color: #333;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
#block_faq .faq__answer p {
  font-size: 1.6rem;
}
#block_faq .faq__item[aria-expanded=true] .faq__answer {
  height: 300px !important;
}
#block_faq .faq__header {
  color: #005E9C;
  font-size: 4.5rem;
  font-weight: bold;
  margin: 0;
}
#block_faq .faq__text {
  font-size: 2rem;
}

#block_formshort .woocommerce-form-login, #block_formshort .woocommerce-form-register {
  border: none !important;
  padding: 0 !important;
}
#block_formshort .woocommerce-notices-wrapper {
  display: none !important;
}
#block_formshort .woocommerce-privacy-policy-text {
  font-size: 1.4rem;
}
#block_formshort .login-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #block_formshort .login-wrapper {
    min-height: 100vh;
  }
}
#block_formshort .login-wrapper input {
  font-size: 2rem;
}
#block_formshort .login-wrapper h2 {
  font-size: 4rem;
  color: #005E9C;
  margin-bottom: 8px;
}
#block_formshort .login-panel {
  order: 2;
  background-color: #005E9C;
  position: relative;
  height: 200px;
}
#block_formshort .login-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
#block_formshort .panel-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
#block_formshort .panel-logo {
  width: 100%;
  margin-bottom: 50px;
}
#block_formshort .panel h2 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 8px;
}
#block_formshort .panel-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}
#block_formshort .panel-tabs {
  display: flex;
  justify-content: space-around;
}
#block_formshort .panel-tabs .tab-btn {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 8px;
}
#block_formshort .panel-tabs .tab-btn.active {
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
#block_formshort .panel-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
#block_formshort .panel-tabs .tab-btn:hover {
  color: #fff;
}
#block_formshort .form {
  width: 100%;
}
#block_formshort .form-panel {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
#block_formshort .form-block {
  width: 100%;
  max-width: 360px;
  margin-bottom: 32px;
}
#block_formshort .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
#block_formshort .form-footer .forgot-password {
  font-size: 1.4rem;
  color: #005E9C;
}
#block_formshort .form .btn-login {
  background: #005E9C;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.7rem;
}
#block_formshort .form .btn-login:hover {
  background-color: #005E9C;
}
#block_formshort .form .styled-login-form {
  width: 100%;
}
#block_formshort .form .styled-login-form .input-group {
  position: relative;
  margin-bottom: 24px;
}
#block_formshort .form .styled-login-form .input-group img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
#block_formshort .form .styled-login-form .input-group input {
  width: 100%;
  padding: 12px 12px 12px 36px;
  border: none;
  border-bottom: 1px solid #005E9C;
  font-size: 1.7rem;
}
#block_formshort .form .styled-login-form .input-group input::placeholder {
  color: #aaa;
}
#block_formshort .form .styled-login-form .input-group input:focus {
  outline: none;
  border-bottom-color: #cd2b31;
}

#block_klasycznyedytor li,
#block_klasycznyedytor p {
  line-height: 17px;
}
#block_klasycznyedytor li {
  padding: 3px 0;
}
#block_klasycznyedytor h4 {
  padding-bottom: 10px;
}

#block_koszyk .woocommerce .product-name {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce .product-thumbnail img {
  width: 50px !important;
  height: 50px !important;
}
#block_koszyk .woocommerce .product-price {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce .product-subtotal {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce button,
#block_koszyk .woocommerce input {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce input {
  width: 100px !important;
}
#block_koszyk .woocommerce .cart-collaterals {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce .woocommerce-error {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce .product-quantity {
  font-size: 1.6rem !important;
}
#block_koszyk .woocommerce .cart-empty {
  font-size: 1.6rem !important;
}

#block_ksiazkitrenera .books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block_ksiazkitrenera .books__item {
  margin-top: 30px;
  cursor: pointer;
  width: 48%;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_ksiazkitrenera .books__item {
    width: 48%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_ksiazkitrenera .books__item {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  #block_ksiazkitrenera .books__item {
    width: 24%;
  }
}
@media (min-width: 1441px) {
  #block_ksiazkitrenera .books__item {
    width: 24%;
  }
}
#block_ksiazkitrenera .books__background {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_ksiazkitrenera .books__background {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_ksiazkitrenera .books__background {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #block_ksiazkitrenera .books__background {
    width: 50%;
  }
}
#block_ksiazkitrenera .books__background img {
  display: block;
  width: 100%;
  height: auto;
}
#block_ksiazkitrenera .books__content {
  padding: 15px;
  text-align: center;
}
#block_ksiazkitrenera .books__title {
  font-size: 2rem;
  color: #005E9C;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #block_ksiazkitrenera .books__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) and (orientation: landscape) {
  #block_lastentries .lastentries__table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#block_lastentries .lastentries__box {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  margin: 20px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_lastentries .lastentries__box {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_lastentries .lastentries__box {
    width: 30%;
  }
}
#block_lastentries .lastentries img {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
  height: 400px;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_lastentries .lastentries img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  #block_lastentries .lastentries img {
    height: 350px;
  }
}
#block_lastentries .lastentries__content {
  height: 150px;
  padding: 20px;
}
#block_lastentries .lastentries__header {
  font-size: 2rem;
  color: #005E9C;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
}

.moje-szkolenia-block .ms-login-prompt,
.moje-szkolenia-block .ms-no-courses-prompt {
  text-align: center;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid;
  margin-bottom: 1rem;
}
.moje-szkolenia-block .ms-login-prompt {
  background-color: #fef9c3;
  border-color: #fde047;
  color: #1f2937;
}
.moje-szkolenia-block .ms-no-courses-prompt {
  background-color: #dbeafe;
  border-color: #3b82f6;
  color: #1f2937;
}
.moje-szkolenia-block .ms-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.moje-szkolenia-block .ms-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.moje-szkolenia-block .ms-main-content,
.moje-szkolenia-block .ms-sidebar {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.moje-szkolenia-block .ms-main-content {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .moje-szkolenia-block .ms-main-content {
    width: 66.666667%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .moje-szkolenia-block .ms-sidebar {
    width: 33.333333%;
  }
}
.moje-szkolenia-block .ms-video-player__player-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.moje-szkolenia-block .ms-video-player__player-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moje-szkolenia-block .ms-video-player__player-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.moje-szkolenia-block .ms-player-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
  color: #374151;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.moje-szkolenia-block .ms-player-placeholder p {
  margin: 0;
  font-size: 1.4rem;
}
.moje-szkolenia-block .ms-video-player__course-details {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.moje-szkolenia-block .ms-details-title,
.moje-szkolenia-block .ms-playlist-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}
.moje-szkolenia-block .ms-video-player__meta-box {
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
}
.moje-szkolenia-block .ms-video-player__meta-box tr td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-label {
  padding-right: 0.5rem;
  font-weight: 600;
  color: #4b5563;
  width: 130px;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-value {
  color: #1f2937;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-value.ms-meta-value--not-provided {
  color: #6b7280;
  font-style: italic;
}
.moje-szkolenia-block .ms-video-player__meta-box tr:first-child .ms-meta-value {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-status {
  text-align: center;
  font-weight: 700;
  padding-top: 0.5rem;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-status.ms-meta-status--expired {
  color: #dc2626;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-status.ms-meta-status--no-courses {
  color: #6b7280;
}
.moje-szkolenia-block .ms-video-player__meta-box .ms-meta-renew {
  padding-top: 1.5rem !important;
}
.moje-szkolenia-block .ms-video-sidebar-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.moje-szkolenia-block .ms-video-nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.moje-szkolenia-block .ms-video-nav {
  padding: 0.5rem 1rem;
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.moje-szkolenia-block .ms-video-nav:hover {
  background-color: #2563eb;
}
.moje-szkolenia-block .ms-video-player__playlist {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}
.moje-szkolenia-block .ms-video-player__playlist::-webkit-scrollbar {
  width: 8px;
}
.moje-szkolenia-block .ms-video-player__playlist::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.moje-szkolenia-block .ms-video-player__playlist::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.moje-szkolenia-block .ms-video-player__playlist::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.moje-szkolenia-block .ms-no-courses-in-list {
  padding: 1rem;
  text-align: center;
  color: #6b7280;
}
.moje-szkolenia-block .playlist__item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}
.moje-szkolenia-block .playlist__item:last-child {
  margin-bottom: 0;
}
.moje-szkolenia-block .playlist__item:hover {
  background-color: #f3f4f6;
}
.moje-szkolenia-block .playlist__item.playlist__item--active {
  background-color: #dbeafe;
  border-color: #3b82f6;
}
.moje-szkolenia-block .playlist__item.playlist__item--expired {
  opacity: 0.7;
}
.moje-szkolenia-block .playlist__item-miniature {
  width: 80px;
  height: auto;
  object-fit: cover;
  border-radius: 0.375rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.moje-szkolenia-block .playlist__item-meta {
  overflow: hidden;
}
.moje-szkolenia-block .playlist__item-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3b82f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.moje-szkolenia-block .playlist__item-meta-info {
  font-size: 1.4rem;
  color: #4b5563;
}
.moje-szkolenia-block .playlist__item-meta-info .playlist__item-status.playlist__item-status--expired {
  color: #ef4444;
  font-weight: 600;
  margin-top: 0.25rem;
}
.moje-szkolenia-block .ms-course-link,
.moje-szkolenia-block .ms-prowadzacy-link,
.moje-szkolenia-block .ms-renew-secondary,
.moje-szkolenia-block .ms-cert-btn,
.moje-szkolenia-block .ms-cert-btn--en {
  color: #3b82f6 !important;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out;
}
.moje-szkolenia-block .ms-course-link:hover,
.moje-szkolenia-block .ms-prowadzacy-link:hover,
.moje-szkolenia-block .ms-renew-secondary:hover,
.moje-szkolenia-block .ms-cert-btn:hover,
.moje-szkolenia-block .ms-cert-btn--en:hover {
  color: #2563eb !important;
  text-decoration: underline !important;
}
.moje-szkolenia-block .ms-course-link:visited,
.moje-szkolenia-block .ms-prowadzacy-link:visited,
.moje-szkolenia-block .ms-renew-secondary:visited,
.moje-szkolenia-block .ms-cert-btn:visited,
.moje-szkolenia-block .ms-cert-btn--en:visited {
  color: #3b82f6 !important;
}
.moje-szkolenia-block .ms-course-link:active,
.moje-szkolenia-block .ms-prowadzacy-link:active,
.moje-szkolenia-block .ms-renew-secondary:active,
.moje-szkolenia-block .ms-cert-btn:active,
.moje-szkolenia-block .ms-cert-btn--en:active {
  color: #3b82f6 !important;
}
.moje-szkolenia-block .ms-renew-btn {
  background-color: #005E9C !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border: 1px solid #005E9C !important;
  border-radius: 6px;
  font-size: 1.6rem !important;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.moje-szkolenia-block .ms-renew-btn:hover {
  background-color: #004a7a !important;
  border-color: #004a7a !important;
  color: #ffffff !important;
}
.moje-szkolenia-block .ms-renew-btn:visited {
  background-color: #005E9C !important;
  color: #ffffff !important;
}

#block_naglowek {
  padding: 40px 0 10px 0;
}
#block_naglowek .naglowek__header {
  color: #005E9C;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_naglowek .naglowek__header {
    font-size: 4.5rem;
  }
}
#block_naglowek .naglowek__text {
  font-size: 2rem;
}
#block_naglowek .naglowek__left {
  text-align: left;
}
#block_naglowek .naglowek__center {
  text-align: center;
}
#block_naglowek .naglowek__right {
  text-align: right;
}

#block_newsletter {
  padding: 50px 0;
}
#block_newsletter .newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block_newsletter .newsletter__left {
  width: 100%;
  margin: 10px auto;
  font-size: 2rem;
  font-family: "League Spartan", sans-serif;
  border-bottom: 1px solid #2b2b2b;
}
@media (min-width: 1200px) {
  #block_newsletter .newsletter__left {
    width: 25%;
  }
}
#block_newsletter .newsletter__button {
  display: inline-block;
  font-size: 1.8rem;
  color: #2b2b2b;
  padding: 5px 20px;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  margin-top: 30px;
}
#block_newsletter .newsletter__button:hover {
  border-left: 1px solid #2b2b2b;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#block_partners .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  #block_partners .partners {
    padding: 30px 0;
  }
}
#block_partners .partners__box {
  width: 48%;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  #block_partners .partners__box {
    width: 20%;
    margin: 0 auto;
  }
}

.produktyslider__block .produktyslider {
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  .produktyslider__block .produktyslider {
    gap: 5px;
  }
}
.produktyslider__block .produktyslider__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.produktyslider__block .produktyslider::-webkit-scrollbar {
  display: none;
}
.produktyslider__block .produktyslider__arrow {
  display: none;
}
@media (min-width: 1200px) {
  .produktyslider__block .produktyslider__arrow {
    display: block;
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
  }
}
.produktyslider__block .produktyslider__arrow--left {
  margin-right: 10px;
}
.produktyslider__block .produktyslider__arrow--right {
  margin-left: 10px;
}
.produktyslider__block .courses-toggle-button {
  display: block;
  margin: 20px auto;
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.produktyslider__block .courses-toggle-button:hover {
  background-color: #0073aa;
}
.produktyslider__block .courses-container {
  display: none;
  margin-top: 20px;
}
.produktyslider__block .courses-container.active {
  display: block;
}
.produktyslider__block .woocommerce ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 5px;
  overflow-x: auto;
  padding: 10px 0;
  margin: 0 !important;
  list-style: none;
}
.produktyslider__block .woocommerce ul.products li.product {
  flex: 0 0 auto;
  min-width: 10%;
  margin: 0 !important;
}
.produktyslider__block .courses-container .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  overflow: visible;
}
.produktyslider__block .courses-container .woocommerce ul.products::before {
  display: none;
}
@media (min-width: 576px) and (orientation: landscape) {
  .produktyslider__block .courses-container .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .produktyslider__block .courses-container .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1441px) {
  .produktyslider__block .courses-container .woocommerce ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
}
.produktyslider__block .courses-container .woocommerce ul.products .product {
  width: 100% !important;
}
.produktyslider__block .product {
  width: 44% !important;
}
@media (min-width: 576px) and (orientation: landscape) {
  .produktyslider__block .product {
    width: 30% !important;
  }
}
@media (min-width: 1200px) {
  .produktyslider__block .product {
    width: 22% !important;
  }
}
.produktyslider__block .product .woocommerce-loop-product__title {
  font-size: 1.7rem !important;
  line-height: 19px;
  color: #005E9C;
  height: 150px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .produktyslider__block .product .woocommerce-loop-product__title {
    height: 120px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .produktyslider__block .product .woocommerce-loop-product__title {
    height: 100px;
  }
}
@media (min-width: 1441px) {
  .produktyslider__block .product .woocommerce-loop-product__title {
    height: 80px;
  }
}
.produktyslider__block .product .button {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 7px 20px !important;
}

#block_pytaniaproduktu {
  padding: 20px 0;
}
#block_pytaniaproduktu .faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#block_pytaniaproduktu .faq__item {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
#block_pytaniaproduktu .faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #005E9C;
  border: 1px solid #005E9C;
  color: #fff;
  font-size: 1.7rem;
  text-align: left;
  border-radius: 16px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}
#block_pytaniaproduktu .faq__question:hover {
  background: #005E9C;
}
#block_pytaniaproduktu .faq__question[aria-expanded=true] {
  background: #005E9C;
}
#block_pytaniaproduktu .faq__question[aria-expanded=true] .faq__icon {
  transform: rotate(180deg);
}
#block_pytaniaproduktu .faq__question .faq__icon {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
#block_pytaniaproduktu .faq__answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  color: #333;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
}
#block_pytaniaproduktu .faq__answer p {
  font-size: 1.6rem;
  margin: 16px 0;
}
#block_pytaniaproduktu .faq .faq__question[aria-expanded=true] + .faq__answer {
  max-height: 300px;
  padding: 16px;
}
#block_pytaniaproduktu .faq__header {
  color: #005E9C;
  font-size: 4.5rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
}

#block_sekcjastartowa {
  padding: 50px 0;
  position: relative;
}
#block_sekcjastartowa .sekcjastartowa {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block_sekcjastartowa .sekcjastartowa__hex {
  position: absolute;
  right: -100px;
  top: 200px;
  width: 50%;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_sekcjastartowa .sekcjastartowa__hex {
    width: 30%;
    top: 100px;
  }
}
@media (min-width: 1441px) {
  #block_sekcjastartowa .sekcjastartowa__hex {
    width: 20%;
    right: -150px;
  }
}
#block_sekcjastartowa .sekcjastartowa__header {
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  font-family: "League Spartan", sans-serif;
}
@media (min-width: 1441px) {
  #block_sekcjastartowa .sekcjastartowa__header {
    font-size: 6rem;
    line-height: 55px;
  }
}
#block_sekcjastartowa .sekcjastartowa__text {
  font-size: 1.7rem;
  color: #2b2b2b;
  text-align: center;
}
@media (min-width: 1441px) {
  #block_sekcjastartowa .sekcjastartowa__text {
    font-size: 2rem;
    line-height: 21px;
  }
}

#block_shortcode .woocommerce-MyAccount-content p {
  font-size: 1.8rem;
}
#block_shortcode .woocommerce-ResetPassword p {
  font-size: 1.6rem;
}
#block_shortcode .woocommerce-LostPassword {
  margin-top: 10px;
}
#block_shortcode .woocommerce-LostPassword a {
  font-size: 1.6rem;
}
#block_shortcode .woocommerce-error li {
  font-size: 1.6rem;
}
#block_shortcode .woocommerce h2 {
  font-size: 4rem;
}
#block_shortcode .woocommerce label,
#block_shortcode .woocommerce input,
#block_shortcode .woocommerce button {
  font-size: 1.6rem;
}
#block_shortcode .woocommerce li {
  padding: 5px 0;
}
#block_shortcode .woocommerce li a {
  font-size: 1.8rem;
  color: #2b2b2b;
}
#block_shortcode .woocommerce tr {
  font-size: 1.6rem;
}

#block_sklepshort ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
}
#block_sklepshort ul.products::before, #block_sklepshort ul.products::after {
  display: none;
  content: none;
}
@media (min-width: 768px) {
  #block_sklepshort ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1441px) {
  #block_sklepshort ul.products {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
#block_sklepshort .product {
  margin: 0;
  width: 100% !important;
}
#block_sklepshort .product img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 4px;
}
#block_sklepshort .product h2 {
  font-size: 2rem;
  font-weight: normal;
  height: 120px;
  color: #005E9C !important;
}
#block_sklepshort .product .price {
  font-size: 1.8rem;
  color: #cd2b31;
  padding-top: 10px;
  margin-bottom: 0 !important;
}
#block_sklepshort .product .button {
  padding: 7px 20px;
  font-size: 1.8rem;
  background-image: linear-gradient(90deg, #005E9C, #005E9C), linear-gradient(90deg, #fff, #fff);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  color: #005E9C !important;
}
#block_sklepshort .product .button:hover {
  background-size: 100% 100%, 100% 100%;
  color: #fff !important;
  border-color: #005E9C;
}
#block_sklepshort .pokaz-wiecej-btn {
  font-size: 1.7rem;
  padding: 10px 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #005E9C, #005E9C);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #005E9C;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
#block_sklepshort .pokaz-wiecej-btn:hover {
  background-size: 100% 100%, 100% 100%;
  color: #005E9C;
  border-color: #005E9C;
}
#block_sklepshort .pokaz-wiecej-przycisk {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
#block_sklepshort .woocommerce-loop-product__title {
  height: 120px !important;
}

#block_subpagehero {
  background-color: #fff;
  padding-top: 10px;
}
@media (min-width: 1441px) {
  #block_subpagehero {
    padding-top: 50px;
  }
}
#block_subpagehero .subpagehero {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_subpagehero .subpagehero {
    flex-direction: row;
  }
}
#block_subpagehero .subpagehero__left {
  order: 2;
  position: relative;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__left {
    width: 58%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__left {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #block_subpagehero .subpagehero__left {
    width: 50%;
  }
}
#block_subpagehero .subpagehero__right {
  order: 1;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__right {
    width: 38%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__right {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #block_subpagehero .subpagehero__right {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__right {
    width: 40%;
    margin-left: 100px;
  }
}
#block_subpagehero .subpagehero__right img {
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__right img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  #block_subpagehero .subpagehero__right img {
    height: auto;
  }
}
#block_subpagehero .subpagehero__box {
  background-color: #fff;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__box {
    position: absolute;
    left: -100px;
    top: 40px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  #block_subpagehero .subpagehero__box {
    position: absolute;
    left: -100px;
    top: 40px;
    padding: 20px;
  }
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__box {
    width: 80%;
  }
}
#block_subpagehero .subpagehero__box h3 {
  font-size: 6rem;
  color: #005E9C;
  padding: 5px;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__box h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__box h3 {
    font-size: 5.2rem;
  }
}
#block_subpagehero .subpagehero__box p {
  font-size: 1.8rem;
  padding: 0px 15px 15px 15px;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__box p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__box p {
    font-size: 2rem;
  }
}
#block_subpagehero .subpagehero__info {
  padding-bottom: 50px;
  width: 70%;
  display: flex;
  justify-content: space-around;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_subpagehero .subpagehero__info {
    padding-top: 250px;
  }
}
@media (min-width: 1200px) {
  #block_subpagehero .subpagehero__info {
    padding-top: 250px;
  }
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__info {
    width: 50%;
    padding-top: 320px;
  }
}
#block_subpagehero .subpagehero__count {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#block_subpagehero .subpagehero__count img {
  width: 35px;
  height: 35px;
}
#block_subpagehero .subpagehero__count p {
  font-size: 1.7rem;
  padding-left: 10px;
}
@media (min-width: 1441px) {
  #block_subpagehero .subpagehero__count p {
    font-size: 1.9rem;
  }
}

#block_terapia {
  padding-top: 20px;
}
#block_terapia .terapia {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_terapia .terapia {
    flex-direction: row;
    justify-content: space-between;
  }
}
#block_terapia .terapia__content {
  margin: 20px;
}
@media (min-width: 1441px) {
  #block_terapia .terapia__content {
    width: 50%;
  }
}
#block_terapia .terapia__header {
  font-family: "League Spartan", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
}
@media (min-width: 1441px) {
  #block_terapia .terapia__header {
    font-size: 3.1rem;
  }
}
#block_terapia .terapia__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}
@media (min-width: 1441px) {
  #block_terapia .terapia__text {
    font-size: 2rem;
  }
}
#block_terapia .terapia__image {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
#block_terapia .terapia__image img {
  width: 160px;
  margin-right: 0;
}
@media (min-width: 1441px) {
  #block_terapia .terapia__image img {
    width: 240px;
  }
}
#block_terapia .terapia__box {
  position: relative;
  cursor: pointer;
  height: 350px;
  background: rgb(30, 40, 49);
  background: linear-gradient(135deg, rgb(30, 40, 49) 20%, rgb(1, 93, 153) 66%, rgb(116, 164, 204) 100%);
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_terapia .terapia__more {
    width: 54%;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_terapia .terapia__less {
    width: 44%;
  }
}

#block_toppbar {
  background-color: #cd2b31;
  padding: 10px 0;
}
#block_toppbar .toppbar__box {
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
}
#block_toppbar .toppbar__text {
  padding-right: 5px;
}

#block_trzypakiety {
  margin: 20px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_trzypakiety .trzypakiety {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#block_trzypakiety .trzypakiety__box {
  height: 350px;
  background: linear-gradient(135deg, rgb(30, 40, 49) 20%, rgb(1, 93, 153) 66%, rgb(116, 164, 204) 100%);
  border-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_trzypakiety .trzypakiety__box {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_trzypakiety .trzypakiety__box {
    width: 30%;
  }
}
#block_trzypakiety .trzypakiety__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #block_trzypakiety .trzypakiety__content {
    width: 50%;
  }
}
#block_trzypakiety .trzypakiety__image {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
#block_trzypakiety .trzypakiety__image img {
  width: 200px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  #block_trzypakiety .trzypakiety__image img {
    width: 250px;
  }
}
#block_trzypakiety .trzypakiety__title {
  color: #fff;
  font-size: 3rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
#block_trzypakiety .trzypakiety a {
  color: #2b2b2b;
  text-decoration: none;
}
#block_trzypakiety .trzypakiety a:hover, #block_trzypakiety .trzypakiety a:active, #block_trzypakiety .trzypakiety a:visited {
  color: #2b2b2b;
}
#block_trzypakiety .trzypakiety__description {
  font-size: 1.8rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 10px;
  color: #fff;
}

#block_videoembedded {
  padding: 20px 0;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_videoembedded .videoembedded {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #block_videoembedded .videoembedded {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_videoembedded .videoembedded__left {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #block_videoembedded .videoembedded__left {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
}
#block_videoembedded .videoembedded__left .videoembedded__text {
  width: 100%;
  display: block;
}
#block_videoembedded .videoembedded__left .videoembedded__text[style*="display: none"] {
  display: none;
}
#block_videoembedded .videoembedded__left .videoembedded__link {
  width: 100%;
  max-width: 100%;
}
#block_videoembedded .videoembedded__right {
  padding: 20px 0;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  #block_videoembedded .videoembedded__right {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_videoembedded .videoembedded__right {
    width: 48%;
    padding: 0;
  }
}
#block_videoembedded .videoembedded__text h1,
#block_videoembedded .videoembedded__text h2,
#block_videoembedded .videoembedded__text h3,
#block_videoembedded .videoembedded__text h4 {
  color: #005E9C;
  padding: 5px 0;
}
#block_videoembedded .videoembedded__text h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
#block_videoembedded .videoembedded__text h2 {
  font-size: 2.3rem;
}
#block_videoembedded .videoembedded__text p {
  font-size: 2rem;
}
#block_videoembedded .videoembedded__text a {
  color: #005E9C;
}
#block_videoembedded .videoembedded__link {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
#block_videoembedded .videoembedded__link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#block_wybranekursy {
  margin: 20px 0;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_wybranekursy .wybranekursy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#block_wybranekursy .wybranekursy__box {
  border-radius: 16px;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_wybranekursy .wybranekursy__box {
    width: 48%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__box {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #block_wybranekursy .wybranekursy__box {
    width: 30%;
  }
}
#block_wybranekursy .wybranekursy__background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__background {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  #block_wybranekursy .wybranekursy__background {
    height: 280px;
  }
}
#block_wybranekursy .wybranekursy__ribbon {
  background-color: #cd2b31;
  box-shadow: -2px 4px 14px 0 rgba(117, 112, 112, 0.2509803922);
  position: absolute;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: normal;
  font-size: 1.9rem;
  padding: 10px 80px;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
  top: -50px;
  left: -50px;
}
#block_wybranekursy .wybranekursy__content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#block_wybranekursy .wybranekursy__photo {
  width: 100%;
}
#block_wybranekursy .wybranekursy__title {
  color: #005E9C;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 75px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (orientation: landscape) {
  #block_wybranekursy .wybranekursy__title {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #block_wybranekursy .wybranekursy__title {
    font-size: 2.1rem;
    min-height: 82px;
  }
}
@media (min-width: 1560px) {
  #block_wybranekursy .wybranekursy__title {
    font-size: 2rem;
  }
}
#block_wybranekursy .wybranekursy__meta {
  min-height: 120px;
}
#block_wybranekursy .wybranekursy__price-inline {
  color: #cd2b31;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#block_wybranekursy .wybranekursy a {
  color: #2b2b2b;
  text-decoration: none;
}
#block_wybranekursy .wybranekursy a:hover, #block_wybranekursy .wybranekursy a:active, #block_wybranekursy .wybranekursy a:visited {
  color: #2b2b2b;
}
#block_wybranekursy .wybranekursy__flex {
  display: flex;
  align-items: center;
  padding-top: 8px;
  min-height: 30px;
}
#block_wybranekursy .wybranekursy__flex a,
#block_wybranekursy .wybranekursy__flex p {
  font-size: 1.7rem;
  margin: 0;
  padding-left: 10px;
}
#block_wybranekursy .wybranekursy__flex--empty {
  visibility: hidden;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__flex a,
  #block_wybranekursy .wybranekursy__flex p {
    font-size: 1.8rem;
  }
}
#block_wybranekursy .wybranekursy__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__icon {
    width: 22px;
    height: 22px;
  }
}
#block_wybranekursy .wybranekursy__description {
  font-size: 1.6rem;
  padding-top: 5px;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__description {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  #block_wybranekursy .wybranekursy__description {
    font-size: 1.7rem;
  }
}
#block_wybranekursy .wybranekursy__addtocart {
  color: #fff !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #005E9C;
  padding: 15px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
#block_wybranekursy .wybranekursy__addtocart:hover {
  background-color: #003d66;
  text-decoration: none;
}
#block_wybranekursy .wybranekursy__addtocart:active, #block_wybranekursy .wybranekursy__addtocart:visited {
  color: #fff !important;
  background-color: #005E9C;
  text-decoration: none;
}
#block_wybranekursy .wybranekursy__addtocart--added {
  background-color: #28a745;
}
#block_wybranekursy .wybranekursy__addtocart--added:hover {
  background-color: #218838;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__addtocart {
    font-size: 2rem;
  }
}
#block_wybranekursy .wybranekursy__addtocart-text {
  transition: opacity 0.3s ease;
}
#block_wybranekursy .wybranekursy__addtocart-text--hidden {
  display: none;
}
#block_wybranekursy .wybranekursy__cart-icon {
  width: 32px;
  height: 32px;
  color: #fff;
  stroke: #fff;
  transition: opacity 0.3s ease;
}
#block_wybranekursy .wybranekursy__cart-icon--hidden {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait) {
  #block_wybranekursy .wybranekursy__cart-icon {
    width: 36px;
    height: 36px;
  }
}
#block_wybranekursy .wybranekursy__promoBox {
  background-color: #f8f8f8;
  text-align: center;
}
#block_wybranekursy .wybranekursy__promoTime {
  color: #cd2b31;
  font-size: 1.8rem;
  padding: 20px 0;
}